@charset "UTF-8";
/* CSS Document */

/* Added to VA styles */
#tier4innerContent .top_link {display: none;}
#tier4innerContent {
	overflow:visible !important; /* Overflow:visible is for the audience banners to show */
	padding-bottom: 0 !important;
	}
#innerContentWrapper {
	padding-bottom: 0 !important;
	}	
.page-title {display: none;}
#ptsdmiddle .tab-accord { border:none;}

#ptsdmiddle .tab-accord .pane { min-height:100%; margin-bottom: 20px; overflow: auto;}
a[href$=".pdf"], a[href$=".ppt"], a[href$=".pptx"], a[href$=".doc"], a[href$=".docx"], a[href$=".xls"], a[href$=".xlsx"], a[href$=".csv"], a[href$=".vsd"], a[href$=".vdw"], a[href$=".mp3"], a[href$=".zip"], a[href$=".rar"] {
	background: none;
	display: inline-block;
	padding-right: 0;
	margin-right: 0;
	line-height: inherit;
}
#tier4innerContent #ptsdmiddle ul, #tier4innerContent #ptsdmiddle ol {margin-left:20px;}
#tier4innerContent #ptsdmiddle ol li ul li { list-style-type: circle; margin-left: 10px; }
#tier4innerContent #ptsdmiddle ol li ul  { margin-top: 8px; padding-bottom: 0px; }
#tier4innerContent #ptsdmiddle ul li ul li {list-style-type: circle; margin-left:20px;}
#tier4innerContent #ptsdmiddle ul li ul li ul li {list-style-type: square; margin-left:20px;}
#tier4innerContent #ptsdmiddle ol li ol li {list-style-type: lower-roman; margin-left:20px;}
#tier4innerContent #ptsdmiddle ol li ol li ol li {list-style-type: lower-latin; margin-left:20px;}
#tier4innerContent #ptsdmiddle ol li ul li ul li {list-style-type: square; margin-left:20px;}

#tier4innerContent #ptsdmiddle .ncbox ul, #tier4innerContent #ptsdmiddle .ncbox ol {margin-left:0px;}
#tier4innerContent #ptsdmiddle .row > .md50 {margin-bottom:0px;}
#tier4innerContent #ptsdmiddle .md50 > ul {padding-bottom:0px;}
#tier4innerContent #ptsdmiddle p + h2, #tier4innerContent #ptsdmiddle .row + h2 {margin-top:0px;}
#tier4innerContent #ptsdmiddle p.summary {color: #993b1e; font-style: italic; }

#tier4innerContent #ptsdmiddle li, #tier4innerContent #ptsdmiddle ul li ul li, #tier4innerContent #ptsdmiddle ul li ul li ul li {line-height: 1.5em !important; font-size: 13px;}
#tier4innerContent #ptsdmiddle ul li ul, #tier4innerContent #ptsdmiddle ul li ul li ul {padding-bottom: 0; margin-bottom: 0; margin-left: 10px; margin-top: 4px;}
#tier4innerContent #ptsdmiddle ol li ol, #tier4innerContent #ptsdmiddle ol li ol li ol {padding-bottom: 0; margin-bottom: 0; margin-left: 10px; margin-top: 4px;}

#sumBox {background-color: #e2f1fe; margin: -5px -15px 15px -10px; padding: 10px 15px 0px 15px;}
#sumBox .readTime {font-weight: bold; font-style: italic;}

/* -----------------STRUCTIONAL DIVS----------------- */

#ptsdwrapper {
	margin-bottom: 10px; /*keep social icons in footer from being blocked by VA logo*/
	overflow: hidden !important;
	margin-left: -20px;
	margin-right: -20px;
}
#ptsdmiddle {
	width:94%;
	margin: auto;
	clear:both;

	/*float: left;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;*/
}
@media only screen and (min-width: 768px) {#ptsdmiddle {width: 85%;}}

#ptsdmiddle .col-md-12 {
	background-color: transparent !important;
}
.PTSDwave {	
	background-image: url('/PTSD/images/graphics/PTSDwave.jpg');
	background-repeat: no-repeat;
	background-position-y: 40px;
	background-size: contain;
	}

.PTSDwave2024 {            
    background-image: url('/PTSD/images/graphics/PTSDwave.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -20px !important;
    background-position: top;
}

#tier4innerContent #connect + #ptsdmiddle > h2, #tier4innerContent #addthis + #ptsdmiddle > h2, #tier4innerContent #ptsdmiddle > h2, #avg-reading-time > h2 {
	padding-top: 100px !important;
    /* padding-top: 60px !important; changed on 20250326 */
  
}

#tier4innerContent #ptsdmiddle > h2.np {
	padding-top: 5px !important;
}

#ptsdright {
    overflow: hidden;

}

/* HIDE Header H2 tag */
h2.hideHead2 {
    display: none;
    visibility: hidden;
}

/* ---------------- START OF NEW FOOTER 2022 ------------------- */
#ptsdfooter #footer2022{
	margin-bottom: 15px;
    margin-top: 15px;
	padding: 15px 10px 0px 10px;
	background-color: #f1f1f1;
}

#ptsdfooter #footer2022 img.icon {
       margin-right: 5px;
       width: 30px;
       }

#ptsdfooter #footer2022 hr {
	margin-top: 0px;
	margin-bottom: 5px;
	border-top: 1px solid #003F72;
}

#ptsdfooter #footer2022 p {color: #000;}

@media only screen and (min-width: 768px) {
	#footer2022 {min-height:90px;}
	#ptsdfooter #footer2022 .footerInfo {padding-top: 5px; padding-left: 75px;}
	#ptsdfooter #footer2022 .footerInfoSP {padding-top: 5px; padding-left: 60px;}
}

@media only screen and (max-width: 767px) {
	#footer2022 {min-height: 400px;}
	#ptsdfooter #footer2022 .footerInfo {padding-top: 5px; padding-left: 0px;}
	#ptsdfooter #footer2022 .footerInfoSP {padding-top: 5px; padding-left: 0px;}
}


/* -----------------START OF THE NEW FOOTER 2018 --------------- */

#homeinnerContent #ptsdfooter {
     margin-left: 0;
     margin-right: 0;
     width: 100%;
     background-color: #e7e7e8;
 }

#ptsdfooter {
       padding: 0;
       margin: auto;
       width: 100%;
       clear: both;
       }
@media only screen and (min-width: 768px) {
	#ptsdfooter {width: 94%;}
	/* #footer2022 {min-height:90px;} */

}

#ptsdfooter #divide{
       height: 20px;
       margin-bottom: 15px;
       margin-top: 15px;
       background: #c1b7af; /* Old browsers */
       /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	   background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/	Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxYjdhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
       background: -moz-linear-gradient(left, #c1b7af 0%, #ffffff 100%); /* FF3.6-15 */
       background: -webkit-linear-gradient(left, #c1b7af 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
       background: linear-gradient(to right, #c1b7af 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1b7af', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
} 

/* Style sheet is not publishing */        
#tier4innerContent #ptsdfooter ul, #homeinnerContent #ptsdfooter ul {
list-style: outside;
}


#ptsdfooter p, #ptsdfooter li {
		font-size: 95%;
       }

#tier4innerContent #ptsdfooter p.links, #homeinnerContent #ptsdfooter p.links {
       text-align: center;
       }

#tier4innerContent #ptsdfooter img.icon, #homeinnerContent #ptsdfooter {
       margin-bottom: -5px;
       bottom:-3; /* stick to bottom */
       }

#ptsdfooter img.icon {
       margin-right: 5px;
       width: 20px;
       }
       
#tier4innerContent #ptsdfooter p.social_head, #tier4innerContent #ptsdfooter p.head, #homeinnerContent #ptsdfooter p.social_head, #homeinnerContent #ptsdfooter p.head {
	font-size: 118%;
	padding-bottom: 4px;
	text-transform: uppercase;
	font-weight: bold;
}
#tier4innerContent #ptsdfooter p.head, #homeinnerContent #ptsdfooter p.head {
	color: #bb0007;
}

/* -----------------START OF THE NEW FOOTER PORTAL 2015 ----------------- */
#ptsdfooter_portal {
	clear:both;
	padding: 10px 10px 20px 10px;
	background-color: #f1f4f6;
	overflow:auto;
	margin-bottom: 20px;
	}
#ptsdfooter_portal p {
		font-size: 95%;
       }
#homeinnerContent #ptsdfooter_portal p.links {
		text-align: center;
	}
#ptsdfooter_portal img {
	margin-bottom: 0px;
	}
	
#ptsdfooter_portal .footer_box {
	float: left;
	width: 48%;
	}
	
#ptsdfooter_portal .footer_contact {
	float: right;
	width: 48%;
	}
#ptsdfooter_portal .footer_contact img {
	margin-right: 5px;
	width: 32px;
	}
#homeinnerContent #ptsdfooter_portal p.social_head {
	font-size: 118%;
	font-weight: bold;
	padding-bottom: 8px;
}


/* -----------------Banner Photo ----------------- */
    
#PTSDBannerImage {position: relative; overflow: hidden;}
.banner-image {	top: 0; left: 0; z-index: 1;}
.wave {position:absolute; bottom: 0; left: 0; z-index: 2;}

/* ADDTHIS */
#ptsdright .addthis_toolbox{
	padding: 0 0 10px 7px;
}

.ptsdwidget {
	margin: 10px 10px 20px 10px;
	padding-right: 0px;
	padding-left: 0px;
	max-height: 100%;
	}
.ptsdwidget p {
	text-align: center;
	}


.ptsdwidget h4 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	display: block;
	padding-top: 10px;
	}
.ptsdwidget h4 a.white { color: #fff;}
	
#ptsdcoach { 
	overflow:hidden;
	background-image:url(/PTSD/images/design2015/coach_rc_bckgd.jpg);
	background-repeat:no-repeat;
	background-position: 60% 15%;
	}
#ptsdcoach p.white{ 
	padding-right: 8px;
	color: #fff;
	}
.aboutface_content h4 {
	text-align: center;
	}
.aboutface_banner {display: none;}


/* ---NC LOGO--- */
#NClogo {
	padding-left: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
	display: block;
	clear: left;
}

/* -----------------START OF GLOBAL CLASSES----------------- */
.ncbold { font-weight: bold;}
.ncclear {clear: both;}
.ncitalic { font-style: italic;}	
.ncbox {overflow: auto; margin-bottom: 10px; padding: 5px; }
#tier4innerContent .ncbox p.condensed {line-height: 1.5em; font-size: 1em; padding: 0;}
.pub { background-color: #b0543b;}
.pro { background-color: #1d79ab;}
.about { background-color: #1d79ab;}
.grey { background-color: #f1f1f1;}
.graydark { background-color: #E7E7E9;}
.graylight { background-color: #FAFBFE;}
.ncrow {display: block; padding: 5px; overflow: auto;}
.npb {padding-bottom: 0;}
.ncauthor {
	font-size: 0.9em;
	color: #393939;
	font-weight: bold;
}
.white {color: #fff;}
.fl_left {float:left;}
.fl_right {float:right;}
#tier4innerContent img.nc, #tier4innerContent img.linkicons {margin-bottom: 0;}
#tier4innerContent img.linkicons {margin-bottom: 0;}

#homeinnerContent .p_audbox .md50 {padding-left: 0px;}
.md50, .md25, .rc50, .md33, .md60, .md40, .md80, .md20, .md75  {float: left; padding-left: 15px; width: 100%;}
.md50, .md25, .md33, .md60, .md40, .md20  {margin-bottom: 15px;}
.row {margin-bottom: 15px;}
.pl20 {padding-left: 20px;}
.pr20 {padding-right: 20px;}
.mb20 {margin-bottom: 20px;}


#tier4innerContent img.img-fr, #tier4innerContent img.img-fl {
    display: inline;
    max-width: 50%;
}

#tier4innerContent img.img-fl {float: left; margin-right: 2%;}
#tier4innerContent img.img-fr {float: right; margin-left: 2%;}

.icon-fl {
	float: left;
	display: inline;
	margin: 5px 10px 0px 10px;
}
.padding-r {padding-right: 15px;}
#ptsdmiddle blockquote {
	font-size: 130%;
	margin-left: 35px;
	margin-right: 35px;
	border-left: none;
}
           
.well-small {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);    
}

.hr-accordion {
    margin-top: 0px;
    margin-bottom: 10px;
    width: 100%;
}
           

/* -----------------Anchor List Code 2018 ---------------- */

#tier4innerContent #ptsdmiddle #anchor-list .header {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c6fa5+0,48a4ca+50,2c6fa5+100 */
	background: #2c6fa5; /* Old browsers */
	background: -moz-linear-gradient(left, #2c6fa5 0%, #48a4ca 50%, #2c6fa5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #2c6fa5 0%,#48a4ca 50%,#2c6fa5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #2c6fa5 0%,#48a4ca 50%,#2c6fa5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c6fa5', endColorstr='#2c6fa5',GradientType=1 ); /* IE6-9 */
	width: 100%;
	padding: 5px 0px 5px 0px;
	margin-bottom: 10px;
}

#tier4innerContent #ptsdmiddle #anchor-list .header h3 a {
	text-decoration: none;
	color: #FFF; 
}
#tier4innerContent #ptsdmiddle #anchor-list .header h3 {
	color: #FFF; 
	text-align: center; 
	padding:0; 
	margin:0; 
	font-family: arial; 
	letter-spacing: 1px; 
	text-transform: uppercase;
}

#tier4innerContent #ptsdmiddle #anchor-list {
	background-color: #f0eeec;
	margin-bottom: 10px;
	overflow: auto;
}
#tier4innerContent #ptsdmiddle #anchor-list ul {
	margin-left: 0px;
	}
	
