﻿/*============= SITEWIDE STYLE UPDATES ================*/
table.data-table td, table.data-table th, table.data-table, table.borders td, table.borders th {
	border: 1px solid #666;
	padding:2px 5px;
	border-collapse:collapse;
}
#aamft-wrap{
  margin:10px auto 0px;
  border:none;
  border-radius:0px;
}
#aamft-content{
  padding:0px;
}
[id*="InteriorPageContent"]{
  padding:10px;
}
div[id*="loginboxwrapper"]{
  display:none;
}
#headerTabsR2{
  display:none;
}
.interior img{
  max-width:100%;
  height:auto !important;
}
/*====== HIDE THE OLD BLUE ICON BAR THAT IS IN THE SITE CONTENT =====*/
#iconBar{display:none;}
#t2iconButtons{display:none;}


/*===== FONT AWESOME GENERAL POSITIONING ===== */
/*h2 .fa{
  margin-right:10px;
}
.rtsTxt .fa:before{
  left:-10px;
  position:relative;
}*/


/*==========NAVIGATION===============*/
/*COLORS*/
#nav3Tier, ul.navT1 ul[class*="navT"]{
  background:#4560AC;
}
#nav3Tier a:hover{
  background:#9B1C1F;
  color:#fff;
}
/*LEVEL 1*/
#nav3Tier{
  display:table;
  width:100%;
}
#nav3Tier a{
  font-size:14px;
  padding-left:10px;
  padding-right:9px;
  color:rgba(255,255,255,1);
}
#nav3Tier a:hover{
  background:#6980C2 !important;
  text-shadow:0px 0px 7px rgba(0,0,0,0.5);
  border:0px;
}
.navT2 a{
  padding:7px 10px !important;
  min-width:250px !important;
}
.navT1 > li+ li:before{
  content:".";
  color:transparent;
  display:block;
  width:0px;
  height:75%;
  position:absolute;
  top:12%;
  left:0px;
  border-left:1px solid rgba(255,255,255,.3);
}
.navT1 > li:after{
  content:".";
  color:transparent;
  display:block;
  width:0px;
  height:75%;
  position:absolute;
  top:12%;
  right:0px;
  border-left:1px solid rgba(0,0,0,.2);
}
.navT1 > li:last-child:after{
  display:none;
}
/*NAV DROPDOWNS*/
ul.navT1 ul[class*="navT"]{
  border-radius: 0px;
  border:1px solid #333;
  box-shadow: none;
  padding:0px;
  min-width:175px;
}
ul.navT1 > li:nth-child(6) ul.navT2, ul.navT1 > li:nth-child(7) ul.navT2 {
  right: 0px;
  position: absolute;
  left: auto;
}
ul.navT1 ul[class*="navT"] a{
  border-radius:0px;
  padding:5px 10px;
}



/*============= I WANT TO... DROPDOWN =============*/
a#ddown-link {
  position: absolute;
  right: 450px;
  top: 80px;
  text-decoration: none;
  display: inline-block;
  background: #efefef;
  padding: 5px 10px;
  border: 1px solid #ccc;
  color: #000;
}
a#ddown-link:after {
  content: ".";
  display: inline-block;
  position: absolute;
  right: -20px;
  top: -1px;
  bottom: -1px;
  width: 20px;
  border: 1px solid #ccc;
  background: #efefef;
  color: transparent;
  background-image: url("//dx5br1z4f6n0k.cloudfront.net/iMIS15/Images/Icons/dropdown-arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
}
.dropdown ul.dropdown-menu > li > a {
  padding: 10px 15px;
  border-bottom: 1px solid #efefef;
}
.dropdown ul.dropdown-menu > li:last-child > a {
  border: none;
}
.dropdown ul.dropdown-menu > li > a:hover{
  background:#6980C2;
  text-shadow:0px 0px 7px rgba(0,0,0,0.5);
}
#ddown-i-want-to.dropdown.dropdown-tip{
  left:542px !important;
  margin-top:0px !important;
}


/*================== HOMEPAGE MARGIN BENEATH NAV =================*/
div[id*="HomePageContent"]{
  margin-top:15px;
}



