/* DEPT A DESKTOP.CSS */

.container-fluid { max-width:940px; }

/* FEATURE CAROUSEL
----------------------------------------- */

.feature .webcomm-carousel .carousel-inner .carousel-image { height:450px; }
.feature .webcomm-carousel .carousel-inner .carousel-image img {
	position: relative;
	top: 50%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* these rules for active item */
.feature .webcomm-carousel .active.left,
.feature .webcomm-carousel .active.right {    
	/*border:1px solid red;*/
}

.feature .webcomm-carousel .carousel-inner .carousel-caption { position:absolute; }



/* FEATURE TABS
------------------------------ */

.feature .feature_tabs {  }

.feature .feature_tabs ul.nav-tabs {
    border-bottom: none;
    margin:0;
    padding:0;  
}
.feature .feature_tabs ul.nav-tabs li {
    padding:0;
    margin-right:0.25em;
}
.feature .feature_tabs ul.nav-tabs li.active { overflow:hidden; }

.feature .feature_tabs ul.nav-tabs li a {
	color:#666666;
    margin:0;
    border-radius:0 0 0 0;
} 
.feature .feature_tabs ul.nav-tabs li.active a {
    font-weight:bold;
    background-color:#fff;
	
}
.feature .feature_tabs ul.nav-tabs > .active > a, 
.feature .feature_tabs ul.nav-tabs > .active > a:hover {
    border-left-color: #999;
    border-right-color: #999;
    border-top-color: #999;
}

.feature .feature_tabs .tab-content {
    padding:0.5em;
    border:1px solid #999;
    background-color:#FFF;
}
.feature .feature_tabs .tab-content .tab-pane { 
	min-height:290px;
	overflow:hidden;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.feature .feature_tabs .tab-content .tab-pane .thistab {
    max-width:35%;
    float:left;
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 0.85); 
    -moz-box-shadow: 0 0 5px rgba(108, 108, 108, 0.75);
    -webkit-box-shadow: 0 0 5px rgba(108, 108, 108, 0.75);
    box-shadow: 0 0 5px rgba(108, 108, 108, 0.75);
    padding:1.5em;
    margin:1em;
    /*text-shadow: 1px 1px 1px #FFF; */
}
.feature .feature_tabs .tab-content .tab-pane .thistab p  {
    font-size:100%;
    color:#333;
}
.feature .feature_tabs .tab-content .tab-pane .thistab .ou-btn {
	margin-bottom:0;
        text-shadow:none;	
}

/* tan feature */
body.tan-feature .feature .feature_tabs ul.nav-tabs > .active > a, 
body.tan-feature .feature .feature_tabs ul.nav-tabs > .active > a:hover {
    border-left-color: #bebb99;
    border-right-color: #bebb99;
    border-top-color: #bebb99;
}
body.tan-feature .feature .feature_tabs .tab-content {
    border:1px solid #bebb99;
}
body.tan-feature .nav > li > a:hover { background-color: #f2f1eb; }
body.tan-feature .nav > li > a:focus { background-color: #FFFFFF; }


/* FEATURE TEXT IMAGE
----------------------------------------- */

.feature .feature_txtimg .text {
    max-width:35%;
    background: rgb(255, 255, 255); /* The Fallback */
    background: rgba(255, 255, 255, 0.85); 
    -moz-box-shadow: 0 0 5px rgba(108, 108, 108, 0.75);
    -webkit-box-shadow: 0 0 5px rgba(108, 108, 108, 0.75);
    box-shadow: 0 0 5px rgba(108, 108, 108, 0.75);
	margin:1.5em;
    position:absolute;
    top:0;
    left:0;
}

.feature .feature_txtimg.caption-right .text {
	left:inherit;
	right:0;
}



/* COMMON BST - DESKTOP.CSS */


/* GLOBAL HEADER
---------------------------------------- */

.globalheader ul { float:right; }

a.tip { position:relative; }
a.tip span { display: none; }

/* the span will display just on :hover state */
a.tip:hover span { 
    position:absolute;
    z-index:25;
    top:135%; 
    left:-3.75em;
    width:8em;
    
    text-align: center;
    color:#FFF;
    font-size:90%;
    white-space:nowrap;

    display:block;
    margin:0;
    padding:0.25em 1em;

    border:1px solid #444;
    background-image:url(../../../content/dam/common/design2013/bg_black.gif);
    background-repeat:repeat;

}

/* the arrow */
a.tip:hover span::before {
    content:"";
    width:100%;
    display:block;

    background-image:url(../../../content/dam/common/design2013/ou-globalheader-tiparrow.png);
    background-repeat:no-repeat;
    background-position:top center;

    bottom:100%;
    left:0;
    height:9px;
    position:absolute;
 
}

/* FOOTER
------------------------------------- */

.footerlogo,
.footeraddress,
.footerColumn {
    float:left;
}
.footer #footer_social_icons h1,
.footer #footer_social_icons h2,
.footer #footer_social_icons h3 {
    float: right;
    margin: 0 0 0.75em;
}
.footer #footer_social_icons .text { 
	float: right;
	clear:both;
}
.footer .footeraddress { margin-left: 10px; }

/* make it sticky */
html {
    position: relative;
    min-height: 100%;
}
.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    padding:0;
}