#tier4innerContent #ptsdmiddle #anchor-list ul li a {
	color: #064C7F;
	}

/* -----------------MODULES ----------------- */
#ptsdmiddle .module-banner .picture  {
	/* overflow: hidden;
	height: 300px;*/
} 
#ptsdmiddle .module-banner .picture img  {
	/*height: 300px;
	float: right;*/
	width: 100%;
} 

.module-banner {
	border-bottom-style: solid;
	border-bottom-color: #0088cc;
	border-bottom-width: 2px;
	background-color: #ececec;
	overflow: auto;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.module-banner .header {
	background-image:url(/PTSD/images/module_bkgrd.png);
	background-repeat:repeat-x;
}
	
#ptsdmiddle .module-banner p + ul {
	padding-bottom: 0px;
} 

#tier4innerContent #ptsdmiddle .module-banner ul {
	margin: 0 10px 5px 11px;
	padding: 0;
} 


#ptsdmiddle .module-banner img + .button {
	margin-top: 5px;
}
#ptsdmiddle .module-banner ul {
	padding-bottom: 0px;
}

.module-banner + .module-banner {
	margin-top: 10px;
}


#ptsdmiddle .module-banner p.nb {
	margin-bottom: 0;
	padding-bottom: 0;
}

.module-banner .content  {
	padding-top: 10px;
	padding-right: 10px;
	vertical-align: top;
}
.module-banner .button {
	clear: left;
	padding-bottom: 5px;
	display: table;
	*position:relative;
}
#ptsdmiddle .button img {
	display: table-cell;
	zoom: 1;
	*display: inline;
	*vertical-align:top;
}
.btn-text {
	display: table-cell;
	zoom: 1;
	*display: inline;
	*position: absolute;
	*left: 142px;
	*width: 50%;
	*vertical-align:middle;
	vertical-align: middle;
}
.double {
	*top:0;
}
.single {
	*top:8px;
}
#ptsdmiddle .module-banner .button img{
	margin-right: 8px;
	width: 134px;
}
#ptsdmiddle .module-banner .button p {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-size: 90%;
	*font-family: arial;
}
.mod-box {
	display: block;
	background-color: #333;
	padding: 20px 25px;
	margin-bottom: 10px;
}
.mod-box p {
	color: #fff;
}
#ptsdmiddle .module-banner .text {
	padding-left: 10px;
	padding-right: 10px;
}

.module-banner .img-icon /* MODULES COACH SMALL MOBILE IMAGE 2013 */{
	float: left;
	display: table-cell;
	margin-bottom: 0;
}

.picture .button-wide {
	background-image: url(/PTSD/images/design2013/module_btn_wide.png);
	background-repeat: no-repeat;
	background-size: 230px 35px;
	height: 35px;
	overflow: auto;
	margin-top: 5px;
}
.content .button-wide {
	background-image: url(/PTSD/images/design2013/module_btn_wide.png);
	background-repeat: no-repeat; 
	background-size: 224px;
	height: 35px;
	overflow: auto;
	margin-top: 5px;
}
#ptsdmiddle .module-banner .button-wide p {
	padding: 0;
	line-height: 1.2em;
	font-size: 90%;
	*font-family: arial;
}
#ptsdmiddle .picture .button-wide p {
	margin: 10px 0 0 10px;
}
#ptsdmiddle .content .button-wide p {
	margin: 5px 0 0 10px;
	padding-top: 3px;
}


/* -----------------ListGroup ----------------- */
#PTSDlist .list-group-item:first-child {border-top-left-radius: 0px;
border-top-right-radius: 0px;}
#PTSDlist button a:hover {color:#fff;}
#PTSDlist p.head {padding: 5px; width:100%; color:#fff;}
#PTSDlist .list-group-item {width: 100%; padding:5px; text-align: left;}
#PTSDlist .caret {margin-right: 5px;}


/* -----------------SPECIAL FEATURES ----------------- */
.special-feature-box {
	margin-left: 10px;
	float: right;
	width: 50%;
	padding: 0;
	background: #fff;
	border: 2px solid #b0543b;
}
#tier4innerContent #ptsdmiddle .special-feature-box ul {margin-left: 5px;}

.special-feature-box p, .special-feature-box-pro p {
	padding: 0 10px 10px 10px;
}
#tier4innerContent #ptsdmiddle .special-feature-box li, #tier4innerContent #ptsdmiddle .special-feature-box-pro li {
	padding-right: 10px;
	font-size: 1em;
}

.special-feature-box-pro {
	margin-left: 10px;
	float: right;
	width: 50%;
	padding: 0;
	background: #fff;
	border: 2px solid #517281;
}

#tier4innerContent .special-feature-box a, #tier4innerContent .module-banner a, #tier4innerContent .special-feature-box-pro a, #tier4innerContent table a, #tier4innerContent ul a, #tier4innerContent ol a, #tier4innerContent p a {
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
}
h3.cnav_head {
	padding: 3px 0 3px 10px;
	display: block;
	margin: 0 0 10px 0;
	font-size: 100%;
	color: #fff;
}
h3.cnav_head a {
	color: white;
	text-decoration: underline;
}

	
/* -----------------Understanding PTSD Banner----------------- */
#UnderPTSDBanner {border-top-style: solid; border-top-color: #fab913; border-top-width: 3px; padding-top: 10px;}
#UnderPTSDBanner {margin: 10px 0;}
#UnderPTSDBanner .col-md-12 {padding: 0;}

#UnderPTSDBanner .text a, #UnderPTSDBanner .text {background-color: #143a46; color: #fab913; font-family: Georgia, "Times New Roman", Times, serif; padding: 5px; font-style: italic; font-size: 108%; }
#UnderPTSDBanner .text .title, #UnderPTSDBanner .text .title a {
	color: #FFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-size: 1.3em;
	padding-left: 2px; }
#UnderPTSDBanner .text a:hover, #UnderPTSDBanner .text a {
	text-decoration: none;}

	
/* -------  Understand / Is it PTSD ---------*/
.btn {font-size: 1.4em !important;}    
.btn-ltBlue {color: #fff !important; font-weight: bold !important; background-color: #0083be !important; border-color: #0083be !important;}
.btn-ltBlue:hover {color: #fff !important; background-color: #003F72 !important;}
.btn-ltBlue:focus {color: #fff  !important; font-weight: bold !important; background-color: #0083be !important; border-color: #0083be !important;}
    
	
/* -----------------Whiteboards/Videos----------------- */
#tier4innerContent p.video_head {
      color: #003F72;
      padding-bottom: 5px;
          font-size:12px;
          font-weight: bold;
}

.WBborder {background-color:#014f7d; height: 5px;}
.WBpub, .WBpro {border: 4px solid #717171; margin-bottom: 15px;}
.WBcontent {padding-top: 10px; background-color: #ECECEC; }
 img.hand { display:none;}
hr.WB {border-top-width: 2px; border-top: solid #b0543b;}

.PTSDhidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	}
#WBwrapper {
	overflow: auto;
	position: relative;
	background-image: url('/PTSD/appvid/videos/images/WB_hand.png');
	background-repeat: no-repeat;
	}

p.WBh1 {padding: 0px; font-size: 170%; font-weight: bold; display: block; width:100%;}
p.WBh2 {color: white; padding: 5px;}
p.WBh2 a {color: white; text-decoration: none;}	
p.WBh2 a:hover {color: white; text-decoration: underline;}	

.WBpub p.WBh1, .WBpub p, .WBpro p.WBh1, .WBpro p  {padding-left: 20px; width: 100%;}

.PROvideo {background-color: #ECECEC; overflow: auto;}
.PROvideo p.WBh1 {padding: 10px 0 10px 0; font-size: 110%; font-weight: bold; display: block; width:100%;}
.PROvideo .md60 {margin-bottom: 0;}

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 9998;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		width: 520px;
		background: #eee url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 9999;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
		
/* -----------------Table Classes ----------------- */

.tbborder {border-style: solid;	border-width: 1px;	border-color: #cccccc; width: 100%;}
#tier4innerContent th {padding-left: 5px;}
#tier4innerContent td {vertical-align: top;}
#tier4innerContent tr.type1 {background: #fafbfe;}
#tier4innerContent tr.type2 {background: #f1f1f1;}
#tier4innerContent th.type3, #tier4innerContent tr.type3, #tier4innerContent tr.type3 td {background: #1d79ab; color: #fff;}
#tier4innerContent tr.type4 {background: #b0543b; color: #fff;}
#tier4innerContent .table > thead > tr > th {border-bottom: none;}
#no-more-tables th.pro {background-color: #1d79ab !important; color: #fff;}

.tableCaption {
  background-color: #d1e4f0 !important;
  border-bottom: 2px solid #999;
  border-top: 2px solid #fff;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  text-align: left;
  padding-left: 10px;
}

@media only screen and (max-width: 700px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: wrap;
		text-align:left;
		font-weight: bold;
		display: inline-table;
		height: 25px;
	}
		#no-more-tables td:after { 
	padding-bottom: 5px;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }

}
/* Zebra striping */
.table tbody tr:nth-of-type(odd) { 
  background: #eee; 
}
/* head white text */
.table tr.pro, .table tr.pub { 
  color: #fff; 
}

/* -----------------Consultation Unique Tab Styles ----------------- */
/* Consultation Tab Styles added to VA */
#ptsd_tabs_consult .tab-accord h3 {display: block; width: 100%;}
#tier4innerContent #ptsd_tabs_consult .tab-accord {border: none;}
#tier4innerContent #ptsd_tabs_consult .tab-accord .tab a {width: 100%;}

#ptsd_tabs_consult {
	border-bottom: 1px solid #FF8000;
	width: 100%;
	height: 42px;
      }
.consult_alert {
  border-width: 1px;
  border-style: solid;
  border-color: #EA6009;
  padding: 5px;}
.consult_orange {color: #EA6009;}
      
#tier4innerContent .consult_alert p {padding-bottom: 0;}

#tier4innerContent #ptsd_tabs_consult .tab-accord .tab a.selected {
	background-image:none !important;
 	background-color: #EA6009;
 	border-top-left-radius: 6px;
 	border-top-right-radius: 6px;
}
#tier4innerContent #ptsd_tabs_consult a.selected {color: #a8abad;}

.ptsd_consult_faqs {
	width: 100%;
	background-color: #F2F2F2;
	overflow: auto;
	padding: 10px;
	clear: both;
	margin-bottom: 10px;
	}
.ptsd_consult_faqs .head {
	text-transform: uppercase;
	color: #EA6009;
	margin-top: 15px;
	padding-bottom: 0;
	font-size: 1.2em;
	}
.ptsd_consult_faqs img {
	width: 100%;
	}
	
#tier4innerContent img.ptsd_consult {border-color: #ff8809; border-style: solid; border-width: 1px;}

.ptsd_consult_info {
	float: left;
	width: 100%;
	overflow: hidden;
	padding-right: 15px;
}
.ptsd_consult_video {
      float: right;
      width: 100%;
      background-color: #b9b9b9;
}
#tier4innerContent .ptsd_consult_info p.faqs_head {
      color: #c46612;
      padding-bottom: 5px;
          font-size:12px;
          font-weight: bold;
}


#tier4innerContent .ptsd_consult_info a.more {
      text-decoration: underline;
      font-style: italic;
      color: #c46612;
}

#tier4innerContent #ptsdmiddle p.ptsd_consult_contact {
	font-size: 130%;
	overflow: auto;
	text-align: right;
	margin-top: 15px;
	clear: both;
	padding-top: 15px;
	border-top: 2px solid #EA6009;
	}
#tier4innerContent #ptsdmiddle p.ptsd_consult_contact_home {
	font-size: 130%;
	overflow: auto;
	text-align: right;
	clear: both;
	background-color: #184274;
	color: #fff;
	padding: 7px;
	margin-bottom: 15px;
	}	
	
#tier4innerContent #ptsdmiddle p.ptsd_consult_contact a {text-decoration: underline; color: #EA6009;}
#tier4innerContent #ptsdmiddle p.ptsd_consult_contact_home a {text-decoration: underline; color: #FFF;}
#tier4innerContent #ptsdmiddle p.orange {color: #EA6009;}

#conplug {overflow: auto; margin-bottom: 10px; padding: 5px 0px 0px 15px; }
#conplug p.head {text-transform: uppercase; font-size: 97%; font-weight: bold;}

#conplug .md20, #conplug .md80 {padding: 0 2px 0 0; }
#conplug img {width: 30%;}


/* Subscribe Page */
#tier4innerContent fieldset.subscribe{
	-moz-box-sizing:border-box;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
}
.button_panel{
	float: right;
	position: absolute;
	top: 0;
	right: 10px;
}
#tier4innerContent #ptsdmiddle ul.form{margin-left: 0; padding-bottom: 5px;}


#tier4innerContent ul.form li {
margin-top: 10px;
}
.subscribe_border{
	margin-top: 10px;
	border-color: #E6E6E6;
	width: 100%;
	margin-left: 0px;
	background-color: rgb(242, 242, 242);
	margin-bottom: 12px;
	border-width: 2px;
	border-style: solid;
}

#tier4innerContent li.email_fields {
	position: relative;
	list-style-type: none;
}

#tier4innerContent .subscribe_border .long {
	width: 40%;
	padding-left: 10px;
}