/*================== ROW AND COLUMN SETUP =================*/
/*.container{
  background:#F4F4F4;
}
.container .column {
  height: auto !important;
}
.container > .row{
	padding-top:30px;
  padding-bottom:30px;
  padding-left:10px;
  padding-right:10px;
  position:relative;
}
.container .row:first-child {
  background:#fff;
  height:385px;
  padding:0px;
  position: relative;
}
.container .primary.slider {
  width: 600px;
  height: 350px !important;
  position: absolute;
  overflow: hidden;
  border: none;
  left: 0px;
  top: 15px;
}
.container .column.primary-side {
  width: 400px;
  height: 350px !important;
  display: block;
  position: absolute;
  top: 15px;
  right: 0px;
}
.row.secondary {
    display: table;
}
.row.secondary:after {
  content:".";
  color:transparent;
  display:block;
  height:0px;
  position:absolute;
  bottom:0px;
  left:10px;
  right:10px;
  border-top:1px solid rgba(0,0,0,.1);
}
.row.secondary + .row.secondary:before {
  content:".";
  color:transparent;
  display:block;
  height:0px;
  position:absolute;
  top:0px;
  left:10px;
  right:10px;
  border-top:1px solid rgba(255,255,255,1);
}
.row.secondary + .row.secondary:after {
	display:none;
}

.row.secondary > .column {
    display: table-cell;
    padding: 0 15px;
    width: 33%;
}
.row.secondary + .row.secondary{
    margin-bottom:0px;
}
.row.secondary + .row.secondary > .column {
    width: 50%;
}
.row.secondary > .column + .column {
    border-left:1px solid #f0f0f0;
}
.row.secondary > .column{
  vertical-align:top;
  position:relative;
  padding-bottom:0px;
}
.row.secondary > .column h3 a{
  aposition:absolute;
  bottom:0px;
}
.container .row:last-child{
  border-bottom:none;
  padding-bottom:0px;
  margin-bottom:0px;
  background:#fff;
  padding-top:30px;
}
.row.secondary > .column h2{
  padding-top:0px;
}*/


/*================ PRIMARY-SIDE > FOUR BLOCKS BESIDE SLIDER ===============*/
/*.primary-side{
  position:relative;
}
.primary-side .ContentItemContainer {
  position: absolute;
  width: 199px;
  height: 174px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.primary-side .ContentItemContainer + .ContentItemContainer{
  top:0px;
  right:0px;
  bottom:auto;
  left:auto;
}
.primary-side .ContentItemContainer + .ContentItemContainer + .ContentItemContainer{
  top:auto;
  right:auto;
  bottom:0px;
  left:0px;
}
.primary-side .ContentItemContainer + .ContentItemContainer + .ContentItemContainer + .ContentItemContainer{
  top:auto;
  right:0px;
  bottom:0px;
  left:auto;
}
.primary-side .ContentItemContainer img{
  position:absolute;
  left:0px;
  top:0px;
  min-height:100%;
  min-width:100%;
  max-height:125%;
  max-width:125%;
}
.primary-side .ContentItemContainer h3 a{
  position:absolute;
  top:auto;
  right:20px;
  bottom:5px;
  left:5px;
  padding:10px;
  background:rgba(248,155,28,.9);
  color:#fff;
  text-shadow:1px 1px 8px #000;
  font-size:18px;
  text-decoration:none;
}*/


/*============== HOMEPAGE SECTION TABS ===============*/
/*.rtsLevel.rtsLevel1 * {
  background: none !important;
}
.rtsLevel.rtsLevel1 .rtsLink.rtsSelected {
  border:1px solid #999;
  border-bottom:1px solid #F4F4F4;
}
.rtsLevel.rtsLevel1 span.rtsTxt{
  color:#000;
  font-weight:bold;
  font-size:20px;
}
.column.secondary-1 h2{
  display:none;
}*/


/*============== SUPERNAV - AT THE VERY TOP OF THE SITE =============*/
#superNav{
  float:right;
  list-style-type:none;
  margin:0px;
  padding:0px;
  margin-right:20px;
  margin-top:15px;
}
#superNav > li{
  float:left;
  margin:0px;
  padding:0px;
}
#superNav > li + li{
  margin-left:10px;
  border-left:1px solid #666;
  padding-left:10px;
}
#superNav a{
  text-decoration:none;
  font-size:16px;
}
#superNav a:hover{
  text-decoration:underline;
}
#superNav .join {
  display: block;
  background: #9B1C1F;
  padding: 5px 10px;
  position: relative;
  top: -5px;
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 10px;
  text-decoration:none;
}
#superNav .join:hover{
  text-shadow:0px 1px 20px rgba(255,255,255,.5);
  background:#A5272B;
  border:0px;
  text-decoration:none;
}
/*blue*/
#superNav .join-orange {
  background: rgb(248, 155, 28);
}
#superNav .join-orange:hover{
  background:#F9A839;
}
/*red*/
#superNav .join-blue {
  background: #4560AC;
}
#superNav .join-blue:hover{
  background: #4864B7;
}



/*=================== SEARCH ===================*/
#googleSearchForm {
  height: auto;
  position: relative;
  right: 0;
  top: 0px;
  width: auto;
  overflow: hidden;
  float:right;
  clear:right;
  margin-top:35px;
  margin-right:20px;
}
#googleSearchForm #googleSearch{
  background:transparent;
  border-radius:0px;
  border:1px solid #666;
  width:300px;
  line-height:20px;
  font-size:16px;
  color:#000;
  font-weight:normal;
}
#googleSearchForm #searchSubmit{
  width:auto;
  height:28px;
  font-size:16px;
  font-weight:normal;
  background:#f0f0f0;
  color:#000;
  border:1px solid #666;
  left:-1px;
  position:relative;
  border-radius:0px;
  padding:3px 7px;
  font-family:arial,helvetica,sans-serfi;
}


