/* zzCustom.css */
body.AAMFT {
	font-size: 14px;
}

/* Hide Sub Nav Col */
 .col-secondary  {display:none;}

body.AAMFT .siteBg {
	position:fixed;
	top:0;right:0;bottom:0;left:0;
	z-index:-1;
	background-image:linear-gradient(#fff 250px,#eee 350px);
}


h2 {border:none;}

.CalloutArea1,
.CalloutArea2 {
	padding:2em;
	color:#fff;
}


h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration:none;
}


/* =========================== */
/* HEADER  */
/* =========================== */

header {
	padding-bottom:0;
}

.nav-auxiliary a {
	color:#039;
	text-decoration:none;	
}


.nav-auxiliary li{
	margin:0!important;
}
.nav-auxiliary a{
	font-size:16px;
	padding:0 .75em;
	border-right:1px solid #ccc;
}

.nav-auxiliary a.auth-link {
	border-right:none;
}

.JoinAAMFT a{
	display:block;
	background-color:#9C1C23;
	color:#fff;
}

/* globally hide breadcrumbs */
.breadcrumb {
	display: none;
}

/* Hide OBO only on home page */
.HomePage .breadcrumb-obo-container {
	display:none;
}

.ste-section {
	position: absolute;
	top:0;right: 0;
}

a.hdLogo {
  display: block;
  height:105px;
  width:263px;
  background-image: url('/images/aamft/aamftlogo.png');
  background-repeat: no-repeat;
  margin: auto;
}

.hdLogo span {
  display: inline-block;
  text-indent: -3500px;
}

div.navbar-header,
div.hdSearch {
	display: block;
	margin-top:1em;
}

.hdSearch {text-align: right;}

.rmHorizontal {
	background-color: #4460AC;
}
.RadMenu.RadMenu_Austin .rmRootGroup > .rmItem {
	border-left:1px solid rgba(255,255,255,.3);
	border-right:1px solid rgba(0,0,0,.2);
}


/* =========================== */
/* CONTENT PAGES  */
/* =========================== */

div.home {
	background-color:#fff;
}


/* Row 1 Slider */
div.home .row1 .iMIS-WebPart > .ContentItemContainer, .WebPartZone > .ContentItemContainer {
	margin-bottom:0;
}

/* Match height left to right above mobile */
@media(min-width:768px){
	.home .row1{
	display:flex;
	}
	.home .slider {
		flex:1;
	}
}

.home .slider {
	border:1px dashed #ccc;
}

/* Row 1 Btns */
.home .row1 .btns a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:1em;
	font-size:16px;
	font-weight:bold;
}
.home .row1 .btns a:hover {
	background-color:#665BA7;
}
 
.home .row1 .btns ul {
	background-color: #3D3090;
	list-style:none;
	margin:0;margin:0 -15px;
	padding:0;
}

.home .row1 .btns li {
	border-left:2px solid #fff;
	border-bottom:2px solid #fff;
}

/* Row 2 */
.home .row {
	margin:1em auto;
}

.home .row2 .col-md-4 {
	padding-left:0;
	padding-right:0;
}
@media(min-width:992px){
	.home .row2 .col-md-4 {
		padding-left:5px;
		padding-right:5px;
	}
	.home .row2 .col-md-4:first-child{padding-left:0;}
	.home .row2 .col-md-4:last-child{padding-right:0;} 
}


/* To keep same height  */
@media(min-width:992px){
	.home .row2 {display:flex;}
	.home .row2 > div > .ContentItemContainer {
		flex:1;
			height:100%;
	}
}

.home .row2>div> .ContentItemContainer {
	border:2px solid #bbb;
}

.home .row2 h2 {
  background:#F89B1C;
  margin:-2px -2px 0px -2px;
  padding:0px;
  line-height:40px;
  text-align:center;
  color:#fff;
  font-size:20px;
  font-weight:500;
}
.home .row2 ul{
	list-style:none;
	margin:1em;
	padding:0;
}
.home .row2 ul li {
	margin-bottom:2em;
}
.home .row2 ul li a {
	font-weight:bold;
	font-size:16px;
}

/* Row 3 */
.home .row3 {
	background-color:#4560AC;
}

.home .row3 .col-md-6{
	padding:2em 0;
}

@media(min-width:992px){
	.row3 .renew{
		border-right:2px solid rgba(255,255,255,.7);
	}
}
.home .row3 .renew {
	color:#fff;
	padding:2em;
}

.home .row3 .renew a,
.home .row3 .renew h2 {
	color:#fff;
	text-decoration:none;
}

@media(min-width:992px){
	.home .row3 p.btns {
		text-align:right;
	}
}

.home .row3 .TextButton {
	background-color:rgba(155,28,31,1);
}

.home .row3 li{
	position:relative;
	list-style:none;
}
.home .row3 li:before{
  content:"\f101";
  font-family:"FontAwesome";
  position:absolute;
  left:-18px;
  top:-3px;
  color:#F89B1C;
  xfont-weight:bold;
  font-size:20px
}