/*----------------- SITE MAP Styles -----------------*/
.sm_public_color, .sm_pro_color, .sm_about_color   {
                margin: 0 0 1.5em 0;
                padding: 0 0 6px 0;
                width: 100%;
}
.sm_public_color {
                background: #f9eeea;
                border: 2px solid #B0553C;
}
.sm_pro_color {
                background: #EFF2FD;
                border: 2px solid #517281;
}
.sm_about_color {
                background: #f3e9ce;
                border: 2px solid #888272;
}

#tier4innerContent h3.head a {
                font-weight: bold;
                color: #ffffff;
                text-decoration: underline;
                font-size: 12px;
}
 
#tier4innerContent h3.head a:hover {
                font-weight: bold;
                color:#CCC;
                text-decoration: none;
                font-size: 12px;
}
 
#tier4innerContent h3.head {
                color: white;
                padding: 3px 0 3px 10px;
                display: block;
                margin: 0;
}
#tier4innerContent #sm p {
                padding: 10px 10px 0 20px;
                font-weight: bold;
                font-size: 11px;
}
#tier4innerContent #sm ul {
                list-style-position:inside;
                margin: 0;
                padding: 0;
}
#tier4innerContent #sm li {
                padding: 5px 0 0 0;
                margin-left: 30px;
                font-size: 11px;
}


/*----------------- Continuing Education Styles -----------------*/
#tier4innerContent #ptsdConEd { color: #444; }

#tier4innerContent #ptsdConEd p {
	color: #444;
	line-height: 1.6em;
}

#ptsdConEd #ptsdControls {overflow: visible;}

#tier4innerContent #ptsdConEd #ptsdControls ul.ptsdTabs {
	list-style: none;
	margin: 0;
	width: 100%;
}

#tier4innerContent #ptsdwrapper #ptsdConEd #ptsdControls .ptsdTabs li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0 !important;
	list-style: none;
	font-size: 1em;
	width: 100%;
}

#tier4innerContent #ptsdwrapper #ptsdConEd #ptsdControls .ptsdTabs li:last-child { margin-right: 1px; }

#tier4innerContent #ptsdwrapper #ptsdConEd #ptsdControls .ptsdTabs .mainTab.last { margin-right: 1px; }

#tier4innerContent #ptsdwrapper #ptsdConEd #ptsdControls .ptsdTabs li.mainTab.active,
#tier4innerContent #ptsdwrapper #ptsdConEd #ptsdControls .ptsdTabs li.subTab.active { top: 1px; }

#tier4innerContent #ptsdwrapper #ptsdConEd #ptsdControls .ptsdTabs li a {
	border-style: solid;
	border-width: 1px 1px 0 1px;
	color: #4A4A4A;
	display: block;
	font-weight: bold;
	padding: 8px 15px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
}

#tier4innerContent #ptsdwrapper #ptsdConEd #ptsdControls .ptsdTabs li.mainTab a {
	background: #dfedf5;
	background: -moz-linear-gradient(top,  #dfedf5 0%, #c6d4db 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfedf5), color-stop(100%,#c6d4db));
	background: -webkit-linear-gradient(top,  #dfedf5 0%,#c6d4db 100%);
	background: -o-linear-gradient(top,  #dfedf5 0%,#c6d4db 100%);
	background: -ms-linear-gradient(top,  #dfedf5 0%,#c6d4db 100%);
	background: linear-gradient(to bottom,  #dfedf5 0%,#c6d4db 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfedf5', endColorstr='#c6d4db',GradientType=0 );
	border-color: #C7D5DC;
}
#tier4innerContent #ptsdwrapper #ptsdConEd #ptsdControls .ptsdTabs li.mainTab a:hover {
	background: #eaf6fb;
	background: -moz-linear-gradient(top,  #effaff 0%, #eaf6fb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#effaff), color-stop(100%,#eaf6fb));
	background: -webkit-linear-gradient(top,  #effaff 0%,#eaf6fb 100%);
	background: -o-linear-gradient(top,  #effaff 0%,#eaf6fb 100%);
	background: -ms-linear-gradient(top,  #effaff 0%,#eaf6fb 100%);
	background: linear-gradient(to bottom,  #effaff 0%,#eaf6fb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#effaff', endColorstr='#eaf6fb',GradientType=0 );
}

#tier4innerContent #ptsdwrapper #ptsdConEd #ptsdControls .ptsdTabs li.subTab a {
	background: #e6e6e6;
	background: -moz-linear-gradient(top,  #e6e6e6 0%, #e0dfdf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#e0dfdf));
	background: -webkit-linear-gradient(top,  #e6e6e6 0%,#e0dfdf 100%);
	background: -o-linear-gradient(top,  #e6e6e6 0%,#e0dfdf 100%);
	background: -ms-linear-gradient(top,  #e6e6e6 0%,#e0dfdf 100%);
	background: linear-gradient(to bottom,  #e6e6e6 0%,#e0dfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e0dfdf',GradientType=0 );
	border-color: #E0E0E0;
}
#tier4innerContent #ptsdwrapper #ptsdConEd #ptsdControls .ptsdTabs li.subTab a:hover {
	background: #fff;

}


#tier4innerContent #ptsdwrapper #ptsdConEd #ptsdControls .ptsdTabs li.active a {
	background: #eaf6fb;
	background: -moz-linear-gradient(top,  #effaff 0%, #eaf6fb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#effaff), color-stop(100%,#eaf6fb));
	background: -webkit-linear-gradient(top,  #effaff 0%,#eaf6fb 100%);
	background: -o-linear-gradient(top,  #effaff 0%,#eaf6fb 100%);
	background: -ms-linear-gradient(top,  #effaff 0%,#eaf6fb 100%);
	background: linear-gradient(to bottom,  #effaff 0%,#eaf6fb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#effaff', endColorstr='#eaf6fb',GradientType=0 );
}


#tier4innerContent #ptsdwrapper #ptsdConEd #ptsdControls .ptsdTabs li.subTab.active a {
	background: #fff;
}

#tier4innerContent #ptsdConEd #ptsdControls .ptsdFilters {
	background: #eaf6fb;
	background: -moz-linear-gradient(top,  #eaf6fb 0%, #cfeaf7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf6fb), color-stop(100%,#cfeaf7));
	background: -webkit-linear-gradient(top,  #eaf6fb 0%,#cfeaf7 100%);
	background: -o-linear-gradient(top,  #eaf6fb 0%,#cfeaf7 100%);
	background: -ms-linear-gradient(top,  #eaf6fb 0%,#cfeaf7 100%);
	background: linear-gradient(to bottom,  #eaf6fb 0%,#cfeaf7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf6fb', endColorstr='#cfeaf7',GradientType=0 );
	/*border: 1px solid #E0E0E0;*/
	clear: both;
	color: #444;
	overflow: visible;
	*overflow: auto;
	/* padding: 2em 1.5em 2em 2em; - pre 2025 */
    padding: 1em;
}

#tier4innerContent #ptsdConEd .twoColWrapper .colLeft p.ConEdHdr {
	background: #eaf6fb;
	background: -moz-linear-gradient(top,  #eaf6fb 20%, #cfeaf7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf6fb), color-stop(100%,#cfeaf7));
	background: -webkit-linear-gradient(top,  #eaf6fb 20%,#cfeaf7 100%);
	background: -o-linear-gradient(top,  #eaf6fb 20%,#cfeaf7 100%);
	background: -ms-linear-gradient(top,  #eaf6fb 20%,#cfeaf7 100%);
	background: linear-gradient(to bottom,  #eaf6fb 20%,#cfeaf7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf6fb', endColorstr='#cfeaf7',GradientType=0 );
	padding: 5px 5px;
	font-size: 80%;
	text-transform: uppercase;
	margin-bottom: 5px;
	border-radius: 5px;
}
#tier4innerContent #ptsdConEd .twoColWrapper .colLeft p.ConEdHdr + p.ConEdHdr {
	margin-bottom: 5px;
}
#tier4innerContent #ptsdConEd .twoColWrapper .colLeft p.ConEdHdr .title {
	font-size: 130%;
	font-weight: bold;
	color: #337AB7;
}
#tier4innerContent #ptsdConEd .twoColWrapper .colLeft p.ConEdHdr img {
	float: right;
}
#tier4innerContent #ptsdConEd .twoColWrapper .colLeft p.ConEdHdr img.arrow-right{
	margin-top: 5px;
	padding-right: 3px;
}
#tier4innerContent #ptsdConEd .twoColWrapper .colLeft p.ConEdHdr img.arrow-down{
	margin-top: 5px;
	padding-right: 5px;
}
#tier4innerContent #ptsdConEd .twoColWrapper .colLeft p.ConEdHdr a:hover {
	color: #900;
}
#tier4innerContent #ptsdConEd .twoColWrapper .colLeft .ConEdStart p {
	padding-bottom: 3px;
}
#tier4innerContent #ptsdConEd .twoColWrapper .colLeft p.h3 {
	font-size: 135%;
	color: #337AB7;
	font-family: Georgia,"Times New Roman",Times,serif;
	margin-top: 12px;
	font-weight: bold;
}
#tier4innerContent #ptsdConEd .twoColWrapper .colLeft p.h4 {
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	font-size: 1em;
	margin-top: 15px;
	padding: 0;
	margin-bottom: 3px;
}
#tier4innerContent #ptsdConEd .twoColWrapper .colLeft p.h5 {
margin-bottom: 0;
font-size: 1.1em;
}


#tier4innerContent #ptsdConEd .twoColWrapper .colLeft p.h5 {font-style: italic; margin-top: 10px;}
#tier4innerContent #ptsdConEd .twoColWrapper .colLeft .ConEdStart p.PTSD101 {	margin-top: 10px;}

#tier4innerContent #ptsdConEd #ptsdControls .ptsdFilters h2 {
	float: left;
	font-family: Georgia, "Times New Roman", Times, Baskerville, serif;
	/* font-size: 1.2rem; - pre2025 */
    font-size: 1.2em;
	margin-bottom: 15px;
}
#tier4innerContent #ptsdConEd #ptsdControls .ptsdFilters h2.instName {
		/* color: #0083BE; - pre2025 */
		float: none;
		margin-bottom: 0;
	}

#tier4innerContent #ptsdConEd #ptsdControls .ptsdFilters #resetFilters {
	color: #0083BE;
	float: right;
	margin-right: 15px;
	text-decoration: none;
}

#tier4innerContent #ptsdConEd #ptsdControls .ptsdFilters .filterWrapper {
	clear: both;
	list-style: none;
	margin: 0;
}

#tier4innerContent #ptsdConEd #ptsdControls .ptsdFilters .filterWrapper:before,
#tier4innerContent #ptsdConEd #ptsdControls .ptsdFilters .filterWrapper:after {
    content: " ";
    display: table;
}

#tier4innerContent #ptsdConEd #ptsdControls .ptsdFilters .filterWrapper:after { clear: both; }

#tier4innerContent #ptsdConEd #ptsdControls .ptsdFilters .filterWrapper li {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

#tier4innerContent #ptsdConEd #ptsdControls .ptsdFilters .filterWrapper p { padding-bottom: 0; }

#tier4innerContent #ptsdConEd #ptsdControls .ptsdFilters .filterWrapper .ptsdDropdown {
	overflow: visible;
	position: relative;
	width: 95%;
}

#tier4innerContent #ptsdConEd #ptsdControls .ptsdFilters .filterWrapper .dropdownTrigger {
	background: #eaeaea;
	background: -moz-linear-gradient(top,  #eaeaea 0%, #cecece 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#cecece));
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#cecece 100%);
	background: -o-linear-gradient(top,  #eaeaea 0%,#cecece 100%);
	background: -ms-linear-gradient(top,  #eaeaea 0%,#cecece 100%);
	background: linear-gradient(to bottom,  #eaeaea 0%,#cecece 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#cecece',GradientType=0 );
	border: 1px solid #C9C9C9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	display: block;
	height: 35px;
	padding: 6px 12px;
}

#ptsdConEd #ptsdControls .ptsdFilters .filterWrapper .ptsdDropdown.ddOpen .dropdownTrigger,
#ptsdConEd #ptsdControls .ptsdFilters .filterWrapper .ptsdDropdown.ddFltred .dropdownTrigger:hover,
#ptsdConEd #ptsdControls .ptsdFilters .filterWrapper .ptsdDropdown .dropdownTrigger:hover {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eaf6fb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaf6fb));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaf6fb 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#eaf6fb 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#eaf6fb 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eaf6fb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaf6fb',GradientType=0 );
}

#ptsdConEd #ptsdControls .ptsdFilters .filterWrapper .ptsdDropdown.ddOpen .dropdownTrigger {
	border-bottom: none;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

#ptsdConEd #ptsdControls .ptsdFilters .filterWrapper .ptsdDropdown.ddFltred .dropdownTrigger {
	background: #eaf6fb;
	background: -moz-linear-gradient(top,  #eaf6fb 0%, #cfeaf7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf6fb), color-stop(100%,#cfeaf7));
	background: -webkit-linear-gradient(top,  #eaf6fb 0%,#cfeaf7 100%);
	background: -o-linear-gradient(top,  #eaf6fb 0%,#cfeaf7 100%);
	background: -ms-linear-gradient(top,  #eaf6fb 0%,#cfeaf7 100%);
	background: linear-gradient(to bottom,  #eaf6fb 0%,#cfeaf7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf6fb', endColorstr='#cfeaf7',GradientType=0 );
}

#ptsdConEd #ptsdControls .ptsdFilters .filterWrapper .dropdownTrigger .ddText {
	color: #4A4A4A;
	display: block;
	font-size: 0.95em;
	font-weight: bold;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 1px 1px 0 #eaf6fb;
	width: 70px;
	white-space: nowrap;
}

#ptsdConEd #ptsdControls .ptsdFilters .filterWrapper .dropdownTrigger .ddInd {
	background: url('img/ptsd-dropdown-arrow.png') 0 0 no-repeat;
	display: block;
	float: right;
	margin-top: 5px;
	height: 5px;
	width: 7px;
}

#ptsdConEd #ptsdControls .ptsdFilters .filterWrapper .dropdownContent {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f4f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f4f5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f4f5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f4f5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f4f5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f4f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f4f5',GradientType=0 );
	border: 1px solid #C9C9C9;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	display: none;
	min-width: 110px;
	padding: 5px;
	position: absolute;
		left: 0;
		top: 100%;
	/*width: 250px;*/
	z-index: 1000;
}

#ptsdConEd #ptsdControls .ptsdFilters .filterWrapper .ptsdDropdown.ddOpen .dropdownContent { display: block; }
#ptsdConEd #ptsdControls .ptsdFilters .filterWrapper .dropdownContent > span {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #666;
	cursor: pointer;
	display: block;
	margin-bottom: 2px;
	padding: 4px 10px;
}

#ptsdConEd #ptsdControls .ptsdFilters .filterWrapper .dropdownContent > span.selected,
#ptsdConEd #ptsdControls .ptsdFilters .filterWrapper .dropdownContent > span:hover {
	background-color: #fff;
	color: #0083BE;
}

#ptsdControls #filterDescWrapper {}

#ptsdControls #filterDescWrapper > div {
	display: none;
	margin-top: 2.25em;
}

#ptsdControls #filterDescWrapper > div.active { display: block; }

#tier4innerContent #ptsdwrapper #ptsdControls #filterDescWrapper h3 {
	color: #0083BE;
	font-family: Georgia, "Times New Roman", Times, Baskerville, serif;
	font-size: 18px;
}

#tier4innerContent .ptsdResults {
	list-style: none;
	height: 35px;
	margin: 0;
	padding: 1.25em 0;
}
	#tier4innerContent .ptsdResults li {
		float: left;
		margin: 0;
		padding: 0;
		width: 50%;
		list-style: none;
	}
		#tier4innerContent .ptsdResults ul {
		list-style: none;
	}
	
	#tier4innerContent .ptsdResults li.pager {
		text-align: right;
	}

.ptsdResults #totalResults {
	color: #444;
	display: inline-block;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 10px;
}