/*================== RSS JOB FEED ====================*/
/*div.home.jobs-rss-feed {
    border: Opx;
    border-radius: 0px;
}
.home.jobs-rss-feed > p, .home.jobs-rss-feed > h2{
	text-align:left;
}
.secondary-3 .jobs-rss-feed{
  border:none;
}
.secondary-3 .jobs-rss-feed h2 + p{
  display:none;
}
.secondary-3 .jobs-rss-feed h2{
  margin-bottom:22px;
}*/

/*===== PRIMARY ROTATOAR =====*/
/*div.mainColPhotos.cycle-slideshow{
	border-radius: 0px !important;
}
.mainColPhotos.cycle-slideshow, .mainColPhotos.cycle-slideshow * {
    width: 100% !important;
}*/

/*===== HOME TERTIARY =====*/
/*.home-tertiary.row{
	margin:35px auto;
}*/

/*===== HOME FIND A THERAPIST =====*/
/*.home-find-therapist.row {
    display: table;
    margin: 0px auto 12px auto;
}
.home-find-therapist.row a {
    background: none repeat scroll 0 0 #fdfeff;
    border: 1px solid #f0f0f0;
    display: table-cell;
    font-size: 25px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 33%;
}
.home-find-therapist.row a:hover{
	background:#fff;
}*/

/*===== PRE-FOOTER =====*/
/*.pre-footer.row {
    margin: 0 auto;
    padding: 30px 0;
    width: 1000px;
    background: #f4f4f4;
}
.pre-footer .pre-footer-content {
    display: table;
}
.pre-footer .pre-footer-content > div.ContentItemContainer {
    border: 0 none;
    display: table-cell;
	vertical-align:top;
}
.pre-footer .pre-footer-content > div + div:before {
    border-left: 1px solid #eee;
    content: ".";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
	text-indent: -10000px;
}
.pre-footer .pre-footer-content > div.ContentItemContainer[id*="column6"] {
    padding: 0 30px;
    width: 440px;
}
.pre-footer .pre-footer-content > div.ContentItemContainer[id*="column4"] {
    padding: 0 30px;
    width: 270px;
}
.pre-footer .pre-footer-content > div.ContentItemContainer[id*="column3"] {
    padding: 0 30px;
    width: 190px;
}

.footer.row {
    margin: 10px auto;
    padding: 30px 0;
    width: 1000px;
}
.footer.row .footer-content {
    margin:0px 30px;
}*/

/*====== LARGE BUTTON FROM PREVIOUS DESIGN ======*/

/*
a#find-therapist-home {
display: block;
width: 950px;
background: #369;
color: #fff;
text-decoration: none;
padding: 15px;
text-align: center;
font-size: 30px;
border-radius: 6px;
margin-bottom: 15px;
}
a#find-therapist-home:hover {
background: #69c;
}
*/




/*==================== NEW HOMEPAGE UPDATES ====================*/

/*========OVERRIDE CSS PULLED FROM LIVE SITE CSS=======*/
div[id*="HomePageContent"] {
  margin-top: 0px;
}

/*=========MAIN TEMPLATE===========*/
body{
  overflow-x:hidden;
}
#mainBody{
  background-color:#eee;
  background-image:url(//www.aamft.org/iMIS15/Images/Templates/bg-gradient-1px-v2.png);
  background-position:0px 0px;
  background-repeat-y:no-repeat;
  background-repeat-x:repeat;
  background-repeat:repeat-x;
}
#aamft-wrap{
  margin:10px auto 0px;
  border:none;
  border-radius:0px;
}
#aamft-content{
  padding:0px;
}
/*MAKE FOOTER CLEAR INTERIOR CONTENT*/
#aamft-content:after{
  content:"asdfasdfasdfs";
  display:block;
  color:transparent;
  clear:both;
  text-indent:-2000px;
  margin:0px;
  padding:0px;
  height:1px;
}
[id*="InteriorPageContent"]{
  padding:10px;
}
div[id*="loginboxwrapper"]{
  display:none;
}
#headerTabsR2{
  display:none;
}