/* SOCIAL MEDIA TABLE STYLE
------------------------------------ */

table.socialmedia_directory > tbody > tr > td,
table.socialmedia_directory > thead > tr > td  {
	width:33%;	
}

table.socialmedia_ou td:first-child { width:66%; font-weight:bold; font-size: 110%; }
table.socialmedia_ou td:last-child { width:33%; }


/* TEXT IMAGE (This a workaround - should be deleted once inline css is removed from OU Text Image Component)
------------------------------------ */


.textimage .image-margin-left .image {
    margin:5px 0 5px 15px!important;
}
.textimage .image-margin-right .image {
    margin:5px 15px 5px 0!important;
}






/* GODDARD DESKTOP.CSS */

/* FEATURE PAR
------------------------------------------------- */

.feature .featurepar p { margin-bottom:0; }

.feature .featurepar > div {
    padding:0;
    margin:0;
}
.health_services .feature .featurepar .imgContainer,
.counseling_services .feature .featurepar .imgContainer {
    height:290px;
    overflow:auto;
	background-color:#FFF;
    background-repeat:no-repeat;
	background-size:cover;
	border:1px solid #999;
}
.health_services .feature .featurepar .imgContainer { background-image:url(../../../content/dam/goddard/feature/hpFeature_healthservies.jpg); }
.counseling_services .feature .featurepar .imgContainer { background-image:url(../../../content/dam/goddard/feature/hpFeature_councelingservies.jpg); }

.feature .imgContainer .text {
    border:1px solid #ccc;
    border-radius: 0.5em 0.5em 0.5em 0.5em;  
    float:right;
	background: rgb(244, 244, 244); /* The Fallback */
    background: rgba(244, 244, 244, 0.9);    
    width:30em;
    padding: 1em;
    margin:2em 2em 0 0;
    font-family: Georgia Helvetica;
    font-style: italic;
    color:#666; 
    font-size:110%;   

    -webkit-box-shadow: 0px 0px 5px #999;
    -moz-box-shadow: 0px 0px 5px #999;
    box-shadow: 0px 0px 5px #999;
}

.feature .imgContainer .text p {
    padding:0;
    margin:0;
}

.feature .imgContainer .text ul {
    padding:0;
    margin:0;
}

.feature .imgContainer .text ul li {
    list-style-type:none;
    padding:0.5em 0;
    border-top:1px solid #e8e8e8;
    border-bottom:1px solid #FFF;
}

.feature .imgContainer .text ul li i {
    height:16px;
    width:16px;
    display:inline-block;
    vertical-align: middle;
    margin-right:0.75em;
	padding:0;
	background-image:url(../../../content/dam/goddard/design/glyphicon_sprite.png); 
	background-repeat:no-repeat;
}
.feature .imgContainer .text ul li i.talk { background-position:0 0; }
.feature .imgContainer .text ul li i.heart { background-position:-16px 0; }
.feature .imgContainer .text ul li i.life { background-position:-32px 0; }
.feature .imgContainer .text ul li i.hospital { background-position:-48px 0; }
.feature .imgContainer .text ul li i.building { background-position:-64px 0; }
.feature .imgContainer .text ul li i.smoke { background-position:-80px 0; }
.feature .imgContainer .text ul li i.calendar { background-position:-96px 0; }
.feature .imgContainer .text ul li i.briefcase { background-position:-112px 0; }
.feature .imgContainer .text ul li i.link { background-position:-128px 0; }
.feature .imgContainer .text ul li i.phone { background-position:-144px 0; }
.feature .imgContainer .text ul li i.check { background-position:-160px 0; }
.feature .imgContainer .text ul li i.medicine { background-position:-176px 0; }
.feature .imgContainer .text ul li i.email { background-position:-192px 0; }
.feature .imgContainer .text ul li i.clock { background-position:-208px 0; }
.feature .imgContainer .text ul li i.info { background-position:-224px 0; }