.ptsdResults #pagerLegend {
	display: inline-block;
	margin-top: 10px;
}

.ptsdPagerControles {
	float: right;
}

.ptsdPagerControles .pagerNav {
	background: #f9f9f9;
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e0e0e0));
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e0e0e0 100%);
	background: -o-linear-gradient(top,  #f9f9f9 0%,#e0e0e0 100%);
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#e0e0e0 100%);
	background: linear-gradient(to bottom,  #f9f9f9 0%,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e0e0e0',GradientType=0 );
	-webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
	color: #0083BE;
	cursor: pointer;
	display: block;
	float: left;
	padding: 7px 12px;
}
.ptsdPagerControles .pagerNav:hover {
	background: #f9f9f9;
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top,  #f9f9f9 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#e8e8e8 100%);
	background: linear-gradient(to bottom,  #f9f9f9 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e8e8e8',GradientType=0 );
}

.ptsdPagerControles .pagerNav.jp-disabled {
	background-color: #fff;
	color: #CBCBCB;
    visibility: hidden;
}

.ptsdPagerControles .pagerNav .pagerInd {
	display: inline-block;
	height: 10px;
	margin-top: 3px;
	width: 7px;
}

.ptsdPagerControles .pagerNav.pagerPrev {
	border-right: 1px solid #C7C7C7;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	/*padding: 7px 16px 7px 12px;*/
}

.ptsdPagerControles .pagerNav.pagerNext {
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	border-left: 1px solid #fff;
	/*padding: 7px 12px 7px 20px;*/
	text-align: right;
}
.ptsdPagerControles .pagerNav.pagerNext .pagerInd {
	background: url('/PTSD/professional/continuing_ed/img/ptsn-pager-next.png') top left no-repeat;
	display: inline-block;
	/*float: right;*/
	margin-left: 10px;
}
.ptsdPagerControles .pagerNav.pagerPrev .pagerInd {
	background: url('/PTSD/professional/continuing_ed/img/ptsn-pager-prev.png') top left no-repeat;
	display: inline-block;
	/*float: left;*/
	margin-right: 10px;
}

.ptsdPagerControles .pagerNav.jp-disabled .pagerInd { background-position: bottom left; }

#ptsdConEd #ptsdCourseEnvelope {
	border-top: 1px solid #dadada;
	clear: both;
	margin-bottom: 20px;
}

#ptsdConEd #ptsdCourseEnvelope #ptsdNoResults {
	display: none;
	font-weight: bold;
	padding: 20px;
	text-align: center;
}

#ptsdConEd #ptsdCourseEnvelope .courseWrapper {
	border-bottom: 1px solid #dadada;
	padding: 1.675em 0;
}

#ptsdConEd #ptsdCourseEnvelope .courseWrapper.lastCourse { border-bottom: none; }

#ptsdConEd #ptsdCourseEnvelope .courseWrapper.hiddenCourse { display: none; }

#tier4innerContent #ptsdwrapper #ptsdConEd p.author {
	display: inline;
	padding-right: 5px;
}

#tier4innerContent #ptsdwrapper #ptsdConEd #ptsdCourseEnvelope .courseWrapper h3 {
	font-family: Georgia, "Times New Roman", Times, Baskerville, serif;
	margin: 0 0 0.875em 0;
}


#ptsdConEd #ptsdCourseEnvelope .courseWrapper .courseDetails {
	float: left;
	margin-right: 25px;
	width: 100%;
}


#ptsdConEd #ptsdCourseEnvelope .courseWrapper .courseDetails > a {
	display: block;
	margin-bottom: 15px;
}
#ptsdConEd #ptsdCourseEnvelope .courseWrapper .courseDetails .courseThumb {
	border: 5px solid #fff;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	width: 100%;
}

#innerContentWrapper #ptsdConEd #ptsdCourseEnvelope .courseWrapper .courseDetails ul {
	font-size: 0.875em;
	line-height: 1.4em;
	list-style: none;
	margin: 0;
}
#innerContentWrapper #ptsdConEd #ptsdCourseEnvelope .courseWrapper .courseDetails ul li {
	color: #444;
	margin: 0.375em 0;
	padding: 0;
	list-style: none;
}

#ptsdConEd #ptsdCourseEnvelope .courseWrapper .courseDesc {
	float: left;
	width: 100%;
}

@media (min-width: 450px){
  #ptsdConEd #ptsdCourseEnvelope .courseWrapper .courseDesc {
	width: 50%;}}
@media (min-width: 450px){
  #ptsdConEd #ptsdCourseEnvelope .courseWrapper .courseDetails {
	width: 50%;}
}

#ptsdConEd #ptsdCourseEnvelope .courseWrapper .courseDesc a:hover { text-decoration: underline; }

.holder { display: none; }

.ptsdFeatured {
  background-image: url('/PTSD/professional/continuing_ed/img/conted-feature.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 30%;
 padding-bottom: 25px;
}
#tier4innerContent .ptsdFeatured img{
	margin-left: 40%;
	margin-bottom: 0;
}
#tier4innerContent .ptsdFeatured p, #tier4innerContent #ptsdConEd #ptsdControls .ptsdFilters .ptsdFeatured h2 {
	margin-left: 40%;
	padding-bottom: 7px;
	margin-bottom: 0;
	line-height: 1.6rem;
}


.twoColWrapper {padding-top: 2em;}


.twoColWrapper .colLeft, .twoColWrapper .colLeftAu {
	float: left;
	width: 100%;
}
.twoColWrapper .colRight, .twoColWrapper .colRightAu {
	float: right;
	width: 100%;
}


#tier4innerContent .twoColWrapper .colRight li, #tier4innerContent .twoColWrapper .colRightAu li {
	margin-left: 20px;
}

.twoColWrapper .instrImg {
	margin-bottom: 1.5em;
}

#tier4innerContent #ptsdConEd .instrLinkList a {
	color: #0083BE;
	line-height: 1.3em;
	text-decoration: none;
}
#tier4innerContent #ptsdConEd .instrLinkList a:hover { text-decoration: underline; }

#tier4innerContent #ptsdwrapper #ptsdConEd h4 {
	font-style: normal;
	/*font-weight: bold;*/
	margin-bottom: 0.25em;
}

#tier4innerContent #ptsdConEd .twoColWrapper ul, #tier4innerContent #ptsdConEd .twoColWrapper li {
	line-height: 1.4em;
}
#tier4innerContent #ptsdConEd .colLeft ul, #tier4innerContent #ptsdConEd .colLeft li {
	list-style: none;
	padding-bottom: 5px !important;
	margin-left: 0;
	font-size: 1em;
}
#tier4innerContent .colLeft ul {
	margin-left: 0;
}

#ptsdwrapper .twoColWrapper ol li,
#ptsdwrapper .twoColWrapper ul li {
	color: #444;
}
#ptsdwrapper .twoColWrapper ul.courseFormats li {
}

#tier4innerContent #ptsdwrapper #ptsdmiddle .twoColWrapper .colLeft h3 {
	font-weight: bold;
	margin-bottom: 6px;
}
#tier4innerContent #ptsdwrapper #ptsdmiddle .twoColWrapper .colLeft ul + h3 {
	padding-top: 15px;
}
#tier4innerContent #ptsdwrapper #ptsdmiddle .twoColWrapper .colLeft table {
	margin-bottom: 10px;
}


#tier4innerContent #ptsdwrapper #ptsdmiddle .twoColWrapper a {
	text-decoration: none;
}

/*
#tier4innerContent #ptsdwrapper #ptsdmiddle .twoColWrapper .colLeft a {
    text-decoration: none;
}
*/

#tier4innerContent #ptsdwrapper #ptsdmiddle .twoColWrapper .colLeft li {
	
	
	}

#tier4innerContent #ptsdwrapper #ptsdmiddle .twoColWrapper .colLeft a.ptsdBttn {
	background: #0083be;
	background: -moz-linear-gradient(top,  #0083be 0%, #08558c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0083be), color-stop(100%,#08558c));
	background: -webkit-linear-gradient(top,  #0083be 0%,#08558c 100%);
	background: -o-linear-gradient(top,  #0083be 0%,#08558c 100%);
	background: -ms-linear-gradient(top,  #0083be 0%,#08558c 100%);
	background: linear-gradient(to bottom,  #0083be 0%,#08558c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083be', endColorstr='#08558c',GradientType=0 );

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	color: #fff;
	display: inline-block;
	font-size: 1.125em;
	margin-bottom: 0.5em;
	padding: 6px 10px;
	text-align: center;
	text-shadow: -1px -1px 0 #000;
	width: 75px;
}

#tier4innerContent #ptsdwrapper #ptsdmiddle .twoColWrapper .colLeft a.ptsdBttn.play span {
	background: url('/PTSD/professional/continuing_ed/img/ptsd_bttn_play_bg.png') 0 0 no-repeat;
	display: inline-block;
	height: 11px;
	margin-right: 5px;
	width: 7px;
}
#tier4innerContent #ptsdwrapper #ptsdmiddle .twoColWrapper .colLeft a.ptsdBttn.listen span {
	background: url('/PTSD/professional/continuing_ed/img/ptsd_bttn_listen_bg.png') 0 0 no-repeat;
	display: inline-block;
	height: 14px;
	margin-right: 5px;
	margin-top: -1px;
	position: relative;
		top: 1px;
	width: 14px;
}

#tier4innerContent #ptsdwrapper #ptsdmiddle .twoColWrapper .colLeft a.ptsdBttn.apple {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	color: #444;
	border: 1px solid #c9c9c9;
}

#tier4innerContent #ptsdwrapper #ptsdmiddle .twoColWrapper .colLeft a.ptsdBttn.apple span {
	background: url('/PTSD/professional/continuing_ed/img/ptsd_bttn_apple_bg.png') 0 0 no-repeat;
	display: inline-block;
	height: 20px;
	margin-right: 5px;
	margin-top: -5px;
	position: relative;
		top: 4px;
	width: 20px;
}

#tier4innerContent #ptsdwrapper #ptsdmiddle .twoColWrapper .colRight .courseImg {
	display: block;
	margin-bottom: 2em;
	width: 95%;
}

/* keyword search function */
#ptsdConEd .btn-ConEd {
    color: #fff;
    background-color: #0B6CB2;
    border-color: #0B6CB2;
	font-size: 11px;
	margin-left: 10px;
}
#ptsdConEd .btn-ConEd:hover, #ptsdConEd .btn-ConEd:focus, #ptsdConEd .btn-ConEd:active, #ptsdConEd .btn-ConEd.active, #ptsdConEd .open>.dropdown-toggle.btn-ConEd {
    color: #fff;
    background-color: #3A8CC7;
    border-color: #0B6CB2;
}
#NoKeywordsFound p {color:#FF0004 !important;}

/* end of Continuing Ed Styles */

/* -----------------Video Styles ----------------- */
.redvidcenter {
   margin: auto;
max-width: 480px;
}

.redVideoContolBar {
   border-radius: 10px;
   border: 2px solid #151517;
   background: #343437;
   padding: 1px;
   width: 350px;
   height: 45px;
margin-left: auto;
   margin-right: auto;
}

.redVideoContolBarWide {
   border-radius: 10px;
   border: 2px solid #151517;
   background: #343437;
   padding: 1px;
   width: 390px;
   height: 45px;
margin-left: auto;
   margin-right: auto;
}