/*================== ROW AND COLUMN layout =================*/
.home .row{  
  margin-top:15px;
}
.home .row:after{  
  content:".";
  display:block;
  clear:both;
  color:transparent;
  width:100%;
  height:0px;
}
.home .primary.slider{
  float:left;
}
.home .primary-side{
  float:right;
  clear:none;
  width:298px;
}
.home .row-2{
  padding:0px;
  margin:15px 0px 0px;
}
.home .row-2 .acolumn{
  XXXXwidth:323px;
  XXXXmargin:0px;
  XXXXfloat:left;
}
.home .row-2 .acolumn + .acolumn{
  XXXXmargin-left:15px;
}
.home .row-2 .secondary-2{
  XXXXwidth:324px;
}
.home .row-2 .acolumn *{
  margin-top:0px;
  padding-top:0px;
}
.home .row-3{
  background-color:#4560AC;
}
.home .row-3 .acolumn{
  width:50%;
  float:left;
}
.home .row-4{
  margin:30px 0px 15px 0px;
  margin-bottom:0px;
  padding-bottom:10px;
}


/*================ PRIMARY SLIDER ===============*/
.home .primary.slider {
  width: 700px;
  height: 294px !important;
  overflow: hidden;
  border: none;
  left: 0px;
  top: 0px;
}
.home .primary.slider img{
  width:100%;
  height:auto;
}

/*================ PRIMARY-SIDE ===============*/
.home .primary-side{
  position:relative;
}
.home .primary-side {
  width: 298px;
  height: 294px;
  display: block;
  xxxxxxposition: absolute;
  top: 15px;
  right: 0px;
  top: 0px;
  border-left:2px solid #fff;
}
.home .primary-side h2{
  margin:0px;
  padding:0px;
}
.home .primary-side a{
  display:block;
  background:#3D3090;
  color:#fff;
  line-height:72px;
  padding:0px 20px;
  font-size:16px;
  text-decoration:none;
}
.home .primary-side a:hover{
  background:#665BA7;
}
.home .primary-side h2 + h2 a, .home .primary-side div[id*="ste_container"] + div[id*="ste_container"] a{
  border-top:2px solid #fff;
}



/*================== RSS JOB FEED ====================*/
div.home.jobs-rss-feed {
    border: Opx;
    border-radius: 0px;
}
.home.jobs-rss-feed > p, .home.jobs-rss-feed > h2{
	text-align:left;
}
/*redesign*/
.secondary-3 .jobs-rss-feed{
  border:none;
}
.secondary-3 .jobs-rss-feed h2 + p{
  display:none;
}
.secondary-3 .jobs-rss-feed h2{
  margin-bottom:22px;
}


/*===== HOME TERTIARY =====*/
.home-tertiary.row{
	margin:35px auto;
}


/*===== PRE-FOOTER =====*/
.pre-footer.row {
    margin: 0 auto;
    padding: 30px 0;
    width: 1000px;
    background: #4560ac;
}
.pre-footer .pre-footer-content {
    display: table;
}
.pre-footer .pre-footer-content > div.ContentItemContainer {
    border: 0 none;
    display: table-cell;
	vertical-align:top;
}
/*.pre-footer .pre-footer-content > div + div:before {
    border-left: 1px solid #eee;
    content: ".";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
	text-indent: -10000px;
}*/
.pre-footer .pre-footer-content > div.ContentItemContainer{
    padding: 0 15px;
    width: 440px;
}
.pre-footer .pre-footer-content > div.ContentItemContainer[id*="column4"] {
    padding: 0 15px;
    width: 270px;
}
.pre-footer .pre-footer-content > div.ContentItemContainer[id*="column3"] {
    padding: 0 15px;
    width: 190px;
}
.pre-footer a{
  color:#fff;
  text-decoration:none;
}
.pre-footer a:hover{
  text-decoration:underline;
}
.pre-footer ul{
  list-style-type:none;
  padding-left:0px;
}
.pre-footer li{
  margin-bottom:7px;
}
.pre-footer li{
  margin-bottom:8px;
  position:relative;
}
/*.pre-footer li:hover:before {
  content: "\f101";
  xcontent:"\f054";
  font-family: "FontAwesome";
  position: absolute;
  left: -18px;
  top: -3px;
  color: #F89B1C;
  xfont-weight: bold;
  font-size: 20px;
}*/
.pre-footer h4 a{
  font-weight:bold;
  xfont-size:16px;
}


/*============FOOTER ================*/
.footer.row {
  margin: 0px auto;
  padding: 30px 0;
  width: 1000px;
  background: #fff;
}
.footer.row:after {
  content: ".";
  display: block;
  clear: both;
  color: transparent;
  width: 100%;
  height: 0px;
}
.footer.row .footer-content {
  margin: 0px;
}
.footer .f-content{
  float:left;
  margin-left:15px;
}
.footer .f-social{
  float:right;
  margin-right:15px;
}
.footer .f-social ul{
  list-style:none;
  margin:0px;
  padding:0px;
}
.footer .f-social li{
  float:left;
  margin:0px 30px 0px 0px;
  font-size:60px;

}
.footer .f-social a{
  color:rgba(248,155,28,.8)
}
.footer .f-social a:hover{
  color:rgba(248,155,28,1)
}
.footer .f-social .name{
  position:absolute;
  left:-2000px;
 }