.home .row3 .adspot{
	text-align:center;
}

.home .row3 .adspot img {
	border:5px solid #fff
}

/* Row 4 */

	.home .row4 .iMIS-WebPart {
		margin:1em;
	}
 
	.home .row4 .iMIS-WebPart .img {
		border: 4px solid #fff;
		box-shadow:0 0 1px #d6d6d6;

		max-height:160px;
		overflow:hidden;
	}
	.home .row4 .iMIS-WebPart img{
		width:100%;

	}
  

/* =========================== */
/* CONTENT PAGES  */
/* =========================== */

#masterContentArea.container {
	background-color:#fff;
}


.col-primary{
	background-color: #fff;
}


@media(min-width:768px){
	#masterContentArea.container {
		background-color:transparent;
	}

	.col-primary{
		padding: 1em;
	}
}


/* Hide Sub Nav above Mobile */
@media(min-width: 768px){
	.nav-secondary {display: none;}
}

/* =========================== */
/* FOOTER  */
/* =========================== */

@media(max-width:767px){
	footer {
		background-color:#fff;
	}
}

@media(min-width:768px){
	footer .row {
		margin-left:0;
		margin-right:0;
	}
}

footer .row > div{
	margin:2em auto;
}

footer .row:last-child > div{
	/* margin-bottom:0; */
}


footer .container > div  {
	background-color: #fff;
}

footer .row:first-child {
	background-color: #4460AC;
	color:#fff;
}

footer .row:first-child h4 a{font-size: 14px;font-weight: bold;color:#fff;text-decoration: none;}
footer .row:first-child ul {list-style:none;margin:0;padding: 0;}
footer .row:first-child li {margin:0;padding: 0;}
footer .row:first-child li a {font-size:12px;color:#fff;text-decoration: none;}

footer ul.social {
  list-style:none;
  margin:0px;
  padding:0px;
}

@media(min-width:768px){
	footer ul.social {
	  float:right;
	}
}

footer ul.social li{
  float:left;
  margin:0px 30px 0px 0px;
  font-size:60px;
}

footer ul.social a{
  color:rgba(248,155,28,.8)
}

footer ul.social a:hover{
  color:rgba(248,155,28,1)
}

footer  ul.social .name{
  position:absolute;
  left:-2000px;
 }

.ftNav {
    padding: 0 1em 2em 1em;
    ;
}

/* ======================= */
/* The following declarations are required to reposition page elements via appendAround  */
/* ======================= */

/* Hide on Desktop - container used for mobile */
     .aux-nav-container {display:none;}
/* Show on Desktop - container used for desktop */
      .aux-nav-container-sm  {display: inline-block!important;}


@media (max-width:768px) {

/*   HIDE on Mobile - containter used for desktop  */
      .aux-nav-container-sm  {display:none!important; }

/*   Show on Mobile - contaiers used for Mobile  */

     .aux-nav-container  {display:inline-block!important; }

}

/* RESPONSIVE OVERRIDES */

@media(max-width:767px){

	/* header logo */
	.MobileButtons{float:right;}

	/* PRIMARY MENU TWEAKS*/
	.RadMenu.RadMenu_Austin .rmToggle .rmIcon, .RadMenu.RadMenu_Austin .rmRootGroup .rmRootLink .rmToggle .rmIcon {
		background-position:0 -26px;
	}
	.RadMenu .rmVertical .rmExpandRight {background-image:none;}
	.RadMenu .rmVertical .rmItem .rmText {display:inline-block!important;}

	.RadMenu .rmVertical .rmItem,
	.rmLink.rmRootLink{border-bottom:1px solid #ffffff38;}
	
	.RadMenu.RadMenu_Austin .rmGroup {background-color:#5d5d5d;border-bottom:1px solid #fff;}
	.RadMenu.RadMenu_Austin .rmGroup .rmGroup {background-color:#333333;}

	/* Collapsed Menu Topper */
	.auth-link-container {border:none;}
	.collapsedTop {}
	.collapsedTop > div {display: inline-block;}
	.collapsedTop a {text-decoration:none;}
	.nav-aux-account .nav-text,
	.nav-aux-cart .nav-text {
	  /* add the background sprite for the provided CSS classes */
	  background-image: url("/App_Themes/AAMFT_20_2_64/images/ResponsiveHeaderSprite.png");
	  background-repeat: no-repeat;
	  padding-left: 26px;
	  padding-bottom:5px;
	  background-position:0 -75px;
	 }
	 

	/* FOOTER TWEAKS */
	footer .row:last-child {background-color:#fff;}

}


.home-slide-ipart .panel-body{
  padding: 0px;
}
.home .slider {
    border: none;
    padding: 0px;
  height: auto;
}

.home .btns div, .home .btns ul{
  height: 100%;
}
.home .btns li{
  height: 25%;
  padding: 0px;
  margin: 0px;
}
.home .btns li a{
  height: 100%;
}