.redVideoContolBarAuto {
   border-radius: 10px;
   border: 2px solid #151517;
   background: #343437;
   padding: 1px;
   width: 350px;
   height: 45px;
   margin-left: auto;
   margin-right: auto;
}

.redVideoContolBarWideAuto {
   border-radius: 10px;
   border: 2px solid #151517;
   background: #343437;
   padding: 1px;
   width: 390px;
   height: 45px;
   margin-left: auto;
   margin-right: auto;
}

.redVideoControlButton {
   border: 0;
   vertical-align: top;
   float: left;
   font-size: 12px;
   text-align: center;
   line-height: .3;
   color: #ffffff;
   margin-left: auto ;
   margin-right: auto;
   padding-left: 6px;
   padding-right: 6px;
}


/* -------  Awareness Form  --------*/
.signup-step .component-wrapper {
    position: relative;
    padding-bottom: 10px !important;
}  


/* ---------------------------------------------------START OF DIFFERENT SIZES---------------------------------------------------  */

@media (min-width: 370px) { 
.ad_img img {margin: 0 0;}
}

@media (min-width: 480px) {  
  .rc50 {width: 50%;}
  .md80 {width: 80%;}
  .md75 {width: 75%;}
  .md60 {width: 60%;}
  .md40 {width: 40%;}
  .md50 {width: 50%;}
  .md25 {width: 25%;}
  .md20 {width: 20%;}
  .md33 {width: 33%;}
  .ptsd_consult_info,.ptsd_consult_video {width: 50%;}

  /* Subscribe Page */
  #tier4innerContent .subscribe_border .long {width: 60%;}

  .aw_right { 
      width: 72%;
      }
  .aw_left { 
      width: 25%;
      }
  #conplug img {width: 82%;}

}

@media (min-width: 600px) {  
/* -----------------Whiteboards----------------- */

  .WBpub img.hand {display: inline; margin-top: -95px; position:relative; float:right;}
  .WBpro img.hand {display: inline; margin-top: -65px; position:relative; float:right;}

  .WBcontent  {min-height: 150px; }
  .WBpub {overflow: hidden; height:350px;}
  .WBpro {overflow: hidden; height:375px;}

  .WBpub p.WBh1, .WBpub p, .WBpro p.WBh1, .WBpro p  {width: 75%;}

  /* -----------------Consultation----------------- */
  .ptsd_consult_info {width: 70%;}	
  .ptsd_consult_video {width: 30%;}


#cppBlock h2, #cppQuestions h2 {font-weight: bold; font-size: 1.5em !important;}
#cppBlock ul {list-style-image: url("/PTSD/professional/consult/images/cpp-bullet-orange.png"); margin:20px 0; padding-left: 20px; list-style-position: outside;}
#cppBlock ul li, #cppQuestions ul li {margin: 5px 0 0 5px; padding-left: 5px;}

#ptsdwrapper #cppBlock li {color: #000;}

#ptsdwrapper #cppQuestions h3, #ptsdwrapper #cppQuestions .panel-title>a, .panel-title>a:active {color: #003F72 !important; font-size: 1.1em !important;}
#cppQuestions ul {list-style-image: url("/PTSD/professional/consult/images/cpp-bullet-blue.png"); margin:20px 0; padding-left: 20px; list-style-position: outside;}


#cppTagLine {padding: 10px 15px 0px 15px; background-color: #FFFFFF; font-size: 1.25em;}

#cppSubscribe {padding-top: 20px; margin-top: -20px;}
#cppSubscribe .btn-orange {color: #FFF; font-weight: bold; background-color: #e77204; border-color: #e77204;}
#cppSubscribe .subscribe_border .long {margin-top: 0px; margin-left: 10px; line-height: 2.0em; color: #000;}
#cppSubscribe .subscribe_border {padding-top: 15px;}

@media (min-width: 600px) { 
#cppCTA {margin-top: 30px; margin-bottom: 20px; background-image: url('/PTSD/professional/consult/images/cpp-bg-white_yellow.png'); background-size: 100% 100%;  background-repeat: repeat;}
#cppCTA img.cppCTA {display: inline; margin-top: 5px; position:relative; float:left; max-height: 400px;}
#cppCTA p {margin-left: 25px;}
#cppCTA p.yellow {margin-top: 80px;}
#cppCTA p.offer {margin-top: 10px; font-size: 1.2em; font-weight: 600;}
#cppBlock {background-image: url('/PTSD/professional/consult/images/cpp-bg-bullet_block_image.jpg'); background-size: 100% 100%; margin-left: -15px; margin-right: -15px; padding-top: 2px;}
#cppSubscribe .subscribe_border {background-image: url('/PTSD/professional/consult/images/cpp-bg-subscribe.jpg'); background-size: 100% 100%}
#cppSubscribe .subscribe_border .long {width: 75%;}
}

@media (max-width: 599px) {
#cppCTA {margin-top: 0; margin-bottom:0; background-image: url('/PTSD/professional/consult/images/cpp-bg-white_yellow.png'); background-size: 100% 100%;  background-repeat: repeat;}
#cppCTA img.cppCTA {display:none;}
#cppBlock {background-color: #f1f1f0;}
#cppSubscribe .subscribe_border .long {width: 60%;}
}


  /* -----------------ConEd----------------- */
  .twoColWrapper .colLeft, .twoColWrapper .colLeftAu {width: 35%;}
  .twoColWrapper .colRight, .twoColWrapper .colRightAu {width: 60%;}
  #tier4innerContent #ptsdwrapper #ptsdConEd #ptsdControls .ptsdTabs li {	width: auto;}
  #tier4innerContent #ptsdwrapper #ptsdConEd #ptsdControls .ptsdTabs li a {
      -webkit-border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0;}
  #tier4innerContent #ptsdConEd #ptsdControls .ptsdFilters .filterWrapper li {
      width: 25%;
  }
  #ptsdConEd #ptsdCourseEnvelope .courseWrapper .courseDetails {
      float: left;
      margin-right: 25px;
      width: 25%;
  }
  #ptsdConEd #ptsdCourseEnvelope .courseWrapper .courseDesc {
      float: left;
      width: 70%;
  }

}

@media (min-width: 768px) {  
  #ptsdhelp {	margin: 10px 10px 10px 10px;	}
  #ptsdcoach { background-position: 0% 10%;}
  .WBpub {width: 700px;  }
  .ad_img img {margin: 0 -14%;}
   #no-more-tables th.pro {background-color: transparent !important; color: #000;}

  /* -----------------Consultation----------------- */
  #ptsd_tabs_consult .tab-accord h3 {display: inline; width: 15%;}

}

@media (min-width: 800px) {  
  .module-wrapper {width: 90%;}
  #ptsd_tabs_consult .tab-accord h3 {display: inline; width: 15%;}
  .ad_img img {margin: 0 -4%;}
}
	
@media (min-width: 960px) {  
  .ad_img img {margin: 0 -54%;}
  #ptsdwrapper {width: 740px;}
  .rc50 {	width: 100%;}

  /* -----------------Whiteboards----------------- */
  .WBpub {height:340px; width: 100%; }
  .WBpro {height:335px; width: 100%; }
  .module-banner, .module-wrapper {width: 100%;}

  /* -----------------Consultation----------------- */
  .ptsd_consult_info {width: 70%; float: right;}	
  .ptsd_consult_video {width: 28%; float:left;}
  #ptsd_tabs_consult .tab-accord h3 {display: inline; width: 16%;}

  /* -----------------Con Ed Audio----------------- */
  audio {
      height: 20px;
      width: 160px;
      margin-top: 3px;
      margin-bottom: 7px;
  }

}

/* -----------PRINT STYLES BEGIN HERE PRINT STYLES BEGIN HERE PRINT STYLES BEGIN HERE PRINT STYLES BEGIN HERE PRINT STYLES BEGIN HERE------------- */

@media print {
  body, col-md-8  {width: 100%; padding: 0; margin: 0;}
  #left-bar-wrap, .main-header-wrap, #footer-effect, #footer, .aud_banner, #innerRightContent, #ptsdfooter .links {display: none;}
  #main-wrap {border: none;}
  #ptsdfooter .md33 {width: 100%;}
  p {line-height: normal;}
  #tier4innerContent h1, #tier4innerContent h2, #tier4innerContent h3, #tier4innerContent h4, #tier4innerContent a {color: #003F72 !important;}
  h2, h3 {page-break-after: avoid;}
  @page {margin: 1.5cm;}
  .module-banner {width: 75%;}
  a:after {display: none !important;}
  .printLOGO {width:150px;}

}

#tier4innerContent ol.upperAlpha {
  list-style-type: upper-alpha;
}

/* -----------------START OF NEW DESIGN 2018. PLEASE NOTE THAT STRUCTURAL DIVS HAVE CHANGES AT LINE 35.  ----------------- */

/* -----------------Video Inline Content Styles ----------------- */
.PTSDVideo {
	border-bottom-width: 1px; 
	border-top-width: 1px; 
	border-bottom-style: solid; border-top-style: solid; 
	padding-top: 15px; 
	margin: 15px 10% 35px 5%;
	width:85%; 
	border-bottom-color: #999;
	border-top-color: #999;
	}
@media only screen and (max-width: 400px) {.PTSDVideo .col-xs-6 {width: 100%;}	}
.PTSDVideo:after {  content: "";
  display: table;
  clear: both;}
#tier4innerContent .PTSDVideo p.head {text-transform: uppercase; color: #b26110; padding-bottom: 0px; font-weight: bold; font-size: 12px !important;}
#tier4innerContent .PTSDVideo p.title {font-family: georgia;
font-size: 16px;
color: #565656 !important;}
 
.PTSDVideo .videos img {
  width:100%;
  height:auto;
  border-color: #ffd16d; border-width: 5px; border-style: solid;
  overflow: hidden;
}
.PTSDVideo a.video {
  float: left;
  position: relative;
}
.PTSDVideo a.video span {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url('/PTSD/images/graphics/video_button.png') no-repeat;
  background-position: 85% 85%;
  background-size: 15%;
}

/* ----------------- Responsive Videos in Modal Boxes ---------------- */
.YT-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}  

.YT-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
} 

/* -----------------Quote Banner Sidebar Styles ----------------- */
#PTSDBannerQuote {
	background-image: url('/PTSD/images/quotes/QuoteBannerBckgrd.png');
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
	clear: both;
    margin-top: 20px;
    margin-bottom: -60px;
	 }

#PTSDBannerQuote .md40 {
	position: relative;
	float: right;
	width: 38%;
	padding: 0;
	height: 203px;
	overflow: hidden;
	margin-bottom: 0;
	}

#PTSDBannerQuote .md40 img {
	height: auto;
	width: 100%;}

#PTSDBannerQuote .md20 {padding: 0; background-image: url('/PTSD/images/quotes/Quotes.png'); height: 150px;background-repeat: no-repeat;
	background-size: 70%;}
#PTSDBannerQuote .md60 {margin-top: 15px; }

#tier4innerContent .PTSDSidebar p.quote { color: #444141; font-family: Georgia; font-size: 15px; } 
#tier4innerContent #PTSDBannerQuote p.quote { color: #444141; font-family: Georgia; font-size: 20px; }
#tier4innerContent .PTSDSidebar p.name {color: #444141; font-size: 18px; text-align: right; padding-top: 10px;} 
#tier4innerContent #PTSDBannerQuote p.name { color: #444141; font-size: 22px; text-align: right; padding-top: 10px;}
#tier4innerContent .PTSDSidebar p.rank { color:  #444141; text-align: right; text-transform: uppercase; font-size: 12px;}
#tier4innerContent #PTSDBannerQuote p.rank { color:  #444141; text-align: right; text-transform: uppercase; font-size: 12px; letter-spacing: 1px;}

.PTSDSidebar {float: right; width: 33%; margin: 5px 5px 5px 15px;}
.PTSDSidebar .content {background-color: #ffd16d; padding: 10px 10px 0 15px; margin-top: 10px;}
.PTSDSidebar .waves {background-image: url('/PTSD/images/quotes/QuoteSidebarBottom.png'); background-repeat: no-repeat; background-size: 100%; height: 100px;}

#tier4innerContent .PTSDSidebar p, #tier4innerContent #PTSDBannerQuote p { padding-bottom: 0;}

.PTSDSidebar .control {
position: relative;
}
.PTSDSidebar .arrow {
position: absolute;
bottom: 0;
z-index: 2000;
width: 100%;
background: url('/PTSD/images/quotes/QuoteVideoButton.png') no-repeat;
    background-position-x: 90%;
    background-position-y: 0%;
    background-size: 15%;
height: 30%;

}

@media only screen and (max-width: 680px) {
	#PTSDBannerQuote .md20 {display: none;} 
	#PTSDBannerQuote {background-image: none; background-color: #ffd16d;}
}

@media only screen and (max-width: 480px) {
	.PTSDSidebar {float: left; width: 100%; margin: 0 0 15px 0;}
	.PTSDSidebar .content {padding-bottom: 10px;}
	#PTSDBannerQuote {height: auto; padding: 10px;}
	#PTSDBannerQuote .md40 {float: left; width: 100%; height: auto; }
	#PTSDBannerQuote .md40 img {width: 100%;}
	#PTSDBannerQuote .md60 {margin-top: 0px; }
.PTSDSidebar .waves {display: none;}
}

/* -----------------RFA and Crosswalk Link Styles ----------------- */
#crosswalk {width: 100%; height: 30px; background: url('/PTSD/images/graphics/rfaBackground.png') bottom right no-repeat; margin-bottom: 13px; }
p.crosswalk {text-align: right; margin-right: 38px; padding-top: 5px;}
 
 /* -----------------Read More Less Styles ----------------- */
#tier4innerContent label.RFA {width: 100%; height: 30px; background: url('/PTSD/images/graphics/rfaBackground.png') bottom right no-repeat; margin-bottom: 7px; }
#tier4innerContent .RFAtext {text-align: right; margin-right: 38px; padding-top: 6px;}

section.readmore {
    display: none;
    visibility: hidden;
}

section {
    -webkit-transition: .125s linear;
    -moz-transition: .125s linear;
    -ms-transition: .125s linear;
    -o-transition: .125s linear;
    transition: .125s linear;
}

/* Assessment Form Checkbox */
#pro_form input[type=checkbox] {
    border: 0;
    overflow: hidden;
    padding: 0;
    clip: auto;
    height: 15px;
    width: 15px; 
    margin-top: 1px;
}