/*============SECONDARY ROW-2 ================*/
.home .row-2 h2{
  background:#F89B1C;
  margin:0px;
  padding:0px;
  line-height:40px;
  text-align:center;
  color:#fff;
  font-weight:500;
}
.home .row-2 .content{
  XXXXborder:2px solid #bbb;
  XXXXborder-top:none;
  padding:15px;
  XXXXheight:275px;
  XXXXposition:relative;
}
.home .row-2 .ContentItemContainer{
  position:static;
}
.home .row-2 h3{
  position:absolute;
  bottom:10px;
  right:15px;
  font-weight:normal;
}
.feedwindlink{
  position:absolute;
  left:-2000px;
}
.home .secondary-2 .main li{
  color:#666;
  font-size:13px;
}
.home .secondary-2 .main a{
  font-size:14px;
  text-decoration:none;
  display:inline-block;
  margin-bottom:5px;
}
.home .secondary-2 .main a:hover{
  text-decoration:underline;
}
.home .secondary-2 ul {
    list-style: outside none none;
    padding-left: 0;
}
.home .secondary-2 li {
    margin-bottom: 16px;
}

/*========= ROW 2 FLEXBOX UPDATE =========*/
.home .row-2:after {
  display: none;
}
.home .row-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  xborder: 1px solid #00f;
}
.home .row-2 .acolumn{
  flex-basis: 32%;
  border: 2px solid #bbb;
  position: relative;
  padding-top: 45px;
  padding-bottom: 15px;
}
.home .row-2 .heading{
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
}



/*============SECONDARY ROW-3 ================*/
.home .row-3 .ContentItemContainer{
  padding:30px 50px 60px;
  position:relative;
}
.home .row-3 *{
  color:#fff;
  text-decoration:none;
}
.home .row-3 h2{
  margin-top:0px;
  padding-top:0px;
  color:#fff;
  font-size:30px;
  font-weight:normal;
}
.home .row-3 ul{
  list-style:none;
}
.home .row-3 li{
  position:relative;
  margin-bottom:10px
}
.home .row-3 li:before{
  content:"\f101";
  font-family:"FontAwesome";
  position:absolute;
  left:-18px;
  top:-3px;
  color:#F89B1C;
  xfont-weight:bold;
  font-size:20px
}
.home .row-3 .join, .home .row-3 .renew{
  position:absolute;
  display: block;
  padding: 10px 20px;
  background: rgba(155,28,31,1);
  color:#fff;
  text-decoration:none;
  bottom:15px;
}
.home .row-3 .join:hover, .home .row-3 .renew:hover{
  background: rgba(155,28,31,.8);
}
.home .row-3 .join{
  right:150px;
}
.home .row-3 .renew{
  right:50px;
}
.home .secondary-5{
  position:relative;
}
.home .secondary-5:before{
  content:".";
  color:transparent;
  border-left:2px solid rgba(255,255,255,.7);
  position:absolute;
  display:block;
  top:20px;
  bottom:20px;
  left:-1px;
}
.home .secondary-5 img {
  margin-left: 50%;
  left: -160px;
  position: relative;
  border:5px solid #fff;
}

/*========NEW JOIN PAGE============*/
.a75percent{
  width:75%;
  float:left;
}
.a25percent{
  width:24%;
  float:right;
}
.join.desc > .iMIS-WebPart:first-child {
  background-color: #4560AC;
  padding:5px 15px;
}
.join.desc > .iMIS-WebPart:first-child p{
  color:#fff;
  font-size:16px;
  line-height:1.3em;
}
.join.desc > .iMIS-WebPart:first-child h2{
  color:#fff;
  padding-top:10px
}
.join.desc > .iMIS-WebPart:last-child {
  border:1px solid #333;
  padding:5px 15px;
  margin:0px 0px 15px 0px;
}
.join.desc ul, .join.benefits ul{
  list-style:none;
  padding:0px
}
.join.desc li{
  margin-bottom:15px;
  font-size:16px;
}
.join.desc li a{
  text-decoration:none;
}
.join.desc li a:hover{
  text-decoration:underline;
}
.join.benefits{
  background:#4560AC;
  width:auto;
  padding:15px;
}
.join.benefits *{
  color:#fff;
}
.join.benefits h2{
  text-align:center;
  padding-top:5px;
}
.join.benefits li{
  margin-bottom:5px;
}

/*===================================================*/
/*=============== T2 & T3 UPDATES ===================*/
/*===================================================*/

/*HEADINGS NOT BOLD*/
div[id*="InteriorPageContent"] h1,div[id*="InteriorPageContent"] h2,div[id*="InteriorPageContent"] h3,div[id*="InteriorPageContent"] h4{
  font-weight:normal;
}