.feature .imgContainer .text ul li.social a { text-indent:-999em; margin:0; }
.feature .imgContainer .text ul li.social a:first-child { margin-left:1em; }
.feature .imgContainer .text ul li:first-child { border-top:none; }
.feature .imgContainer .text ul li:last-child { border-bottom:none; }
.feature .imgContainer .text ul li i.facebook { background-image:url(../../../content/dam/goddard/design/goddardFacebook.png); }
.feature .imgContainer .text ul li i.twitter { background-image:url(../../../content/dam/goddard/design/goddardTwitter.png); }
.feature .imgContainer .text ul li i.youtube { background-image:url(../../../content/dam/goddard/design/goddardYoutube.png); }

.feature .caption {
    padding:1.5em;
	background-repeat:repeat;
}
.counseling_services .feature .caption { background-image:url(../../../content/dam/goddard/design/bg_green.jpg); }
.health_services .feature .caption { background-image:url(../../../content/dam/goddard/design/bg_blue.jpg); }

.feature .caption h1,
.feature .caption h2,
.feature .caption h3 {
    padding:0;
    margin:0 0 0.5em 0;
    color:#FFF;
    text-transform:uppercase;
    font-size:120%;
    font-weight:bold; 
}
.feature .caption .text {
    font-style:normal;
    color:#fff;
}

/* HEALTH SERVICES HOMEPAGE RELATED PAR
----------------------------------------- */


.health_services .main .relatedpar .textimage { border-top:1px solid #ccc; }
.health_services .main .relatedpar .textimage:first-child { border-top:none; }
 
.health_services .main .relatedpar .textimage .image {
    margin:0 0 1.5em 0;
    padding:0;
	border:1px solid #CCC;
	text-align:center;
	overflow:hidden;
	height:120px;
	width:auto;
	float:none!important;
}

.health_services .main .relatedpar .textimage .text { 
	clear:both; 
	width:auto; 
}

.health_services .main .relatedpar .textimage .specialone {
    font-size:110%;
    color:#444;
    font-weight:bold;
    margin:0 0 1em 0;
    padding:0;
    width: 80%;
    text-transform:none;  
}

/* COUNSELING SERVICES HOMEPAGE RELATED PAR
----------------------------------------- */

.counseling_services .main .relatedpar .textimage { border-top:1px solid #ccc; }
.counseling_services .main .relatedpar .textimage:first-child { border-top:none; }
 
.counseling_services .main .relatedpar .textimage .image {
    margin:0 1.5em 1.5em 0;
    padding:0;
	text-align:center;
	overflow:hidden;
	height:100px;
	width:100px;
	float:left!important;
	border:1px solid #CCC;	
}
.counseling_services .main .relatedpar .textimage .image img { /*max-width:none!important;*/ }

.counseling_services .main .relatedpar .textimage .text { width:auto; }

.counseling_services .main .relatedpar .textimage h1,
.counseling_services .main .relatedpar .textimage h2,
.counseling_services .main .relatedpar .textimage h3 {
    text-transform:uppercase;
    color:#A08E7C;
    font-size:100%;
    font-weight:normal;
    display:inline-block;
    margin:0 0 1.25em 0;
    padding:0;
	display:inline-block;
}

/* LANDING PAGES
------------------------------------------- */

body:not(.page_dept_home) .main .image { padding:2em 1.5em; }

body:not(.page_dept_home) .main .content_image {
	border:1px solid #CCC;
	width:100%;
	height:100px;
	overflow:hidden;
	padding:0;
	margin-bottom:2em;
}
body:not(.page_dept_home) .main .content_image.tall { height:250px; }

body:not(.page_dept_home) .main .content_image img { min-width:100%; }

body:not(.page_dept_home) .main .textimage { margin-bottom:1.5em; }

body:not(.page_dept_home) .main .textimage .image {
	margin:0 2em 2em 0;
	padding:0;
	width:150px;
}
body:not(.page_dept_home) .main .textimage h1,
body:not(.page_dept_home) .main .textimage h2, 
body:not(.page_dept_home) .main .textimage h3 {
	padding-top:0;	
}

body:not(.page_dept_home) .main .contentpar .textimage .image img {
	border:1px solid #CCC;
}

/* ACCORDION 
----------------------------------------- */

body:not(.page_dept_home) .main .accordion .image {
	width:125px;
	height:125px;
	overflow:hidden;
	float:right!important;
	margin:0 0 1em 1em;
	padding:0;
	border:1px solid #CCC;	
}