/* Read More Checkbox */
input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

[for="read_more"] span.less {
    display: none;
    visibility: hidden;
}
[for="read_more"] #tier4innerContent label.RFA:hover {
   color: aqua;
   background: none;
}


input[type=checkbox]:checked ~ section.readmore {
    display: block;
    visibility: visible;
    width: 100%;
}

input[type=checkbox]:checked ~ [for="read_more"] span.full {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ [for="read_more"] span.less {
    display: block;
    visibility: visible;
}


/* -----------------You May Be Also Interested In Styles----------------- */
#YMBII {
	margin: 35px auto 0 auto;
	height: 30px;
	width: 100%;
	background: #ffd16d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDE2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZjJjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmQxNmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #ffd16d 0%, #fff2c6 50%, #ffd16d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffd16d 0%,#fff2c6 50%,#ffd16d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffd16d 0%,#fff2c6 50%,#ffd16d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd16d', endColorstr='#ffd16d',GradientType=1 ); /* IE6-8 */
	clear: both;
}

#tier4innerContent #YMBII p.head {letter-spacing: 1px; text-align: center; padding-top: 6px; color: #5B3006; text-transform: uppercase; font-weight: bold;}

#YMBII .md33 {padding-right: 15px;}

@media only screen and (min-width: 768px) {#YMBII {width: 94%;} #YMBII .md33 {padding-right: 0px;}}

/* -----------------Share This Styles Still in process----------------- */

#connect img, #addthis img {height: 20px; width: 20px;}
#connect .connect-text, #addthis .addthis-text {float: left; padding-right: 25px; color: #000; font-size: 1em;}
#ptsdwrapper #connect, #ptsdwrapper #addthis {
       height: 40px;
       width: 100%;
	overflow: hidden;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,c1b7af+100&0+0,1+100 */
	background: -moz-linear-gradient(left, rgba(125,185,232,0) 0%, rgba(193,183,175,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(125,185,232,0) 0%,rgba(193,183,175,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(125,185,232,0) 0%,rgba(193,183,175,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#c1b7af',GradientType=1 ); /* IE6-9 */
}

#connect, #addthis {padding: 4px 15px 2px 15px;}

/* -----------------Awareness Page 2018----------------- */
#tier4innerContent img.aw_banner  {
	margin-bottom: 20px;
	width: 100%;
	margin-top: 0;
	}
	
#timeline-nav   {
	width: 100%;
	margin-bottom: 15px;
	display: none;
}
#tier4innerContent #timeline-nav-sm  {
	display: inline;
}
#tier4innerContent #timeline-nav-sm ul  {
	margin: 0 !important;
	width: 100%;
	padding: 0 !important;
}
#tier4innerContent #ptsdmiddle #timeline-nav-sm ul li  {
	background-color: #F0F0F0;
	width: 100%;
	margin: 0 0 3px 0; 
	text-align: center;
	padding: 0 !important;
	list-style: none;
	display: block;
}
#tier4innerContent #ptsdmiddle #timeline-nav-sm ul li.selected  {
	background-color: #666;
}
#tier4innerContent #ptsdmiddle #timeline-nav-sm ul li.selected a {
	color: #fff;
}
#tier4innerContent #timeline-nav-sm ul li a  {
	color: black;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 0;
}
#tier4innerContent #timeline-nav-sm ul li a:hover  {
	background-color: #747474; 
	color: #fff;
}


.nav-box img, .nav-box2 img, .nav-box3 img {
	margin-left: auto;
	margin-right: auto;
}

.nav-box img a, .nav-box2 img a, .nav-box3 img a  {
	border: none;
}

.nav-box a:hover img, .nav-box2 a:hover img, .nav-box3 a:hover img {
	top: -33px;
	position: absolute;
}

.aw_wrapper {
	display: block;
	clear: both;}
.aw_left { 
	float: left;
	margin-top: 10px;
	width: 50%;
	clear: both;
	}
.aw_right { 
	float: right;
	width: 100%;
	}
#tier4innerContent .aw_right img { 
	margin-bottom: 0;
	}
#tier4innerContent .aw_right ol { 
	margin-left: 25px;
}

@media only screen and (min-width: 768px) {
  #tier4innerContent img.aw_banner  {
      /* margin-bottom: 0; */
      width: 100%;
      margin-bottom: 20px;
      }
  #tier4innerContent #ptsdmiddle #timeline-nav-sm  {display: none;}
  #tier4innerContent #ptsdmiddle #timeline-nav  {display: inline-block;}

  .nav-box {
      float:left;
      width: 114px;
      height: 33px;
      overflow: hidden;
      position: relative;
      }
  .nav-box2 {
      float:left;
      width: 140px;
      height: 33px;
      overflow: hidden;
      position: relative;
      }
  .nav-box3 {
      float:left;
      width: 98px;
      height: 33px;
      overflow: hidden;
      position: relative;
      }
  .nav-box img, .nav-box2 img, .nav-box3 img {
      cursor:pointer; 
  }
  .nav-box img.selected, .nav-box2 img.selected, .nav-box3 img.selected {
      top: -33px;
      position: absolute;
  }
  .nav-box img a, .nav-box2 img a, .nav-box3 img a  {
      border: none;
  }

  .nav-box a:hover img, .nav-box2 a:hover img, .nav-box3 a:hover img {
      top: -33px;
      position: absolute;
  }

}

/* -----------------ACCORDION ARROW AND STYLES ---------------- */
#tier4innerContent #ptsdmiddle .panel-body p {
	font-size: 13px !important;
}
#ptsdwrapper .panel-heading {
  padding: 0 !important;
	border:0 !important;
	font-family: Georgia,"Times New Roman",Times,serif !important;
}
#ptsdwrapper .panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#555;
  font-size:13px !important;
  line-height:1.35em !important;
  font-weight:bold;
  word-spacing:3px;
	text-decoration:none;
}
#ptsdwrapper  .panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
#ptsdwrapper .panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}


/* -----------------Mobile Apps Tab---------------- */
#ptsd_app_tabs { overflow: auto; margin-bottom: 15px;}
#tier4innerContent #ptsdmiddle #ptsd_app_tabs ul {
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-top-width: 0px;
border-color: #afa8a2;
border-style: solid;
list-style-type: none;
margin-left: 0px;
overflow: auto;
padding-bottom: 1px;
}
#tier4innerContent #ptsdmiddle #ptsd_app_tabs li {
width: 30%; 
border: 1px solid #FFF;
float: left; 
display: block; 
margin-left: 0; 
padding-bottom: 0px !important;
 }
#tier4innerContent #ptsdmiddle #ptsd_app_tabs li a {
border-radius: 7px 7px 0 0;
background-color: #ededed; 
padding:5px;
display: block; 
}
#tier4innerContent #ptsdmiddle #ptsd_app_tabs li a:hover, #tier4innerContent #ptsdmiddle #ptsd_app_tabs li a.selected {
border-radius: 7px 7px 0 0;
background-color:#1d79ab; 
color:#fff; 
display: block; 
text-decoration: none;
}

/* -----------------Testing in process---------------- */
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

/* -----------------Testing in process---------------- */
.CP-control {width: 100%; clear:both; overflow: auto;}
.staff {width: 50%; float:left; height: auto; margin-bottom: 10px;}
.staff {padding-right: 10px;}

@media only screen and (min-width: 450px) {

.staff {width: 25%; float:left;}

}

#CPtabs {width:100%;}
#tier4innerContent #ptsdmiddle #CPtabs h3 {float: left;
width: 16.65%;
padding: 0;
margin: 0;
border-top: 1px solid #f5f5f5;
border-radius: 5px 5px 0 0;
}
#CPtabs a {
background-color: #ececec;
display: block;
height: 45px;
padding-top: 10px;
text-align: center;
font-family: Georgia;
font-size: 11px;
color: #666;
border-radius: 5px 5px 0px 0px;
border-top: 2px solid #f5f5f5 !important;
font-weight: bold;}

#CPtabs a:hover {
background-color: #c1c4c3;
color: #fff;
border-radius: 5px 5px 0px 0px;
border-top: 2px solid #d1d3dc !important;
text-decoration: none;
}
#CPtabs a.selected {
 	border-top-color: #ea7714 !important;
 	background-color: #EA6009;
 	color:#fff;
 	border-top: 2px solid;
}

#CPtabsSubLS {width:100%;
border-top: 2px solid #FFF;
clear: both;
}
#tier4innerContent #ptsdmiddle #CPtabsSubLS h3 {float: left;
width: 25%;
padding: 0;
margin: 0;
}
#CPtabsSubLS a {
background-color: #EA6009;
display: block;
height: 25px;
padding-top: 3px;
text-align: center;
font-family: Arial;
font-size: 11px;
color: #fff;
font-weight: bold;
}
#CPtabsSubLS a:hover {
background-color: #666;
text-decoration: none;
}

#CPtabsSubR {width:100%;
border-top: 2px solid #FFF;
clear: both;
}
#tier4innerContent #ptsdmiddle #CPtabsSubR h3 {float: left;
width: 50%;
padding: 0;
margin: 0;
}
#CPtabsSubR a {
background-color: #666;
display: block;
height: 25px;
padding-top: 3px;
text-align: center;
font-family: Arial;
font-size: 11px;
color: #fff;
font-weight: bold;
}
#CPtabsSubR a:hover {
background-color: #EA6009;
text-decoration: none;
}
#CPtabsSubR a.selected {
background-color: #EA6009;
text-decoration: none;
}

.CPfocus {background-color: #eef2f6; width: 100%; overflow: auto; padding: 10px;}
.CPbox {background-color: #f5f5f5;
width: 100%;
overflow: auto;
padding: 0px 5px 0px 15px;
border: 1px solid #cfcfcf;
border-radius: 5px;}
.CPbox2 {background-color: #f5f5f5;
width: 100%;
overflow: auto;
padding: 16px 5px 0px 15px;
border: 1px solid #cfcfcf;
border-radius: 5px;}
#tier4innerContent #ptsdmiddle h3.subscribe {background-color: #1177a1;
padding: 5px;
color: #fff;
margin-top: 0;
clear:both;}
.CPalert {border: 5px solid #EA6009 !important;
width: 100%;
padding: 10px;
margin: 0;}
#tier4innerContent #ptsdmiddle .CPalert p {margin: 0; padding-bottom: 0px;}
.CPorange {color: #EA6009;}

.CPfocus img.mug {float: right; width: 30%;} .CPicon {width:30px; padding-right: 2px;}

#PTSD4tabs {width:100%;}
#tier4innerContent #ptsdmiddle #PTSD4tabs h3 {float: left;
width: 25%;
padding: 0;
margin: 0 0 10px 0;
border-top: 1px solid #f5f5f5;
border-radius: 5px 5px 0 0;
}
#PTSD4tabs a {
background-color: #ececec;
display: block;
height: 45px;
padding-top: 10px;
text-align: center;
font-family: Georgia;
font-size: 11px;
color: #666;
border-radius: 5px 5px 0px 0px;
border-top: 2px solid #f5f5f5 !important;
font-weight: bold;}

#PTSD4tabs a:hover {
background-color: #c1c4c3;
color: #fff;
border-radius: 5px 5px 0px 0px;
border-top: 2px solid #d1d3dc !important;
text-decoration: none;
}
#PTSD4tabs a.selected {
 	border-top-color: #6f6f6f !important;
 	background-color: #595959;
 	color:#fff;
 	border-top: 2px solid;
}

/* -----------------PORTAL HOME PAGE---------------- */
.PortalContainer {width:100%; background-color: #d4cdc8; margin-bottom: 20px; overflow: auto;}
#homeinnerContent #NavBoxes h3 {background-color: #00417a; display: block; color: #fff; margin: 0; padding: 5px;}
#homeinnerContent #pubNavBoxes h3 {background-color: #ffdf69; display: block; color: #000; margin: 0; padding: 5px;}
#homeinnerContent #Intro h3 a {background-color: #ffdf69; display: block; color: #000; margin: 0; padding: 5px; text-decoration:underline;}
#homeinnerContent #Intro h3  {margin: 0;}

#homeinnerContent #NavBoxes p, #homeinnerContent #pubNavBoxes p {background-color: #fff; display: block; margin: 0; padding: 5px; line-height: 1.3em;}
#homeinnerContent #NavBoxes .md50, #homeinnerContent #Intro .md50 {padding-left: 0;}
#homeinnerContent #NavBoxes, #homeinnerContent #Intro {padding: 20px 20px 0 20px;}
/* #homeinnerContent #pubNavBoxes {padding: 20px 0 0 20px;} pre202208 */
#homeinnerContent #pubNavBoxes {padding: 0 15px 0 5px;}
#homeinnerContent p.defined {background-color: #fff; display: block; margin: 0; /* --padding: 20px;-- */ line-height: 1.5em;}
#homeinnerContent p.defined + p.defined {padding-top: 0;}
#homeinnerContent #NavBoxes .pr20, #homeinnerContent #Intro .pr20 {padding-right: 0;}
@media (min-width: 370px) {
  #homeinnerContent #NavBoxes .pr20, #homeinnerContent #Intro .pr20 {padding-right: 20px;}
  #homeinnerContent #pubNavBoxes .md25 {padding-left: 0;}
}
    
/* New Styles as of 20220824 */
@media (max-width: 959px) {
	#homeinnerContent #NavBoxes .pb10, #homeinnerContent #pubEventBoxes .pb10 {padding-bottom: 10px;}
	#homeinnerContent #pubNavBoxes .panel {margin: 10px 0 10px 10px;}
}

@media (min-width: 960px) {
	#homeinnerContent #NavBoxes .pb10, #homeinnerContent #pubEventBoxes .pb10 {padding-bottom: 0px}
	#homeinnerContent #pubNavBoxes .panel {margin: 0 0 0 0;}
}

#homeinnerContent #Intro .row {margin-bottom: 5px;}

#homeinnerContent p.defined {font-size: 1em;}

#homeinnerContent #pubEventBoxes, #homeinnerContent #Intro {
	padding: 20px 20px 0 20px;
}