/*PAGE BACKGROUND ADJUSTMENTS FOR NEW T2 AND T3*/
#aamft-wrap{
  background:transparent;
}
div[id*="HomePageContent"]{
  background:#fff;
}
div[id*="InteriorPageContent"]{
  padding:0px;
  margin:0px;
}
div[id*="InteriorPageContent"] .aamft-full{
  width:auto;
}
/*===============ARTICLE CONTENT=================*/
.interior .article{
  width:693px;
  background:#fff;
  float:left;
  margin:0px;
  padding:10px
}
.interior .article > div:after{
  display:block;
  content:".";
  clear:both;
  height:0px;
  color:transparent;
  overflow:hidden;
}
/*HEADLINE POSITIONING TO LINE UP WITH SIDEBAR FIRST ITEM*/
.interior .headline{
  margin-top:15px;
}
/*HIDE OLD ROUND BOX DISPLAY on new T2 & T3 PAGES*/
.interior div.roundedcorners {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  padding: 0px;
  margin: px;
}
/*IF SIDEBAR IS TALLER THAN ARTICLE*/
.interior{
  position:relative;
}
.interior:before{
  content:"888888888888";
  color:transparent;
  text-indent:-2000px;
  position:absolute;
  z-index:-1;
  display:block;
  width:713px;
  height:1000px;
  background:#fff;
  bottom:0px;
}
.interior:after{
  content:"888888888888";
  color:transparent;
  text-indent:-2000px;
  display:block;
  height:30px;
  background:transparent;
  clear:both;
}
/*===============SIDEBAR CONTENT=================*/
.interior .side{
  width:265px;
  background:#transparent;
  float:right;
  margin:0px;
}
/*SITEWIDE SIDEBAR ITEMS*/
.interior .side .feed .PanelBody{
  padding:0px;
  background:transparent;
}
.interior .side .feed .ContentHtml{
  display:block;
  margin-top:15px;
  padding:15px;
  background:#fff;
  position:relative;
}
.interior .side .feed .ContentHtml:after{
  position:absolute;
  content:".";
  display:block;
  bottom:-3px;
  left:3px;
  right:3px;
  color:transparent;
  height:3px;
  background:rgba(0,0,0,.1);
}
.interior .side .feed .PanelHead{
  display:none;
}
.interior .side .vid-img {
    max-width: 100%;
}
/*PAGE SPECIFIC SIDEBAR ITEMS*/
.interior .side .page .iMIS-WebPart{
  margin-top:15px;
  padding:15px;
  background:#fff;
  position:relative;
}
.interior .side .page .iMIS-WebPart:after{
  position:absolute;
  content:".";
  display:block;
  bottom:-3px;
  left:3px;
  right:3px;
  color:transparent;
  height:3px;
  background:rgba(0,0,0,.1);
}
.interior .side h2, .interior .side h2 a{
  color:#9B1C1F;
  margin:0px;
  padding:0px;
}
/*SIDEBAR ITEMS WITH LISTS*/
.interior .side ul{
  list-style:none;
  padding-left:0px;
}
.interior .side ul li{
  margin-bottom:7px;
}

/*ARTICLE PRIMARY*/
.t2 .primary{
  background:#F89B1C;
  border:3px solid #F89B1C;
  position:relative;
  padding-right:10px;
}
.t2 .primary h6{
  padding:0px;
  margin:0px;
  float:left;
  width:350px;
  height:209px;
  overflow:hidden;
  margin-right:15px;
  background-color: rgba(255,255,255,0.2);
}
.t2 .primary h6 img{
  width: auto;
  height: auto;
  max-height: 100%;
  margin: auto;
  display: block;
}
.t2 .primary h2 a, .t2 .primary h2{
  color:#fff;
  padding-bottom:0px;
}

/*ARTICLE SECONDARY*/
.t2 .secondary{
  margin-top:30px;
  border-bottom:1px solid #ccc;
  padding-bottom:15px
}
.t2 .secondary .iMIS-WebPart{
  width:217px;
  overflow:hidden;
  float:left;
}
.t2 .secondary .iMIS-WebPart + .iMIS-WebPart{
  margin-left:20px;
}
.t2 .secondary h6{
  padding:3px;
  border:1px solid #ddd;
  height:125px;
  margin:0px;
  overflow:hidden;
}
.t2 .secondary h6 a{
  display:block;
  overflow:hidden;
  width:100%;
  height:100%;
}
.t2 .secondary h6 a img {
  width: auto;
  height: auto;
  max-height: 100%;
  margin: auto;
  display: block;
}
.t2 .secondary h2{
  padding:15px 0px 0px;
}
.t2 .secondary h2 + p{
  margin-top:7px;
}

/*ARTICLE TERTIARY*/
.t2 .tertiary h2{
  padding-bottom:0px;
}
.t2 .tertiary h2 + p{
  margin-top:5px;
}