#homeinnerContent #pubNavBoxes {padding: 0 15px 0 5px;}

#homeinnerContent #pubNavBoxes h3 {font-size: 1.2em;}
#homeinnerContent #pubNavBoxes p {font-size: 1em;}


/***** Home 2024 Start *****/

/* Provider Section */
#homeinnerContent #homeProvider .row  {margin: 10px 0 0px 0;}
#homeinnerContent .providerContainer {
  overflow: hidden;
  background-color: #40B2E6;
  padding-bottom: 10px
}


/* Featured Boxes */
#homeinnerContent #homeFeatured p {
  font-size: 1em !important;
  color: #fff !important;
  font-weight: bold;
}

.mb05 {margin-bottom: 5px;}
.home-wrapper {
  background-color: #fff;
  color: #444;

}

@media (min-width: 1280px) {
  .home-wrapper {
    margin-top:15px;
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-gap: 1%;
  }
}

@media (min-width: 800px) and (max-width: 1279px) {
  .home-wrapper {
    margin-top:15px;
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-gap: 1%;
  }
}

@media (min-width: 601px) and (max-width: 799px) {
  .home-wrapper {
    margin-top:15px;
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-gap: 1%;
  }
}

@media (min-width: 430px) and (max-width: 600px) {
.home-wrapper {
  margin-top:15px;
  padding-left: 3%;
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  grid-gap: 1%;
}

}

@media (max-width: 429px) {
.home-wrapper {
  margin-top:15px;
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  grid-gap: 1%;
}

}
/***** Home 2024 End *****/
  


.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

#homeinnerContent #pubNavBoxes .panel {
    height: 100%;
	border: 0;
	border-radius: 0px;
	margin-bottom: 12px;
}

#homeinnerContent #pubEventBoxes h3 {
	background-color: #e08a52;
	display: block;
	color: #000;
	margin: 0;
	padding: 5px;
	text-decoration: underline;
}

#homeinnerContent #pubEventBoxes a {color: #000;}

.PortalContainer {
	overflow:hidden;
}

    
/* -----------------PTSD TREATMENT WORKS PAGE---------------- */  

/* ------------  2022 Updates -----------*/
#TreatProducts {margin-left: 10px;}
#TreatCall {margin-right: 20px; margin-left: -5px;}

#tier4innerContent #TreatProducts p, #tier4innerContent #TreatCall p {
  font-size: 1.1em;
}
#tier4innerContent #TreatProducts a, #tier4innerContent #TreatCall a {
  background-color: #f37735;
  padding: 6px 15px;
  border-radius: 20px;
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
}
#tier4innerContent #TreatProducts a:hover, #tier4innerContent #TreatCall a:hover {
text-decoration: underline;
}
#tier4innerContent #TreatProducts .col-md-4, #tier4innerContent #TreatProducts .col-xs-12 {
  background-color: #FFF;
  border: 1px solid #727272;
  border-radius: 10px; 
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  margin: 10px;
  padding-top: 10px;
}
#tier4innerContent #TreatCall .col-xs-12 {
  background-color: #e3e3e3;
  border: 1px solid #e3e3e3;
  border-radius: 10px; 
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  margin: 10px;
  padding-top: 10px;
}
/* ------------  2022 Updates END -----------*/


#TreatWorksProd {
width: 100%;
margin-top:20px;
}
#TreatWorksProd .md25, #TreatWorksProd .md33 {
border: 1px solid gray;
margin-bottom: 30px;
}

#tier4innerContent #TreatWorksProd h3 {
background-color: #fff;
text-transform: uppercase;
color: #0d5580;
margin: -10px auto 10px auto;
width: 90%;
font-weight: bold;
}
#tier4innerContent #TreatWorksProd h3, #tier4innerContent #TreatWorksCall h3 {
text-align: center;
line-height: 1em;
font-family: arial, helvetica, sans serif;
font-size: 1.7em;
}
#tier4innerContent #TreatWorksCall p {
margin-top: 20px;
}
#tier4innerContent #TreatWorksProd p, #tier4innerContent #TreatWorksCall p {
text-align: center;
font-size: 1.6em;
line-height: 1em;
padding-bottom: 20px;
color: #727272;
font-weight: lighter;
}
#tier4innerContent #TreatWorksProd a, #tier4innerContent #TreatWorksCall a {
background-color: #f37735;
padding: 6px 15px;
border-radius: 20px;
color: #fff; 
}
#tier4innerContent #TreatWorksProd a:hover, #tier4innerContent #TreatWorksCall a:hover {
text-decoration: underline;
}
#TreatWorksCall {
width: 100%;
background-color: #f0f0f0;
margin-bottom: 20px;
overflow: auto;
}
#tier4innerContent #TreatWorksCall p, #tier4innerContent #TreatWorksCall h3  {
text-align: center; 
}
#tier4innerContent #TreatWorksSect h3{
background-color: #003a5d;
display: block;
text-align: center;
text-transform: uppercase;
color: #fff;
border-radius: 8px;
font-family: arial, helvetica, sans serif;
padding: 8px 5px;
letter-spacing: -.02em;
font-size: 1.3em;
}

#tier4innerContent #TreatWorksSect ul {
margin-left: 0;
}
#tier4innerContent #TreatWorksSect li {
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 34px;
list-style-type: none;
min-height: 30px;
background-image: url(/PTSD/images/graphics/TreatmentWorks_Bullets.jpg);
background-size: 25px;
margin-bottom: 5px;
margin-left: 5px;
}
#YMBII .md33 img {display:block;}

.app_icon {width: 4%; float: left;}
.app_icon img {margin-left: 50%;}
.text {width: 89%; float: right;}
.wrapper {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
#TreatWorksProd .md33 {
    width: 100%;
}
#TreatWorksProd .md25 {
    width: 100%;
}
#TreatWorksProd .ml10 {margin-left: 0;}

@media (min-width:900px) { 
  #TreatWorksProd .md33 {
    width: 34%;
    padding-left: 0;
  }
  #TreatWorksProd .md25 {
    width: 31%;
    padding-left: 0;
  }
  #TreatWorksProd .ml10 {margin-left: 1%;}
  .mr10 {margin-right: 1%;}
  }

/* -----------------2019 Awareness Code ---------------- */
.AwareBanner {width: 100%; margin-top: 0;}
img.AwareBanner {width: 100%;}

#AwareWrapper {display: flex;}
#AwareCal {background-color: #f6f6f6; overflow: auto; padding-top:10px; margin-bottom:20px;}
#AwareLeft {width: 206px; float: left; padding-right: 10px;}
.AwareNav {height: 71px; overflow: hidden; position: relative;}
#tier4innerContent ul.AwareNavMob li {display: none;}
#AwareLeft img {width: 100%;}
#AwareLeft a img {margin-top: 0;}
#AwareLeft a.selected img, #AwareLeft a:hover img {margin-top: -71px;}
#AwareRight {width: 60%; float: left; padding-left: 16px;}
#tier4innerContent #AwareRight h2 {margin: 0;}
#AwareCal .item {padding-top: 45px;} /* was 10 px - changed on 20210519 */



#tier4innerContent #AwareCal h3 {
background-color: #f6f6f6;
text-transform: uppercase;
color: #008eb6;
margin: -10px auto 5px auto;
width: 70%;
font-weight: bold;
}
#tier4innerContent #AwareCal h3 {
text-align: center;
line-height: 1em;
font-family: arial, helvetica, sans serif;
font-size: 1.3em;
}
#tier4innerContent #AwareCal p {
text-align: center;
font-size: 1.2em;
line-height: 1.5em;
padding-bottom: 20px;
color: #727272;
font-weight: lighter;
padding-left: 5px;
padding-right: 5px;
}
#tier4innerContent #AwareCal a {
text-decoration: underline;
}
#AwareCal .AwareArrow {width:5%; float:left;}

.ml10 {margin-left: 2%;}
.mr10 {margin-right: 2%;}


@media (max-width: 480px) { 
#AwareLeft, #AwareRight {width:100%;}
#AwareWrapper {display: inline;}
.AwareNav {display: none;}
#tier4innerContent ul.AwareNavMob li {display: block; width: 100%; margin: 0; padding:0;}
#tier4innerContent ul.AwareNavMob li a {display: block; background-color: #f6f6f6; padding:10px;}
#tier4innerContent ul.AwareNavMob li a:hover, #tier4innerContent ul.AwareNavMob li a.selected {background-color: #007cba; color: #fff;}
#tier4innerContent #ptsdmiddle ul.AwareNavMob {margin:0;}
}

#AwareCal .md30 {
border: 1px solid gray;
margin-bottom: 15px;
float: left;
height: 75px;
width: 85%;
}
@media (min-width: 480px) { 
#AwareCal .md30 {width: 90%;}
}
@media (min-width: 770px) { 
#AwareCal .md30 {width: 44%;}
}
@media (min-width: 980px) { 
#AwareCal .md30 {width: 28%; padding: 0 5px; height: 85px;}
}
#ptsdwrapper .container {width:100%;}

.carousel-showmanymoveone .carousel-control {
   width: 4%;
   background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
   margin-left: 0;
}

.carousel-showmanymoveone .carousel-control.right {
   margin-right: 0;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
   display: none;
}

.carousel .item .col-xs-12 {
   padding: 0;
}

/* Virtual Walk (Step Up to PTSD Awareness) 2021 */
#StepUp .title {
	color: #115d67;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
}
#StepUp .teal {color: #115d67; font-style: italic; font-weight: bold;}
#StepUp li {
	font-size: 1.25em !important; 
}
#StepUp .stepUp27 {font-size: 1.25rem; color: #000000; padding-top: 20px;}
#StepUpBoxes {
	padding: 0 0 0 0;
}
#StepUpBoxes h3 {
  background-color: #0a406b;
  display: block;
  color: #fff;
  margin: 0;
  padding: 5px;
}
#StepUpBoxes .awcontainer {
	background-color: #d0edfb;
	height: 135px;
	padding: 10px 15px 15px 15px;
}
#StepUpBoxes .col-sm-4 {
	padding-right: 5px;
	padding-left: 5px;
}

#StepUpBoxes .awboxcontainer {
	background-color: #d0edfb;
    padding: 10px 15px 15px 15px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
   .carousel .item .col-xs-12:nth-last-child(-n+2) {
      display: none;
   }
}

@media all and (min-width: 768px) {
   .carousel-showmanymoveone .carousel-inner > .active.left,
   .carousel-showmanymoveone .carousel-inner > .prev {
      left: -50%;
   }
   .carousel-showmanymoveone .carousel-inner > .active.right,
   .carousel-showmanymoveone .carousel-inner > .next {
      left: 50%;
   }
   .carousel-showmanymoveone .carousel-inner > .left,
   .carousel-showmanymoveone .carousel-inner > .prev.right,
   .carousel-showmanymoveone .carousel-inner > .active {
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
      display: block;
   }
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
   .carousel-showmanymoveone .carousel-inner > .item.active.right,
   .carousel-showmanymoveone .carousel-inner > .item.next {
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner > .item.active.left,
   .carousel-showmanymoveone .carousel-inner > .item.prev {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner > .item.left,
   .carousel-showmanymoveone .carousel-inner > .item.prev.right,
   .carousel-showmanymoveone .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
   }
}

@media all and (min-width: 992px) {
   .carousel-showmanymoveone .carousel-inner > .active.left,
   .carousel-showmanymoveone .carousel-inner > .prev {
      left: -32%;
   }
   .carousel-showmanymoveone .carousel-inner > .active.right,
   .carousel-showmanymoveone .carousel-inner > .next {
      left: 32%;
   }
   .carousel-showmanymoveone .carousel-inner > .left,
   .carousel-showmanymoveone .carousel-inner > .prev.right,
   .carousel-showmanymoveone .carousel-inner > .active {
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner .cloneditem-2,
   .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
      display: block;
   }
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
   .carousel-showmanymoveone .carousel-inner > .item.active.right,
   .carousel-showmanymoveone .carousel-inner > .item.next {
      -webkit-transform: translate3d(32%, 0, 0);
      transform: translate3d(32%, 0, 0);
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner > .item.active.left,
   .carousel-showmanymoveone .carousel-inner > .item.prev {
      -webkit-transform: translate3d(-32%, 0, 0);
      transform: translate3d(-32%, 0, 0);
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner > .item.left,
   .carousel-showmanymoveone .carousel-inner > .item.prev.right,
   .carousel-showmanymoveone .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
   }
}
.carousel {padding-left: 25px;}

/* Enlarge Feature */
.img_center_enlarge {
border: #ddd 1px solid;
float: left;
  margin-bottom:10px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0 15 px;
}
#tier4innerContent #ptsdmiddle .img_center_enlarge p {
display: block; 
  margin: 0;
  padding: 3px 0 3px 0;

}
#tier4innerContent #ptsdmiddle .img_center_enlarge img {
background-image: url("/PTSD/images/graphics/enlarge_text2.jpg");
  background-position: 50% 10px;
  background-repeat: no-repeat;
  border: none;
  padding: 30px 0 0 0;
}
#tier4innerContent #ptsdmiddle .img_center_enlarge a {
cursor: pointer;
  text-decoration: none;
}

/* Spanish Tabs */
#tier4innerContent img.sp-banner {
border-top: 5px solid #00427a !important;
}
.md-50 {margin-bottom: 50px;}
#SPtabs {width:100%;}
#tier4innerContent #ptsdmiddle #SPtabs h3 {
float: left;
width: 20%;
padding: 0;
margin: 0 0 2px 0;
border-top: 1px solid #f5f5f5;
border-radius: 5px 5px 0 0;
line-height: 1em;
}
#SPtabs a {
background-color: #ececec;
display: block;
height: 45px;
padding-top: 10px;
text-align: center;
font-size: 12px;
color: #666;
border-radius: 5px 5px 0px 0px;
border-top: 2px solid #f5f5f5 !important;
border-right: 2px solid #c6c7d3 !important;
font-weight: bold;
}

#SPtabs a:hover {
background-color: #babfbf;
color: #fff;
border-radius: 5px 5px 0px 0px;
border-top: 2px solid #d1d3dc !important;
border-right: 3px solid #999 !important;
border-left: 2px solid #999 !important;
text-decoration: none;
}
#SPtabs a.selected {
background: rgb(0,66,122);
background: linear-gradient(52deg,
rgba(0,66,122,1) 0%, rgba(0,126,171,1) 49%,
rgba(0,124,187,1) 100%);
color: #fff;
border-top: 2px solid #006597 !important;
border-right: 1px solid #006597 !important;
border-left: 2px solid #00427a !important;
}

#tier4innerContent #ptsdmiddle #SPtabs div.sp-nav-banner {margin-top: -80px;}
#tier4innerContent #ptsdmiddle #SPtabs div.sp-nav {padding-top: 100px;}

/* NEW MOBILE APP SECTION */
.PTSDappbannertxt a, .PTSDappbannertxt a:hover {
color: #fff;}
.app_left {margin-bottom: 20px;}
#PTSDappicon {float: left; width: 50%; margin: 0px 20px 20px 20px;}
#PTSDapptext {float: left; width: 30%;}
#PTSDappbox {
background-color: #ededed;
border-radius: 15px;
padding-top: 20px;
width: 100%;
overflow: auto;
}

#PTSDappbox p{
margin: 0;
padding: 0 0 10px 0;
text-align: center;
}

#PTSDappbox p.head{
margin: 0;
padding: 0;
text-align: center;
}
#PTSDappwrapper .col-md-3 {padding-left:0px; padding-right:0px;}

#tier4innerContent #PTSDappwrapper h2 {color: #003F72 !important;}
#PTSDappicon img {
width: 90%;
border-radius: 15px;
}

@media all and (min-width: 450px) {
#PTSDappicon {width: 25%;}
}

@media all and (min-width: 768px) {
  .PTSDappbanner {
  background: url("/PTSD/appvid/images/MobileAppBanner.jpg"); 
  background-size: 100%; 
  height: 310px; 
  display: block; 
  background-repeat: no-repeat;}

  .PTSDappbannerEsp {
  background: url("/PTSD/appvid/images/MobileAppBanner_spanish.jpg"); 
  background-size: 100%; 
  height: 310px; 
  display: block; 
  background-repeat: no-repeat;}  

  .PTSDappbanner_index {
  background: url("/PTSD/appvid/images/MobileAppBanner_index.jpg"); 
  background-size: 100%; 
  height: 310px; 
  display: block; 
  background-repeat: no-repeat;}

  .PTSDappbannertxt {
  top: 72px;
  left: 12px;
  text-transform: uppercase;
  position: absolute;
  color: #fff;
  font-size: 14px;}

  #PTSDappicon {
  margin-top: -100px;
  margin-bottom: 30px;
  margin-left: 7px;
  }

  #PTSDappbox {
  padding: 40px 15px 15px 15px;
  margin-top: 60px;
  overflow: inherit;
  }
  #PTSDappicon {width: 100%; display: block;}
  #PTSDapptext {width: 100%; display: block;}
  #PTSDappwrapper {margin-top: -130px;}
}

@media all and (min-width: 780px) {
.PTSDappbannertxt {top: 74px;}
}

@media all and (min-width: 800px) {
  .PTSDappbannertxt {top: 76px;}
}

@media all and (min-width: 825px) {
  .PTSDappbannertxt {top: 78px;}
}

@media all and (min-width: 850px) {
  .PTSDappbannertxt {top: 80px;}
  #PTSDappwrapper {margin-top: -100px;}
}

@media all and (min-width: 925px) {
  .PTSDappbannertxt {top: 82px;}
  #PTSDappwrapper {margin-top: -100px;}
}

@media all and (min-width: 940px) {
  #PTSDappwrapper {margin-top: -80px;}
}

@media all and (min-width: 955px) {
  .PTSDappbanner {
  background: url("/PTSD/appvid/images/MobileAppBanner.jpg"); 
  background-size: 100%; 
  height: 310px; 
  display: block; 
  background-repeat: no-repeat;
  margin-top: 20px;}

  .PTSDappbannerESP {
  background: url("/PTSD/appvid/images/MobileAppBanner_spanish.jpg"); 
  background-size: 100%; 
  height: 310px; 
  display: block; 
  background-repeat: no-repeat;
  margin-top: 20px;}  

  .PTSDappbannertxt {
  top: 32px;
  left: 12px;
  text-transform: uppercase;
  position: absolute;
  color: #fff;
  font-size: 14px;}

  #PTSDappicon {
  margin-top: -100px;
  margin-bottom: 30px;
  margin-left: 7px;
  }

  #PTSDappbox {
  padding: 40px 15px 15px 15px;
  margin-top: 80px;
  overflow: inherit;
  }
  #PTSDappicon {width: 100%; display: block;}
  #PTSDapptext {width: 100%; display: block;}
  #PTSDappwrapper {margin-top: -150px;}
}

.owl-contain {background-color: #e7e2de;}
.owl-slider {background-color: #efefef; padding: 25px 35px 0px 35px;}
.itemBox {
    padding: 1em;
    margin-right:5px;
}
.owl-carousel .nav-btn{
    height: 31px;
    position: absolute;
    width: 23px;
    cursor: pointer;
    top: 75px !important; /* Use this to change where the left and right nav buttons are vertically */
margin: -5px;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide{
    background: url(/PTSD/images/graphics/nav-icon.png) no-repeat scroll 0 0;
    left: -23px;
}
.owl-carousel .next-slide{
    background: url(/PTSD/images/graphics/nav-icon.png) no-repeat scroll -23px 0px;
    right: -23px;
}
.owl-carousel .prev-slide:hover{
    background-position: 0px -31px;
}
.owl-carousel .next-slide:hover{
    background-position: -23px -31px;
}

.itemBox {align: center;}
.itemBox img {margin-bottom: 20px; border-radius: 15px;}

@media all and (min-width: 955px) {
  .item {height: 175px;}
  #tier4innerContent #ptsdmiddle .itemBox h3{background: #fff;
  padding: 50px 5px 5px 5px;
  margin: -45px -15px -15px -15px;
  min-height: 170px;
  }
}

/* CONSULT COVID ALERT BOX */
#ConCOVID {
  width: 100%;
  background-color: #f5fffa;
  margin: 0 0 10px 0;
  padding:15px;
}
#ConCOVID p {font-size: 1em;}

@media (min-width: 768px) {
  #ConCOVID {
    display:block;
    width: 100%;
    height: 110px;
    background-image: url("/PTSD/professional/consult/images/NCPTSD-Landing-Page-Box-v01.png");
    background-size: 99%;
    background-repeat: no-repeat;
    margin: 0 0 10px 0;
    padding:25px 25px 25px 100px;
  }
  #ConCOVID p {font-size: 1.2em;}
}

/* COVID Tabbed Section */
#tier4innerContent img.covid-banner {
	border-top: 5px solid #00427a !important;
}
#COVIDtabs {width:100%;}
#tier4innerContent #ptsdmiddle #COVIDtabs h3 {
    float: left;
    width: 33%;
    padding: 0;
    margin: 0 0 2px 0;
    border-top: 1px solid #f5f5f5;
    border-radius: 5px 5px 0 0;
    line-height: 1em;
}
#COVIDtabs a {
    background-color: #ececec;
    display: block;
    height: 50px;
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #666;
    border-radius: 5px 5px 0px 0px;
    border-top: 2px solid #f5f5f5 !important;
    border-right: 2px solid #c6c7d3 !important;
    font-weight: bold;
}

#COVIDtabs a:hover {
    background-color: #babfbf;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    border-top: 2px solid #d1d3dc !important;
    border-right: 3px solid #999 !important;
    border-left: 2px solid #999 !important;
    text-decoration: none;
}
#COVIDtabs a.selected {
    background: rgb(0,66,122);
    background: linear-gradient(52deg,
    rgba(0,66,122,1) 0%, rgba(0,126,171,1) 49%,
    rgba(0,124,187,1) 100%);
    color: #fff;
    border-top: 2px solid #006597 !important;
    border-right: 1px solid #006597 !important;
    border-left: 2px solid #00427a !important;
}
@media only screen and (max-width: 680px) {
  #COVIDtabs a {height: 65px;}
}

/* COVID Table on Helpful Thinking page */
#tier4innerContent #ptsdmiddle table ul {margin-left: 0;}
tr.subhead {background-color: #d1e4f0 !important; border-bottom: 2px solid #999; border-top: 2px solid #fff;}
#no-more-tables thead tr.subhead {position: relative; top: auto; left: auto;}
#tier4innerContent #ptsdmiddle tr.subhead td {text-transform: uppercase; font-weight: bold; text-align: left;}
@media only screen and (max-width: 700px) {
  td.head, #tier4innerContent td.head li {background-color: #1d79ab !important; color: #fff;}
}

/* ***202303 - New Promobile Landing Page Styles*** */
#tier4innerContent #ProMobDL a, #tier4innerContent #ProMobLinks a {
  background-color: #f37735;
  padding: 6px 15px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
}

#tier4innerContent #ProMobDL a {
  font-size: 1.3em;
}

#tier4innerContent #ProMobLinks a {
  font-size: 1.2em;
}

#tier4innerContent #ProMobDL h3 {font-size: 1.5em;}

#tier4innerContent #ProMobLinks h3 {
  font-size: 1.3em; 
  font-weight: bold;  
  text-align: center;
  line-height: 1em;
  font-family: arial, helvetica, sans serif; 
  background-color: #fff;
  text-transform: uppercase;
  margin: -20px auto 5px auto;
  width: 95%;  
}

#tier4innerContent #ProMobLinks p {
  color: #77787b;
  font-size: 1.25em;
}

#ProMobDL {
  margin-right: 15px;
  margin-left: 5px;
  background: #e6e7e9;
}

#tier4innerContent #ProMobLinks .col-md-4, #tier4innerContent #ProMobLinks .col-sm-12 {
  background-color: #FFF;
  border: 1px solid #727272;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

#tier4innerContent #ProMobLinks .col-md-4 {
  margin: 10px;
  padding-top: 10px;
}

#tier4innerContent #ProMobLinks .col-xs-12 {
  margin: 10px;
  padding-top: 10px;
}

#ProMobLinks {margin-left: 10px;}

#ProMobShare {
  background: #ecf4f6;
  margin-right: 5px;
  margin-left: 0px;
}

#tier4innerContent #ProMobLinksBtm .col-sm-6 {
  padding-top: 6px;
}

#tier4innerContent #ProMobLinksBtm .col-xs-12 {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 30px;
  padding-right: 30px;
}

#tier4innerContent #ProMobLinksBtm a {
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 1em;
  text-decoration: none; 
}

#ProMobLinksBtm {
  margin-right: 5px;
  margin-left: 0px;
}
  
/* -----------------Footer social icon alignment (exact 2x2 layout)---------------- */
#footer2022 .social-icons {
  display: grid;
  grid-template-columns: repeat(2, auto); /* exactly 2 icons per row */
  justify-content: center;  /* center both columns */
  align-items: center;
  gap: 10px 14px; /* row-gap, column-gap */
  margin: 0;
  padding: 0;
}

#footer2022 .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer2022 .social-icons img.icon {
  display: block;
  width: 28px;   /* full size again */
  height: auto;
}

/* Optional: slightly smaller on narrow screens */
@media (max-width: 480px) {
  #footer2022 .social-icons {
    grid-template-columns: repeat(2, auto);
    gap: 8px 10px;
  }
  #footer2022 .social-icons img.icon {
    width: 26px;
  }
}
/* -----------------Footer gray bar fix---------------- */
#ptsdfooter {
  background-color: #f2f2f2 !important; /* extend gray visibly */
  padding-bottom: 30px !important;      /* push gray area down under Site Map */
}

#footer2022 .sitemap-centered {
  text-align: center;
  margin-top: 14px;
  font-size: 0.95em;
}

#footer2022 hr {
  display: none;
}