/*===================T3 PAGE ARTICLE LAYOUT====================*/
.interior .intro .iMIS-WebPart{
  background:rgba(255,241,215,1);
  padding:20px;
}
/*.interior .intro .iMIS-WebPart *{
  padding:0px;
  margin:0px;
  font-size:17px;
}*/
.t3 .content .iMIS-WebPart{
	clear:both;
}
/*SPECIC TAGS*/
.interior table{
  max-width:100%;
}

/*====================FIX BACKGROUND FOR LEGACY PAGE LAYOUTS============================*/
div[id*="InteriorPageContent"] #bd, div[id*="InteriorPageContent"] .yui-bd{
  background:#fff;
  padding:10px
}
/*for courses page*/
.store2col:after{
  content:".";
  display:block;
  clear:both;
  height:1px;
  overflow:hidden;
  text-indent:-2000px;
}
/*=======================SUPERVISION COURSES AND FUNDAMENTALS PAGES===========*/
.supervision.fundamentals .btn-reg{
  float:right;
}
.supervision h2{
  clear:right;
}

/*============ MEET THE BOARD BOD PAGE ==================*/
.bod h2{
  margin-bottom:0px;
  padding-bottom:0px;
}
.bod h2 + h3, .bod h3 + p, .bod p + h6{
  padding-top:0px;
  margin-top:0px;
}
/*=========== BENEFITS PAGE TABS =================*/
.benefits-tabs .rtsLink *{
  font-size:20px;
}
/*=========== FUNDAMENTALS PAGE TABS =================*/
.fundamentals .rtsLink *{
  font-size:20px;
}
.fundamentals .RadTabStrip{
  padding-top:15px;
}

/*=======================FEATHERLIGHT LIGHTBOX============================*/
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.3 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.8);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 25px 25px 0;
		border-bottom: 25px solid transparent;

		/* dimensions: handling small or empty content */
		min-width:  30%;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;

		/* dimensions: 25px x 25px */
		line-height: 25px;
		width: 25px;

		/* styling */
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: #fff; /* Set the background in case it overlaps the content */
		background: rgba(255, 255, 255, 0.3);
		color: #000;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
		max-width: 100%;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 10px;
		margin-right: 10px;
		max-height: 98%;

		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
		max-width: 100%;
	}
}
/*hiding elements before featherlight display triggered*/
.lightbox{display:none;}
/*======VIDEO PLAY ICON OVERLAY======*/
.vid-img{
  position:relative;
  display:inline-block;
}
.vid-img:after{
  content:"";
  position:absolute;
  top:0px;
  left:0px;
  right:5%;
  bottom:5%;
  background-image:url('/iMIS15/Images/Icons/play-btn.png');
  background-position:bottom right;
  background-size:33%;
  background-repeat:no-repeat;
  opacity:0.8;
}
/*- CLEAR FLOATS -*/
.aamft-full .yui-bd:after{
  content:" ";
  display:block;
  clear:both;
}
/*================ IQA SEARCH DISPLAY AND ALIGNMENT ================*/
.iqasearch legend, .iqasearch [id*="ResultsGrid_DataSourcePanel_Head"]{
  display:none;
}
.iqasearch .PanelField:after{
  content:" ";
  display:block;
  clear:both;
  height:10px;
}
.iqasearch .PanelField > *{
  float:left;
  min-width:150px;
}
.iqasearch .PanelField .Label{
  text-align:right;
  padding-right:10px;
  position:relative;
  top:3px;
}
/*=================== CLEAR-ALL CLASS FOR RAD WYSIWYG ========================*/
.clear-both{clear:both;}
/*=================== PULL QUOTES CLASS FOR WYSIWYG ===========================*/
p.quote-orange-fullwidth{
    font-size: 19px !important;
    color: #F37636;
    font-style: italic;
    padding: 0px 50px 25px;
    border-bottom: 1px dotted rgba(243, 118, 54, 0.18);
}
/*=================== BUTTON - RED SQUARE CORNERS CLASS FOR WYSIWYG ===========*/
a.btn-sqr-red {
    display: inline-block;
    background: #9B1C1F;
    padding: 5px 10px;
    position: relative;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 10px;
    text-decoration: none;
}
a.btn-sqr-red:hover {
	opacity: 0.9;
}
/*==================== RISE EDIT WINDOW POPUP HEIGHT AND BUTTON ICONS REMOVED ===================*/
#ctl00_ContentPanel.EmptyMasterContentPanel{
  height: auto !important;
}
.TextButtonWithImage {
    background-image: none !important;
    display: inline-block;
    padding: 5px 10px;
    height: auto;
    width: auto;
}
span#ctl00_ButtonBar{
	display: block;
}
.CommandBar{
	float: none !important;
}
/*======================== BOARD OF DIRECTORS - NEW JAN 2016 - NO OVERLAP WITH OLD BOD PAGE =========================*/
.theboard [id*="picsnames"] {
  xxxxborder: 3px solid #f00;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100% !important
}
.theboard [id*="picsnames"] > div{
  xxxxborder: 2px solid #0f0;
  width: 30%;
}
.theboard [id*="picsnames"] > div h6{
  margin: 0px 0px 15px;
}
.theboard [id*="picsnames"] > div h6 img{
  
}
.theboard [id*="picsnames"] > div h2{
  margin: 0px 0px 0px;
  padding: 0px;
}
.theboard [id*="picsnames"] > div h3{
  margin: 0px 0px 15px;
  padding: 0px;
}
.theboard [id*="picsnames"] > div p{
  margin: 0px 0px 15px;
  padding: 0px;
}
.theboard [id*="meetingminutes"] > ul {
  xxxxborder: 3px solid #f00;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100% !important;
  padding: 0px !important;
  list-style-type: none;
}
.theboard [id*="meetingminutes"] > ul > li{
  font-weight: bold;
  font-size: 1.1em;
  width: 20%;
}
.theboard [id*="meetingminutes"] > ul > li > ul{
  font-weight: normal;
  padding-left: 0px;
  list-style-type: none;
}
/*-----VIDEO LINK ICON OVERLAY AND EFFECT-----*/
.theboard [id*="picsnames"] > div h6{
  position: relative;
}
.theboard [id*="picsnames"] > div h6 a{
  position:absolute;
  display: block;
  width: 50px;
  height: 50px;
  bottom: 10px;
  right: 10px;
  xxxxborder: 1px solid #f00;
  color: transparent !important;
  background-image: url('/iMIS15/Images/Icons/play-btn.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
  transition: all .5s ease-in-out;
}
.theboard [id*="picsnames"] > div h6 a:hover {
  width: 75px;
  height: 75px;
}

/*======= CONSUMER UPDATES SIDEBAR BUTTON ======*/
#cubtn{
  padding: 15px;
  margin-top: 10px;
  background-color: #fff;
  position: relative;
}
#cubtn:after {
    position: absolute;
    content: ".";
    display: block;
    bottom: -3px;
    left: 3px;
    right: 3px;
    color: transparent;
    height: 3px;
    background: rgba(0, 0, 0, 0.0980392);
}
#cubtn a {
    display: block;
    position: relative;
      color: #fff;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 10px;
    text-decoration: none;
    background-color: #9B1C1F;
    padding: 5px 10px;
  text-align: center;
}
#cubtn a:hover{
  background-color: #A5272B;
}

/*===== SURVEY GIZMO CALLOUTS ======*/
div[id*="survey-wrapper-"].sg-survey{
  background-color: #efefef;
  padding: 0px 15px;
}

/*============== THERAPY TOPICS NEW LAYOUT ==================*/
.ttop{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.ttop p, .ttop td, .ttop li, .ttop th, .ttop blockquote{
  font-size: 20px;
  line-height: 25px;
}
.ttop .iMIS-WebPart .ContentItemContainer > div:first-child{
  padding: 50px;
}
.ttop .tth1 .iMIS-WebPart .ContentItemContainer > div:first-child{
  padding: 0px 50px 0px;
}
.ttop h1{
  position: relative;
  top: 30px;
  font-size: 50px;
}
.ttop h2{
  font-size: 30px;
  line-height: 35px;
}
.ttop .iMIS-WebPart .ContentItemContainer > div:first-child > :first-child{
  padding-top: 0px;
  margin-top: 0px;
}
.ttop .iMIS-WebPart .ContentItemContainer > div:first-child > :last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.ttop .tt2colbox{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.ttop .tt2col{
  width: 50%;
  position: relative;
}
.ttop .tt2col + .tt2col:before{
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: 0px;
  bottom: 40px;
  border-left: 1px solid #ccc;
}
.ttop [id*="colred"]{
  background-color: rgba(255,0,0,0.05);
}
.ttop [id*="colblue"]{
  background-color: rgba(0,0,255,0.05);
}
.ttop [id*="colgrey"]{
  background-color: #eee;
}
[id*="ttcentered"]{
  text-align: center;
}
.ttop .vid-img{
  opacity: 0.75;
}
[id*="ttquote"]{
  padding: 25px 100px 0;
}
[id*="ttquote"] > p:first-child{
  position: relative;
  font-size: 30px;
  line-height: 35px;
  color: #222;
}
[id*="ttquote"] > p:first-child:before{
  content: "\201C";
  position: absolute;
  top: 25px;
  left: -70px;
  font-size: 160px;
  color: #f66;
}
xxxx[id*="ttquote"] > p:first-child:after{
  content: "\201D";
  position: absolute;
  bottom: -55px;
  right: -70px;
  font-size: 160px;
  color: #f66;
}
[id*="ttquote"] > p:last-child{
  text-align: right;
  opacity: 0.6;
}