﻿@charset "utf-8";
/* CSS Document */
/* Color Reference
#20659C   - Dark Blue - for Links in Nav
#164469    - Dark Blue - side navs, headers
#0178BA    - Light Blue - hover state, button background, in page links
#FFFFFF    - White        - Page background, link
#DFE1DF    - Lt. Grey - 1 px strokes, etc.
#666666    - Med. Grey - body copy
#29AEFF    - Turquoise nav stroke
#0178BA     - New Anchor color - for white backgrounds

Em chart for handy reference
1em =     16px
.75em =    12px
.5em =     8px
.25em =    4px
.125em = 2px

outdated colors - replace
#E8E7DA    - Tan
*/

/* Font Classes
-------------------------------------------------------------- */
.bentonsansbold {font-family: "Benton Sans";font-style: normal;font-weight: bold;}
.bentonsansbolditalic {font-family: "Benton Sans";font-style: italic;font-weight: bold;}
.bentonsanscondensedbold {font-family: "Benton Sans Cond";font-style: normal;font-weight: bold;}
.bentonsanscondensedbook {font-family: "Benton Sans Cond Book";font-style: normal;font-weight: normal;}
.bentonsanscondensedlight {font-family: "Benton Sans Cond Light";font-style: normal;font-weight: normal;}
.bentonsanslight {font-family: "Benton Sans Light";font-style: normal;font-weight: normal;}
.bentonsanslightitalic {font-family: "Benton Sans Light";font-style: italic;font-weight: normal;}
.bentonsansmedium {font-family: "Benton Sans Medium", arial, sans-seriffont-style: normal;font-weight: normal;}
.bentonsansmediumitalic {font-family: "Benton Sans Medium", arial, sans-seriffont-style: italic;font-weight: normal;}
.bentonsansregular {font-family: "Benton Sans";font-style: normal;font-weight: normal;}
.bentonsansregularitalic {font-family: "Benton Sans";font-style: italic;font-weight: normal;}

/* Reset default browser CSS
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

@media screen and (max-width: 480px){
html, body {
width: 100%;
overflow-x: hidden;
}
}

body {background: #ffffff;line-height: 1em; overflow-x: hidden;}
ul {list-style: none;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
em{font-style: italic;}
sup {font-size: .8em;}
object, embed {z-index: 1!important;} 
a:hover, a:focus, a:active {text-decoration: underline!important;}
input[type=text]:focus, textarea:focus, input[type=checkbox]:focus, input[type="radio"]:focus, select:focus, input[type=submit]:focus, input[type=reset]:focus, input[type=password]:focus {outline: 2px solid #0178BA!important;}
/* Global Styles
-------------------------------------------------------------- */
body {font-size: 1em; line-height: 1.8em; font-family: arial, helvetica, sans-serif;color: #666666;}
#wrapper {margin: 0 auto; background: #ffffff;}
.homepage #wrapper {margin: 0 auto; background: #ffffff;/*background: url(/bg.homebg2.png) no-repeat center 153px;*/}
a {color: #0178BA;}
a:hover {color: #003366;}
#headerlinks a {color: #003366;}
#headerlinks a:hover {color: #0178BA;}
.mega-menu-button-style a, .mega-menu-title a {color: #003366;}
.mega-menu-button-style a:hover, .mega-menu-title a:hover {color: #0178BA;}
p {margin-bottom: 1em; margin-top: .5em;font-size: 1em;}
p a {font-weight: bold;}
.clear, .clearer {clear: both; height: 0; line-height: 0.1em;}
img {max-width: 100%; height:auto;}
input {border-radius:0px; -moz-border-radius:0px;}
.normal {font-weight: normal !important;}
strong, .bold {font-weight: bold;}
.italic {font-style: italic;}
.bolditalic{font-style: italic;font-weight: bold;}
.width98 {width: 98%; float:left;}
.floatleft {float: left;}
.floatright {float: right;}
@media screen and (max-width: 320px) {table, tr {max-width: 310px; width: 310px;}}
blockquote {margin-left: 20px;padding-left: 10px;}
#centercolumn blockquote {margin-bottom: 15px;}
#centercolumn blockquote blockquote {margin-bottom: 5px;}
.wordwrap {word-wrap: break-word;}
.clearwide {clear: both; height: 0; line-height: 0.1em;}
.inline {display: inline;}
@media screen and (max-width: 999px) {.clearwide {display: none;}}
.underline {text-decoration: underline;}
.upper-roman {list-style-type: upper-roman;}
.lower-roman {list-style-type: lower-roman;}
.upper-latin {list-style-type: upper-latin;}
.lower-latin {list-style-type: lower-latin;}
.upper-alpha {list-style-type: upper-alpha;}
.lower-alpha {list-style-type: lower-alpha;}
.decimal {list-style-type: decimal;}
.verticalalign-top {vertical-align: top;}

/* Clear fix 
-------------------------------------------------------------- */
.group:after {visibility: hidden;display: block;content: "";clear: both;height: 0;}
* html .group             { zoom: 1;} /* IE6 */
*:first-child+html .group { zoom: 1;} /* IE7 */
/* Global Header
-------------------------------------------------------------- */
#header {
    margin: 0 auto;
    padding: 0;
    height: auto;
    clear: both;
    background-color: #ffffff;
    max-width: 1000px;
}
#menubox{background-color: #ffffff;}
@media screen and (min-width: 980px){
#menubox {
    min-height: auto;
    height: 100%;
    background-color: #fff;
}
}


.new-header-request-an-appointment-btn {
    max-width: 300px;
    /* height: 52px; */
    background: #c6d219;
    padding: 2px 20px 2px 20px;
    position: relative;
    text-align: center;
    font-weight: bold;
    right: 0;
    float: right;
    margin-left: 7px;
}

.new-header-request-an-appointment-btn a {
    color: #003366;
    font-size: 14px;
}

.new-header-request-an-appointment-btn a:hover {
    color: #0178BA;
}


.main-navigation-logo {
    z-index: 1000;
    top: 7px;
    width: 65px;
    height: 65px;
    position: fixed;
}

@media (max-width: 1300px) {
.main-navigation-logo {
    width: 45px;
    height: 45px;
}
}

@media (max-width: 1190px) {
.main-navigation-logo {
    width: 30px;
    height: 30px;
}
}

#logo {display:inline; margin: 0;}
#socialbuttonswrapper {float: right; clear: none; margin: 0; margin-top: 12px;}
#socialbuttons .socialbutton {width: 21px; display: inline; margin-right: 3px;}
#socialbuttons .last {margin-right: 0;}

#smsocialbuttonswrapper {visibility:hidden; position:fixed;top:2px;left:0;width:99%;height:28px;z-index: 998;margin:0; padding: 0 .3em; background: #ffffff; transition: all 0.4s ease; opacity:0;}
#header.sticky-header #smsocialbuttonswrapper {visibility: visible; opacity:1; top:0; display: none;}

.logo-desktop img, .logo-notebook img {transition: all 0.4s ease; opacity:1; top:0;}
#header.sticky-header .logo-desktop img {opacity:0; top:-20px;}
.fixedtopbar .logo-notebook img {opacity:0; top:-20px;}

#smsocialbuttonswrapper-inner {position:relative;margin:0 auto;padding:.5em 0em;max-width:1000px;z-index:999;}
#smlogo {position:absolute;top:2px;left:-90px !important;}
#smsocialbuttons {position:absolute;top:4px;right:0;}
#smsocialbuttons .smsocialbutton {max-width: 21px; display: inline; margin-right: 3px;}
#socialbuttons .socialbutton a img, #smsocialbuttons .smsocialbutton a img {max-width: 21px!important;}
#smsocialbuttons .last {margin-right: 0;}
#smsocialsearch {top:-5px;/*float: right; clear: none; margin: 12px 0px 0 0;*/ padding: 0; position: relative; text-align:right; display: inline-block;} 
#smsocialsearch form {margin: 0; /*margin-top: 1.3em;*/ padding: 0; position: relative; left: 4px;}
#smsocialsearchinput {
    border: 1px solid #164469;
    margin: 0;
    padding: 0px;
    background-color: #FBFEFE;
    display: inline;
    color: #666666;
    border-radius: 0px;
    -moz-border-radius: 0px;
    margin-left: 0px;
    display: inline-block;
    height: 20px;
    position: relative;
    top: 2px;
}

#smsocialsearchsubmit{border: 0; margin: 0; padding:0; border-left: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; border-radius:0px; -moz-border-radius:0px;display: inline-block; position: relative; top: 4px; height: 24px; }
#smsocialsearch input[type="text"], #smsocialsearch input[type="image"]{-webkit-appearance: caret; -moz-appearance: caret; border: 0!important;}
#smsocialsearch input[type="text"]:focus, #smsocialsearch input[type="image"]:focus {outline: 2px solid #0178BA!important;}
#smsocialsearchinput input {max-width: 126px; position: relative; top: -2px;}
#smsocialsearch input[type="image"] {margin: 0;}

@media screen and (max-width: 999px){#socialbuttons img {max-width: 30px;}}
@media screen and (max-width: 768px) {#header {padding: .5em 1% .1em 1%;}}
@media screen and (max-width: 767px) {
#socialbuttons {display: none;}
#headersearch {display: none;}
.givetop {display: none;}
}
#headerlinks {
    float: right;
    clear: none;
    font-size: .8em;
    margin-top: 2px;
    margin-right: 12px;
    font-family: 'benton sans medium', arial, helvetica, sans-serif;
}

#headersearch {
    float: right;
    clear: none;
    margin: 0 20px 0 12px;
    padding: 0;
    position: relative;
    text-align: right;
}
#headersearch form {margin: 0; padding: 0; position: relative;}
#headersearchinput {border: 1px solid #0178BA;margin: 0; padding: 0px; position: relative; left: -4px; background-color: #FBFEFE; display: inline;color: #666666; border-radius:0px; -moz-border-radius:0px; margin-left: 0px; display: inline-block; height: 22px; }
#headersearchsubmit{border: 0; margin: 0; padding:0; border-left: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; border-radius:0px; -moz-border-radius:0px;display: inline-block; position: relative; top: 4px; height: 24px; }
#headersearchinput input {max-width: 126px; position: relative; top: -2px;}
#headersearch input[type="text"]{background:none!important; border-radius: 0px;}
#headersearch input[type="image"]{-webkit-appearance: caret; -moz-appearance: caret; margin: 0; border: 0!important; padding: 0px!important;background:none!important; top: 6px; position: relative; width: auto!important;}
#headersearch input[type="text"]:focus, #headersearch input[type="image"]:focus, #new_newsroom_search input[type="image"]:focus {border: 2px solid #0178BA!important;}
@media (max-width: 1200px) {
#smsocialsearch {
    left: 0 !important;
}
#smlogo {
    left: 0 !important;
}
}


@media screen and (max-width: 999px){
    #socialbuttons img {max-width: 30px;}
    #headersearchinput {padding: 0!important;}
    #smsocialsearch{top: -4px;}
    }
@media screen and (max-width: 768px) {
    #header {padding: .5em 1% .1em 1%;}
    #headersearchinput input {top: 0px;}
}
@media screen and (max-width: 767px) {
    #socialbuttons, #headersearch, .givetop, #headerlinks {display: none;}
}
.mobile-search-form {display: none;}
/* styling for new search tool */
.st-ui-type-heading, .st-ui-type-detail {
  font-size: 14px !important;
}
.st-default-search-input {border: 1px solid #164469!important; padding: 2px !important;}

@media screen and (max-width: 768px){
.mobile-search-form .st-default-search-input {border-radius: 0px!important; background: #ffffff!important; top: -10px; position: relative;}
.mobile-search-form input[type="image"] {top: -3px; position: relative;}
}

.st-default-autocomplete {width: 400px!important;}
@media screen and (max-width: 768px){.st-default-autocomplete {width: 400px!important; margin-left: -140px;}}
@media screen and (max-width: 600px){.st-default-autocomplete {width: 360px!important; margin-left: -130px;}}
@media screen and (max-width: 400px){.st-default-autocomplete {width: 320px!important; margin-left: -100px;}}
 
/* Main navigation
-------------------------------------------------------------- */
#mobile-logo, #mobilenav, #homemobilenav, #homemobilenav-search, #home-mobilenav-giving, #mobilenav-search, #mobilenav-wrapper, #mobilenav-giving {display: none;}
#navwrapper {display: block; background: url(/bg.nav.png) repeat-x; height: 2.375em; margin: 0 auto; border: 0; border-bottom: 1px solid #D1D3D4;}
/* #navwrapper.fixedNavbar {position: fixed;top: 28px;z-index: 999; width: 100%; padding: 0; height: 40px; background-color: #ffffff;} */
#navwrapper.fixedNavbar {position: fixed;top: 28px;z-index: 999; width: 100%; padding: 0; height: 38px; background-color: #ffffff;}
/* #nav {display: block;max-width: 1005px; z-index:1000; margin: 0 auto; margin-top: 12px; padding-left:5px;} */



/* Print Style
-------------------------------------------------------------- */

.logo-print {
display:none;
}


@media print {

  @page {
    size: 210mm 297mm;
    margin: 25mm;
  }

.logo-print {
display:block;
}

#top-bar {
    display: none !important;
}

#header {
    display: none !important;
}

#side-panel {
    display: none !important;
}

#pagebanner {
    display: none !important;
}

#modulecolumn {
    display: none !important;
}

#conditions-modulecolumn {
    display: none !important;
}

.modulecolumn-wide {
    width: 23% !important;
}

@media screen and (max-width: 999px) {
.modulecolumn-wide {
    width: 100% !important;
}
}

#navcolumn {
    display: none !important;
}

#pagecontent {
    max-width: 100% !important;
}

.noleftnav #centercolumn {
    width: 100% !important;
}

@media screen and (max-width: 999px) {
#centercolumn, .noleftnav #centercolumn {
    width: 100% !important;
}
}

.physician_search_banner_tablet {
display:none !important;
}

.physician_search_banner_mobile_wrap {
    width:auto !important;
    max-width: 100% !important;
}

.physician-module-tap-wrap {
display:none !important; 
}

#footerbox {display:none !important;}
#tabbed-nav {display:none !important; }
#navwrapper {display: none !important;}
#physiciantabs2 { display: none !important;}
.new-physician-search-module-style {display: none !important;}
p {font-size: 1.0em !important; line-height:1.4em !important; color:#000 !important;}

.pagecontent_newphysiciansearch p {font-size: 1.0em !important; color:#000 !important;} 

table {
    /* font-size: 25px !important; */
    color:#000 !important;
}
span {
    /* font-size: 25px !important; */
    color:#000 !important;
}

h2 {
/* font-size: 25px !important; */
color:#000 !important;
}

.pagecontent_newphysiciansearch .physician-text-indent a {
    color: #000 !important;
}

.videoWrapper {
display: none !important;
}
#player {
display: none !important;
}
#mobilenav-searchbutton {
display: none !important;
}

#primary-menu-trigger {
display: none !important;
}

.cbFormLabel   {
    display:none !important;
}


table, thead, tbody, th, tr
{
	display: block;
	/* margin-bottom:20px; */
	/* background-color:#3f76ac; */
}
thead tr
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

table {
    margin:0;
}

tr
{
	border: 0px solid #ccc;
}


td:nth-child(1)
{
	border: none;
	border-bottom: 0px solid #eee;
	position: relative;
	/* padding-left: 50%; */
	/* display: inline-block; */
	padding-right: 0;
	font-weight:bold;
}

td:nth-child(2)
{
	border: none;
	border-bottom: 0px solid #eee;
	position: relative;
	/* padding-left: 50%; */
    /* float:left; */
    line-height: 12px;
    display:inline;    
}


td:nth-child(3)
{
    border: none;
    border-bottom: 0px solid #eee;
    position: absolute;
    /* padding-left: 50%; */
    /* float: left; */
    line-height: 12px;
    display: inline;
    margin-top: 2px;
    min-width: 100px;
    /* margin: -25px 160px; */
}

td:nth-child(4)
{
    border: none;
    border-bottom: 0px solid #eee;
    position: relative;
    /* padding-left: 50%; */
    /* float: left; */
    line-height: 12px;
    /* display: inline-block; */
    /* margin-left: 30px; */
    /* width: 60%; */
}


td:nth-child(5)
{
    border: none;
    border-bottom: 0px solid #eee;
    position: relative;
    /* padding-left: 50%; */
    /* float: left; */
    line-height: 12px;
    /* display: inline; */
}

td:nth-child(6) {
    border: none;
    border-bottom: 0px solid #eee;
    position: relative;
    /* padding-left: 50%; */
    /* float: left; */
    line-height: 12px;
    /* display: inline; */
}

td:nth-child(7)
{
    border: none;
    border-bottom: 0px solid #eee;
    position: relative;
    /* padding-left: 50%; */
    /* float: left; */
    line-height: 12px;
    display: inline-block;
    width: 60%;
}

td:nth-child(8)
{
    border: none;
    border-bottom: 0px solid #eee;
    position: absolute;
    /* padding-left: 50%; */
    float: left;
    line-height: 12px;
    /* width: 50%; */
    margin: -28px 34px;
}

td:nth-child(9)
{
    border: none;
    border-bottom: 0px solid #eee;
    position: relative;
    /* padding-left: 50%; */
    /* float: left; */
    line-height: 12px;
    display: inline-block;
    width: 60%;
}

td:nth-child(10)
{
    border: none;
    border-bottom: 0px solid #eee;
    position: absolute;
    /* padding-left: 50%; */
    float: left;
    line-height: 12px;
    /* width: 50%; */
    margin: -28px 34px;
}

.z-tabs > .z-container > .z-content {
    position: absolute;
    width: 100% !important;
    height: 100%;
    overflow: hidden;
    padding: 0;
    z-index: 7;
    display: none;
}

#layerSlider_main {
display:none !important;
}

#industryhide {
    display: none !important;
}

#industryshow {
    display: block !important;
}
}
            
            
#nav {
    display: flex;
    /* max-width: 1020px; */
    z-index: 1000;
    /* margin: 0 auto; */
    margin-top: 12px;
    /* padding-left: 5px; */
    /* max-width: 100%; */
    /* width: 1200px; */
    /* position: relative; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    justify-content: center;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    margin-left: -30px;
}
#nav.sm {margin-top: 0;}
#nav a {text-decoration: none;}
#nav li {margin: 0; padding: 0; float: left; display: block;}
#nav li ul {display: none; margin: 0; padding: 0; border: 0px solid #DFE1DF; margin-top: 8px!important;
   -moz-box-shadow:    inset 0 0 16px #bdbebd;
   -webkit-box-shadow: inset 0 0 16px #bdbebd;
   box-shadow:         inset 0 0 16px #bdbebd;
}

/*#nav li + li:before{
    content: " | ";
    padding: 10px 15px 0 10px;
    color:#eee;
    height:20px;
}*/

/*
#nav-physician a, #nav-patients a, #nav-conditions a, #nav-services a, #nav-education a, #nav-locations a, #nav-about a{display: block; height: 20px;background: url(/images/nav/nav1000.png) no-repeat; text-indent: -9999em; padding: 0; margin: 0; margin-right: 0px; margin-top: 10px;}
*/

#nav-physician a, #nav-patients a, #nav-conditions a, #nav-services a, #nav-education a, #nav-locations a, #nav-about a{display: block; height: 20px; padding: 0; margin: 0; margin-right: 0px; margin-top: 10px; width:100%;}


/* #nav-physician a {width: 116px;background-position: 0px 0px;} */
/* #nav-patients a {width: 154px;background-position: -116px 0px;} */

.nav-physician, .nav-patients, .nav-conditions, .nav-services, .nav-education, .nav-locations, .nav-about  {

        -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 0 0 1px rgba(32,101,156,0.2); */
    /* text-shadow: 1px 1px 1px rgba(32,101,156,0.1) !important; */
    text-transform: uppercase;
    font-style: normal;
    font-weight: bolder;
    /* padding: 10px; */
    /* margin-top: 10px;*/
    /* top: 10px; */
    /*width: 154px;*/
    /* font-stretch: ultra-expanded; */
    font-size-adjust: 0.5;
    font: expanded 72% "Benton Sans";
    font-weight: 700;
    font-size: .72em;
    -webkit-font-smoothing: antialiased;
    /* text-shadow: 0 0 1px rgba(51,51,51,0.1); */
    /* -webkit-text-stroke: 1px rgba(0,0,0,0.1); */
    position:relative;
    top: -5px !important;
}

.nav-physician:hover, .nav-patients:hover, .nav-conditions:hover, .nav-services:hover, .nav-education:hover, .nav-locations:hover, .nav-about:hover  {
color:#0178BA;
}

.nav-patients:before, .nav-conditions:before, .nav-services:before, .nav-education:before, .nav-locations:before, .nav-about:before
{
    content: " | "; 
    /* content: url(https://www.hss.edu/images/nav/nav_breakline.png); */
    /*padding: 10px 4px 0 10px;*/
    padding: 10px 2px 0 8px;
    color:#eee;
    height:25px;
    font-family: arial;
    font-size: 20px;
    font-weight: normal;
    /* padding: 0 .4rem; */
}

.nav-physician:before

{
    content: " | "; 
    padding: 10px 4px 0 0;
    color:#eee;
    height:25px;
    font-family: arial;
    font-size: 20px;
    font-weight: normal;
    /* padding: 0 .4rem; */
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    margin-left:-15px;
}


/*
#nav-conditions a {width: 194px;background-position: -270px 0px;}
#nav-services a {width: 156px; background-position: -464px 0px;}
#nav-education a {width: 173px;background-position: -620px 0;}
#nav-locations a {width: 125px; background-position: -793px 0px;}
#nav-about a {width: 82px; background-position: -918px 0px;}
*/

#nav-physician a:hover, #nav-physician:hover a, #nav-physician.over a {background-position: 0px -20px;}
#nav-patients a:hover, #nav-patients:hover a, #nav-patients.over a {background-position: -116px -20px; }
#nav-conditions a:hover, #nav-conditions:hover a, #nav-conditions.over a {background-position: -270px -20px;}
#nav-services a:hover, #nav-services:hover a, #nav-services.over a {background-position: -464px -20px;}
#nav-education a:hover, #nav-education:hover a, #nav-education.over a {background-position: -620px -20px;}
#nav-locations a:hover, #nav-locations:hover a, #nav-locations.over a {background-position: -793px -20px;}
#nav-about a:hover, #nav-about:hover a, #nav-about.over a {background-position: -918px -20px;}
#nav-physician, #nav-patients, #nav-conditions, #nav-services, #nav-education, #nav-locations, #nav-about {position:relative;}
#nav li ul{font-family: "Benton Sans";font-style: normal;font-weight: normal;position: absolute;padding: 0;margin: 0;background-color: #ffffff;z-index: 100;float: left; clear: none; z-index: 1000;line-height: 1.2em;}
#nav li ul h2 {font-family: "Benton Sans";font-style: normal;font-weight: normal;margin-bottom: 4px; font-size: .82em;}
#nav li ul h3 {font-family: "Benton Sans";font-style: normal;font-weight: normal;margin: 0; padding: 0; font-size: .82em;}
.navh2topmargin {margin-top: .7em;}
#nav li.off ul li, #nav li.over ul li{display: inline; position: relative; margin-top: 11px; z-index: 100; float: none;}
#nav li.off ul li a, #nav li.over ul li a {border: 0; width: auto; background: none; font-size: 9px; margin: 0; padding: 0; text-indent: 0 !important; text-transform: uppercase;}
#nav li.off ul li.over a, #nav li.over ul li.over a {color: #164469; text-decoration:none;}
#nav li.off ul li.subnavlast, #nav li.over ul li.subnavlast {padding-right: 0;}
#nav li ul h2 a, #nav li ul h3 a, #nav li ul a {background: none!important; color: #164469; text-decoration:none; text-indent: 0; font-family: "Benton Sans medium", arial, sans-serif; font-weight: normal;}
#nav li ul h2 a:hover, #nav li ul h3 a:hover, #nav li ul a:hover {color: #0178BA;text-decoration: none; }
/*    sub-navigation styles
---------------------------------------------------------------- */

#nav li #subnav-physician {width: 1000px; left: auto!important;  max-width: 1000px; margin-left:1px;}
#nav li #subnav-patients {width: 1000px;left: auto!important; margin-left: -107px!important;max-width: 1000px;}
#nav li #subnav-conditions {width: 1000px;left: auto!important; margin-left: -255px!important;max-width: 1000px;}
#nav li #subnav-conditions2 {width: 1000px;left: auto!important; margin-left: -255px!important;max-width: 1000px;}
#nav li #subnav-services {width: 1000px;left: auto!important; margin-left: -445px!important;max-width: 1000px;}
#nav li #subnav-education-research {width: 1000px;left: auto!important; margin-left: -595px!important;max-width: 1000px;}
#nav li #subnav-locations {width: 1000px;left: auto!important; margin-left: -763px!important;max-width: 1000px;}
#nav li #subnav-about {width: 1000px;left: auto!important; margin-left: -880px!important;max-width: 1000px;} 

/* Only style for Safari */ 
#nav li #subnav-physician:not(:root:root) {width: 1000px; left: auto!important;  max-width: 1000px; margin-left:1px;}
#nav li #subnav-patients:not(:root:root) {width: 1000px;left: auto!important; margin-left: -107px!important;max-width: 1000px;}
#nav li #subnav-conditions:not(:root:root) {width: 1000px;left: auto!important; margin-left: -257px!important;max-width: 1000px;}
#nav li #subnav-conditions2:not(:root:root) {width: 1000px;left: auto!important; margin-left: -257px!important;max-width: 1000px;}
#nav li #subnav-services:not(:root:root) {width: 1000px;left: auto!important; margin-left: -449px!important;max-width: 1000px;}
#nav li #subnav-education-research:not(:root:root) {width: 1000px;left: auto!important; margin-left: -603px!important;max-width: 1000px;}
#nav li #subnav-locations:not(:root:root) {width: 1000px;left: auto!important; margin-left: -776px!important;max-width: 1000px;}
#nav li #subnav-about:not(:root:root) {width: 1000px;left: auto!important; margin-left: -897px!important;max-width: 1000px;} 
/* Only style for Safari end*/ 


/* Only style for IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
#nav li #subnav-physician {width: 1000px; left: auto!important;  max-width: 1000px; margin-left:-3px;}
#nav li #subnav-patients {width: 1000px;left: auto!important; margin-left: -107px!important;max-width: 1000px;}
#nav li #subnav-conditions {width: 1000px;left: auto!important; margin-left: -254px!important;max-width: 1000px;}
#nav li #subnav-conditions2 {width: 1000px;left: auto!important; margin-left: -254px!important;max-width: 1000px;}
#nav li #subnav-services {width: 1000px;left: auto!important; margin-left: -440px!important;max-width: 1000px;}
#nav li #subnav-education-research {width: 1000px;left: auto!important; margin-left: -589px!important;max-width: 1000px;}
#nav li #subnav-locations {width: 1000px;left: auto!important; margin-left: -758px!important;max-width: 1000px;}
#nav li #subnav-about {width: 1000px;left: auto!important; margin-left: -875px!important;max-width: 1000px;} 
}
/* Only style for IE11 end */

/* sub-navigation physician styles
---------------------------------------------------------------- */
#subnav-physician-left, #subnav-physician-center, #subnav-physician-right, .subnav-physician-center {float: left; clear: none;  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#subnav-physician-left {width: 30%;padding: 16px 28px;}
#subnav-physician-center, .subnav-physician-center {margin: 0; padding: 0; width: 38%; padding: 26px 28px 16px 28px;position:relative;z-index:1;}
#subnav-physician-center #phonenumber a, .subnav-physician-center #phonenumber a{font-size:1.4em; font-weight: bold; margin-bottom: 20px;}
#subnav-physician-center .nav-appointment-button, .subnav-physician-center .nav-appointment-button {margin: 0 auto 20px auto;max-width: 200px;}
#subnav-physician-center .nav-appointment-button p, #subnav-physician-right .nav-appointment-button p, .subnav-physician-center .nav-appointment-button p {font-size: .7em; color: #666666; margin: 3px; line-height: 1em; font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal;}
#subnav-physician-center .nav-appointment-button a, #subnav-physician-right .nav-appointment-button a, .subnav-physician-center .nav-appointment-button a {text-align: center; border: 0; width: 200px; margin: 0; padding: 4px; text-transform: uppercase; line-height: 1.8em; font-size: .7em; font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal;color: #0178BA; display:block;background-color: #ffffff;border: 1px solid #0178BA;}
#subnav-physician-center .nav-appointment-button a:hover, #subnav-physician-right .nav-appointment-button a:hover, .subnav-physician-center .nav-appointment-button a:hover {text-decoration: none; color: #ffffff; background-color: #0178BA!important; border: 1px solid #0178BA;}
#subnav-physician-center .nav-appointment-button a, .subnav-physician-center .nav-appointment-button a {width: 208px;}
#subnav-physician-right {width: 25%; margin: 0; padding: 26px 12px 16px 12px; line-height: 0.1em;}
#subnav-physician-right img {display: inline; position: relative; width:100%; z-index: 1; max-width: 30%; float: left; clear: none;}
.overlay {display: inine; background-color: #ffffff; line-height: 1.4em; float: left; clear: none; max-width: 65%; margin-left: 10px;}
#subnav-physician-right .overlay h3 a{height: auto; width: auto;}
#navsearch-physician {margin: 0; padding: 0; padding-top: 0.1%; margin-bottom: .5em; display: inline-block;}
#navsearch-physician input[type="text"], #navsearch-physician select {border: 0;border: 1px solid #DFE1DF ; padding: 4px; background-color: #FBFEFE; display: inline;color: #666666; border-radius:0px; -moz-border-radius:0px; max-width: 158px; float: left; clear: none; margin-bottom: 12px; margin-right: 10px; max-width: 240px; width: 240px;}
#navsearch-physician input[type="text"] {max-width: 207px; width: 207px}
#navsearch-physician-searchsubmit{border: 0; padding: 0; display: inline; position: relative; left: -10px; float: right; clear: none;}
#navsearch-physician-searchsubmit input[type="submit"] {text-align: center; width: 120px; margin: 0; padding: 4px; text-transform: uppercase; line-height: 1.8em; font-size: .7em; font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal;color: #0178BA; display:block;background-color: #ffffff;border: 1px solid #0178BA; margin-left: 1px;}
#navsearch-physician-searchsubmit input[type="submit"]:hover {text-decoration: none; color: #ffffff; background-color: #0178BA!important; border: 1px solid #0178BA;}
@media screen and (max-width: 768px){
#navsearch-physician input[type="text"],#navsearch-condition input[type="text"] {padding-top: 4px!important;}
}
#nav li h2 a, nav li h3 a, #nav-about h3 a {background:none; text-indent:0; width:auto; height: auto; margin-bottom: 4px;}
#nav li #subnav-physician h2 a{background: none;text-indent:0; height: auto; margin-bottom: 4px;}
#nav li #subnav-physician-center h2, #nav li #subnav-physician-right h2, #nav li .subnav-physician-center h2{margin: 0; padding: 0;}
#nav li #subnav-physician-center h2 a, #nav li #subnav-physician-right h2 a, .nav li #subnav-physician-center h2 a {margin: 0; padding: 0;line-height: 1.2em; margin-bottom: 12px;}
#subnav-physician-right .nav-appointment-button {margin: 0; margin-bottom: 40px; max-width:200px;}

 /* sub-navigation patient styles
---------------------------------------------------------------- */
#subnav-patients-left, #subnav-patients-middle, #subnav-patients-right {width: 320px; float: left; clear: none; padding: 16px 24px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#subnav-patients-right {width: 340px;}
.subnav-patients-links {float: left; clear: none; margin-right: 20px;}
.subnav-patients-image {float: right; clear: none; line-height: 2em; }
#subnav-patients-left .subnav-patients-image a, #subnav-patients-right .subnav-patients-image a {max-width:100%; width:100%; height:auto; width: auto;}
/* .subnav-patients-image img {border: 0;} */
.subnav-patients-image img {border: 0; width:100%;}
#nav .subnav-patients-paybill a, #nav .subnav-patients-contact a {text-align: center; border: 0; width: 154px; margin: 12px 0; padding: 4px; text-transform: uppercase; line-height: 1.8em; font-size: .7em; font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal;color: #0178BA; display:block;background-color: #ffffff;border: 1px solid #0178BA;}
#nav .subnav-patients-paybill a:hover, #nav .subnav-patients-contact a:hover {text-decoration: none; color: #ffffff; background-color: #0178BA!important; border: 1px solid #0178BA;}
h2.locations {font-size: 1.2em!important; font-weight: normal;}

/* sub-navigation condition styles
---------------------------------------------------------------- */
#subnav-conditions-left, #subnav-conditions-right, #subnav-conditions-left2, #subnav-conditions-right2{margin: 0; padding: 0; padding-top: 0.1%; /*1px*/ position:relative; float: left; clear: none; position: relative; z-index: 100;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#subnav-conditions-left, #subnav-conditions-left2 {width: 10%; background: transparent; margin: 0 28px 10px 28px;}
#subnav-conditions-right {width: 55%; margin: 16px 28px 10px 28px;} 
#subnav-conditions-right2 {width: 55%; margin: 16px 28px 10px 68px;}
#subnav-conditions-right h2 a{font-size: 1.2em; margin-left: 20px; margin-bottom:10px;}
#subnav-conditions-right h3 a {margin-left: 20px;}
#subnav-conditions-right a {width: auto; height: auto;}

#subnav-conditions-right2 h2 a{font-size: 1.2em; margin-left: 20px; margin-bottom:10px;}
#subnav-conditions-right2 h3 a {margin-left: 20px;}
#subnav-conditions-right2 a {width: auto; height: auto;}

.subnav-conditions-bottomright:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.subnav-conditions-explore {float: right; clear: none; margin-right: 28px;}
#subnav-conditions .conditionexplorer-positionedcontent {position: relative;top: 0;left: 0;height: 257px; width: 334px; padding: 0;}
#subnav-conditions .conditionexplorer-headertext {position:absolute;top:18px;left:65px;z-index:100;}
#subnav-conditions .conditionexplorer-headertext h2 {font-size:1.2em;font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal;color:#164469;}
#subnav-conditions .conditionexplorer-adultimage {position: absolute;top:0;left: 0;z-index: 50;height: 257px;width: 164px;}
#subnav-conditions .conditionexplorer-childimage {position: absolute;top:0;left: 164px;z-index: 50;height: 257px;width: 170px;}
#subnav-conditions .conditionexplorer-dynamictext {display:none;position: absolute;top: .5em;left: 220px;z-index:51;width: 110px;min-height: 14px;border-top: 1px dotted #ccc;border-bottom: 1px dotted #ccc;padding: 4px 0;font-size: .85em;line-height: 1em;}
#subnav-conditions .conditionexplorer-dots {position: absolute;top: 52px;left: 104px;height: 200px;width: 150px;z-index: 100;}

/*add-on */
#subnav-conditions2 .conditionexplorer-positionedcontent {position: relative;top: 0;left: 0; min-height: 300px; height: auto; width: 334px; padding: 0;}
#subnav-conditions2 .conditionexplorer-headertext {/* position:absolute; */ top:18px;left:65px;z-index:100;}
#subnav-conditions2 .conditionexplorer-headertext h2 {font-size:1.2em;font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal;color:#164469;}
#subnav-conditions2 .conditionexplorer-adultimage {position: absolute;top:30px;left: 0;z-index: 50;height: auto;width: 100px;}
#subnav-conditions2 .conditionexplorer-childimage {position: absolute;top:0;left: 164px;z-index: 50;height: 257px;width: 170px;}
#subnav-conditions2 .conditionexplorer-dynamictext {display:none;position: absolute;top: .5em;left: 220px;z-index:51;width: 110px;min-height: 14px;border-top: 1px dotted #ccc;border-bottom: 1px dotted #ccc;padding: 4px 0;font-size: .85em;line-height: 1em;}
#subnav-conditions2 .conditionexplorer-dots {position: absolute;top: 52px;left: 104px;height: 200px;width: 150px;z-index: 100;}
#subnav-conditions2 .rehabguides-adultimage {position: absolute;top:30px;left: 0;z-index: 50;height: auto;width: 180px;}



.subnav-conditions-bottom {margin: 0px 28px;}
#subnav-conditions-atoz a, #subnav-conditions-sport a, #subnav-conditions-professional a{float: left; clear: none;text-align: center; border: 0; width: 154px; margin: 12px 20px 12px 0; padding: 4px; text-transform: uppercase; line-height: 1.8em; font-size: .7em; font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal!important;color: #0178BA!important; display:block;background-color: #ffffff!important;border: 1px solid #0178BA!important;}
#subnav-conditions-atoz a:hover, #subnav-conditions-sport a:hover, #subnav-conditions-professional a:hover{text-decoration: none; color: #ffffff!important; background-color: #0178BA!important; border: 1px solid #0178BA;}
#subnav-conditions-searchall, .subnav-conditions-searchall {float: right; margin: 12px 0px;}
#subnav-conditions-searchall input[type="text"], #subnav-conditions-searchall input[type="image"], .subnav-conditions-searchall input[type="text"], .subnav-conditions-searchall input[type="image"]{-webkit-appearance: caret; -moz-appearance: caret; border: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#subnav-conditions-searchall input[type="image"], .subnav-conditions-searchall input[type="image"] {position: relative; top: 5px; left: 0px;}
#navsearch-condition-searchinput, .navsearch-condition-searchinput {border: 1px solid #DFE1DF; padding: 2px; display: inline;color: #666666;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#navsearch-condition-searchsubmit, .navsearch-condition-searchsubmit{border: 0; padding: 2px 1px 1px 1px; border-left: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; border-radius:0px; -moz-border-radius:0px;display: inline; position: relative;}


#subnav-conditions-searchall input[type="text"]:focus, #subnav-conditions-searchall input[type="image"]:focus, .subnav-conditions-searchall input[type="text"]:focus, .subnav-conditions-searchall input[type="image"]:focus {border: 2px solid #0178BA!important;}

.hipconditions, .headconditions, .shoulderconditions, .spineconditions, .elbowconditions, .handconditions, .legconditions, .kneeconditions, .ankleconditions, .pedsspineconditions, .pedselbowconditions, .pedshipconditions,.pedshandconditions, .pedskneeconditions, .pedsankleconditions, .systemicconditions, .pedssystemicconditions {display: none;}
.conditiondisplayarea {display: block; height: 229px; padding: 16px 8px 8px;}
@media screen and (max-width: 768px) {
#navsearch-condition-searchinput, .navsearch-condition-searchinput {padding: 2px;}
}

/* sub-navigation services centers styles
---------------------------------------------------------------- */
#subnav-services-left, #subnav-services-right {float: left; clear: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#subnav-services-left {width: 308px; margin: 10px;}
#subnav-services-right {width: 670px;padding: 16px;}
#subnav-services #subnav-services-left h2 a {line-height: 1em;margin: 0; font-size: 1.1em; background-color:#ffffff;padding: 20px;}
#subnav-services #subnav-services-left h2 a:hover, #subnav-services #subnav-services-left h2 a.selected {background-color: #0178BA!important; color: #ffffff!important;}
#subnav-services #subnav-services-left h2 {margin: 0;}
#subnav-services-right a {width: auto; height: auto;}
#subnav-services-orthopedics, #subnav-services-rheumatology, #subnav-services-patientcare, #subnav-services-medical, #subnav-services-specializedcenters, #subnav-services-patientsupport, #subnav-services-rehabwellness {margin-left: 1.5em;}
#subnav-services-orthopedics {}
#subnav-services-rheumatology {display: none;}
#subnav-services-medical {display: none;} 
#subnav-services-patientcare {display: none;}
#subnav-services-specializedcenters {display: none; width:1500px;}
#subnav-services-patientsupport {display: none; width:1500px;}
#subnav-services-rehabwellness {display: none;}
.servicesfeature {float: right; clear: none; background-color: #BFBFBF; color: #ffffff; text-align: center; height: 16em; width: 30%; display: none;}
/* sub-navigation education research styles
---------------------------------------------------------------- */
#subnav-education-research {}
#subnav-education-education, #subnav-education-research-content, #subnav-education-innovation {float: left; clear: none;padding: 16px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#subnav-education-education {width: 330px;}
#subnav-education-research-content {width: 330px; }
#subnav-education-innovation {width: 330px;}
#subnav-education-education h3 a, #subnav-education-research-content h3 a, #subnav-education-innovation h3 a {width: auto; height: auto; margin-left: 1em;}

/* sub-navigation locations styles
---------------------------------------------------------------- */

#subnav-locations-left, #subnav-locations-center, #subnav-locations-right {width: 25%; float: left; clear: none; padding: 16px 28px;}
#subnav-locations-center {width: 33%;}
#nav li #subnav-locations h2 {margin: 0; padding: 0;line-height: 1.2em; margin-bottom: 12px;}
.subnav-locations-links {padding-top: 10px;}

/* sub-navigation about styles
---------------------------------------------------------------- */
#subnav-about-left, #subnav-about-middle, #subnav-about-right {width: 25%; float: left; clear: none; padding: 16px 28px;}
#subnav-about-right {width: 30%;}
#subnav-about-left .subnav-patients-image {text-align: center;}
#subnav-about-left .subnav-patients-image a {width: 100%; height: auto; display: block;}
#subnav-about-left .subnav-patients-image img {border: 0;}
#subnav-about-left .subnav-patients-image p {max-width: 140px; clear: both;}
#subnav-about-right .subnav-patients-image a {width: 100%; height: auto; display: block;}
#subnav-about-right .floatleft.shrink {width: 85px; margin-right: 25px;}
#subnav-about-right h3 {text-align: center;}

/* Main navigation Tablet- 1024px
-------------------------------------------------------------- */

@media screen and (max-width: 1500px){
#nav li #subnav-physician {width: 1000px; left: auto!important;  max-width: 1000px; margin-left:-5px;}
#nav li #subnav-patients {width: 1000px;left: auto!important; margin-left: -112px!important;max-width: 1000px;}
#nav li #subnav-conditions {width: 1000px;left: auto!important; margin-left: -260px!important;max-width: 1000px;}
#nav li #subnav-conditions2 {width: 1000px;left: auto!important; margin-left: -260px!important;max-width: 1000px;}
#nav li #subnav-services {width: 1000px;left: auto!important; margin-left: -450px!important;max-width: 1000px;}
#nav li #subnav-education-research {width: 1000px;left: auto!important; margin-left: -600px!important;max-width: 1000px;}
#nav li #subnav-locations {width: 1000px;left: auto!important; margin-left: -768px!important;max-width: 1000px;}
#nav li #subnav-about {width: 1000px;left: auto!important; margin-left: -885px!important;max-width: 1000px;}
}

@media screen and (max-width: 1300px){
#nav {display: block;max-width: 1005px; z-index:1000; margin: 0 auto; margin-top: 12px; padding-left:5px;}
.nav-patients:before, .nav-conditions:before, .nav-services:before, .nav-education:before, .nav-locations:before, .nav-about:before
{
    content: " | "; 
    /* content: url(https://www.hss.edu/images/nav/nav_breakline.png); */
    padding: 10px 2px 0 8px;
    color:#eee;
    height:25px;
    font-family: arial;
    font-size: 20px;
    font-weight: normal;
    /* padding: 0 .4rem; */
}
}

/* Main navigation - 768px
-------------------------------------------------------------- */
@media screen and (max-width: 999px){
#navwrapper {padding: 0; height: 2.5em; width: 100%; max-width: 999px;}
/* #nav {margin: 0 auto; padding: 0; padding-top: 2px; text-align: center; max-width: 710px;} */
#nav {margin: 0 auto; padding: 0; padding-top: 2px; text-align: center; max-width: 730px;}
#nav li ul, #nav li ul {margin: 0;padding: 0;}
#nav a {text-decoration: none;}
#nav li {margin: 0; padding: 0; float: none; display: block; float: left; clear: none; text-align: left;}
#nav li ul {display: none; margin: 0;padding: 0; font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal;position: absolute;background-color: #ffffff;z-index: 100;margin-top: -2px!important;}
#nav li.on ul{display: inline;}
#nav li.on ul li{display: inline;}
#nav li.off ul {display: none;}
#nav li.off:hover ul, #nav li.over ul {display: inline;}
#nav li.off a:hover, #nav li.on a:hover { color: #000066;}
/* #nav-physician a, #nav-patients a, #nav-conditions a, #nav-services a, #nav-education a, #nav-about a, #nav-locations a {display: block; height: 40px;background: url(/images/nav/nav700.png) no-repeat; text-indent: -9999em; padding: 0; margin: 0;}
#nav-physician a {width: 100px;background-position: 0px 0em;}
#nav-patients a {width: 96px ;background-position: -100px 0em;}
#nav-conditions a {width: 122px;background-position: -196px 0em;}
#nav-services a {width: 97px;background-position: -318px 0em;}
#nav-education a {width: 106px;background-position: -415px 0em;}
#nav-locations a {width: 100px; background-position: -521px 0em;} */

#nav-physician a, #nav-patients a, #nav-services a, #nav-education a, #nav-locations a, #nav-about a{display: block; height: 29px; padding: 0; margin: 0; margin-right: 0px; margin-top: 10px; width:100%;}
#nav-physician a {display: block; height: 29px; padding: 0; margin: 0; margin-right: 0px; margin-top: 10px; width:95px;}
#nav-patients a {display: block; height: 29px; padding: 0; margin: 0; margin-right: 0px; margin-top: 10px; width:100px;}
#nav-conditions a {display: block; height: 29px; padding: 0; margin: 0; margin-right: 0px; margin-top: 10px; width:115px;}
#nav-services a {display: block; height: 29px; padding: 0; margin: 0; margin-right: 0px; margin-top: 10px; width:100px;}
#nav-education a {display: block; height: 29px; padding: 0; margin: 0; margin-right: 0px; margin-top: 10px; width:110px;}
#nav-locations a {display: block; height: 29px; padding: 0; margin: 0; margin-right: 0px; margin-top: 10px; width:100px;}
#nav-about a {display: block; height: 29px; padding: 0; margin: 0; margin-right: 0px; margin-top: 10px; width:70px;}

.nav-physician, .nav-patients, .nav-conditions, .nav-services, .nav-education, .nav-locations, .nav-about  {

        -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 0 0 1px rgba(32,101,156,0.2); */
    /* text-shadow: 1px 1px 1px rgba(32,101,156,0.1) !important; */
    text-transform: uppercase;
    font-style: normal;
    font-weight: bolder;
    /* padding: 10px; */
    /* margin-top: 10px;*/
    /* top: 10px; */
    /*width: 154px;*/
    /* font-stretch: ultra-expanded; */
    font-size-adjust: 0.5;
    font: expanded 72% "Benton Sans";
    font-weight: 700;
    font-size: .7em;
    -webkit-font-smoothing: antialiased;
    /* text-shadow: 0 0 1px rgba(51,51,51,0.1); */
    /* -webkit-text-stroke: 1px rgba(0,0,0,0.1); */
    z-index:333;
    display: flex;
    vertical-align: middle;
    text-align: center;
    width:auto;
    max-width:100px;
}


.nav-physician:hover, .nav-patients:hover, .nav-conditions:hover, .nav-services:hover, .nav-education:hover, .nav-locations:hover, .nav-about:hover  {
color:#0178BA;
}

.nav-physician:before, .nav-patients:before, .nav-conditions:before, .nav-services:before, .nav-education:before, .nav-locations:before, .nav-about:before
{
    /* content: " | "; */
    content: none;
    padding: 0px;
    color:#eee;
    height:30px;
    font-family: arial;
    font-size: 25px;
    font-weight: normal;
    margin-top:-3px;
    /* padding: 0 .4rem; */
}


#nav li span {
    display             : -moz-inline-box;  /* FF2 or lower */
    display             : inline-block;     /* FF3, Opera, Safari */
    line-height         : normal;
    vertical-align      : middle;  
    background: url(https://www.hss.edu/images/nav/nav_breakline.png) no-repeat left; padding-left:10px;
}

#nav li:first-child span {
    display             : -moz-inline-box;  /* FF2 or lower */
    display             : inline-block;     /* FF3, Opera, Safari */
    line-height         : normal;
    vertical-align      : middle;  
    background: none;
    padding-left:10px;
}

/* #nav-physician a {width: 90px;background-position: -621px 0em; margin-right: 0;}
#nav-about a {width: 77px;background-position: -621px 0em; margin-right: 0;} */

/* #nav-physician a:hover, #nav-physician:hover a, #nav-physician.over a {background-position: 0px -40px;}
#nav-patients a:hover, #nav-patients:hover a, #nav-patients.over a {background-position: -100px -40px;}
#nav-conditions a:hover, #nav-conditions:hover a, #nav-conditions.over a {background-position: -196px -40px;}
#nav-services a:hover, #nav-services:hover a, #nav-services.over a {background-position: -318px -40px;}
#nav-education a:hover, #nav-education:hover a, #nav-education.over a {background-position: -415px -40px;}
#nav-locations a:hover, #nav-locations:hover a, #nav-locations.over a {background-position: -521px -40px;}
#nav-about a:hover, #nav-about:hover a, #nav-about.over a {background-position: -621px -40px;}*/

/*    sub-navigation styles
---------------------------------------------------------------- */
#subnav-physician a, #subnav-patients a, #subnav-conditions a, #subnav-conditions2 a, #subnav-services a, #subnav-education a, #subnav-about a, #subnav-locations a {height: auto; width:auto;}
/* #nav li #subnav-physician {width: 740px;left:auto!important; margin-left: -12px!important;} */
#nav li #subnav-physician {width: 750px;left:auto!important; margin-left: -10px!important;}
#subnav-physician-left {width: 33%; padding: 16px 0 0 14px;}
#subnav-physician-center, .subnav-physician-center {width: 30%;padding: 16px 0; margin-left: 25px; margin-right: 15px;}
#subnav-physician-right {width: 30%; margin-left: 4px; padding: 16px 0px;}
.nav-arrow {top:36px;}
#navsearch-physician-searchsubmit{float: none; left: 2px;}
/* #nav li #subnav-patients {width: 700px;left: auto!important; margin-left: -90px!important;} */

#nav li #subnav-patients {width: 750px;left: auto!important; margin-left: -105px!important;}
#subnav-patients-left {width:220px;padding:16px 20px;}
#subnav-patients-middle {width:220px;padding: 16px 10px;}
#subnav-patients-right {width:270px;padding:16px 20px;}
#subnav-physician-left h2.locations {font-size: 1em!important;}
#subnav-physician-center h2.locations, .subnav-physician-center h2.locations {font-size: 1em!important;}
#subnav-physician-right h2.locations {font-size: 1em!important;}
#subnav-physician-center h2 #phonenumber, .subnav-physician-center h2 #phonenumber {font-size: 1em;}


/* #nav li #subnav-conditions {width: 700px;left: auto!important; margin-left: -173px!important;} */
#nav li #subnav-conditions {width: 750px;left: auto!important; margin-left: -205px!important;}
#nav li #subnav-conditions2 {width: 750px;left: auto!important; margin-left: -205px!important;}
#subnav-conditions-left {width: 35%; margin: 16px 28px 10px 16px;}
#subnav-conditions-right {width:52%; margin: 16px 16px 10px 28px;}

#subnav-conditions-left2 {width: 100%; margin: 16px 28px 10px 16px;}
#subnav-conditions-right2 {width:100%; margin: 0 16px 10px 28px;}
.subnav-conditions-right2 .conditiondisplayarea {
    display: block;
    height: auto;
    padding: 16px 8px 8px;
}


.subnav-conditions-bottom {margin: 0 16px;}
.subnav-conditions-explore {width:25%;height:25%;margin-right:0;padding:0 7px;}
#subnav-conditions-atoz a, #subnav-conditions-sport a, #subnav-conditions-professional a{float: left; clear: none;text-align: center; border: 0; width: 146px; margin: 12px 16px 12px 0; padding: 4px; text-transform: uppercase; line-height: 1.8em; font-size: .7em; font-family: "Benton Sans Medium", arial, sans-seriffont-style: normal;font-weight: normal;color: #0178BA; display:block;background-color: #ffffff!important;border: 1px solid #0178BA!important;}
#subnav-conditions-atoz a:hover, #subnav-conditions-sport a:hover, #subnav-conditions-professional a:hover {text-decoration: none; color: #ffffff!important; background-color: #0178BA!important; border: 1px solid #0178BA;}
#subnav-conditions-searchall, .subnav-conditions-searchall {float: right; margin: 12px 0px;}
#subnav-conditions-searchall input[type="text"], #subnav-conditions-searchall input[type="image"], .subnav-conditions-searchall input[type="text"], .subnav-conditions-searchall input[type="image"]{-webkit-appearance: caret; -moz-appearance: caret; border: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#subnav-conditions-searchall input[type="text"], .subnav-conditions-searchall input[type="text"] {max-width: 110px;}
#subnav-conditions-searchall input[type="image"], .subnav-conditions-searchall input[type="image"] {position: relative; top: 5px; left: 0px;}
#navsearch-condition-searchinput, .navsearch-condition-searchinput {border: 1px solid #B8B8B8; padding: 1px 2px 0px 2px; display: inline;color: #666666;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#navsearch-condition-searchsubmit, .navsearch-condition-searchsubmit{border: 0; padding: 0px; border-left: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; border-radius:0px; -moz-border-radius:0px;display: inline; position: relative;}

/* #nav li #subnav-services {width: 700px; left: auto!important; margin-left: -292px!important;} */
#nav li #subnav-services {width: 750px; left: auto!important; margin-left: -320px!important;}
#subnav-services ul h3 {height:2em;}
#subnav-services-left {width:231px;}
#subnav-services-right {width:448px;padding:18px;}
#subnav-services-right h3 {font-size: 1em!important; line-height: 2.1em;}
#subnav-services-orthopedics, #subnav-services-rheumatology, #subnav-services-medical, #subnav-services-patientcare, #subnav-services-specializedcenters, #subnav-services-patientsupport, #subnav-services-rehabwellness {margin-left: 0;font-size:80%;}

/* #nav li #subnav-education-research {width: 700px; left: auto!important; margin-left: -407px!important;} */

#nav li #subnav-education-research {width: 750px; left: auto!important; margin-left: -420px!important;}
#subnav-education-education, #subnav-education-research-content, #subnav-education-innovation {padding: 14px;}
#subnav-education-education h3, #subnav-education-research-content h3, #subnav-education-innovation h3 {line-height: 1.8em;}
#subnav-education-education {width: 250px;}
#subnav-education-research-content {width: 220px; }
#subnav-education-innovation {width: 220px;}

/* #nav li #subnav-about {width: 700px; left: auto!important; margin-left: -630px!important;} */

#nav li #subnav-about {width: 750px; left: auto!important; margin-left: -630px!important;}
#subnav-about-left, #subnav-about-middle, #subnav-about-right {width: 25%;}
#subnav-about-left div.subnav-patients-links:after {content:'';clear:both;}
#subnav-about-left .subnav-patients-image {margin-top: 14px; text-align: center;}
#subnav-about-left .subnav-patients-image a {clear:both;width:30%;margin:0px 10px 10px 40px;height:auto;}
#subnav-about-left .subnav-patients-image p {margin: 0; max-width: 60%; font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal;}
#subnav-about-right {text-align: center;}
#subnav-about-right .subnav-patients-image {float:left;margin-top: 14px;}
#subnav-about-right .floatleft.vanish {display: none;}
#subnav-about-right .floatleft {float: none;}
#subnav-about-right .floatleft img {max-width: 85px;}
/* #nav li #subnav-locations{width: 700px;left: auto!important; margin-left: -530px!important;} */

#nav li #subnav-locations{width: 750px;left: auto!important; margin-left: -530px!important;}
#subnav-locations-right {width: 25%;}
#subnav-locations-left .subnav-locations-links,#subnav-locations-center .subnav-locations-links, #subnav-locations-right .subnav-locations-links {padding-top: 0;}

#subnav-locations-center
{
    width: 32%;
    float: left;
    clear: none;
    padding: 16px 10px;
}

#navsearch-physician-searchsubmit {margin-left: 125px;}
#subnav-about-right .floatleft.shrink {margin-right: 0; display: inline;}
h2.locations {font-size: 1em!important; font-weight: normal;}

/* sub-navigation department styles
---------------------------------------------------------------- */
#nav-orthopedics, #nav-medicine{margin: 0; padding: 0; padding-top: 0.1%; /*1px*/ position:relative; float: left; clear: none; width: 49%;}
#nav-orthopedics{margin-right: 1%;}
#nav-orthopedics h2 a, #nav-medicine h2 a, #nav-orthopedics h3 a, #nav-medicine h3 a{height: auto; width: auto; background:none;text-indent: 0;}
#nav-orthopedics h3 a, #nav-medicine h3 a{margin-left: 1em;}
}
/* End 768 px nav */
/* Mobile Navigation - 480px
-------------------------------------------------------------- */
@media screen and (max-width: 767px){
#logo, .homepage #mobilenav, .homepage #mobilenav-search, .homepage #mobilenav-wrapper, #nav, #navwrapper{display: none;}
#nav, #navwrapper {display: none;}
#header {padding: 0 0 .5em 0; height: 2.8em;}
@media (max-width: 1499px) {
#header {
    margin-bottom: -4px;
}
}
@media (max-width: 1450px) {
#header {
    margin-bottom: -25px;
}
}
#mobile-logo {display: block; float: left; clear: none; padding: 1.5% 0 0 2%; margin: 0;}
#mobilenav {display: block!important; float: right; clear: none; padding: 1.5% 2% 0 2%; margin: 0;}
#mobilenav li ul, #mobilenav li ul {margin: 0; padding: 0;}
#mobilenav a {text-decoration: none;}
#mobilenav li {margin: 0; padding: 0; float: left; display: block;}
#mobilenav li ul {display: none; margin: 0; padding: 0;}
#mobilenav li.on ul li{display: inline;}
#mobilenav li.off ul {display: none;}
#mobilenav li.on ul {display: block;}
#mobilenav li.off:hover ul, #mobilenav li.over ul {display: block;}
#mobilenav li.off a:hover, #mobilenav li.on a:hover {color: #000066;}
#mobilenav #mobilenav-searchbutton, #mobilenav #mobilenav-menubutton  {padding: 0; margin: 0; float: left; clear: none; position:relative;}
#mobilenav #mobilenav-searchbutton{margin-right: .5em;}
#mobilenav-searchbutton a img, #mobilenav-menubutton a {background:none; border: 0; width: 100%;text-indent:0; height:auto;}
#mobilenav-searchbutton a img, #mobilenav-menubutton a img {width: 100%;}
}
/* HOMEPAGE Mobile Navigation - 480px
-------------------------------------------------------------- */
@media screen and (max-width: 767px){
#mobilenav-search {display: none; margin: 0; padding: 0; padding-bottom:.5em; margin-right: .7em; background-color: #ffffff; text-align: right;}
#mobilenav-search h2 {display: inline; font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal; margin: .7em .5em 0 .5em; font-size: 1em;}
#mobilenav-search form {display: inline; margin: 0; padding: 0; height: 1.7em; margin-top: .5em;}
#mobilenav-search input[type="text"], #mobilenav-search input[type="image"]{-webkit-appearance: caret; -moz-appearance: caret; border: 0;}
#mobilenav-search input[type="image"] {position: relative; top: 6px;}
#mobilenav-wrapper {background-color: #ffffff; width: 100%; padding: 3.125% 0; margin: 0 auto; font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal; position: initial; margin: 0; font-weight: normal; border: 0; clear: both;}
#mobilenav-menu {background-color: #ffffff; border: 0; width: 90%; margin: 0 auto;}
#mobilenav-menu h3 {border-bottom: 1px solid #DFE1DF;}
#mobilenav-menu h3 a {background:none; border: 0; display: inline; width: 100%;text-indent:0; height:auto; color: #164469 ;font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal; font-size: 1.1em; line-height: 2.2em; padding: .25em 1em; text-decoration: none; border: 0;}
#mobilenav-menu h3.last {border: 0;}
#mobilenavsearchinput {border: 1px solid #0178BA; padding: 1px 0px 3px 0px; background-color: #FFFFFF; display: inline;color: #666666; border-radius:0px; -moz-border-radius:0px;}
#mobilenavsearchsubmit{border: 0; padding: 1px 0px 3px 0px; border-left: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; border-radius:0px; -moz-border-radius:0px;display: inline; }
}
@media screen and (max-width: 420px){
#header {padding: 0 2% .5em 0; height: 2.4em;}
#homemobilenav-search form {margin: .5em 0 1.5em .75em;}
#mobilenav-search {text-align: center;}
#mobilenav-search form {margin: .5em 0 1.5em .75em;}
}
ul.subnav {margin-top: .8em;}
#navcolumn ul li ul.subnav li {font-size: 1em; margin-left: .65em;}
#tinynavcontainer h2 {display: none;}
#leftnav a, .leftnav a {color: #164469;}
#leftnav a.selectedItem, .leftnav a.selectedItem {color:#0178BA; text-decoration: underline;}
 
/* Carousels
-------------------------------------------------------------- */
#homecarousel {clear: both; margin: 0 auto; padding: 0; line-height: 0.1em;  width: 100%; max-width: 1000px;} 


/* Carousels by tony -------------------------------------------------------------- */
/* #homecarousel {clear: both; margin-top:-30px; padding: 0; line-height: 0.1em;  width: 100%; display: block;} */
/* Carousels by tony end -------------------------------------------------------------- */

#headercarousel {clear: both;}
/* HomePage content
-------------------------------------------------------------- */
#pagecontent.home {padding: 1.2% 1% 1% 1%; clear: both; display: block; background: none;}
.home {margin-bottom: 0.625em;}
#flex-highlight {display: none;}
@media screen and (max-width: 767px){.home {border: 0;}}
#homehighlights {width: 100%; margin: 0 auto; padding: 0; border-top: 1px solid #DFE1DF;}
#homehighlights a.sitebutton {float: right; margin: 0; margin-top: 30px;}
#newsroomhighlights_first, .newsroomhighlights_first {width: 100%; margin: 0 auto; padding: 0;}
#newsroomhighlights, .newsroomhighlights {width: 100%; margin: 0 auto; padding:10px 0 10px 0; border-top: 1px solid #DFE1DF;}
#homehighlights_v2 {width: 100%; margin: 20px auto; padding:0px 0 10px 0; border-top: 1px solid #DFE1DF;}
#homehighlights_v3 {
    width: 100%;
    margin: 10px auto;
    padding: 0px 0 10px 0;
    border-top: 1px solid #DFE1DF;
}

@media screen and (max-width: 335px) {
#homehighlights_v3 {
    width: 87%;
    /* margin: 10px auto; */
    /* padding: 0 10px 0 0; */
    border-top: 1px solid #DFE1DF;
    margin-right: 30px !important;
    }
}

#newsroomhighlights a.sitebutton, .newsroomhighlights a.sitebutton {float: right; margin:0; margin-top: -55px;}
#newsroomhighlights_first a.sitebutton, .newsroomhighlights_first a.sitebutton {float: right; margin:0; margin-top: -55px;}
#homehighlights_v2 a.sitebutton {float: right; margin:0; margin-top: -55px;}
#homehighlights_v3 a.sitebutton {float: right; margin:0; margin-top: -55px;}
#homehighlights-inner {width: 100%;  margin: 0 auto; clear: both;}
.homehighlight {float: left; clear: none; font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal; margin: 0em 5px .6em 5px; max-width: 242px;}
.homehighlight img {max-width: 100%; max-height: 100%;}


.homehighlight h2 a {display: block;font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal; font-size: 0.8em; margin: 0; padding: 8px; margin-top: -68px; max-width: 224px; min-height: 46px; overflow: hidden; line-height: 1.6em; position: relative;background-color: rgba(255, 255, 255, 0.9); color: #0178BA;width: 100%;}
.homehighlight h2 a:hover {color:#FFFFFF; background-color: rgba(0, 128, 199, 0.9);}
.homesectionheader {display: inline-block; float: left; clear: none; min-width: 50%;}

.homesectionheader, .mobilehomesectionheader { font-size: 1.4em; line-height: 1.4em; font-family: "Benton Sans", arial, sans-serif;font-style: normal;font-weight: bold; color: #164469; text-transform: uppercase;padding-left: .7em; padding-top: 25px; background: url(/bg.h1.png) 0 0 no-repeat; min-height: 65px;}


/* Tony modify */
/*
.homesectionheader {font-size: 1.4em; line-height: 1.4em; font-family: "Benton Sans", arial, sans-serif;font-style: normal; font-weight: bold; color: #164469; padding-left: .7em; padding-top: 25px; background: url(/bg.h1.png) 0 0 no-repeat; min-height: 65px;}
.homesectionheader:first-letter {text-transform: uppercase;}
.mobilehomesectionheader { font-size: 1.4em; line-height: 1.4em; font-family: "Benton Sans", arial, sans-serif;font-style: normal;font-weight: bold; color: #164469; text-transform: uppercase;padding-left: .7em; padding-top: 25px; background: url(/bg.h1.png) 0 0 no-repeat; min-height: 65px;}
*/
/* Tony End */

.mobilehomesectionheader {display: none;}
.homesectionfooter {font-size: .95em; border-bottom: 2px solid #DFE1DF; color: #666666; padding: .75em 0em .56em .11em /*12px 0px 9px 2px*/; font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal;}
#usnewswrap {margin: 0 auto; padding:0; background-color: #DCE7ED; background: url(/images/css/bg.usnews15.png) repeat-x 0 0;}
#usnews {max-width:900px; margin: 0 auto; padding:0px 35px;}
#usnews .floatleft {margin-top: 2.4em; float: left; clear: none;}
#usnews h2 {color: #164469; font-family: "Benton Sans Book", arial, sans-serif;font-style: normal;font-weight: bold; font-size: 2.4em; line-height: 1.7em; text-transform: none;}
#usnews h2 a{color: #164469;}
#usnews p {display: none;}
#usnews .floatleft20 {float: left; clear: none; margin: 1.25em 1em 1.25em 3em;}

/* By Tony -------------------------------------------------------------- */

#usnewswrap_tony {
background-image: url("/banner_bg_pattern3.gif"); 
    background-repeat: repeat;
    z-index: 0;
    text-align: center;
    height:90px;
    padding-left:300px;
}
#usnews_tony {max-width:900px; margin: 0 auto; padding:0px 35px;}
#usnews_tony .floatleft_tony {margin-top: 1.4em; float: left; clear: none;}
#usnews_tony h2 {color: #164469; font-family: "Benton Sans Book", arial, sans-serif;font-style: normal;font-weight: bold; font-size: 1.8em; line-height: 1.7em; text-transform: none;}
#usnews_tony h2 a{color: #164469;}
#usnews_tony p {display: none;}
#usnews_tony .floatleft20_tony {float: left; clear: none; margin: 1.25em 1em 1.25em 3em;}
/* #usnews_tony img {width:60%; height:60%;} */

/* By Tony End -------------------------------------------------------------- */

@media screen and (max-width: 999px) {
#usnews {max-width: 650px; width: 80%; padding: 0px 15px; margin: 0 auto;}
#usnews .floatleft {margin-top: 2em; margin-left: 2em}
#usnews h2 {font-size: 1.5em;}
#usnews .floatleft20 {margin: .75em 0 0em .75em;}
#usnews .floatleft20 img {width:70%;}
#homehighlights {display: block; clear: both; float: none; width: 95%; padding: 0; margin: 0 auto; margin-bottom: .5em;}    
.homehighlight {width: 23.8%; font-size: 1em; margin: 0 4px .6em 4px;}
.homehighlight h2{text-align: left; width: auto; background-color: rgba(255, 255, 255, 0.9); margin-top: -69px; min-height: 50px;} 
.homehighlight h2 a {font-size: .7em;line-height: 1.4em; height: 46px; width: 90.8%;}
}
@media screen and (max-width: 767px) {
.homehighlight {width: 95%; font-size: 1em; clear: both; max-width:500px;} 
.homehighlight a {float: left; clear: none; width: 30%; height: 30%;}
.homehighlight a img {width: auto; height: auto;}
.homehighlight h2 {float: left; clear: none; width: 65%; line-height: 1.2em; margin: 0; margin-left: .5em; vertical-align: middle; max-width: 300px;}
.homehighlight h2 a {background: none; font-size: 1em; margin: 0; padding: 2px 4px; line-height: 1.4em; width: auto; height: 140px;}
.homehighlight h2 a:hover {background: none;color: #0178BA; text-decoration: underline;}
#usnews {padding: 5px 20px 0 20px; max-width: 500px;}
#usnews h2 {font-size: 1.2em;}
#usnews .floatleft {margin-top: 8px;}
#usnews .floatleft20 {max-width: 95px; margin: .5em 0 .5em 1.5em;}
}
@media screen and (max-width: 587px) {
#homehighlights a.sitebutton {float: left; margin: 10px auto;}
#newsroomhighlights a.sitebutton, .newsroomhighlights a.sitebutton {float: left; margin: 10px auto;}
#newsroomhighlights_first a.sitebutton, .newsroomhighlights_first a.sitebutton {float: left; margin: 10px auto;}
#homehighlights_v2 a.sitebutton {float: left; margin: 10px auto;}
#homehighlights_v3 a.sitebutton {float: left; margin: 10px auto;}

.homesectionheader {min-width: 90%;}
#usnews .floatleft20 {width: 80px; margin-left: .5em;}
}
@media screen and (max-width: 480px) {
/*.homehighlight {width: 95%; font-size: 1em; clear: both; max-width:420px;} */
.homehighlight {width: 95%; height:95%; font-size: 1em; clear: both; max-width:420px; max-height:100px;} 
.homehighlight a {float: left; clear: none; width: 30%; height: 30%;}
.homehighlight a img {width: 100%; height: 100%;}
.homehighlight h2 {float: left; clear: none; width: 65%; line-height: 1.2em; margin: 0; margin-left: .5em; vertical-align: middle;}
.homehighlight h2 a {background: none; font-size: 1em; margin: 0; padding: 2px 4px; line-height: 1.4em; width: auto; height: 90px;}
.homehighlight h2 a:hover {background: none;color: #0178BA; text-decoration: underline;}
/*.homehighlight img {width: 100px; height: 100px;}*/
#usnews {padding: .2em 1em .7em 1em; background: url(/images/css/bg.usnews15.png) repeat-y 0 0;}
#usnews .floatleft, #usnews .floatleft20 {float: none; clear: both; margin-left: 0;}
#usnews .floatleft20 {display: none; margin: 1em; width: auto; text-align: center;}
#usnews h2 {font-size: 1.2em;}
#usnews p {
display: block;
  color: #666666;
  font-size: .6em;
  text-transform: uppercase;
  font-family: "Benton Sans Medium", arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0;
}
}

/* InsidePage content
-------------------------------------------------------------- */
/* #pagecontent {padding: 0; clear: both; display: block; max-width: 1000px; margin: 0 auto; background: url(/bg.h1.png) 0 0 no-repeat; min-height: 192px;} */
#pagecontent {padding: 0; clear: both; display: block; max-width: 1180px; margin: 0 auto; min-height: 192px;} 
#pagecontent_newsroom_new {padding: 0; clear: both; display: block; max-width: 1000px; margin: 0 auto; min-height: 192px;}
#pagecontent.widebg {}
#pagecontent_full_width {padding: 0; clear: both; display: block; max-width: 100%; margin: 0 auto; min-height: 192px;} 

/* @media (max-width: 1685px) {
#pagecontent_full_width {
    padding: 0;
    clear: both;
    display: block;
    max-width: 80%;
    min-height: 192px;
    margin-left: 200px;
}
}

@media (max-width: 999px) {
#pagecontent_full_width {
padding: 10px; clear: both; display: block; max-width: 100%; min-height: 192px; margin-left: 0px; margin: 0 auto;
}
} */


@media screen and (max-width: 1200px){
#pagecontent {
    padding: 0 25px 0 35px;
}
}

@media screen and (max-width: 480px){
#pagecontent {
    padding: 0 5px 0 10px;
}
}

@media screen and (max-width: 380px){
#pagecontent {
    padding: 0 15px 0 10px;
}
}


.tinynav, .tinynav_label, #leftnavtop, #tinynavcontainer{display: none;}
/* #pagebanner {margin: 0 auto; padding: 0; line-height: 0.1em; display: block; width: auto; max-width: 1000px;background-color: #ffffff; text-align: center;} */


#pagebanner {
background-image: url("/banner_bg_pattern3.gif"); 
    background-repeat: repeat;
    z-index: 0;
    /* text-align: center; */
    min-height: 28px;
}

/* #pagebannner img {margin: 0; padding: 0;} */

#pagebanner img {
 /* width:100%;
 height:auto; */
}

#pagebanner.patient {line-height: 0.1em; text-align: center;} 
/*#pagebanner.patient {line-height: 0.1em; text-align: center; min-height: 28px;}*/
#pagebanner.professional {line-height: 0.1em; text-align: center;}
#pagebanner.pediatrics{background-color: #ffffff!important; text-align: center;}
/* #pagetitle {display: block; padding: 1.6em .4em 2em 0em; }
#pagetitle h1 {font-size: 1.4em; line-height: 1.4em; font-family: "Benton Sans", arial, sans-serif;font-style: normal;font-weight: bold; color: #164469; text-transform: uppercase;padding-left: .7em;} */


/* Start-Changed by Tony 12/7/15 */
#pagetitle, .pagetitle {display: block;}
#pagetitle h1, .pagetitle h1 {font-size: 2.0em; line-height: 1.4em; font-family: "Benton Sans", arial, sans-serif;font-style: normal; color: #164469; padding: 1em 0 .6em 0;}
#pagetitle h1:first-letter, .pagetitle h1:first-letter {text-transform: uppercase;}

#pagetitle-full-width {display: block; max-width:1200px; margin:0 auto;}
#pagetitle-full-width h1 {font-size: 2.0em; line-height: 1.4em; font-family: "Benton Sans", arial, sans-serif;font-style: normal; color: #164469; padding: 1em 0 .6em 0;}
#pagetitle-full-width h1:first-letter {text-transform: uppercase;}

.newsfoundation #pagetitle h1:first-letter {text-transform: none;}

#pagetitle-home, .pagetitle-home {display: block;}
#pagetitle-home h1, #pagetitle-home h2, .pagetitle-home h1, .pagetitle-home h2  {font-size: 2.0em; line-height: 1.4em; font-family: "Benton Sans", arial, sans-serif;font-style: normal; color: #164469; padding: 1em 0 .6em 0;}
#pagetitle-home h1:first-letter, #pagetitle-home h2:first-letter, .pagetitle-home h1:first-letter, .pagetitle-home h2:first-letter {text-transform: uppercase;}

@media only screen and (max-width: 720px){
#pagetitle-home, .pagetitle-home {display: block;}
#pagetitle-home h1, #pagetitle-home h2, .pagetitle-home h1, .pagetitle-home h2  {font-size: 1.8em; line-height: 1.4em; font-family: "Benton Sans", arial, sans-serif;font-style: normal; color: #164469; padding: 1em 0 .6em 0;}
#pagetitle-home h1:first-letter, #pagetitle-home h2:first-letter, .pagetitle-home h1:first-letter, .pagetitle-home h2:first-letter {text-transform: uppercase;}
}

@media only screen and (max-width: 480px){
#pagetitle-home, .pagetitle-home {display: block;}
#pagetitle-home h1, #pagetitle-home h2, .pagetitle-home h1, .pagetitle-home h2 {font-size: 1.5em; line-height: 1.4em; font-family: "Benton Sans", arial, sans-serif;font-style: normal; color: #164469; padding: .4em 0 .3em 0;}
#pagetitle-home h1:first-letter, #pagetitle-home h2:first-letter, .pagetitle-home h1:first-letter, .pagetitle-home h2:first-letter {text-transform: uppercase;}
}

/* End- Changed by Tony 12/7/15 */

#pagetitle #addthis {float: right; clear: none; margin: .6em 0 .4em 0;}
#pagetitle.pediatricstitle h1 {line-height: 1em; text-indent: -9999em; background:url(/images/css/pediatrics-lerner-logo.png) no-repeat; margin-top:1em;}
#pagetitle.myhsstitle h1 {line-height: 2em; text-indent: -9999em; background:url(/myHSS_logo-tagline.png) no-repeat;}

@media only screen and (max-width: 320px){
#pagetitle.pediatricstitle h1 {line-height: 2em; text-indent: -9999em; background:url(/images/css/pediatrics-lerner-logo.png) no-repeat; background-size: 100%}
#pagetitle.myhsstitle h1 {line-height: 2em; text-indent: -9999em; background:url(/myHSS_logo-tagline.png) no-repeat; background-size: 100%}
}
#navcolumn {float: left; clear: none; width: 16%/*160px*/;  margin-right: 3%; padding-top: .5em; margin-bottom: 1em;}
#navcolumn h2.leftnav-title {font-family: "Benton Sans", arial, sans-serif;font-style: normal;font-weight: bold; font-size: 1em;line-height: 1.2em; color: #164469; margin-bottom: 1em; margin-left: 0.7em; padding-bottom: .4em;border-bottom: 1px solid #DFE1DF;}
#navcolumn h2.leftnav-title a {color: #164469;}
#navcolumn ul {border: 0;border-bottom: 1px solid #DFE1DF;}
#navcolumn ul li {font-size: .8em; font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal; margin: .6em 0 1em 1em; line-height: 1.6em;}
#navcolumn ul li a:hover {color:#0178BA;}
#centercolumn {float: left; clear: none; width: 57.5%; padding-top: .4em; padding-right: 3% /*20px*/; margin-bottom: 1.5em;}
#centercolumn > :first-child {margin-top:0; padding-top: 0;}
#centercolumn #addthis {display: none;}
.noleftnav #navcolumn, .nomodulecolumn #modulecolumn, .singlecolumn #navcolumn, .singlecolumn #modulecolumn, .twocolumnsplit #navcolumn, .twocolumnsplit #modulecolumn {display: none;}
.noleftnav #centercolumn, .nomodulecolumn #centercolumn {width: 77%;}
.noleftnav #centercolumn {width: 74%;}
.singlecolumn #centercolumn, .twocolumnsplit #centercolumn {width: 100%; margin-bottom: 1.5em;padding-right: 0%;}

.centercolumn_full_width {
    /* width: 100%; */
    margin-bottom: 1.5em;
    /* padding-right: 0%; */
    max-width: 1180px;
    margin: 0 auto;
    clear: both;
    padding: 0;
    float: none;
    width: auto;
}

@media (max-width: 1250px) {
.centercolumn_full_width {
    /* width: 100%; */
    margin-bottom: 1.5em;
    /* padding-right: 0%; */
    max-width: 1180px;
    margin: 0 auto;
    clear: both;
    padding: 0 1.5em 0 1.5em !important;
    float: none;
    width: auto;
    margin: 0 !important;
}
}


#centercolumn h2, #centercolumn h3, #centercolumn h4 {font-family: "Benton Sans Book", arial, sans-serif;font-style: normal;font-weight: normal;}
#centercolumn h2 {font-size: 1.6em; line-height:1.3; margin-top: 1em; color: #164469;}
#centercolumn h2.subheading {margin-bottom: .3em;font-size: 1.35em; color: #164469;}
.centercolumn-conditions h2.subheading {
    margin-top: 2.0em !important;
}
#centercolumn h2.subtitle {margin-bottom: .7em;font-size: 1.5em; color: #444444;}
#centercolumn h3 {font-size: 1.3em; line-height:1.3; margin-top: 1em; margin-bottom: .7em; color: #164469;}
#centercolumn h3.subheading {font-size: /* 1.4em;*/ font-size: 1.2em !important; color: #164469;}
#centercolumn h4.subheading {font-size: /* 1.4em;*/ font-size: 1.1em !important; color: #164469;}
#centercolumn h4 {font-size: 1.2em; line-height:1.6; /* margin-top: 1em;*/ margin-bottom: 1.5em; color: #444444;}
#centercolumn h2:first-child, #centercolumn h3:first-child {margin-top: 0; margin-bottom: .7em;}
#centercolumn h2.showhide, #centercolumn h3.showhide {color:#0178BA; }

.toggleta h2.showhide, .toggleta h3.showhide, .toggleta h4.showhide {
    color: #164469 !important;
}

#centercolumn a, .centercolumn a {color: #0178BA;}
#centercolumn a:hover, .centercolumn a:hover {color: #164469;}
#centercolumn ul, .centercolumn ul {margin-left: .5em;}
#centercolumn ul li, .centercolumn ul li {font-size: 1em;background: url(/images/css/list_bullet.gif) left .7em no-repeat; padding: 0 0 .5em .7em;}
.add-bullet-grey li {font-size: 1em;background: url(/images/css/list_bullet.gif) left .7em no-repeat; padding: 0 0 .5em .7em;}
.add-bullet-white li {font-size: 1em;background: url(/images/css/list_bullet_white.gif) left .7em no-repeat; padding: .2em 0 .5em .7em;}
.add-bullet-grey ul ul li, .add-bullet-white ul ul li {list-style-type: circle; margin-left: 3.5em!important; padding: 0 0 .5em .7em!important; background: none!important;}
#centercolumn ul li ol li, .centercolumn ul li ol li {background: none;}
.issuu {text-align: center;}
.introblock-patient, .introblock-professional, .introBlock {font-size: 1.6em; color: #0081c8; line-height: 1.6em;font-family: "Benton Sans Light", arial, sans-serif;font-style: normal;font-weight: normal;}
#modulecolumn {float: left; clear: none; width: 20%; margin-top: .7em}
.contentcolumnleft, .contentcolumnright {width: 47%; float: left; clear: none; padding:1em 1em .5em 1em; line-height: 1.6em;}
.contentcolumnright {padding-right: 0;}
.contentcolumnleft ul, .contentcolumnright ul {margin-left: .5em;}
.heading {font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal;font-size: 1.2em; font-weight: bold;padding-bottom: .2em; margin-bottom: .7em; border-bottom:0;}
.heading a {text-decoration:none; color:#164469; font-weight:normal;}
.heading a:hover {text-decoration:underline; color:#164469}

#centercolumn h2.heading {margin-top: 1.3em;}
.givingleft {float: left; clear: none; width: 30%;}
.givingright {float: left; clear: none; margin-left: 3em; width: 60%;}
.givingleft iframe.mobilitymattersiframe {max-height: 30px; margin-top: .4em; max-width: 200px;}
.mobilitymatters h3 {margin-bottom: .4em;}
#mobilitymatterssearch {margin: 0; padding: 0; padding-top: 0.1%;}
#mobilitymatterssearch form {margin: 0; padding: 0; margin-left: -8px;}
#mobilitymatterssearch input[type="image"] {border: 2px solid #B9C2BF; border-left: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; border-radius:0px; -moz-border-radius:0px; margin: 0;}
#mobilitymatterssearch input[type="text"] {border: 2px solid #B9C2BF !important; padding: 2px 3px 3px 3px; background-color: #FBFEFE !important; position: relative; top: -8px; left: 7px; font-family:Arial, sans-serif; color: #666666; border-radius:0px; -moz-border-radius:0px; font-size: .8125em; }
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape){#mobilitymatterssearch input[type="text"]  {top: -9px;}}
@media only screen and (max-width: 320px){#mobilitymatterssearch input[type="text"]  {top: -9px;}}
.left10 {margin-left:.625em;}
.left20 {margin-left:1.25em;}
.left30 {margin-left:2em;}
.top10 {margin-top:.625em;}
.top20 {margin-top:1.25em;}
.top80 {margin-top:5em;}
.right10 {margin-right:.625em;}
.right20 {margin-right:1.25em;}
.bottom10 {margin-bottom:.625em;}
.bottom20 {margin-bottom:1.25em;}
.floatleft {float: left; clear: none;}
.floatright {float: right; clear: none;}
.center, .centeralign {text-align: center;}
.rightalign {text-align: right;}
.leftalign {text-align: left;}
.videolink {padding: 0px 0 10px 22px; background: url('/images/icons/video-icon-light.png') 0 0px no-repeat;}
.maplabel {padding: 6px; font-size: .7em;}
.zeroauto {margin: 0 auto;}
.mobile-hide {display:inline;}
#centercolumn ul#resultslist li{background: transparent;}
#centercolumn #resultslist .resultheader {font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal;font-size: 1.2em; background-color: #ecf2f6; padding: .3em; color: #333333;}
#centercolumn #resultslist .resultheader a {color: #164469!important;}
#centercolumn #resultslist .conditionresult {line-height: 1.2em; font-size: 1em; margin:.6em 0 0 .5em;}
#centercolumn .physicianslist .resultheader {font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal;font-size: 1.2em; background-color: #ecf2f6; padding: .3em; color: #333333; margin-bottom: .5em;}
#centercolumn .physicianslist .physicianslist-result {display: block;clear: both; margin-left: .5em;}
#centercolumn .physicianslist .physicianslist-result img {margin: 0 .75em 1px 0;}
@media only screen and (max-width: 480px){
#centercolumn .physicianslist .physicianslist-result {line-height: 1.3em; font-size: .95em;}
.top80 {margin-top:0.5em;}
.left30 {margin-left:0.5em;}
.rightalign {text-align:center;}
.mobile-hide {display:none;}
}
.authorslist {padding: 0 1em 1em 0em; border-bottom: 1px dotted #DFE1DF;}
/*.authorslist img {max-width: 11%;}*/
h2.authorsList_authorName {margin-left: 0;}
.authorsList_authorPosition, .authorslist p, .author p {margin-left: 0em;}
.authorslist h2 {margin-left: 0;}
/* .author {padding-top: 0em; padding-bottom: 1em;} */
.author {padding-top: 0em; padding-bottom: 1em; font-size: .95em;}

.author h2 {margin-left: 0 !important;}
#centercolumn .authorslist .author h2{margin-top: 0;}
@media only screen and (max-width: 480px){.author {font-size: 1.3em;} .author p:first-child {clear:both;} .author p {margin-left:1em; padding-top: .5em; font-size: 0.95em !important;} .authorslist img {max-width: 30%;}}
.medicalarticle ul {font-weight: normal; margin-top: 1em;}
.medicalarticle ul li{background: url(/images/icons/icon.squaregreybullet.gif) left .7em no-repeat; padding: 0 0 .5em .7em; margin-left: 2em;}
.medicalarticle ul li a {font-weight: bold;}
#centercolumn ul li a, .centercolumn ul li a {font-weight: bold;}
#centercolumn ul ul li, .centercolumn ul ul li {list-style-type: circle; margin-left: 3.5em!important; padding: 0 0 .5em .7em!important; background: none!important;}
@media screen and (max-width: 767px) {
#centercolumn ul ul li, .centercolumn ul ul li {
    font-size: 18px;
}
}
.articlephoto {margin: 0 10%; display: inline-block;padding: .3em; border: 1px solid #DFE1DF; background-color: #e5edf2; width: 80%;}
.articlephoto img {float: left; clear: none; max-width: 55%;}
.articlephoto .caption {font-size: .8em; padding: 0; margin: 0; max-width: 40%; float: left; clear: none; margin-left: 1em; text-align: left;}


#toTop {width:100px;border:1px solid #0178BA;background:#ffffff;text-align:center;padding:4px; position:fixed;bottom:30px; right:10px;cursor:pointer;display:none;color:#0178BA!important;font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal;font-size: .8em;}
#toTop:hover {background-color: #0178BA; text-decoration: none; color: #ffffff!important; border: 1px solid #0178BA;}


#toTop2 {
    width: 30px;
    z-index:333333333;
    border: 0;
    background: rgba(0,0,0,0.4);
    text-align: center;
    padding: 4px;
    padding-top: 10px;
    position: fixed;
    bottom: 30px;
    right: 0px;
    cursor: pointer;
    display: none;
    color: #fff!important;
    font-family: "Benton Sans Medium", arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.2em;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77,0,.175,1);
    -moz-animation: fadeInRight 1s 1 cubic-bezier(0.77,0,.175,1);
    -o-animation: fadeInRight 1s 1 cubic-bezier(0.77,0,.175,1);
    animation: fadeInRight 1s 1 cubic-bezier(0.77,0,.175,1);
}

.toTop-icon {
background: url(https://www.hss.edu/images/icons/toTaparrow.png) no-repeat;
}

/*
#toTop2:hover {background: rgba(0,128,199,0.4); text-decoration: none; color: #ffffff!important;}
*/

@media screen and (max-width: 768px){
#toTop2 {
    right: 10px;
}

.physicianstyles #toTop2{bottom:80px;}
}

.physicianstyles #toTop{bottom:80px;}
#physSearch {display: none;}
.centercolumnvideo iframe {width: 500px; height: 281px;}
@media screen and (max-width: 999px){
 .centercolumnvideo iframe {width: 440px; height: 247px;}
}
@media screen and (max-width: 768px){
/*
#physSearch {width:100px;border:1px solid #ccc;background:#f7f7f7;text-align:center;padding:5px; position:fixed;bottom:10px; right:10px;cursor:pointer;display:none;color:#333;font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal; font-size: .8em;}
*/
#physSearch {
 width: 100px;
    border: 0;
    background: rgba(0,0,0,0.4);
    text-align: center;
    padding: 4px;
    /* padding-top: 5px; */
    position: fixed;
    bottom: 30px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff!important;
    font-family: "Benton Sans Medium", arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: .8em;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77,0,.175,1);
    -moz-animation: fadeInRight 1s 1 cubic-bezier(0.77,0,.175,1);
    -o-animation: fadeInRight 1s 1 cubic-bezier(0.77,0,.175,1);
    animation: fadeInRight 1s 1 cubic-bezier(0.77,0,.175,1);
}
#physSearch {bottom: 10px;  width: 150px;}
#physSearch a {color: #fff;}
#physSearch a:hover {color: #fff;text-decoration: none;}

/* #physSearch a {color: #333333;}
#physSearch a:hover {color: #333333;text-decoration: none;} */
}

.enlargeArticleImage {background: #fff;display: block;float: right;}
.contentLayout_30-70_col1 {float: left; clear:none; width: 28%; margin-left: 3%; line-height: 1.6em;}
.contentLayout_30-70_col2 {float: left; clear:none; width: 65%; margin-left: 3%; line-height: 1.6em;}

.contentLayout_20-80_col1 {float: left; clear:none; width: 20%; margin-left: 3%; line-height: 1.6em; text-align:center;}
.contentLayout_20-80_col2 {float: left; clear:none; width: 73%; margin-left: 3%; line-height: 1.6em;}

.contentLayout_10-90_col1 {float: left; clear:none; width: 10%; margin-left: 3%; line-height: 1.6em; text-align:center; padding-top:.5em;}
.contentLayout_10-90_col2 {float: left; clear:none; width: 83%; margin-left: 3%; line-height: 1.6em;}

.contentLayout_70-30_col1 {float: left; clear:none; width: 65%; margin-left: 3%; line-height: 1.6em;}
.contentLayout_70-30_col2{float: left; clear:none; width: 28%;margin-left: 3%;line-height: 1.6em;}

.physicianstyles .contentLayout_50-50_col1 {float: none; clear:both; width: 94%; margin-left: 0;}
.physicianstyles .contentLayout_50-50_col2{float: none; clear:both; width: 95%;margin-left: 0; margin-top: 1em;}
.physicianstyles .contentLayout_50-50_col1 ul {border: 0;}

.contentLayout_50-50_col1 {float: left; clear:none; width: 44%; margin-left: 3%; line-height: 1.6em;}
.contentLayout_50-50_col2 {float: left; clear:none; width: 45%;margin-left: 3%;line-height: 1.6em;}
.contentLayout_50-50_col1 h2, .contentLayout_50-50_col2 h2{border-bottom: 1px solid #cccccc; }
.contentLayout_50-50_col1 a, .contentLayout_50-50_col2 a {font-weight: bold;}
.contentLayout_50-50_col1 ul {padding-right: .75em; margin-right: 0!important;}
.contentLayout_50-50_col1 ul li, .contentLayout_50-50_col2 ul li {background: url(/images/icons/icon.squaregreybullet.gif) left .7em no-repeat; padding: 0 0 .5em .7em;}

.contentLayout_50-50_tile1, .contentLayout_50-50_tile2 {float: left; clear:none; color:#fff; width: 40%; margin:20px; padding:30px; height:400px; line-height: 1.6em;}
.contentLayout_50-50_tile1 h2, .contentLayout_50-50_tile2 h2 {color:#fff!important; font-weight:700; padding-bottom:10px; border-bottom: 1px dotted #ddd; }
.contentLayout_50-50_tile1 a, .contentLayout_50-50_tile2 a {color:#fff!important; font-weight: bold;}
.contentLayout_50-50_tile1 a:hover, .contentLayout_50-50_tile2 a:hover {text-decoration: underline;}
.contentLayout_50-50_tile1 ul, .contentLayout_50-50_tile2 ul {margin-right: 0!important; margin-left:0px!important; padding-left:20px;}
.contentLayout_50-50_tile1 ul li, .contentLayout_50-50_tile2 ul li {list-style:square; padding: 0 0 .5em 0!important; background:none!important;}

.contentLayout_30-30-30_tile1, .contentLayout_30-30-30_tile2, .contentLayout_30-30-30_tile3 {float: left; clear:none; color:#fff; width: 27%; margin: 0 20px 30px 0; padding:20px; min-height:300px; height:auto; line-height: 1.6em;}
.contentLayout_30-30-30_tile1 h2, .contentLayout_30-30-30_tile2 h2, .contentLayout_30-30-30_tile3 h2 {color:#fff!important; font-weight:700; padding-bottom:10px; border-bottom: 1px dotted #ddd; }
.contentLayout_30-30-30_tile1 a, .contentLayout_30-30-30_tile2 a, .contentLayout_30-30-30_tile3 a {color:#fff!important; font-weight: bold;}
.contentLayout_30-30-30_tile1 a:hover, .contentLayout_30-30-30_tile2 a:hover, .contentLayout_30-30-30_tile3 a:hover {text-decoration: underline;}
.contentLayout_30-30-30_tile1 ul, .contentLayout_30-30-30_tile2 ul, .contentLayout_30-30-30_tile3 ul {margin-right: 0!important; margin-left:0px!important; padding-left:20px;}
.contentLayout_30-30-30_tile1 ul li, .contentLayout_30-30-30_tile2 ul li, .contentLayout_30-30-30_tile3 ul li {list-style:square; padding: 0 0 .5em 0!important; background:none!important;}


@media screen and (max-width: 960px){
.contentLayout_30-30-30_tile1, .contentLayout_30-30-30_tile2, .contentLayout_30-30-30_tile3 {width: 85%;}
}


.contentLayout_40-40_col1 {float: left; clear:none; width: 34%; margin-left: 12%; margin-right:1%; line-height: 1.6em;}
.contentLayout_40-40_col2 {float: left; clear:none; width: 35%; margin-left: 1%; margin-right:12%; line-height: 1.6em;}

.patientstory-left {float: left; clear: none; width: 15%; margin-right: 1em; text-align: right;}
.patientstory-right {float: left; clear: none; width: 80%;text-align: left;}
.patientstory-left a, .patientstory-right a {font-weight:bold;}
.ll-articleimage {float: left; clear: none; margin-left: .3em;}
.ll-section {border: 1px solid #cccccc; outline: 3px; margin: 2em 0; padding: 1em;}
@media screen and (max-width: 999px){
#tinynavcontainer{display: block;background-color: #ecf2f6; padding: .4em 1.5em .3em .5em; margin-top: -1px;}

.tinynavcontainer_inside_layered_banner {

    margin-top: 10px !important;
    position: relative;
}


.tinynav{display: block; float: none; clear: both;}
#pagetitle {margin: 0 .5em; padding-left: 0;}
#centercolumn, .noleftnav #centercolumn{width: 74%; margin-left: .5em;}
.nomodulecolumn #centercolumn, .twocolumnsplit #centercolumn {border-bottom: 0; width: 95%;}
#modulecolumn{width: 21%;}
#leftnav, .leftnav, #navcolumn, .nomodulecolumn #modulecolumn, .singlecolumn #lefnav, .singlecolumn #modulecolumn, .singlecolumn #tinynavcontainer {display: none;}
.singlecolumn #centercolumn, .twocolumnsplit #centercolumn {width: 100%; border-bottom: 0;padding: 0;}
.contentcolumnleft, .contentcolumnright {width:44%;}
.givingright {width: 55%;}
}
@media screen and (max-width: 767px){
#centercolumn, .noleftnav #centercolumn{width: 95%; display: block; float: none; clear: both; border-bottom: 1px solid #DFE1DF; max-width: 95%;}
#modulecolumn {width: 100%; display: block; float: none; margin: 0; clear: both; margin-top: 0em; margin-left: 0; border: 0; text-align: left; height: 100%;}
.bottomimage {display:none;}
#leftnav,.leftnav, #navcolumn, .nomodulecolumn #modulecolumn, .singlecolumn #lefnav, .singlecolumn #modulecolumn, .singlecolumn #tinynavcontainer, #centercolumn.physicianstyles #physiciantabs{display: none;}
.nomodulecolumn #centercolumn {border-bottom: 0; width: 95%;}
.singlecolumn #centercolumn, .twocolumnsplit #centercolum {width: 100%;border-bottom: 0;}
.contentcolumnleft, .contentcolumnright {width:95%;}
#tinynavcontainer select {font-size: 1.2em;}
#centercolumn p, #homenews ul, #homenews h1, #centercolumn #resultslist .conditionresult, .introblock-patient, .introblock-professional {font-size: 1.2em; line-height: 1.5em;} 
#centercolumn h2 {font-size: 1.5em; margin-top: 1em; line-height: 1.7em;}
#centercolumn h3 {font-size: 1.4em; margin-top: 1em; line-height: 1.6em;}
#centercolumn ul li, blockquote, .centercolumn ul li {font-size: 1em; line-height: 1.6em; margin-bottom: .5em;}
#centercolumn a {font-weight: bold;}
.givingleft {float: none; width: 95%;}
.givingleft .mobilitymatters {border-top: 2px solid #DFE1DF;border-bottom: 2px solid #DFE1DF; background-color: #e5edf2; padding: .5em .5em .3em .3em;}
.givingleft .mobilitymatters h3 {margin-bottom: .4em;}
.givingleft .mobilitymatters a, .givingleft .mobilitymatters p{float: left; clear: none; max-width: 48%;} 
.givingleft .mobilitymatters p {font-size: 1.2em !important; line-height: 1.4em!important; padding: 0; margin: 0; margin-left: 1em;}
.givingleft iframe.mobilitymattersiframe {max-height: 30px;margin-left: 1em;}
.fb-like-box {display: block; float: none; clear: both;}
.givingright {float: none; width: 95%; margin-left: 0; margin-top: .7em; padding-top: 1em; }
.medicalarticle ul {font-size: 1.2em; line-height: 1.4em;}
.articlephoto {margin: 0 5%; display: inline-block;padding: .3em; border: 1px solid #DFE1DF; background-color: #e5edf2; width: 90%;}
.articlephoto a {text-align: left;}
.articlephoto img {float: none; display:block; clear: both; max-width: 100%; width: 100%;}
.articlephoto .caption {font-size:.9em; padding: 0; margin: .5em; max-width: 95%; float: none; clear: both; text-align: left;}
.contentLayout_50-50_col1 {float: none; clear:both; width: 94%; margin-left: 0;}
.contentLayout_50-50_col2{float: none; clear:both; width: 95%;margin-left: 0; margin-top: 1em;}
.contentLayout_50-50_col1 ul {border: 0;}
.contentLayout_30-70_col1 {float: none; clear:both; width: 94%; margin-left: 3%; line-height: 1.6em;}
.contentLayout_30-70_col2 {float: none; clear:both; width: 94%; margin-left: 3%; line-height: 1.6em;}
.contentLayout_20-80_col1 {float: none; clear:both; width: 94%; margin-left: 3%; line-height: 1.6em;}
.contentLayout_20-80_col2 {float: none; clear:both; width: 94%; margin-left: 3%; line-height: 1.6em;}
.contentLayout_10-90_col1 {float: none; clear:both; width: 94%; margin-left: 3%; line-height: 1.6em; padding-top:0; text-align:left;}
.contentLayout_10-90_col2 {float: none; clear:both; width: 94%; margin-left: 3%; line-height: 1.6em;}
.contentLayout_70-30_col1 {float: left; clear:none; width: 94%; margin-left: 3%; line-height: 1.6em;}
.contentLayout_70-30_col2 {float: left; clear:none; width: 94%; margin-left: 3%;line-height: 1.6em;}
.contentLayout_40-40_col1 {float: none; clear:both; width: 94%; margin-left: 0;}
.contentLayout_40-40_col2 {float: none; clear:both; width: 95%; margin-left: 0; margin-top: 1em;}
.contentLayout_50-50_tile1, .contentLayout_50-50_tile2 {float: none; clear:both; color:#fff; width: 80%; margin:20px; padding:20px; height:auto; line-height: 1.6em;}
}
@media screen and (max-width: 767px){
#centercolumn p, #homenews ul {font-size: 1.2em; line-height: 1.6em;} 
.contentcolumnleft, .contentcolumnright {width: 95%; float: none; display:block; padding:1em 1em .5em 1em;}
#tinynavcontainer select {font-size: 1.2em;}
.givingleft .mobilitymatters {padding: .5em;}
.givingleft .mobilitymatters h3 {margin-top: 0 !important;}
.givingleft .mobilitymatters a, .givingleft .mobilitymatters p{max-width: 45%;} 
.givingleft iframe.mobilitymattersiframe {margin-left: 0;}
.givingleft .fb-like-box {display: none;}
#centercolumn .physicianslist .physicianslist-result span {clear: both; display: block; position: relative; margin-left: 3em; top: -.9em;}
#centercolumn, .noleftnav #centercolumn {padding-top: .25em;}
.centercolumnvideo iframe {width: 440px; height: 247px;}
}
@media screen and (max-width: 490px){.issuu {max-width: 470px; text-align: left; overflow: hidden;} #tinynavcontainer{max-width: 95%;} #tinynavcontainer select {max-width: 430px;}}
@media screen and (max-width: 360px){#tinynavcontainer{max-width: 95%;} #tinynavcontainer select { max-width: 340px;}}
@media screen and (max-width: 320px){.givingleft .mobilitymatters a, .givingleft .mobilitymatters p{max-width: 95%; float: none; display: block; margin-left: 0;}.issuu {max-width: 310px; text-align: left; overflow: hidden;}#tinynavcontainer select { max-width: 300px; overflow: hidden;} .centercolumnvideo iframe {width: 300px; height: 169px;}}
ol {margin: .7em 0 0 1.5em; line-height: 1.7em;}
ol li {font-weight: normal; font-size: 1em;}

ol.bigger li {font-weight: normal; font-size: 1em;}

#videoiframe {width: 450px; height: 338px;}
@media screen and (max-width: 320px){
#videoiframe {width: 300px; height: 169px;}
}
#inpagesearch input[type="text"], #inpagesearch input[type="image"]{border: 0!important;}
#inpagesearch input[type="image"] {position: relative; top: 6px;}
#inpagesearch {float: right; clear: none; margin: 0; padding: 0; position: relative; width: 210px; margin-top: .5em;}
#inpagesearchinput {border: 1px solid #DFE1DF; padding: 1px 0px 3px 0px; background-color: #FBFEFE; display: inline;color: #666666; border-radius:0px; -moz-border-radius:0px;}
#inpagesearchsubmit{border: 1px solid #DFE1DF; padding: 1px 0px 3px 0px; border-left: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; border-radius:0px; -moz-border-radius:0px;display: inline; position: relative;left: -4px;} 
 
/* Contact Forms
-------------------------------------------------------------- */
.contactform table {margin: 10px;}
.contactform td {padding: 3px; color: #000000;}
.contactform fieldset {border: 1px solid #cccccc; margin: 15px;}
.contactform legend {font-size: 11px; text-transform: uppercase; font-weight: bold;}
/* Physician styling
-------------------------------------------------------------- */
#pagecontent.physicianstyles #tinynavcontainer, #physiciantabs-mobile-bottom, .mobile-biophoto {display: none;}
#centercolumn.physicianstyles #physiciantabs {font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal;font-size: .9em; width: 100%; margin: .3em 0 .75em 0em; height: 2.55em; border-bottom: 1px solid #DFE1DF;background: none;}
#tab1, #tab2, #tab3, #tab4, #tab5 {display:none;}
#centercolumn.physicianstyles a.formypatients {background-color: #0178BA; color: #ffffff;}
#centercolumn.physicianstyles a.formypatients:hover {background-color: #ffffff; color: #0178BA;}
#physicianstabs a:active {text-decoration: none;}
#physiciantabs li {float: left;width: 18%;height: 2.625em;display: block;text-align: center; border: 1px solid #DFE1DF;border-bottom: 0; margin-right: -1px;background: none!important; padding: 0!important;background-color: #ffffff;}
#physiciantabs li a {display: block;padding: .5em 0 .3em 0; text-align: center;height: 2.1em; font-weight: 500!important; font-size: .9em;}
#physiciantabs li a.active, #physiciantabs-mobile li a.active, #physiciantabs-mobile-bottom li a.active {display: block;background:#ecf2f6 url(/images/icons/physiciantabsarrow-selected.png) no-repeat top center; color:#0178BA;}
#centercolumn.physicianstyles {width: 70.5%; padding-right: 3% /*20px*/; margin-right: 3%; border-top: 0;}
#centercolumn.physicianstyles .physicianvideo {text-align: center; margin: 1.5em 0 1em 0;}
#centercolumn.physicianstyles .physicianvideo iframe {width: 500px; height: 281px;}
#centercolumn.physicianstyles .subheading {font-family: "Benton Sans Medium",arial,sans-serif;font-style: normal;font-weight: 500;margin-top: 1em;}
#centercolumn.physicianstyles ul, #centercolumn.physicianstyles p {margin: .5em .5em 1em .5em;}
#centercolumn.physicianstyles #tab1 ul {margin-left: 0;}
#centercolumn.physicianstyles #tab1 ul li{padding: .25em 0 .35em .8em; background: url(/images/icons/icon.squaregreybullet.gif) 0px 12px no-repeat;}
#centercolumn.physicianstyles ul li a {font-weight: bold;}
img.showhideimage {display: inline; margin: 0 .4em 0 0; top: -.2em; position: relative;}
h2.showhide {display: inline; color: #0178BA; font-weight: normal;}
h3.showhide {display: inline; color: #0178BA;}
h4.showhide {display: inline; color: #0178BA;}
#tab5 div {margin-bottom: 1em;}
#modulecolumn.physicianstyles {border-top: 0;}
#modulecolumn.physicianstyles .physicianvideo {text-align: center;}
#modulecolumn.physicianstyles .physicianvideo iframe {width: 500px; height: 281px;}
#modulecolumn.physicianstyles .biophoto {padding: 0; margin: 0; line-height: 0.1em; padding-bottom: 20px;}
#modulecolumn.physicianstyles .biophoto img {width: 100%; height: auto; max-width: 140px; max-height: 180px;}
#modulecolumn.physicianstyles .utilitymodule-body, #modulecolumn.physicianstyles .utilitymodule-contact, #modulecolumn.physicianstyles .utilitymodule-contactlast{font-size: .9em;}
@media screen and (max-width: 999px){
#pagecontent.physicianstyles #tinynavcontainer, #pagecontent.physicianstyles #tinynavcontainer .biophoto, #centercolumn.physicianstyles #tinynavcontainer .utilitymodule {display: none;}
#centercolumn.physicianstyles {width: 69%; padding-right: 3% /*20px*/; margin-right: 3%; border-top: 0;}
#centercolumn.physicianstyles #physiciantabs {margin: 0; padding: 0;}
#centercolumn.physicianstyles #physiciantabs li {width: 19%;}
#centercolumn.physicianstyles #tab5 {margin-top: 1.25em;}
#centercolumn.physicianstyles .physicianvideo iframe {width: 440px; height: 247px;}
}
@media screen and (max-width: 768px){ 
#pagecontent.physicianstyles #pagetitle {float: left; clear: none; width: 95%;}
.mobile-biophoto {display: inline; float:left; clear: none; line-height: 0.1em;border: 1px solid #DFE1DF; border-right: 0; max-width:24%; margin-left: .5em;}
#pagecontent.physicianstyles #tinynavcontainer {display: block; width: 100%; padding: 0;background-color: transparent;}
#pagecontent.physicianstyles #tinynavcontainer #mobilecontact-top {background-color: transparent; padding: 0; width: 100%;}
#pagecontent.physicianstyles #tinynavcontainer .utilitymodule {display: block; background-color: #e5edf2; width: 95%; padding:.6em; margin: 0;}
#pagecontent.physicianstyles #tinynavcontainer #mobilecontact{background-color: #ffffff; padding: 0; width: 100%;}
#pagecontent.physicianstyles #tinynavcontainer #mobilecontact h2 {font-size: 1.3em; line-height: 1.4em; margin: .2em .5em; padding: 0;}
#pagecontent.physicianstyles #tinynavcontainer #physiciantabs-mobile {background-color: #ffffff; margin: 0; padding: 0; width: 75%; line-height: 1.2em; float: left; clear: none; margin-left: .6em;}
#pagecontent.physicianstyles #tinynavcontainer #physiciantabs-mobile li{float: left; clear: none; width:50%; font-family: "Benton Sans Medium",arial,sans-serif;font-style: normal;font-weight: 500;}
#pagecontent.physicianstyles #tinynavcontainer #physiciantabs-mobile li a {font-size: 1.2em; padding: .6em; border: 1px solid #DFE1DF; display: block;}
#pagecontent.physicianstyles #tinynavcontainer .utilitymodule-body{padding-top: .1em; margin: 0 1em;}
#centercolumn.physicianstyles {width: 95%; display: block;}
#modulecolumn.physicianstyles {width: 100%; display: block;}
#centercolumn.physicianstyles #physiciantabs {display: none;}
#modulecolumn.physicianstyles .biophoto, #modulecolumn.physicianstyles #physiciancontact{display: none;}
#modulecolumn.physicianstyles .utilitymodule {background-color: #e5edf2;}
#centercolumn h2:first-child, #centercolumn h3:first-child {margin-top: 0!important;}
.centercolumn-conditions h2:first-child {padding-top: 1.0em !important;}
}
@media screen and (max-width: 767px){#pagecontent.physicianstyles #tinynavcontainer #physiciantabs-mobile {width: 70%;} #pagecontent.physicianstyles #tinynavcontainer #physiciantabs-mobile li {margin-bottom: 0;}#pagecontent.physicianstyles #tinynavcontainer #mobilecontact {width: 96%;margin: 0 .6em;}}
@media screen and (max-width: 480px){#pagecontent.physicianstyles #pagetitle {float: left; clear: none; width: 95%;}#pagecontent.physicianstyles #tinynavcontainer #physiciantabs-mobile li a {font-size: 1.1em; padding: .4em;}}
@media screen and (max-width: 320px){#pagecontent.physicianstyles #tinynavcontainer #physiciantabs-mobile {width: 60%;} #pagecontent.physicianstyles #tinynavcontainer #physiciantabs-mobile li{float: none; clear: both; width:100%;}.mobile-biophoto {margin-left: .1em; max-width: 35%;}#centercolumn.physicianstyles .physicianvideo iframe {width: 300px; height: 169px;}}
/* Peds styling
-------------------------------------------------------------- */
.pedssection, .pedsSection {display: block; border-bottom: 1px dotted #cccccc;}
.pedsthumbnail, .pedsThumbnail {float: left; clear: none; margin: 1em 1em 1em 0;}
.pedstext, .pedsText {float: left; clear: none; margin: 1em 0; width: 70%;}
.pedssection .introblock, .pedsSection .introblock {font-family: "Benton Sans", Arial, serif; font-size: 1.4em; line-height:1.5; font-style: normal; color:#164469;}
.pedssection .introauthor, .pedsSection .introauthor {font-style: normal; font-size: .8em; color: #666666;}
.pedslink, .pedsLink {display: block;}
.pedslink a, .pedsLink a {text-transform: uppercase; background:url(/images/icons/icon.arrowright.gif) no-repeat 0 4px; padding-left: 1.2em; font-size: .9em; font-weight: normal;}
.imagessidebar {line-height: 0.1em; text-align: left; margin-left: .2em;}
@media screen and (max-width: 767px){
.pedstext, .pedsText {float: left; clear: none; margin: 1em 0; width: 70%;}
.pedssection .introblock, .pedsSection .introblock {font-size: 1.4em;}
.pedssection .introauthor, .pedsSection .introauthor  {font-size: .7em;}
#centercolumn .pedstext p, #centercolumn .pedsText p {margin-bottom: 0;}
.pedslink a, .pedsLink a {padding-left: .8em;}
.imagessidebar {width: 100%; text-align:center;}
.imagessidebar a {display: block;}
}
@media screen and (max-width: 480px){.pedstext, .pedsText {width: 95%;}}
@media screen and (max-width: 320px){.pedstext, .pedsText {width: 95%;}}
/* News styling
-------------------------------------------------------------- */
#centercolumn.newsroomstyles{padding-top: 0;}
#centercolumn.newsroomstyles form{padding: .8em .4em .7em .4em;background-color:#E5EDF2; width: 100%; margin: 0;}
#centercolumn.newsroomstyles ul {margin-top: 1em; font-size: .9em;}
#centercolumn.newsroomstyles li {padding: .25em 0 .5em .8em;background: url(/images/icons/icon.squaregreybullet.gif) 0px 12px no-repeat;}
#centercolumn.newsroomstyles .inline {display:inline;}
@media screen and (max-width: 767px){#centercolumn.newsroomstyles ul {margin-top: 1em; font-size: 1em; line-height: 1.4em;}}
@media screen and (max-width: 320px){#centercolumn.newsroomstyles .inline {display:block;}}
/* Modules
-------------------------------------------------------------- */
.utilitymodule:first-child {border-top: 0;}
.utilitymodule {border-bottom: 1px solid #DFE1DF;padding: .5em .25em .25em .25em;margin-bottom: 1.4em;color: #666666;line-height: 1.4em;}
.utilitymodule h2, .utilitymodule h3, .utilitymodule h4 {font-family: "Benton Sans",arial,sans-serif; font-weight: bold; color: #164469;}
.utilitymodule.first {border-top: 0;}
.utilitymodule.first .utilitymodule-head {margin-top: .1em;}
.utilitymodule-head h2, .utilitymodule-head h4 {font-family: "Benton Sans",arial,sans-serif;font-style: normal;font-weight: bold;font-size: 1em; padding:.3em 0 .7em 0; margin: 0 0 .4em 0; border-bottom: 1px solid #DFE1DF;}
.utilitymodule-body, .utilitymodule-body p, .utilitymodule-contact, .utilitymodule-contact p, .utilitymodule-contactlast, .utilitymodule-contactlast p {font-size: 1em;}
.utilitymodule-body p:first-child {margin-top: 1em;}
.utilitymodule-bodysecond{font-size: .9em; margin: 5px 0px 0px 0px; border-top: 1px solid #DFE1DF; }
.utilitymodule-contact {margin-bottom: 1.5em;}
.utilitymodule-contact p, .utilitymodule-contactlast p {margin-left: .3em;}
.utilitymodule-contactlast {margin-top: 1.5em;}
.utilitymodule-linklist li, .utilityModule_linkList li {padding: .25em 0 .35em .8em; background: url(/images/icons/icon.squaregreybullet.gif) 0px 12px no-repeat; border-bottom: 1px dotted #DFE1DF; margin-bottom: .2em; font-size: .9em;}
.utilitymodule-linklist li:last-child, .utilityModule_linkList li:last-child {border: 0; margin-bottom: 0;}
.utilitymodule-linklist li a, .utilityModule_linkList li a {font-weight: normal; color: #0178BA;text-decoration: none;}
.utilitymodule-linklist li a:hover, .utilityModule_linkList li a:hover {text-decoration: none; color: #164469;}
.utilitymodule-foot {text-align: right;font-size: .75em; margin-top: .2em; text-transform:uppercase; font-weight: bold; clear: both;}
.utilitymodule-foot.directors {text-align: right; text-transform: none; font-weight:normal;}
.quoarrows{font-size: 1.2em; position: relative; top: -1px;}
.relatedlist{margin:0;}
.scroller {max-height: 25em; overflow: hidden;}
.conditionsearch-atoz {font-weight: bold; text-align:justify;}
.utilitymodule .physiciansearch select, .utilitymodule .physiciansearch input[type="text"] {border: 1px solid #DFE1DF;clear: both; margin-bottom: 1em; width: 190px;font-size: .85em;}
.utilitymodule .physiciansearch input[type="text"] {width: 187px;}
.utilitymodule .physiciansearch input[type="image"]{border: 1px solid #DFE1DF;}
.italiceleven {font-size: .8125em; font-style: italic;}
.utilitymodule .physiciansearch .conditionexplorer-form input {float: left; clear: none;}
.utilitymodule .physiciansearch #conditionname {width: auto; padding: 3px 2px; font-size: .8125em; position: relative; top: -2px;}
.utilitymodule .physiciansearch .conditionexplorer-form .searchbutton {position: relative; left: -4px;}
.utilitymodule-body.physiciansearch.short {padding: .5em; max-height: 15em;}
.utilitymodule-body.physiciansearch.short form {margin-bottom: .7em;}
.utilitymodule-body.physiciansearch.short input[type="text"] {width: 100%; padding: 2px; left: -4px; position: relative; margin-bottom: .5em;}
.utilitymodule-body.physiciansearch.short input[type="image"] {position: relative; left: 4px;}
.utilitymodule-body a, .utilitymodule-foot a {font-weight: bold; color: #0178BA;text-decoration: none;}
.utilitymodule-body a:hover, .utilitymodule-foot a:hover {color: #164469;text-decoration: none;}
.toolbox {background-color: #e5edf2;}
.toolbox .utilitymodule-body {padding: 1em; }
.toolbox h4 {border-bottom: 1px dotted #DFE1DF; margin-bottom: 1em;}
.toolbox .apptnumber {color: #7a8b9a; text-align: center;}
.toolbox .apptnumber a{font-size: 1.6em; font-weight: bold; }
.toolbox .apptnumber span{font-size: .8125em; }
.toolbox .utilitymodule-footer {border-bottom: 1px dotted #DFE1DF;border-top: 1px dotted #DFE1DF; }
.toolbox .utilitymodule-body.conditionexplorer {padding: .5em; padding-bottom: 0;}
.utilitymodule .insetbox {margin: 10px 0px 0px 0px; border: #cccccc 1px solid; padding: 5px; text-align: left;}
.utilitymodule .videoicon {margin: 5px 0px 0px 5px}
.utilitymodule .dottedtopstroke {border-top: 1px dotted #ccc; padding-top: 5px;}
.utilitymodule .dottedbottomstroke {border-bottom: 1px dotted #ccc; padding-top: 5px;}
.utilitymodule .physicianphotos {padding: .15em 0em .35em .25em; clear: both; display: block; text-align: center;}
.utilitymodule .physicianphotos a {float: left; clear: none; padding: 0 .2em 0 0; margin: 0; line-height: 0.1em; margin-bottom: .2em;}
.utilitymodule .physicianphotos.twoup a{max-width: 48%;}
.utilitymodule .physicianphotos.twoup img{max-width: 100%;}
.utilitymodule .physicianphotos.threeup a{max-width: 31.5%; max-height: 72px; overflow: hidden;}
.utilitymodule .physicianphotos.threeup img{max-width: 100%;}
.utilitymodule .physicianphotos.fourup a {max-width: 22%;}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.utilitymodule .fourup.physicianphotos a {
    max-width: 22%;
    height: 64px;
}
}


.utilitymodule .physicianphotos.fourup img{max-width: 100%;}
.utilitymodule .caption {font-size: .8125em; font-style: italic;}
.utilitymodule.button {padding: .7em .2em .2em .2em; border: 1px solid #0178BA; background-color: #1f3266; text-align: center; margin: 0; margin-bottom: 1.4em;line-height: 1.4em;font-size: .9em; display: block; clear: both;}
.utilitymodule.button a {font-family: "Benton Sans Medium",arial,sans-serif;font-style: normal;font-weight: 500;color: #0178BA; text-decoration: none;}
.utilitymodule.button a:hover {color: #164469; text-decoration: none;}

@media (max-width: 1120px) {
.toolbox .apptnumber a {
    font-size: 1.4em;
    font-weight: bold;
}
}


@media screen and (max-width: 980px){
.utilitymodule {padding: .5em .25em;}
.utilitymodule .physiciansearch select, .utilitymodule .physiciansearch input[type="text"] {max-width: 150px; display: block; clear: both;}
.utilitymodule .physiciansearch input[type="text"] {max-width: 130px;}
.utilitymodule .physiciansearch input[type="image"]{border: 1px solid #DFE1DF;}
.toolbox .apptnumber a{font-size: 1.4em; font-weight: bold; }
.utilitymodule .physicianphotos.threeup {padding-left: .5em;}
.utilitymodule .physicianphotos.threeup a{max-width: 31%;}
.utilitymodule .physicianphotos.threeup img{max-width: 100%;}
.utilitymodule .physiciansearch #conditionname { margin: 0; max-width: 106px; top: 0; margin-bottom: .7em;}
}
@media screen and (max-width: 768px){
.utilitymodule .physiciansearch #conditionname {margin: 0; max-width: 96px; top: 0; margin-bottom: .7em;}
}
@media screen and (max-width: 767px){ 
.utilitymodule {display: block; width: auto !important; margin: 1em auto; background-color: #e5edf2; padding: 0 .5em; font-size: 1.2em; line-height: 1.4em;}
.utilitymodule.first {border-top: 2px solid #DFE1DF;}
.donatenow {float: left; clear: none; width: 96%; text-align: center; background: url(/images/css/bg.donatenow.gif) repeat-x;}
.utilitymodule-head h2, .utilitymodule-head h4 {padding:.7em 0 .7em 0;}
.utilitymodule .physiciansearch select, .utilitymodule .physiciansearch input[type="text"] {max-width: 400px; display: block; clear: both;}
.utilitymodule .physiciansearch input[type="text"] {max-width: 90%;}
.utilitymodule .physiciansearch input[type="image"]{border: 1px solid #DFE1DF;}
.utilitymodule.cases p {float: left; clear: none; max-width: 60%;margin-right: .5em;}
.utilitymodule .physiciansearch .rightalign, .toolbox .apptnumber, .toolbox .utilitymodule-foot{text-align: left;}
.utilitymodule .physiciansearch .rightalign {margin: 1.6em 0 .5em;}
.utilitymodule .insetbox {margin-bottom: .2em;}
.utilitymodule.image {display: block; clear: both;}
.utilitymodule-foot {text-align: left;}
.utilitymodule.button {width: 96%; float: none; margin-bottom: .2em;}
}
@media screen and (max-width: 480px){.utilitymodule.image img, .utilitymodule.image .caption  {float: left; clear: none; display: inline;max-width: 46%; margin-right: .5em;}
.utilitymodule .physicianphotos.threeup a{max-width: 32%;}
.utilitymodule .physiciansearch #conditionname {padding-top: 2px; padding-bottom: 1px !important;}
.utilitymodule.button {padding: .7em .5em .2em .5em; }
.donatenow {border: 2px solid #DFE1DF; padding: 0 .5em; line-height: 0.1em;}
} 

a.sitebuttonwide {text-align: center;border: 0;margin: 20 auto;margin-bottom: 13px;padding: 4px;text-transform: uppercase;line-height: 1.4em;font-size: .7em;font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal;color: #0178BA;display: block;background-color: #ffffff;border: 1px solid #0178BA;}
a.sitebuttonwide:hover {background-color: #0178BA; text-decoration: none; color: #ffffff; border: 1px solid #0178BA;}
a.sitebutton {text-align: center;border: 0;width: 154px;margin: 0 auto;margin-bottom: 13px;padding: 4px;text-transform: uppercase;line-height: 1.4em;font-size: .7em;font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal;color: #0178BA;display: block;background-color: #ffffff;border: 1px solid #0178BA;}
a.sitebutton:hover {background-color: #0178BA; text-decoration: none; color: #ffffff!important; border: 1px solid #0178BA;}
@media screen and (max-width: 767px){ a.sitebutton {margin:0 .5em .5em .8em; width: 174px; font-size: .8em;} a.sitebuttonwide {font-size:0.8em;}}
#modulecolumn a.sitebutton {width: 185px;}

#modulecolumn.physicianstyles a.sitebutton {margin-bottom: 4px;}
.sitebutton-text {font-size: .8em; margin: 0 8px 4px 8px; line-height: 1.4em;}

#pagecontent_newsroom_full a.sitebutton{margin: 0; width: 160px;}


/* Footer
-------------------------------------------------------------- */
#footerbox {width: 100%; clear: both; background-color: #E5EDF2;}
#prefooterwrapper {width: 100%; background-color: #ffffff; padding: 1em 0;}
#prefooter {margin: 1em auto; position: relative; align-items: center; max-width: 600px;}
.prefooter-mobile {
    display:none;
}

#prefooter .sitebutton {
    /* padding: 15px; */
    width: 100%;
    text-align: center;
    font-size: 2.0em;
    margin-left: -15px;
}


@media screen and (max-width: 460px){
/* #prefooter .sitebutton {width: 330px; margin-left: 10px;} */
#prefooter .sitebutton {
width: auto;
max-width: 320px;
margin-left: 20px;
}
}
#wrapper.prefooterhide #prefooter{display: none;}
#footerwrapper {width: 100%;background: url(/bg.footer.png) center bottom repeat-x;}
#footer {padding: 2.5em 0 2em 2em; clear: both; width: 100%; max-width: 1170px; margin: 0 auto;}
#footer a:hover {color: #0178BA;}
#socialfooter {float: left; clear: none; width: 25%;}
#socialfooter .addthis_toolbox {margin-bottom: 1em;}
#socialfooter .addthis_toolbox a {margin-right: 0.35em;}
#socialfooter #socialbuttons {display: block; width: 100%; float: left; margin-bottom: .625em;}
#socialfooter #socialbuttons a {float: left; clear: none; margin-right: .6em; width: 21px;}
#socialfooter #socialbuttons a img {max-width: 21px!important;}
#quicklinks, #informationlinks, #policylinks {float: left; clear: none; margin-right: 0px;}
#quicklinks, #informationlinks {width: 25%;}
#policylinks {width:22%;}

.datasecurityalert{display: block;  margin-bottom: .8em/*14px*/; margin-top: 2em;}
.datasecurityalert a {text-align: center; border: 0; width: 204px; margin: 0;margin-left: 0px; padding: 4px; text-transform: uppercase; line-height: 1.4em; font-size: .7em; font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal;color: #0178BA; display:block;background-color: #ffffff; border: 1px solid #0178BA;}
.datasecurityalert a:hover{background-color: #0178BA; text-decoration: none; color: #ffffff!important; border: 1px solid #0178BA;}

#copyright {clear: both; font-size: 0.72em/*10px*/; text-align: center; padding-top: 1.875em /*46px*/; color: #666666; line-height: 1.7em; margin: 1em;}
#socialfooter h3, #quicklinks h3, #informationlinks h3, #policylinks h3 {color: #666666; margin-bottom: 0.5em/*10px*/; font-family: "Benton Sans Medium",arial,sans-serif;font-style: normal;font-weight: 500; font-size: 0.85em /*14px*/;}
#quicklinks ul, #informationlinks ul, #policylinks ul {list-style: none;}
#quicklinks li, #informationlinks li, #policylinks li, #sociallinks a {font-family: "Benton Sans Medium",arial,sans-serif;font-style: normal;font-weight: 500; line-height: 1.6em; margin: .4em 0;font-size: 0.75em;}
#wrapper.physicianfooter #actionbuttons .appointmentrequest, #wrapper.physicianfooter #prefooterwrapper, #wrapper.physicianfooter #prefooter, #wrapper.hideprefooter #prefooterwrapper, body.location #prefooterwrapper, body.location #prefooter {display: none!important;}

#subfooterwrapper {width: 100%; background-color: #ffffff;  clear: both;}
#subfooter {width: 100%; max-width: 1000px; margin: 0 auto;padding: .5em 0;}
#subfooter .floatleft {padding-top: 1em;}
#subfooter a {display: inline; color: #666666; line-height: 1.8em;}

@media screen and (max-width: 999px){
#footer {padding: 1em 0 1em 1em; clear: both; width: 100%; max-width: 1000px; margin: 0 auto;}
#socialfooter {width: 31%; margin-right: 1%;}
#quicklinks{width: 31%; margin-right: 1%;}
#informationlinks, #policylinks {width:29%; float: left; clear: none; margin-right: 1%;}
#policylinks {margin-top: 1em;}
.custom_images img {max-width: 30px;}
}

@media screen and (max-width: 767px){
#socialfooter, #quicklinks, #informationlinks, #policylinks, #socialfooter h3, #quicklinks h3, #informationlinks h3, #policylinks h3 {display: block; float: none; width: 100%; font-size: 1.2em; clear: both;}
#socialfooter .addthis_toolbox {display: block; float: none; width: 100%; margin-bottom: 1.4em;}
#socialfooter, #quicklinks, #informationlinks, #policylinks {margin: 1em 1em 0 1em;}
#quicklinks, #informationlinks, #policylinks {float: none; clear: both; width: 100%;} 
#policylinks {margin-top: 1em;}
#subfooter .floatleft, #subfooter .floatright {float: none; clear: both; display: block;}
#subfooter .floatleft {margin-left: 1.2em; padding-top: .5em;}
.copyright {text-align: center; margin: .5em;}
}



/* Slider styles
-------------------------------------------------------------- */
/* Browser Resets */
@media screen and (max-width: 767px){.mobilehomesectionheader, #flex-highlight {display: block;}}
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus  {outline: none;}
.slides, .flex-control-nav, .flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
/* .flex-container {display: block;} */

.flex-container {display: block; text-align:center;}

/* Necessary Styles */
.flexslider {margin: 0; padding: 0; display: inline-block; width:100%; /* max-width:1000px;*/ max-width: 1185px; vertical-align:top;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width:100%; display: block;}

.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element & No JavaScript Fallback */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
/* Default Theme*/
.flexslider {/*margin: 1px;*/ background: #fff; position: relative; /* zoom: 2;*/ zoom: 1;}
.flex-viewport {height: auto;max-height: 540px;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport, #main-slider {max-height: 460px;}

/*------------------------------------- by Tony ----------------------------------------------------- */
/*.flex-viewport {height: auto;max-height: 940px;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport, #main-slider {max-height: 860px;}*/
/*------------------------------------- by Tony end ----------------------------------------------------- */

.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}
.flex-caption{background:#ffffff; color:#000000;width: 100%; padding: 16px 10px;opacity: 0.8;-moz-opacity: 0.8;filter:alpha(opacity=80);font-size: 1em; font-weight: bold; position: absolute;bottom: 0; margin: 0; display: block;}
.flex-caption a {font-weight: bold;}
#flex-highlight {margin-bottom: 10px;}
#flex-highlight .flex-caption {padding: .5em .6em;}
.flex-caption a {color: #FCAD2C;}
/* Direction Nav */
.flex-direction-nav {height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(/images/css/flexslider.directionnav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: .5; -webkit-transition: all .3s ease; }
.flex-direction-nav .flex-next {background-position: 100% 0;display: none;}
.flex-direction-nav .flex-prev {display: none;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px; display: inline;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;display: inline;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
.utilitymodule .flex-direction-nav {position: relative; top: -.2em; display: none;}
.utilitymodule .flex-direction-nav .flex-next {background-position: 100% 0;float: right; clear: none;}
.utilitymodule .flex-direction-nav .flex-prev {background-position: 0% 0;float: left; clear: none;}
.utilitymodule .flex-caption {max-width: 176px; font-size: .9em; line-height: 1.3em; padding: .4em 0; opacity: 1;-moz-opacity: 1;filter:alpha(opacity=100);position: static;}
.utilitymodule .flex-caption a {color: #26407c;}
.utilitymodule .flex-control-nav {position: relative; bottom: 1.25em; padding: .4em 0;}
/* Control Nav */

.flex-control-nav {width: 100%; text-align: center; position: relative;bottom: 4em; height: 0;}

#pagebanner .flex-control-nav {bottom: 2.5em; height: 0;}


.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}

.flex-control-paging li a {/* width: 11px; height: 11px; */ width: 6px; height: 6px; margin-top:25px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover {background: #333; background: rgba(0,0,0,0.7);}
.flex-control-paging li a.flex-active {background: #000; background: rgba(0,0,0,0.9); cursor: default;}

@media (max-width: 770px) {
.flex-control-paging li a {
    margin-top: 10px;
}
}


.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 999px) {
.slides{margin-bottom: -1px;}
.utilitymodule .flex-direction-nav .flex-next{position: relative; left: 5px;} 
.utilitymodule .flex-direction-nav .flex-prev{position: relative; left: -5px;}
.utilitymodule .flex-control-nav {margin-top: .7em;}
}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {opacity: 1; left: 8px;}
.flex-direction-nav .flex-next {opacity: 1; right: 8px;}
}
@media screen and (max-width: 768px) {
#main-slider .flex-caption{background:#000000; color:#ffffff;width: 100%; opacity: 0.8;-moz-opacity: 0.8;filter:alpha(opacity=8);font-size: 1.2em; font-weight: bold; position: static;bottom: 0; margin: 0; display: block; height: 1.5em; line-height: 1.5em; text-indent: 1em; overflow: hidden; padding: 0;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 8px;}
.flex-direction-nav .flex-prev {left: 8px;}
#flex-highlight .flex-caption{background:#000000; color:#ffffff;width: 100%; opacity: 0.8;-moz-opacity: 0.8;filter:alpha(opacity=8);font-size: 1em; font-weight: bold;padding: .2em 0; text-indent: 1em;}
#flex-highlight .flex-control-nav {bottom: 3.8em; }
.utilitymodule p.flex-caption{font-size: .8em;  max-width: 140px;}
#main-slider .flex-control-nav {width: 100%; text-align: center; position: relative;bottom: 1.5em; height: 0;}
}
@media screen and (max-width: 480px) {
#main-slider .flex-control-nav {width: 100%; text-align: center; position: relative;bottom: 1em; height: 0;}
.utilitymodule .flex-viewport {max-width: 400px; text-align: center;}
.utilitymodule p.flex-caption{font-size: .8em; margin-left: 7.5em; max-width: 188px; bottom: .5em;}
}
@media screen and (max-width: 320px) {
#main-slider .flex-caption, #flex-highlight .flex-caption {width: 100%;} 
#flex-highlight .flex-caption {font-size: .6em; overflow: hidden; padding: 0; text-indent: 1em;}
#main-slider .flex-control-nav {width: 100%; text-align: center; position: relative;bottom: 1em; height: 0;}
.utilitymodule .flex-viewport {max-width: 300px; text-align: center;}
.utilitymodule p.flex-caption{font-size: .8em; margin-left: 2.8em; max-width: 188px; bottom: .5em;}
}
.lantern-slider {border-bottom: 1px dotted #B9C2BF;}
.lantern-slider ul {list-style: none;}
#centercolumn .lantern-slider ul li {background: none; padding-left: 0;}
.lantern-slider li a {float: left; clear: none;}
.lantern-slider li .flex-caption {float: left; clear: none; display: inline; position: relative; width: 70%; margin: 0 .5em; padding: 0;font-weight: normal;}
.lantern-slider .flex-direction-nav {display: none;}
.lantern-slider .flex-control-nav {bottom: 1.5em;}
/* Scrollbar styles
-------------------------------------------------------------- */ 
/* vertical scrollbar */
.mCSB_container{width:auto;margin-right:30px;overflow:hidden;}
.mCSB_container.mCS_no_scrollbar{margin-right:0;}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{margin-right:30px;}
.mCustomScrollBox>.mCSB_scrollTools{width:16px;height:100%;top:0;right:0;}
.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto;}
.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0;}
.mCSB_scrollTools .mCSB_draggerRail{width:16px;height:100%;margin:0 auto;}
.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:16px;height:100%;margin:0 auto;text-align:center;}
.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_buttonDown{display:block;position:relative;height:20px;margin:0 auto;cursor:pointer;}
.mCSB_scrollTools .mCSB_buttonDown{top:100%;margin-top:-40px;}
/* horizontal scrollbar */
.mCSB_horizontal>.mCSB_container{height:auto;margin-right:0;margin-bottom:30px;overflow:hidden;}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{margin-bottom:0;}
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{margin-right:0;margin-bottom:30px;}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{width:100%;height:16px;top:auto;right:auto;bottom:0;left:0;overflow:hidden;}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{margin:0 20px;}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;height:2px;margin:7px 0;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{width:30px;height:100%;}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{display:block;position:relative;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer;float:left;}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{margin-left:-40px;float:right;}
.mCustomScrollBox{-ms-touch-action:none; /*MSPointer events - direct all pointer events to js*/}
/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox>.mCSB_scrollTools{opacity:0.75;filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */}
.mCustomScrollBox:hover>.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; /* old ie */}
.mCSB_scrollTools .mCSB_draggerRail{background:#000; /* rgba fallback */background:rgba(0,0,0,0.4);filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#fff; /* rgba fallback */background:rgba(255,255,255,0.75);filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(255,255,255,0.85);filter:"alpha(opacity=85)"; -ms-filter:"alpha(opacity=85)"; /* old ie */}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(255,255,255,0.9);filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */}
.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight{background-image:url(/images/css/mCSB_buttons.png);background-repeat:no-repeat;background-color: #666;opacity:0.4;filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */}
.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0;/* sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) */}
.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px;/* sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) */}
.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px;/* sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) */}
.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px;/* sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) */}
.mCSB_scrollTools .mCSB_buttonUp:hover,.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover{opacity:0.75;filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */}
.mCSB_scrollTools .mCSB_buttonUp:active,.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active{opacity:0.9;filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */}
@media screen and (max-width: 480px) {
.mCustomScrollBox>.mCSB_scrollTools, .mCSB_scrollTools .mCSB_draggerRail, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:32px;}
.mCSB_scrollTools .mCSB_buttonUp {background-repeat: no-repeat; background-position: 8px 0px;}
.mCSB_scrollTools .mCSB_buttonDown {background-repeat: no-repeat; background-position: 8px -20px;}
.utilitymodule-linklist li {padding-right: .5em;}
}
/* Condition Explorer 
-------------------------------------*/
#accordion {margin-bottom: 1em;}
#accordion .pane {overflow: hidden;position: relative;top: 0;left: 0; height: auto; z-index: 1;}
#accordion .utilitymodule {margin: 0;}
#accordion .utilitymodule-head h2 {margin-bottom: -.5em;}
#accordion .utilitymodule-body {padding-top: 1em;}
.conditionexplorer-positionedcontent{position: relative;top: 0;left: 0;height: 205px;}
.conditionexplorer-adultimage {position: absolute;top: 0;left: 5px;z-index: 50;height: 175px;width: 70px;}
.conditionexplorer-childimage {position: absolute;top: 0;left: 110px;z-index: 50;height: 175px;width: 50px;}
.conditionexplorer-peds {padding: 6px 3px 0px 6px;height: 205px;}
.conditionexplorer-pedspositionedcontent {position: relative;top: 0;left: 0;height: 155px;}
.conditionexplorer-pedsbodyimage {position: absolute;top: 40px;left: 50px;z-index: 50;height: 140px;width: 90px;}
.conditionexplorer-dynamictext-peds {position: absolute;top: 0;left: 25px;width: 120px;min-height: 14px;border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc;padding: 4px 0;font-size: 12px;line-height: 1em;}
.conditionexplorer-dynamictext {position: absolute;top: 0;left: 65px;width: auto;min-height: 14px;border-top: 1px dotted #ccc;border-bottom: 1px dotted #ccc;padding: 4px 0;font-size: .85em;line-height: 1em;}
.conditionexplorer-dots {position: absolute;top: 0;left: 30px;height: 200px;width: 145px;z-index: 100;}
.conditionexplorer-adultdot {position: absolute;width: 14px;height: 14px;cursor: pointer;cursor: hand;}
.conditionexplorer-childdot {position: absolute;width: 14px;height: 14px;cursor: pointer;cursor: hand;}
.conditionexplorer-adultfull {position: absolute;width: 43px;height: 14px;cursor: pointer;cursor: hand;overflow: hidden;}
.conditionexplorer-childfull {position: absolute;width: 43px;height: 14px; cursor: pointer;cursor: hand; overflow: hidden;}
.rehabguides-adultimage {position: absolute;top: 0;left: 5px;z-index: 50;height: 280px;width: 180px;}

.utilitysearch-condition {margin: 0; padding: 0; padding-top: 0.1%; margin-bottom: .5em;}
.utilitysearch-condition-searchinput {width: 9em; display: inline; font-size: 1.1em;}
.utilitysearch-condition-searchinput input[type="text"]{border: 1px solid #DFE1DF; padding: 4px 0px 4px 1px; background-color: #FBFEFE; display: inline;color: #666666; border-radius:0px; -moz-border-radius:0px; width: 9em!important;}
.utilitysearch-condition-searchsubmit {width: 2em; display: inline;}
.utilitysearch-condition-searchsubmit input[type="image"]{border: 1px solid #DFE1DF; padding: 1px 1px 1px 0px; border-left: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; border-radius:0px; -moz-border-radius:0px;display: inline; position: relative; left: -5px; top: 8px;}
@media screen and (max-width: 768px) {
.conditionexplorer-dynamictext {width: auto;}
.conditionexplorer-adultimage {left: -5px;}
.conditionexplorer-childimage {left: 100px;}
.conditionexplorer-dots {left: 20px;}
.rehabguides-adultimage {left: -5px;}
.min15 {minimum-height: 15em;}
}
@media screen and (max-width: 768px){
.utilitymodule .physiciansearch #conditionname {margin: 0; max-width: 96px; top: 0; margin-bottom: .7em;}
.utilitymodule .utilitysearch-condition-searchinput {font-size: .9em;}
.utilitymodule .utilitysearch-condition-searchinput input[type="text"] {max-width: 98px!important; display: inline!important; border-right: 0;}
.utilitymodule .utilitysearch-condition-searchsubmit {display: inline;}
.utilitysearch-condition-searchsubmit input[type="image"]{padding: 0;}
}
/* fancyBox
-------------------------------------*/
.fancybox {cursor:pointer;}
.fancybox-wrap h2, .fancybox-wrap h3 {font-size:1.3em; font-weight:bold; color:#164469;}
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding: 0;margin: 0;border: 0;outline: none;vertical-align: top;}
.fancybox-wrap {position: absolute;top: 0;left: 0;z-index: 8020;}
.fancybox-skin {position: relative; background: #f9f9f9;color: #444;text-shadow: none;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.fancybox-opened {z-index: 8030;}
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
.fancybox-outer, .fancybox-inner { position: relative;}
.fancybox-inner { overflow: hidden;}
.fancybox-type-iframe .fancybox-inner {-webkit-overflow-scrolling: touch;}
.fancybox-error {color: #444;font: 14px/20px Arial,sans-serif;margin: 0;padding: 15px;white-space: nowrap;}
.fancybox-image, .fancybox-iframe {display: block;width: 100%; height: 100%;}
.fancybox-image {max-width: 100%; max-height: 100%;}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {background-image: url('/images/css/fancybox.sprite.png');}
#fancybox-loading { position: fixed;top: 50%;left: 50%; margin-top: -22px; margin-left: -22px;background-position: 0 -108px;opacity: 0.8;cursor: pointer;z-index: 8060;}
#fancybox-loading div { width: 44px;height: 44px;background: url('/images/css/fancybox.loading.gif') center center no-repeat;}
.fancybox-close {position: absolute;top: -18px; right: -18px;width: 36px; height: 36px;cursor: pointer; z-index: 8040;}
.fancybox-nav { position: absolute;top: 0;width: 40%; height: 100%;cursor: pointer;text-decoration: none; background: transparent url('/images/css/fancybox.blank.gif'); -webkit-tap-highlight-color: rgba(0,0,0,0);z-index: 8040;}
.fancybox-prev {left: 0;}
.fancybox-next {right: 0;}
.fancybox-nav span { position: absolute;top: 50%;width: 36px;height: 34px;margin-top: -18px;cursor: pointer; z-index: 8040;visibility: hidden;}
.fancybox-prev span {left: 10px; background-position: 0 -36px;}
.fancybox-next span {right: 10px;background-position: 0 -72px;}
.fancybox-nav:hover span {visibility: visible;}
.fancybox-tmp {position: absolute;top: -99999px;left: -99999px;visibility: hidden; max-width: 99999px; max-height: 99999px;overflow: visible !important;}
/* Overlay helper */
.fancybox-lock {overflow: hidden;}
.fancybox-overlay {position: absolute; top: 0;left: 0;overflow: hidden; display: none; z-index: 8010;background: url('/images/css/fancybox.overlay.png');}
.fancybox-overlay-fixed { position: fixed;bottom: 0;right: 0;}
.fancybox-lock .fancybox-overlay {overflow: auto;overflow-y: scroll;}
/* Title helper */
.fancybox-title {visibility: hidden;font: normal 13px/20px Arial,sans-serif;position: relative;text-shadow: none; z-index: 8050;}
.fancybox-opened .fancybox-title {visibility: visible;}
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center;}
.fancybox-title-float-wrap .child {display: inline-block;margin-right: -100%;padding: 2px 20px;background: transparent; /* Fallback for web browsers that doesn't support RGBa */background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222;color: #FFF;font-weight: bold;line-height: 24px;white-space: nowrap;}
.fancybox-title-outside-wrap {position: relative;margin-top: 10px;color: #fff;}
.fancybox-title-inside-wrap {padding-top: 10px; text-align: left;}
.fancybox-title-over-wrap { position: absolute;bottom: 0; left: 0; color: #fff;padding: 10px; background: #000; background: rgba(0, 0, 0, .8); text-align: left; }
@media screen and (max-width: 480px) { .fancybox-wrap {margin: 0;} }
/* some specifics for firefox - cause it's a dog - arf!
-------------------------------------------------------------- */
@-moz-document url-prefix() { 
#mobilenav-search #searchinput {top: 1px;}
#homemobilenav-search #searchinput {top: 1px;}
#homemobilenav-search h2 {margin-top: .5em;}
#mobilenav-search h2 {margin-top: .5em;}
}
@-moz-document url-prefix() and (max-width: 999px)  {#subnav-conloc {margin-left: -384px;}} 

/* added late move to appropriate section
-------------------------------------------------------------- */
.physician-text-indent {font-size: .95em; padding: .25em 0 .35em .8em;}
#industryshow, #industryhide {margin: .65em 0;}
#industryshow p, #industryshow ul {
padding-left: .9em;
}
.showhide {cursor: pointer;}
.utilitymodule .thumbnail {color: #736F6E;font-size: 0.8em;line-height: 1.4em;}
.bannerimage {display: inline; clear: none; max-width: 25%; border: 0; margin: 0; padding: 0;}
@media screen and (max-width: 768px) { .bannerimage {float: left; clear: none;}}
.fortinynav {display:none;}
.tinynav .fortinynav {display: inline;}
.enlargeArticleImage_caption {display: block;color: #736F6E;font-size: 0.7em;line-height: 1;margin-left: .6em;margin-bottom: .6em;}
.utilitymodule-linklist:last-child {border:0;}
#centercolumn .utilitymodule h2 {margin-bottom: .9em;}
#centercolumn .utilitymodule {background-color: #ffffff;}
.physiciandirectory-heading {clear: both;margin-bottom: .5em;}
.physiciandirectory-left {width: 40%;float: left;margin-right: .75em;margin-bottom: 1.5em;}
.physiciandirectory-right {float: right;width: 45%;margin-bottom: 1.5em;}
#appointmentbutton {clear: both;float: right; width: 23.4%;position: relative;top: 5.4em;text-align: left;}
#actionbuttons {margin-top: 0em;}
@media screen and (max-width: 999px) {
#appointmentbutton {margin-right: 6.3%; display: block; min-height: 26px;line-height: 1em; top: 3.8em;}
#appointmentbutton a {min-height: 26px;}
#actionbuttons {margin-top: 0em;}
}
@media screen and (max-width: 767px) {
#appointmentbutton {clear: both;float: left;margin-left:2.2%; left: 0; padding: 0;line-height: .1em; width: 94.4%;  margin-bottom: .2em;}
#socialfooter {margin-top: 0;}
}

#languageList {margin-top: .25em; font-size: .8em;}
.searchsubmit-inline{border: 2px solid #B9C2BF; padding: 1px 0px 3px 0px; border-left: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; border-radius:0px; -moz-border-radius:0px;display: inline; position: relative;left: -4px;}
.physicianfooter #actionbuttons {margin-top: .5em;}
 #mobileatozconditions {display: none;}
@media screen and (max-width: 767px) { 
#mobileatozconditions {display: block;}
#mobileatozconditions .utilitymodule h2{margin-bottom: 0; line-height: 1em;}
#mobileatozconditions .utilitymodule-body {margin: .3em; font-size: 1.4em; line-height: 1.4em;}
#mobileatozconditions .conditionsearch-inpage {margin: .3em .1em; padding: 0;}
#mobileatozconditions .conditionsearch-inpage input, #mobileatozconditions .conditionsearch-inpgage select {font-size: .7em;}
#mobileatozconditions .conditionsearch-inpgage select {border: 2px solid #B9C2BF; max-width: 400px;}
#mobileatozconditions .conditionsearch-inpage input[type="text"] {border: 2px solid #B9C2BF;padding-bottom: 4px;}
#mobileatozconditions .conditionsearch-inpage input[type="image"] {border: 2px solid #B9C2BF; padding:0px; border-left: 0; top: 9px; left: -7px; position: relative;}
}
@media screen and (max-width: 320px) {#mobileatozconditions .conditionsearch-inpgage select {border: 2px solid #B9C2BF; max-width: 300px;} #centercolumn {max-width: 310px; overflow: hidden;}}
.hide {display:none!important;}
#conditionsearch-inpagewrap {display:none;}
#nav li #subnav-professionals {min-width: 58%; margin-left: -204px;}
@media screen and (max-width: 767px) {.mobilehide {display:none!important;}}
.thumbnail {font-size: .85em;line-height: 1.3em;}
 
#backinthegamebanner {height: 2em; color: #ffffff; font: .9em 'open-sans', Arial, Helvetica, sans-serif; background-color: #012a51; text-align:center; padding: .3em 0em 0em 0em; margin-bottom: 1.9em; max-height: 24px;}
#backinthegamebanner a {color: #ffffff; text decoration: none;}
#backinthegamebanner a:hover {color: #ffffff; text decoration: underline;}
@media screen and (max-width: 767px) {#backinthegamebanner {margin-bottom: .7em; max-height: 22px;}}
@media screen and (max-width: 400px) {#backinthegamebanner {max-height: 40px; height: 2.8em;}}
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } 
#mc_embed_signup ul li {background: none;}
.medicalarticle hr {display: none;}
p.articledate {width: 12em; border-top: 1px solid #000000; margin-top: 1em; padding-top: .5em;}
.more-nav-link {margin: 12px 0px 0px 12px!important; font-weight: normal!important; font-style:italic!important;}
.nav-button-italic {margin: 12px 0 0 0!important; font-weight: normal!important; font-style:italic!important;}
#subnav-conditions-right h3 a.more-nav-link {margin: 12px 0px 0px 30px!important;}
#subnav-conditions-right2 h3 a.more-nav-link {margin: 12px 0px 0px 30px!important;}
.em12 {font-size: 1.2em;}
.addthis_toobox a img {max-width: 21px!important;}

.et-box {
margin: 10px 0px;
  -moz-box-shadow: inset 0 0 45px #e7e7e7;
  -webkit-box-shadow: inset 0 0 45px #e7e7e7;
  box-shadow: inset 0 0 45px #e7e7e7;
  font-size: 14px;
  position: relative;
border: 1px solid #DFE1DF;
padding: 18px;
}

@media screen and (max-width: 600px){.understandanimation {max-width: 550px;}} @media screen and (max-width: 568px){.understandanimation {max-width: 500px;}} @media screen and (max-width: 420px){.understandanimation {max-width: 380px;}} @media screen and (max-width: 320px){.understandanimation {max-width: 290px;}} 

.gs-result .gs-title, .gs-result .gs-title * {color: #0178BA!important;}
.gsc-branding {display: none!important;}

/* alphabet-taps
---------------------------------------------------------*/

    .alphabet-taps li:first-child {
        display:none;
    }
    
    .alphabet-taps-container .tab-content {
        border: 0;
        padding: 0;
        margin: 0;
    }
    
    .alphabet-taps-container .tab-content:first-child {
        display:none;
    }

/* tooltip
---------------------------------------------------------*/
a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width: 9em;
  color: #000000;
  background: #DEDEDE;
  height: auto;
  line-height: normal;
  text-align: center;
  visibility: hidden;
  border-radius: 5px;
  font-weight: normal;
  padding-top: 4px;
  padding-bottom: 3px;
  font-size: .75em;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; 
  height: 0;
  border-bottom: 8px solid #DEDEDE;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.9;
  top: 20px;
  left: 90%;
  margin-left: -76px;
  z-index: 999;
}
/* ACR classes-----------------------------------------------------*/
.ACRnavigation {
  text-align: center;
  width: 100%;
  padding-top: 10px;
}
.ACRnavigation a {
  padding: 10px;
  margin-top: 10px;
  cursor:pointer;
  color: black;
  font-size: 20px;
  text-decoration: none;
border: 1px solid #ffffff;
}
.ACRslide {
    margin: 30px 50px;
    padding: 10px;
    background-color: #d9e2f3;
    color: black;
    display: none;
}
.ACRslide.current {
    display: block;
}
.ACRnavigation a.current {
    color: #ffffff!important;
  background-color: #4472c4;
border: 1px solid #4472c4;
}
.ACRnavigation a.current:hover {color: #0178BA!important; background-color: #ffffff; border: 1px solid #0178BA;}
@media only screen and (max-width: 480px){
    .ACRnavigation {
        line-height: 2em;
     }
    .ACRslide {
        margin: 20px 0px;
    }
}
/*-------------------------------------------------------------------------------*/
Javascript Vertical Timeline - Used on Patient Experience website
 /*----------------------------------------------------------------------------------- */
/*  Background color helper classes */
/*----------------------------------------------------------------------------------- */
.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger, .bg-muted { color: white; }
.bg-primary .page-header, .bg-success .page-header, .bg-info .page-header, .bg-warning .page-header, .bg-danger .page-header, .bg-muted .page-header { color: white; }
.bg-primary { background-color: #32b9b1; }
.bg-success { background-color: #51be38; }
.bg-info { background-color: #5bc0de; }
.bg-warning { background-color: #ef9544; }
.bg-danger { background-color: #f05a5b; }
.bg-muted { background-color: #bbbbbb; }
/*----------------------------------------------------------------------------------- */
/*  Panels */
/*----------------------------------------------------------------------------------- */
.panel { border: 0; }
.panel .panel-body { padding: 20px; }
.panel-heading .panel-toggle { background: #f9fafa; }
.panel-heading .panel-title { font-size: 18px; }
/*----------------------------------------------------------------------------------- */
/*  Tab Styles */
/*----------------------------------------------------------------------------------- */
.nav-tabs > li > a { border-radius: 0px; }
.nav-tabs > li > a:hover { background-color: rgba(0, 0, 0, 0.05); }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background-color: white; }
.tab-content { background-color: white; border: 1px solid #dddddd; border-top: 0; padding: 15px 15px 5px; }
/*----------------------------------------------------------------------------------- */
/*  Progress Bars */
/*----------------------------------------------------------------------------------- */
.well { box-shadow: none; background-color: rgba(0, 0, 0, 0.05); }
.timeline { list-style: none; position: relative; max-width: 1200px; padding: 20px; margin: 0 auto; overflow: hidden; }
.timeline:after { content: ""; position: absolute; top: 0; left: 50%; margin-left: -2px; background-color: rgba(0, 0, 0, 0.2); height: 100%; width: 4px; border-radius: 2px; display: block; }
.timeline .timeline-row { padding-left: 50%; position: relative; z-index: 10; }
.timeline .timeline-row .timeline-time { position: absolute; right: 50%; top: 31px; text-align: right; margin-right: 40px; font-size: 16px; line-height: 1.3; font-weight: 600; }
.timeline .timeline-row .timeline-time small { display: block; color: white; text-transform: uppercase; opacity: 0.75; font-size: 11px; font-weight: 400; }
.timeline .timeline-row .timeline-icon { position: absolute; top: 30px; left: 50%; margin-left: -20px; width: 40px; height: 40px; border-radius: 50%; background-color: white; text-align: center; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); overflow: hidden; padding: 3px; color: white; font-size: 14px; z-index: 100; }
.timeline .timeline-row .timeline-icon > div { border-radius: 50%; line-height: 34px; font-size: 16px; }
.timeline .timeline-row .timeline-content { margin-left: 40px; position: relative; background-color: #e7e7e7; color: #333333; }
.timeline .timeline-row .timeline-content:after { content: ""; position: absolute; top: 48px; left: -41px; height: 4px; width: 40px; background-color: rgba(0, 0, 0, 0.2); z-index: -1; }
.timeline .timeline-row .timeline-content .panel-body { padding: 15px 15px 2px; position: relative; z-index: 10; }
.timeline .timeline-row .timeline-content h2 { font-size: 22px; margin-bottom: 12px; margin-top: 0; line-height: 1.2; }
.timeline .timeline-row .timeline-content p { margin-bottom: 15px; }
.timeline .timeline-row .timeline-content img { margin-bottom: 15px; }
.timeline .timeline-row .timeline-content blockquote { border-color: #eeeeee; }
.timeline .timeline-row .timeline-content blockquote footer, .timeline .timeline-row .timeline-content blockquote small, .timeline .timeline-row .timeline-content blockquote .small, .timeline .timeline-row .timeline-content blockquote.blockquote-reverse footer, .timeline .timeline-row .timeline-content blockquote.blockquote-reverse small, .timeline .timeline-row .timeline-content blockquote.blockquote-reverse .small { color: #999999; }
.timeline .timeline-row .timeline-content .video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; margin-bottom: 15px; overflow: hidden; }
.timeline .timeline-row .timeline-content .video-container iframe, .timeline .timeline-row .timeline-content .video-container object, .timeline .timeline-row .timeline-content .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.timeline .timeline-row:nth-child(odd) { padding-left: 0; padding-right: 50%; }
.timeline .timeline-row:nth-child(odd) .timeline-time { right: auto; left: 50%; text-align: left; margin-right: 0; margin-left: 40px; }
.timeline .timeline-row:nth-child(odd) .timeline-content { margin-right: 40px; margin-left: 0; }
.timeline .timeline-row:nth-child(odd) .timeline-content:after { left: auto; right: -41px; }
.timeline.animated .timeline-row .timeline-content { opacity: 0; left: 20px; -webkit-transition: all 0.8s; -moz-transition: all 0.8s; transition: all 0.8s; }
.timeline.animated .timeline-row:nth-child(odd) .timeline-content { left: -20px; }
.timeline.animated .timeline-row.active .timeline-content { opacity: 1; left: 0; }
.timeline.animated .timeline-row.active:nth-child(odd) .timeline-content { left: 0; }
@media (max-width: 1200px) {
.timeline { padding: 15px 10px; }
.timeline:after { left: 28px; }
.timeline .timeline-row { padding-left: 0; margin-bottom: 16px; }
.timeline .timeline-row .timeline-time { position: relative; right: auto; top: 0; text-align: left; margin: 0 0 6px 56px; }
.timeline .timeline-row .timeline-time strong { display: inline-block; margin-right: 10px; }
.timeline .timeline-row .timeline-icon { top: 52px; left: -2px; margin-left: 0; }
.timeline .timeline-row .timeline-content { margin-left: 56px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); position: relative; }
.timeline .timeline-row .timeline-content:after { right: auto !important; left: -20px !important; top: 32px; }
.timeline .timeline-row:nth-child(odd) { padding-right: 0; }
.timeline .timeline-row:nth-child(odd) .timeline-time { position: relative; right: auto; left: auto; top: 0; text-align: left; margin: 0 0 6px 56px; }
.timeline .timeline-row:nth-child(odd) .timeline-content { margin-right: 0; margin-left: 55px; }
.timeline.animated .timeline-row:nth-child(odd) .timeline-content { left: 20px; }
.timeline.animated .timeline-row.active:nth-child(odd) .timeline-content { left: 0; }
} 
/*----------------------------------------------------------------------------------- */
/* Vertical Timeline */
/*----------------------------------------------------------------------------------- */
/* -------------------------------- 
Modules - reusable parts of our design
-------------------------------- */ 
.cd-container {width: 100%; max-width: 1170px; margin: 0 auto;}
.cd-container::after {content: ''; display: table; clear: both;}
/* -------------------------------- 
Main components 
-------------------------------- */
#cd-timeline {position: relative; padding: 2em 0; margin-bottom: 2em;}
#cd-timeline::before {content: ''; position: absolute; top: 0; left: 18px; height: 100%; width: 4px; background: #d7e4ed;}

@media only screen and (min-width: 1170px) {
#cd-timeline {margin-bottom: 3em;}
#cd-timeline::before {left: 4%;}
}
.cd-timeline-block {position: relative; margin: 2em 0;}
.cd-timeline-block:after {content: ""; display: table; clear: both;}
.cd-timeline-block:first-child {margin-top: 0;}
.cd-timeline-block:last-child {margin-bottom: 0;}
  .cd-timeline-block {margin: 4em 0;}
  .cd-timeline-block:first-child {margin-top: 0;}
  .cd-timeline-block:last-child {margin-bottom: 0;}
.cd-timeline-img {position: absolute; top: 35px; left: 2%; width: 40px; height: 40px; border-radius: 50%; box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);}
.cd-timeline-img img {display: block; width: 24px; height: 24px; position: relative; left: 50%; top: 50%; margin-left: -12px; margin-top: -12px;}
.cd-timeline-img.cd-blue {background-color: #0081c8;}
.cd-timeline-content::before { content: ''; position: absolute; top: 34px; right: 100%; height: 0; width: 0; border: 0px solid transparent; border-right: 0px solid #d7e4ed; }
    -webkit-transform: translateZ(0); -webkit-backface-visibility: hidden;}
  .cssanimations .cd-timeline-img.is-hidden {visibility: hidden;}
  .cssanimations .cd-timeline-img.bounce-in {visibility: visible; -webkit-animation: cd-bounce-1 0.6s; -moz-animation: cd-bounce-1 0.6s; animation: cd-bounce-1 0.6s;}
.cd-timeline-content {position: relative; margin-left: 60px; background: #d7e4ed; border-radius: 0.25em; padding: 1em; box-shadow: 0 3px 0 #d7e4ed;}
.cd-timeline-content:after {content: ""; display: table; clear: both;}
.cd-timeline-content h2 {color: #303e49;}
.cd-timeline-content p {font-size: 13px; font-size: 0.8125rem;}
.cd-timeline-content p {margin: 1em 0; line-height: 1.6;}
.cd-timeline-content::before {content: ''; position: absolute; top: 34px; right: 100%; height: 0; width: 0; border: 0px solid transparent; border-right: 0px solid white;}

@media only screen and (min-width: 450px) {
  .cd-timeline-content h2 {font-size: 20px; font-size: 1.25rem;}
  .cd-timeline-content p {font-size: 16px; font-size: 1rem;}
.cd-timeline-img img {display: block; width: 24px; height: 24px; position: relative; left: 50%; top: 50%; margin-left: -12px; margin-top: -12px;}
.cd-timeline-img.cd-blue {background-color: #0081c8;}
.cd-timeline-content::before { content: ''; position: absolute; top: 34px; right: 100%; height: 0; width: 0; border: 0px solid transparent; border-right: 0px solid #d7e4ed; }
  .cd-timeline-content {margin-left: 0; padding: 1.6em; width: 82%; float: right;}
  .cd-timeline-content::before {top: 24px; right: 100%; border-color: transparent; border-right-color: #d7e4ed;}
  .cd-timeline-block:nth-child(even) .cd-timeline-content {float: right;}
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {top: 24px; left: auto; right: 100%; border-color: transparent; border-right-color: #d7e4ed;}
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {float: right;}
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {left: auto; right: 122%; text-align: right;}
  .cssanimations .cd-timeline-content.is-hidden {visibility: hidden;}
  .cssanimations .cd-timeline-content.bounce-in {visibility: visible; -webkit-animation: cd-bounce-2 0.6s; -moz-animation: cd-bounce-2 0.6s; animation: cd-bounce-2 0.6s;}
 .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {-webkit-animation: cd-bounce-2-inverse 0.6s; -moz-animation: cd-bounce-2-inverse 0.6s; animation: cd-bounce-2-inverse 0.6s;}
}


/*-------------------------------------------------------------------------------*/
/* Javascript Carousel Slider - NewsRoom(by Tony) */
 /*----------------------------------------------------------------------------------- */
/* Button Background slider skin */
/*----------------------------------------------------------------------------------- */

 /* jssor slider bullet navigator skin 03 css */
            /*
            .jssorb03 div           (normal)
            .jssorb03 div:hover     (normal mouseover)
            .jssorb03 .av           (active)
            .jssorb03 .av:hover     (active mouseover)
            .jssorb03 .dn           (mousedown)
            */
.jssorb03 {
                position: absolute;
            }
            .jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
                position: relative;
                /* size of bullet elment */
                width: 21px;
                height: 21px;
                text-align: center;
                line-height: 21px;
                color: white;
                font-size: 12px;
                background: url(/b03.png) no-repeat;
                overflow: hidden;
                cursor: pointer;
            }
            .jssorb03 div { background-position: -5px -4px; }
            .jssorb03 div:hover, .jssorb03 .av:hover { background-position: -35px -4px; }
            .jssorb03 .av { background-position: -65px -4px; }
            .jssorb03 .dn, .jssorb03 .dn:hover { background-position: -95px -4px; }

 /*
            .jssora03l                  (normal)
            .jssora03r                  (normal)
            .jssora03l:hover            (normal mouseover)
            .jssora03r:hover            (normal mouseover)
            .jssora03l.jssora03ldn      (mousedown)
            .jssora03r.jssora03rdn      (mousedown)
            */
.jssora03l, .jssora03r {
                display: block;
                position: absolute;
                /* size of arrow element */
                width: 55px;
                height: 55px;
                cursor: pointer;
                background: url(/a21.png) no-repeat;
                overflow: hidden;
            }
            .jssora03l { background-position: -3px -33px; }
            .jssora03r { background-position: -63px -33px; }
            .jssora03l:hover { background-position: -123px -33px; }
            .jssora03r:hover { background-position: -183px -33px; }
            .jssora03l.jssora03ldn { background-position: -243px -33px; }
            .jssora03r.jssora03rdn { background-position: -303px -33px; }
        

 /* jssor slider arrow navigator skin 08 css */
            /*
            .jssora08l                  (normal)
            .jssora08r                  (normal)
            .jssora08l:hover            (normal mouseover)
            .jssora08r:hover            (normal mouseover)
            .jssora08l.jssora08ldn      (mousedown)
            .jssora08r.jssora08rdn      (mousedown)
            */
            .jssora08l, .jssora08r {
                display: block;
                position: absolute;
                /* size of arrow element */
                width: 50px;
                height: 50px;
                cursor: pointer;
                background: url(https://www.hss.edu/images/icons/a09.png) no-repeat;
                overflow: hidden;
                opacity: .4;
                filter: alpha(opacity=40);
            }
            .jssora08l { background-position: -5px -35px; }
            .jssora08r { background-position: -65px -35px; }
            .jssora08l:hover { background-position: -5px -35px; opacity: .8; filter:alpha(opacity=80); }
            .jssora08r:hover { background-position: -65px -35px; opacity: .8; filter:alpha(opacity=80); }
            .jssora08l.jssora08ldn { background-position: -5px -35px; opacity: .3; filter:alpha(opacity=30); }
            .jssora08r.jssora08rdn { background-position: -65px -35px; opacity: .3; filter:alpha(opacity=30); }

/*-------------------------------------------------------------------------------*/
Javascript Parallax - NewsRoom(by Tony)
 /*----------------------------------------------------------------------------------- */

/*
.social-facebook-tony-btn, #social-facebook-tony-btn {
background-color: #777;
margin-top:-10px;
width:33px;
height:33px;
}

.social-facebook-tony-btn:hover, #social-facebook-tony-btn:hover {
background-color: #3b5998;
}
*/

.social-facebook-tony-img, #social-facebook-tony-img {
background-color: #777;
}

.social-facebook-tony-btn img, #social-facebook-tony-btn img {
background-color: #777;
margin-top:-15px;
width:33px;
height:33px;
z-index:555;
}

.social-facebook-tony-btn img:hover, #social-facebook-tony-btn img:hover {
background-color: #3b5998;
}

.parallax-window2 {
    /*width: 100%;*/ 
		min-height: 420px;
		background: transparent;
		/* margin:0px 0 20px 0; */
	}
	
@media only screen (min-width: 400px) and (max-width: 800px) {

.parallax-window2 {
visibility:visible;
    /*width: 100%;*/ 
		width:100%;
		min-height: 300px;
		background: transparent;
		/* margin:0px 0 20px 0; */
	}
	
	
}

@media only screen and (max-width: 399px) {

.parallax-window2 {
    /*width: 100%;*/ 
        width: 100%;
		min-height: 200px;
		background: transparent;
		/* margin:0px 0 20px 0; */
	}
	
	
}

@media only screen and (min-width: 801px) {

.parallax-window2 {
    /*width: 100%;*/ 
		min-height: 420px;
		background: transparent;
		/* margin:0px 0 20px 0; */
	}
	
	
}


.parallax-window {
    /*width: 100%;*/ 
		min-height: 420px;
		background: transparent;
		/* margin:0px 0 20px 0; */
	}
	

#fullbanner_content_mobile {display:none;}
#fullbanner_content {
   
    /* margin: 50px 0 0 0; */
    margin: 7% 2% 2% 14%;
    /* padding:120px 30px; */ 
    padding:20px 0 15px 30px; 
    /* position:relative;*/
    position: absolute;
    z-index:10; 
    color:#fff; 
    /* vertical-align:center; 
    text-shadow: 2px 2px 4px #000000; */
  float:left;
  
  /* width: 410px; */
  width:550px;
  height: 245px;
  
      background:rgb(23,36,46); ;  
    background: transparent\9;  
    background:rgba(23,36,46,0.7);  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);  
    zoom: 1; 

  top: 0;
  left: 0;
  font-size:15px;

}

.fullbanner_content_left {
width:70%;
float:left; 
margin-right:10px;
line-height:17pt;
}

.fullbanner_content_right {
float:left; border-left:1px solid #ffffff; padding:0 0 0 20px; margin-top:20px;
}

.new_newsroom_small_text {
margin-top:13px; font-size:10pt; line-height:15pt; font-style:italic;
}


#fullbanner_content a {color:#fff; font-weight:bold; font-size:12px; line-height:2.0em; z-index:20;
    
 filter: alpha(opacity=100);
  /* IE */
  -moz-opacity: 1.0;
  /* Mozilla */
  opacity: 1.0;
  /* CSS3 */   
    
}
#fullbanner_content a:hover {color:#0081c7;}
#fullbanner_content h2 {
font-size:1.6em; font-weight:bold;

 filter: alpha(opacity=100);
  /* IE */
  -moz-opacity: 1.0;
  /* Mozilla */
  opacity: 1.0;
  /* CSS3 */  
}


@media only screen and (min-device-width: 900px) and (max-width: 1024px) {

#fullbanner_content ul {line-height:1.2em;}
#fullbanner_content li {line-height:1.2em;}
#fullbanner_content a {color:#fff; font-weight:bold; line-height:1.2em; font-size:0.8em; text-shadow: 2px 2px 4px #000000;}
#fullbanner_content a:hover {color:#0081c7;}
    
#fullbanner_content {width:650px; height: 180px; /*margin: 0 auto;*/ margin:-12px 0 0 0; padding:10px 10px; position:relative; z-index:10; color:#fff; vertical-align:center; text-shadow: 2px 2px 4px #000000;}

.fullbanner_content_left {
width:70%;
float:left; 
margin-right:10px;
line-height:1.2em;
margin-top:6px;
}

.fullbanner_content_right {
float:left; border-left:1px solid #ffffff; padding:5px 0 0 20px;
}

.new_newsroom_small_text {
margin-top:9px; font-size:10pt; line-height:1.2em; font-style:italic;
}


#fullbanner_content h2 {
font-size:1.2em; font-weight:bold;
}

.parallax-window {
        /* width: 100%; */ 
		min-hieght:420px;
		background: transparent;
		/*margin:0px 0 20px 0;*/
	}
	
	#new_newsroom_search  form {margin: 0; margin-top: 10px; padding: 0; position: relative;}
    
}




#fullbanner_content_mobile {
display:none;
}


@media only screen and (max-width: 1260px) {
    
#fullbanner_content {
display:none;
}

#fullbanner_content_mobile {
    /* max-width: 300px; */
    /* min-width: 300px; */
    /* width: 100%; */
    /* overflow: hidden; */
    display: block;
    color: #333;
    position: relative;
    z-index: 10;
    /* padding: 30px; */
    margin: 20px;
}

#fullbanner_content_mobile h2 {font-weight:bold; color:#0178BA; font-size:1.5em;}
#fullbanner_content_mobile a {color:#213f59; font-weight:bold;}
#fullbanner_content_mobile a:hover {color:#0178BA;}

.parallax-window {
		display:none; 
		/* min-width: 375px;
        /*width:100%;*/
		min-hieght:100px;
		background: transparent;
		margin:9px 0 20px 0; */
	}
	
/*.parallax-slider, #parallax-slider {
		display:none;
	}*/	

}


@media only screen and (min-width: 1025px) {
    
.parallax-window {
    /*width: 100%;*/ 
		min-height: 470px;
		background: transparent;
		/*margin:0px 0 20px 0;*/
}

}


@media only screen and (max-width: 600px) {
    
#slider1_container {
display:none;
}

#slider3_container {
visibility: visible;
}

#slider5_container {
display:none;
}


#slider2_container {
display:none;
}

#slider4_container {
visibility: visible;
}

#slider6_container {
visibility: visible;
}

}

@media only screen and (min-width: 601px) {
    
#slider1_container {
visibility: visible;
}

#slider3_container {
display:none;
}

#slider5_container {
visibility: visible;
}

#slider2_container {
visibility: visible;
}

#slider4_container {
display:none;
}

#slider6_container {
display:none;
}

}

/* Multiple Slider Function */
@media only screen and (max-width: 600px) {
    
#slider1desktop_container {
display:none;
}

#slider1mobile_container {
visibility: visible;
}

#slider2desktop_container {
display:none;
}

#slider2mobile_container {
visibility: visible;
}

#slider3desktop_container {
display:none;
}

#slider3mobile_container {
visibility: visible;
}

#slider4desktop_container {
display:none;
}

#slider4mobile_container {
visibility: visible;
}

#slider5desktop_container {
display:none;
}

#slider5mobile_container {
visibility: visible;
}

#slider6desktop_container {
display:none;
}

#slider6mobile_container {
visibility: visible;
}
}

@media only screen and (min-width: 601px) {
#slider1desktop_container {
visibility: visible;
}

#slider1mobile_container {
display:none;
}

#slider2desktop_container {
visibility: visible;
}

#slider2mobile_container {
display:none;
}

#slider3desktop_container {
visibility: visible;
}

#slider3mobile_container {
display:none;
}

#slider4desktop_container {
visibility: visible;
}

#slider4mobile_container {
display:none;
}

#slider5desktop_container {
visibility: visible;
}

#slider5mobile_container {
display:none;
}

#slider6desktop_container {
visibility: visible;
}

#slider6mobile_container {
display:none;
}

}

/* Multiple Slider Function end */

.play_btn {
position:relative; z-index:555; text-align:center; /*margin:-140px 0 0 90px;*/
margin:-110px 0 0 10px;
background: url("https://www.hss.edu/images/icons/play_btn.png") no-repeat;
height:28px;
}

.youtube_text_bg {
position:relative;
z-index:555;
margin:14px 0 0 0;
padding:1px 10px 10px 10px;
width:220px;
height:50px;

background-color: rgba(255, 255, 255, 0.9);

 /*background:rgb(255,255,255);  
    background: transparent\9;  
    background:rgba(255,255,255,0.9);  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);  
    zoom: 1; */
}

.youtube_text {
color:#0178BA;
width:205px;
height:40px;
/*font-weight:bold; */
font-size:13px;
/* line-height:1.5em; */
line-height:1.3em;
font-weight:bold;
z-index:556;
/* padding-top:3px; */
padding-top:0px;
 filter: alpha(opacity=100);
  /* IE */
  -moz-opacity: 1.0;
  /* Mozilla */
  opacity: 1.0;
  /* CSS3 */ 
}


.youtube_btn:hover .play_btn {
background: url("https://www.hss.edu/images/icons/play_btn_hov.png") no-repeat;
}

.youtube_btn:hover .youtube_text_bg {
    background:rgb(8,112,176); ;  
    background: transparent\9;  
    background:rgba(8,112,176,0.7);  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);  
    zoom: 1; 
}

.youtube_btn:hover .youtube_text {
    color:#fff;
}


/*.infographic_btn:hover .infographic_img img {

     opacity: 0.4;
     filter: alpha(opacity=40); /* For IE8 and earlier */

}

.infographic_img img:hover {

     opacity: 0.4;
     filter: alpha(opacity=40); /* For IE8 and earlier */

}*/



.infographic_btn a {
color:#fff;
}

.infographic_text_bg {
position:relative;
z-index:555;
text-align:left;
margin:-70px 0 0 0;
padding:10px;
width:220px;
height:50px;
color:#fff;

 background:rgb(226,226,226); ;  
    background: transparent\9;  
    background:rgba(226,226,226,0.7);  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);  
    zoom: 1; 

pointer-events:all;
visibility: hidden;
}

.infographic_text {
color:#0178BA;
width:200px;
height:40px;
/*font-weight:bold; */
font-size:14px;
line-height:1.2em;
font-weight:bold;
z-index:556;
 filter: alpha(opacity=100);
  /* IE */
  -moz-opacity: 1.0;
  /* Mozilla */
  opacity: 1.0;
  /* CSS3 */ 

pointer-events:all;
visibility: hidden;
}

.infographic_btn:hover .infographic_text_bg {
    background:rgb(8,112,176); ;  
    background: transparent\9;  
    background:rgba(8,112,176,0.7);  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);  
    zoom: 1; 
    visibility: visible;
}

.infographic_btn:hover .infographic_text {
    color:#fff;
    visibility: visible;
}

/*-------------------------------------------------------------------------------*/
/* New News Room(by Tony 09152015) */
 /*----------------------------------------------------------------------------------- */

#pagecontent_newsroom_full {padding: 0; clear: both; display: block; max-width: 1000px; margin: 0 auto; min-height: 192px;}

@media only screen and (max-width: 1260px) {
#pagecontent_newsroom_full {max-width:auto; padding:20px;}
}

.new_newsroom_content 
{
float:left; margin-top:10px; text-align:left; width:100%;
font-size:0.95em;
}

@media screen and (max-width: 999px) {
.new_newsroom_content {
    width: 90%;
    margin: 10px 20px 0 10px;
}
}


.new_newsroom_content p 
{
font-size:0.95em;
margin:0;
}

.new_newsroom_content li 
{
font-size:0.95em;
}
.new_newsroom_content h2 {
font-size:1.24em; font-weight:bold
}

.new_newsroom_content a {
color:#0178BA;
}

.new_newsroom_content a:hover {
color:#164469;
}

.new_newsroom_content a h2{
color:#0178BA;
}

.new_newsroom_content a h2:hover{
color:#164469;
}

.new_newsroom_content li a {
color:#0178BA;
}

.new_newsroom_content li a:hover {
color:#164469;
}

.new_newsroom_content2 {
text-align:center;
margin-bottom:10px;
}

.new_newsroom_content2 a {
font-weight:bold;
color:#0178BA;
font-size:12px;
}

.new_newsroom_content2 a:hover {
color:#164469;
}

.news_new_featured {
position:relative; display:inline-block;
}

.news_new_featured_img {
float:left; align:left;
}

.news_new_featured_img img {
margin:5px 10px 0 0;
width:120px;
}

.new_newsroom_50-50_col1 {float: left; clear:none; width: 50%; margin-left: 2%; line-height: 1.6em;}
.new_newsroom_50-50_col2{float: left; clear:none; width: 35%;margin-left: 2%;line-height: 1.6em;}
.new_newsroom_50-50_col1 h2, .new_newsroom_50-50_col2 h2{border-bottom: 0px solid #cccccc; margin-bottom:10px;}
.new_newsroom_50-50_col1 a, .new_newsroom_50-50_col2 a {font-weight: bold;}
.new_newsroom_50-50_col1 ul {border-right: 0px solid #cccccc;padding-right: .75em; margin-right: 0!important;}
.new_newsroom_50-50_col1 ul li, .new_newsroom_50-50_col2 ul li {padding: 0 0 .5em .7em;}

@media screen and (max-width: 767px){
.new_newsroom_50-50_col1 {float: none; clear:both; width: 94%; margin-left: 0;}
.new_newsroom_50-50_col2{float: none; clear:both; width: 95%;margin-left: 0; margin-top: 1em;}
.new_newsroom_50-50_col1 ul {border: 0;}
.new_newsroom_30-70_col1 {float: none; clear:both; width: 94%; margin-left: 3%; line-height: 1.6em;}
.new_newsroom_30-70_col2 {float: none; clear:both; width: 94%; margin-left: 3%; line-height: 1.6em;}
.new_newsroom_70-30_col1 {float: left; clear:none; width: 94%; margin-left: 3%; line-height: 1.6em;}
.new_newsroom_70-30_col2{float: left; clear:none; width: 94%;margin-left: 3%;line-height: 1.6em;}
}


/*#new_newsroom_search {display: none;}
.givetop {display: none;}
}*/

/* Newsroom search
-----------------------------------------------------*/
.new_newsroom_search  {float: left; clear: none; margin: 0 0px 0 0; padding: 0; position: relative; text-align:right;} 
.new_newsroom_search form {margin: 0; padding: 0; position: relative;}
.new_newsroom_searchinput {width:190px; border: 1px solid #0178BA;margin: 0; padding: 0px; position: relative; left: -4px; background-color: #FBFEFE; display: inline;color: #666666; border-radius:0px; -moz-border-radius:0px; margin-left: 0px; display: inline-block; height: 22px; }
.new_newsroom_searchsubmit{border: 0; margin:0; padding:0; border-left: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; border-radius:0px; -moz-border-radius:0px;display: inline-block; position: relative; top: 4px; height: 24px; }
.new_newsroom_searchsubmit .searchbutton {margin-top:3px; padding-top:3px;}
.new_newsroom_search input[type="text"]{border: 0!important; padding: 0px!important; background: none!important;position: relative; top: -2px; height: 24px; padding-left: 4px!important;}
.new_newsroom_search input[type="image"] {margin: 0;}

@media screen and (max-width: 999px){
    .new_newsroom_searchinput {padding: 0!important;}
}
@media screen and (max-width: 768px){
    .new_newsroom_search form {left: 20px;}
    .new_newsroom_searchinput input {top: 0px;}
    .new_newsroom_search input[type="text"] {top: -4px; left: -1px;}
}
@media only screen and (min-device-width: 650px) and (max-width: 1024px) {
    .new_newsroom_search form {margin: 0; margin: 7px 0 0 3px; padding: 0; position: relative;}
}
@media screen and (max-width: 768px){.st-install-322P_d857drRk7et_1ai .st-default-autocomplete {width: 400px!important; margin-left: 0px;}}
@media screen and (max-width: 600px){.st-install-322P_d857drRk7et_1ai .st-default-autocomplete {width: 360px!important; margin-left: 0px;}}
@media screen and (max-width: 400px){.st-install-322P_d857drRk7et_1ai.st-default-autocomplete {width: 320px!important; margin-left: 0px;}}



/* FB Album - Tony Start */
/* --------------------- */
* {
	margin:							0px;
	padding:						0px;
}
#FB_Album_Frame,
.FB_Album_Frame {
	padding:						10px 0px 10px 0px;
	margin-top:						20px;
	/*margin-left: 					auto;*/
	/*margin-right: 					auto;*/
	margin-bottom:					20px;
	position: 						relative;
	/*border: 						solid 1px #CCCCCC;
	-webkit-border-radius:			3px;
	-moz-border-radius:				3px;
	border-radius:					3px;
	-webkit-box-shadow: 			0px 5px 30px #D8D8D8;
	-moz-box-shadow: 				0px 5px 30px #D8D8D8;
	-o-box-shadow: 					0px 5px 30px #D8D8D8;
	box-shadow:					 	0px 5px 30px #D8D8D8;*/
	z-index: 						1;
}
#FB_Album_Frame *,
.FB_Album_Frame * {
	moz-box-sizing: 				content-box !important;
	-webkit-box-sizing: 			content-box !important;
	box-sizing: 					content-box !important;
	o-box-sizing: 					content-box !important;
}
#FB_Album_Frame.Transparent,
.FB_Album_Frame.Transparent {
	background:						transparent url('images/transparent.png') repeat center top;
}
#FB_Album_Frame.NoRadius,
.FB_Album_Frame.NoRadius {
	-webkit-border-radius:			0px;
	-moz-border-radius:				0px;
	border-radius:					0px;
}
#FB_Album_Frame.NoShadow,
.FB_Album_Frame.NoShadow {
	-webkit-box-shadow: 			none;
	-moz-box-shadow: 				none;
	-o-box-shadow: 					none;
	box-shadow:					 	none;
}
#FB_Album_Display,
.FB_Album_Display {
	padding: 						0px;
	margin-left: 					auto;
	margin-right: 					auto;
	margin-top: 					0px;
	width: 							100%;
	z-index: 						1;
	display:						none;
}
#FB_Album_Loader,
.FB_Album_Loader {
	width: 							100%;
	height:							auto;
	margin-left: 					auto;
	margin-right:					auto;
	margin-top:						20px;
	margin-bottom:					20px;
	display:						block;
}
#FB_Album_Loader_Spinner,
.FB_Album_Loader_Spinner {
	background:						url("images/ajax-loader.gif") no-repeat bottom center;
	width: 							128px;
	height:							128px;
	margin-left: 					auto;
	margin-right:					auto;
	display:						block;
}
#FB_Album_Loader_Setup,
/*.FB_Album_Loader_Setup {
	background:						url("images/large-gears.gif") no-repeat bottom center;
	width: 							344px;
	height:							344px;
	margin-left: 					auto;
	margin-right:					auto;
	display:						block;
}*/

/*#FB_Album_Loader_Circle,
.FB_Album_Loader_Circle {
	width: 							200px;
	height: 						200px;
	margin: 						20px auto;
	display:						block;
}*/

#FB_Album_Loader_Message,
.FB_Album_Loader_Message {
	width: 							100%;
	display: 						block;
	text-align: 					center;
	font-weight: 					bold;
	text-shadow: 					4px 4px 10px rgba(150, 150, 150, 1);
}
#FB_Error_Display,
.FB_Error_Display {
	padding: 						0px;
	margin-left: 					auto;
	margin-right: 					auto;
	margin-top: 					0px;
	width: 							100%;
	z-index: 						1;
	display:						none;
	color: 							red;
	font-weight: 					bold;
	text-align: 					center;
	line-height: 					30px;
}
#FB_Album_iFrame,
.FB_Album_iFrame {
	padding:						10px 0px 10px 0px;
	margin-top:						0px;
	margin-left: 					auto;
	margin-right: 					auto;
	margin-bottom:					0px;
	position: 						relative;
	border: 						solid 0px #CCCCCC;
	-webkit-border-radius:			0px;
	-moz-border-radius:				0px;
	border-radius:					0px;
	background:						url('images/galleries_bg.gif') repeat;
	z-index: 						10;
}
#FB_Album_iFrame *,
.FB_Album_iFrame * {
	moz-box-sizing: 				content-box !important;
	-webkit-box-sizing: 			content-box !important;
	box-sizing: 					content-box !important;
	o-box-sizing: 					content-box !important;
	font-family:					Verdana;
}


/* Infinite Scroll Settings */
/* ------------------------ */
#FB_Album_Infinite_Load,
.FB_Album_Infinite_Load {
	position: 						fixed;
    background: 					none repeat scroll 0 0 #000000;
    border-radius: 					10px 10px 10px 10px;
    bottom: 						40px;
    color: 							#FFFFFF;
    left: 							45%;
	-webkit-opacity: 				0.8;
	-moz-opacity: 					0.8;
	filter:							alpha(opacity=80);
	opacity: 						0.8;
    padding: 						10px;
    text-align: 					center;
    width: 							200px;
    z-index: 						9999;
}
#FB_Album_Infinite_Load #FB_Album_Infinite_Image,
.FB_Album_Infinite_Load .FB_Album_Infinite_Image {
	width:							70px;
	height:							70px;
	margin:							0px auto;
	background:						url("images/infinite_load.gif") no-repeat;
}
#FB_Album_Infinite_More,
.FB_Album_Infinite_More {
	margin:							0px auto;
	height:							45px;
	border-top:						2px solid #DDDDDD;
	width:							100%;
	margin-top:						10px;
}
#FB_Album_Infinite_More_Text,
.FB_Album_Infinite_More_Text {
	margin:							0px auto;
	text-align:						center;
	font-weight:					bold;
	font-size:						15px;
	line-height:					15px;
	padding-top:					15px;
}
#FB_Album_Infinite_More_Arrow_Left,
.FB_Album_Infinite_More_Arrow_Left {
	background:						url("images/arrow_down_green_animated.gif") no-repeat;
	width:							41px;
	height:							45px;
	float:							left;
	margin-left:					20px;
}
#FB_Album_Infinite_More_Arrow_Right,
.FB_Album_Infinite_More_Arrow_Right {
	background:						url("images/arrow_down_green_animated.gif") no-repeat;
	width:							41px;
	height:							45px;
	float:							right;
	margin-right:					20px;
	margin-top: 					-30px;
}


/* Mobile Screen Adjustments */
/* ------------------------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    #FB_Album_Frame,
	.FB_Album_Frame {
        max-width: 					480px;
        width: 						100% !important;
		border: 					none;
        padding: 					0;
        margin: 					0 auto;
    }
	#FB_Album_Frame .paginationButtons.ControlsTop,
	.FB_Album_Frame .paginationButtons.ControlsTop,
	#FB_Album_Frame .paginationButtons.ControlsBottom,
	.FB_Album_Frame .paginationButtons.ControlsBottom {
		height: 					auto;
	}
	#FB_Album_Frame .paginationButtons.ControlsTop .defaultPaginationInfo,
	.FB_Album_Frame .paginationButtons.ControlsTop .defaultPaginationInfo,
	#FB_Album_Frame .paginationButtons.ControlsBottom .defaultPaginationInfo,
	.FB_Album_Frame .paginationButtons.ControlsBottom .defaultPaginationInfo {
		margin-top: 				40px;
	}
	#FB_Album_Frame .paginationButtons.ControlsTop .defaultPaginationInfo .pagingInfo,
	.FB_Album_Frame .paginationButtons.ControlsTop .defaultPaginationInfo .pagingInfo,
	#FB_Album_Frame .paginationButtons.ControlsBottom .defaultPaginationInfo .pagingInfo,
	.FB_Album_Frame .paginationButtons.ControlsBottom .defaultPaginationInfo .pagingInfo,
	#FB_Album_Frame .paginationButtons.ControlsTop .defaultPaginationInfo .thumbnailStage,
	.FB_Album_Frame .paginationButtons.ControlsTop .defaultPaginationInfo .thumbnailStage,
	#FB_Album_Frame .paginationButtons.ControlsBottom .defaultPaginationInfo .thumbnailStage,
	.FB_Album_Frame .paginationButtons.ControlsBottom .defaultPaginationInfo .thumbnailStage {
		font-size: 					10px;
		width: 						40%;
		margin: 					0 5%;
	}
	#FB_Album_Frame .FB_Album_Frame_Mobile #fb-album-header .albumTitle,
	.FB_Album_Frame .FB_Album_Frame_Mobile #fb-album-header .albumTitle,
	#FB_Album_Frame .FB_Album_Frame_Mobile #fb-album-header .albumTitle,
	.FB_Album_Frame .FB_Album_Frame_Mobile #fb-album-header .albumTitle {
		width: 						85%;
		white-space: 				nowrap;
		overflow: 					hidden;
		text-overflow: 				ellipsis;
	}
	#FB_Album_Frame .FB_Album_Frame_Mobile #fb-albums-all .albumWrapper .albumHead,
	.FB_Album_Frame .FB_Album_Frame_Mobile #fb-albums-all .albumWrapper .albumHead,
	#FB_Album_Frame .FB_Album_Frame_Mobile #fb-albums-all .albumWrapper .albumHead,
	.FB_Album_Frame .FB_Album_Frame_Mobile #fb-albums-all .albumWrapper .albumHead {
		white-space: 				nowrap;
		overflow: 					hidden;
		text-overflow: 				ellipsis;
	}
}


/* Sub Element Settings */
/* -------------------- */
#fb-albums-controls,
.fb-albums-controls {
	width: 							100%;
}
#fb-albums-controls-clear,
.fb-albums-controls-clear {
	clear: 							both;
}
#fb-albums-all,
.fb-albums-all,
#fb-album-content,
.fb-album-content {
	width: 							100%;
	/*width:1300px;*/

	/*margin:							0px auto 0px auto;*/
}
#fb-albums-all,
.fb-albums-all {
	text-align:						center;
}
#fb-albums-all.albumwall,
.fb-albums-all.albumwall {
	padding-top: 					20px !important;
	padding-bottom: 				20px !important;
}
#fb-album-header,
.fb-album-header,
#fb-album-footer,
.fb-album-footer {
	margin: 						0px;
	padding: 						0px;
}
#fb-album-footer,
.fb-album-footer {
	color: 							#808080;
	font-weight:					bold;
	font-size:						10px;
}
#fb-album-header .seperator,
.fb-album-header .seperator,
#fb-album-footer .seperator,
.fb-album-footer .seperator {
	margin:							15px 0px 15px 0px;
	border-bottom: 					1px dotted #CCCCCC;
}
#fb-album-header .seperator.Floater,
.fb-album-header .seperator.Floater {
	margin:							15px 0px 0px 0px;
	/* border-bottom: 					1px dotted #CCCCCC; */
	border-bottom: 0;
}
#fb-album-header p,
.fb-album-header p,
#fb-album-footer p,
.fb-album-footer p {
	margin: 						0px;
	padding: 						0px;
	color: 							#333;
    font-family: "Benton Sans Medium", arial, sans-serif;
	text-align: 					justify;
	font-style: normal;
	font-size: 						13px;
}
#fb-album-header .BackButton,
.fb-album-header .BackButton,
#fb-album-footer .BackButton,
.fb-album-footer .BackButton,
#fb-album-header .BackButton2,
.fb-album-header .BackButton2,
#fb-album-footer .BackButton2,
.fb-album-footer .BackButton2,
.paginationMain .paginationBar .paginationControls .BackButton,
#fb-album-header .albumCommentsShow,
.fb-album-header .albumCommentsShow
 {
	text-align: center;border: 0;width: 154px; margin: 0 auto;margin-bottom: 13px;padding: 4px;text-transform: uppercase;line-height: 1.4em;font-size: .7em;font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal;color: #0178BA;display: block;background-color: #ffffff;border: 1px solid #0178BA;
	float:right;
	margin-top:10px;
	margin-right:10px;
}

@media only screen and (max-width: 520px) {
#fb-album-header .BackButton,
.fb-album-header .BackButton,
#fb-album-footer .BackButton,
.fb-album-footer .BackButton,
.paginationMain .paginationBar .paginationControls .BackButton,
#fb-album-header .albumCommentsShow,
.fb-album-header .albumCommentsShow
 {
	text-align: center;border: 0;width: 154px; text-transform: uppercase;line-height: 1.4em;font-size: .7em;font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal;color: #0178BA; background-color: #ffffff;border: 1px solid #0178BA;
	margin-top:100px;
}

#fb-album-header .BackButton2,
.fb-album-header .BackButton2,
#fb-album-footer .BackButton2,
.fb-album-footer .BackButton2,
 {
	text-align: center;border: 0;width: 154px; text-transform: uppercase;line-height: 1.4em;font-size: .7em;font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal;color: #0178BA; background-color: #ffffff;border: 1px solid #0178BA;
    margin-top:100px;
	margin-left:20px;
	padding-left:20px;
    position:relative;
	float:right;
}

}


.paginationMain .paginationBar .paginationControls .BackButton {
	margin-top: 					12px;
}
#fb-album-header .albumCommentsShow,
.fb-album-header .albumCommentsShow {
	width: 							150px;
	margin-left: 					0px;
	margin-right: 					20px;
	margin-top: 					10px;
}
#fb-album-header .BackButton:hover,
.fb-album-header .BackButton:hover,
#fb-album-footer .BackButton:hover,
.fb-album-footer .BackButton:hover,
#fb-album-header .BackButton2:hover,
.fb-album-header .BackButton2:hover,
#fb-album-footer .BackButton2:hover,
.fb-album-footer .BackButton2:hover,
.paginationMain .paginationBar .paginationControls .BackButton:hover,
#fb-album-header .albumCommentsShow:hover,
.fb-album-header .albumCommentsShow:hover {
background-color: #0178BA; text-decoration: none; color: #ffffff; border: 1px solid #0178BA;
}

/*#fb-album-header .BackButton:before,
.fb-album-header .BackButton:before,
#fb-album-footer .BackButton:before,
.fb-album-footer .BackButton:before,
.paginationMain .paginationBar .paginationControls .BackButton:before {
	font-family: 					'fbgallery';
	content: 						"\e603";
	font-size: 						16px;
	line-height:					16px;
	display: 						block;
	height: 						16px;
	left: 							15px;
	position: 						absolute;
	top: 							6px;
	width: 							16px;
}*/

#fb-album-header .albumCommentsShow:before,
.fb-album-header .albumCommentsShow:before {
	font-family: 					'fbgallery';
	content: 						"\e60d";
	display: 						block;
	font-size: 						16px;
	line-height:					16px;
	left: 							15px;
	position: 						absolute;
	top: 							4px;
	width: 							16px;
}
#fb-album-footer ul.TopButton,
.fb-album-footer ul.TopButton {
	list-style: 					none outside none;
    margin: 						0px 20px 0px 0px;
    padding: 						0px;
    text-decoration: 				none;
	float: 							right;
}
#fb-album-footer ul.TopButton li,
.fb-album-footer ul.TopButton li {
	display: 						block;
	line-height: 					25px;
	text-align:						center;
	position: 						relative;
	padding:						0px 5px;
	/*margin-top: 					10px;*/
	margin-left: 					20px;
	margin-bottom: 					5px;
	font-weight: 					bold;
	display: 						inline-block;
	*display: 						inline;
	font-size: 						12px;
	text-decoration: 				none;
	zoom: 							1;
	background: 					#ffffff; /* Old browsers */
	background: 					-moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: 					-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: 					-webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: 					-o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: 					-ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: 					linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: 						progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	text-shadow: 					0px 2px 0px #fff;
	border: 						solid 1px #ccc;
	color: 							#555;
}
#fb-album-footer ul.TopButton li:hover,
.fb-album-footer ul.TopButton li:hover {
	cursor: 						pointer;
	text-decoration: 				none;
	background-color: 				#ccc;
	border-color: 					#aaa;
	color: 							#D54E21;
	background: 					#ffffff; /* Old browsers */
	background: 					-moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #EAD3D3 100%); /* FF3.6+ */
	background: 					-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#EAD3D3)); /* Chrome,Safari4+ */
	background: 					-webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#EAD3D3 100%); /* Chrome10+,Safari5.1+ */
	background: 					-o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#EAD3D3 100%); /* Opera 11.10+ */
	background: 					-ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#EAD3D3 100%); /* IE10+ */
	background: 					linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#EAD3D3 100%); /* W3C */
	filter: 						progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EAD3D3',GradientType=0 ); /* IE6-9 */
}
#fb-album-footer ul.TopButton li a .Album_To_Top,
.fb-album-footer ul.TopButton li a .Album_To_Top {
	width: 							30px;
	height:							30px;
	margin:							0px auto;
	position: 						relative;
	text-align: 					center;
}
#fb-album-footer ul.TopButton li a .Album_To_Top:before,
.fb-album-footer ul.TopButton li a .Album_To_Top:before {
	font-family: 					'fbgallery';
	content: 						'\e63c';
	position: 						absolute;
	top: 							6px;
	left: 							6px;
	font-size: 						16px;
	line-height: 					16px;
	font-weight: 					bold;
}


/* General Album Thumbnail Settings */
/* -------------------------------- */
.albumWrapper {
	padding: 						0px;
	/*float:						inherit;*/
	margin-top:						0px !important;
	margin-bottom:					-50px !important;
	z-index:						20;
	width:1600px;
}
.FB_Album_Frame_Mobile .albumWrapper {
	display: 						none !important;
	/*float: 						left;*/
	-webkit-transition: 			all 1s ease-in-out;
	-moz-transition: 				all 1s ease-in-out;
	-o-transition: 					all 1s ease-in-out;
	transition: 					all 1s ease-in-out;
}
.FB_Album_Frame_Mobile .albumWrapper.Hiding {
	display: 						none !important;
}
.FB_Album_Frame_Mobile .albumWrapper.Showing {
	display: 						inline-block !important;
}
.albumWrapper:hover {
	z-index: 						8888;
}
.albumWrapper.albumwall {
	margin-top:						0px !important;
	margin-bottom:					0px !important;
}

.albumWrapper .albumThumb {
	background: 					none repeat scroll 0 0 #FFFFFF;
	/*border: 						1px solid #CCCCCC !important;*/
	display: 						inline-block;
	outline: 						medium none;
	/*padding: 						5px;*/
	position: 						relative;
	/*float: 						left;*/
	vertical-align:					bottom;
	overflow: 						hidden;
}
.albumWrapper .albumThumb.albumwall {
	margin-bottom: 					0px !important;
	overflow:						hidden;
}

.albumWrapper .albumThumb:hover,
.albumWrapper .albumThumb:hover .albumThumbWrap {
	/*border: 						1px solid rgba(205, 100, 65, 0.8);
    box-shadow: 					0 0 5px rgba(205, 100, 65, 1);
    -webkit-box-shadow: 			0 0 5px rgba(205, 100, 65, 1);
    -moz-box-shadow: 				0 0 5px rgba(205, 100, 65, 1);
	z-index: 						9999999;*/
}
.albumWrapper .albumThumb .albumThumbWrap {
	background: 					#FFFFFF;
	border: 						0px solid #CCCCCC;
	top: 							0px;
	left: 							0px;
	padding: 						0px;
	position: 						absolute;
	float: 							left;	
	overflow:						hidden;
}
.FB_Album_Frame_Mobile .albumWrapper .albumThumb,
.FB_Album_Frame_Mobile .albumWrapper .albumThumb .albumThumbWrap {
	-webkit-transition: 			all 1s ease-in-out;
	-moz-transition: 				all 1s ease-in-out;
	-o-transition: 					all 1s ease-in-out;
	transition: 					all 1s ease-in-out;
}
.albumWrapper .albumThumb .albumThumbWrap i.fb-album-spinner,
.albumWrapper .albumThumb .albumThumbWrap span.fb-album-spinner {
	position: 						absolute;
	padding: 						0px;
	top: 							0px;
	left: 							0px;
    background-image:       		url('images/loading-gallery.gif');
    background-repeat:      		no-repeat;
    background-position:    		center;
	background-color: 				#000000;
	border: 						0px solid #CCCCCC;
	z-index: 						10;
	-ms-filter: 					"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: 						alpha(opacity=30);
	-moz-opacity: 					0.3;
	-khtml-opacity: 				0.3;
	opacity: 						0.3;
}
.albumWrapper .albumThumb .albumThumbWrap i.fb-album-spinner.albumwall,
.albumWrapper .albumThumb .albumThumbWrap span.fb-album-spinner.albumwall {
	left: 							0px !important;
	top: 							0px !important;
}
.albumWrapper .albumThumb .albumThumbWrap i.fb-album-title,
.albumWrapper .albumThumb .albumThumbWrap span.fb-album-title {
	position: 						absolute;
	padding: 						0px;
	top: 							-50px;
	left: 							0px;
	height:							20px;
	background:						#DDDDDD;
	border-top:						0px solid #CCCCCC;
	-webkit-box-shadow: 			0px 0px 4px #000;
	-moz-box-shadow: 				0px 0px 4px #000;
	box-shadow: 					0px 0px 4px #000;
	-ms-filter: 					"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: 						alpha(opacity=0);
	-moz-opacity: 					0;
	-khtml-opacity: 				0;
	opacity: 						0;
	z-index:						60;
	text-align: 					justify;
	font-weight: 					bold;
	white-space: 					nowrap;
	overflow: 						hidden;
	text-overflow: 					ellipsis;
}
.albumWrapper .albumThumb .albumThumbWrap i.fb-album-overlay,
.albumWrapper .albumThumb .albumThumbWrap span.fb-album-overlay {
	position: 						absolute;
	/*padding: 						5px;*/
	top: 							0px;
	left: 							0px;
	background-color: 				#000;
	-webkit-box-shadow: 			0px 0px 4px #000;
	-moz-box-shadow: 				0px 0px 4px #000;
	box-shadow: 					0px 0px 4px #000;
	-ms-filter: 					"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: 						alpha(opacity=0);
	-moz-opacity: 					0;
	-khtml-opacity: 				0;
	opacity: 						0;
	z-index:						50;
}

.albumWrapper .albumThumb .albumThumbWrap i.fb-album-overlay .fb-album-overlay-icon,
.albumWrapper .albumThumb .albumThumbWrap span.fb-album-overlay .fb-album-overlay-icon {
	position: 						absolute;
	top: 							-75px;
	left: 							-75px;
	height: 						75px;
	width: 							75px;
    background-image:       		url('images/magnifier-plus.png');
    background-repeat:      		no-repeat;
    background-position:    		center;
	filter: 						alpha(opacity=0);
	-moz-opacity: 					0;
	-khtml-opacity: 				0;
	opacity: 						0;
	z-index:						60;
}
.albumWrapper .albumThumb .albumThumbWrap i.fb-album-loading,
.albumWrapper .albumThumb .albumThumbWrap span.fb-album-loading {
	position: 						absolute;
	/*padding: 						5px;*/
	top: 							0px;
	left: 							0px;
    background-image:       		url('images/loading-gallery.gif');
    background-repeat:      		no-repeat;
    background-position:    		center;
	background-color: 				#000000;
	z-index: 						10;
	-webkit-box-shadow: 			0px 0px 4px #000;
	-moz-box-shadow: 				0px 0px 4px #000;
	box-shadow: 					0px 0px 4px #000;
	-ms-filter: 					"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: 						alpha(opacity=0);
	-moz-opacity: 					0;
	-khtml-opacity: 				0;
	opacity: 						0;
}
.albumWrapper .albumThumb .albumThumbWrap i.fb-album-thumb,
.albumWrapper .albumThumb .albumThumbWrap span.fb-album-thumb {
	background-color: 				#EEEEEE;
	background-repeat: 				no-repeat;
	display: 						block;
	background-position:			center;
	/* background-position:			top; */
	overflow:						hidden;
	-webkit-background-size:		contain;
	-moz-background-size: 			contain;
	-o-background-size: 			contain;
	background-size: 				contain;
	background-position: 50% 30%;
    background-size: cover !important;

}
.albumWrapper .albumThumb .albumThumbWrap i.fb-album-blur,
.albumWrapper .albumThumb .albumThumbWrap span.fb-album-blur {
	position: 						absolute;
	top: 							0px;
	left: 							0px;
	-ms-filter: 					"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: 						alpha(opacity=0);
	-moz-opacity: 					0;
	-khtml-opacity: 				0;
	opacity: 						0;
	z-index:						40;
}
.albumWrapper .albumThumb .albumThumbWrap i.fb-album-shareme,
.albumWrapper .albumThumb .albumThumbWrap span.fb-album-shareme {
	position: 						absolute;
	padding: 						5px;
	bottom: 						-50px;
	left: 							0px;
	height:							25px;
	background:						#DDDDDD;
	border-top:						1px solid #CCCCCC;
	-webkit-box-shadow: 			0px 0px 4px #000;
	-moz-box-shadow: 				0px 0px 4px #000;
	box-shadow: 					0px 0px 4px #000;
	-ms-filter: 					"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: 						alpha(opacity=0);
	-moz-opacity: 					0;
	-khtml-opacity: 				0;
	opacity: 						0;
	z-index:						60;
}
.albumWrapper .albumDetails {
	/*float:						left;*/
	padding-bottom: 				5px;
	font-size: 						11px;
	font-family: 					"lucida grande", tahoma, verdana, arial, sans-serif;
}
.albumWrapper .albumDetails.albumwall {
	background:						#FFFFFF;
	border: 						1px solid #DDDDDD;
	padding-left: 					5px;
	padding-right: 					5px;
	padding-bottom: 				5px;
}
.albumWrapper .albumDetails .albumShare {
	margin-bottom:					6px;
	border-bottom: 					1px solid #CCCCCC;
}
.albumWrapper .albumDetails .albumText {
	width: 							95%;
	margin:							0px;
}
.albumWrapper .albumDetails .albumText a {
	color: 							#3B5998;
	cursor: 						pointer;
	text-decoration: 				none;
}
.albumWrapper .albumDetails .albumText a:hover {
	text-decoration: 				underline;
}
.albumWrapper .albumDetails .albumText .albumInfoText .albumCount,
.albumWrapper .albumDetails .albumText .albumInfoText .albumCreate,
.albumWrapper .albumDetails .albumText .albumInfoText .albumUpdate,
.albumWrapper .albumDetails .albumText .albumInfoText .albumNumber {
	color: 							#808080;
	width:							85px;
	display: 						block;
	text-align: 					left;
	float: 							left;
}





/* General Photo Thumbnail Settings */
/* -------------------------------- */
.photoWrapper {
	padding: 						0px;
	/*float: 						inherit;*/
}
.FB_Album_Frame_Mobile .photoWrapper {
	display: 						none !important;
	/*float: 						left;*/
	-webkit-transition: 			all 1s ease-in-out;
	-moz-transition: 				all 1s ease-in-out;
	-o-transition: 					all 1s ease-in-out;
	transition: 					all 1s ease-in-out;
}
.FB_Album_Frame_Mobile .photoWrapper.Hiding {
	display: 						none !important;
}
.FB_Album_Frame_Mobile .photoWrapper.Showing {
	display: 						inline-block !important;
}
.photoWrapper:hover {
	z-index: 						8888;
}
.photoWrapper .photoThumb {
	background: 					none repeat scroll 0 0 #FFFFFF;
	border: 						0px solid #CCCCCC !important;
	display: 						inline-block;
	outline: 						medium none;
	/*padding: 						5px;*/
	position: 						relative;
	/*float: 						left;*/
	vertical-align:					bottom;
}
.photoWrapper .photoThumb:hover {
    /*box-shadow: 					0 0 5px rgba(205, 100, 65, 1);
    -webkit-box-shadow: 			0 0 5px rgba(205, 100, 65, 1);
    -moz-box-shadow: 				0 0 5px rgba(205, 100, 65, 1);
    border: 						1px solid rgba(205, 100, 65, 0.8);
	cursor:							pointer;*/
}
.photoWrapper .photoThumb.photowall {
	margin-bottom: 					0px !important;
	overflow:                       hidden;
}
.photoWrapper .photoThumb.ShadowCSS3 {
	/*-webkit-box-shadow: 			0px 0px 0px 1px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 				0px 0px 0px 1px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 					0px 0px 0px 1px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.3);*/
}
.photoWrapper .photoThumb span.ClearTape,
.photoWrapper .albumThumb span.ClearTape {
	width: 							77px;
	height: 						27px;
	display: 						block;
	position: 						absolute;
	top: 							-12px;
	z-index:						8888;
	left: 							50px;
	background: 					url('images/tape.png') no-repeat;
}
.photoWrapper .photoThumb span.YellowTape,
.photoWrapper .albumThumb span.YellowTape {
	width: 							115px;
	height: 						32px;
	display: 						block;
	position: 						absolute;
	z-index:						8888;
	top: 							-13px;
	left: 							30px;
	background: 					url('images/tape2.png') no-repeat;
}
.photoWrapper .photoThumb span.PushPin,
.photoWrapper .albumThumb span.PushPin {
	width: 							28px;
	height: 						21px;
	display: 						block;
	position: 						absolute;
	z-index:						8888;
	top: 							-8px;
	background: 					url('images/pin.png') no-repeat;
}
.photoWrapper .photoThumb .photoThumbWrap {
	position: 						absolute;
	float: 							left;
	overflow:                       hidden;
}
.FB_Album_Frame_Mobile .photoWrapper .photoThumb,
.FB_Album_Frame_Mobile .photoWrapper .photoThumb .photoThumbWrap {
	-webkit-transition: 			all 1s ease-in-out;
	-moz-transition: 				all 1s ease-in-out;
	-o-transition: 					all 1s ease-in-out;
	transition: 					all 1s ease-in-out;
}
.photoWrapper .photoThumb .photoThumbWrap i.fb-photo-spinner,
.photoWrapper .photoThumb .photoThumbWrap span.fb-photo-spinner {
	position: 						absolute;
	/*padding: 						5px;*/
	top: 							0px;
	left: 							0px;
    background-image:       		url('images/loading-gallery.gif');
    background-repeat:      		no-repeat;
    background-position:    		center;
	background-color: 				#000000;
	z-index: 						10;
	-ms-filter: 					"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: 						alpha(opacity=30);
	-moz-opacity: 					0.3;
	-khtml-opacity: 				0.3;
	opacity: 						0.3;
}
.photoWrapper .photoThumb .photoThumbWrap i.fb-photo-overlay,
.photoWrapper .photoThumb .photoThumbWrap span.fb-photo-overlay {
	position: 						absolute;
	/*padding: 						4px;*/
	top: 							0px;
	left: 							0px;
	background-color: 				#000000;
	-webkit-box-shadow: 			0px 0px 4px #000;
	-moz-box-shadow: 				0px 0px 4px #000;
	box-shadow: 					0px 0px 4px #000;
	-ms-filter: 					"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: 						alpha(opacity=0);
	-moz-opacity: 					0;
	-khtml-opacity: 				0;
	opacity: 						0;
	z-index: 						50;
}
.photoWrapper .photoThumb .photoThumbWrap i.fb-photo-overlay .fb-photo-overlay-icon,
.photoWrapper .photoThumb .photoThumbWrap span.fb-photo-overlay .fb-photo-overlay-icon {
	position: 						absolute;
	top: 							-75px;
	left: 							-75px;
	height: 						75px;
	width: 							75px;
    background-image:       		url('images/magnifier.png');
    background-repeat:      		no-repeat;
    background-position:    		center;
	filter: 						alpha(opacity=0);
	-moz-opacity: 					0;
	-khtml-opacity: 				0;
	opacity: 						0;
	z-index:						60;
}
.photoWrapper .photoThumb .photoThumbWrap i.fb-photo-thumb,
.photoWrapper .photoThumb .photoThumbWrap span.fb-photo-thumb {
	background-color: 				#EEEEEE;
	background-repeat: 				no-repeat;
	display: 						block;
	background-position:			center;
	overflow:						hidden;
	-webkit-background-size:		contain;
	-moz-background-size: 			contain;
	-o-background-size: 			contain;
	background-size: 				contain;
}
.photoWrapper .photoThumb .photoThumbWrap i.fb-photo-blur,
.photoWrapper .photoThumb .photoThumbWrap span.fb-photo-blur {
	position: 						absolute;
	top: 							0px;
	left: 							0px;
	-ms-filter: 					"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: 						alpha(opacity=0);
	-moz-opacity: 					0;
	-khtml-opacity: 				0;
	opacity: 						0;
	z-index:						40;
}
.photoWrapper .photoThumb .photoThumbWrap i.fb-photo-shareme,
.photoWrapper .photoThumb .photoThumbWrap span.fb-photo-shareme {
	position: 						absolute;
	padding: 						5px;
	bottom: 						-50px;
	left: 							0px;
	height:							25px;
	background:						#DDDDDD;
	border-top:						1px solid #CCCCCC;
	-webkit-box-shadow: 			0px 0px 4px #000;
	-moz-box-shadow: 				0px 0px 4px #000;
	box-shadow: 					0px 0px 4px #000;
	-ms-filter: 					"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: 						alpha(opacity=0);
	-moz-opacity: 					0;
	-khtml-opacity: 				0;
	opacity: 						0;
	z-index:						60;
}
.photoWrapper .photoDetails {
	/*float:						left;*/
	padding-bottom: 				5px;
	font-size: 						11px;
	font-family: 					"lucida grande", tahoma, verdana, arial, sans-serif;
}


/* Pagination Settings */
/* ------------------- */
.paginationMain .paginationControls .paginationSearch .hidden {
	display:						none;
}
.paginationMain, .paginationBar, .paginationButtons {
	width:							100%;
	z-index: 						99;
}
.paginationBar {
	z-index:						99;
}
.paginationMain .float_right {
	float:							right;
}
.paginationMain .float_left {
	float:							left;
}
.paginationMain .btn {
    display:						inline-block;
    *display:						inline;
    font-size: 						12px;
    padding: 						5px 10px;
    text-decoration: 				none;
    zoom:							1;
}
.paginationMain .btn:hover {}
.paginationMain .btn:active {}
.paginationMain ul.unstyled,
.paginationMain ul.unstyled li{
	list-style-type:				none;
	margin:							0 !important;
	padding:						0 !important;
}
.Selections {
	max-height: 					300px;
	overflow-x: 					hidden;
	overflow-y: 					auto;
}
.Selections > li {
	padding: 						0;
	margin: 						0;
}
a.paginationItem, a.paginationItem:visited {
	-webkit-box-shadow: 			0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 				0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 					0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	cursor:							pointer;
	display:						block;
	font-size:						14px;
	line-height:					1.2em;
	margin:							10px 0;
	padding:						10px 10px 10px 35px;
	*padding:						10px;
	position:						relative;
	text-decoration:				none;
	zoom:							1;
}
a.paginationItem:after {
	content:						"";
	display:						block;
	height:							20px;
	left:							10px;
	margin-right:					2px;
	position:						absolute;
	top:							11px;
	width:							20px;
}
a:hover.paginationItem {}
a:active.paginationItem {
    -webkit-box-shadow: 			inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 				inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 					inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.paginationButtons {
	height: 						45px;
	text-align: 					center;
}
.paginationButtons.ControlsTop {
	height: 						45px;
    margin-bottom: 					0px;
	padding-top: 					15px;
    border-bottom: 					1px dashed #DDDDDD;
}
.paginationButtons.ControlsBottom {
	height: 						45px;
    margin-bottom: 					0px;
	padding-top: 					20px;
    border-top: 					1px dashed #DDDDDD;
	width:							100%;
	display:						inline-block;
}
.paginationButtons .pagingInfo {
	font-weight:					bold;
	font-size:						14px;
	display:						inline-block;
	vertical-align:					middle;
	*display:						inline;
	zoom:							1;
	width: 							50%;
	margin: 						-5px auto 5px ;
}
.paginationButtons .pagingInfo .thumbnailStage {
	font-weight:					normal;
	font-size:						12px;
}
.paginationButtons .thumbnailStage {
	font-weight:					normal;
	font-size:						12px;
	display:						inline-block;
	vertical-align:					middle;
	*display:						inline;
	zoom:							1;
	width: 							50%;
	margin: 						0px auto 0px auto;
}
.paginationControls .thumbnailStage {
	font-weight:					normal;
	font-size:						10px;
	display:						inline-block;
	vertical-align:					middle;
	*display:						inline;
	zoom:							1;
	margin: 						-5px 0px 0px 20px;
}
.paginationButtons a {
	display:						inline-block;
	padding:						5px;
	*display:						inline;
	zoom:							1;
}
.paginationButtons a.pfl_first {
	float:							left;
	margin-left:					20px;
	margin-right: 					10px;
}
.FirstPage {
	position: 						relative;
	height: 						20px;
	width: 							30px;
}
.FirstPage:before {
	position: 						absolute;
	top: 							0px;
	left: 							4px;
	font-family: 					'fbgallery';
	content: 						'\e60a';
	font-size: 						20px;
	line-height: 					20px;
	vertical-align: 				middle;
}
.paginationButtons a.pfl_prev {
	float:							left;
}
.PrevPage {
	position: 						relative;
	height: 						20px;
	width: 							30px;
}
.PrevPage:before {
	position: 						absolute;
	top: 							0px;
	left: 							4px;
	font-family: 					'fbgallery';
	content: 						'\e616';
	font-size: 						20px;
	line-height: 					20px;
	vertical-align: 				middle;
}
.paginationButtons a.pfl_next {
	float:							right;
}
.NextPage {
	position: 						relative;
	height: 						20px;
	width: 							30px;
}
.NextPage:before {
	position: 						absolute;
	top: 							0px;
	left: 							4px;
	font-family: 					'fbgallery';
	content: 						'\e619';
	font-size: 						20px;
	line-height: 					20px;
	vertical-align: 				middle;
}
.paginationButtons a.pfl_last {
	float:							right;
	margin-left: 					10px;
	margin-right:					20px;
}
.LastPage {
	position: 						relative;
	height: 						20px;
	width: 							30px;
}
.LastPage:before {
	position: 						absolute;
	top: 							0px;
	left: 							4px;
	font-family: 					'fbgallery';
	content: 						'\e60b';
	font-size: 						20px;
	line-height: 					20px;
	vertical-align: 				middle;
}
.paginationButtons a.disabled {
	opacity:						0.4;
	filter: 						alpha(opacity = 40);
	cursor:							default;
}
.paginationButtons a.disabled:hover {
	opacity:						0.4;
	filter: 						alpha(opacity = 40);
	cursor:							default;
	border:							solid 1px #CCCCCC;
    background: 					#FFFFFF;
}
.paginationMain .showSortingBtn {
	min-width: 						110px;
	margin-top: 					12px;
	margin-right: 					20px !important;
	padding-left: 					20px;
	_padding-left: 					10px;
	position: 						relative;
	font-weight: 					bold;
	text-align: 					center;
	height: 						20px;
	line-height: 					20px;
	vertical-align: 				middle;
}
.paginationMain .showSortingBtn:before {
	font-family: 					'fbgallery';
	content: 						"\e631";
	display: 						block;
	height: 						16px;
	font-size: 						16px;
	line-height: 					16px;
	font-weight: 					normal;
	vertical-align:					middle;
	left: 							10px;
	position: 						absolute;
	top: 							6px;
	width: 							16px;
}
.paginationMain .AdjustSort {
	padding-left: 					15px;
}
.paginationMain .showFilterBtn {
	min-width: 						110px;
	margin-top: 					12px;
	margin-right: 					20px !important;
	padding-left: 					20px;
	_padding-left: 					10px;
	position: 						relative;
	font-weight: 					bold;
	text-align: 					center;
	height: 						20px;
	line-height: 					20px;
	vertical-align: 				middle;
}
.paginationMain .showFilterBtn:before {
	font-family: 					'fbgallery';
	content:						"\e630";
	display: 						block;
	height: 						16px;
	font-size: 						16px;
	line-height: 					16px;
	font-weight: 					normal;
	vertical-align: 				middle;
	left: 							10px;
	position: 						absolute;
	top: 							6px;
	width: 							16px;
}
.paginationMain .AdjustType {
	padding-left: 					2px;
}
.paginationMain .showPagerBtn {
	min-width: 						110px;
	margin-top: 					12px;
	margin-right: 					20px !important;
	padding-left: 					20px;
	_padding-left: 					10px;
	position: 						relative;
	font-weight: 					bold;
	text-align: 					center;
	height: 						20px;
	line-height: 					20px;
	vertical-align: 				middle;
}
.paginationMain .showPagerBtn:before {
	font-family: 					'fbgallery';
	content:						"\e636";
	display: 						block;
	height: 						16px;
	font-size: 						16px;
	line-height: 					16px;
	font-weight: 					normal;
	vertical-align: 				middle;
	left: 							10px;
	position: 						absolute;
	top: 							6px;
	width: 							16px;
}
.paginationMain .AdjustPage {
	padding-left: 					12px;
}
.paginationMain .paginationControls {
    border-bottom: 					1px dashed #DDDDDD;
    padding-bottom: 				10px;
	/*margin-top:					10px;*/
	margin-bottom: 					10px;
    position: 						relative;
}
.paginationMain .paginationControls.Floater {
	margin: 						0px auto 10px auto;
	padding:						0px;
	border:							1px solid #DDDDDD;
	background:						url('images/stripey.png') center center;
	-webkit-box-shadow: 			0px 5px 10px #D8D8D8;
	-moz-box-shadow: 				0px 5px 10px #D8D8D8;
	-o-box-shadow: 					0px 5px 10px #D8D8D8;
	box-shadow:						0px 5px 10px #D8D8D8;
    border-bottom: 					1px solid #DDDDDD;
	z-index:						99;
}
.paginationMain .Toggle_Info_Main {
	padding:						4px 9px;
	float:							right;
	cursor: 						pointer;
	margin-top:						12px;
	margin-right:					20px;
}
.paginationMain .Toggle_Info_Main.Toggle_Info_On {
    background: 					#ffffff; /* Old browsers */
    background: 					-moz-linear-gradient(top,  #ffffff 0%, #CCE9FF 47%, #77C6FF 100%); /* FF3.6+ */
    background: 					-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#CCE9FF), color-stop(100%,#77C6FF)); /* Chrome,Safari4+ */
    background: 					-webkit-linear-gradient(top,  #ffffff 0%,#CCE9FF 47%,#77C6FF 100%); /* Chrome10+,Safari5.1+ */
    background: 					-o-linear-gradient(top,  #ffffff 0%,#CCE9FF 47%,#77C6FF 100%); /* Opera 11.10+ */
    background: 					-ms-linear-gradient(top,  #ffffff 0%,#CCE9FF 47%,#77C6FF 100%); /* IE10+ */
    background: 					linear-gradient(top,  #ffffff 0%,#CCE9FF 47%,#77C6FF 100%); /* W3C */
    filter: 						progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCE9FF', endColorstr='#77C6FF',GradientType=0 ); /* IE6-9 */
}
.paginationMain .Toggle_Info_Main.Toggle_Info_Off {
    background: 					#ffffff; /* Old browsers */
    background: 					-moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
    background: 					-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: 					-webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: 					-o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
    background: 					-ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
    background: 					linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
    filter: 						progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.paginationMain .Toggle_Info_Main .Toggle_Info {
	width: 							20px;
	height:							20px;
	margin:							0px auto;
	font-family: 					'fbgallery';
	position: 						relative;
	text-align: 					center;
}
.paginationMain .Toggle_Info_Main .Toggle_Info:before {
	position: 						absolute;
	top: 							2px;
	left: 							2px;
	content: 						'\e605';
	font-size: 						16px;
	font-weight: 					bold;
	line-height: 					16px;
	vertical-align: 				middle;
}
.paginationMain .Scroll_To_Top {
	padding:						0px 5px;
	float:							right;
	cursor: 						pointer;
	margin-top:						10px;
	margin-right:					20px;
}
.paginationMain .Scroll_To_Top .To_Top {
	position: 						relative;
	width: 							24px;
	height:							24px;
	margin:							0px auto;
}
.paginationMain .Scroll_To_Top .To_Top:before {
	font-family: 					fbgallery;
	content: 						'\e63c';
	position: 						absolute;
	top: 							4px;
	left: 							4px;
	font-size: 						16px;
	line-height: 					16px;
	font-weight: 					700;
}
.paginationMain .paginationControls .btn {
	margin-left: 					0px;
}
.paginationMain .paginationControls .paginationFilters,
.paginationMain .paginationControls .paginationPagers,
.paginationMain .paginationControls .paginationSorting {
	-webkit-box-shadow: 			0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 				0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 					0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	background-color: 				#FFFFFF;
	border: 						solid 1px #CCCCCC;
	display: 						none;
	position: 						absolute;
	font-size: 						12px;
	line-height: 					16px;
	right: 							0;
	top: 							44px;
	width: 							140px;
	height: 						auto !important;
	z-index: 						99999;
}
.paginationMain .paginationControls .paginationFilters p,
.paginationMain .paginationControls .paginationPagers p,
.paginationMain .paginationControls .paginationSorting p{
	margin-bottom:					0 !important;
}
.paginationMain .paginationControls .paginationFilters li a,
.paginationMain .paginationControls .paginationSorting li a{
	border-bottom: 					solid 1px #f4f4f4;
	color: 							#21759B;
	display: 						block;
	font-size: 						12px;
	margin: 						0;
	padding: 						5px;
	cursor: 						pointer;
	text-decoration: 				none;
	-webkit-transition: 			all 0.2s ;
	-moz-transition: 				all 0.2s ;
	-o-transition: 					all 0.2s ;
	transition: 					all 0.2s ;
}
.paginationMain .paginationControls .paginationFilters li a:hover,
.paginationMain .paginationControls .paginationPagers li a:hover,
.paginationMain .paginationControls .paginationSorting li a:hover{
	background-color:				rgb(247,255,224);
	color:							#D54E21;
}
.paginationMain .paginationControls .paginationPagers li a.InActive {
	border-bottom: 					solid 1px #f4f4f4;
	color: 							#21759B;
	display: 						block;
	font-size: 						12px;
	font-weight: 					normal;
	margin: 						0;
	padding: 						5px;
	cursor: 						pointer;
	text-decoration: 				none;
	-webkit-transition: 			all 0.2s ;
	-moz-transition: 				all 0.2s ;
	-o-transition: 					all 0.2s ;
	transition: 					all 0.2s ;
}
.paginationMain .paginationControls .paginationPagers li a.Active {
	position: 						relative;
	border-bottom: 					solid 1px #f4f4f4;
	color: 							#21759B;
	display: 						block;
	font-size: 						12px;
	font-weight: 					bold;
	margin: 						0;
	padding: 						5px;
	padding-left: 					20px;
	margin-left: 					5px;
	cursor: 						default;
	text-decoration: 				none;
	-webkit-transition: 			all 0.2s ;
	-moz-transition: 				all 0.2s ;
	-o-transition: 					all 0.2s ;
	transition: 					all 0.2s ;
}
.paginationMain .paginationControls .paginationPagers li a.Active:before {
	font-family: 					'fbgallery';
	content:						"\e64e";
	display:						block;
	font-size: 						16px;
	line-height: 					16px;
	vertical-align: 				middle;
	font-weight: 					normal;
	height:							16px;
	left:							0px;
	position:						absolute;
	top:							5px;
	color: 							#3FBE59;
}
.paginationMain .paginationControls .paginationPagers li a.Disabled {
	display: 						none;
}

.paginationMain .paginationControls .paginationSorting li a.asc{
	position: 						relative;
}
.paginationMain .paginationControls .paginationSorting li a.asc:before {
	font-family: 					'fbgallery';
	content:						"\e63f";
	display:						block;
	font-size: 						16px;
	line-height: 					16px;
	vertical-align: 				middle;
	font-weight: 					normal;
	height:							16px;
	right:							5px;
	position:						absolute;
	top:							5px;
}
.paginationMain .paginationControls .paginationSorting li a.dec{
	position: 						relative;
}
.paginationMain .paginationControls .paginationSorting li a.dec:before {
	font-family: 					'fbgallery';
	content:						"\e61f";
	display:						block;
	font-size: 						16px;
	line-height: 					16px;
	vertical-align: 				middle;
	font-weight: 					normal;
	height:							16px;
	right:							5px;
	position:						absolute;
	top:							5px;
}
.paginationMain .paginationControls .paginationFilters a.showing {
	background: 					rgb(247,255,224);
	color: 							#626933;
	padding-left:					24px;
	position:						relative;
	text-shadow:					0 1px 1px rgba(255,255,255,1);
	-webkit-transition: 			all 0.2s ;
	-moz-transition: 				all 0.2s ;
	-o-transition: 					all 0.2s ;
	transition: 					all 0.2s ;
}
.paginationMain .paginationControls .paginationFilters a.showing:after {
	font-family: 					'fbgallery';
	content:						"\e64e";
	display:						block;
	font-size: 						16px;
	line-height: 					16px;
	vertical-align: 				middle;
	font-weight: 					normal;
	height:							16px;
	left:							5px;
	position:						absolute;
	top:							5px;
	color: 							#3FBE59;
}
.paginationMain .paginationMessage {
	height: 						26px;
	vertical-align: 				middle;
	background: 					rgb(233,246,253); /* Old browsers */
	background: 					-moz-linear-gradient(top,  rgba(233,246,253,1) 0%, rgba(211,238,251,1) 100%); /* FF3.6+ */
	background: 					-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,246,253,1)), color-stop(100%,rgba(211,238,251,1))); /* Chrome,Safari4+ */
	background: 					-webkit-linear-gradient(top,  rgba(233,246,253,1) 0%,rgba(211,238,251,1) 100%); /* Chrome10+,Safari5.1+ */
	background: 					-o-linear-gradient(top,  rgba(233,246,253,1) 0%,rgba(211,238,251,1) 100%); /* Opera 11.10+ */
	background: 					-ms-linear-gradient(top,  rgba(233,246,253,1) 0%,rgba(211,238,251,1) 100%); /* IE10+ */
	background: 					linear-gradient(top,  rgba(233,246,253,1) 0%,rgba(211,238,251,1) 100%); /* W3C */
	filter: 						progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f6fd', endColorstr='#d3eefb',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 			3px;
	-moz-border-radius: 			3px;
	border-radius: 					3px;
    margin: 						10px 15px;
    padding: 						10px 10px 10px 35px;
	position:						relative;
}
.paginationMain .paginationMessage:after{
	font-family: 					'fbgallery';
	content:						"\e604";
	display:						block;
	font-size: 						20px;
	line-height: 					20px;
	vertical-align: 				middle;
	font-weight: 					normal;
	height:							20px;
	left:							10px;
	position:						absolute;
	top:							14px;
	width:							20px;
}
.paginationMain .paginationMessage a{
	margin-left:					10px;
}
.ErrorMessage {
	font-family: 					Verdana;
	float: 							left;
	line-height: 					28px;
}
.paginationMain .paginationEmpty{
	height: 						21px;
	vertical-align: 				middle;
	font-weight: 					bold;
	background: 					rgb(233,246,253); /* Old browsers */
	background: 					-moz-linear-gradient(top,  rgba(255,214,214,1) 0%, rgba(255,81,81,1) 100%); /* FF3.6+ */
	background: 					-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,214,214,1)), color-stop(100%,rgba(255,81,81,1))); /* Chrome,Safari4+ */
	background: 					-webkit-linear-gradient(top,  rgba(255,214,214,1) 0%,rgba(255,81,81,1) 100%); /* Chrome10+,Safari5.1+ */
	background: 					-o-linear-gradient(top,  rgba(255,214,214,1) 0%,rgba(255,81,81,1) 100%); /* Opera 11.10+ */
	background: 					-ms-linear-gradient(top,  rgba(255,214,214,1) 0%,rgba(255,81,81,1) 100%); /* IE10+ */
	background: 					linear-gradient(top,  rgba(255,214,214,1) 0%,rgba(255,81,81,1) 100%); /* W3C */
	filter: 						progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD6D6', endColorstr='#FF5151',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 			3px;
	-moz-border-radius: 			3px;
	border-radius: 					3px;
    margin: 						10px 0;
    padding: 						15px 10px 10px 35px;
	position:						relative;
}
.paginationMain .paginationEmpty:after{
	font-family: 					'fbgallery';
	content:						"\e645";
	color: 							red;
	display:						block;
	font-size: 						20px;
	line-height: 					20px;
	vertical-align: 				middle;
	left:							10px;
	position:						absolute;
	top:							14px;
	width:							20px;
}
.paginationMain .paginationEmpty a {
	margin-left:					10px;
}

.paginationMain .paginationFrame {}
.paginationMain .AdjustClear {
	padding-left: 					15px;
}
.paginationMain .paginationFrame.loading{
	background:						#FFFFFF url("images/loading32.gif") no-repeat 50% 50%;
	height:							200px;
}
.paginationMain .paginationFrame.loading a {
	display:						none;
}
.paginationMain .defaultPaginationStyle {
    background: 					#ffffff; /* Old browsers */
    background: 					-moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
    background: 					-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: 					-webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: 					-o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
    background: 					-ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
    background: 					linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
    filter: 						progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    text-shadow: 					0px 2px 0px #fff;
    border:							solid 1px #ccc;
    color:							#555;
}
.paginationMain .defaultPaginationStyle:hover {
    background-color:				#ccc;
    border-color:					#aaa;
    color:							#D54E21;
    background: 					#ffffff; /* Old browsers */
    background: 					-moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #EAD3D3 100%); /* FF3.6+ */
    background: 					-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#EAD3D3)); /* Chrome,Safari4+ */
    background: 					-webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#EAD3D3 100%); /* Chrome10+,Safari5.1+ */
    background: 					-o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#EAD3D3 100%); /* Opera 11.10+ */
    background: 					-ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#EAD3D3 100%); /* IE10+ */
    background: 					linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#EAD3D3 100%); /* W3C */
    filter: 						progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EAD3D3',GradientType=0 ); /* IE6-9 */
}
.paginationMain .defaultPaginationStyle:active{
    -webkit-box-shadow: 			inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 				inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 					inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background-color:				#ededed;
    background-position:			0 -10px;
    background-repeat:				repeat-x;
    border-color:					#aaa;
}
.paginationMain .paginationControls .bar {
	background-color:				#fbfbfb;
	border-top:						solid 1px #ccc;
	border-bottom:					solid 1px #ccc;
	margin:							0;
	text-align:						right;
}
.paginationMain .paginationControls .bar .Closer {
	position: 						relative;
	display:						block;
	height:							16px;
	padding:						5px;
	text-align:						left;
	opacity:						0.4;
}
.paginationMain .paginationControls .bar .Closer .CloserIcon:before {
	font-family: 					'fbgallery';
	content: 						'\e648';
	font-size: 						16px;
	font-style: 					normal;
	color: 							red;
	line-height: 					16px;
	vertical-align: 				middle;
	position: 						absolute;
	right: 							5px;
	top: 							5px;
}
.paginationMain .paginationControls .bar .Closer:hover {
    background-color:				#FFE0E0;
}


/* Other Settings */
/* -------------- */
#sortByName {
	font-size: 						10px;
	cursor: 						pointer;
	margin-bottom: 					20px;
	margin-left: 					10px;
	float: 							right;
}
#sortByItems {
	font-size: 						10px;
	cursor: 						pointer;
	margin-bottom: 					20px;
	margin-left: 					10px;
	float: 							right;
}
#sortByCreate {
	font-size: 						10px;
	cursor: 						pointer;
	margin-bottom: 					20px;
	margin-left: 					10px;
	float: 							right;
}
#sortByUpdate {
	font-size: 						10px;
	cursor: 						pointer;
	margin-bottom: 					20px;
	margin-left: 					10px;
	float: 							right;
}
#sortAsc {
	font-size: 						10px;
	cursor: 						pointer;
	margin-bottom: 					20px;
	margin-left: 					10px;
	float: 							right;
}
#sortDesc {
	font-size: 						10px;
	cursor: 						pointer;
	margin-bottom: 					20px;
	margin-left: 					10px;
	float: 							right;
}
#no-fb-photos {
	margin: 						15px 0px 0px 0px;
	padding: 						0px;
	padding-left: 					8px;
	font-style: 					italic;
}

.albumName {
	font-size: 						11px;
	line-height: 					11px;
	font-weight: 					bold;
	text-align:						justify;
	margin-bottom: 					10px;
}
.albumName.albumNameShort {
	white-space: 					nowrap;
	overflow: 						hidden;
	text-overflow: 					ellipsis;
}
.albumHead {
	font-weight: 					bold;
	font-size: 						12px;
	text-align: 					left;
	margin-left: 					0px;
	margin-bottom:					10px;
	display: 						inline-block;
	width:							100%;
}
.albumHead .albumNameHead.albumNameHeadShort {
	white-space: 					nowrap;
	overflow: 						hidden;
	text-overflow: 					ellipsis;
	position:relative;
    z-index:555;
	margin-top:-45px;
    width:200px;
	height:20px;
	color:#0178BA;
	/*background:rgb(226,226,226); ;  
    background: transparent\8;  
    background:rgba(226,226,226,0.7);  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);  
    zoom: 1;*/
    background-color: rgba(255, 255, 255, 0.8);
    text-align:left;
    padding:6px 10px 10px 10px;
    font-weight: bold;
    font-size: 14px;
    pointer-events:all;

}

.albumHead:hover .albumNameHead.albumNameHeadShort {

	color:#fff;
	 background:rgb(8,112,176); ;  
    background: transparent\9;  
    background:rgba(8,112,176,0.7);  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);  
    zoom: 1; 
    pointer-events:all;
}

.albumWrapper:hover .albumHead .albumNameHead.albumNameHeadShort {

   	color:#fff;
	 background:rgb(8,112,176); ;  
    background: transparent\9;  
    background:rgba(8,112,176,0.7);  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);  
    zoom: 1; 
    pointer-events:all;
}


.albumTitle {
	/*font-weight: 					bold;*/
	/*font-size: 						16px;
	text-align: 					left;
	padding-top:					10px;
	margin-left: 					20px;
	margin-bottom: 					10px;
	display: 						block;
	width:							80%;
	float:							left; */
	
	position:absolute; font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: bold; font-size: 1.3em; color:#164469; padding-top: 10px;
	
}



.albumLink {
	position: 						absolute;
	right: 							20px;
	top: 							10px;
	text-decoration: 				none;
	width: 							100px;
	height: 						71px;
	background:						url(images/photo-album-icon.png) no-repeat center center;
}
.albumLinkSimple {
	position: 						absolute;
	right: 							10px;
	text-decoration: 				none;
	width: 							16px;
	height: 						16px;
}
.albumLinkSimple:before {
	position: 						absolute;
	top: 							0px;
	left: 							0px;
	font-family: 					'fbgallery';
	content: 						'\e624';
	font-size: 						16px;
	line-height: 					16px;
	vertical-align: 				middle;
}
.albumCommentsSimpleIcon {
	position: 						relative;
	text-decoration: 				none;
	width: 							16px;
	height: 						16px;
	float:							left;
	margin-right:					10px;
}
.albumCommentsSimpleIcon:before {
	position: 						absolute;
	top: 							0px;
	left: 							0px;
	font-family: 					'fbgallery';
	content: 						'\e60f';
	font-size: 						16px;
	line-height: 					16px;
	vertical-align: 				middle;
}
.albumCommentsSimple {
	float: 							left;
	margin-right: 					15px;
	font-size: 						14px;
	line-height: 					14px;
}
.albumLikesSimpleIcon {
	position: 						relative;
	text-decoration: 				none;
	width: 							16px;
	height: 						16px;
	float:							left;
	margin-right:					10px;
}
.albumLikesSimpleIcon:before {
	position: 						absolute;
	top: 							0px;
	left: 							0px;
	font-family: 					'fbgallery';
	content: 						'\e60c';
	font-size: 						16px;
	line-height: 					16px;
	vertical-align: 				middle;
}
.albumLikesSimple {
	float: 							left;
	font-size: 						14px;
	line-height: 					14px;
}
.albumCommentsUser:before{
	font-family: 					'fbgallery';
	content: 						'\e651';
	display: 						block;
	font-size: 						20px;
	line-height: 					20px;
	left: 							0px;
	position: 						absolute;
	top: 							0px;
	width: 							20px;
	padding: 						2px;
	border: 						1px solid #DDDDDD;
}
.albumCommentsUser {
	display:						block;
	position: 						relative;
	font-size:						12px;
	font-weight: 					bold;
	text-align:						left;
	padding-left:					30px;
	padding-top: 					6px;
	text-decoration:				none;
	color:							#4C9CC5;
	margin-top: 					15px;
}
.albumCommentsText {
	display:						block;
	position: 						relative;
	font-size: 						10px;
	text-align: 					justify;
	margin-top: 					10px;
}
.albumCommentsFull {
	display: 						none !important;
}
a.AlbumLinkButtonText {
	display:						block;
	position: 						relative;
	font-size:						12px;
	text-align:						left;
	padding-left:					20px;
	text-decoration:				none;
	color:							#4C9CC5;

}
a.AlbumLinkButtonText:hover {
	color:							#C90000;
}
a.AlbumLinkButtonText:before{
	font-family: 					'fbgallery';
	content: 						"\e624";
	display: 						block;
	height: 						16px;
	font-size: 						16px;
	line-height: 					16px;
	vertical-align: 				middle;
	left: 							0px;
	position: 						absolute;
	top: 							0px;
	width: 							16px;
}
.albumFacebook {
	float: 							right;
	margin-right: 					20px;
	margin-top: 					5px;
}
.albumDesc {
	font-family: "Benton Sans Medium", arial, sans-serif;
	text-align: 					justify;
	font-style: normal;
	font-size: 						2.0em;
	/*padding-left: 					20px;
	padding-right: 					20px; */
	margin-bottom:					15px;
	float:							left;
	width:							100%;
	display:none;
}
.albumLinkText {
	text-align: 					justify;
	font-size: 						10px;
	padding-left: 					20px;
	padding-right: 					20px;
	margin-bottom:					15px;
	float:							left;
	width:							95%;
}
.album {
	width:							100%;
	text-align:						center;
	margin-left:					auto;
	margin-right:					auto;
}
span.albumSocial {
	float: 							left;
	padding-top: 					6px;
	color: 							#808080;
}
.albumInfo,
.photoInfo {
	color: 							#808080;
	text-align: 					left;
	float: 							left;
}
.photoShare {
	margin-top:						10px;
	margin-bottom:					6px;
	border-bottom: 					1px solid #CCCCCC;
}
span.photoSocial {
	float: 							left;
	padding-top: 					6px;
	color: 							#808080;
	font-size: 						11px;
}
.photoShares, .photoNumber {
	color: 							#808080;
	text-align: 					left;
	font-size: 						11px;
	width:							85px;
	float:							left;
}
.fbLink {
	cursor: 						pointer;
	text-align:						left;
}


/* ClearFixMe Settings */
/* ----------------- */
.clearFixMe:before, .clearFixMe:after {
	content: 						"";
	display: 						table;
}
.clearFixMe:after {
	clear: 							both;
}
.clearFixMe {
	zoom: 							1;
}


/* Lightbox Settings */
/* ----------------- */
.lightBoxInfo {
	text-align: 					justify;
    text-overflow: ellipsis;
}
.lightBoxInfo.SocialShareFB {
	width: 							100%;
	margin-bottom: 					10px;
	padding-bottom: 				10px;
	border-bottom: 					1px solid #DDDDDD;
}
.lightBoxInfo.SocialShareCB {
	text-align: 					center;
	width: 							90%;
	padding: 						0 5%;
}
.lightBoxInfo.SocialSharePP {
	width: 							100%;
	margin-bottom: 					10px;
	margin-top: 					5px;
	padding-top: 					5px;
	border-top: 					1px solid #DDDDDD;
}
.fancybox-title {
	text-align: 					justify;
}
#cboxLoadedContent {
	overflow:						hidden !important;
}
.pp_social {
	float:							right;
}
.pp_description {
	display:						block !important;
	float: 							left;
	text-align: 					justify;
	margin:							5px auto !important;
}


/* Messi Overlay General CSS */
/* ------------------------- */
.messi-modal {
    position:                       absolute;
    top:                            0;
    left:                           0;
    width:                          100%;
    height:                         100%;
    overflow:                       hidden;
    background-color:               #000;
    opacity:                        0;
}
.messi {
    position:                       fixed;
    padding:                        0;
    margin:                         0;
    font-size:                      16px;
    text-shadow:                    none;
}
.messi-box {
    position:                       relative;
    width:                          1200px;
    height:                         auto;
    padding:                        8px;
    overflow:                       hidden;
    background-color:               rgba(204, 204, 204, 0.2);
    border-radius:                  6px;
    opacity:                        1;
    box-shadow:                     0 0 1em #444;
}
.messi-wrapper {
    position:                       relative;
    background-color:               #fff;
    border-radius:                  5px;
}
.messi-titlebox {
    padding:                        0px 10px;
    height:                         40px;
    overflow:                       hidden;
    font:                           0.9em bold helvetica, arial;
    color:                          #fff;
    text-shadow:                    0 -2px 1px rgba(0, 0, 0, 0.25);
    background-color:               #3b3b3b;
    background-image:               -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #3b3b3b), color-stop(0.75, #575757));
    background-image:               linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
    background-image:               -moz-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
    background-image:               -o-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
    background-image:               -webkit-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
    background-image:               -ms-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
}
.messi-title {
    vertical-align:                 middle;
    line-height:                    40px;
}
.messi-titlebox.info {
    background-color:               #4ea5cd;
    background-image:               none;
}
.messi-titlebox.errors {
    background-color:               #de4343;
    background-image:               none;
}
.messi-titlebox.warning {
    background-color:               #eaaf51;
    background-image:               none;
}
.messi-titlebox.success {
    background-color:               #61b832;
    background-image:               none;
}
.messi-closebtn {
    position:                       absolute;
    top:                            5px;
    right:                          5px;
    display:                        block;
    color:                          #333333;
    cursor:                         pointer;
    width:                          30px;
    height:                         30px;
    background:                     url("images/close-messi.png") 0px 0px no-repeat;
}
.messi-closebtn:hover {
    background:                     url("images/close-messi.png") -30px 0px no-repeat;
}
.messi-content {
    padding:                        10px;
    overflow:                       hidden;
    font:                           .9em normal helvetica, arial;
    text-align:                     justify;
	word-wrap: 						break-word;
	overflow-y: 					auto;
	overflow-x: 					hidden;
}
.messi-content p {
    margin:                         0 0 1.3em;
    line-height:                    1.3em;
}.messi-content .albumName {
	font-size: 						16px;
	text-align: 					justify;
}

.messi-content .fb-album-thumb {
	background-color: 				#EEEEEE;
	background-repeat: 				no-repeat;
	display: 						block;
	background-position:			center;
	overflow:						hidden;
}
.messi-content .fb-album-thumb {
	-webkit-background-size:		contain;
	-moz-background-size: 			contain;
	-o-background-size: 			contain;
	background-size: 				contain;
}

.messi-content .messi-closebtn {
    top:                            7px;
    font:                           1.3em bold helvetica, arial;
    color:                          #FFFFFF;
    background-color:               #333333;
    opacity:                        0;
    -webkit-transition:             opacity .25s linear, visibility .1s linear .5s;
    -moz-transition:                opacity .25s linear, visibility .1s linear .5s;
    -o-transition:                  opacity .25s linear, visibility .1s linear .5s;
    transition:                     opacity .25s linear, visibility .1s linear .5s;
}
.messi-content:hover .messi-closebtn {
    opacity:                        1;
}

.messi-footbox {
    width:                          100%;
    height:                         55px;
    overflow:                       hidden;
    border-top:                     1px solid #eee;
}
.messi-actions {
    display:                        -webkit-box;
    display:                        -moz-box;
    display:                        box;
    padding-top:                    8px;
    margin:                         0 10px;
    -webkit-box-orient:             horizontal;
    -moz-box-orient:                horizontal;
    box-orient:                     horizontal;
}
.messi-actions .btnbox {
    text-align:                     center;
    -webkit-box-flex:               1;
    -moz-box-flex:                  1;
    box-flex:                       1;
    margin-right:                   10px;
}
.messi-actions .btnbox .btn {
    min-width:                      75px;
}
.messi-titlebox.anim {
    background-color:               #666;
    background-image:               -o-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    background-image:               linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    background-image:               -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(255, 255, 255, 0.05)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.05)), color-stop(0.75, rgba(255, 255, 255, 0.05)), color-stop(0.75, transparent), to(transparent));
    background-image:               -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    background-image:               -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    background-image:               -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    -webkit-background-size:        40px 40px;
    -moz-background-size:           40px 40px;
    background-size:                40px 40px;
    -webkit-box-shadow:             inset 0 -1px 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow:                inset 0 -1px 0 rgba(255, 255, 255, 0.4);
    box-shadow:                     inset 0 -1px 0 rgba(255, 255, 255, 0.4);
    -webkit-animation:              animate-bg 5s linear infinite;
    -moz-animation:                 animate-bg 5s linear infinite;
}
.messi-titlebox.anim.info {
    background-color:               #4ea5cd;
}
.messi-titlebox.anim.errors {
    background-color:               #de4343;
}
.messi-titlebox.anim.warning {
    background-color:               #eaaf51;
}
.messi-titlebox.anim.success {
    background-color:               #61b832;
}
@-webkit-keyframes animate-bg {
    from {
        background-position:        0 0;
    }
    to {
        background-position:        -80px 0;
    }
}
@-moz-keyframes animate-bg {
    from {
        background-position:        0 0;
    }
    to {
        background-position:        -80px 0;
    }
}
.messi .btn {
    display:                        inline-block;
    *display:                       inline;
    padding:                        4px 10px 4px;
    margin-bottom:                  0;
    *margin-left:                   .3em;
    font-size:                      13px;
    line-height:                    26px;
    color:                          #333;
    text-align:                     center;
    text-shadow:                    0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align:                 middle;
    cursor:                         pointer;
    background-color:               #f5f5f5;
    *background-color:              #e6e6e6;
    background-image:               -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:               -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image:               -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:               -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:               linear-gradient(top, #ffffff, #e6e6e6);
    background-image:               -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat:              repeat-x;
    border:                         1px solid #cccccc;
    *border:                        0;
    border-color:                   rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color:                   #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color:            #b3b3b3;
    -webkit-border-radius:          4px;
    -moz-border-radius:             4px;
    border-radius:                  4px;
    filter:                         progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter:                         progid:dximagetransform.microsoft.gradient(enabled=false);
    *zoom:                          1;
    -webkit-box-shadow:             inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:                inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:                     inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.messi .btn:hover,
.messi .btn:active,
.messi .btn.active,
.messi .btn.disabled,
.messi .btn[disabled] {
    background-color:               #e6e6e6;
    *background-color:              #d9d9d9;
}
.messi .btn:active,
.messi .btn.active {
    background-color:               #cccccc \9;
}
.messi .btn:first-child {
    *margin-left:                   0;
}
.messi .btn:hover {
    color:                          #333333;
    text-decoration:                none;
    background-color:               #e6e6e6;
    *background-color:              #d9d9d9;
    background-position:            0 -15px;
    -webkit-transition:             background-position 0.1s linear;
    -moz-transition:                background-position 0.1s linear;
    -ms-transition:                 background-position 0.1s linear;
    -o-transition:                  background-position 0.1s linear;
    transition:                     background-position 0.1s linear;
}
.messi .btn:focus {
    outline:                        thin dotted #333;
    outline:                        5px auto -webkit-focus-ring-color;
    outline-offset:                 -2px;
}
.messi .btn.active,
.messi .btn:active {
    background-color:               #e6e6e6;
    background-color:               #d9d9d9 \9;
    background-image:               none;
    outline:                        0;
    -webkit-box-shadow:             inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:                inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:                     inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.messi .btn-primary,
.messi .btn-primary:hover,
.messi .btn-warning,
.messi .btn-warning:hover,
.messi .btn-danger,
.messi .btn-danger:hover,
.messi .btn-success,
.messi .btn-success:hover,
.messi .btn-info,
.messi .btn-info:hover,
.messi .btn-inverse,
.messi .btn-inverse:hover {
    color:                          #ffffff;
    text-shadow:                    0 -1px 0 rgba(0, 0, 0, 0.25);
}
.messi .btn-primary.active,
.messi .btn-warning.active,
.messi .btn-danger.active,
.messi .btn-success.active,
.messi .btn-info.active,
.messi .btn-inverse.active {
    color:                          rgba(255, 255, 255, 0.75);
}
.messi .btn {
    border-color:                   #ccc;
    border-color:                   rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.messi .btn-primary {
    background-color:               #0074cc;
    *background-color:              #0055cc;
    background-image:               -ms-linear-gradient(top, #0088cc, #0055cc);
    background-image:               -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
    background-image:               -webkit-linear-gradient(top, #0088cc, #0055cc);
    background-image:               -o-linear-gradient(top, #0088cc, #0055cc);
    background-image:               -moz-linear-gradient(top, #0088cc, #0055cc);
    background-image:               linear-gradient(top, #0088cc, #0055cc);
    background-repeat:              repeat-x;
    border-color:                   #0055cc #0055cc #003580;
    border-color:                   rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter:                         progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
    filter:                         progid:dximagetransform.microsoft.gradient(enabled=false);
}
.messi .btn-primary:hover,
.messi .btn-primary:active,
.messi .btn-primary.active,
.messi .btn-primary.disabled,
.messi .btn-primary[disabled] {
    background-color:               #0055cc;
    *background-color:              #004ab3;
}
.messi .btn-primary:active,
.messi .btn-primary.active {
    background-color:               #004099 \9;
}
.messi .btn-warning {
    background-color:               #faa732;
    *background-color:              #f89406;
    background-image:               -ms-linear-gradient(top, #fbb450, #f89406);
    background-image:               -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image:               -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image:               -o-linear-gradient(top, #fbb450, #f89406);
    background-image:               -moz-linear-gradient(top, #fbb450, #f89406);
    background-image:               linear-gradient(top, #fbb450, #f89406);
    background-repeat:              repeat-x;
    border-color:                   #f89406 #f89406 #ad6704;
    border-color:                   rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter:                         progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
    filter:                         progid:dximagetransform.microsoft.gradient(enabled=false);
}
.messi .btn-warning:hover,
.messi .btn-warning:active,
.messi .btn-warning.active,
.messi .btn-warning.disabled,
.messi .btn-warning[disabled] {
    background-color:               #f89406;
    *background-color:              #df8505;
}
.messi .btn-warning:active,
.messi .btn-warning.active {
    background-color:               #c67605 \9;
}
.messi .btn-danger {
    background-color:               #da4f49;
    *background-color:              #bd362f;
    background-image:               -ms-linear-gradient(top, #ee5f5b, #bd362f);
    background-image:               -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image:               -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image:               -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image:               -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image:               linear-gradient(top, #ee5f5b, #bd362f);
    background-repeat:              repeat-x;
    border-color:                   #bd362f #bd362f #802420;
    border-color:                   rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter:                         progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
    filter:                         progid:dximagetransform.microsoft.gradient(enabled=false);
}
.messi .btn-danger:hover,
.messi .btn-danger:active,
.messi .btn-danger.active,
.messi .btn-danger.disabled,
.messi .btn-danger[disabled] {
    background-color:               #bd362f;
    *background-color:              #a9302a;
}
.messi .btn-danger:active,
.messi .btn-danger.active {
    background-color:               #942a25 \9;
}
.messi .btn-success {
    background-color:               #5bb75b;
    *background-color:              #51a351;
    background-image:               -ms-linear-gradient(top, #62c462, #51a351);
    background-image:               -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image:               -webkit-linear-gradient(top, #62c462, #51a351);
    background-image:               -o-linear-gradient(top, #62c462, #51a351);
    background-image:               -moz-linear-gradient(top, #62c462, #51a351);
    background-image:               linear-gradient(top, #62c462, #51a351);
    background-repeat:              repeat-x;
    border-color:                   #51a351 #51a351 #387038;
    border-color:                   rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter:                         progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
    filter:                         progid:dximagetransform.microsoft.gradient(enabled=false);
}
.messi .btn-success:hover,
.messi .btn-success:active,
.messi .btn-success.active,
.messi .btn-success.disabled,
.messi .btn-success[disabled] {
    background-color:               #51a351;
    *background-color:              #499249;
}
.messi .btn-success:active,
.messi .btn-success.active {
    background-color:               #408140 \9;
}
.messi .btn-info {
    background-color:               #49afcd;
    *background-color:              #2f96b4;
    background-image:               -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image:               -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image:               -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image:               -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image:               -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image:               linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat:              repeat-x;
    border-color:                   #2f96b4 #2f96b4 #1f6377;
    border-color:                   rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter:                         progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    filter:                         progid:dximagetransform.microsoft.gradient(enabled=false);
}
.messi .btn-info:hover,
.messi .btn-info:active,
.messi .btn-info.active,
.messi .btn-info.disabled,
.messi .btn-info[disabled] {
    background-color:               #2f96b4;
    *background-color:              #2a85a0;
}
.messi .btn-info:active,
.messi .btn-info.active {
    background-color:               #24748c \9;
}
.messi .btn-inverse {
    background-color:               #414141;
    *background-color:              #222222;
    background-image:               -ms-linear-gradient(top, #555555, #222222);
    background-image:               -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
    background-image:               -webkit-linear-gradient(top, #555555, #222222);
    background-image:               -o-linear-gradient(top, #555555, #222222);
    background-image:               -moz-linear-gradient(top, #555555, #222222);
    background-image:               linear-gradient(top, #555555, #222222);
    background-repeat:              repeat-x;
    border-color:                   #222222 #222222 #000000;
    border-color:                   rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter:                         progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
    filter:                         progid:dximagetransform.microsoft.gradient(enabled=false);
}
.messi .btn-inverse:hover,
.messi .btn-inverse:active,
.messi .btn-inverse.active,
.messi .btn-inverse.disabled,
.messi .btn-inverse[disabled] {
    background-color:               #222222;
    *background-color:              #151515;
}
.messi .btn-inverse:active,
.messi .btn-inverse.active {
    background-color:               #080808;
}

button.messi .btn,
input[type="submit"].messi .btn {
    *padding-top:                   2px;
    *padding-bottom:                2px;
}
.messi button {
    cursor:                         pointer;
    -webkit-appearance:             button;
}
button.messi .btn::-moz-focus-inner {
    padding:                        0;
}


/* Isotope Settings */
/* ---------------- */
.isotope-item {
	z-index: 						2;
}
.isotope-hidden.isotope-item {
	pointer-events: 				none;
	z-index: 						1;
}
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration:	0.8s;
	-moz-transition-duration: 		0.8s;
	-ms-transition-duration: 		0.8s;
	-o-transition-duration: 		0.8s;
	transition-duration: 			0.8s;
}
.isotope {
	-webkit-transition-property: 	height, width;
	-moz-transition-property: 		height, width;
	-ms-transition-property: 		height, width;
	-o-transition-property: 		height, width;
	transition-property: 			height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: 	-webkit-transform, opacity;
	-moz-transition-property:    	-moz-transform, opacity;
	-ms-transition-property:     	-ms-transform, opacity;
	-o-transition-property:      	-o-transform, opacity;
	transition-property:         	transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 	0s;
	-moz-transition-duration: 		0s;
	-ms-transition-duration: 		0s;
	-o-transition-duration: 		0s;
	transition-duration: 			0s;
}
.isotope.infinite-scrolling {
	-webkit-transition: 			none;
	-moz-transition: 				none;
	-ms-transition: 				none;
	-o-transition: 					none;
	transition: 					none;
}


/* Social Share Settings */
/* --------------------- */
.ts-social-share {
	color: 							#fff;
	font-size: 						10px;
	line-height: 					14px;
	list-style: 					none;
	padding-left: 					0;
	margin: 						0 0 6px 0 !important;
	overflow: 						hidden;
}
.ts-social-share > li {
	background-color: 				#999;
	padding:						0px;
	display: 						inline-block;
	*display: 						inline;
	zoom: 							1;
	position: 						relative;
	vertical-align: 				top;
	text-align: 					center;
	white-space: 					nowrap;
	float:							right;
	margin: 						0 0 2px 4px !important;
}
.ts-social-share > li > a {
	width: 							22px;
	height: 						22px;
	display: 						block;
	padding: 						0px;
	text-decoration: 				none;
	color: 							inherit;
}
.ts-social-share > li > div {
	width: 							22px;
	height: 						22px;
	display: 						block;
	padding: 						0px;
	text-decoration: 				none;
	color: 							inherit;
}
.ts-social-share > li,
.ts-social-share > li > a:focus,
.ts-social-share .loading {
	border-radius: 					4px !important;
}
.ts-social-share > li > a:focus,
.ts-social-share > li:hover,
.ts-social-share > li.hover {
	background-color: 				#464646 !important;
}
.ts-social-share li.albuminfo:hover,
.ts-social-share li.albuminfo.hover {
	background-color: 				#7fbb00 !important;
}
.ts-social-share li.facebook:hover,
.ts-social-share li.facebook.hover {
	background-color: 				#3b5998 !important;
}
.ts-social-share li.twitter:hover,
.ts-social-share li.twitter.hover {
	background-color: 				#00aced !important;
}
.ts-social-share li.googleplus:hover,
.ts-social-share li.googleplus.hover {
	background-color: 				#dd4b39 !important;
}
.ts-social-share li.stumbleupon:hover,
.ts-social-share li.stumbleupon.hover {
	background-color: 				#f74425 !important;
}
.ts-social-share li.savetodisk:hover,
.ts-social-share li.savetodisk.hover {
	background-color: 				#7fbb00 !important;
}
.ts-social-share :link,
.ts-social-share :visited {
	color: 							inherit;
}
.ts-social-share .social-icon {
	display: 						inline-block;
	*display: 						inline;
	zoom: 							1;
	vertical-align: 				middle;
	*margin-right: 					5px;
}
.ts-social-share .social-icon.tsfb-icon-ts-facebook {
	position: 						absolute;
	left:							2px;
	top:							2px;
	height: 						16px;
	width:							16px;
}
.ts-social-share .social-icon.tsfb-icon-ts-googleplus {
	position: 						absolute;
	left:							2px;
	top:							2px;
	height: 						16px;
	width: 							16px;
}
.ts-social-share .social-icon.tsfb-icon-ts-twitter {
	position: 						absolute;
	left:							2px;
	top:							2px;
	height: 						16px;
	width: 							16px;
}
.ts-social-share .social-icon.tsfb-icon-ts-stumbleupon {
	position: 						absolute;
	left:							2px;
	top:							2px;
	height: 						16px;
	width: 							16px;
}
.ts-social-share .social-icon.tsfb-icon-ts-printer {
	position: 						absolute;
	left:							2px;
	top:							2px;
	height: 						16px;
	width: 							16px;
}
.ts-social-share .social-icon.tsfb-icon-ts-disk {
	position: 						absolute;
	left:							3px;
	top:							2px;
	/*height: 						16px;
	width: 							16px;*/
}
.ts-social-share .social-icon.tsfb-icon-ts-albuminfo {
	position: 						absolute;
	left:							2px;
	top:							2px;
	height: 						16px;
	width: 							16px;
}
/*.ts-social-share .social-icon.tsfb-icon-ts-facebook:before,
.ts-social-share .social-icon.tsfb-icon-ts-google:before,
.ts-social-share .social-icon.tsfb-icon-ts-googleplus:before,
.ts-social-share .social-icon.tsfb-icon-ts-twitter:before,
.ts-social-share .social-icon.tsfb-icon-ts-stumbleupon:before,
.ts-social-share .social-icon.tsfb-icon-ts-printer:before,
.ts-social-share .social-icon.tsfb-icon-ts-disk:before,
.ts-social-share .social-icon.tsfb-icon-ts-albuminfo:before {
	font-family: 					'fbgallery';
    font-size: 						14px;
	font-weight: 					normal;
	font-style: 					normal;
	line-height: 					14px;
	vertical-align: 				middle;	
}*/

.ts-social-share .social-icon.tsfb-icon-ts-facebook:before {
	content: 						"\e634";
}
.ts-social-share .social-icon.tsfb-icon-ts-google:before {
	content: 						"\e625";
}
.ts-social-share .social-icon.tsfb-icon-ts-googleplus:before {
	content: 						"\e626";
}
.ts-social-share .social-icon.tsfb-icon-ts-twitter:before {
	content: 						"\e607";
}
.ts-social-share .social-icon.tsfb-icon-ts-stumbleupon:before {
	content: 						"\e600";
}
.ts-social-share .social-icon.tsfb-icon-ts-printer:before {
	content: 						"\e62e";
}
/*.ts-social-share .social-icon.tsfb-icon-ts-disk:before {
	content: 						"\e609";
}*/
.ts-social-share .social-icon.tsfb-icon-ts-albuminfo:before {
	content: 						"\e605";
}

.fb-size {
width:1600px;
margin-left:-340px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
.fb-size {
width:400px;
margin-left:0px;
}
}

/* FB Album - Tony End */


/* Social Wall - Tony Start */

/* Reset */
.dcsns ul, .dcsns li {
	padding: 0; 
	margin: 0; 
	list-style: none!important;
	background: none;
}

/* Main styles */
/* Feeds */
.dcsns {
    color: #444;
    list-style: none outside none;
    margin: 0;
	clear: both;
}
.dcsns h1 {
    width: auto;
	position: relative;
}
.dcsns h1, .dcsns h2, .dcsns h3 {
    line-height: 1.35em;
}
.dcsns-content {
	position: relative;
	padding: 0;
	margin-top:20px;
}

.dcsns-content ul {
 list-style-type: none !important;
}

.dcsns-content li {
 list-style-type: none !important;
}


.dcsns-loading {
	background: url(../images/loading_light.gif) no-repeat 0 0;
	height: 24px;
	padding: 6px 0 0 30px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.dcsns-toolbar .dcsns-loading {
	right: 10px;
	left: auto;
}
.stream {
  margin: 0 auto!important;
}

.stream ul {
  list-style:none;
}

.stream p {
	margin: 0;
	padding: 0;
}
.stream li a {
	color: #2DB6E8;
}
.stream li {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    font-size: 13px;
    /*padding: 15px 10px 0 10px;*/
    width: 224px;
	position: relative;
	margin: 0 12px 17px 0;
	/*font-family: Arial, sans-serif;*/
	line-height: 1.35em;
	list-style:none;
}
.stream li .inner {
	overflow: hidden;
	/*padding: 20px 15px;*/
	padding:40px 10px 0 10px;
}
.stream li .icon {
	position: absolute;
	left: 3px;
	/*bottom: 0;*/
	z-index: 3;
}
.stream li .section-intro {
    padding: 7px 0;
	width: 100%;
	left: 0;
	/*bottom: 0;*/
	position: absolute;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	z-index: 2;
	margin-top:-5px;
}
.stream li .clear {
	clear: both;
}

/* Content blocks */

.stream li .section-intro a {
	text-decoration: underline;
	color: #fff;
	margin-left: 32px;
	list-style: none;
}
.stream li .section-title {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
	list-style: none;
}
.stream li .section-title a {
	color: #555;
}
.stream li .section-title a:hover {
	color: #2DB6E8;
}
.stream li .section-thumb {
	float: left;
	margin: 0 7px 0 0;
	list-style: none;
}
.stream li .section-thumb img, .stream li .section-text img {
	display: none;
	list-style: none;
}
.stream li .section-thumb img {
	border: 1px solid #ccc;
	padding: 1px;
	background: #fff;
}
.stream li .section-text {
	display: block;
	margin-bottom: 3px;
}
.stream li .section-text br {
	display: block;
}
.stream li .section-user {
	clear: both;
	display: block;
	font-style: italic;
	margin: 0 8px 5px 0;
	display: block;
	float: left;
	padding: 7px 0 0 15px;
	line-height: 12px;
	background: url(../images/profile.png) no-repeat 0 7px;
}
.stream li .meta {
	display: block;
	font-size: 90%;
	color: #999;
}
.stream li .meta span {
	margin: 0 8px 5px 0;
	display: block;
	float: left;
	padding: 0 0 0 15px;
	line-height: 12px;
}
.meta span.shares {
	background: url(https://www.hss.edu/icons/shares.png) no-repeat 0 0;
	padding-left: 20px;
}
.meta span.views {
	background: url(../images/views.png) no-repeat 0 0;
	padding-left: 18px;
}
.meta span.likes {
	background: url(../images/likes.png) no-repeat 0 0;
	padding-left: 16px;
}
.meta span.comments {
	background: url(https://www.hss.edu/icons/comments.png) no-repeat 0 0;
}
.meta span.users {
	background: url(https://www.hss.edu/icons/users.png) no-repeat 0 0;
}
.meta span.videos {
	background: url(../images/videos.png) no-repeat 0 0;
	padding-left: 16px;
}
.stream li .section-meta {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
}
.stream li .meta.item-comments {
	padding: 0 0 0 35px;
	margin: 0 0 5px 0;
	min-height: 30px;
	position: relative;
	clear: both;
	line-height: 1.3em;
}
.stream li .meta.item-comments img {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
}
.stream li .meta.item-likes {
	padding: 0;
	width: 100%;
	overflow: hidden;
	clear: both;
	line-height: 1.3em;
}
.stream li .meta.item-likes img {
	float: left;
	margin: 0 5px 5px 0;
	width: 30px;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
}
.stream li.dcsns-error {
	color: #990000;
}

.stream li .section-share {
	display: block;
	margin: 0 0 5px 0;
	padding: 4px 0 0;
	float: right;
}
.stream li .section-share a {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 2px 0 0;
	background: url(https://www.hss.edu/images/icons/share.png) no-repeat 0 0;
}

.stream li .section-share a.share-twitter {
	background-position: 0 -16px;
}
.stream li .section-share a.share-reply {
	background-position: 0 -32px;
}
.stream li .section-share a.share-retweet {
	background-position: 0 -48px;
}
.stream li .section-share a.share-favorite {
	background-position: 0 -64px;
}
.stream li .section-share a.share-google {
	background-position: 0 -80px;
}
.stream li .section-share a.share-linkedin {
	background-position: 0 -96px;
}
.stream li .section-share a.share-facebook:hover {
	background-position: -16px 0;
}
.stream li .section-share a.share-twitter:hover {
	background-position: -16px -16px;
}
.stream li .section-share a.share-reply:hover {
	background-position: -16px -32px;
}
.stream li .section-share a.share-retweet:hover {
	background-position: -16px -48px;
}
.stream li .section-share a.share-favorite:hover {
	background-position: -16px -64px;
}
.stream li .section-share a.share-google:hover {
	background-position: -16px -80px;
}
.stream li .section-share a.share-linkedin:hover {
	background-position: -16px -96px;
}
.stream li.dcsns-twitter .section-share .share-facebook, .stream li.dcsns-twitter .section-share .share-google, .stream li.dcsns-twitter .section-share .share-linkedin, .stream li.dcsns-twitter .section-share .share-twitter {
	display:none;
}

/* Toolbar */
.dcsns-toolbar {
	padding: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}
/* Filter */
#wall {
	padding-top: 15px;
}
#wall .dcsns-toolbar {
	margin-bottom: 25px;
}
#dcsns-filter.dc-center {
	float: left; 
	padding-left: 50%; 
	display: none;
	margin: 0;
}
.dcsns-toolbar .filter {
	padding: 0;
	margin: 0 0 15px 0;
}
.dcsns-toolbar .filter li {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
}
.dcsns-toolbar .filter .link-all {
	color: #fff;
	height: 21px;
	padding: 7px 7px 4px 7px;
	text-shadow: 0 0 1px #555;
	font-weight: bold;
}
.dcsns-toolbar .filter li a {
	padding: 4px 3px 0 3px;
	margin: 0 1px 1px 0;
	display: block;
	float: left;
	background: #777;
	height: 28px;
}
.dcsns-toolbar .filter li img {
	margin: 0;
	height: 24px;
	width: 25px;
}
/* Controls */
.dcsns .controls {
	position: absolute;
	right: 0;
	top: 7px;
	height: 22px;
	padding: 0;
	z-index: 12;
}
.dcsns .controls li {
	display: inline;
	background: none;
}
.dcsns .controls a {
	display: block;
	width: 22px;
	height: 22px;
	float: left;
	margin: 0 0 0 2px;
	background: url(../images/controls.png) no-repeat 0 0;
}
.dcsns .controls .prev {
	background-position: -44px 0;
}
.dcsns .controls .next {
	background-position: -66px 0;
}
.dcsns .controls .play {
	background-position: 0 0;
}
.dcsns .controls .pause {
	background-position: -22px 0;
}
.dcsns .controls .prev:hover {
	background-position: -44px -22px;
}
.dcsns .controls .next:hover {
	background-position: -66px -22px;
}
.dcsns .controls .play:hover {
	background-position: 0 -22px;
}
.dcsns .controls .pause:hover {
	background-position: -22px -22px;
}

/* feeds network specific styles */
.stream li.dcsns-rss .section-intro, .filter .f-rss a:hover, .filter .f-rss a.iso-active {
	background-color: #49a8eb; background-color: #00aced !important;
}

.stream li.dcsns-rss2 .section-intro, .filter .f-rss2 a:hover, .filter .f-rss2 a.iso-active {
    background-color: #3b5998;
}

.stream li.dcsns-rss3 .section-intro, .filter .f-rss3 a:hover, .filter .f-rss3 a.iso-active {
	background-color: #413A33;
}

.stream li.dcsns-flickr .section-intro, .filter .f-flickr a:hover, .filter .f-flickr a.iso-active {
	background-color: #f90784;
}
.stream li.dcsns-delicious .section-intro, .filter .f-delicious a:hover, .filter .f-delicious a.iso-active {
	background-color: #3271CB;
}
.stream li.dcsns-twitter .section-intro, .filter .f-twitter a:hover, .filter .f-twitter a.iso-active {
	background-color: #4ec2dc;
}
.stream li.dcsns-facebook .section-intro, .filter .f-facebook a:hover, .filter .f-facebook a.iso-active {
	background-color: #3b5998;
}
.stream li.dcsns-google .section-intro, .filter .f-google a:hover, .filter .f-google a.iso-active {
	background-color: #2d2d2d;
}
.stream li.dcsns-youtube .section-intro, .filter .f-youtube a:hover, .filter .f-youtube a.iso-active {
	background-color: #DF1F1C;
}
.stream li.dcsns-pinterest .section-intro, .filter .f-pinterest a:hover, .filter .f-pinterest a.iso-active {
	background-color: #CB2528;
}
.stream li.dcsns-lastfm .section-intro, .filter .f-lastfm a:hover, .filter .f-lastfm a.iso-active {
	background-color: #C90E12;
}
.stream li.dcsns-dribbble .section-intro, .filter .f-dribbble a:hover, .filter .f-dribbble a.iso-active {
	background-color: #F175A8;
}
.stream li.dcsns-vimeo .section-intro, .filter .f-vimeo a:hover, .filter .f-vimeo a.iso-active {
	background-color: #4EBAFF;
}
.stream li.dcsns-stumbleupon .section-intro, .filter .f-stumbleupon a:hover, .filter .f-stumbleupon a.iso-active {
	background-color: #EB4924;
}
.stream li.dcsns-deviantart .section-intro, .filter .f-deviantart a:hover, .filter .f-deviantart a.iso-active {
	background-color: #EB4924;
}
.stream li.dcsns-tumblr .section-intro, .filter .f-tumblr a:hover, .filter .f-tumblr a.iso-active {
	background-color: #365472;
}
.stream li.dcsns-instagram .section-intro, .filter .f-instagram a:hover, .filter .f-instagram a.iso-active {
	background-color: #413A33;
}
.stream li.dcsns-vine .section-intro, .filter .f-vine a:hover, .filter .f-vine a.iso-active {
	background-color: #00BF8F;
}

/* Facebook */
.stream li.dcsns-facebook .section-thumb img {
	max-width: 192px;
	margin-bottom: 5px;
}

.stream li.dcsns-facebook .section-thumb img, .stream li.dcsns-facebook .section-text img {
	display: block;
}

.stream li.dcsns-facebook .section-text img {
	margin: 5px 7px 5px 0;
	float: left;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 192px;
}
.stream li.dcsns-facebook .section-text a {
	margin-right: 4px;
	color: #444;
}
.stream li.dcsns-facebook .section-text-fb a {
	display:none;
}
.stream li.dcsns-facebook .section-intro a {
	margin-left: 25px;
}
.stream li.dcsns-facebook .meta {
	display: block;
	clear: both;
}
.stream li.dcsns-facebook .meta.item-comments {
	padding: 0;
	min-height: auto;
}
.stream li.dcsns-facebook .meta.item-comments a {
	display: block;
	margin: 0 0 2px 0;
}
.stream li.dcsns-facebook .share-facebook {
	display: none;
}
/* twitter */
.stream li.dcsns-twitter .section-thumb {
	margin-top: 3px;
}
.stream li.dcsns-twitter .section-thumb img {
	width: 48px; 
	height: 48px;
	display: block;
}
.stream li.dcsns-twitter .section-user {
	padding: 0;
	background: none;
}
.stream li.dcsns-twitter .section-text img {
	margin: 5px 0 0;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 192px;
}
.stream li.dcsns-twitter a {
	color: #38AEAE;
}
.stream li.dcsns-twitter .section-intro a, .stream li.dcsns-twitter .section-intro a:hover {
	color: #fff;
}
.stream li.dcsns-twitter .section-intro span a {
	text-decoration: none;
	margin-left: 0;
}
.stream li.dcsns-twitter .section-intro span a:hover {
	text-decoration: underline;
}
.stream li.dcsns-twitter a:hover {
	color: #38AEAE;
	text-decoration: underline;
}
.stream li.dcsns-twitter .twitter-user {
	margin-bottom: 2px;
	display: block;
}
.stream li.dcsns-twitter .twitter-user a {
	color: #999;
	line-height: 1.35em;
}
.stream li.dcsns-twitter .twitter-user a:hover {
	color: #999;
	text-decoration: none;
}
.stream li.dcsns-twitter .twitter-user a strong{
	color: #444;
}
.stream li.dcsns-twitter .twitter-user a:hover strong {
	color: #38AEAE;
	text-decoration: underline;
}
/* google */
.stream li.dcsns-google .section-title {
	margin-bottom: 5px;
}
.dcsns .stream li.dcsns-google .section-thumb img {
	max-width: 192px;
}
.stream li.dcsns-google .meta span.plusones {
	padding-left: 0;
}
/* rss */
.stream li.dcsns-rss .section-thumb img {
	max-width: 192px;
}
.stream li.dcsns-rss .section-text img {
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 192px;
}

/* rss2 */

.stream li.dcsns-rss2 .section-title {
	margin-bottom: 5px;
}
.dcsns .stream li.dcsns-rss2 .section-thumb img {
	width: 192px;
}
.stream li.dcsns-rss2 .meta span.plusones {
	padding-left: 0;
}

/* rss3 */

.stream li.dcsns-rss3 .section-title {
	margin-bottom: 5px;
}
.dcsns .stream li.dcsns-rss3 .section-thumb img {
	width: 192px;
}
.stream li.dcsns-rss3 .meta span.plusones {
	padding-left: 0;
}


/* stumbleupon */
.dcsns .stream li.dcsns-stumbleupon .section-title {
	display: block;
	clear: both;
}
.dcsns .stream li.dcsns-stumbleupon .section-thumb img {
	max-width: 192px;
}
/* youtube */
.stream li.dcsns-youtube .section-thumb img {
	max-width: 192px;
}
/* vimeo */
.stream li.dcsns-vimeo .section-thumb img {
	max-width: 192px;
}
.dcsns .stream li.dcsns-vimeo .section-title {
	display: block;
	clear: both;
}
.stream li.dcsns-vimeo .section-text {
	margin-bottom: 5px;
}
.stream li.dcsns-vimeo .section-text .meta {
	padding-top: 5px;
}
.stream li.dcsns-vimeo .logo {
	margin-bottom: 3px;
}
/* Flickr */
.stream li.dcsns-flickr .section-thumb {
	margin: 0;
}
.stream li.dcsns-flickr .section-thumb img{
	max-width: 192px;
}
/* Pinterest */
.stream li.dcsns-pinterest .section-thumb {
	display: block;
}
.stream li.dcsns-pinterest .section-text {
	clear: both;
}
.stream li.dcsns-pinterest .section-thumb img {
	width: 190px;
}
/* dribbble */
.stream li.dcsns-dribbble .inner img {
	margin-bottom: 5px;
	max-width: 192px;
}
/* lastfm */
.stream li.dcsns-lastfm .section-title {
	background: url(../images/tracks.png) no-repeat 0 0;
	padding-left: 17px;
	margin-bottom: 0;
}
/* deviantart */
.stream li.dcsns-deviantart .section-thumb {
	display: block;
	float: none;
}
.stream li.dcsns-deviantart .section-thumb img {
	max-width: 192px;
}
/* tumblr */
.stream li.dcsns-tumblr .section-text img {
	margin: 0 7px 5px 0;
	float: left;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 192px;
}
.stream li.dcsns-tumblr .track {
	display: block;
	background: url(../images/tracks.png) no-repeat 0 5px;
	padding: 5px 0 0 17px;
	margin-bottom: 0;
}
/* instagram */
.stream li.dcsns-instagram {
	padding-bottom: 40px;
}
.stream li.dcsns-instagram .section-title {
	font-weight: normal;
	clear: both;
}
.stream li.dcsns-instagram .section-thumb img {
	margin: 0 7px 5px 0;
	float: left;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 192px;
}
.stream li.dcsns-instagram .meta {
	clear: both;
}
.stream li.dcsns-instagram .section-meta .meta .comments, .stream li.dcsns-instagram .section-meta .meta .likes {
	margin: 0 0 5px 0;
	padding-top: 5px;
	background-position: 0px 5px;
	float: none;
	font-size: 100%;
	font-weight: bold;
}
/* vine */
.stream li.dcsns-vine {
	padding-bottom: 40px;
}
.stream li.dcsns-vine .section-title {
	font-weight: normal;
	clear: both;
}
.stream li.dcsns-vine .section-thumb img {
	margin: 0 7px 5px 0;
	float: left;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 192px;
}
.stream li.dcsns-vine .meta {
	clear: both;
}
.stream li.dcsns-vine .section-meta .meta .comments, .stream li.dcsns-vine .section-meta .meta .likes {
	margin: 0 0 5px 0;
	padding-top: 5px;
	background-position: 0px 5px;
	float: none;
	font-size: 100%;
	font-weight: bold;
}
/* Foursquare */
.stream li.dcsns-foursquare .section-thumb img {
	max-width: 192px;
	margin-bottom: 5px;
	display: block;
}
/*isotope */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.social-feed-content ul#dcsns-filter li {
background: transparent;
}

.social-feed-content ul {
background: transparent;
}

/* Social Wall - Tony End */


/* Ranking Page - Tony start */
/**** Float Left vertical align center ****/
.vertical-align-wrap-ranking {
width: 100%; height: 100%; overflow: hidden; vertical-align: middle;
border-bottom: #eae9e9 1px solid;
padding:15px 0 15px 0;
}

.vertical-align-wrap-no-bolder-ranking {
width: 100%; height: 100%; overflow: hidden; vertical-align: middle;
border-bottom: #eae9e9 0px solid;
padding:15px 0 15px 0;
}

.vertical-align-left-ranking {
vertical-align: middle; display: inline-block; margin-right:15px;
}

.vertical-align-right-ranking {
width:auto; max-width:80%; height: 100%; vertical-align: middle; display: inline-block;
}

.vertical-align-wrap-tony {
width: 100%; height: 100%; overflow: hidden; vertical-align: middle;
border-bottom: #eae9e9 1px solid;
padding:15px 0 15px 0;
}

.vertical-align-wrap-no-bolder-tony {
width: 100%; height: 100%; overflow: hidden; vertical-align: middle;
border-bottom: #eae9e9 0px solid;
padding:15px 0 15px 0;
}

.vertical-align-left-tony {
vertical-align: middle; display: inline-block; margin-right:15px;
}

.vertical-align-right-tony {
width:auto; max-width:80%; height: 100%; vertical-align: middle; display: inline-block;
}


/* Ranking Page - Tony End */

/* Three Column Content Start */

.contentLayout_30-30-30 {padding: 5px; width: 100%; margin: 20px auto;}
.contentLayout_30-30-30_col1 {width: 30%; float: left; padding: 5px 15px; margin-bottom:30px;}
.contentLayout_30-30-30_col2 {width: 30%; float: left; padding: 5px 15px; margin-bottom:30px;}
.contentLayout_30-30-30_col3 {width: 30%; float: left; padding: 5px 15px; margin-bottom:30px;}

@media screen and (max-width: 980px) {
	.contentLayout_30-30-30 {width: 94%;}
	.contentLayout_30-30-30_col1 {width: 41%; padding: 1% 4%;}
	.contentLayout_30-30-30_col2 {width: 41%; padding: 1% 4%; margin: 0px; float: right;}
    .contentLayout_30-30-30_col3 {clear: both; padding: 1% 4%; width: auto; float: none;}
}

/* for 700px or less */
@media screen and (max-width: 800px) {
    .contentLayout_30-30-30 {text-align:center;}
    .contentLayout_30-30-30_col1 {width: auto; float: none;}
	.contentLayout_30-30-30_col2 {width: auto; float: none;}
    .contentLayout_30-30-30_col3 {width: auto; float: none;}
}

/* for 480px or less */
@media screen and (max-width: 480px) {
    .contentLayout_30-30-30 {text-align:center;}
}


/* Three Column Content End */


/* Three Column Content - No Margin-Bottm Start */

.contentLayout2_30-30-30 {position:relative; padding: 5px; width: 100%; margin: 20px auto; margin-top:30px;}
.contentLayout2_30-30-30_col1 {width: 30%; float: left; padding: 5px 25px 5px 0; margin-bottom:-140px; }
.contentLayout2_30-30-30_col2 {width: 30%; float: left; padding: 5px 15px; margin-bottom:-140px;}
.contentLayout2_30-30-30_col3 {width: 30%; float: left; padding: 5px 0 5px 25px; margin-bottom:-140px;  }

@media screen and (max-width: 980px) {
	.contentLayout2_30-30-30 {width: 94%;}
	.contentLayout2_30-30-30_col1 {width: 41%; padding: 1% 4%; margin-bottom:-60px; }
	.contentLayout2_30-30-30_col2 {width: 41%; padding: 1% 4%; margin: 0px 0px -60px 5px; float: right;}
    .contentLayout2_30-30-30_col3 {clear: both; padding: 1% 4%; width: auto; float: none; margin-bottom:-60px; }
}

/* for 700px or less */
@media screen and (max-width: 800px) {
    .contentLayout2_30-30-30 {text-align:center;}
    /* .contentLayout2_30-30-30_col1 {width: auto; float: none; margin-bottom:-60px;}
	.contentLayout2_30-30-30_col2 {width: auto; float: none; margin-bottom:-60px;}
    .contentLayout2_30-30-30_col3 {width: auto; float: none; margin-bottom:-60px;}*/
    
    .contentLayout2_30-30-30_col1 {width: auto; float: none; margin:0;}
	.contentLayout2_30-30-30_col2 {width: auto; float: none; margin:0;}
    .contentLayout2_30-30-30_col3 {width: auto; float: none; margin:0; margin-bottom:-250px;}
    
    #open-tab4 {display:none;}
}

/* for 480px or less */
@media screen and (max-width: 480px) {
    .contentLayout2_30-30-30 {text-align:center;}
    .contentLayout2_30-30-30_col1 {width: auto; float: none; }
	.contentLayout2_30-30-30_col2 {width: auto; float: none; margin-top:30px;}
    .contentLayout2_30-30-30_col3 {width: auto; float: none; margin-bottom:-240px; margin-top:30px;}
    #open-tab4 {display:none;}
}


/* Three Column Content End */


/* Three Column Content - No Negative Margin-bottom Start */

/*
.contentLayout3_30-30-30 {position:relative; padding: 5px; width: 1000px; margin: 20px auto;}
*/

/* .contentLayout3_30-30-30 {
position: relative;
    width: 1180px;
    margin-bottom: -600px;
    margin-left:-25px;
}    */

/* .contentLayout3_30-30-30_col1 {width: 31%; float: left; padding: 5px 25px 5px 0; }
.contentLayout3_30-30-30_col2 {width: 31%; float: left; padding: 5px 15px; }
.contentLayout3_30-30-30_col3 {width: 31%; float: left; padding: 5px 0 5px 25px;  } */

.contentLayout3_30-30-30 {
    position: relative;
    /* padding: 5px; */
    width: 100%;
    /* margin: 20px auto; */
    margin: 30px auto;
    margin-bottom: -600px;
    margin-left: 0;
}

.contentLayout3_30-30-30_col1 {
    width: 32.2%;
    float: left;
    /* padding: 5px 25px 5px 0;*/
    margin:0 .66em .66em 0;
}

.contentLayout3_30-30-30_col2 {
    width: 32.2%;
    float: left;
    /* padding: 5px 15px; */
    margin:0 .66em .66em 0;
}

.contentLayout3_30-30-30_col3 {
    width: 32.2%;
    float: left;
    /* padding: 5px 0 5px 25px; */
}

.contentLayout3_30-30-30_col4 {
    width: 32.2%;
    float: left;
    margin:0 .66em .66em 0;
    /* padding: 5px 0 5px 25px; */
}

.contentLayout3_30-30-30_col5 {
    width: 32.2%;
    float: left;
    margin:0 .66em .66em 0;
    /* padding: 5px 0 5px 25px; */
}

.contentLayout3_30-30-30_col6 {
    width: 32.2%;
    float: left;
    /* padding: 5px 0 5px 25px; */
}

.contentLayout3_30-30-30_col7 {
    width: 32.2%;
    float: left;
    margin:0 .66em .66em 0;
    /* padding: 5px 0 5px 25px; */
}

.contentLayout3_30-30-30_col8 {
    width: 32.2%;
    float: left;
    margin:0 .66em .66em 0;
    /* padding: 5px 0 5px 25px; */
}

.contentLayout3_30-30-30_col9 {
    width: 32.2%;
    float: left;
    /* padding: 5px 0 5px 25px; */
}

.contentLayout3_30-30-30_col10 {
    width: 32.2%;
    float: left;
    margin:0 .66em .66em 0;
    /* padding: 5px 0 5px 25px; */
}

.contentLayout3_30-30-30_col11 {
    width: 32.2%;
    float: left;
    margin:0 .66em .66em 0;
    /* padding: 5px 0 5px 25px; */
}

.contentLayout3_30-30-30_col12 {
    width: 32.2%;
    float: left;
    /* padding: 5px 0 5px 25px; */
}

.contentLayout3_30-30-30-margin-bottom {
margin-bottom:1.66em;
}

.contentLayout3_30-30-30 h2 {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 10px !important;
    max-width:300px;
    width:auto;
    text-align: center;
}

.contentLayout3_30-30-30 a {
color:#0178BA;
}

.contentLayout3_30-30-30 a:hover; {
color:#164469 !important; 
}

/* @media screen and (max-width: 980px) {
	.contentLayout3_30-30-30 {width: 94%; margin-bottom: 0px;}
	.contentLayout3_30-30-30_col1 {width: 41%; padding: 1% 4%; }
	.contentLayout3_30-30-30_col2 {width: 41%; padding: 1% 4%; margin: 0px 0px 0px 5px; float: right;}
    .contentLayout3_30-30-30_col3 {clear: both; padding: 1% 4%; width: auto; float: none; }
}*/

@media screen and (max-width: 980px) {
.contentLayout3_30-30-30_col1 {
    width: 100%;
    padding:0;
    margin:0;
}
.contentLayout3_30-30-30_col2 {
    width: 100%;
    padding:0;
    margin:0;
}
.contentLayout3_30-30-30_col3 {
    width: 100%;
    padding:0;
}

.contentLayout3_30-30-30_col4, .contentLayout3_30-30-30_col5, .contentLayout3_30-30-30_col6, .contentLayout3_30-30-30_col7, .contentLayout3_30-30-30_col8, .contentLayout3_30-30-30_col9, .contentLayout3_30-30-30_col10, .contentLayout3_30-30-30_col11, .contentLayout3_30-30-30_col12  {
    width: 100%;
    padding:0;
    margin:0;
}
}  

/* for 700px or less */
@media screen and (max-width: 800px) {
    .contentLayout3_30-30-30 {text-align:center;  margin-bottom: -50px;}
    /* .contentLayout3_30-30-30_col1 {width: auto; float: none; }
	.contentLayout3_30-30-30_col2 {width: auto; float: none;}
    .contentLayout3_30-30-30_col3 {width: auto; float: none;}*/
    
    .contentLayout3_30-30-30_col1 {width: auto; float: none; margin:0;}
	.contentLayout3_30-30-30_col2 {width: auto; float: none; margin:0;}
    .contentLayout3_30-30-30_col3 {width: auto; float: none; margin:0;}
    .contentLayout3_30-30-30_col4, .contentLayout3_30-30-30_col5, .contentLayout3_30-30-30_col6, .contentLayout3_30-30-30_col7, .contentLayout3_30-30-30_col8, .contentLayout3_30-30-30_col9, .contentLayout3_30-30-30_col10, .contentLayout3_30-30-30_col11, .contentLayout3_30-30-30_col12  {width: auto; float: none; margin:0;} {width: auto; float: none; margin:0;}
    
    #open-tab4 {display:none;}
}

/* for 480px or less */
@media screen and (max-width: 480px) {
    .contentLayout3_30-30-30 {text-align:center; }
    .contentLayout3_30-30-30_col1, .contentLayout3_30-30-30_col4, .contentLayout3_30-30-30_col7, .contentLayout3_30-30-30_col10 {width: auto; float: none; }
	.contentLayout3_30-30-30_col2 {width: auto; float: none; margin-top:30px;}
    .contentLayout3_30-30-30_col3 {width: auto; float: none; margin-top:30px;}
    .contentLayout3_30-30-30_col5, .contentLayout3_30-30-30_col6, .contentLayout3_30-30-30_col8, .contentLayout3_30-30-30_col9, .contentLayout3_30-30-30_col11, .contentLayout3_30-30-30_col12  {width: auto; float: none; margin-top:30px;}
    #open-tab4 {display:none;}
}


/* Three Column Content End */


/* Four Column Content - No Negative Margin-bottom Start */

/* .contentLayout3_20-20-20-20 {
position: relative;
    width: 100%;
    margin-bottom: -600px;
    left: 50%;
    transform: translate(-50%);
}    
    
    
.contentLayout3_20-20-20-20_col1 {width: 232px; float: left; padding: 5px 0 5px 0; }
.contentLayout3_20-20-20-20_col2 {width: 232px; float: left; padding: 5px 0 5px 10px; }
.contentLayout3_20-20-20-20_col3 {width: 232px; float: left; padding: 5px 0 5px 10px;  }
.contentLayout3_20-20-20-20_col4 {width: 232px; float: left; padding: 5px 0 5px 10px;  } */

.contentLayout3_20-20-20-20 {
    position: relative;
    width: 100%;
    margin-bottom: -600px;
}

.contentLayout3_20-20-20-20_col1,.contentLayout3_20-20-20-20_col5,.contentLayout3_20-20-20-20_col9 {
    width: 23.8%;
    float: left;
    /* padding: 5px 0 5px 10px; */
    margin: 0 .66em .66em 0;
}

.contentLayout3_20-20-20-20_col2,.contentLayout3_20-20-20-20_col6, .contentLayout3_20-20-20-20_col10 {
    width: 23.8%;
    float: left;
    /* padding: 5px 0 5px 10px; */
    margin: 0 .66em .66em 0;
}
.contentLayout3_20-20-20-20_col3,.contentLayout3_20-20-20-20_col7, .contentLayout3_20-20-20-20_col11 {
    width: 23.8%;
    float: left;
    /* padding: 5px 0 5px 10px; */
    margin: 0 .66em .66em 0;
}

.contentLayout3_20-20-20-20_col4,.contentLayout3_20-20-20-20_col8, .contentLayout3_20-20-20-20_col12 {
    width: 23.8%;
    float: left;
}

.contentLayout3_20-20-20-20 h2 {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
}

.contentLayout3_20-20-20-20 a {
color:#0178BA;
}

.contentLayout3_20-20-20-20 a:hover; {
color:#164469 !important; 
}

/*@media screen and (max-width: 1200px) {
	.contentLayout3_20-20-20-20 {width: 94%; margin-bottom: 0px;}
	.contentLayout3_20-20-20-20_col1 {width: 22%; padding: 1% 4%; }
	.contentLayout3_20-20-20-20_col2 {width: 22%; padding: 1% 4%; margin: 0px 0px 0px 5px; float: right;}
	.contentLayout3_20-20-20-20_col2 {width: 22%; padding: 1% 4%; margin: 0px 0px 0px 5px; float: right;}	
    .contentLayout3_20-20-20-20_col4 {clear: both; padding: 1% 4%; width: auto; float: none; }
} */

/* for 700px or less */
@media screen and (max-width: 1200px) {
    .contentLayout3_20-20-20-20 {text-align:center;  margin-bottom: -50px; max-width: 95%;}
    .contentLayout3_20-20-20-20_col1 {width: auto; float: none; margin:0; padding: 0 !important;}
	.contentLayout3_20-20-20-20_col2 {width: auto; float: none; margin:0; padding: 0 !important;}
    .contentLayout3_20-20-20-20_col3 {width: auto; float: none; margin:0; padding: 0 !important;}
    .contentLayout3_20-20-20-20_col4 {width: auto; float: none; margin:0; padding: 0 !important;}  
    .contentLayout3_20-20-20-20_col5, .contentLayout3_20-20-20-20_col6, .contentLayout3_20-20-20-20_col7, .contentLayout3_20-20-20-20_col8, .contentLayout3_20-20-20-20_col9,.contentLayout3_20-20-20-20_col10,.contentLayout3_20-20-20-20_col11,.contentLayout3_20-20-20-20_col12 {width: auto; float: none; margin:0; padding: 0 !important;}  
  
}

/* for 480px or less */
@media screen and (max-width: 480px) {
    .contentLayout3_20-20-20-20 {text-align:center;  /*margin-bottom: -100px;*/}
    .contentLayout3_20-20-20-20_col1,.contentLayout3_20-20-20-20_col5,.contentLayout3_20-20-20-20_col9 {width: auto; float: none; }
	.contentLayout3_20-20-20-20_col2 {width: auto; float: none; margin-top:30px;}
    .contentLayout3_20-20-20-20_col3 {width: auto; float: none; margin-top:30px;}
    .contentLayout3_20-20-20-20_col4 {width: auto; float: none; margin-top:30px;}
    .contentLayout3_20-20-20-20_col6, .contentLayout3_20-20-20-20_col7, .contentLayout3_20-20-20-20_col8, .contentLayout3_20-20-20-20_col10, .contentLayout3_20-20-20-20_col11, .contentLayout3_20-20-20-20_col12 {width: auto; float: none; margin-top:30px;}
}


/* Four Column Content End */


/* pediatric-endowment-Tony Start */

#pediatricendowment-content-pagewrap-tony {padding: 5px; width: 1000px; margin: 20px auto; margin-left:-50px;}
#pediatricendowment-content-tony {width: 300px; float: left; padding: 5px 15px;}
#pediatricendowment-content-middle {width: 300px; /* Account for margins + border values */ float: left; padding: 5px 15px; margin: 0px 5px 5px 5px;}
#pediatricendowment-content-sidebar {width: 300px; padding: 5px 15px; float: left;}

@media screen and (max-width: 980px) {
	#pediatricendowment-content-pagewrap-tony {width: 94%;}
	#pediatricendowment-content-tony {width: 41%;padding: 1% 4%;}
	#pediatricendowment-content-middle {width: 41%;padding: 1% 4%;margin: 0px 0px 5px 5px;float: right;}
	#pediatricendowment-content-sidebar {clear: both;padding: 1% 4%;width: auto;float: none;}
}

/* for 700px or less */
@media screen and (max-width: 800px) {
    #pediatricendowment-content-pagewrap-tony {text-align:center;}
	#pediatricendowment-content-tony {width: auto;float: none;}
	#pediatricendowment-content-middle {width: auto;float: none;margin-left: 0px;}
	#pediatricendowment-content-sidebar {width: auto;float: none;}
}

/* for 480px or less */
@media screen and (max-width: 480px) {
    #pediatricendowment-content-pagewrap-tony {text-align:center;}
}

#pediatricendowment-content-tony, #pediatricendowment-content-middle, #pediatricendowment-content-sidebar {margin-bottom: 5px;}

/* pediatric-endowment-Tony End */


/* Full_Banner */
/*#pagebanner_full_tony {margin: 0 auto; padding: 0; line-height: 0.1em; display: block; width: auto; max-width: 1000px;background-color: #ffffff; text-align: center;}*/

#pagebanner_full_tony {
background-image: url("/banner_bg_pattern3.gif"); 
    background-repeat: repeat;
    z-index: 0;
    /* text-align: center; */
    text-align: left;
    min-height: 85px;
}    
    
#pagebanner_full_tony img {
/* width: auto; min-width:320px; */
height:100%;
margin-bottom:-7px;
}

#pagecontent_full_tony {padding: 0; clear: both; display: block; max-width: 1000px; margin: 0 auto; min-height: 192px;}
#pagetitle_full_tony {padding: 0; clear: both; display: block; max-width: 1000px; margin: 0 auto;}
#pagetitle_full_tony h1 {font-size: 2.2em; line-height: 1.4em; font-family: "Benton Sans", arial, sans-serif;font-style: normal; color: #164469; padding: .8em 0 0 0;}
#pagetitle_full_tony h1:first-letter {text-transform: uppercase;}
#pagetitle_full_tony h2 {font-size: 1.4em; line-height: 1.2em; font-family: "Benton Sans", arial, sans-serif;font-style: normal; color: #0178BA; padding: 0 0 0 0;}

.flex-caption2 {
    position:absolute;
     bottom:0;
    width:100%;
    height:auto;
    float:right;
    z-index:100;
}
 
/* Full_Banner End */


/* Tony Layered Slider Start */
.ls-container {
	visibility: hidden;
	position: relative;
}

.ls-lt-container {
	position: absolute;
}

.ls-lt-container,
.ls-lt-container * {
	text-align: left !important;
	direction: ltr !important;
}

.ls-container-fullscreen {
	margin: 0 auto !important;
	padding: 2% !important;
	background: black !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border: none !important;
}

.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
	display: none !important;
}

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-inner {
	position: relative;
	background-position: center center;
	z-index: 2;
	overflow: hidden;
}

.ls-loading-container {
	position: absolute !important;
	display: none;
	z-index: 3 !important;
	left: 50% !important;
	top: 50% !important;
}

.ls-loading-indicator {
	margin: 0 auto;
}

.ls-inner,
.ls-slide {
	width: 100%;
	height: 100%;
}

.ls-slide,
.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
	overflow: hidden;
}

.ls-active,
.ls-animating {
	display: block !important;
}

.ls-slide > * {
	position: absolute;
	line-height: normal;
	margin: 0;
	left: 0;
	top: 0;
}

.ls-slide .ls-bg {
	left: 0px;
	top: 0px;
	transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
}

.ls-yourlogo {
	position: absolute;
	z-index: 99;
}



/* Timers */

.ls-bar-timer {
	position: absolute;
	width: 0;
	height: 2px;
	background: white;
	border-bottom: 2px solid #555;
	opacity: .55;
	filter: alpha(opacity=55);
	z-index: 4;
	top: 0;
}

.ls-circle-timer {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 4;
	opacity: .65;
	filter: alpha(opacity=65);
	display: none;
}

.ls-ct-half {
	background: white;
}

.ls-ct-center {
	background: #444;
}

.ls-ct-left,
.ls-ct-right {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-left,
.ls-ct-right {
	float: left;
	position: relative;
}

.ls-ct-rotate {
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0;
}

.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
	left: 0;
}

.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
	right: 0;
}

.ls-ct-hider,
.ls-ct-half {
	position: absolute;
	top: 0;
}

.ls-ct-hider {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-half {
	width: 200%;
	height: 100%;
}

.ls-ct-center {
	width: 50%;
	height: 50%;
	left: 25%;
	top: 25%;
	position: absolute;
}

.ls-ct-half,
.ls-ct-center {
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}



/* Navigation */

.ls-bottom-nav-wrapper {
	height: 0;
}

.ls-bottom-slidebuttons {
	text-align: left;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
	z-index: 2;
	height: 0;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.ls-below-thumbnails {
	display: none;
	z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}

* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
	direction: ltr !important;
}

.ls-bottom-slidebuttons {
	position: relative;
	z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
	position: relative;
}

.ls-nothumb {
	text-align: center !important;
}

.ls-link {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
	background-image: url('https://www.hss.edu/images/icons/blank.gif');
}

.ls-slide > a > * {
	background-image: url('https://www.hss.edu/images/icons/blank.gif');
}



/* Embedded videos */

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0;
	top : 0;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}



/* Thumbnails */

.ls-tn {
	display: none !important;
}

.ls-thumbnail-hover {
	display: none;
	position: absolute;
	left: 0;
}

.ls-thumbnail-hover-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.ls-thumbnail-hover-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ls-thumbnail-hover-img {
	position: absolute;
	overflow: hidden;
}

.ls-thumbnail-hover img {
	max-width: none !important;
	position: absolute;
	display: inline-block;
	visibility: visible !important;
	left: 50%;
	top: 0;
}

.ls-thumbnail-hover span {
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
}

.ls-thumbnail {
	position: relative;
	margin: 0 auto;
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
	width: 100%;
}

.ls-thumbnail-slide-container {
	overflow: hidden !important;
	position: relative;
}

.ls-touchscroll {
	overflow-x: auto !important;
}

.ls-thumbnail-slide {
	text-align: center;
	white-space: nowrap;
	float: left;
	position: relative;
}

.ls-thumbnail-slide a {
	overflow: hidden;
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
}

.ls-thumbnail-slide img {
	max-width: none !important;
	max-height: 100% !important;
	height: 100%;
	visibility: visible !important;
}

.ls-shadow {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	width: 100%;
	left: 0;
	overflow: hidden !important;
	visibility: hidden;
}

.ls-shadow img {
	width: 100% !important;
	height: auto !important;
	position: absolute !important;
	left: 0 !important;
	bottom: 0 !important;
}

.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
	visibility: hidden;
}



/* 2D & 3D Layer Transitions */

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-lt-tile {
	position: relative;
	float: left;
	perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
}

.ls-lt-tile img {
	visibility: visible;
	display: inline-block;
}

.ls-curtiles {
	overflow: hidden;
}

.ls-curtiles,
.ls-nexttiles {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ls-curtile, .ls-nexttile {
	overflow: hidden;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.ls-curtile {
	left: 0;
	top: 0;
}

.ls-curtile img,
.ls-nexttile img {
	position: absolute;
	filter: inherit;
}

.ls-3d-container {
	position: relative;
	overflow: visible !important;
}

.ls-3d-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.ls-3d-box div {
	overflow: hidden;
	background: #777;
	margin: 0;
	padding: 0;
	position: absolute;
}



/* Full screen */

.ls-fullscreen {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	display: block;
}

.ls-v5 .ls-playvideo {
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
}

.ls-v5 .ls-playvideo,
.ls-v5 .ls-nav-sides,
.ls-v5 .ls-bottom-slidebuttons a,
.ls-v5 .ls-nav-prev,
.ls-v5 .ls-nav-next,
.ls-v5 .ls-nav-start,
.ls-v5 .ls-nav-stop,
.ls-v5 .ls-fullscreen,
.ls-v5 .ls-loading-container {
	background-image: url('https://www.hss.edu/images/icons/skin.png');
}

.ls-v5 .ls-playvideo {
	background-position: -300px -150px;
}

.ls-v5 .ls-playvideo:hover,
.ls-v5 .ls-vpcontainer:hover .ls-playvideo {
	background-position: -375px -150px;
}

.ls-v5 .ls-nav-prev {
	background-position: 0px 0px;
}

.ls-v5 .ls-nav-prev:hover {
	background-position: 0px -75px;
}

.ls-v5 .ls-nav-next {
	background-position: -150px 0px;
}

.ls-v5 .ls-nav-next:hover {
	background-position: -150px -75px;
}


.ls-v5 .ls-nav-start {
	background-position: -300px 0px;
}

.ls-v5 .ls-nav-start:hover,
.ls-v5 .ls-nav-start-active {
	background-position: -300px -75px;
}

.ls-v5 .ls-nav-stop {
	background-position: -450px 0px;
}

.ls-v5 .ls-nav-stop:hover,
.ls-v5 .ls-nav-stop-active {
	background-position: -450px -75px;
}


.ls-v5 .ls-bottom-slidebuttons a {
	background-position: 0px -150px;
}

.ls-v5 .ls-bottom-slidebuttons a.ls-nav-active,
.ls-v5 .ls-bottom-slidebuttons a:hover {
	background-position: -75px -150px;
}

.ls-v5 .ls-nav-sideleft {
	background-position: -150px -150px;
}

.ls-v5 .ls-nav-sideright {
	background-position: -225px -150px;
}



.ls-v5 .ls-nav-prev,
.ls-v5 .ls-nav-next {
	width: 40px;
	height: 50px;
	z-index: 100;
	top: 50%;
	margin-top: -25px;
	position: absolute;
}

.ls-v5 .ls-nav-prev {
	left: 10px;
}

.ls-v5 .ls-nav-next {
	right: 10px;
}



.ls-v5 .ls-bottom-slidebuttons,
.ls-v5 .ls-bottom-slidebuttons a,
.ls-v5 .ls-nav-start,
.ls-v5 .ls-nav-stop,
.ls-v5 .ls-nav-sides {
	height: 20px;
}

.ls-v5 .ls-bottom-slidebuttons,
.ls-v5 .ls-bottom-slidebuttons a,
.ls-v5 .ls-nav-start,
.ls-v5 .ls-nav-stop,
.ls-v5 .ls-nav-sides {
	display: inline-block;
}

.ls-v5 .ls-bottom-slidebuttons,
.ls-v5 .ls-nav-start,
.ls-v5 .ls-nav-stop,
.ls-v5 .ls-nav-sides {
	top: -30px;
}

.ls-v5 .ls-nav-start,
.ls-v5 .ls-nav-stop {
	width: 25px;
}

.ls-v5 .ls-bottom-slidebuttons a {
	width: 20px;
}

.ls-v5 .ls-nav-sides {
	width: 0px;
}



.ls-v5 .ls-thumbnail-hover {
	bottom: 30px;
	padding: 2px;
	margin-left: 1px;
}

.ls-v5 .ls-thumbnail-hover-bg {
	background: #eee;
}

.ls-v5 .ls-thumbnail-hover span {
	border: 5px solid #eee;
	margin-left: -5px;
}



.ls-v5 .ls-thumbnail {
	top: 10px;
}

.ls-v5 .ls-thumbnail-inner {
	padding: 2px;
	margin-left: -2px;
	background: #fff;
}

.ls-v5 .ls-thumbnail-slide a {
	margin-right: 2px;
}

.ls-v5 .ls-nothumb {
	background: #eee;
}



.ls-v5 .ls-loading-container {
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	background-position: -450px -150px;
}

.ls-v5 .ls-loading-indicator {
	width: 22px;
	height: 22px;
	margin-top: 9px;
	background-image: url(loading.gif);
}



.ls-v5 .ls-fullscreen {
	width: 30px;
	height: 30px;
	right: 10px;
	top: 10px;
	background-position: -525px -150px;
}

.ls-v5 .ls-fullscreen:hover {
	background-position: -525px -190px;
}


/*
.ls-bg2 {
	left: -100px;
	top: 0px;
	transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
    width:auto;
	min-width:100%;
	height:auto;
	min-height:100%;
}



@media screen and (min-width: 1280px){
.ls-bg2 {
display:none;
}
}

@media screen and (max-width: 1279px){
.ls-bg {
display:none;
visibility:none;
z-index:-111;
}
}
*/

/* Tony Layered Slider end */

/* Tony Layered Slide Add-on */
/* WP plugin fullwidth */

.ls-wp-fullwidth-container {
	width: 100%;
	position: relative;
}

.ls-wp-fullwidth-helper {
	position: absolute;
}


/* Removing all default global styles of WordPress themes */

html * .ls-nav-prev,
html * .ls-nav-next,
html * .ls-container img,
html * .ls-bottom-nav-wrapper a,
html * .ls-container .ls-fullscreen,
body * .ls-nav-prev,
body * .ls-nav-next,
body * .ls-container img,
body * .ls-bottom-nav-wrapper a,
body * .ls-container .ls-fullscreen,
#ls-global * .ls-nav-prev,
#ls-global * .ls-nav-next,
#ls-global * .ls-container img,
#ls-global * .ls-bottom-nav-wrapper a,
#ls-global * .ls-container .ls-fullscreen,
html * .ls-thumbnail a,
body * .ls-thumbnail a,
#ls-global * .ls-thumbnail a {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	line-height: normal;
	outline: none;
	padding: 0;
	border: 0;
}

html * .ls-slide > a,
body * .ls-slide > a,
#ls-global * .ls-slide > a,
html * .ls-slide > h1,
body * .ls-slide > h1,
#ls-global * .ls-slide > h1,
html * .ls-slide > h2,
body * .ls-slide > h2,
#ls-global * .ls-slide > h2,
html * .ls-slide > h3,
body * .ls-slide > h3,
#ls-global * .ls-slide > h3,
html * .ls-slide > h4,
body * .ls-slide > h4,
#ls-global * .ls-slide > h4,
html * .ls-slide > h5,
body * .ls-slide > h5,
#ls-global * .ls-slide > h5,
html * .ls-slide > p,
body * .ls-slide > p,
#ls-global * .ls-slide > p,
html * .ls-slide > div,
body * .ls-slide > div,
#ls-global * .ls-slide > div,
html * .ls-slide > span,
body * .ls-slide > span,
#ls-global * .ls-slide > span,
html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
	margin: 0;
}

html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
	background: none !important;
	min-width: 0 !important;
	max-width: none !important;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0;
}

/*html * .ls-thumbnail a img,
body * .ls-thumbnail a img,
#ls-global * .ls-thumbnail a img {
	min-width: 100% !important;
}
*/

html * .ls-wp-container .ls-slide > *,
body * .ls-wp-container .ls-slide > *,
#ls-global * .ls-wp-container .ls-slide > * {
	line-height: normal;
	outline: none;
	padding: 0;
	margin: 0;
	border: 0;
}

html * .ls-wp-container .ls-slide > a > *,
body * .ls-wp-container .ls-slide > a > *,
#ls-global * .ls-wp-container .ls-slide > a > * {
	margin: 0;
}

html * .ls-wp-container .ls-slide > a,
body * .ls-wp-container .ls-slide > a,
#ls-global * .ls-wp-container .ls-slide > a {
	text-decoration: none;
}

.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-container,
.ls-container * {
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
}

html * .ls-yourlogo,
body * .ls-yourlogo,
#ls-global * .ls-yourlogo {
	margin: 0;
}

html * .ls-tn,
body * .ls-tn,
#ls-global * .ls-tn {
	display: none;
}

.site {
	overflow: visible !important;
}
/* Tony Layered Slide Add-on end */

/* Career Site Element */
#careerbanner_content {
   
    margin: 150px 0 0 -10px; 
    /* padding:120px 30px; */ 
    padding:15px; 
    position:relative; 
    z-index:10; 
    color:#fff; 
    /* vertical-align:center; 
    text-shadow: 2px 2px 4px #000000; */
  float:left;
  
  /* width: 410px; */
  /* min-width:350px;*/
  width:auto;
  max-width:550px;
  height: auto;
  
      background:rgb(23,36,46); ;  
    background: transparent\9;  
    background:rgba(23,36,46,0.7);  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);  
    zoom: 1; 

  top: 0;
  left: 0;
  font-size:15px;

}

#careerbanner_content a {color:#fff; font-weight:bold; font-size:12px; line-height:2.0em; z-index:20;
    
 filter: alpha(opacity=100);
  /* IE */
  -moz-opacity: 1.0;
  /* Mozilla */
  opacity: 1.0;
  /* CSS3 */   
    
}
#careerbanner_content a:hover {color:#0081c7;}
#careerbanner_content h2 {
font-size:1.6em; font-weight:bold;

 filter: alpha(opacity=100);
  /* IE */
  -moz-opacity: 1.0;
  /* Mozilla */
  opacity: 1.0;
  /* CSS3 */  
}


/*css element */
.socialButtonLink {
	display: block;
	width: 100px;
	height: 100px;
	background: url('/path/to/myImage.png') bottom;
	text-indent: -99999px;
}
.socialButtonLink:hover {
	background-position: 0 0;
}


/* 4 column layout */
.autowide {
  margin: 0 auto;
  width:auto;
  max-width: 1000px;
}
.autowide img {
  float: left;
  margin: 0 .75rem 0 0;
}
.autowide .module {
  margin-bottom: 1rem;
  text-align:center;
}

.autowide .module h1 {
  font-weight:300;
  color:#333;
  font-size:1.3em;
  height:70px;
}

.rehap-main-text {
  color:#333;
  margin:0 0 10px 0;
}

.autowide .module a {
  color:#288ee2;
}

.autowide .module a:hoever {
  color:#0f3d6c;
}


.autowide .module p {
    color:#333;
      line-height:1.8em;
  padding: .25rem .75rem;
}


/* 2 columns: 600px */
@media only screen and (min-width: 600px) {
  .autowide .module {
		float: left;
		margin-right: 2.564102564102564%;
		width: 48.717948717948715%;
	}
	.autowide .module:nth-child(2n+0) {
		margin-right: 0;
	}
}

/* 3 columns: 768px */
@media only screen and (min-width: 768px) {
  .autowide .module {
		width: 31.623931623931625%;
	}
	.autowide .module:nth-child(2n+0) {
		margin-right: 2.564102564102564%;
	}
	.autowide .module:nth-child(3n+0) {
		margin-right: 0;
	}
}

/* 4 columns: 992px and up */
@media only screen and (min-width: 992px) {
  .autowide .module {
		width: 23.076923076923077%;
	}
	.autowide .module:nth-child(3n+0) {
		margin-right: 2.564102564102564%;
	}
	.autowide .module:nth-child(4n+0) {
		margin-right: 0;
	}
}


.full-page-hss-logo {
  position: absolute;
  left:25px;
  top:25px;
  z-index:222;
}   



/* 3 column layout */

.autowide .module2 {
  margin-bottom: 1rem;
  text-align:center;
}

.autowide .module2 h1 {
  font-weight:300;
  color:#333;
  font-size:1.3em;
  height:70px;
}


.autowide .module2 a {
  color:#288ee2;
}

.autowide .module2 a:hoever {
  color:#0f3d6c;
}


.autowide .module2 p {
    color:#333;
      line-height:1.8em;
  padding: .25rem .75rem;
}


/* 2 columns: 600px */
@media only screen and (min-width: 600px) {
  .autowide .module2 {
		float: left;
		margin-right: 2.564102564102564%;
		width: 48.717948717948715%;
	}
	.autowide .module2:nth-child(2n+0) {
		margin-right: 0;
	}
}

/* 3 columns: 768px */
@media only screen and (min-width: 768px) {
  .autowide .module2 {
		width: 31.623931623931625%;
	}
	.autowide .module2:nth-child(2n+0) {
		margin-right: 2.564102564102564%;
	}
	.autowide .module2:nth-child(3n+0) {
		margin-right: 0;
	}
}

/* 4 columns: 992px and up */
@media only screen and (min-width: 992px) {
  .autowide .module2 {
		width: 31.623931623931625%;
	}
	.autowide .module2:nth-child(3n+0) {
		margin-right: 2.564102564102564%;
	}
	.autowide .module2:nth-child(4n+0) {
		margin-right: 0;
	}
}


#main-footer {
    position:absolute;
    background-color: #222222;
    text-align:center;
    width:100%;
    overflow: hidden !important; /* FF scroll-bar */
    z-index:1;
}


#contact-footer {
    position:relative;
    padding: 1.2em 0 1.2em 0 /*38px 0px 12px 0px*/;
    clear: both;
    width: 100%;
    text-align:center;
    /* margin: 0 auto; */
    background-color: #006699;
    color:#fff;
}

#contact-footer a {
    color:#fff;
}

#contact-footer h2 {
font-size:1.8em
    color:#fff;
    line-height:20px;
}

#footer-bottom {
    /*background-color: #171717;*/
    background-color: #171717;
    padding: 15px 0 5px;
}

 
@media only screen and (max-width: 767px) {
#full-slider-wrapper {
margin-top:10px;
/* padding-top: 40px; */
}

.autowide .module h1 {
  font-weight:300;
  color:#333;
  font-size:1.3em;
  height:30px;
}

}

#decimal {
  list-style-type: decimal;
}


.meet_btn-small {
  padding: .75em 1em;
  font-size: 0.8em;
}

.modal-box {
  display: none;
  /* position: absolute; */
  position: fixed;
  margin:30px auto 0;
  left: 50%;
  top: 50%;
  
   top:200px; 
  max-width: 900px;
  width:auto;
  height: 90%; 
  /* top:100px; */
  overflow-y:scroll;
  
  z-index: 1000;
  /*width: 98%;*/
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}

@media only screen and (min-device-width: 650px) and (max-width: 1024px) {
.modal-box {
  position: fixed;
  top:200px; 
  max-width: 600px;
  width:auto;
height: 80%; 
overflow-y:scroll;
overflow-x:hidden;
}
}


@media (max-width:649px){
.modal-box {
  max-width: 340px;
  width:auto;
height: 100%; 
overflow-y:scroll;
overflow-x:hidden;
}
}

/*
@media (min-width: 32em) {

.modal-box { width: 70%; }
}
*/


.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding: 2em 1.5em; }

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  /* position: absolute; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
  line-height: 1;
  font-size: 2.1em;
  position: absolute;
  top: 5px;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

.columnsContainer { position: relative; /*margin: .5em;*/ display: inline-block; margin-bottom: 120px;}
@media screen and (max-width: 1133px ) {
.columnsContainer {
    position: relative;
    /* margin: .5em; */
    display: inline-block;
    margin-bottom: 0;
}
}


.location_leftColumn { margin-bottom: .5em; padding-left:15px; }
.location_rightColumn { padding-left:15px; }

@media (max-width:815px) {.location_rightColumn {clear: both;}}

@media screen and (min-width: 51em ) {
  /* .location_leftColumn { margin-right: 19.5em; } */
    .location_leftColumn { margin-right: 20.5em; }
	.location_rightColumn { position: absolute; top: 0; right: 0; width: 18.75em; margin:15px 0 0 60px; }   
}

.location-page-button a:hover {
  color:#fff;
}

.location-additional-content {
    padding-left: 15px;
}

@media only screen and (max-width: 780px) {
.location-additional-content {
    margin-top: -40px;
}
}

.location_photo {
margin-top:20px;
}

@media only screen and (max-width: 810px) {
.location_photo {
display:none;
}
}

@media only screen and (min-width: 811px) {
.location_photo {
visibility:visible;
}
}


.modal-box2 {
  display: none;
  /* position: absolute; */
  position: fixed;
  /* margin:30px auto 0; */
  left: 50%;
  top: 50%;
  
   top:200px; 
  max-width: 900px;
  width:auto;
  height:auto;
  max-height:500px; 
  /* top:100px; */
  /*overflow-y:scroll;*/
  
  z-index: 1000;
  /*width: 98%;*/
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}

.modal-box2 a.close {
  line-height: 1;
  font-size: 2.1em;
  position: absolute;
  top: 5px;
  right: 2%;
  text-decoration: none;
  color: #0178BA;
}

.modal-box2 a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}


@media only screen and (min-device-width: 650px) and (max-width: 1024px) {
.modal-box2 {
  position: fixed;
  top:200px; 
  max-width: 600px;
  width:auto;
height: 80%; 
overflow-y:scroll;
overflow-x:hidden;
}
}


@media (max-width:649px){
.modal-box2 {
  max-width: 340px;
  width:auto;
height: 100%; 
overflow-y:scroll;
overflow-x:hidden;
}
}

/*
@media (min-width: 32em) {

.modal-box2 { width: 70%; }
}
*/


.modal-box2 header,
.modal-box2 .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 0px solid #ddd;
}

.modal-box2 header h3,
.modal-box2 header h4,
.modal-box2 .modal-header h3,
.modal-box2 .modal-header h4 { margin: 0; }

.modal-box2 .modal-body { padding:0; }

.modal-box2 footer,
.modal-box2 .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}


.tabs-location {
    width: 100%;
}

    .tab-links-location {
width:100%;
margin:20px 0 30px 10px;
    }
    
    @media screen and (max-width: 935px){
        .tab-links-location {
        width:100%;
        margin-left:15px;
    }
    }
    
    @media screen and (max-width: 767px) {
    .tab-links-location {
    width: 98%;
    margin-left: 0;
    }
    }
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links-location:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links-location li {
        width: 31%;
        margin-right: 30px;
        float:left;
        list-style:none;
    }
    
    .tab-links-location li:last-child {
    width: 31%;
    margin-right: 0;
    float: left;
    list-style: none;
    }
    
    @media screen and (max-width: 935px) {
    .tab-links-location li {
        width: 98%;
        margin-right: 30px;
        float:left;
        list-style:none;
    }
    .tab-links-location li:last-child {
    width: 98%;
    margin-right: 0;
    float: left;
    list-style: none;
    }
    }
 
        .tab-links-location a {
            padding:9px 15px;
            display:inline-block;
            /* border-radius:3px 3px 0px 0px; */
            /* background:#7FB5DA; */
            /* font-size:16px; */
            /* font-weight:600; */
            /* color:#4c4c4c; */
            transition:all linear 0.15s;
            font-size:1.0em !important;
        }
 
        .tab-links-location a:hover {
                    background:#0178BA;
        color:#fff;
            text-decoration:none;
        }
 
    li.active a, li.active a:hover {
        background:#0178BA;
        color:#fff;
    }
    

 
    /*----- Content of Tabs -----*/
    .tab-content-location {

    width:100%;
    }
    
    @media screen and (max-width: 767px){
        .tab-content-location {
      width:100%;
      /* padding:15px; */
      margin-left:-10px;
    }
    }
 
 
        .tab-location {
            display:none;
        }
 
        .tab-location.active {
            display:block;
        }


.location-page-button .singlecolumn a {
font-size:.7em !important;
font-weight:normal !important;
}

.location-page-button a {
font-size:.7em !important;
font-weight:normal !important;
}

.location-services-centers h2 {
margin:20px 0 20px 0;
    font-size: 1.5em;
    line-height: 1.4em;
    font-family: "Benton Sans", arial, sans-serif;
    font-style: normal;
    color: #164469;
}

.location_services ul {
list-style: disc;

}


.bitg-widget {
/*
max-width: 200px;
*/
margin: 0 auto;
}
.bitg-widget .bitg-widget-grid {
/* text-align: center; */
}
.bitg-widget .bitg-widget-link {
display: inline-block;
/* width: 30%; */
margin: 2px 1.5%;
/* Center small images */
vertical-align: top;
width: auto;
}
.bitg-widget .bitg-widget-link img {
border: 0 none;
width: 100%;
/*
max-width: 62px;
max-height: 75px;
*/
}
.bitg-widget .bitg-widget-allstories {
/* text-align: center; */
margin: 1em 0 0.3em 0;
}
.bitg-widget .bitg-widget-allstories a {
color: #054D87;
text-decoration: none;
}
/* Desktop/Tablet - 12x1 layout */
@media screen and (min-width: 1901px){
    .bitg-widget .bitg-widget-link{width: 8.5%; max-width: 85px; max-height: 85px;  margin: 2px 0.33%; overflow: hidden;}
}

@media screen and (min-width: 1716px) and (max-width: 1900px){
.bitg-widget .bitg-widget-link {width: 8.5%; margin: 2px 0.33%; max-width: 85px; max-height: 85px; overflow: hidden;}
}

@media screen and (min-width: 1280px) and (max-width: 1715px){
.bitg-widget .bitg-widget-link{width: 7.6%; max-width: 76px; margin: 2px 0.33%;max-height: 82px; overflow: hidden;}
}
@media screen and (min-width: 768px) and (max-width: 1279px){
.bitg-widget .bitg-widget-link{
margin: 0;
margin-left: 0.33%;
width: 8%;
max-width: 85px;
max-height: 52px; 
overflow: hidden;
}
.bitg-widget .bitg-widget-link:first-child{
margin-left: 0;
}
}
/* Phablet - 6x2 layout */
@media screen and (min-width: 480px) and (max-width: 767px){
.bitg-widget .bitg-widget-grid {
max-width: 740px;
}
.bitg-widget .bitg-widget-link{
margin: 4px;
width: 15%;
max-width: 88px;
max-height: 86px;
overflow: hidden;
}
}
/* Phone - 4x3 layout */
@media screen and (max-width: 479px){
.bitg-widget .bitg-widget-grid {
max-width: 400px;
}
.bitg-widget .bitg-widget-link{
margin: 4px;
width: 21%;
max-width: 80px;
max-height: 92px;
overflow: hidden;
}
}

.location_rightColumn .bitg-widget .bitg-widget-grid {max-width: 300px;}
.location_rightColumn .bitg-widget .bitg-widget-link{margin: 4px;width: 21%;max-width: 80px;}


/* Location styles */

.location-page-button2 a {
    
    line-height: 2.0em;
    font-family: "Benton Sans", arial, sans-serif;
    font-style: normal;
    color: #0178BA;
    cursor: pointer;
}

.location-page-button2 a:hover {
    color: #164469;
}

.tab-location h2 {
margin:20px 0 20px 0;
    font-size: 1.5em;
    line-height: 1.4em;
    font-family: "Benton Sans", arial, sans-serif;
    font-style: normal;
    color: #164469;
}

.tab-location h3 {
    font-size: 1.3em;
    line-height: 1.3;
    margin-top: 1em;
    margin-bottom: .7em;
    color: #164469;
}

.tab-content-location ul li {
    font-size: 1em;
    background: url(/images/css/list_bullet.gif) left .7em no-repeat;
    padding: 0 0 .5em .7em;
}

.tab-content-location ul ul li {
    list-style-type: circle;
    margin-left: 3.5em!important;
    padding: 0 0 .5em .7em!important;
    background: none!important;
}

.location_50-50_col1 {float: left; clear:none; width: 45%; margin-left: 2%; line-height: 1.6em;}
.location_50-50_col2{float: left; clear:none; width: 45%;margin-left: 2%;line-height: 1.6em;}
.location_50-50_col1 h2, .location_50-50_col2 h2{border-bottom: 0px solid #cccccc; margin-bottom:10px;}
.location_50-50_col1 a, .location_50-50_col2 a {font-weight: bold;}
.location_50-50_col1 ul {border-right: 0px solid #cccccc;padding-right: .75em; margin-right: 0!important;}
.location_50-50_col1 ul li, .location_50-50_col2 ul li {padding: 0 0 .5em .7em;}

@media screen and (min-width: 768px) and (max-width: 1024px){
.location_50-50_col1 {float: left; clear:none; width: 45%; margin-left: 2%; line-height: 1.6em;}
.location_50-50_col2{float: left; clear:none; width: 45%;margin-left: 6%;line-height: 1.6em;}
.location_50-50_col1 h2, .location_50-50_col2 h2{border-bottom: 0px solid #cccccc; margin-bottom:10px;}
.location_50-50_col1 a, .location_50-50_col2 a {font-weight: bold;}
.location_50-50_col1 ul {border-right: 0px solid #cccccc;padding-right: .75em; margin-right: 0!important;}
.location_50-50_col1 ul li, .location_50-50_col2 ul li {padding: 0 0 .5em .7em;}
}

@media screen and (max-width: 767px) {
.tab1 p, .tab2 p, .location_50-50_col1 {float: none; clear:both; width: 92%; margin-left: 0;}
.location_50-50_col2{float: none; clear:both; width: 92%;margin-left: 0; margin-top: 1em;}
.location_50-50_col1 ul {border: 0;}
.location_30-70_col1 {float: none; clear:both; width: 92%; margin-left: 3%; line-height: 1.6em;}
.location_30-70_col2 {float: none; clear:both; width: 92%; margin-left: 3%; line-height: 1.6em;}
.location_70-30_col1 {float: left; clear:none; width: 92%; margin-left: 3%; line-height: 1.6em;}
.location_70-30_col2{float: left; clear:none; width: 92%;margin-left: 3%;line-height: 1.6em;}
}


a.locationsitebutton {text-align: center;border: 0; /*width: 310px;*/ /* width: 360px;*/ height:38px; /* margin: 0 auto */ margin:0 0 .5em .2em; ;margin-bottom: 13px;padding: 18px 4px 4px 4px;text-transform: uppercase;line-height: 1.4em;font-size: .7em;font-family: "Benton Sans Medium", arial, sans-serif;font-style: normal;font-weight: normal;color: #0178BA;display: block;background-color: #ffffff;border: 1px solid #0178BA; cursor:pointer;}
a.locationsitebutton:hover {background-color: #0178BA; text-decoration: none; color: #ffffff; border: 1px solid #0178BA;}
@media screen and (max-width: 767px){
    .tab-links-location li {width: 100%;}
    .tab-links-location li:last-child {width: 100%;}
}
@media screen and (min-width: 768px) and (max-width: 935px) { a.locationsitebutton {margin:0 .5em .5em .2em; width: 98%; font-size: .8em;}}
/* @media screen and (min-width: 768px) and (max-width: 799px) {.tab-links-location li {width: 96%;} .tab-links-location li:last-child {width: 96%;}}
@media screen and (max-width: 700px) { a.locationsitebutton {margin:0 .5em .5em .5em; width: 90%; font-size: .8em;} } */


.location2_50-50_col1 {float: left; clear:none; width: 45%; margin-left: 2%; line-height: 1.3em; font-size:.95em; }
.location2_50-50_col2{float: left; clear:none; width: 45%;margin-left: 2%;line-height: 1.3em; font-size:.95em;}
.location2_50-50_col1 h2, .location2_50-50_col2 h2{border-bottom: 0px solid #cccccc; margin-bottom:10px;}
.location2_50-50_col1 a, .location2_50-50_col2 a {font-weight: bold;}
.location2_50-50_col1 ul {border-right: 0px solid #cccccc;padding-right: .75em; margin-right: 0!important;}
.location2_50-50_col1 ul li, .location2_50-50_col2 ul li {padding: 0 0 .5em .7em;}

@media screen and (max-width: 767px){
.location2_50-50_col1 {float: none; clear:both; width: 94%; margin-left: 0;}
.location2_50-50_col2{float: none; clear:both; width: 95%;margin-left: 0; margin-top: 1em;}
.location2_50-50_col1 ul {border: 0;}
.location2_30-70_col1 {float: none; clear:both; width: 94%; margin-left: 3%; line-height: 1.6em;}
.location2_30-70_col2 {float: none; clear:both; width: 94%; margin-left: 3%; line-height: 1.6em;}
.location2_70-30_col1 {float: left; clear:none; width: 94%; margin-left: 3%; line-height: 1.6em;}
.location2_70-30_col2{float: left; clear:none; width: 94%;margin-left: 3%;line-height: 1.6em;}
}


.locationbtn_50-50_col1 {float: left; clear:none; width: 50%; margin-left: 2%; line-height: 1.6em;}
.locationbtn_50-50_col2{float: left; clear:none; width: 42%;margin-left: 2%;line-height: 1.6em;}
.locationbtn_50-50_col1 h2, .locationbtn_50-50_col2 h2{border-bottom: 0px solid #cccccc; margin-bottom:10px;}
.locationbtn_50-50_col1 a, .locationbtn_50-50_col2 a {font-weight: bold;}
.locationbtn_50-50_col1 ul {border-right: 0px solid #cccccc;padding-right: .75em; margin-right: 0!important;}
.locationbtn_50-50_col1 ul li, .locationbtn_50-50_col2 ul li {padding: 0 0 .5em .7em;}

@media screen and (max-width: 767px){
.locationbtn_50-50_col1 {float: none; clear:both; width: 94%; margin-left: 0;}
.locationbtn_50-50_col2{float: none; clear:both; width: 95%;margin-left: 0; margin-top: -12px;}
.locationbtn_50-50_col1 ul {border: 0;}
.locationbtn_30-70_col1 {float: none; clear:both; width: 94%; margin-left: 3%; line-height: 1.6em;}
.locationbtn_30-70_col2 {float: none; clear:both; width: 94%; margin-left: 3%; line-height: 1.6em;}
.locationbtn_70-30_col1 {float: left; clear:none; width: 94%; margin-left: 3%; line-height: 1.6em;}
.locationbtn_70-30_col2{float: left; clear:none; width: 94%;margin-left: 3%;line-height: 1.6em;}
}


#location_physicians_mobile, .location_physicians_mobile
{
visibility:hidden;
display:none;
}

.tab-location-inner {width:94%; margin: 0 15px;}
.tab-location a.sitebutton {width:100%; margin:20px 0 50px -10px; padding:15px; font-size:1.2em;}

.locationbtn_50-50_col1 .location-page-button2 {margin-top: -10px;}
.locationbtn_50-50_col2 .location-page-button2 {padding-top: 12px;}

.location-page-button2 .location-page-phys-wrapper {width:100%; display:table; table-layout:fixed;}
.location-page-button2 .location-page-phys-wrapper .location-page-phys-outer {width:50%; float:left; display:table-cell; margin-right:0; margin-bottom: 20px; min-height: 200px;}
.location-page-button2 .location-page-phys-wrapper .location-page-phys-inner {width:100%; display:table; table-layout:fixed;}

@media screen and (max-width: 1049px) {
.location-page-button2 .location-page-phys-wrapper .location-page-phys-inner {
    min-height: 250px;
}
}


.location-page-button2 .location-page-phys-wrapper .location-page-phys-cell-left {float:left; width:25%; display:table-cell; margin-right:20px;}
.location-page-button2 .location-page-phys-wrapper .location-page-phys-cell-right {float:left; vertical-align:top; width:67%; margin-top:-10px; font-size: .9em;}
.appt-banner {width: 100%; margin: 20px 0px 20px -10px;padding: 15px; font-size: 1.2em;}
.tab-loaction-inner {width:100%; background-color:#eee; margin-left:-10px; padding:15px;}

@media screen and (min-width: 768px) and (max-width: 799px) {
    .location-page-phys-wrapper .location-page-phys-cell-left {width: 21%;}
    .location-page-button2 .location-page-phys-wrapper .location-page-phys-outer {min-height: 260px;}
    .tab-location a.sitebutton {width: 95%; margin-left: 1px;}
}


@media screen and (max-width: 767px){
    #location_physicians_desktop, .location_physicians_desktop {display: none;}
    #location_physicians_mobile, .location_physicians_mobile {visibility: visible;display: block;}
    
    .location-page-button2 .location-page-phys-wrapper {width:100%; float:left; margin-right:20px;}
    .location-page-button2 .location-page-phys-wrapper .location-page-phys-outer {width:100%; float:none; display: block; min-height:auto;}
    .location-page-button2 .location-page-phys-wrapper .location-page-phys-cell-left  {float:left;  width:21%; margin-right: 10px;}
    .location-page-button2 .location-page-phys-wrapper .location-page-phys-cell-right {float:left;  vertical-align:top; width:71.5%; padding:3px;}
    .tab-location a.sitebutton {width: 88%; margin-left: 0px;}
    .location_rightColumn .utilitymodule {margin-left: -10px;}
}

#pagecontent_banner_menu {padding: 0; clear: both; display: block; max-width: 1000px; margin: 0 auto; min-height: 192px;}

#full_banner_menu {
   
    /* padding:120px 30px; */ 
    padding:10px 15px 15px 15px; 
    position:absolute; 
    z-index:10; 
    color:#fff; 
    /* vertical-align:center; 
    text-shadow: 2px 2px 4px #000000; */
  /* width: 410px; */
      background:rgb(23,36,46); ;  
    background: transparent\9;  
    background:rgba(23,36,46,0.7);  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);  
    zoom: 1; 
  /* top: 450px; */
  right: 150px;
  width:auto;
  max-width:480px;
  margin-top: -200px;
  
}

#full_banner_menu_mobile {
   
display:none;
  
}

#full_banner_menu ul li {
line-height:28px;
text-align:left;
}

#full_banner_menu ul li a{
font-size:.8em;
color:#fff;
}

#full_banner_menu ul li a:hover{
color:#0178BA ;
}


@media (max-width:1400px){
#full_banner_menu {
  /* top: 330px; */
    right: 10px;
}
}


@media (max-width:992px){

#full_banner_menu {
  display:none;
}

#full_banner_menu_mobile {
   /* display:flex;
   justify-content: center; */
   
   display:block;
   width:100%;
    /* padding:120px 30px; */ 
    padding:15px;
    border-top: 1px solid #eee;
    margin: 0 auto;
    position:relative;
}

#full_banner_menu_mobile ul li {
line-height:33px;
}

#full_banner_menu_mobile ul li a{
font-size:1.2em;
}

#full_banner_menu_mobile ul li a:hover {
color:#0178BA;
}

}


.tip {
    border-bottom: 3px double #666666;
     text-decoration:none !important;
  cursor:pointer;
  /* color:#0178BA; */
  color: #666666;
}

.tip:hover {
   /* color:#164469;*/
   color: #666666;
   border-bottom: 3px double #666666;
}

.tooltip-content {
  font-size:.9em;
  line-height:24px;
  width:auto;
  max-width:300px;
  background:#fff;
  display: inline-block;
  border:1px #eee solid;
  padding:10px;
  position:absolute;
  z-index:1000;
   margin: 50px;
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}


.fbStarGrid .fbPhotoStarGridNonStarred .uiMediaThumb i, .fbStarGrid .fbPhotoStarGridNonStarred .uiVideoLink i {
    height: 206px;
    width: 206px;
    }

.ui-tooltip {
      position: absolute;
      max-width:300px;
      line-height: 24px;
      padding:15px 10px 5px 10px;
      font-size:.9em;
      background: #f3f3f3;
      top:-20px;
      /* border: 1px solid #eee;
      border-radius: 5px;*/
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.spine-close-btn {
font-size: 2.4em; font-weight: 200; cursor: pointer;
}

@media (max-width:480px){
.spine-close-btn {
font-size: 1.1em; font-weight: 200; cursor: pointer; margin-right:25px;
}
}

.newsroomblog {
list-style: none;
}

.newsroomblog ul {
list-style: none;
}

.newsroomblog li {
list-style: none !important;
line-height:2.2em;
font-size: 1.2em;
font-weight: bold;
}

.imagecaption {font-size: .82em !important; line-height: 1.5em !important; color:#555; display: inline-block;}

@media screen and (max-width: 767px) {
.imagecaption {font-size: .85em;}
}


!-- Physician Grid Layout Start-->
.grid {
	position: absolute;
	margin: 0 auto;
	
	/*	position: relative;*/
	z-index: 100;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	max-width: 100%;
	width:auto;
	margin: 0 auto;
	padding: 0 0 6em;
	list-style: none;
	
}

.js .grid::after {
	/* content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background: #252323 url(../img/loading.svg) no-repeat 50% 75px;
	background-size: 60px auto;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s; */
}

.js .grid--loaded::after {
	opacity: 0;
}



.grid {
/* width: 100% !important; */
	margin:0;
	padding:0;
	/*marign-right:auto;
	margin-left:auto;
	text-align:center;*/
	        margin-top: 50px !important;
}

#grid2 {
/* width:100%; */
	margin:0;
	padding:0;
	/*position:relative;*/
	/*marign-right:auto;
	margin-left:auto;
	text-align:center;*/
	height:100%;
	max-width:1250px;
width:auto;
}

.grid2-title {
position:absolute; background-color:none;
max-width:1250px !important;
}


.grid2-link {
position:absolute; background-color:none;
}

.grid2-link-wrap {
position:absolute; bottom: 0%; background: rgba(255,255,255,0.8); width:100% !important; color:#164469 !important; padding:10px 0 10px 0; height:70px;
}

/*
#grid2 .grid__link:hover .grid2-link-wrap {
position:absolute; bottom: 0%; background: rgba(22,68,105,0.8); width:100% !important; color:#fff !important; padding:10px 0 10px 0; height:70px;
}
*/

#grid2 .grid__link:hover figure{
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.grid:after {
  content: '';
  display: block;
  clear: both;
  /* margin:0 auto;
  margin-left:auto;
  margin-right:auto;
  text-align:center; */
  /* position:relative;
display:block;
margin-left:auto;
margin-right:auto;
margin:0 auto;
width:auto;
*/
}



.grid__item, .grid-sizer {
    /*display: block;
	-webkit-flex: none;
	flex: none; */
	/* width: 33.33%; */
	/* width:33.33%; */
    /*height:230px;*/
    width: 20%;
    width: -webkit-calc( 1/5 * 100% );
    width: calc( 1/5 * 100% );
    padding: 0 !important;
    margin:0 !important;
    float: left;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .grid__item, .grid-sizer {
    /*display: block;
	-webkit-flex: none;
	flex: none; */
	/* width: 33.33%; */
	/* width:33.33%; */
    /*height:230px;*/
    width: 50% !important;
    width: -webkit-calc( 1/2 * 100% );
    width: calc( 1/2 * 100% );
    padding: 0 !important;
    margin:0 !important;
    float: left;
    }
}


@media screen and (max-width: 767px) {
.grid__item, .grid-sizer {
    width: 100% !important;
    padding: 0 !important;
    margin:0 !important;
    float: left;
}

/*.grid__item, .grid-sizer {
    width: 100% !important;
    min-height:300px;
    height:auto;
    padding: 0 !important;
    margin:0 !important;
    float: left;
}*/

}



.grid__link {
	display: block;
	padding: 0;
	margin: 0;
	background: #fff;
}

.grid__button {
position:absolute; bottom: 0%; background: rgba(255,255,255,0.8); width:100% !important; color:#164469 !important; padding:10px 0 10px 0;
}

.grid__link:hover .grid__button {
background: rgba(22,68,105,0.8);
color:#fff;
}

.grid__link:hover .photo-grid3 .button_title2 {
color:#fff;
}


.grid__img {
	display: block;
	width: 100%;
}

.grid__item-title {
	font-family: 'Caveat', cursive;
	line-height: 1;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 1em 0.5em;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #698b8d;
	background: #fff;
}


/* color-shape */

.color-shape {
  width: 250px;
  height: 250px;
  margin: 0;
  float: left;
}

/* .element-item {
  width: 250px;
  height: 390px;
  float: left; 
  position:absolute !important;
} */

.element-item {
    width: 250px;
    height: 406px;
    margin: -7px;
    float: left;
    position: absolute !important;
}

.grid_title1 { 
content: "";
display: flex;
flex-direction: column;
justify-content: center;
width:100% !important;
color:#164469 !important;
padding:10px 0 10px 0;
margin-top:-80px;
height:90px;
pointer-events: none;
/*
background: url('https://www.hss.edu/images/icons/transparent_background.png');
background-color:transparent;
*/

}

.grid_title2 { 
content: "";
display: flex;
flex-direction: column;
justify-content: center;
width:100% !important;
color:#164469 !important;
padding:10px 0 10px 0;
margin-top:-80px;
height:90px;
pointer-events: none;
/*
background: url('https://www.hss.edu/images/icons/transparent_background.png');
background-color:transparent;
*/

}


.grid_title3 { 
content: "";
display: flex;
flex-direction: column;
justify-content: center;
width:100% !important;
color:#164469 !important;
padding:10px 0 10px 0;
margin-top:-80px;
height:90px;
pointer-events: none;
/*
background: url('https://www.hss.edu/images/icons/transparent_background.png');
background-color:transparent;
*/

}

.grid_title4 { 
content: "";
display: flex;
flex-direction: column;
justify-content: center;
width:100% !important;
color:#164469 !important;
padding:10px 0 10px 0;
margin-top:-80px;
height:90px;
pointer-events: none;
/*
background: url('https://www.hss.edu/images/icons/transparent_background.png');
background-color:transparent;
*/

}

.grid_title5 { 
content: "";
display: flex;
flex-direction: column;
justify-content: center;
width:100% !important;
color:#164469 !important;
padding:10px 0 10px 0;
margin-top:-80px;
height:90px;
pointer-events: none;
/*
background: url('https://www.hss.edu/images/icons/transparent_background.png');
background-color:transparent;
*/

}

.grid_title6 { 
content: "";
display: flex;
flex-direction: column;
justify-content: center;
width:100% !important;
color:#164469 !important;
padding:10px 0 10px 0;
margin-top:-330px;
height:90px;
pointer-events: none;
/*
background: url('https://www.hss.edu/images/icons/transparent_background.png');
background-color:transparent;
*/

}






.grid_title_link {
width:250px; height:250px; background-color:transparent;
position:absolute;
/*margin-top:-500px;*/
margin-left:-125px;
}



.grid_margin {
/*position:relative;
margin-bottom:-500px;*/
/* display:block;*/
margin-left:auto;
margin-right:auto;
margin: 0 auto;
max-width:1250px;
width:auto;
}

.grid_margin1 {
/*position:relative;
margin-bottom:-500px;*/
/* display:block;*/
margin-left:auto;
margin-right:auto;
margin: 0 auto;
max-width:1000px;
width:auto;
}

.grid_margin3 {
/*position:relative;
margin-bottom:-500px;*/
/* display:block;*/
margin-left:auto;
margin-right:auto;
width:auto;
margin: 0 auto;
max-width:750px;
}

.grid_margin4 {
/*position:relative;
margin-bottom:-500px;*/
/* display:block;*/
margin-left:auto;
margin-right:auto;
width:auto;
margin: 0 auto;
max-width:500px;
}

.grid_margin5 {
/*position:relative;
margin-bottom:-500px;*/
/* display:block;*/
margin-left:auto;
margin-right:auto;
width:auto;
margin: 0 auto;
max-width:250px;
}


/* .grid_margin2 {
position:relative;
display:block;
min-width:750px;
width:auto;
margin-left:auto;
margin-right:auto;
}*/

.grid_margin2 {
position:relative;
display:block;
margin-left:auto;
margin-right:auto;
max-width:1250px;
width:auto;
}


.grid_title_link:hover {
color:#fff !important;
background: rgba(255,255,255,0.3) !important;
}

.grid_title_link { 
position:absolute; width:250px; height:250px; background-color:transparent;
margin-top:-500px;
margin-left:-125px;
}



@media screen and (max-width: 1300px) {

.grid_title1 { 
margin-top:-80px;
}

.grid_title2 { 
margin-top:-80px;
}

.grid_title3 { 
margin-top:-80px;
}

.grid_title4 { 
margin-top:-80px;
}

.grid_title5 { 
margin-top:-330px;
}

.grid_title6 { 
margin-top:-580px;
}


.grid_title_link { 
margin-top:-1000px;
}


.grid_margin {
/*position:relative;
margin-bottom:-1000px;
display:block;*/
margin-left:auto;
margin-right:auto;

max-width:800px;
width:auto;
}

.grid2-title {
max-width:800px !important;
width:auto;
}


.grid_margin1 {
/*position:relative;
margin-bottom:-500px;*/
/* display:block;*/
margin-left:auto;
margin-right:auto;
margin: 0 auto;
max-width:800px;
width:auto;
}

.grid_margin2 {
position:relative;
display:block;
margin-left:auto;
margin-right:auto;
max-width:800px;
width:auto;
}

.grid_margin3 {
/*position:relative;
margin-bottom:-1000px;
display:block;*/
margin-left:auto;
margin-right:auto;

max-width:800px;
width:auto;
}

.grid_margin4 {
/*position:relative;
margin-bottom:-500px;*/
/* display:block;*/
margin-left:auto;
margin-right:auto;
width:auto;
margin: 0 auto;
max-width:500px;
}

.grid_margin5 {
/*position:relative;
margin-bottom:-500px;*/
/* display:block;*/
margin-left:auto;
margin-right:auto;
width:auto;
margin: 0 auto;
max-width:250px;
}


}

@media screen and (max-width: 780px) {

.grid_title1 { 
margin-top:-80px;
}

.grid_title2 { 
margin-top:-80px;
}


.grid_title3 { 
margin-top:-330px;
}

.grid_title4 { 
margin-top:-330px;
}

.grid_title5 { 
margin-top:-580px;
}

.grid_title6 { 
margin-top:-830px;
}


.grid_title_link { 
margin-top:-1500px;
}


.grid_margin {
/*position:relative;
margin-bottom:-1500px;
display:block;*/
margin-left:auto;
margin-right:auto;

max-width:500px;
width:auto;
}

.grid_margin1 {
/*position:relative;
margin-bottom:-1500px;
display:block;*/
margin-left:auto;
margin-right:auto;

max-width:500px;
width:auto;
}


.grid_margin2 {
position:relative;
display:block;
margin-left:auto;
margin-right:auto;
max-width:500px;
width:auto;
}

.grid_margin3 {
/*position:relative;
margin-bottom:-1500px;
display:block;*/
margin-left:auto;
margin-right:auto;

max-width:500px;
width:auto;
}

.grid_margin4 {
position:relative;
display:block;
margin-left:auto;
margin-right:auto;
max-width:500px;
width:auto;
}

.grid_margin5 {
/*position:relative;
margin-bottom:-1500px;
display:block;*/
margin-left:auto;
margin-right:auto;

max-width:250px;
width:auto;
}
}



@media screen and (max-width: 550px) {

.grid_title1 { 
margin-top:-80px;
}

.grid_title2 { 
margin-top:-330px;
}

.grid_title3 { 
margin-top:-580px;
}

.grid_title4 { 
margin-top:-830px;
}

.grid_title5 { 
margin-top:-1080px;
}

.grid_title6 { 
margin-top:-1580px;
}


.grid_title_link { 
margin-top:-2500px;
}


.grid_margin {
/* position:relative;
margin-bottom:-2500px;
display:block; */
margin-left:auto;
margin-right:auto;

max-width:260px;
width:auto;
}

.grid_margin1 {
/* position:relative;
margin-bottom:-2500px;
display:block; */
margin-left:auto;
margin-right:auto;

max-width:260px;
width:auto;
}


.grid_margin2 {
position:relative;
display:block;
margin-left:auto;
margin-right:auto;
max-width:260px;
width:auto;
}

.grid_margin3 {
/* position:relative;
margin-bottom:-2500px;
display:block; */
margin-left:auto;
margin-right:auto;

max-width:260px;
width:auto;
}

.grid_margin4 {
position:relative;
display:block;
margin-left:auto;
margin-right:auto;
max-width:260px;
width:auto;
}

.grid_margin5 {
/* position:relative;
margin-bottom:-2500px;
display:block; */
margin-left:auto;
margin-right:auto;

max-width:260px;
width:auto;
}

}

!-- Physician Grid Layout End -->


<!-- Roll Over btn -->

/* image zoom */
.photo-grid {
	margin: 1em auto;
	max-width: 1100px;
	text-align: center;
}

@media screen and (max-width: 1380px){
.photo-grid {
	text-align: center;
	/* padding-left:15px; */
}
}

@media screen and (max-width: 480px){
.photo-grid {
	text-align: center !important;
	padding-left:0;
}
}

.photo-grid li {
    display: inline-block;
    margin-right: .7em;
    margin-bottom: .7em;
    background:none !important;
    padding: 0 0 .3em 0 !important;
}

.photo-grid img {
	display: block;
	height: auto;
	max-width: 100%;
}

.photo-grid figure {
	/* height: 312px;
	overflow: hidden;
	position: relative;
	width: 312px; */
	
	height: 280px;
    overflow: hidden;
    position: relative;
    width: 280px;
	
	/* background-color:#f4f5f4; */
}

@media screen and (max-width: 480px) {
.photo-grid figure {
	height: 280px !important;
    width: 280px !important;
	
}
}

.photo-grid figure h1 {
    /* font-size:.8em;
	color:#fff;
	text-transform: uppercase;
	margin-top:12px; */
	
	font-size: 2.2em;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 700;
    
}

.photo-grid figure h2 {
    /* font-size:.8em;
	color:#fff !important;
	text-transform: uppercase;
	margin-top:12px; */
	
	/* font-size: 2.2em !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-top: 10px !important;
    font-weight: 700 !important; */
    
        font-size: 1.7em !important;
    color: #fff !important;
    text-transform: none;
    margin-top: 10px !important;
    font-weight: 700 !important;
    
}

.photo-grid figcaption {
	background: rgba(241,241,240,0.9);
	color: white;
	display: table;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	visibility:hidden;
}


.photo-grid li:hover figcaption {
	opacity: 1;
	visibility:visible;
}

.photo-grid .backgroundimage {
	display: block;
	height: auto;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	width: 312px;
}

.photo-grid-center {
position:absolute;
top: 50%;
left: 50%;
	-webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
/* width: 100%; */
text-align: center;
}

.photo-grid li:hover .backgroundimage {
	-webkit-transform: scale(1.4);
     -ms-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
}

.photo-grid .iconimage {
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	width: 60px;
	height: auto;
}

.photo-grid .iconimage-nohover {
	width: 60px;
	height: auto;
}


.photo-grid li:hover .iconimage {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);	
	-moz-transform: scale(0);
	transform: scale(0);
}

.photo-grid .iconimagepop {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);	
	-moz-transform: scale(0);
	transform: scale(0);
	
}

.photo-grid li:hover .iconimagepop {

		-webkit-transition: all 300ms;
		-ms-transition: all 300ms;	
	-moz-transition: all 300ms;
	transition: all 300ms;
	width: 30px;
	height:30px;
}


.photo-grid .button_title {
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;	
	-moz-transition: all 300ms;
	transition: all 300ms;
    /* width: 280px; */
    font-size: 1.0em;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    /* margin-left: 20px; */
}

.photo-grid .button_title_noeffect {
    /* width: 280px; */
    font-size: 1.0em;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    display: flex;
    justify-content: center;

}

@media screen and (max-width: 480px) {
.photo-grid .button_title {
width: 260px !important;
font-size: .8em;
}

.photo-grid .button_title_noeffect  {
width: 260px !important;
font-size: .8em;
}

a.customizedbuttonsize {
    font-size: .6em !important;
    top: -20px;
    position: relative;
}




}


.photo-grid .button_title_noeffect h3 {
color:#fff !important;
min-height: 60px;
}

.photo-grid li:hover .button_title {
	-webkit-transform: scale(0);
		-ms-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}

.photo-grid .readmore_btn2 {
border:1px #fff solid; padding:5px; font-size:1.2em; width:40px; color:#fff; margin-top:12px;
}

.photo-grid li:hover .readmore_btn2 {
	-webkit-transform: scale(0);
		-ms-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}



.photo-grid figcaption p {
	display: table-cell;
	font-size: 1.1em;
	position: relative;
    top: -50px;
	width: 280px;
	-webkit-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	color:#808285;
	border-top:solid #808285 1px;
	padding-top:12px;
	text-align:center;
}

.readmore_btn3 {
border:1px #164469 solid; background-color:#164469; padding:10px; font-size:.6em; width:110px; color:#fff;
}

.readmore_btn3:hover; {
border:1px #164469 solid; background-color:#164469; padding:10px; font-size:.6em; width:110px; color:#fff;
}

.photo-grid figcaption .readmore_btn {
/* border:1px #808285 solid; padding:5px; font-size:.7em; max-width:100px; width:auto; font-weight:bold; */
border:1px #fff solid; padding:5px; font-size:.7em; max-width:100px; width:auto; font-weight:bold; color: #fff;
}

.readmore_btn {
border:1px #808285 solid; padding:5px; font-size:.7em; max-width:150px; width:auto; font-weight:bold;
}

@media screen and (max-width: 786px){
.readmore_btn {
border:1px #fff solid !important; padding:5px; font-size:.7em; max-width:150px; width:auto; font-weight:bold; color:#fff !important;
}

.readmore_btn a {
color:#fff !important;
}
}

.readmore_btn4 {
border:1px #808285 solid; padding:5px; font-size:.7em; max-width:150px; width:auto; font-weight:bold;
}

.readmore_btn4:hover {
border:1px #164469 solid; background-color:#164469; color:#fff !important;
}

.readmore_btn5 {
border:1px #fff solid; padding:5px; font-size:.7em; max-width:150px; width:auto; font-weight:bold;
}

.readmore_btn5:hover {
border:1px #164469 solid; background-color:#164469; color:#fff !important;
}


.photo-grid figcaption .readmore_btn4 {
border:1px #808285 solid; padding:5px; font-size:.7em; max-width:150px; width:auto; font-weight:bold; z-index:55555;
}

.photo-grid figcaption .readmore_btn4:hover {
border:1px #164469 solid; background-color:#164469; color:#fff !important; z-index:55555;
}

.photo-grid figcaption:hover .readmore_btn4 {
border:1px #808285 solid; padding:5px; font-size:.7em; max-width:150px; width:auto; font-weight:bold;
}

.readmore_btn4:hover a {
color:#fff !important;
width:100%;
height:100%;
}


@media screen and (max-width: 786px){

.readmore_btn4 a {
color:1px #164469 !important;
}
}

.readmore_small_btn {
border:1px #fff solid; padding:5px; font-size:.7em; max-width:30px; width:auto; font-weight:bold color:#fff;
}


.otherpage_btn a{
border:2px #7a7b7e solid; padding:5px 10px 5px 10px; font-size:1.0em; max-width:300px; width:auto; font-weight:bold; color:#7a7b7e !important;
}


.otherpage_btn a:hover {
border:2px #0081c8 solid; padding:5px 10px 5px 10px; font-size:1.0em; max-width:300px; width:auto; font-weight:bold; color:#0081c8 !important;
}



.otherpage_links {
margin: 30px 0 20px 0; display: flex; justify-content: center;
}

.otherpage_links_mobile {
visibility: hidden;
display:none;
margin: 20px 0 20px 20px;
}

@media screen and (max-width: 1024px){
.otherpage_links {
visibility: hidden;
display:none;
}

.otherpage_links_mobile {
visibility: visible;
display:inline-block;
width:100%;
}

.otherpage_btn a{
font-size:0.8em;
width:auto;
max-width:400px;
}

.otherpage_btn a:hover {
font-size:0.8em;
}

}

@media screen and (max-width: 480px){
.otherpage_links {
visibility: hidden;
display:none;
}

.otherpage_links_mobile {
visibility: visible;
display:inline-block;
margin-top:40px;
margin-bottom:20px;
line-height:20px;
position:relative;
}

.otherpage_btn {
padding:0 0 20px 100px;
width:400px !important;
}

.otherpage_btn a{
font-size:0.8em;
width:auto;
max-width:400px !important;
margin-bottom:10px !important;
}

.otherpage_btn a:hover {
font-size:0.8em;
}

}

.photo-grid figcaption h1 {
	font-size: 1.3em;
	width:312px;
	color:#808285;
}

.photo-grid figcaption .hov_title {
	font-size: 1.3em !important;
	width:312px !important;
	color:#808285 !important;
	line-height:26px !important;
}


.photo-grid li:hover figcaption p {
	-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}

.photo-grid figcaption {
	background: rgba(241,241,240,1.0);
	color: #808285;
	display: table;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 300ms;
		-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	-webkit-transition-delay: 100ms;
		-ms-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
	z-index: 100;
}

/* Popup zoom */
.photo-grid2 {
	/* margin: 1em auto; */
	max-width: 1100px;
	text-align: center;;
}

.photo-grid2 li {
	/* border: 5px solid white; */
	display: inline-block;
	/*margin: 1em;*/
	margin-right: 1.1em;
	margin-bottom:1.1em;
	width: 225px;
}

.photo-grid2 img {
	display: block;
	height: auto;
	max-width: 100%;
}

/* .photo-grid2 figure {
	height: 360px;
	overflow: hidden;
	position: relative;
	width: 225px;
	background-color:#f4f5f4;
} */

.photo-grid2 figure {
    height: 380px;
    overflow: hidden;
    position: relative;
    width: 225px;
    background-color: #f4f5f4;
}


/*
.photo-grid2 figcaption {
	background: rgba(0,0,0,0.8);
	color: white;
	display: table;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}
*/

.photo-grid2 .photo-grid2-first:hover figcaption {
	opacity: 1;
	visibility:visible;
}



.photo-grid2 .backgroundimage {
	display: block;
	height: auto;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	width: 225px;
}

.photo-grid2 .backgroundimage-nolink {
	display: block;
	height: auto;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	width: 225px;
}

.photo-grid2 .photo-grid2-first:hover .backgroundimage {
	/* -webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4); */
	
		-webkit-transform: scale(1.7);
	-moz-transform: scale(1.7);
	transform: scale(1.7);
}

.photo-grid2 .iconimage {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	width: 50px;
	height:50px;
}

.photo-grid2 .photo-grid2-first:hover .iconimage {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}

.photo-grid2 .iconimagepop {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	
}

.photo-grid2 .photo-grid2-first:hover .iconimagepop {

		-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	width: 30px;
	height:30px;
}


.photo-grid2 .button_title {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	width:210px;
	font-size:1.0em;
}

.photo-grid2 .button_title_noEffect {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	width:210px;
	font-size:1.0em;
}

.photo-grid2 .button_sub_title {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	width:210px;
	font-size:.8em;
	color:#164469;
	line-height:18px;
}


.photo-grid2 .photo-grid2-first:hover .button_title, .photo-grid2 .photo-grid2-first:hover .button_sub_title {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}

.photo-grid2 .button_title2 {
	width:210px;
	font-size:1.1em;
}


.photo-grid2 .readmore_btn2 {
border:1px #fff solid; padding:5px; font-size:1.2em; width:40px; color:#fff; margin-top:12px;
}

.photo-grid2 .photo-grid2-first:hover .readmore_btn2 {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	visibility:hidden;
}


.photo-grid2 figcaption p, .photo-grid2 .figcaption-preview p  {
	display: table-cell;
	font-size: .9em;
	position: relative;
    top: -50px;
	width: 210px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	color:#fff;
	border-top:solid #eee 1px;
	padding-top:12px;
	text-align:center;
}

.photo-grid2 .figcaption-preview p  {
	display: table-cell;
	font-size: .9em;
	position: relative;
    top: 50px;
	width: 210px;
	color:#fff;
	border-top:solid #eee 1px;
	padding-top:12px;
	text-align:center;
}

.photo-grid2 figcaption .readmore_btn {
border:1px #fff solid; padding:5px; font-size:.8em; width:110px; margin: 0 auto;
}

.photo-grid2 figcaption h1 {
	font-size: 1.1em;
	width:225px;
	color:#fff;
}

.photo-grid2 figcaption .hov_title {
	font-size: 1.1em !important;
	width:222px !important;
	color:#fff !important;
	line-height:26px !important;
}

.photo-grid2 .figcaption-preview .button_title {
	font-size: 1.1em !important;
	width:222px !important;
	color:#fff !important;
	line-height:26px !important;
}


.photo-grid2-button {
width:100%; /* background: rgba(255,255,255,0.8); */ color: #164469 !important; bottom:0; position:absolute; min-height:70px; hieght:auto;
}

.photo-grid2-button-no-effect {
width:100%; /* background: rgba(255,255,255,0.8); */ color: #164469 !important; bottom:0; position:absolute; min-height:70px; hieght:auto;
}

.photo-grid2-button-center {
position:absolute; top: 35%; left: 50%; transform: translate(-50%, -50%);
}


.photo-grid2 .photo-grid2-first:hover figcaption p {
	-moz-transform: translateY(40px);
	-webkit-transform: translateY(40px);\
		-ms-transform: translateY(40px);
	transform: translateY(40px);
}

.photo-grid2 .photo-grid2-first:hover .photo-grid2-button {
	-moz-transform: translateY(80px);
	-webkit-transform: translateY(80px);\
		-ms-transform: translateY(80px);
	transform: translateY(80px);
}

.photo-grid2 figcaption {
	background: rgba(0,129,200,0.8);
	color: white;
	display: table;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
	z-index: 100;
		visibility:hidden;
}



/* Grid zoom */
.photo-grid3 {
	margin: 0;
	padding: 0;
	text-align: center;
}

.photo-grid3 .photo-grid3-wrap  {
	/* border: 5px solid white; */
	/*display: inline-block;*/
	margin:0 !important;
	/* width: 100%; */
	padding:0 !important;
	
	background:rgb(0,0,0);  
    background: transparent\9;  
    background:rgba(0,0,0,0.9);  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);  
    zoom: 1;  
	
}


.photo-grid3 img {
	display: block;
	/* height: auto; */
	width: 100%;
	padding:0 !important;
	margin:0 !important;
	  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(#greyscale);
  filter: gray;
  transition: all 0.5s ease;
}

.grid__link:hover .photo-grid3 img {
	-webkit-filter: grayscale(0);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
	
}

.photo-grid3 figure {
	overflow: hidden;
	position: relative;
	width: 100%;
		padding:0 !important;
	margin:0 !important;
}


.photo-grid3 figcaption {
	color: white;
	display: table;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	
	top: 50%; left: 50%;
		-webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 
	
		-webkit-transition: all 300ms;
		-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	-webkit-transition-delay: 100ms;
		-ms-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;

}


.photo-grid3 .photo-grid3-wrap:hover figcaption {
	opacity: 1;
	
}


.photo-grid3 .backgroundimage {
	/* display: block;
	height: auto;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	width: 100%; */
	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    
   /* display: block;
	height: auto;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	width: 100%; */

}

.photo-grid3 .photo-grid3-wrap:hover .backgroundimage {
	/* -webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4); */ 
	
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-o-transform: scale(1.1);
  	transform: scale(1.1);
	
}


.photo-grid3 .backgroundimage img {
	/* filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1); */

}

.photo-grid3 .photo-grid3-wrap:hover .backgroundimage img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	
		/* -webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4); */ 
}



.photo-grid3 .iconimage {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	width: 50px;
	height:50px;
}

.photo-grid3 .photo-grid3-wrap:hover .iconimage {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}

.photo-grid3 .iconimagepop {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	
}

.photo-grid3 .photo-grid3-wrap:hover .iconimagepop {

		-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	width: 30px;
	height:30px;
}


.photo-grid3 .button_title {
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;	
	-moz-transition: all 300ms;
	transition: all 300ms;
	width: 100%;
	height:auto;
	/* padding:10px 20px 10px 20px;*/
	font-size:1.4em !important;
	font-weight:bold;
	color:#fff;
	/*background: rgba(0,0,0, 0.5);*/
	/* text-shadow: 1px 1px 1px #333,3px 3px 5px #333; */
	text-shadow: 1px 1px 1px #222,2px 2px 3px #222;
    transition: all .3s linear;
    line-height:1.2em;
}

.photo-grid3 .button_title p {
max-width:380px;
width:auto;
}

.photo-grid3 .button_title2 {
	width: 100%;
	height:auto;
	font-weight:bold;
    line-height:1.3em;
}

.photo-grid3 .photo-grid3-wrap:hover .button_title {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);	
	-moz-transform: scale(0);
	transform: scale(0);
}



.photo-grid3 figcaption p {
	display: table-cell;
	font-size: .9em;
	position: relative;
    top: -50px;
	width: 100%;
	-webkit-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;	
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	color:#fff;
	/*border-top:solid #eee 1px;*/
	padding-top:12px;
	text-align:center;
}

.sports-contents-btn {

    	position:relative;
    	display:none;
}

.photo-grid3 .photo-grid3-wrap:hover .sports-contents-btn {

	
    	/* position:absolute;*/ 
z-index:222; 
background: rgba(204,204,204,0.8);
border: 2px solid #fff; border-radius:1em;
padding: 10px 20px 10px 20px;
max-width:300px; width:auto;
height:auto;
max-height:99%;
min-width:0px;
min-height:0px;
display:block;

}

.sports_btn_ie9 {
display:none;
}

.sports-team-btn {
			-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;	
	transition: all 300ms;
			-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);	
    	transform: translate(-50%, -50%) scale(0);
}

.photo-grid3 .photo-grid3-wrap:hover .sports-team-btn {

		-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);    	
    	position:relative; 
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(1);
z-index:222; 
padding: 10px 20px 10px 20px;
max-width:300px; width:auto;
height:auto;
max-height:99%;
min-width:0px;
min-height:0px;

}

.photo-grid3 figcaption .sports_btn {
/* border:1px #fff solid; padding:5px; font-size:.6em; width:110px; */
             /* position:absolute; */
             color:#05285f;
                border:2px #fff solid;
                padding:5px 15px 5px 15px;
                background:rgb(221,221,221);  
                background: transparent\8;  
                background:rgba(221,221,221,0.8);  
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);  
                zoom: 1;  
                font-size:1.0em;
                font-weight:bold;
                width:200px;
                display:block;
}

.photo-grid3 figcaption .sports_btn:hover {
                color:#fff;
                border:2px #164469 solid;
                background:rgb(22,68,105);  
                background: transparent\8;  
                background:rgba(22,68,105,0.8);  
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);  
                zoom: 1;  
}

.sports_banner_btn {
font-size:1.9em;
border:2px #fff solid;
padding:10px 15px 10px 15px;
color:#05285f;
                background:rgb(221,221,221);  
                background: transparent\8;  
                background:rgba(221,221,221,0.8);  
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000); 
}

.sports_banner_btn:hover {
                color:#fff;
                border:2px #164469 solid;
                background:rgb(22,68,105);  
                background: transparent\8;  
                background:rgba(22,68,105,0.8);  
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);  
}

.photo-grid3 .button_title {
   	height:auto;
	max-height:98%;
    font-size:1.2em;
    /* margin-top:80px; */
}

@media screen and (min-width: 768px) and (max-width: 1380px){
.photo-grid3 figcaption .sports_btn {
                font-size:.8em;
                width:200px;
                padding:0 10px 0 10px;
}

.photo-grid3 .button_title {
	height:auto;
	max-height:98%;
    font-size:1.6em;
    margin-top:-30px;
    /* margin-top:80px; */
}

}


@media screen and (max-width: 767px) {

.photo-grid3 .photo-grid3-wrap:hover .sports-contents-btn {
height:auto;
max-height:100%;
}


.photo-grid3 figcaption .sports_btn {
                font-size:.8em;
                width:200px;
                /* padding:5px 10px 5px 10px; */
                padding:0px 0px 0px 0px !important;
                margin-bottom:3px !important;
                /* margin-top:-50px !important;*/
                display:block;
}



.photo-grid3 .button_title {
	height:auto;
	max-height:98%;
    font-size:1.1em !important;
    line-height:1.5em !important;
    margin-top:-50px;
}
}


.photo-grid3 figcaption h1 {
	font-size: 1.1em;
	width:100%;
	color:#fff;
}

.photo-grid3 figcaption .hov_title {
	font-size: 1.1em !important;
	width:100% !important;
	color:#fff !important;
	line-height:26px !important;
}


.photo-grid3 .photo-grid3-wrap:hover figcaption p {
	-moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}

.tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0, 0.5);
  transition: all .3s linear;
}

.tint:hover:before { background: none; }


<!-- Roll over btn end -->


.physician_inside_content {
padding: 0; clear:both; display: block; max-width: 800px; margin: 0 auto;
}

.physician_inside_content2 {
padding: 0; clear:both; display: block; max-width: 1000px; margin: 0 auto;
}

.physician_inside_content3 {
padding: 0; clear:both; display: block; max-width: 1180px; margin: 0 auto;
}

.physician_inside_content h1 {
font-size:1.2em; font-weight:600;
}

.physician_inside_content2 h1 {
font-size:1.2em; font-weight:600;
}

.physician_inside_content p {
font-size:.8em;
line-height:32px;
text-align: left;
}

.physician_inside_content3 p {
font-size:1.0em;
line-height:32px;
text-align: left;
font-weight: normal;
}

.physician_inside_content h2 {
font-size:1.2em; font-weight:600;
}

.physician_inside_content2 h2 {
font-size:1.2em; font-weight:600;
}

.physician_inside_content h3 {
font-size:1.2em; font-weight:600;
}

.physician_inside_content2 h3 {
font-size:1.2em; font-weight:600;
}

.physician_inside_content2 p {
font-size:1.0em;
}

<!-- select form customize for physician search -->
.ui-group {
  display: inline-block;
}

.ui-group select::-ms-expand {
border: 2px solid #d8d8d8;
display: none;
}


.ui-group .selectize-input {
border: 2px solid #d8d8d8;
    width:100%;
    background: none;
    height: 41px;
    line-height: 41px;
    box-sizing: border-box;
    padding: 0 35px 0 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
        border-radius: 3px;
        background: url(https://www.hss.edu/images/icons/physician-select-dropdown.gif) no-repeat;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
        background-position: right 10px bottom 8px;
        background-color:#fff;
}

.ui-group .text-input {
border: 2px solid #d8d8d8;
    width:100%;
    background: none;
    height: 41px;
    line-height: 41px;
    box-sizing: border-box;
    padding: 0 35px 0 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
        border-radius: 3px;
        background: url() no-repeat;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
        background-position: right 10px bottom 8px;
        background-color:#fff;
}

.ui-group .submit {
border: 2px solid #0178BA;
    width:100%;
    background: none;
    height: 41px;
    line-height: 41px;
    box-sizing: border-box;
    padding: 0 10px 0 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;
        background: url() no-repeat;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
        background-position: right 10px bottom 8px;
        background-color:#0178BA;
        color:#fff;
        font-size: 1.0em;
        cursor:pointer;
}

.ui-group .submit:hover {
background-color:#fff;
color:#003366;
border: 2px solid #fff;
}

.ui-group h3 {
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  margin-right: 0.2em;
  font-size: 16px;
}

.ui-group .button-group {
  display: inline-block;
  margin-right: 20px;
}
<!-- select form customize for physician search end -->



.white {
	text-decoration: none !important;
	color: #fff !important;
}

a.white:hover { color:#0178BA !important; }

.lightblue {
	text-decoration: none !important;
	color: #0178BA !important;
}

a.lightblue:hover { color:#164469 !important; }

.darkblue {
	text-decoration: none !important;
	color: #164469 !important;
}

a.darkblue:hover, h2.darkblue:hover, h3.darkblue:hover { color:#0178BA !important; }

.content-tab-desktop .white {
	text-decoration: none !important;
	color: #fff !important;
}

.content-tab-desktop a.white:hover, .content-tab-desktop a.white:focus { color:#fff !important; text-decoration: underline !important; }


.pagebanner-pattern {
    background-image: url(https://www.hss.edu/images/icons/banner-pattern.png); 
    background-repeat: repeat-x; 
    z-index: 333;
    position:absolute;
    /* top:497px; */
    bottom:0;
    width:100%;
    height:102px;
}


.pagebanner-pattern-sports {
    background-image: url(https://www.hss.edu/images/icons/banner-pattern.png); 
    background-repeat: repeat-x; 
    z-index: 333;
    position:absolute;
    bottom:0;
    width:100%;
    height:102px;
}

@media all and (max-width: 768px) {
.pagebanner-pattern {
    /*top:210px;*/
    /*display:none;*/
    
    /*top: 50%;
left: 50%;
	-webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);*/

display:none;

    
}

.pagebanner-pattern-sports {
    /*top:210px;*/
    display:none;
}

}


/**************************************************************************
Resposive Veritical tabs v1
***************************************************************************/
.z-tabs,.z-tabs > ul,.z-tabs > ul > li,.z-tabs > ul > li > a,.z-tabs > .z-container,.z-tabs > .z-container > .z-content,.z-tabs > .z-container > .z-content > .z-content-inner {-moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;} .z-tabs, .z-tabs:before, .z-tabs:after {-moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;} .z-tabs, .z-tabs > ul, .z-tabs > ul > li, .z-tabs > ul > li > a {position: relative; margin: 0; padding: 0; border: 0; outline: 0; display: block; outline: 0 none; text-decoration: none; list-style: none; list-style-type: none;} .z-tabs > .z-container > .z-content::after, .z-tabs > .z-container > .z-content > .z-content-inner::after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} .z-tabs > .z-container > .z-content, .z-tabs > .z-container > .z-content > .z-content-inner {zoom: 1;}.z-tabs {clear: both; } .z-tabs > ul > li > a {color: #111; line-height: 18px; font-weight: inherit; font-size: 12px; padding: 13px 24px; background: #fff; cursor: pointer;} .z-tabs > ul > li.z-active > a {cursor: default;} .z-tabs > ul, .z-tabs > ul > li > a, .z-tabs > .z-container {border-color: #CECECE; border-style: solid;} .z-tabs > .z-container {padding: 0; margin: 0; border-width: 1px; background: #fff; position: relative; overflow: hidden;} .z-tabs > .z-container > .z-content {position: absolute; width: 100%; height: 100%; overflow: hidden; padding: 0; z-index: 7; display: none;} .z-tabs > .z-container > .z-content.z-active {z-index: 8;} .z-tabs > .z-container > .z-content > .z-content-inner {padding: 18px 24px; height: auto;} .z-tabs.mini > ul > li > a {font-size: 11px;padding: 7px 16px;}.z-tabs.small > ul > li > a {font-size: 11px;padding: 10px 16px;}.z-tabs.medium > ul > li > a {font-size: 12px;padding: 15px 20px;}.z-tabs.large > ul > li > a {font-size: 13px;padding: 16px 24px;}.z-tabs.xlarge > ul > li > a {font-size: 14px;padding: 19px 28px;}.z-tabs.xxlarge > ul > li > a {font-size: 15px;padding: 22px 32px;}.z-tabs.mini.vertical > ul > li > a {padding: 7px 13px;}.z-tabs.small.vertical > ul > li > a {padding: 10px 16px;}.z-tabs.medium.vertical > ul > li > a {padding: 13px 19px;}.z-tabs.large.vertical > ul > li > a {padding: 16px 22px;}.z-tabs.xlarge.vertical > ul > li > a {padding: 19px 25px;}.z-tabs.xxlarge.vertical > ul > li > a {padding: 22px 28px;}.z-tabs.white.z-bordered > ul > li.z-active > a {color: #D13636;}.z-tabs.vertical.top-right.white.z-bordered > ul > li.z-active > a {border-right: 3px solid #D13636;}.z-tabs.vertical.top-left.white.z-bordered > ul > li.z-active > a {border-left: 3px solid #D13636;}.z-tabs.mini.vertical.top-right.white.z-bordered > ul > li.z-active > a {border-right: 1px solid #D13636;}.z-tabs.mini.vertical.top-left.white.z-bordered > ul > li.z-active > a {border-left: 1px solid #D13636;}.z-tabs.small.vertical.top-right.white.z-bordered > ul > li.z-active > a {border-right: 2px solid #D13636;}.z-tabs.small.vertical.top-left.white.z-bordered > ul > li.z-active > a {border-left: 2px solid #D13636;}.z-tabs.mini.vertical.top-left.white.z-bordered > ul > li.z-active > a {padding-left: 10px;}.z-tabs.small.vertical.top-left.white.z-bordered > ul > li.z-active > a {padding-left: 13px;}.z-tabs.medium.vertical.top-left.white.z-bordered > ul > li.z-active > a {padding-left: 16px;}.z-tabs.large.vertical.top-left.white.z-bordered > ul > li.z-active > a {padding-left: 19px;}.z-tabs.xlarge.vertical.top-left.white.z-bordered > ul > li.z-active > a {padding-left: 22px;}.z-tabs.xxlarge.vertical.top-left.white.z-bordered > ul > li.z-active > a {padding-left: 25px;}.z-tabs.horizontal.top.white.z-bordered > ul > li.z-active > a {border-top: 3px solid #F44343;margin-top: 0;margin-bottom: 0;}.z-tabs.mini.horizontal.top.white.z-bordered > ul > li.z-active > a {padding-top: 7px; border-top-width: 1px}.z-tabs.small.horizontal.top.white.z-bordered > ul > li.z-active > a {padding-top: 9px;border-top-width: 2px}.z-tabs.medium.horizontal.top.white.z-bordered > ul > li.z-active > a {padding-top: 13px;}.z-tabs.large.horizontal.top.white.z-bordered > ul > li.z-active > a {padding-top: 14px;}.z-tabs.xlarge.horizontal.top.white.z-bordered > ul > li.z-active > a {padding-top: 17px;}.z-tabs.xxlarge.horizontal.top.white.z-bordered > ul > li.z-active > a {padding-top: 20px;}.z-tabs.horizontal.bottom.white.z-bordered > ul > li.z-active > a {border-bottom: 3px solid #D13636;margin-top: 0;margin-bottom: 0;}.z-tabs.mini.horizontal.bottom.white.z-bordered > ul > li.z-active > a {padding-bottom: 5px;}.z-tabs.small.horizontal.bottom.white.z-bordered > ul > li.z-active > a {padding-bottom: 8px;}.z-tabs.medium.horizontal.bottom.white.z-bordered > ul > li.z-active > a {padding-bottom: 11px;}.z-tabs.large.horizontal.bottom.white.z-bordered > ul > li.z-active > a {padding-bottom: 14px;}.z-tabs.xlarge.horizontal.bottom.white.z-bordered > ul > li.z-active > a {padding-bottom: 17px;}.z-tabs.xxlarge.horizontal.bottom.white.z-bordered > ul > li.z-active > a {padding-bottom: 20px;}.z-tabs.white.mobile.z-bordered > ul > li.z-active > a{border-bottom: 3px solid #D13636 !important;} .z-tabs-loading {position: relative;width: 100%;min-height: 120px;}.z-tabs-loading ul, .z-tabs-loading div {display: none;}.z-tabs .z-container {position: relative;}.z-tabs span.z-spinner, .z-tabs-loading .z-spinner {position: absolute; top: 50%; left: 50%; z-index: 1000; text-indent: -999em; width: 55px; height: 55px; margin: -28px 0 0 -50px; padding: 24px; background: rgb(255, 255, 255) url(../img/loading-image.gif) no-repeat 50% 50%;}.z-tabs.z-rounded span.z-spinner {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;} .z-tabs .z-video {position: relative; padding-bottom: 46.25%; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;}.z-tabs .z-video.z-wide-screen {padding-bottom: 56.25%;}.z-tabs .z-video.z-four-by-three {padding-bottom: 75%;}.z-tabs .z-video.z-top-padding {padding-top: 30px;}.z-tabs .z-video iframe,.z-tabs .z-video object,.z-tabs .z-video embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; z-index: 50;} .z-tabs > ul > li > a i {font-size: 1.125em; display: inline; width: auto; height: auto; line-height: normal; width: 24px; display: inline-block; margin-top: 0.015em;} .z-tabs > ul.z-tabs-mobile > li > a i {display: none;} .z-tabs.z-icons-large > ul > li > a i {font-size: 2.25em; display: block; margin: 0 auto; padding-bottom: 0.65em; text-align: center; line-height: 0; margin-top: 0.65em;} .z-tabs.mini > ul > li > a i, .z-tabs.small > ul > li > a i {font-size: 1.25em;} .z-tabs.z-icons-large > ul > li > a {text-align: center;} .z-tabs > ul > li > a > span.z-icon, .z-tabs.z-multiline > ul.z-tabs-nav.z-tabs-desktop > li > a > span.z-icon, .z-tabs.z-multiline > ul.z-tabs-nav.z-tabs-mobile > li > a > span > span.z-icon {width: 20px; display: inline-block; font-size: inherit; font-weight: normal; text-transform: initial; text-align: left;} .z-tabs.vertical > ul.z-tabs-nav > li > a > span.z-icon, .z-tabs.z-multiline.vertical > ul.z-tabs-nav.z-tabs-desktop > li > a > span.z-icon, .z-tabs.z-multiline.vertical > ul.z-tabs-nav.z-tabs-mobile > li > a > span > span.z-icon {width: 24px;} .z-tabs.center > ul > li > a, .z-tabs.center.mobile > ul > li > a {text-align: center !important;} .z-tabs.right > ul > li > a, .z-tabs.right.mobile > ul > li > a {text-align: right !important;} .z-tabs.left > ul > li > a, .z-tabs.left.mobile > ul > li > a {text-align: left !important;} .z-tabs.vertical > .z-container > .z-content.z-nopadding > .z-content-inner, .z-tabs.horizontal > .z-container > .z-content.z-nopadding > .z-content-inner, .z-tabs > .z-container > .z-content.z-nopadding > .z-content-inner {padding: 0 !important;}.clearfix {*zoom: 1;} .clearfix:before, .clearfix:after {display: table; content: ""; line-height: 0;} .clearfix:after {clear: both;} .z-tabs.vertical > ul {float: left; border-width: 1px 0 1px 1px; min-width: 200px; width: 25%;}.z-tabs.vertical > ul > li > a {border-width: 0 0 1px 0;}.z-tabs.vertical > ul > li.z-last > a {border-bottom-width: 0;}.z-tabs.vertical > ul > li.z-active > a {border-right-width: 0; z-index: 10;}.z-tabs.vertical > ul > li.z-active.z-first > a {border-bottom-width: 1px;}.z-tabs.vertical.top-left > ul{margin-left:0; margin-right: -1px;}.z-tabs.vertical.top-right > ul{margin-right:0; margin-left: -1px;}.ie7 body .z-tabs.vertical.top-left > ul{margin-right: 0;}.ie7 body .z-tabs.vertical.top-right > ul{margin-left: 0;}.ie7 body .z-tabs.vertical.top-left > ul > li, .ie7 body .z-tabs.vertical.top-left > ul > li > .z-link,.ie7 body .z-tabs.vertical.top-left > ul {z-index: 10 !important;}.ie7 body .z-tabs.vertical.top-left > ul > li.z-active > a {border-right: 1px solid #fff !important;}.z-tabs.vertical.top-right > ul{float: right;border-width: 1px 1px 1px 0;}.ie7 body .z-tabs.vertical.top-right > ul > li.z-active > a{border-right-width: 0 !important; border-left: 1px solid #fff !important; left:-1px;}.ie7 body .z-tabs.vertical.top-right > ul > li, .ie7 body .z-tabs.vertical.top-right > ul {z-index: 10 !important;}.ie7 body .z-tabs.vertical.top-right > .z-container {} .z-tabs.vertical.z-rounded > .z-container {-webkit-border-radius: 0 6px 6px 0; -moz-border-radius: 0 6px 6px 0; border-radius: 0 6px 6px 0;} .z-tabs.vertical.z-rounded > ul {-webkit-border-radius: 6px 0 0 6px; -moz-border-radius: 6px 0 0 6px; border-radius: 6px 0 0 6px;} .z-tabs.vertical.z-rounded > ul > li.z-first, .z-tabs.vertical.z-rounded > ul > li.z-first > a {-webkit-border-radius: 5px 0 0 0; -moz-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0;} .z-tabs.vertical.z-rounded > ul > li.z-last, .z-tabs.vertical.z-rounded > ul > li.z-last > a {-webkit-border-radius: 0 0 0 5px; -moz-border-radius: 0 0 0 5px; border-radius: 0 0 0 5px;} .z-tabs.vertical.z-rounded.top-right > ul {-webkit-border-radius: 0 6px 6px 0; -moz-border-radius: 0 6px 6px 0; border-radius: 0 6px 6px 0;} .z-tabs.vertical.z-rounded.top-right > ul > li.z-first, .z-tabs.vertical.z-rounded.top-right > ul > li.z-first > a {-webkit-border-radius: 0 5px 0 0; -moz-border-radius: 0 5px 0 0; border-radius: 0 5px 0 0;} .z-tabs.vertical.z-rounded.top-right > ul > li.z-last, .z-tabs.vertical.z-rounded.top-right > ul > li.z-last > a {-webkit-border-radius: 0 0 5px 0; -moz-border-radius: 0 0 5px 0; border-radius: 0 0 5px 0;} .z-tabs.vertical.z-rounded.top-right > .z-container {-webkit-border-radius: 6px 0 0 6px; -moz-border-radius: 6px 0 0 6px; border-radius: 6px 0 0 6px;}.z-tabs.vertical.z-shadows > ul,.z-tabs.vertical.z-shadows > .z-container{-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125); -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125);} .z-tabs.vertical.z-shadows > ul > li > a{-webkit-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15);}.z-tabs.horizontal > ul > li{float: left;} .z-tabs.horizontal > ul > li.z-active {background: none; z-index: 1;} .z-tabs.horizontal > ul > li > a {margin-right: -1px; min-height: 1px;} .z-tabs.top-compact > ul > li > a, .z-tabs.bottom-compact > ul > li > a{padding-left: 0; padding-right: 0;}.z-tabs.horizontal.top > ul > li.z-active{top: 2px; margin-top: -2px; padding-bottom: 2px;}.z-tabs.horizontal.top > ul > li > a{top: 1px; border-width: 1px 1px 0 1px;}.z-tabs.horizontal > ul > li.z-last > a,.z-tabs.horizontal > ul > li.z-last-col > a{margin-right: 0 !important;}.z-tabs.horizontal > .z-container{clear: both; zoom: 1;}.z-tabs.horizontal.top-center > ul.z-tabs-desktop{clear: left; float: left; left: 50%; text-align: center;} .z-tabs.horizontal.top-center > ul > li {right: 50%;}.z-tabs.horizontal.top-right > ul{float: right; margin: 0 -1px 0 0;} .z-tabs.horizontal.top-right > ul > li.z-last {margin-right: 1px;}.ie7 body .z-tabs.horizontal.top-right > ul > li.z-last{margin-right: -1px;}.ie7 body .z-tabs.horizontal > .z-container{clear: none; width: 100%;}.z-tabs.horizontal.bottom > ul > li.z-active{top: -1px; padding-top: 1px; z-index: 9;}.z-tabs.horizontal.bottom > .z-container{z-index: 7;}.z-tabs.horizontal.bottom > ul > li > a{top: -1px; border-width: 0 1px 1px 1px;}.z-tabs.horizontal.bottom-center > ul{float: left; left: 50%; text-align: center;} .z-tabs.horizontal.bottom-center > ul > li {right: 50%;}.z-tabs.horizontal.bottom-right > ul{float: right;}.ie7 .z-tabs.horizontal.top-compact > ul.z-tabs-desktop > li.z-last{margin-right: 0;}.ie7 .z-tabs.horizontal.bottom-compact > ul.z-tabs-desktop > li.z-last{margin-right: 0;}.z-tabs.horizontal.responsive > ul > li > a,.z-tabs.horizontal.top-compact > ul > li > a,.z-tabs.horizontal.bottom-compact > ul > li > a,.z-tabs.horizontal.top-center > ul > li > a,.z-tabs.horizontal.bottom-center > ul > li > a{text-align: center;}.z-tabs.horizontal.top.z-rounded > ul > li.z-first,.z-tabs.horizontal.top.z-rounded > ul > li.z-first > a{-webkit-border-radius: 5px 0 0 0; -moz-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0;}.z-tabs.horizontal.top.z-rounded > ul > li.z-last,.z-tabs.horizontal.top.z-rounded > ul > li.z-last > a{-webkit-border-radius: 0 5px 0 0; -moz-border-radius: 0 5px 0 0; border-radius: 0 5px 0 0;}.z-tabs.horizontal.top-left.z-rounded > .z-container{-webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px 6px; border-radius: 0 6px 6px 6px;}.z-tabs.horizontal.top-center.z-rounded > .z-container{-webkit-border-radius: 6px 6px 6px 6px; -moz-border-radius: 6px 6px 6px 6px; border-radius: 6px 6px 6px 6px;}.z-tabs.horizontal.top-right.z-rounded > .z-container{-webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px;}.z-tabs.horizontal.z-rounded.top-compact > .z-container{-webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; -khtml-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px;}.z-tabs.horizontal.z-rounded.bottom > ul > li.z-first,.z-tabs.horizontal.z-rounded.bottom > ul > li.z-first > a{-webkit-border-radius: 0 0 0 5px; -moz-border-radius: 0 0 0 5px; border-radius: 0 0 0 5px;}.z-tabs.horizontal.z-rounded.bottom > ul > li.z-last,.z-tabs.horizontal.z-rounded.bottom > ul > li.z-last > a{-webkit-border-radius: 0 0 5px 0; -moz-border-radius: 0 0 5px 0; border-radius: 0 0 5px 0;}.z-tabs.horizontal.z-rounded.bottom-left > .z-container{-webkit-border-radius: 6px 6px 6px 0; -moz-border-radius: 6px 6px 6px 0; border-radius: 6px 6px 6px 0;}.z-tabs.horizontal.z-rounded.bottom-center > .z-container{-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;}.z-tabs.horizontal.z-rounded.bottom-right .z-container{-webkit-border-radius: 6px 6px 0 6px; -moz-border-radius: 6px 6px 0 6px; -khtml-border-radius: 6px 6px 0 6px; border-radius: 6px 6px 0 6px;}.z-tabs.horizontal.z-rounded.bottom-compact > .z-container{-webkit-border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; -khtml-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0;}.z-tabs.horizontal.responsive.top.z-rounded > .z-container{-webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px;}.z-tabs.horizontal.responsive.bottom.z-rounded > .z-container{-webkit-border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0;}.z-tabs.horizontal.responsive.top.z-rounded > .z-tabs-mobile,.z-tabs.horizontal.responsive.top.z-rounded > .z-tabs-mobile > li{-webkit-border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0;}.z-tabs.horizontal.responsive.bottom.z-rounded > .z-tabs-mobile,.z-tabs.horizontal.responsive.bottom.z-rounded > .z-tabs-mobile > li{-webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px;}.z-tabs.horizontal.z-shadows > .z-container{-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .125); -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .125); box-shadow: 0px 0px 3px rgba(0, 0, 0, .125);}.z-tabs.horizontal.z-shadows > ul > li > a{box-shadow: -2px 0px 2px -2px rgba(0, 0, 0, .1);}.z-tabs.horizontal.z-shadows > ul > li.z-first > a{box-shadow: -3px 1px 1px -3px rgba(0, 0, 0, .2);}.z-tabs.horizontal.z-shadows > ul > li.z-last > a{box-shadow: 3px 1px 1px -3px rgba(0, 0, 0, .2);} .z-tabs.black > ul, .z-tabs.black > ul > li > a, .z-tabs.black > .z-container{border-color: #343232; border-style: solid;}.z-tabs.black > ul > li > a{color: white; background: #333333; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#555555)); background: -webkit-linear-gradient(top, #333333, #555555); background: -moz-linear-gradient(top, #333333, #555555); background: -ms-linear-gradient(top, #333333, #555555); background: -o-linear-gradient(top, #333333, #555555); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#555555',GradientType=0 );}.z-tabs.black > ul > li > a{color: white;-shadow: 0 -1px 0 rgba(0, 0, 0, .5);}.z-tabs.black > ul > li > a:hover {background: #353434;} .z-tabs.black > ul > li.z-active > a{background: #fff; color: #3E3E3E; text-shadow: none; box-shadow: none; filter: none;}.z-tabs.black2 {color: #F7F7F7;text-shadow: none;}.z-tabs.black2 > .z-container {background: #222;}.z-tabs.black2 > ul, .z-tabs.black2 > ul > li > a, .z-tabs.black2 > .z-container{border-color: #191919; border-style: solid;}.z-tabs.black2 > ul > li > a{color: #F7F7F7; background: #454545; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#303030), to(#262626)); background: -webkit-linear-gradient(top, #303030, #262626); background: -moz-linear-gradient(top, #303030, #262626); background: -ms-linear-gradient(top, #303030, #262626); background: -o-linear-gradient(top, #303030, #262626); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#262626',GradientType=0 );}.z-tabs.black2 > ul > li a{color: #F7F7F7;text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);}.z-tabs.black2 > ul > li.z-active > a {text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);}.z-tabs.black2 > ul > li > a:hover {background: #353434;} .z-tabs.black2 > ul > li.z-active > a{background: #222; color: #dadada; text-shadow: none; box-shadow: none; filter: none;} .z-tabs.blue > ul, .z-tabs.blue > ul > li > a, .z-tabs.blue > .z-container{border-color: #0487BD;border-style: solid;}.z-tabs.blue > ul > li > a{background: #1abde7; background: -moz-linear-gradient(top, #1abde7 0%, #1c9dd1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1abde7), color-stop(100%,#1c9dd1)); background: -webkit-linear-gradient(top, #1abde7 0%,#1c9dd1 100%); background: -o-linear-gradient(top, #1abde7 0%,#1c9dd1 100%); background: -ms-linear-gradient(top, #1abde7 0%,#1c9dd1 100%); background: linear-gradient(to bottom, #1abde7 0%,#1c9dd1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abde7', endColorstr='#1c9dd1',GradientType=0 );} .z-tabs.blue > ul > li a {color: white;text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);}.z-tabs.blue > ul > li.z-active > a {text-shadow: 0 1px 1px white;color: Black}.z-tabs.blue > ul > li > a:hover {background: #21ADDF;} .z-tabs.blue > ul > li.z-active > a{background: #fff; color: #000F4D; text-shadow: 0 1px rgba(78, 78, 78, 0.1); filter: none;} .z-tabs.crystal > ul, .z-tabs.crystal > ul > li > a, .z-tabs.crystal > .z-container{border-color: #ddd; border-color: #b4b4b4; border-style: solid;}.z-tabs.crystal > ul > li > a{background: rgb(255,255,255); background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );}.z-tabs.crystal > ul > li > a:hover {filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); background: whiteSmoke; background: -moz-linear-gradient(top, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ececec), color-stop(50%,#e0e0e0), color-stop(100%,#f2f2f2)); background: -webkit-linear-gradient(top, #ffffff 0%,#ececec 50%,#e0e0e0 50%,#f2f2f2 100%); background: -o-linear-gradient(top, #ffffff 0%,#ececec 50%,#e0e0e0 50%,#f2f2f2 100%); background: -ms-linear-gradient(top, #ffffff 0%,#ececec 50%,#e0e0e0 50%,#f2f2f2 100%); background: linear-gradient(to bottom, #ffffff 0%,#ececec 50%,#e0e0e0 50%,#f2f2f2 100%);} .z-tabs.crystal > ul > li.z-active > a{background: #fff; text-shadow: 0 1px 1px white; color: Black; filter: none;} .z-tabs.deepblue > ul, .z-tabs.deepblue > ul > li > a, .z-tabs.deepblue > .z-container{border-color: #1E69DE;border-style: solid;}.z-tabs.deepblue > ul > li > a{background: #479fed; background: -moz-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#479fed), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#1e69de)); background: -webkit-linear-gradient(top, #479fed 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); background: -o-linear-gradient(top, #479fed 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); background: -ms-linear-gradient(top, #479fed 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); background: linear-gradient(to bottom, #479fed 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#479fed', endColorstr='#1e69de',GradientType=0 );} .z-tabs.deepblue > ul > li > a {color: white;text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);}.z-tabs.deepblue > ul > li.z-active > a {text-shadow: 0 1px 1px white;color: Black}.z-tabs.deepblue > ul > li > a:hover {background: #238dea; background: -moz-linear-gradient(top, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#238dea), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#065cdd)); background: -webkit-linear-gradient(top, #238dea 0%,#54a3ee 50%,#3690f0 51%,#065cdd 100%); background: -o-linear-gradient(top, #238dea 0%,#54a3ee 50%,#3690f0 51%,#065cdd 100%); background: -ms-linear-gradient(top, #238dea 0%,#54a3ee 50%,#3690f0 51%,#065cdd 100%); background: linear-gradient(to bottom, #238dea 0%,#54a3ee 50%,#3690f0 51%,#065cdd 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#238dea', endColorstr='#065cdd',GradientType=0 );} .z-tabs.deepblue > ul > li.z-active > a{background: #fff; color: #000F4D; text-shadow: 0 1px rgba(78, 78, 78, 0.1); filter: none;} .z-tabs.gray > ul, .z-tabs.gray > ul > li > a, .z-tabs.gray > .z-container{border-color: #B3B3B3; border-style: solid;}.z-tabs.gray > ul > li > a{background: whiteSmoke; background: -moz-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#f2f2f2)); background: -webkit-linear-gradient(top, #dbdbdb 0%,#f2f2f2 100%); background: -o-linear-gradient(top, #dbdbdb 0%,#f2f2f2 100%); background: -ms-linear-gradient(top, #dbdbdb 0%,#f2f2f2 100%); background: linear-gradient(to bottom, #dbdbdb 0%,#f2f2f2 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#f2f2f2',GradientType=0 );}.z-tabs.gray > ul > li > a:hover {background: #e8e8e8; background: -moz-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#f7f7f7)); background: -webkit-linear-gradient(top, #e8e8e8 0%,#f7f7f7 100%); background: -o-linear-gradient(top, #e8e8e8 0%,#f7f7f7 100%); background: -ms-linear-gradient(top, #e8e8e8 0%,#f7f7f7 100%); background: linear-gradient(to bottom, #e8e8e8 0%,#f7f7f7 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f7f7f7',GradientType=0 );} .z-tabs.gray > ul > li.z-active > a{background: #fff; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; text-shadow: 0 1px 1px white; filter:none;} .z-tabs.green > ul, .z-tabs.green > ul > li > a, .z-tabs.green > .z-container{border-color: #336c2b; border-style: solid;}.z-tabs.green > ul > li > a{color: white; background: #5fae53; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5fae53), to(#3b7c33)); background: -webkit-linear-gradient(top, #5fae53, #3b7c33); background: -moz-linear-gradient(top, #5fae53, #3b7c33); background: -ms-linear-gradient(top, #5fae53, #3b7c33); background: -o-linear-gradient(top, #5fae53, #3b7c33);}.z-tabs.green > ul > li > a {color: white;text-shadow: 0 1px 0 #387031;}.z-tabs.green > ul > li.z-active > a{text-shadow: 0 1px 1px white;color: Black}.z-tabs.green > ul > li > a:hover {background: #3b7c33;} .z-tabs.green > ul > li.z-active > a{background: #fff; color: #2C3F0A; text-shadow: none; box-shadow: none; filter: none;} .z-tabs.orange > ul, .z-tabs.orange > ul > li > a, .z-tabs.orange > .z-container{border-color: #D64817; border-style: solid;}.z-tabs.orange > ul > li > a{background: #F2825B; background: -moz-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F2825B), color-stop(50%,#E55B2B), color-stop(100%,#F07146)); background: -webkit-linear-gradient(top, #F2825B 0%,#E55B2B 50%,#F07146 100%); background: -o-linear-gradient(top, #F2825B 0%,#E55B2B 50%,#F07146 100%); background: -ms-linear-gradient(top, #F2825B 0%,#E55B2B 50%,#F07146 100%); background: linear-gradient(to bottom, #F2825B 0%,#E55B2B 50%,#F07146 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146',GradientType=0 );}.z-tabs.orange > ul > li > a:hover {background: #F2825B; background: -moz-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F2825B), color-stop(50%,#E55B2B), color-stop(100%,#F07146)); background: -webkit-linear-gradient(top, #F2825B 0%,#E55B2B 50%,#F07146 100%); background: -o-linear-gradient(top, #F2825B 0%,#E55B2B 50%,#F07146 100%); background: -ms-linear-gradient(top, #F2825B 0%,#E55B2B 50%,#F07146 100%); background: linear-gradient(to bottom, #F2825B 0%,#E55B2B 50%,#F07146 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146',GradientType=0 );} .z-tabs.orange > ul > li.z-active > a{background: #fff;text-shadow: 0 1px 1px white;color: Black;filter: none;}.z-tabs.orange > ul > li > a {color: white;text-shadow: 0 1px #5E1902;}.z-tabs.orange > ul > li.z-active > a {color: black;text-shadow: 0 1px white;} .z-tabs.red > ul, .z-tabs.red > ul > li > a, .z-tabs.red > .z-container{border-color: #951100; border-style: solid;}.z-tabs.red > ul > li > a{color: #fff; text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8); background: #d84a38; background: -moz-linear-gradient(top, #dd4b39 0%, #d14836 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd4b39), color-stop(100%,#d14836)); background: -webkit-linear-gradient(top, #dd4b39 0%,#d14836 100%); background: -o-linear-gradient(top, #dd4b39 0%,#d14836 100%); background: -ms-linear-gradient(top, #dd4b39 0%,#d14836 100%); background: linear-gradient(to bottom, #dd4b39 0%,#d14836 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4b39', endColorstr='#d14836',GradientType=0 );} .z-tabs.red > ul > li > a:hover {background: #d34332; background: -moz-linear-gradient(top, #dd4b39 0%, #c53727 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd4b39), color-stop(100%,#c53727)); background: -webkit-linear-gradient(top, #dd4b39 0%,#c53727 100%); background: -o-linear-gradient(top, #dd4b39 0%,#c53727 100%); background: -ms-linear-gradient(top, #dd4b39 0%,#c53727 100%); background: linear-gradient(to bottom, #dd4b39 0%,#c53727 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4b39', endColorstr='#c53727',GradientType=0 );} .z-tabs.red > ul > li.z-active > a{background: white; color: #951100; text-shadow: none; filter: none;}.z-tabs.red > ul > li > a {color: white;text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);}.z-tabs.red > ul > li.z-active > a {text-shadow: 0 1px 1px white;color: Black} .z-tabs.silver > ul, .z-tabs.silver > ul > li > a, .z-tabs.silver > .z-container{border-color: #CECECE;border-style: solid;}.z-tabs.silver > ul > li > a{filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FDFCFC', endColorstr='#FBF9F9'); background-color: #F2F0F0; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFCFC), to(#F2F0F0), color-stop(0.5, #FBF9F9), color-stop(0.5, #F7F5F6)); background-image: -webkit-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0); background-image: -moz-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0); background-image: -o-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0); background-image: -ms-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);}.z-tabs.silver > ul > li > a{color:#444;text-shadow: 0 1px #eee;}.z-tabs.silver > ul > li > a:hover {background: #fcfcfc; background: -moz-linear-gradient(top, #fcfcfc 0%, #fbf9f9 50%, #f7f5f6 50%, #fcfcfc 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(50%,#fbf9f9), color-stop(50%,#f7f5f6), color-stop(100%,#fcfcfc)); background: -webkit-linear-gradient(top, #fcfcfc 0%,#fbf9f9 50%,#f7f5f6 50%,#fcfcfc 100%); background: -o-linear-gradient(top, #fcfcfc 0%,#fbf9f9 50%,#f7f5f6 50%,#fcfcfc 100%); background: -ms-linear-gradient(top, #fcfcfc 0%,#fbf9f9 50%,#f7f5f6 50%,#fcfcfc 100%); background: linear-gradient(to bottom, #fcfcfc 0%,#fbf9f9 50%,#f7f5f6 50%,#fcfcfc 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fbf9f9',GradientType=0 );} .z-tabs.silver > ul > li.z-active > a{filter: none;background: #fff; -webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}.z-tabs.silver > ul > li.z-active > a{color:black;text-shadow: 0 1px #fff;} .z-tabs.white > ul, .z-tabs.white > ul > li > a, .z-tabs.white > .z-container{border-color: #CECECE; border-style: solid;}.z-tabs.white > ul > li > a{background: #fff;color:#333;text-shadow: 0 1px #f5f5f5;}.z-tabs.white > ul > li.z-active > a {text-shadow: 0 1px 1px white;color: #333;} .z-tabs.white.mobile > ul > li.z-active > a {font-weight: bold;} .z-tabs.underlined,.z-tabs.underlined > ul,.z-tabs.underlined > ul > li,.z-tabs.underlined > ul > li.z-first,.z-tabs.underlined > ul > li.z-last,.z-tabs.underlined > ul > li.z-first.z-active,.z-tabs.underlined > ul > li.z-last.z-active,.z-tabs.underlined > ul > li.z-active,.z-tabs.underlined > ul > li:hover,.z-tabs.underlined > ul > li > a.z-link,.z-tabs.underlined > ul > li > a:hover,.z-tabs.underlined > .z-container{border-width: 0; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; background: none; filter: none;} .z-tabs.underlined > ul > li {top: 0; padding: 0;} .z-tabs.underlined.horizontal > ul > li.z-active {top: 0; margin-top: 0; padding-bottom: 0; padding-top: 0;} .z-tabs.underlined.horizontal > ul > li > a {top: 0; text-shadow: 0 1px 1px white; color: #333; opacity: 0.80; filter: none; margin-left: 16px;} .z-tabs.underlined.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li, .z-tabs.underlined.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li.z-active, .z-tabs.underlined.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li:hover, .z-tabs.underlined.horizontal.top-left > ul.z-tabs-nav > li.z-first > a, .z-tabs.underlined.horizontal.bottom-left > ul.z-tabs-nav > li.z-first > a {margin-left: 0;} .z-tabs.underlined.horizontal.top-right > ul.z-tabs-nav > li.z-last > a, .z-tabs.underlined.horizontal.bottom-right > ul.z-tabs-nav > li.z-last > a {margin-right: 0;} .z-tabs.underlined.horizontal > .z-container > .z-content > .z-content-inner {padding: 1.4em 0;} .z-tabs.underlined.horizontal.top > ul > li > a:hover,.z-tabs.underlined.horizontal.top> ul > li.z-active > a{font-weight: normal; margin-bottom: 0; border-width: 0 0 3px 0; opacity: 1;}.z-tabs.underlined.horizontal.top > .z-container{border-width: 1px 0 0 0;}.z-tabs.underlined.horizontal.bottom > .z-container{border-width: 0 0 1px 0;}.z-tabs.underlined.horizontal.bottom > ul > li > a{margin-top: 3px;}.z-tabs.underlined.horizontal.bottom > ul > li > a:hover,.z-tabs.underlined.horizontal.bottom > ul > li.z-active > a{font-weight: normal; margin-bottom: 0; border-width: 3px 0 0 0; margin-top: 0;}.z-tabs.underlined.vertical > ul{border-width: 0;}.z-tabs.underlined.vertical > .z-container > .z-content > .z-content-inner{padding: 0 2em;}.z-tabs.vertical.underlined > ul > li > a{filter: none; background: transparent; margin: 0; text-shadow: 0 1px 1px white; color: #333; margin-left: 3px;}.z-tabs.vertical.underlined.top-left > ul{border-width: 0 1px 0 0;}.z-tabs.vertical.underlined.top-right > ul{border-width: 0 0 0 1px;}.z-tabs.vertical.underlined > ul.z-tabs-nav > li.z-active > a,.z-tabs.vertical.underlined > ul.z-tabs-nav > li > a:hover{font-weight: normal; margin-bottom: 0; border-width: 0; background: #FAFAFA;}.z-tabs.vertical.underlined.top-left > ul.z-tabs-nav > li.z-active > a,.z-tabs.vertical.underlined.top-left > ul.z-tabs-nav > li > a:hover{border-width: 0 3px 0 0;}.z-tabs.vertical.underlined.top-right > ul.z-tabs-nav > li.z-active > a,.z-tabs.vertical.underlined.top-right > ul.z-tabs-nav > li > a:hover{border-width: 0 0 0 3px; margin-left: 0;}.ie7 body .z-tabs.underlined.vertical.top-right > ul.z-tabs-nav > li.z-active {border-right-width: 0 !important; border-left: 3px solid #444 !important; left:-1px;}.ie7 body .z-tabs.underlined.vertical.top-left > ul.z-tabs-nav > li.z-active {border-right: 3px solid #444 !important;}.z-tabs.underlined.horizontal.mini > ul.z-tabs-nav > li > a.z-link {padding: 6px 6px;}.z-tabs.underlined.horizontal.small > ul.z-tabs-nav > li > a.z-link{padding: 8px 8px;}.z-tabs.underlined.horizontal.medium > ul.z-tabs-nav > li > a.z-link{padding: 10px 10px;}.z-tabs.underlined.horizontal.large > ul.z-tabs-nav > li > a.z-link{padding: 10px 12px;}.z-tabs.underlined.horizontal.xlarge > ul.z-tabs-nav > li > a.z-link{padding: 12px 14px;}.z-tabs.underlined.horizontal.xxlarge > ul.z-tabs-nav > li > a.z-link{padding: 14px 16px;}.z-tabs.underlined.horizontal.mini > ul.z-tabs-nav > li:hover, .z-tabs.underlined.horizontal.mini > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.horizontal.small > ul.z-tabs-nav > li:hover, .z-tabs.underlined.horizontal.small > ul.z-tabs-nav > li.z-active {border-bottom-width: 2px;}.z-tabs.underlined > .z-container,.z-tabs.underlined > ul.z-tabs-nav,.z-tabs.underlined > ul.z-tabs-nav > li > a{border-color: #e6e6e6;}.z-tabs.underlined.red > ul.z-tabs-nav > li.z-active > a,.z-tabs.underlined.red > ul.z-tabs-nav > li > a:hover{border-color:#DD4B39;}.z-tabs.underlined.blue > ul.z-tabs-nav > li.z-active > a,.z-tabs.underlined.blue > ul.z-tabs-nav > li > a:hover{border-color:#00B0D8;}.z-tabs.underlined.deepblue > ul.z-tabs-nav > li.z-active > a,.z-tabs.underlined.deepblue > ul.z-tabs-nav > li:hover{border-color:#1E69DE;}.z-tabs.underlined.orange > ul.z-tabs-nav > li.z-active > a,.z-tabs.underlined.orange > ul.z-tabs-nav > li > a:hover{border-color:#FD9C00;}.z-tabs.underlined.green > ul.z-tabs-nav > li.z-active > a,.z-tabs.underlined.green > ul.z-tabs-nav > li > a:hover{border-color:#093;}.z-tabs.underlined.white > ul.z-tabs-nav > li.z-active > a,.z-tabs.underlined.white > ul.z-tabs-nav > li > a:hover{border-color:#D8D8D8;}.z-tabs.underlined.crystal > ul.z-tabs-nav > li.z-active > a,.z-tabs.underlined.crystal > ul.z-tabs-nav > li > a:hover{border-color:#999;}.z-tabs.underlined.silver > ul.z-tabs-nav > li.z-active > a,.z-tabs.underlined.silver > ul.z-tabs-nav > li > a:hover{border-color:#777;}.z-tabs.underlined.gray > ul.z-tabs-nav > li.z-active > a,.z-tabs.underlined.gray > ul.z-tabs-nav > li > a:hover{border-color:#333;}.z-tabs.underlined.black > ul.z-tabs-nav > li.z-active > a,.z-tabs.underlined.black > ul.z-tabs-nav > li > a:hover{border-color:black;}.z-tabs.underlined.mobile > ul.z-tabs-mobile,.z-tabs.underlined.mobile > ul.z-tabs-desktop{border-width: 0; margin-top: 0;}.z-tabs.mobile.underlined> .z-container > .z-content > .z-content-inner {padding: 0;} .z-tabs.mobile.underlined > .z-container{border-width: 0; margin-top: 0; margin-bottom: 0;}.z-tabs.underlined.mobile > ul.z-tabs-mobile.z-state-closed{border-width: 0;}.z-tabs.underlined.mobile.vertical > .z-container > .z-content .z-content-inner{padding: 2em;}.z-tabs.underlined.mobile > ul.z-tabs-nav > li > a{text-transform: uppercase; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);}.z-tabs.underlined.mobile > ul.z-tabs-desktop > li > a{-moz-transition: background-color 200ms ease-out, color 200ms ease-out,text-shadow 200ms ease-out; -o-transition: background-color 200ms ease-out, color 200ms ease-out,text-shadow 200ms ease-out; -webkit-transition: background-color 200ms ease-out, color 200ms ease-out,text-shadow 200ms ease-out; -ms-transition: background-color 200ms ease-out, color 200ms ease-out,text-shadow 200ms ease-out; transition: background-color 200ms ease-out, color 200ms ease-out,text-shadow 200ms ease-out;}.z-tabs.underlined.mobile > ul.z-tabs-nav > li > a{border-color: #E6E6E6; background: #fff; border-width: 0 0 1px 0 !important; opacity: 1; border-style: dotted;} .z-tabs.underlined.mobile.hover > ul.z-tabs-desktop > li.z-active > a,.z-tabs.underlined.mobile.hover > ul.z-tabs-desktop > li:hover > a{background: #FAFAFA;color: #333;text-shadow: 1px 0px 1px rgba(175, 175, 175, 0.25);} .z-tabs.underlined.mobile.m-red > ul.z-tabs-desktop > li.z-active > a,.z-tabs.underlined.mobile.hover.m-red > ul.z-tabs-desktop > li:hover > a{color: #DD4B39;}.z-tabs.underlined.mobile.m-blue > ul.z-tabs-desktop > li.z-active > a,.z-tabs.underlined.mobile.hover.m-blue > ul.z-tabs-desktop > li > a:hover{color: #00B0D8;}.z-tabs.underlined.mobile.m-deepblue > ul.z-tabs-desktop > li.z-active > a,.z-tabs.underlined.mobile.hover.m-deepblue > ul.z-tabs-desktop > li:hover > a{color: #1E69DE;}.z-tabs.underlined.mobile.m-orange > ul.z-tabs-desktop > li.z-active > a,.z-tabs.underlined.mobile.hover.m-orange > ul.z-tabs-desktop > li:hover > a{color: #FD9C00;}.z-tabs.underlined.mobile.m-green > ul.z-tabs-desktop > li.z-active > a,.z-tabs.underlined.mobile.hover.m-green > ul.z-tabs-desktop > li:hover > a{color: #093;} .z-tabs.z-multiline.white > ul > li.z-active, .z-tabs.z-multiline.white > ul > li:hover {opacity: 1;}.z-tabs.z-multiline > ul > li > a{line-height: 18px; display: block; text-transform: uppercase; letter-spacing: 1px;}.z-tabs.z-multiline > ul.z-tabs-desktop > li > a.z-link > span,.z-tabs.z-multiline > ul.z-tabs-mobile > li > a.z-link > span > span{display: block; font-size: .9em; font-weight: normal; text-transform: none; line-height: 1.65em; opacity: 1; margin-top: 0.05em; letter-spacing: 0px;}.z-tabs.z-multiline > ul.z-tabs-desktop > li > a > span.z-icon,.z-tabs.z-multiline > ul.z-tabs-mobile > li > a > span > span.z-icon{line-height: 1em;} .z-tabs.clean.horizontal > ul > li.z-active{top: 0; margin-top: 0; padding-top: 0; margin-bottom: 0; padding-bottom: 0;}.z-tabs.clean > ul > li.z-active > a {font-weight: bold;}.z-tabs.clean.white.z-bordered > ul > li.z-active > a {color:inherit;}.z-tabs.clean > .z-container{border-width: 0; background: none;}.z-tabs.clean.horizontal > .z-container > .z-content > .z-content-inner{padding: 24px 0;}.z-tabs.clean.horizontal.top > ul > li > a{border-bottom-width: 1px;}.z-tabs.clean.horizontal.bottom > ul > li > a{border-top-width: 1px;}.z-tabs.clean.z-shadows > ul > li.z-active > a {-webkit-box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13); -moz-box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13); box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13); background: #F3F3F3;}.z-tabs.clean.z-shadows.black2 > ul > li.z-active > a {-webkit-box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.35); -moz-box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.35); box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.35); background: #242424;}.z-tabs.clean.vertical.z-shadows > ul,.z-tabs.clean.z-shadows > .z-container {-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;}.z-tabs.clean.z-rounded.top > ul > li.z-first > a,.z-tabs.clean.z-rounded.bottom > ul > li.z-first > a{-webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px;}.z-tabs.clean.top.z-rounded > ul > li.z-last > a,.z-tabs.clean.bottom.z-rounded > ul > li.z-last > a{-webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0;}.z-tabs.clean.horizontal.top.z-rounded > ul > li.z-last-row.z-first-col > a{-webkit-border-radius: 0 0 0 5px; -moz-border-radius: 0 0 0 5px; border-radius: 0 0 0 5px;}.z-tabs.clean.responsive.horizontal.top.z-rounded > ul > li.z-last-row.z-last-col > a{-webkit-border-radius: 0 0 5px 0; -moz-border-radius: 0 0 5px 0; border-radius: 0 0 5px 0;}.z-tabs.clean.vertical > ul.z-tabs-desktop{border-width: 1px 1px 1px 1px;}.z-tabs.clean.vertical > ul > li.z-active{z-index: 7;}.z-tabs.clean.vertical > .z-container > .z-content > .z-content-inner{padding: 0 2em;}.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop{-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}.z-tabs.clean.vertical.mobile.z-rounded > ul.z-tabs-desktop{-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-first,.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-first > a{-webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;}.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-last,.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-last > a{-webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;}.z-tabs.horizontal.clean.responsive.top > ul > li > a{border-bottom-width: 0;}.z-tabs.clean.responsive.horizontal.bottom > ul > li > a{border-top-width: 0;}.z-tabs.clean.responsive.horizontal.bottom > ul > li.z-first-row > a{border-top-width: 1px;}.z-tabs.clean.responsive.horizontal.bottom > ul > li.z-first-row > a,.z-tabs.clean.responsive.horizontal.top > ul > li.z-last-row > a,.z-tabs.clean.responsive.horizontal.bottom > ul > li.z-last-row > a{border-bottom-width: 1px;}.z-tabs.horizontal.clean.responsive.z-rounded.top > ul > li.z-first > a{-webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0;}.z-tabs.clean.responsive.horizontal.z-rounded.top > ul > li.z-last > a{-webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0;}.z-tabs.clean.white.mobile > ul > li.z-active > a{-webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13); -moz-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13); box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13); background: #F3F3F3;}.z-tabs.clean.horizontal.mobile.top > ul > li,.z-tabs.clean.horizontal.mobile.bottom > ul > li{border-bottom-width: 0;} .z-grid {margin : 0 auto; padding : 0 0 0 1%;}.z-grid-1200 {max-width : 1220px;}.z-grid-1000 {max-width : 1020px;}.z-row {clear : both; padding : 0 10px;} .z-row:after {content: " "; height: 0; clear: both; visibility: hidden;}.z-row {zoom : 1;} .z-row > [class*="col"] {margin-left: 1.81818%; float: left; display: block; margin: 1% 0 1% 1.6%; margin: 0 0 0 1.6%; min-height: 1px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-bottom: 20px;}.col12 {width : 100%;}.col11 {width : 91.46%;}.col10 {width : 83%;}.col9 {width : 74.54%;}.col8 {width : 66.08%;}.col7 {width : 57.62%;}.col6 {width : 49.16%;}.col5 {width : 40.7%;}.col4 {width : 32.24%;}.col3 {width : 23.78%;}.col2 {width : 15.32%;}.col1 {width : 6.86%;}.z-row > [class*="col"]:first-child {margin-left : 0;}.z-row > [class*="col"] img {width : 100%; height : auto; display : block;}@media all and (min-width: 1024px) {.z-grid-1000 {max-width: 1000px;} .z-grid-1000 .z-row {padding: 0;}}@media all and (max-width: 768px){.z-row > [class*="col"]{float : none; width : auto; margin : 10px 0 10px 0;}} .z-tabs > ul.z-tabs-mobile{display: none;}.z-tabs.responsive.horizontal.responsive > ul{display: block; width: 100%;}.z-tabs.responsive.horizontal > ul.z-tabs-mobile,.z-tabs.responsive.horizontal > ul.z-tabs-mobile > li{width: 100%; float: none;}.z-tabs.responsive.horizontal.mobile > ul > li > a{margin: 0 !important;}.z-tabs.responsive.horizontal > ul > li.z-last-col > a{margin-right: 0 !important;}.z-tabs.responsive.horizontal.top > ul > li.z-active{top: 0; margin-top: 0; padding-bottom: 0; z-index: initial;}.z-tabs.responsive.horizontal.top > ul > li.z-last-row.z-active{top: 2px; margin-top: -2px; padding-bottom: 1px; z-index: 1;}.z-tabs.horizontal.top.responsive > ul.z-tabs-desktop > li > a,.z-tabs.horizontal.top.z-stacked > ul.z-tabs-desktop > li > a{border-bottom-width: 0;}.z-tabs.horizontal.responsive > ul.z-tabs-desktop > li > a{margin: 0 -2px 0 0;}.ie7 .z-tabs.horizontal.responsive > ul.z-tabs-desktop > li{margin-right: -3px;}.z-tabs.responsive.horizontal.bottom > ul > li.z-active{top: 0; margin-top: 0; padding-top: 0; padding-bottom: 0; z-index: initial;}.z-tabs.responsive.horizontal.bottom > ul > li.z-first-row.z-active{top: 0; padding-top: 0; z-index: 9;}.z-tabs.horizontal.responsive > ul.z-tabs-desktop{display: block; width: 100%;}.z-tabs.horizontal.responsive.underlined > ul{border-width: 0;} .z-tabs.horizontal.responsive.underlined > ul > li.z-active, .z-tabs.horizontal.responsive.underlined > ul > li:hover {border-top-width: 0; border-bottom-width: 0;}.z-tabs.underlined.horizontal > ul.z-tabs-mobile > li{margin-left: 0;} .z-tabs.underlined.horizontal > ul.z-tabs-mobile > li a {padding-left: 0;}.z-tabs.responsive.top.z-rounded > ul > li.z-last-col > a{-webkit-border-radius: 0 5px 0 0; -moz-border-radius: 0 5px 0 0; border-radius: 0 5px 0 0;}.z-tabs.responsive.bottom.z-rounded > ul > li.z-first > a{-webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0;}.z-tabs.responsive.z-rounded.bottom > ul > li.z-left > a{-webkit-border-radius: 0 0 0 5px; -moz-border-radius: 0 0 0 5px; border-radius: 0 0 0 5px;}.z-tabs.responsive.z-rounded.bottom-left > ul > li.z-right > a{-webkit-border-radius: 0 0 5px 0; -moz-border-radius: 0 0 5px 0; border-radius: 0 0 5px 0;}.z-tabs.responsive.horizontal.top.z-rounded > ul > li.z-last > a{-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}.z-tabs.horizontal.z-stacked > ul.z-tabs-desktop > li{width: 100%; float: none;}.z-tabs.horizontal.z-stacked.responsive > ul.z-tabs-desktop > li.z-last > a,.z-tabs.horizontal.z-stacked.z-stacked > ul.z-tabs-desktop > li.z-last > a{border-bottom-width: 1px;}.z-tabs.horizontal.z-stacked.responsive > ul.z-tabs-desktop > li.z-first > a{border-top-width: 1px;}.z-tabs.horizontal.z-stacked > ul.z-tabs-desktop > li > a{margin: 0;}.z-tabs.flat.horizontal.z-stacked > ul.z-tabs-desktop > li > a{border-width: 0 !important;}.z-tabs.z-stacked.horizontal > ul > li > a{margin-right: 0 !important;}.z-tabs.flat.z-stacked.z-spaced.horizontal.responsive > ul.z-tabs-nav > li > a{margin: 2px 0 0 0 !important;}.z-tabs.mobile > ul.z-tabs-nav,.z-tabs.mobile > ul.z-tabs-nav > li,.z-tabs.mobile > ul.z-tabs-nav > li.z-active,.z-tabs.mobile > .z-container,.z-tabs.mobile > .z-container > .z-content {-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; text-shadow: none;}.z-tabs.mobile {position: relative;} .z-tabs.mobile > ul.z-tabs-nav, .z-tabs.mobile > ul.z-tabs-nav.z-tabs-mobile, .z-tabs.mobile > ul.z-tabs-nav.z-tabs-mobile > li, .z-tabs.mobile > .z-container {width: 100%; float: none; display: block; width: 100%;} .z-tabs.mobile > ul.z-tabs-nav {border-width: 1px 1px 1px 1px;} .z-tabs.mobile > ul.z-tabs-nav > li > .z-link {margin: 0 !important;} .z-tabs.mobile > ul.z-tabs-desktop {position: absolute; top: inherit; margin-top: 8px; left: 0; z-index: 1000; width: 100%; box-shadow: 0 2px 1px rgba(51, 51, 51, 0.1);} .z-tabs.mobile > ul > li {overflow: visible;} .z-tabs.mobile > ul.z-tabs-nav > li > a {top: 0;} .z-tabs.mobile > ul > li.z-active > a {font-weight: bold;} .z-tabs.mobile.top > ul.z-tabs-desktop > li > a, .z-tabs.mobile.bottom > ul.z-tabs-desktop > li > a {border-width: 1px 0px 0 0px;} .z-tabs.mobile > ul.z-tabs-nav > li.z-first > a {border-width: 0;} .z-tabs.mobile.z-shadows > ul.z-tabs-mobile {-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.9) inset; -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.9) inset; box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.9) inset;} .z-tabs.mobile > ul.z-tabs-desktop > li {float: none; display: block;} .z-tabs.mobile > ul.z-tabs-desktop.z-hide-menu {opacity: 0; height: 0; visibility: hidden;} .z-tabs.mobile.top > .z-container {margin-top: 8px;} .z-tabs.mobile.bottom > .z-container {margin-bottom: 8px;} .z-tabs.mobile > .z-container, .z-tabs.mobile > .z-container > .z-content.z-active {overflow: visible;} .z-tabs.mobile > .z-container.z-animating, .z-tabs.mobile > .z-container.z-animating > .z-content.z-active {overflow: hidden;} .z-tabs.mobile > ul.z-tabs-mobile.z-state-closed > li > a > span.z-arrow {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); opacity: 1;} .z-tabs.mobile > ul.z-tabs-mobile> li > a > span.z-arrow {position: absolute; top: 50%; background: url(https://www.hss.edu/images/icons/z-tabs-icons.png) no-repeat top left; background-position: -1470px -3px; width: 30px; height: 30px; margin-top: -25px; margin-left: -0.75em; display: inline-block; right: 1.125em; background-position: -1470px -60px;}.z-tabs.z-icons-dark > ul.z-tabs-mobile > li > a > span.z-arrow {background-position: -1470px -3px;}.z-tabs.mobile > ul.z-tabs-nav > li.z-active {margin: 0; padding: 0; top: 0; bottom: 0;} .z-tabs.mobile > ul.z-tabs-nav > li.z-active > a {margin: 0; top: 0; bottom: 0; width: auto;}.z-tabs.mobile > ul.z-tabs-nav > li {border-width: 0px;} .z-tabs.mobile > ul.z-tabs-nav > li > a {text-align: left;}.z-tabs.mobile > ul.z-tabs-desktop > li.z-last {border-bottom-width: 0;}.z-tabs.mobile.z-rounded > ul.z-tabs-mobile.z-state-closed > li > a {-webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;}.z-tabs.mobile.z-rounded > ul.z-tabs-mobile,.z-tabs.mobile.z-rounded > ul.z-tabs-desktop {-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;} .z-tabs.mobile.z-rounded > ul.z-tabs-mobile > li > a {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}.z-tabs.mobile.z-rounded > ul.z-tabs-nav.z-tabs-desktop > li.z-last > a.z-link {-webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;}.z-tabs.mobile.z-rounded > ul.z-tabs-nav > li.z-first > a {-webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;}.z-tabs.mobile.z-rounded > .z-container {-webkit-border-radius: 6px; -moz-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;}.z-tabs .z-tabs *,.z-tabs ul,.z-tabs ul li,.z-tabs ul li a,.z-tabs .z-container .z-content {-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-touch-callout: none; outline: none;} 


/*#region ==========================================================================
     flat
========================================================================== */

/* flat reset*/
.z-tabs.flat,
.z-tabs.flat > .z-container,
.z-tabs.flat > ul.z-tabs-nav,
.z-tabs.flat.horizontal > ul.z-tabs-nav,
.z-tabs.flat.vertical > ul.z-tabs-nav.z-tabs-desktop,
.z-tabs.flat > ul li.z-first,
.z-tabs.flat > ul.z-tabs-nav > li > a,
.z-tabs.flat.horizontal > ul.z-tabs-nav > li > a,
.z-tabs.flat.horizontal.clean > ul.z-tabs-nav > li > a 
{
     border-width: 0; 
     -moz-border-radius: 0; 
     -webkit-border-radius: 0; 
     border-radius: 0; 
     -moz-box-shadow: none !important; 
     -webkit-box-shadow: none !important; 
     box-shadow: none !important; 
}


 /*flat sizes*/
.z-tabs.flat.mini >  ul > li > a    {font-size: 11px;padding: 7px 16px;}
.z-tabs.flat.small >  ul > li > a   {font-size: 11px;padding: 13px 20px;}
.z-tabs.flat.medium >  ul > li > a  {font-size: .78em;padding: 16px 24px;} /*font 1+ top 1+ left +4*/
.z-tabs.flat.large >  ul > li > a   {font-size: 14px;padding: 19px 28px;}
.z-tabs.flat.xlarge >  ul > li > a  {font-size: 14px;padding: 22px 32px;}
.z-tabs.flat.xxlarge >  ul > li > a {font-size: 15px;padding: 25px 36px;}

    .z-tabs.flat.top-compact > ul > li > a,
    .z-tabs.flat.bottom-compact > ul > li > a {
        padding-left: 0;
        padding-right: 0;
    }

/*common*/

.z-tabs.flat
{

}

.z-tabs.flat,
.z-tabs.flat > ul > li > a {text-shadow: none;}

.z-tabs.flat > ul > li > a
{/*text-transform: uppercase;*/
    /*font-weight: 600;*/
        font-family: "Lato", Helvetica, Arial, sans-serif; 
    /*line-height: 1.55em;*/ 

    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.z-tabs.flat .z-container 
{ 
    -webkit-border-radius: 0 !important; 
    -moz-border-radius: 0 !important; 
    border-radius: 0 !important;
}

.z-tabs.flat > ul > li > a,
.z-tabs.flat > .z-container,
.z-tabs.flat > .z-container > .z-content { background: none; border-width: 0; }
.z-tabs.flat > ul.z-tabs-nav > li > a:hover { background: #e3eaf0; background: #F6F7F9; text-shadow: none; box-shadow: none; }
.z-tabs.flat > ul.z-tabs-nav > li.z-active > a { background: #bdc3c7; color: #fff; text-shadow: none; box-shadow: none; }


/*dark*/
.z-tabs.flat.z-dark  { color: #F1F6F7;color: rgba(248, 251, 252, 0.9);}
.z-tabs.flat.z-dark > ul > li > a { color: #F1F6F7;}
.z-tabs.flat.z-dark > ul.z-tabs-nav > li > a:hover { background: #e3eaf0; background: #152232; text-shadow: none; box-shadow: none; background: #1D3449; }
.z-tabs.flat.z-dark > ul.z-tabs-nav > li.z-active > a { background: #bdc3c7; color: #fff; text-shadow: none; box-shadow: none; }



/*horizontal*/
.z-tabs.flat.horizontal > .z-container { margin-right: 0 !important; }
.z-tabs.flat.horizontal > .z-container > .z-content > .z-content-inner { padding: 2em 0; border-top: 4px #0178BA solid;}

.z-tabs.flat.horizontal.top > ul.z-tabs-nav,
.z-tabs.flat.horizontal.top > ul.z-tabs-nav > li,
.z-tabs.flat.horizontal.bottom > ul.z-tabs-nav,
.z-tabs.flat.horizontal.bottom > ul.z-tabs-nav > li { margin: 0; padding: 0; }
.z-tabs.flat.horizontal > ul > li.z-active { top: 0; margin-top: 0; padding-bottom: 0; }
.z-tabs.flat.horizontal.top > ul.z-tabs-nav > li.z-active { margin-bottom: 0; padding-bottom: 0; }



/*vertical*/
.z-tabs.flat.vertical > .z-container > .z-content > .z-content-inner { padding: 1em 2em;}
.z-tabs.flat.vertical.contained > .z-container > .z-content > .z-content-inner { padding: 2em; }

/*
.z-tabs.flat.vertical > ul.z-tabs-nav {margin-left: 0; margin-right: 0; position:fixed; right:0; max-width:250px; width:auto;} 
*/

.z-tabs.flat.vertical > ul.z-tabs-nav {
   /* margin-left: 0;
    margin-right: 0;
    position: fixed;
    right: 50%;
    margin-right: -800px !important;
    max-width: 280px;*/
    
    /* margin-left: 0;
    margin-right: 0;
    position: relative;
    max-width: 280px; */
    
    margin-left: 0;
    margin-right: 0;
    position: fixed;
    max-width: 280px;
    right: 0;
    z-index: 111;
}



@media all and (max-width: 1400px) {
.z-tabs.flat.vertical > ul.z-tabs-nav {
    max-width: 180px;
}
} 

/*
.z-tabs.flat.vertical > ul.z-tabs-nav {
margin-left: 0;
    margin-right: 0;
    margin: 0 auto !important;
    left: 80%;
    position: fixed;
    max-width: 250px;
    width: auto;
    right: calc(100% - 1300px);
}
*/
    
.z-tabs.flat.vertical > .z-container { border-width: 0; margin: 0; }
.z-tabs.flat.vertical > ul > li.z-first.z-active > a { border-width: 0; }
.z-tabs.flat.vertical > ul.z-tabs-nav > li.z-active { z-index: 0; }
.z-tabs.flat.vertical > ul.z-tabs-nav > li > a { margin: 0 0 0 0; text-align: left; }

@media screen and (max-width: 1880px) {
.z-tabs.flat.vertical > .z-container {
    border-width: 0;
    margin: 0;
    max-width: 77%;
    width: auto;
}
}

/*flat responsive */
.z-tabs.flat.clean.responsive.horizontal.bottom > ul > li.z-first-row > a,
.z-tabs.flat.clean.responsive.horizontal.top > ul > li.z-last-row > a,
.z-tabs.flat.clean.responsive.horizontal.bottom > ul > li.z-last-row > a { border-width: 0; }
/*#endregion*/


/*#region ==========================================================================
     Mobile
========================================================================== */

/*light*/
.z-tabs.flat > ul.z-tabs-mobile > li a
{
    background: none;
    text-shadow: none;
    box-shadow: none;
}

.z-tabs.flat > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat > ul.z-tabs-mobile > li a
{
    background: #bdc3c7;
    color: #fff;
}

/*dark*/
.z-tabs.flat.z-dark > ul.z-tabs-mobile > li a
{
    background: none;
    text-shadow: none;
    box-shadow: none;
}

.z-tabs.flat.z-dark > ul.z-tabs-mobile.z-state-closed > li a
{
    color: #fff;
}



.z-tabs.flat > ul.z-tabs-mobile
{
    opacity: 1;
}

.z-tabs.flat.mobile > ul.z-tabs-desktop > li a
{
    background: #fff;
}


.z-tabs.flat.mobile > ul > li > a
{
    border-width: 0 !important;
}

.z-tabs.flat.mobile.z-rounded > ul.z-tabs-mobile > li > a
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.z-tabs.flat.mobile > ul.z-tabs-nav > li > a
{
    text-align: left;
}

.z-tabs.flat > ul.z-tabs-desktop > li
{
    margin: 0;
}

.z-tabs.flat.mobile.z-bordered > .z-container,
.z-tabs.flat.mobile > ul.z-tabs-nav,
.z-tabs.flat.mobile > ul.z-tabs-nav,
.z-tabs.flat.mobile > ul.z-tabs-nav.z-tabs-mobile.z-state-closed,
.z-tabs.flat.mobile > ul.z-tabs-nav > li
{
    border-width: 0;
}


    .z-tabs.flat.mobile > ul.z-tabs-nav > li > a
    {
        text-align: left;
    }

    .z-tabs.flat.mobile > ul.z-tabs-nav > li > a,
    .z-tabs.flat.mobile > ul.z-tabs-nav > li > a
    {
        margin: 0 !important;
        padding-left: 2em !important;
        padding-right: 0 !important;
        margin-top: 0 !important;
    }


.z-tabs.flat.responsive.z-bordered > .z-container,
.z-tabs.flat.mobile.z-bordered > .z-container
{
    border-width: 0 !important;
}


/*contained spaced*/

.z-tabs.flat.mobile.horizontal.z-contained > .z-container > .z-content,
.z-tabs.flat.mobile.vertical.z-contained > .z-container,
.z-tabs.flat.mobile.horizontal.top.z-contained > .z-container > .z-content,
.z-tabs.flat.mobile.vertical.z-contained > .z-container > .z-content
{
    margin: 3px 0 0 0;
}

.z-tabs.flat.mobile.vertical.z-contained > ul.z-tabs-desktop
{
    margin: 0;
}

/*#endregion*/



/*#region ==========================================================================
     New Dropdown
========================================================================== */

/*mobile dropdown absolute */
.z-tabs
{
    position: relative;
}
    .z-tabs > .z-dropdown-arrow
    {
        display: none;
    }


    .z-tabs.flat.mobile > .z-container > .z-content > .z-content-inner
    {
        padding: 1.4em .25em;
    }

    .z-tabs.flat.mobile > ul.z-tabs-desktop > li
    {
        margin: 1px 1px 0px !important;
    }

    .z-tabs.flat.mobile.z-dark > ul.z-tabs-desktop > li
    {
        margin: 1px 4px 0px !important;
    }

    .z-tabs.flat.mobile > ul.z-tabs-desktop > li > a
    {
        border-width: 0;
        text-align: left !important;
        padding-left: 1.5em !important;
    }
    
    .z-tabs.flat.mobile > ul.z-tabs-desktop > li.z-active > a
    {
        /*color: #f1f6f7;*/
        font-weight:normal;
    }

    .z-tabs.flat.mobile > ul.z-tabs-desktop > li:not(.z-active) > a:hover
    {
        background: #fff;
    }


    .z-tabs.flat.mobile > ul.z-tabs-desktop
    {
        width: 100%;
        background-color: #E0E2E6;
        padding: 1px 0 4px;
        margin-top: 18px;
        visibility: visible;
        border: none;
        /*overflow-y: auto;*/
    }

        .z-tabs.flat.mobile > ul.z-tabs-desktop.z-hide-menu
        {
            opacity: 0;
            height: 0;
            visibility: hidden !important;
        }


    /*flat light mobile */
    .z-tabs.mobile > ul.z-tabs-mobile.z-state-closed + .z-dropdown-arrow
    {
        display: none;
    }

    .z-tabs.flat.mobile .z-dropdown-arrow
    {
        margin-bottom: 10px;
        display: block;
    }


    .z-tabs.flat.mobile .z-dropdown-arrow
    {
        border-style: solid;
        border-width: 0 9px 9px 9px;
        border-color: transparent transparent #f3f4f5 transparent;
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f3f4f5 rgba(0, 0, 0, 0);
        height: 0;
        margin-top: 0;
        opacity: 0;
        position: absolute;
        right: 1.35em;
        top: inherit;
        width: 0;
        z-index: 10;
        -webkit-transform: rotate(360deg);
        -webkit-transition: 0.25s;
        -moz-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s;
        -webkit-backface-visibility: hidden;
        /*dropdown-arrow-inverse*/
        border-bottom-color: #E0E2E6;
        border-top-color: #E0E2E6;
        margin-top: 9px;
        opacity: 1;
    }

    .z-tabs.flat.mobile.z-rounded > ul.z-tabs-desktop
    {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

        .z-tabs.flat.mobile.z-rounded > ul.z-tabs-desktop > li.z-active > a
        {
            border-radius: 2px !important;
        }


    /*flat dark mobile */
    .z-tabs.flat.z-dark.mobile > ul > li > a
    {
        color: #2C3E50;
        color: #F1F6F7;
        background: none;
    }

    .z-tabs.flat.z-dark.mobile > ul.z-tabs-desktop > li:not(.z-active) > a:hover
    {
        background: #34495E;
    }

    .z-tabs.flat.z-dark.mobile > ul.z-tabs-desktop
    {
        background-color: #2C3E50;
        color: #FFF;
        padding: 4px 0 4px;
    }

    .z-tabs.flat.z-dark.mobile .z-dropdown-arrow
    {
        border-bottom-color: #2C3E50;
        border-top-color: #2C3E50;
    }


/*#endregion*/


/**************************************************************************
*	 Zozo Tabs: Flat UI Styles
*
*	 - contained 	(normal, spaced, borderd, rounded)
*    - clean 	    (normal, spaced, borderd, rounded)
*    - pills 	    (normal, spaced, borderd, rounded
*    
*	 Zozo Tabs: Optional
*	 - spaced
*	 - bordered
*	 - rounded
*	
*	 
*   Feel free to delete/edit anything
* 
**************************************************************************/

/*#endregion*/


/*#region ==========================================================================
     Contained / clean
========================================================================== */

.z-tabs.flat.clean > ul > li.z-active > a {
font-weight: inherit;
}

.z-tabs.flat.z-multiline > ul > li> a,
.z-tabs.flat.z-multiline > ul > li.z-active > a {
font-weight: 600;
}

/*light*/

/* new temp.z-tabs.flat.contained.horizontal > .z-container > .z-content,*/
.z-tabs.flat.contained.horizontal> .z-container,
.z-tabs.flat.contained.vertical> .z-container {background: #F7F7F8;background: #EFF0F2;}
.z-tabs.flat.contained.horizontal > .z-container > .z-content > .z-content-inner {padding: 2em;}

.z-tabs.flat.contained > ul > li a,
.z-tabs.flat.clean > ul > li a {
/* background: #F7F7F8;
background: #EFF0F2; */
    background: transparent\9;
    background: rgba(239,240,242,0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    zoom: 1;

}

.z-tabs.flat.contained > ul > li > a:hover,
.z-tabs.flat.clean > ul > li > a:hover{
background: #ECEDEE;
}

/*clean*/
.z-tabs.flat.clean.horizontal > ul.z-tabs-nav > li > a{text-align:center;}
.z-tabs.flat.clean.vertical > ul.z-tabs-nav > li > a{text-align:left;}


/*dark*/
.z-tabs.flat.z-dark.contained > ul.z-tabs-nav > li > a,
.z-tabs.flat.z-dark.clean > ul.z-tabs-nav > li > a{/*color:#fff;text-shadow: none;*/background: #2C3E50;}


/*contained*/
.z-tabs.flat.contained.z-spaced.horizontal.top > .z-container  {top:3px;/*padding: 3px 0 0 0;*/}
.z-tabs.flat.contained.z-spaced.horizontal.bottom > .z-container  {margin: 0 0 3px 0;}


/*latest*/
.z-tabs.flat.contained.z-spaced.z-bordered.horizontal.top> .z-container  {padding: 0;top:0;}
.z-tabs.flat.contained.z-spaced.z-bordered.horizontal.bottom > .z-container  {padding:0;margin:0;}

/*contained responsive*/
.z-tabs.flat.responsive.contained.z-spaced.horizontal.top > .z-container  {top:2px;/*padding: 2px 0 0 0;*/}
.z-tabs.flat.responsive.contained.z-spaced.horizontal.bottom > .z-container  {margin: 0 0 1px 0;}


/*#endregion*/




/*#region ==========================================================================
     Clean
========================================================================== */






/*#endregion*/





/*#region ==========================================================================
     Shadows
========================================================================== */


/*
.z-tabs.flat.contained.horizontal.top > .z-container
{
    box-shadow: rgba(51, 51, 51, 0.0980392) 0px 2px 1px !important;
    box-shadow: rgba(51, 51, 51, 0.09) 3px 3px 0px !important;
}
*/
/*#endregion*/



/*#region ==========================================================================
     Rounded
========================================================================== */





.z-tabs.flat.pills.z-rounded > ul.z-tabs-nav > li > a,
.z-tabs.flat.horizontal.top.responsive.z-rounded > ul.z-tabs-nav > li > a,
.z-tabs.flat.horizontal.top.responsive.z-rounded > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.horizontal.bottom.responsive.z-rounded > ul.z-tabs-nav > li > a,
.z-tabs.flat.horizontal.bottom.responsive.z-rounded > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.horizontal.bottom.z-rounded > ul.z-tabs-nav > li > a2
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}






.z-tabs.flat.vertical.top-left.z-rounded > ul.z-tabs-nav > li > a,
.z-tabs.flat.vertical.top-right.z-rounded > ul.z-tabs-nav > li > a
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}



/*mobile*/
.z-tabs.flat.mobile.z-rounded > ul.z-tabs-nav > li.z-active,
.z-tabs.flat.mobile.z-rounded > ul.z-tabs-nav > li.z-active:hover,
.z-tabs.flat.mobile.z-rounded > ul.z-tabs-nav > li:hover,
.z-tabs.horizontal.top-left.z-rounded > .z-container
{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}






.z-tabs.flat.mobile.horizontal.z-rounded > ul.z-tabs-nav > li > a,
.z-tabs.flat.mobile.vertical.z-rounded > ul.z-tabs-mobile.z-state-closed > li > a,
.z-tabs.flat.mobile.horizontal.z-rounded > ul.z-tabs-mobile.z-state-closed > li > a
{
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}



.z-tabs.flat.vertical.top-left.z-rounded.z-bordered > ul.z-tabs-nav > li > a
{
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.z-tabs.flat.vertical.top-right.z-rounded.z-bordered > ul.z-tabs-nav > li > a
{
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}


/*clean vertical bordered rounded*/
.z-tabs.flat.clean.vertical.top-left.z-rounded.z-bordered > ul.z-tabs-desktop {
-webkit-border-radius: 6px 0 0 6px;
-moz-border-radius: 6px 0 0 6px;
border-radius: 6px 0 0 6px;
}

.z-tabs.flat.clean.vertical.top-right.z-rounded.z-bordered > ul.z-tabs-desktop {
-webkit-border-radius: 0 6px 6px 0;
-moz-border-radius: 0 6px 6px 0;
border-radius: 0 6px 6px 0;
}


/*#endregion*/



/*#region ==========================================================================
     Bordered
========================================================================== */

/*.z-tabs.flat.horizontal.top.z-bordered > .z-container { border-width: .2em 0 0 0; margin: 0 !important;}*/


/*top borderd*/
.z-tabs.horizontal.top.flat.z-bordered.mini > .z-container    {border-width: 3px 0 0 0;}
.z-tabs.horizontal.top.flat.z-bordered.small > .z-container   {border-width: 4px 0 0 0;}
/* .z-tabs.horizontal.top.flat.z-bordered.medium > .z-container  {border-width: 5px 0 0 0;}
.z-tabs.horizontal.top.flat.z-bordered.large > .z-container   {border-width: 5px 0 0 0;} */
.z-tabs.horizontal.top.flat.z-bordered.xlarge > .z-container  {border-width: 6px 0 0 0;}
.z-tabs.horizontal.top.flat.z-bordered.xxlarge > .z-container {border-width: 6px 0 0 0;}

/*bottom borderd*/
.z-tabs.horizontal.bottom.flat.z-bordered.mini > .z-container    {border-width: 0 0 3px 0;}
.z-tabs.horizontal.bottom.flat.z-bordered.small > .z-container   {border-width: 0 0 4px 0;}
.z-tabs.horizontal.bottom.flat.z-bordered.medium > .z-container  {border-width: 0 0 5px 0;}
.z-tabs.horizontal.bottom.flat.z-bordered.large > .z-container   {border-width: 0 0 5px 0;}
.z-tabs.horizontal.bottom.flat.z-bordered.xlarge > .z-container  {border-width: 0 0 6px 0;}
.z-tabs.horizontal.bottom.flat.z-bordered.xxlarge > .z-container {border-width: 0 0 6px 0;}

/*top*/
.z-tabs.flat.horizontal.top.z-rounded.z-bordered.z-spaced > ul.z-tabs-nav > li > a,
.z-tabs.flat.horizontal.top.z-rounded.z-bordered > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.horizontal.top.z-rounded.z-bordered > ul.z-tabs-nav > li:hover > a     { -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; }

.z-tabs.flat.horizontal.bottom.z-rounded.z-bordered > ul.z-tabs-nav > li > a,
.z-tabs.flat.horizontal.bottom.z-rounded.z-bordered > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.horizontal.bottom.z-rounded.z-bordered > ul.z-tabs-nav > li:hover > a  { -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; }

/*vertical right*/
.z-tabs.flat.vertical.z-bordered.top-right.mini > ul.z-tabs-nav         {border-width: 0 0 0 3px;}
.z-tabs.flat.vertical.z-bordered.top-right.small > ul.z-tabs-nav        {border-width: 0 0 0 4px;}
.z-tabs.flat.vertical.z-bordered.top-right.medium > ul.z-tabs-nav       {border-width: 0 0 0 5px;}
.z-tabs.flat.vertical.z-bordered.top-right.large > ul.z-tabs-nav        {border-width: 0 0 0 5px;}
.z-tabs.flat.vertical.z-bordered.top-right.xlarge > ul.z-tabs-nav       {border-width: 0 0 0 6px;}
.z-tabs.flat.vertical.z-bordered.top-right.xxlarge > ul.z-tabs-nav      {border-width: 0 0 0 6px;}

/*vertical left*/
.z-tabs.flat.vertical.z-bordered.top-left.mini > ul.z-tabs-nav         {border-width: 0 3px 0 0;}
.z-tabs.flat.vertical.z-bordered.top-left.small > ul.z-tabs-nav        {border-width: 0 4px 0 0;}
.z-tabs.flat.vertical.z-bordered.top-left.medium > ul.z-tabs-nav       {border-width: 0 5px 0 0;}
.z-tabs.flat.vertical.z-bordered.top-left.large > ul.z-tabs-nav        {border-width: 0 5px 0 0;}
.z-tabs.flat.vertical.z-bordered.top-left.xlarge > ul.z-tabs-nav       {border-width: 0 6px 0 0;}
.z-tabs.flat.vertical.z-bordered.top-left.xxlarge > ul.z-tabs-nav      {border-width: 0 6px 0 0;}

.z-tabs.flat.mobile.vertical.z-bordered > ul.z-tabs-nav
{
    border-width: 0 !important;
}
/*#endregion*/




/*#region ==========================================================================
     Spaced
========================================================================== */
/*spacing*/
.z-tabs.flat.z-spaced.horizontal > ul > li > a,
.z-tabs.flat.z-spaced.z-shadows.z-dark.horizontal > ul > li > a{margin-right:2px;}


/*spacing bordered*/
.z-tabs.flat.z-spaced.z-bordered.horizontal > ul > li > a,
.z-tabs.flat.z-spaced.z-bordered.z-shadows.z-dark.horizontal > ul > li > a{margin-right:3px;}


.z-tabs.flat.z-spaced.horizontal > ul.z-tabs-nav > li.z-last > a,
.z-tabs.flat.z-spaced.horizontal.z-multiline > ul.z-tabs-nav > li.z-last > a,
.z-tabs.flat.z-spaced.horizontal.responsive > ul.z-tabs-nav > li.z-last-col > a {margin-right: 0 !important;}
.z-tabs.flat.z-spaced.horizontal.responsive > ul.z-tabs-nav > li > a{margin:1px 1px 0 0 !important;}


.z-tabs.flat.z-spaced.vertical > ul.z-tabs-desktop > li > a {margin-bottom: 1px;}
.z-tabs.flat.z-spaced.vertical.top-left > ul.z-tabs-desktop {margin:0 1px 0 0;}
.z-tabs.flat.z-spaced.vertical.top-right > ul.z-tabs-desktop {margin: 0 0 0 1px}
.z-tabs.flat.z-spaced.vertical.top-left > ul.z-tabs-desktop > li.z-last > a,
.z-tabs.flat.z-spaced.vertical.top-right > ul.z-tabs-desktop > li.z-last > a {margin-bottom: 0;}

.z-tabs.flat.z-spaced.contained.horizontal.top.z-rounded > ul > li > a {border-radius: 4px 4px 0 0;}
.z-tabs.flat.z-spaced.contained.horizontal.bottom.z-rounded > ul > li > a {border-radius: 0 0 4px 4px;}
.z-tabs.flat.z-dark.contained.z-shadows.z-spaced.horizontal.top > ul > li > a {box-shadow: none !important;}

/*#endregion*/



/*dark*/
.z-tabs.flat.z-dark.contained.horizontal > .z-container,
.z-tabs.flat.z-dark.contained.vertical > .z-container { background: #2C3E50; }

/*#region ==========================================================================
      Zozo Tabs: Flat UI Themes
========================================================================== */

/*flat-turquoise*/
.z-tabs.flat.flat-turquoise > ul,
.z-tabs.flat.flat-turquoise > .z-container { border-color: #1ABC9C; }
.z-tabs.flat.flat-turquoise > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-turquoise > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-turquoise > ul.z-tabs-mobile > li a { background: #1ABC9C; }

/*flat-emerald*/
.z-tabs.flat.flat-emerald > ul,
.z-tabs.flat.flat-emerald > .z-container { border-color: #2ECC71; }
.z-tabs.flat.flat-emerald > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-emerald > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-emerald > ul.z-tabs-mobile > li a { background: #2ECC71; }

/*flat-peter-river*/
.z-tabs.flat.flat-peter-river > ul,
.z-tabs.flat.flat-peter-river > .z-container { border-color: #3498db; }
.z-tabs.flat.flat-peter-river > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-peter-river > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-peter-river > ul.z-tabs-mobile > li a { background: #3498db; }

/*flat-amethyst*/
.z-tabs.flat.flat-amethyst > ul,
.z-tabs.flat.flat-amethyst > .z-container { border-color: #9B59B6; }
.z-tabs.flat.flat-amethyst > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-amethyst > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-amethyst > ul.z-tabs-mobile > li a { background: #9B59B6; }

/*flat-wet-asphalt*/
.z-tabs.flat.flat-wet-asphalt > ul,
.z-tabs.flat.flat-wet-asphalt > .z-container { border-color: #34495E; }
.z-tabs.flat.flat-wet-asphalt > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-wet-asphalt > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-wet-asphalt > ul.z-tabs-mobile > li a { background: #34495E; }





/*flat-green-sea*/
.z-tabs.flat.flat-green-sea > ul,
.z-tabs.flat.flat-green-sea > .z-container { border-color: #16A085; }
.z-tabs.flat.flat-green-sea > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-green-sea > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-green-sea > ul.z-tabs-mobile > li a { background: #16A085; }

/*flat-nephritis*/
.z-tabs.flat.flat-nephritis > ul,
.z-tabs.flat.flat-nephritis > .z-container { border-color: #27AE60; }
.z-tabs.flat.flat-nephritis > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-nephritis > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-nephritis > ul.z-tabs-mobile > li a { background: #27AE60; }

/*flat-belize-hole*/
.z-tabs.flat.flat-belize-hole‎ > ul,
.z-tabs.flat.flat-belize-hole > ul,
.z-tabs.flat.flat-belize-hole > .z-container { border-color: #2980B9; }
.z-tabs.flat.flat-belize-hole > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-belize-hole > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-belize-hole > ul.z-tabs-mobile > li a { background: #2980B9; }

/*flat-wisteria*/
.z-tabs.flat.flat-wisteria > ul,
.z-tabs.flat.flat-wisteria > .z-container { border-color: #8E44AD; }
.z-tabs.flat.flat-wisteria > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-wisteria > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-wisteria > ul.z-tabs-mobile > li a { background: #8E44AD; }

/*flat-midnight-blue*/
.z-tabs.flat.flat-midnight-blue > ul,
.z-tabs.flat.flat-midnight-blue > .z-container { border-color: #2C3E50; }
.z-tabs.flat.flat-midnight-blue > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-midnight-blue > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-midnight-blue > ul.z-tabs-mobile > li a { background: #2C3E50; }




/*flat-sun-flower*/
.z-tabs.flat.flat-sun-flower > ul,
.z-tabs.flat.flat-sun-flower > .z-container { border-color: #F1C40F; }
.z-tabs.flat.flat-sun-flower > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-sun-flower > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-sun-flower > ul.z-tabs-mobile > li a { background: #F1C40F; }

/*flat-carrot*/
.z-tabs.flat.flat-carrot > ul,
.z-tabs.flat.flat-carrot > .z-container { border-color: #E67E22; }
.z-tabs.flat.flat-carrot > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-carrot > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-carrot > ul.z-tabs-mobile > li a { background: #E67E22; }

/*flat-alizarin*/
.z-tabs.flat.flat-alizarin > ul,
.z-tabs.flat.flat-alizarin > .z-container { border-color: #0178BA; }
.z-tabs.flat.flat-alizarin > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-alizarin > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-alizarin > ul.z-tabs-mobile > li a {
/* background: #0178BA; */

   /*  background: transparent\9;*/
    background: rgba(1,120,186,1.0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    zoom: 1;
}

/*flat-graphite (clouds) */
.z-tabs.flat.flat-graphite > ul,
.z-tabs.flat.flat-graphite > .z-container { border-color: #454545; }
.z-tabs.flat.flat-graphite > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-graphite > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-graphite > ul.z-tabs-mobile > li a { background: #454545; }

/*flat-concrete*/
.z-tabs.flat.flat-concrete > ul,
.z-tabs.flat.flat-concrete > .z-container { border-color: #95A5A6; }
.z-tabs.flat.flat-concrete > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-concrete > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-concrete > ul.z-tabs-mobile > li a { background: #95A5A6; }



/*flat-orange*/
.z-tabs.flat.flat-orange > ul,
.z-tabs.flat.flat-orange > .z-container { border-color: #F39C12; }
.z-tabs.flat.flat-orange > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-orange > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-orange > ul.z-tabs-mobile > li a { background: #F39C12; }

/*flat-pumpkin*/
.z-tabs.flat.flat-pumpkin > ul,
.z-tabs.flat.flat-pumpkin > .z-container { border-color: #D35400; }
.z-tabs.flat.flat-pumpkin > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-pumpkin > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-pumpkin > ul.z-tabs-mobile > li a { background: #D35400; }

/*flat-pomegranate*/
.z-tabs.flat.flat-pomegranate > ul,
.z-tabs.flat.flat-pomegranate > .z-container { border-color: #C0392B; }
.z-tabs.flat.flat-pomegranate > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-pomegranate > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-pomegranate > ul.z-tabs-mobile > li a { background: #C0392B; }

/*flat-silver*/
.z-tabs.flat.flat-silver > ul,
.z-tabs.flat.flat-silver > .z-container { border-color: #BDC3C7; }
.z-tabs.flat.flat-silver > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-silver > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-silver > ul.z-tabs-mobile > li a { background: #BDC3C7; }


/*flat-asbestos*/
.z-tabs.flat.flat-asbestos > ul,
.z-tabs.flat.flat-asbestos > .z-container { border-color: #7F8C8D; }
.z-tabs.flat.flat-asbestos > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-asbestos > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-asbestos > ul.z-tabs-mobile > li a { background: #7F8C8D; }


/*extra themes*/
/*flat-lime*/
.z-tabs.flat.flat-lime > ul,
.z-tabs.flat.flat-lime > .z-container { border-color: #7FC04C; }
.z-tabs.flat.flat-lime > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-lime > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-lime > ul.z-tabs-mobile > li a { background: #7FC04C; }

/*flat-pink*/
.z-tabs.flat.flat-pink > ul,
.z-tabs.flat.flat-pink > .z-container { border-color: #ea4c89; }
.z-tabs.flat.flat-pink > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-pink > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-pink > ul.z-tabs-mobile > li a { background: #ea4c89; }

/*flat-blue2*/
.z-tabs.flat.flat-blue2 > ul,
.z-tabs.flat.flat-blue2 > .z-container { border-color: #4A79F3; }
.z-tabs.flat.flat-blue2 > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-blue2 > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-blue2 > ul.z-tabs-mobile > li a { background: #4A79F3; }

/*lightred2*/
.z-tabs.flat.flat-red2.medium > ul > li > a { font-size: 14px; padding: 16px 24px; }
.z-tabs.flat.flat-red2.horizontal.z-bordered > .z-container { border-width: 0 !important; }
.z-tabs.flat.flat-red2 { color: #777; font: 16px/22px "Helvetica Neue",Helvetica,Arial,sans-serif; }
.z-tabs.flat.flat-red2 > ul.z-tabs-nav,
.z-tabs.flat.flat-red2 > ul.z-tabs-nav > li,
.z-tabs.flat.flat-red2 > .z-container { border-color: #e64c3c; }
.z-tabs.flat.flat-red2 > ul.z-tabs-nav > li a { background: #e2534b; color: #FFF; text-shadow: none; font-family: 'Open Sans', sans-serif !important; }
.z-tabs.flat.flat-red2 > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-red2 > ul.z-tabs-mobile.z-state-closed > li a { background: #F8F8F8; color: #7F8C8C; }
.z-tabs.flat.flat-red2 > ul.z-tabs-nav > li:not(.z-active) > a:hover { background: #62b9b0; color: #fff; opacity: 0.85; }
.z-tabs.flat.flat-red2.horizontal > .z-container > .z-content, .z-tabs.flat.flat-red2.vertical > .z-container { background: #F8F8F8; }
.z-tabs.flat.flat-red2.z-spaced.z-shadows.horizontal > ul > li > a { margin-right: 8px; }

/*flat-zozo-red*/
.z-tabs.flat.flat-zozo-red > ul,
.z-tabs.flat.flat-zozo-red > .z-container { border-color: #F44343; }
.z-tabs.flat.flat-zozo-red > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-zozo-red > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-zozo-red > ul.z-tabs-mobile > li a { background: #F44343; }

/*#endregion*/

/* New Physician Search Start */
.new_physician_form {
position:relative; background-color:#6eb1de; padding:0px 10px 20px 20px; background-image:url(https://www.hss.edu/careers/images/pattern-vertical.png); background-repeat: no-repeat;
}

.new_physician_form_field_style {
float:left; margin-right:5px; margin-bottom:5px;
}

.new_physician_form_text {
color:#fff; font-size:1.2em;
/* margin-top:-15px; */
/* padding-top: 10px; */
}

@media screen and (max-width: 1200px) {
.new_physician_form_text {
padding: 15px;
margin-top: 0px;
}
}


.new_physician_search_grid_wrap {
/* position:absolute; */
/* background-color:#eee; */
width:90%;
margin: 0 auto;
/* margin-top:-20px; */
}

/*
.new_physician_search_grid_style {    
position: absolute; margin: 50px 0px 0px 0px; width: 100% !important; height: 472px; background-color: #eee; padding:80px 0 30px 20px;
}
*/

/*
.pagecontent_newphysiciansearch {padding: 0; clear: both; display: block; max-width: 1000px; margin: 0 auto; min-height: 192px;} 
*/

.pagecontent_newphysiciansearch {
    padding: 0;
    clear: both;
    display: block;
    max-width: 1250px;
    margin: 0 auto;
    /* min-height: 192px; */
    min-height: 592px;
    /* padding-left: 236px; */
}

@media screen and (max-width: 1715px){
.pagecontent_newphysiciansearch {
    padding: 0;
    clear: both;
    display: block;
    /* max-width: 1200px; */
    margin: 0 auto;
    min-height: 192px;
    /* right: -70px; */
    position: relative;
}
}

@media screen and (max-width: 1215px) {
.pagecontent_newphysiciansearch {
    max-width: 100%;
    width: auto;
    margin-left: 0%;
    padding-left: 0;
    right: 0;
} 
}

@media screen and (max-width: 800px) {
.pagecontent_newphysiciansearch {
    max-width: 100%;
    width: auto;
    margin-left: 0%;
    padding-left: 0;
} 
}

@media screen and (max-width: 676px) {
.pagecontent_newphysiciansearch {
max-width: 100%;
    width: auto;
    padding-left: 0;
} 
}

@media screen and (max-width: 480px) {
.pagecontent_newphysiciansearch {
max-width: 100%;
    width: auto;
    padding-left: 0;
} 
}


.pagecontent_newphysiciansearch .subheading {font-family: "Benton Sans Medium",arial,sans-serif;font-style: normal;font-weight: 500;margin-top: 1em;}
.pagecontent_newphysiciansearch h2.subheading {margin-bottom: .3em;font-size: 1.35em; color: #164469;}
.pagecontent_newphysiciansearch h3.subheading {font-size: 1.4em; color: #164469;}
.pagecontent_newphysiciansearch h2.showhide, #centercolumn h3.showhide, #centercolumn h4.showhide {color:#0178BA; line-height: 60px;}
.pagecontent_newphysiciansearch a h2.showhide {color:#0178BA!important;}
.pagecontent_newphysiciansearch a:hover h2.showhide {color:#003366!important;}
.pagecontent_newphysiciansearch .physician-text-indent {/* max-width: 78%; */ max-width: 100%; }
.pagecontent_newphysiciansearch .overview p a, .pagecontent_newphysiciansearch .physician-text-indent a {color:#0178BA !important;}
.pagecontent_newphysiciansearch .overview p a:hover, .pagecontent_newphysiciansearch .physician-text-indent a:hover {color:#003366 !important;}

.pagecontent_newphysiciansearch .formypatient a {color: #0178BA; font-weight: bold;}
.pagecontent_newphysiciansearch .formypatient a:hover {color: #164469;}
.pagecontent_newphysiciansearch .formypatient .physicianstyles ul li a {font-weight: bold;}

.pagecontent_newphysiciansearch .formypatient ul li {font-size: 1em;background: url(/images/css/list_bullet.gif) left .7em no-repeat; padding: 0 0 .5em .7em; margin:.5em 0 0 .9em;}
.pagecontent_newphysiciansearch .formypatient ul li:last-child {margin:.5em 0 .9em .9em;} 
.pagecontent_newphysiciansearch .formypatient ul li ol li {background: none;}

@media screen and (max-width: 480px) {
.pagecontent_newphysiciansearch h2.subheading {margin-bottom: .3em; font-size: 1em; color: #164469;}
}

/* .physician_search_heading {
text-transform: capitalize;
    font-weight: 700;
    text-align: center;
    border-top: 1px solid #eee;
    margin: 20px 0 20px 60px;
    padding-top: 20px;
    left: 50%;
    top: -25px;
    color: #fff;
    background: #0178BA;
    padding: 15px 0 15px 0;
    text-align: center;
    overflow: visible;
}*/


.physician_search_heading {
    /* font-weight: 700; */
    text-align: center;
    /* border-top: 1px solid #eee; */
    /* position: absolute; */
    color: #fff;
    background: #778691;
    padding: 15px 0 15px 0;
    text-align: center;
    overflow: visible;
    width: 100%;
    z-index: 333;
    left: 0;

}

.physician_search_heading2 {
    /* font-weight: 700; */
    text-align: center;
    /* border-top: 1px solid #eee; */
    /* position: absolute; */
    color: #fff;
    background: #778691;
    text-align: center;
    overflow: visible;
    width: 100%;
    z-index: 333;
    left: 0;
}



.physician_search_heading:after {
    content: " ";
    position: absolute;
    /* bottom: -22px; */
    width: 44px;
    height: 22px;
    left: 49.2%;
    /* margin-left: -22px; */
    background: url(https://www.hss.edu/images/icons/under-arrow2.png) top center no-repeat;
    /* margin-top: 10px; */
    margin-top: 8px;
    z-index:21;
}

@media screen and (max-width: 480px) {
.physician_search_heading:after {
    left: 45%;

}
}


.overview, .education, .publilcations, .research, .physician-module-tap-wrap, .formypatient
{
/* width:80% !important; */
width:100% !important;
}

/* @media screen and (max-width: 1450px) {
.overview, .education, .publilcations, .research, .physician-module-tap-wrap, .formypatient {
    width: 80% !important;
}
}*/


@media screen and (max-width: 1180px) {
.overview, .education, .publilcations, .research, .physician-module-tap-wrap, .formypatient {
    width: 100% !important;
}
}

.utilitymodule_new {
    /* border-bottom: 1px solid #DFE1DF; */
    padding: 0 .25em .25em .25em;
    margin-bottom: 1.4em;
    color: #666666;
    line-height: 1.4em;
    float: left;
    max-width: 290px;
    margin-right: 30px;
}

.utilitymodule_multiple_wrapper { 
    float: left;
}

@media (max-width: 480px) {
.utilitymodule_multiple_wrapper { 
padding: 0 2.0em 0;
    float: left;
}

.utilitymodule_mobile-padding {
padding: 0 2.0em 0;
}

}


.utilitymodule_multiple {
    /* border-bottom: 1px solid #DFE1DF; */
    padding: 0 .25em .25em .25em;
    margin-bottom: 1.4em;
    color: #666666;
    line-height: 1.4em;
    float: left;
    max-width: 190px;
    margin-right: 20px;
    margin-top: 20px;
}

.physician_search_banner_mobile_wrap {
background-color:#595959; /* width:100%; #777d87*/  padding:10px 0 0 24px; color:#fff;
}

.physician_search_banner_mobile {
display:none;
}

.physician_search_banner_tablet {
    background-color: #a2baca;
    width: 100%;
    padding: 30px 0 20px 23px;
    color: #fff;
    background-image: url(https://www.hss.edu/images/icons/pattern-vertical-float-right.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 200px;
    display: none;
}

.physician_search_banner_desktop .ls-container {
padding-left: 5px;
}

@media (max-width:1370px){
.physician_search_banner_desktop {
display:none;
} 

.physician_search_banner_mobile {
display:none;
}

.physician_search_banner_tablet {
display:block;
padding: 30px 0 20px 31px;
}
}

@media (max-width: 675px) {
.physician_search_banner_tablet {
    padding: 30px 0 20px 25px;
}
}

@media (max-width:480px){
.physician_search_banner_desktop {
display:none;
} 

.physician_search_banner_tablet {
display:none;
}

.physician_search_banner_mobile {
display:block;
    background-color: #a2baca;
    margin-left: -30px;
    margin-top: -20px;
    padding: 35px 0 0 30px;
} 
}

@media (max-width:676px) {
.z-content-inner {
padding:0 14px 0 24px !important;
}
}

.physician-search-notice {
font-size:0.7em; margin-top:-3px;
}

#physician_search_col1 {
width:360px;
}

@media (max-width:1260px) {
#physician_search_col1 {
width:48%;
float:left !important;
}
#physician_search_col2 {
width:48%;
float:left !important;
}
#physician_search_col3 {
width:48%;
float:left !important;
}
#physician_search_col4 {
width:48%;
float:left !important;
}
#physician_search_col5 {
float:left !important;
width:48%;
}
.physician-search-notice {
display:none;
}
}

@media (max-width:650px) {
#physician_search_col1 {
width:100%;
float:none !important;
margin-bottom: 5px !important;
}
#physician_search_col2 {
width:100%;
float:none !important;
}
#physician_search_col3 {
width:100%;
float:none !important;
}
#physician_search_col4 {
width:100%;
float:none !important;
/*position:absolute;
margin-top:46px;*/
}
#physician_search_col5 {
/*position:relative;*/
float:none !important;
width:100%;
}
.physician-search-notice {
display:none;
}
}

/*
@media (max-width:920px) {
#physician_search_col1 {
width:50%;
}
#physician_search_col2 {
width:50%;
}
#physician_search_col3 {
width:50%;
}
#physician_search_col4 {
width:50%;
}
#physician_search_col5 {
width:50%;
}
}

@media (max-width:645px) {
#physician_search_col1 {
width:100%;
}
#physician_search_col2 {
width:100%;
}
#physician_search_col3 {
width:100%;
}
#physician_search_col4 {
width:100%;
}
#physician_search_col5 {
width:100%;
}
}
*/

.white-link2 {
	text-decoration: none !important;
	color: #0178BA;
}

.white-link2:hover { color:#164469; }
.search_expander {
background-color:#a2baca; padding:0 0 20px 0; color:#fff;
cursor:pointer;
}

.new-physician-search-module-style {
border-bottom:0px !important; padding:0 !important; line-height:0em !important; margin:0 0 35px 0 !important;
}


.physician-module-tap-wrap {
width:100%; padding:50px 30px 0 30px; border-top:1px solid #eee; margin-top:30px;
}

@media (max-width:480px){
.physician-module-tap-wrap {
padding:0;
width: 100% !important;
}
}

.new-physician-page-address {
margin-left:6px;
}

@media (max-width:480px){
.new-physician-page-address {
margin-left:0px;
max-width:300px;
width:auto;
}
}

/* a.closesearch {
  line-height: 1;
  font-size: 2.1em;
  position: absolute;
  top: 15%;
  right: 1%;
  text-decoration: none;
  color: #0178BA;
} */

a.closesearch {
    line-height: 1;
    position: relative;
    text-decoration: none;
    font-size: 1.5em; right:10px; top: -10px;
}


@media screen and (max-width: 480px) {
a.closesearch {
    top: 5px;
}
}

a.closesearch:hover {
  color: #fff;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

.physician-search-description-wrap {
width:auto; max-width:100%; margin-bottom:20px; background-color: #778691;
}

.physician-search-disclosure {
margin:0 auto; max-width:1180px; width:auto; margin-bottom:12px; font-weight:700;
}

/* @media screen and (max-width: 950px){
.physician-search-disclosure {
    margin: 0 auto;
    max-width: 1000px;
    width: auto;
    margin-bottom: 30px;
    font-weight: 700;
    margin-top: 50px;
    padding: 0 10px 0 10px;
}
}*/

@media screen and (max-width: 1200px){
.physician-search-disclosure {
    margin: 0 auto;
    max-width: 1000px;
    width: auto;
    font-weight: 700;
    margin-top: 30px;
    padding: 0 25px 0 25px;
}
}

.physician-search-text-italic {
font-style: italic; color:#e9eaeb;
}

.ui-group > .selectize-input:after {
    content: '\25B2';
}

.ui-group > .selectize-input:after {
    content: '\25BC';
    position: absolute;
    right: 0px;
    top: 15%;
    width: 50px;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    height: 70%;
    line-height: 24px;
    border-left: 1px solid #ddd;
}

.or-spacer {
    /* margin-top:100px;
    margin-left:100px;
    width:400px;
    position:relative; */
    max-width: 1100px;
    width: auto;
    position: relative;
    margin: 0 auto;
}
.or-spacer .spacermask {
    overflow:hidden;
    height:20px;
}
.or-spacer .spacermask:after {
    content:'';
    display:block;
    margin:-25px auto 0;
    width:100%;
    height:25px;
    border-radius:125px / 12px;
    box-shadow:0 0 8px #164469;
}

.or-spacer2 {
    max-width: 100%;
    width: auto;
    position: relative;
    margin: 0 auto;
    z-index: 31;
    top: 25px;
}

.or-spacer2 .spacermask2 {
    overflow:hidden;
    height:20px;
    margin-top:-20px;
}
.or-spacer2 .spacermask2:after {
    content:'';
    display:block;
    margin:-25px auto 0;
    width:100%;
    height:25px;
    border-radius:125px / 12px;
    box-shadow:0 0 8px #164469;
}

.or-spacer3 {
    max-width: 100%;
    width: auto;
    position: relative;
    margin: 0 auto;
    z-index: 11;
    top: 20px;
}

.or-spacer3 .spacermask3 {
    overflow:hidden;
    height:20px;
    margin-top:-20px;
}
.or-spacer3 .spacermask3:after {
    content:'';
    display:block;
    margin:-25px auto 0;
    width:100%;
    height:25px;
    border-radius:125px / 12px;
    box-shadow:0 0 8px #555;
}


.or-spacer4 {
    max-width: 100%;
    width: auto;
    position: relative;
    margin: 0 auto;
    z-index: 11;
    top: 20px;
}

.or-spacer4 .spacermask4 {
    overflow:hidden;
    height:20px;
margin-top: -20px;
    margin-bottom: 14px;
}

.or-spacer4 .spacermask4:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 150px / 5px;
    box-shadow: 0 0 8px #164469;
}

.or-spacer5 {
    max-width: 100%;
    width: auto;
    position: relative;
    margin: 0 auto;
    z-index: 11;
    top: 20px;
}

.or-spacer5 .spacermask5 {
    overflow:hidden;
    height:20px;
    margin-top:-20px;
}
.or-spacer5 .spacermask5:after {
    content:'';
    display:block;
    margin:-25px auto 0;
    width:100%;
    height:25px;
    border-radius:125px / 12px;
    box-shadow:0 0 8px #d4d3d3;
}


.or-spacer6 {
    max-width: 100%;
    width: auto;
    position: relative;
    margin: 0 auto;
    z-index: 11;
    top: 20px;
}

@media (max-width: 1300px) {
.or-spacer6 {
display:none;
}
}

.or-spacer6 .spacermask6 {
    overflow: hidden;
    height: 20px;
    margin-top: -3px;
}

.or-spacer6 .spacermask6:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 285px / 12px;
    box-shadow: 0 0 18px #333;
}

.or-spacer-vertical {
    /* display: inline-block; */
    /* margin-top: 100px; */
    /* margin-left: 100px; */
    /* width: 100px; */
    /* position: relative; */
    float: left;
    margin-right:15px;
}

.or-spacer-vertical .or-spacer-vertical-mask {
    overflow: hidden;
    width: 20px;
    margin: 13px;
    height: 50px;
}

.or-spacer-vertical .or-spacer-vertical-mask:after {
    content: '';
    display: block;
    margin-left: -20px;
    width: 20px;
    height: 100%;
    border-radius: 12px / 125px;
    box-shadow: 0 0 8px #164469;
}

.physician-page-tel {
    float: left;
    vertical-align: middle;
    padding-top: 25px;
}

@media (max-width:1370px){
.physician-page-tel {
display:none;
}
.or-spacer-vertical {
display:none;
}
}

 .physician-search-office-location-content {
 /* padding: 10px 0 10px 18px; */
 /* padding: 10px 0 20px 18px; */
 /* padding: 8px 0 15px 8px; */
 padding: 8px 0 15px 19px;
 }
 
/* @media (max-width: 1450px) {
.physician-search-office-location-content {
    padding: 10px 0 25px 6px;
}
}*/

@media (max-width: 1290px) {
.physician-search-office-location-content {
    padding: 10px 0 20px 18px;
}
}

@media (max-width: 1230px) {
.physician-search-office-location-content {
    padding: 10px 0 20px 6px;
}
}
 
  @media (max-width:980px){
 .physician-search-office-location-content {
 padding: 20px 8px 50px 8px;
 }
}

 
 @media (max-width:676px){
 .physician-search-office-location-content {
 /* padding:0 !important; */
 
 padding: 30px 0 30px 0;
 
 }
}
        
/* New Physician Search end */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/* padding-top: 25px; */
	display:flex;
	height: 0;
	margin-bottom:15px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Main Page Round Button start */

.rounded {
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
}

.button-primary {
    /* background-color: #0081c8; */
    color: #FFF;
}

.thin_bold, .file_holder button {
    /* font-family: Benton Sans Light !important;
    font-style: normal;
    font-weight: 100; */
    /* font-stretch: semi-expanded; */
    /* letter-spacing: 1px; */
   /*  display: inline-block;
    -webkit-transform: scaleY(1.6);
    -moz-transform: scaleY(1.6);
    -ms-transform: scaleY(1.6);
    -o-transform: scaleY(1.6);
    transform: scaleY(1.6); */
}


.pure-button {
font-family: arial; */
    /* font-size: 1.6em; */
    /* padding: .6em 1.0em; */
    color: #fff;
    /* color: rgba(0,0,0,.8); */
    border: 1px solid #fff;
    /* border: 0 rgba(0,0,0,0); */
    background-color: none;
    text-decoration: none;
    border-radius: 2px;
    padding: 10px;
    background-image: url(https://www.hss.edu/images/icons/banner-arrow.gif) no-repeat;
}

.pure-button {
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position:relative;
    top:45%;
}

/* Main Page Round Button end */

/* .fullimage {
width:130%;
}

@media screen and (max-width: 1400px) {
.fullimage {
width: auto;
height: 100%;
margin-left: -100px;
}
} */



.fullimage {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  /* position: fixed; */
  top: 0;
  left: 0;
}

.mobile-empty-space {
display:none;
}

.mobile-empty-space-2 {
display:none;
}

@media screen and (max-width: 665px) {
.mobile-empty-space {
display:block;
margin:10px 0 10px 0;
}

.mobile-empty-space-2 {
display:block;
margin:10px 0 10px 0;
}

}

@media screen and (max-width: 350px) {
.mobile-empty-space {
display:block;
margin:30px 0 30px 0;
}
}


.color-bg-link {
color: #01b1eb !important;
}

.color-bg-link:hover {
color: #b7c705 !important;
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    background: #fff !important;
    margin-top: -50px !important;
}

/* .full-width-sub-nav {
display:block !important; position:absolute; top:210px;  right: 49%; max-width:150px; margin-right: 550px !important;
}*/

.full-width-sub-nav {
    display: block !important;
    position: absolute;
    top: 210px;
    right: 49%;
    max-width: 150px;
    margin-right: 700px !important;
}

.h2-fullwidth-style {
max-width:1200px; margin:0 auto; font-size:2.0em !important;
}

.bootstrap-content-block {
    max-width: 1200px;
    margin: 0 auto;
}

/* @media screen and (max-width: 1615px) {
.full-width-sub-nav {
max-width:150px;
}
}*/


/* @media screen and (max-width: 1685px) {

.full-width-sub-nav {
    position: absolute;
    top: 255px;
    left: 20px;
    max-width: 150px;
}
} */

@media screen and (max-width: 1685px) {

.full-width-sub-nav {
display:none !important;
}
}

@media screen and (max-width: 680px) {

.bootstrap-content-block {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
}

.posts-mobile-padding {
    padding: 0 20px 0 20px;
}

.h2-fullwidth-style {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 0px;
    font-size: 2.0em !important;
    padding: 0 20px 0 20px;
}
}

@media screen and (max-width: 480px) {
.bootstrap-content-block {
    max-width: 1000px;
    margin: 0 auto;
}
}

.content-tab-mobile {
display:none !important;
}

.content-tab-mobile .toggle-open {
 display: block; 
}

.content-tab-mobile .togglet {
margin-top: 40px;
}



.content-tab-desktop-text-wrapper {
text-align: left;
    max-width: 300px;
    width: auto;
}

.content-tab-desktop-text-wrapper_20-20-20-20 {
text-align:left;
margin:0 auto;
padding: 0 .7em 0 0;
}

/* @media screen and (max-width: 780px) */ 

@media screen and (max-width: 1100px)
{
.content-tab-mobile {
display:block !important;
}

.content-tab-desktop {
display:none !important;
}
}

    
/* Main Page Revamp Add-on classes start */
.pf-illustrations {
width:50%; height:200px; position:relative;
}

.pf-graphics {
width:50%; height:400px; position:relative;
}


@media screen and (max-width: 1200px) {
.pf-illustrations {
width:100%; height:200px; position:relative; margin-left: -30px;
}

.pf-graphics {
width:100%; height:400px; position:relative; margin-left: -30px;
}
}

@media screen and (max-width: 1025px) {
.pf-illustrations {
    margin-left: -90px;
}
.pf-graphics {
    margin-left: -100px;
}
}

@media screen and (max-width: 991px) {
.pf-graphics {
    margin-left: 0;
}

.pf-illustrations {
    margin-left: 0;
}
}


@media screen and (max-width: 600px) {
.pf-illustrations {
    width: 100%;
    height: 300px;
    position: relative;
}
}

.new-content-center {
/* position:absolute; top:49%;
left: 49%;
transform: translate(-49%, -49%); */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
/* Main Page Revamp Add-on classes end */

a.sitebutton-size {
    line-height: 1.5em;
    width: 100%;
}

@media screen and (max-width: 480px) {
a.sitebutton-size {
    line-height: 1.8em;
    width: 98%;
    margin: 0 1px 0 1px;
    font-size:.7em;
}

p.customizedsize
{
line-height:1.1em !important;
margin-top:0px;
margin-bottom:0px;
}
}


#main-navsearch-physician, .main-navsearch-physician {
    width: 560px;
    margin-top: 20px;
    margin-left: 30px;
}

.main-navsearch-physician_50-50_col1 {
    float: left;
    clear: none;
    width: 46%;
    line-height: 1.6em;
}

.main-navsearch-physician_50-50_col2 {
    float: left;
    clear: none;
    width: 46%;
    margin-left: 14px;
    line-height: 1.6em;
}


#main-navsearch-physician input[type="text"], #main-navsearch-physician select, .main-navsearch-physician .main-navsearch-physician_50-50_col1 input[type="text"], .main-navsearch-physician .main-navsearch-physician_50-50_col2 input[type="text"], .main-navsearch-physician .main-navsearch-physician_50-50_col1 select, .main-navsearch-physician .main-navsearch-physician_50-50_col2 select {
    border: 0;
    border: 1px solid #DFE1DF;
    padding: 4px;
    background-color: #FBFEFE;
    display: inline;
    color: #666666;
    border-radius: 0px;
    -moz-border-radius: 0px;
    max-width: 158px;
    float: left;
    clear: none;
    margin-bottom: 12px;
    max-width: 260px !important;
    width: 260px !important;
}

#main-navsearch-physician input[type="text"], .main-navsearch-physician .main-navsearch-physician_50-50_col1 input[type="text"], .main-navsearch-physician .main-navsearch-physician_50-50_col2 input[type="text"] {
    max-width: 250px !important;
    width: 250px !important;
    /* height: 17px; */
    padding: 5px 4px 5px 4px;
}

#main-navsearch-physician input[type="submit"], .main-navsearch-physician input[type="submit"] {
    border-radius: 0px !important; 
    -moz-border-radius: 0px;
    border: 0 !important;
    color: #0178BA;
    cursor: pointer !important;
    background: none !important;
    font-size:1.0em;
    font-weight: bold;
}

#main-navsearch-physician input[type="submit"]:hover, .main-navsearch-physician input[type="submit"]:hover {
    color: #164469 ;
}

.main-page-h2 {
    font-size: 1.4em;
}

@media screen and (max-width: 980px) {
.main-page-h2 {
    font-size: 1.2em;
}
}


@media screen and (max-width: 480px) {
.main-page-h2 {
    width:300px;
}
}

@media screen and (max-width: 600px) {
.main-navsearch-physician_50-50_col1 {
    clear: none;
    width: 100%;
    line-height: 1.6em;
}

.main-navsearch-physician_50-50_col2 {
    clear: none;
    width: 100%;
    margin-left: 0px;
    line-height: 1.6em;
}

#main-navsearch-physician, .main-navsearch-physician {
    width: 100%;
    margin-top: 20px;
}
}


@media screen and (max-width: 380px) {
#main-navsearch-physician, .main-navsearch-physician {
    margin-left:20px;
}
}

.portfolio-desc p {
line-height: .8em !important;
}

@media screen and (max-width: 600px) {
.portfolio-desc p {    
    line-height: 1.8em !important;
    }
}


.hvr-icon-forward, .nav-icon-forward {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: .8em;
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
color:#0178BA !important;
font-weight: bold !important;
}

.hvr-icon-backward {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: .8em;
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
color:#0178BA !important;
font-weight: bold !important;
}


.hvr-icon-forward:hover, .nav-icon-forward:hover  {
color:#164469 !important;
}

.hvr-icon-backward:hover {
color:#164469 !important;
}


.hvr-icon-forward:before {
content: "\e703";
position: absolute;
right: 0;
padding: 0 1px;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
display: inline-block;
font-family: 'font-icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: inherit;
-webkit-font-smoothing: antialiased;
font-size: .5em;
}

.hvr-icon-backward:after {
    content: "\e703";
    position: absolute;
    /* left: -10px; */
    padding: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: inline-block;
    font-family: 'font-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    font-size: .5em;
    margin-left: 7px;
}    

.nav-icon-forward:before {
    content: "\e703";
    position: absolute;
    right: 0;
    padding: 0 1px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: inline-block;
    font-family: 'font-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    font-size: .5em;
    margin-top: 8px;
}

.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before, .nav-icon-forward:hover:before, .nav-icon-forward:focus:before, .nav-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.hvr-icon-backward:hover:after, .hvr-icon-backward:focus:after, .hvr-icon-backward:active:after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}


@media screen and (max-width: 600px) {
.hvr-icon-forward {
    font-size: .9em;
}
.nav-icon-forward {
    font-size: .9em;
}
}

.hvr-icon-forward input[type="submit"] {
    border-radius: 0px !important;
    -moz-border-radius: 0px;
    border: 0 !important;
    color: #0178BA;
    cursor: pointer !important;
    background: none !important;
    font-size: .9em;
    text-align:center;
    font-weight: bold !important;
}

.hvr-icon-forward input[type="submit"]:hover {
    color:#164469 !important;
}

@media screen and (max-width: 1300px) {
#conditions-side-btn .hvr-icon-backward {
    font-size: .9em;
}
}

@media screen and (max-width: 600px) {
#conditions-side-btn .hvr-icon-backward {
    font-size: .9em;
    display:block;
}
}


/* Main Page Conditions we Treat image */
#condition .target-element {
background-color:#0081c8;
position:absolute;opacity:.7;
width:15px;
height:15px;
border-radius:50%;
animation:.7s ease-in infinite alternate fade-target;
 -webkit-animation: .7s ease-in infinite alternate fade-target;
  -moz-animation: .7s ease-in infinite alternate fade-target;
  -ms-animation: .7s ease-in infinite alternate fade-target;
cursor:pointer;
transition:opacity .3s ease-in; 
z-index: 333333;
}

#condition2 .target-element{background-color:#d0bc5a; position:absolute;opacity:.7;width:15px;height:15px;border-radius:50%;animation:.7s ease-in infinite alternate fade-target;cursor:pointer;transition:opacity .3s ease-in; z-index: 333333;}

#condition3 .target-element {
background-color:#0081c8;
position:absolute;opacity:.7;
width:15px;
height:15px;
border-radius:50%;
animation:.7s ease-in infinite alternate fade-target;
 -webkit-animation: .7s ease-in infinite alternate fade-target;
  -moz-animation: .7s ease-in infinite alternate fade-target;
  -ms-animation: .7s ease-in infinite alternate fade-target;
cursor:pointer;
transition:opacity .3s ease-in; 
z-index: 333333;
}

#condition4 .target-element{background-color:#d0bc5a; position:absolute;opacity:.7;width:15px;height:15px;border-radius:50%;animation:.7s ease-in infinite alternate fade-target;cursor:pointer;transition:opacity .3s ease-in; z-index: 333333;}


#condition .target-element:hover{position:absolute;opacity:1;width:15px;height:15px;border-radius:50%;animation:.7s ease-in infinite alternate fade-target;cursor:pointer;transition:opacity .3s ease-in; z-index: 333333;}

#condition2 .target-element:hover{position:absolute;opacity:1;width:15px;height:15px;border-radius:50%;animation:.7s ease-in infinite alternate fade-target;cursor:pointer;transition:opacity .3s ease-in; z-index: 333333;}

#condition3 .target-element:hover{position:absolute;opacity:1;width:15px;height:15px;border-radius:50%;animation:.7s ease-in infinite alternate fade-target;cursor:pointer;transition:opacity .3s ease-in; z-index: 333333;}

#condition4 .target-element:hover{position:absolute;opacity:1;width:15px;height:15px;border-radius:50%;animation:.7s ease-in infinite alternate fade-target;cursor:pointer;transition:opacity .3s ease-in; z-index: 333333;}



#condition .text-target-element {
    position: fixed;
    width: 75px !important;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    opacity: 0;
    display: none;
    cursor: default;
    padding: .5rem;
    border-radius: .2rem;
    bottom: -30px!important;
    left: 45px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    /* bottom: 30px; */
    font-size:.8em;
}

#condition2 .text-target-element {
    position: fixed;
    width: 75px !important;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    opacity: 0;
    display: none;
    cursor: default;
    padding: .5rem;
    border-radius: .2rem;
    bottom: -30px!important;
    left: 145px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    /* bottom: 30px; */
    font-size:.8em;
}

#condition3 .text-target-element {
visibility: hidden;
}

#condition4 .text-target-element {
visibility: hidden;
}

#condition .target-element:hover>.text-target-element {opacity:1;display: block;} 
#condition2 .target-element:hover>.text-target-element {opacity:1;display: block;} 
#condition3 .target-element:hover>.text-target-element {opacity:1;display: block;} 
#condition4 .target-element:hover>.text-target-element {opacity:1;display: block;} 
/* @keyframes fade-target{0%{background-color:#0081c8}100%{background-color:#0081c8}} */

.conditions-we-treat-wrapper {
width:580px;
}

.conditions-we-treat-wrapper-mobile {
display:none;
}

@media screen and (max-width: 750px) {
.conditions-we-treat-wrapper-mobile {
display:block;
    min-width: 300px;
    width: auto;
}

.conditions-we-treat-wrapper {
display:none;
}
}

@media screen and (max-width: 480px) {
.conditions-we-treat-wrapper-mobile {
    margin-top: 40px;
}

.conditions-we-treat-wrapper {
display:none;
}
}

.buttonwidth {
    margin-left: .6em;
    width: 1.0em;
    text-align: center;
    display: inline-table;
    vertical-align: middle;
}    
    
.graycoloor {
     color:#999;
     font-weight:bold;
    }  
    
.condition-search-addon-style {
display:block; float: left !important;
}

.condition-searchinput-addon-style
{
    border: 0px solid #DFE1DF !important;
    padding: 0 !important;
    display: inline;
    color: #666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.condition-a-z {
display:block; margin-left:-13px; margin-top:15px;
}

@media screen and (max-width: 750px) {

.conditions-we-treat-wrapper {
width:480px;
margin-top:0px;
text-align:center;
}

.condition-search-addon-style {
display:block;
float: none !important;
margin-left:0 !important;
margin-top: -20px !important;
}

.condition-searchinput-addon-style input[type="text"] {
    max-width: 220px !important;
}

.condition-a-z {
    display: block;
    margin-left: 80px;
    margin-top: 15px;
    text-align: left;
}

}

@media screen and (max-width: 480px) {
.conditions-we-treat-wrapper {
width:320px;
margin-top:0px;
text-align:center;
}

.condition-search-addon-style {
display:block;
float: none !important;
margin-left:25px !important;
margin-top: -20px !important;
}

.condition-searchinput-addon-style input[type="text"] {
    max-width: 220px !important;
}

.condition-a-z {
    display: block;
    margin: 0 0 15px 26px;
    margin-top: 15px;
    text-align: left;
}
}


.conditions-we-treat-wrapper-mobile .accordion.accordion-bg .acc_content {
    padding: 30px 0 0 0;
}


.conditions-we-treat-wrapper-mobile .accordion.accordion-bg .acctitle, .accordion.accordion-bg .acctitlec {
    background-color: transparent;
    line-height: 44px;
    padding: 0 0 0 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    width: 250px;
    margin-left: 25px;
}


@media screen and (max-width: 750px) {
.pf-graphics {
min-height: 530px !important;
    height: auto;
}
}


.col-float {
float:right;
}

.col-div-change {
float:right;
/* margin-top:100px; */
}


@media screen and (max-width: 950px) {
.col-float {
float:none !important;
}

.col-div-change {
text-align:left;
margin-top:0;
}
}


.animation-line-width {
width:100px;
}

@media screen and (max-width: 950px)
{
.animation-line-width {
width:0 !important;
}
}

.heading-block2 {
    margin-bottom: 50px;
    max-width: 150px;
}
    
.heading-block2:after {
    /*content: '';
    display: block;
    width: 230%;
    margin-left: 28px;
    border-top: 1px solid #444;
    position: absolute; */
    
    content: '';
    display: block;
    width: 100%;
    margin-left: 15px;
    border-top: 1px solid #444;
}

@media screen and (max-width: 950px) {
.heading-block {
    margin-bottom: 0;
}

.heading-block2 {
    margin-bottom: 0;
}

.heading-block2:after {
    border-top: 0px solid #444;
}
}


@media screen and (max-width: 480px)
{
#main-navsearch-physician input[type="text"], .main-navsearch-physician .main-navsearch-physician_50-50_col1 input[type="text"], .main-navsearch-physician .main-navsearch-physician_50-50_col2 input[type="text"] {
    max-width: 250px !important;
    width: 250px !important;
    height: 17px;
}

#main-navsearch-physician select, .main-navsearch-physician select {
    max-width: 250px;
    width: 250px;
}

.main-navsearch-physician input[type="text"] {
    max-width: 230px !important;
    width: 230px !important;
}
}


@media screen and (max-width: 750px) {
.condition-a-z {
    display: block;
    margin-left: 25px;
    margin-top: 15px;
    text-align: left;
}

.condition-searchinput-addon-style {
    border: 0px solid #DFE1DF !important;
    padding: 0 !important;
    display: inline;
    color: #666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
}

@media screen and (max-width: 680px) {
.condition-searchinput-addon-style {
    margin-left: 20px;
    margin-top: -20px !important;
}
}

@media screen and (max-width: 480px) {
.condition-searchinput-addon-style {
    margin-left: 0;
}
}

@media (max-width: 1200px) {
.mobile-padding {
padding: 0 1.1em 0 1.1em
}
}

@media screen and (max-width: 960px) {
.mobile-padding {
padding: 0 10px 0 30px;
text-align:left;
}
}


.animation-text-bg {
    width: calc(100% + 60em);
    height: 100%;
    background-size: 100% 100%;
    /* border-radius: 875px; */
    background-color: rgb(250, 250, 250);
    position: absolute;
    margin-left: calc(100% + 6em);
    margin-top: -40px;
    /* margin-top: -400px; */
    /* z-index: 313123213213123213; */
}

.animation-text-bg2 {
    width: calc(100% + 55em);
    height: 100%;
    background-size: 100% 100%;
    /* border-radius: 875px; */
    background-color: rgb(250, 250, 250);
    position: absolute;
    margin-left:  calc(-100% - 70em);
    /* margin-top: -400px; */
    margin-top: -40px;
    /* z-index: 313123213213123213; */
}

@media screen and (max-width: 1200px) {
.animation-text-bg {
display:none;
}
.animation-text-bg2 {
display:none;
}
}
 
 
.main-big-widget-wrapper {
width:1200px; margin-top:-40px; /* margin-left:20px; */ margin: 0 auto;
}

.main-big-widget-responsive-bg-height {
/* height:270px; */
height: 287px;
padding: 40px 0 120px 0 !important;
}

@media screen and (max-width: 1200px) { 
.main-big-widget-wrapper {
    width: 320px;
    display: flex; 
    justify-content: center;
    align-items: center;
    /* margin: 0 auto; */
    /* margin-left: -100px; */
}

.main-big-widget-responsive-bg-height {
height:auto;
padding: 40px 0 40px 0 !important;
}
}


@media screen and (max-width: 800px) {
.main-big-widget-wrapper {
    /* margin-left: -170px; */
}
}

@media screen and (max-width: 480px){
.main-big-widget-wrapper {
    /* margin-left: -100px; */
}
}
.content-section-margin {
/* padding-top:40px; */
padding-top:30px !important;
}

@media screen and (max-width: 980px) { 
.content-section-margin {
padding-top:20px !important;
/* margin-top:-50px; */
}
}

@media screen and (max-width: 1380px) {
#content {
    padding: 0;
}
}

.section-tablet{
display:none;
}

.section-tablet-mobile {
display:none;
}

@media screen and (max-width: 1200px) { 
.section-tablet {
display:block;
}
.section-desktop {
display:none;
}
}

@media screen and (max-width: 980px) {

.section-tablet {
display:none;
}

.section-tablet-mobile {
display:block;
}
}


@media screen and (max-width: 800px) {
.common-height {
    margin-bottom: -150px;
}
.common-height2 {
    margin-bottom: -150px;
}
}

@media screen and (max-width: 480px) {
.common-height {
/* margin-bottom:-50px; */
margin-bottom: 50px;
}

.height-back-to-normal {
margin-bottom: -50px;
}


.common-height2 {
/* margin-bottom:-50px; */
margin-bottom: 40px;
}
}

@media screen and (max-width: 350px) {
.common-height {
    margin-bottom: 150px;
}

.height-back-to-normal {
margin-bottom: -180px;
}

.common-height2 {
    margin-bottom: 30px;
}
}


@media screen and (max-width: 1025px) {
.main-highlight .team-title {
    position: relative;
    min-height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
}

@media (max-width: 800px) {
.portfolio-responsive-margin {
margin: 35px -12px -12px -26px;
}
}

.mega-menu-h2, .mega-menu-h3  {
font-size: .9em;
margin: 10px 0 5px 0;
}

.hvr-margin-left {
margin-left:-10px;
}

@media screen and (max-width: 480px) { 
.hvr-margin-left {
    margin-left: -40px !important;
}
}

@media screen and (max-width: 350px) { 
.hvr-margin-left {
    margin-top: 0px !important;
}
}

.h2-main-head-title {
font-size: 3em;
font-weight:bold;
line-height: 1.2em;
}

@media screen and (max-width: 480px) { 
.h2-main-head-title {
    font-size: 2.0em;
    margin: 0 auto;
}
}

@media screen and (max-width: 350px) { 
.h2-main-head-title {
    font-size: 1.7em;
}
}


/* add-on for new main page */

#subnav-conditions-right h2 a, #subnav-conditions-right2 h2 a {
    font-size: 1.2em;
    margin-left: 0; 
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 2.0em;
}


#subnav-conditions-right h3 a {
    margin-left: 0px;
    line-height: 2.0em;
}

#subnav-conditions-right2 h3 a {
    margin-left: 0px;
    line-height: .6em;
}


.subnav-conditions-explore {
    /* float: right; */
    clear: none;
    right: -200px;
    position: absolute;
}

/* main page navigation and footer */


#footerwrapper {
    width: 100%;
    /* background: url(/bg.footer.png) center bottom repeat-x; */
    background: #164469;
}

#socialfooter h3, #quicklinks h3, #informationlinks h3, #policylinks h3 {
    color: #a2baca;
    margin-bottom: 0.5em/*10px*/;
    font-family: "Benton Sans Medium",arial,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 0.85em /*14px*/;
}

#quicklinks li, #informationlinks li, #policylinks li, #sociallinks a {
    font-family: "Benton Sans Medium",arial,sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6em;
    margin: .4em 0;
    font-size: 0.75em;
    color: #fff;
}


#footerbox {
    width: 100%;
    clear: both;
    background-color: #E5EDF2;
}

#footer a {
color:#fff;
}

#prefooterwrapper {
    width: 100%;
    /* background-color: #d0bc5a; */
    background-color: #c6d219;
    padding: 1em 0;
    position: relative;
    /* margin-top: -20px; */
    /* height: 80%; */
    height: 40px;
}

#prefooter {
    margin: 1em auto;
    position: relative;
    align-items: center;
    max-width: 100%;
}

a.sitebutton-footer {
    text-align: center;
    border: 0;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 13px;
    padding: 4px;
    line-height: 1.4em;
    font-size: 1.7em;
    font-family: "Benton Sans Medium", arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #003366;
    display: block;
    background-color: transparent;
    border: 0px solid #0178BA;
    margin-top: -18px;
}


a.sitebutton-footer:hover {
   background-color: transparent; 
    border: 0px solid #0178BA; 
    color:#0178BA;
}


@media (max-width: 740px) {
#prefooterwrapper {
    /* max-height: 50px;*/
    height: auto;
    padding: 0;
    z-index: 1111111;
    position: fixed;
    bottom: 0;
    background-color: #003660;
}

a.sitebutton-footer {
    margin-top: 0;
    font-size: .85em;
    padding: 4px;
    margin-bottom: 0;
    width: auto;
    background-color: #c6d219;
    border: 0;
    line-height: inherit;
    line-height: 29px;
}

a.sitebutton-footer:hover {
    background-color: #c6d219;
    border: 0;
}

.prefooter-mobile {
    display:block;
    margin: 0 auto;
    text-align: center; 
}

.prefooter-desktop { 
  display:none;    
}

#prefooter {
    margin: 0 auto;
}

.prefooter-left {
    display: inline-block;
    width: 50%;
    background-color: #003660;
    float: left;
    /* padding: 2px 0 2px 0; */
    /* text-align: center; */
    /* margin: 0 auto; */
    /* vertical-align: middle; */
    height: 36px;
    line-height: 36px;   
}

.prefooter-left-content {
     color: #fff !important;
     margin-top: 0;
     font-size: .85em;
     padding-left:12px;
}

.prefooter-right {
    display: inline-block;
    width: 50%;
    background-color: #c6d219; 
}    
}

@media (max-width: 340px) {
    a.sitebutton-footer {
    font-size: .75em;
}
.prefooter-left-content {
     font-size: .75em;
}
}    

 /* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/


#header {
	position: relative;
	background-color: #FFF;
	max-width:100% !important;
	/* margin-bottom: 20px; */
	z-index: 112;
}

@media (max-width: 1450px) {
#header {
	margin-bottom: 0;
}
}

@media screen and (max-width: 1200px) {
#header {
    margin-bottom: 0;
}
}


#header .container { position: relative; }

#header.transparent-header {
	background: transparent;
	border-bottom: none;
	z-index: 199;
}

#header.semi-transparent { background-color: rgba(255,255,255,0.8); }

#header.transparent-header.floating-header { margin-top: 60px; }

#header.transparent-header.floating-header .container {
	width: 1220px;
	background-color: #FFF;
	padding: 0 40px;
	border-radius: 2px;
}

#header.transparent-header.floating-header.sticky-header .container {
	width: 1170px;
	padding: 0 15px;
}

#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#header.transparent-header + #google-map,
#slider + #header.transparent-header {
	top: -100px;
	margin-bottom: -100px;
}

#header.transparent-header.floating-header + #slider,
#header.transparent-header.floating-header + #google-map {
	top: -160px;
	margin-bottom: -160px;
}

#header.transparent-header + #page-title.page-title-parallax .container {
	z-index: 5;
	padding-top: 100px;
}

#header.full-header { border-bottom-color: #EEE; }

body.stretched #header.full-header .container {
	width: 100%;
	padding: 0 30px;
}

#header.transparent-header.full-header #header-wrap { border-bottom: 1px solid rgba(0,0,0,0.1); }

#slider + #header.transparent-header.full-header #header-wrap {
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: none;
}

#headersearchsubmit {
    border: 0;
    margin: 0;
    padding: 0;
    border-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    -moz-border-radius: 0px;
    display: inline-block;
    position: relative;
    top: 6px;
    height: 24px;
}
   

/* ----------------------------------------------------------------
	Sticky Header
-----------------------------------------------------------------*/

#header,
#header-wrap,
#logo img {
	/* height: 67px; */
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
}

@media (min-width: 992px) {
#header,
#header-wrap {
    height: 70px;
}
}

@media (min-width: 1250px) {
#header,
#header-wrap {
    height: 80px;
}
}

@media (max-width: 991px) {
#header, #header-wrap, #logo img {
    height: 70px;
    margin-bottom:20px;
}
}

#header.sticky-style-2 { height: 161px; }

#header.sticky-style-3 { height: 181px; }

#header.sticky-style-2 #header-wrap { height: 60px; }

#header.sticky-style-3 #header-wrap { height: 80px; }

#primary-menu > ul > li > ul,
#primary-menu > ul > li > .mega-menu-content,
#primary-menu > ul > li.mega-menu > .mega-menu-content {
	-webkit-transition: top .4s ease;
	-o-transition: top .4s ease;
	transition: top .4s ease;
}

#top-search,
#top-cart {
	-webkit-transition: margin .4s ease, opacity .3s ease;
	-o-transition: margin .4s ease, opacity .3s ease;
	transition: margin .4s ease, opacity .3s ease;
}

body:not(.top-search-open) #header-wrap #logo,
body:not(.top-search-open) #primary-menu > ul,
body:not(.top-search-open) #primary-menu > .container > ul,
body:not(.top-search-open) #top-cart,
body:not(.top-search-open) #side-panel-trigger {
	opacity: 1;
	-webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
	-o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
	transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

body.top-search-open #header-wrap #logo,
body.top-search-open #primary-menu > ul,
body.top-search-open #primary-menu > .container > ul,
body.top-search-open #top-cart,
body.top-search-open #side-panel-trigger { opacity: 0; }

#header.sticky-header.semi-transparent { background-color: transparent; }

#header-wrap {
	position: relative;
	-webkit-backface-visibility: hidden;
	/* z-index:199; */
}

#header.sticky-header #header-wrap {
    position: fixed !important;
    top: auto;
    left: 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    z-index: 199;
    height: 80px !important;
}

@media (max-width: 1250px) {
#header.sticky-header #header-wrap {
height: 70px !important;
}
}

@media (max-width: 991px) {
#header.sticky-header #header-wrap {
    position: relative !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: none;
    z-index: 199;
}
}


#header.semi-transparent.sticky-header #header-wrap { background-color: rgba(255,255,255,0.8) }

#header.sticky-header:not(.static-sticky),
#header.sticky-header:not(.static-sticky) #header-wrap,
{ height: 40px; padding-top: 15px; }

#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img
{/* display:none; */ }


#header.sticky-header:not(.static-sticky).sticky-style-2,
#header.sticky-header:not(.static-sticky).sticky-style-3 { height: 161px; }

#header.sticky-header:not(.static-sticky).sticky-style-2 #primary-menu,
#header.sticky-header:not(.static-sticky).sticky-style-3 #primary-menu { border-top: 0; }

#header.sticky-header:not(.static-sticky) #top-search,
#header.sticky-header:not(.static-sticky) #top-cart,
#header.sticky-header:not(.static-sticky) #side-panel-trigger {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content { top: 40px; }

#header.sticky-header.sticky-style-2 #primary-menu { border-top: 0; }

/* Primary Menu - Style 3
-----------------------------------------------------------------*/

#header.sticky-header:not(.static-sticky) #primary-menu.style-3 > ul > li > a {
	margin: 0;
	border-radius: 0;
}

/* Primary Menu - Style 4
-----------------------------------------------------------------*/

#header.sticky-header:not(.static-sticky) #primary-menu.style-4 > ul > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 10px 0;
}

/* Primary Menu - Style 5
-----------------------------------------------------------------*/

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li { margin-left: 2px; }

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li:first-child { margin-left: 0; }

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a {
	line-height: 22px;
	padding-top: 19px;
	padding-bottom: 19px;
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a > div { padding: 0; }

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a i {
	display: inline-block;
	width: 16px;
	top: -1px;
	margin: 0 6px 0 0;
	font-size: 14px;
	line-height: 22px;
}

/* Primary Menu - Sub Title
-----------------------------------------------------------------*/


#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li:first-child,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li:first-child { margin-left: -15px; }



#header.sticky-header:not(.static-sticky) #primary-menu.sub-title ul li span { display: none; }


#headersearchinput {
    border: 1px solid #0178BA;
    margin: 0;
    padding: 0px;
    position: relative;
    left: -4px;
    background-color: #FBFEFE;
    display: inline;
    color: #666666;
    border-radius: 0px;
    -moz-border-radius: 0px;
    margin-left: 0px;
    display: inline-block;
    height: 22px;
    /* margin-top: 20px; */
    top: 3px;
} 

#smsocialbuttons .smsocialbutton {
    max-width: 21px;
    display: inline;
    margin-right: 3px;
    top: 4px;
}


#smsocialsearchinput input {
    max-width: 126px;
    position: relative;
    top: -4px;
    padding-left: 3px;
}


#smsocialsearchinput {
    border: 1px solid #164469;
    margin: 0;
    padding: 0px;
    background-color: #FBFEFE;
    display: inline;
    color: #666666;
    border-radius: 0px;
    -moz-border-radius: 0px;
    margin-left: 0px;
    display: inline-block;
    height: 20px;
    position: relative;
    top: 2px;
}

@media (max-width: 1300px) {
	/* 1300px primary-menu customized by tony */

    
    #logo {
    padding:15px 0 0 0 !important; 
    }
}

#subnav-physician-center, .subnav-physician-center {
    margin: 0;
    padding: 0;
    width: 38%;
    padding: 26px 0 16px 0;
    position: relative;
    z-index: 1;
}

/* For CSS below Iphone 6 */

@media screen and (max-width: 360px) {
.mobile-padding-no-left {
padding: 0 10px 0 20px;
text-align:center;
}

.portfolio-container-padding {
padding-right: 35px;
}

}

.main-nav-physician-search-mobile {
display:none !important;
}

/* @media (max-width: 480px) {
.main-nav-physician-search-desktop {
display:none !important;
}*/

.main-nav-physician-search-mobile {
display:block !important;
}
}

#physiciantabs2, #researchtabs {
position:fixed;
width:20%;
z-index: 33;
overflow: hidden;
right:0;
margin-top:40px;
/* top: 60%; */
}


@media screen and (max-width: 1635px) {
#physiciantabs2, #researchtabs {
    /* right: 3.5em; */
    right: 0;
    /* top: 70%; */
    position:absolute;
}
}

@media screen and (max-width: 1200px) {
#physiciantabs2, #researchtabs {
    right: 0;
}
}

@media screen and (max-width: 1190px) {
#physiciantabs2, #researchtabs {
    right: 0;
    position:relative; width:100%;
    top:0;
}
}


@media screen and (max-width: 800px) {
#physiciantabs2, #researchtabs {
    right: -30px;
}
}

@media screen and (max-width: 680px){
#physiciantabs2, #researchtabs {
right: 0;
position:relative; width:100%;
top:-22px;
}
}


/* IE 8,9,10 detection */

#ie9-browser {
display:none;
}


.grid-layout-tablet-mobile {
display:none;
}

@media (max-width: 1685px) {
.grid-layout-desktop {
display:none; 
}

.grid-layout-tablet-mobile {
display:block;
}
}


.physician-content-margin-left {
 margin-left: -20px;
}

@media screen and (max-width: 1400px) {
.physician-content-margin-left {
 margin-left:0;
}
}

.physicians-search-mobile {
display:none;
}

@media screen and (max-width: 480px) {
.physicians-search-desktop-tablet {
display:none;
}
.physicians-search-mobile {
display:block;
}
}

.physicians-search-link {
color:#0178BA;
font-weight:bold;
}

.physicians-search-link:hover {
color: #164469;
}

.physician-location-mobile {
display:none;
}

@media screen and (max-width: 680px) {
.physician-location-desktop-tablet {
display:none;
}
.physician-location-mobile {
display:block;
}
}

.z-content-inner h2 {
    margin-bottom: .3em;
    font-size: 1.35em;
    color: #164469;
}

.z-content-inner h3 {
    margin-bottom: .3em;
    font-size: 1.15em;
    color: #164469;
    font-weight:bold;
}

.z-title {
font-size: 1.2em;
}

.bitg-widget:empty .subheading {
display:none;
}

#addToCartButton {
 display:none;    
}

.physician-module-responsive
{
margin:-20px 0 20px 0;
}

@media screen and (max-width: 680px){
.physician-module-responsive
{
margin:20px 0 20px 0;
}
}

.physician-search-email {
 padding: 0 0 10px 0;
font-weight:bold;
}

@media (max-width: 676px) {
 .physician-search-email {
 padding: 0 0 20px 0;
}
}

.pagination-margin
{
    float: left;
    margin: 37px 0 0 20px;
}

@media screen and (max-width: 480px) {
.pagination-margin
{ 
margin: 10px 0 0 0;
}
}

#conditions-modulecolumn {
    float: left;
    clear: none;
    width: 265px;
    position: fixed;
    top: 145px;
    right: 1%;
    background: #fff;
    z-index: 11;
    padding: 10px;
    background: transparent\9;
    background: rgba(255,255,255,0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    zoom: 1;
}


@media screen and (max-width: 1450px) {
#conditions-modulecolumn {
    /* right: 8%; */
    width: 18%;
    position: absolute !important;
    /* margin-top: 4em !important; */
    top: 145px;
}
}

@media screen and (max-width: 1380px) {
#conditions-modulecolumn {
    right: 0;
    width: 18%;
}
}

@media screen and (max-width: 1270px){
#conditions-modulecolumn {
        /* right: 1%; */
    width: 20%;
    top: 135px;
}
}

@media screen and (max-width: 1000px){
#conditions-modulecolumn {
    position: relative !important;
    width: 100%;
    display: block;
    float: none;
    margin: 0;
    clear: both;
    margin-top: 1.0em !important;
    margin-left: 0;
    border: 0;
    text-align: left;
    height: 100%;
    top: 0 !important;
    margin-bottom: 2.2em;
}
}

/* #conditions-modulecolumn .toolbox {
background-color: #c6d219 !important;
} */

#conditions-modulecolumn .pane h2 {
font-family: "Benton Sans",arial,sans-serif;
    font-weight: bold;
    color: #fff;
}

#conditions-modulecolumn .pane .utilitymodule-head h2, .pane .utilitymodule-head h4 {
    text-align: center;
}

#conditions-modulecolumn .toolbox .apptnumber {
    color: #fff;
    text-align: center;
}

#conditions-modulecolumn .rightalign {
text-align: center;
}

.modulecolumn-wide .rightalign {
    text-align: center;
}

.tab-margin {
margin-top: 2.0em;
}

@media screen and (max-width: 1000px) {
.tab-margin {
margin-bottom:2.2em;
}
}

.treating-physicians-list {
padding: 10px;
    font-size: 1.0em;
    line-height: 18px;
    text-align: left;
    width: 48%;
    float: left;
    margin-right: 0;
    display: table-cell;
    min-height: 100px;
}

@media screen and (max-width: 1680px) {
.treating-physicians-list {
width:45%;
}
}

@media screen and (max-width: 780px) {
.treating-physicians-list {
width:100%;
}
}


@media screen and (max-width: 780px) {
.treating-physicians-btn {
display:none;
}
}

@media screen and (min-width: 1000px) {
.centercolumn-conditions {
    min-height: 400px;
    border-bottom:0 !important
}
}

.linklist li a {
color:#0178BA !important;
}

.linklist li a:hover {
color:#164469 !important;
}


.condition-article-detail-module-wrapper .utilitymodule {
    border-bottom: 0;
    padding: 0 .25em .8em 0;
    margin-bottom: 1.4em;
    color: #666666;
    line-height: 1.4em;
}

.medicalarticle h2:first-child, .medicalarticle h3:first-child {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.fn-news-list p {
 display:none;   
}    


.fn-news-list li {
    min-height: 50px;
    list-style-type: none !important;
    background: none;
    padding-left: 0;
}

.fn-news-list img {
    width: 50px !important;
    height: 50px !important;
    float: left;
    display: block;
    margin-right: 30px;
    clear: both;
}

.fn-news-list a {
    top: 15px;
    position: relative;
}

@media screen and (max-width: 799px) {
.fn-news-list a {
    top: 0;
}
}

.locationlist ul li {
    background: url(/images/css/list_bullet_white.gif) left .7em no-repeat;
    padding: 0 0 .5em .7em;
}

.location-google-map-mobile {
 display:none;
}

@media (max-width: 999px) {
.location-google-map-mobile {
    display:block;
}
}

#modulecolumn-conditions {
float: left;
clear: none;
width: 22%;
margin-top: .7em;
min-height: 440px;
}
.modulecolumn-conditions-wrapper {
position:fixed;
background: transparent\9;
background: rgba(255,255,255,0.9);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
zoom: 1;
padding:10px;
z-index: 111;
}

@media screen and (max-width: 1400px){
.modulecolumn-conditions-wrapper {
position:relative;
}
}

@media screen and (max-width: 855px){
#modulecolumn-conditions {width: 100%; display: block; float: none; margin: 0; clear: both; margin-top: 0em; margin-left: 0; border: 0; text-align: left; height: 100%; min-height: 0;}
.modulecolumn-conditions-wrapper {
padding:0;
margin-bottom: 30px;
}
#modulecolumn-conditions .utilitymodule .physiciansearch .rightalign {
    margin:0;
    text-align: center;
}
}

@media screen and (max-width: 480px){
#modulecolumn-conditions .utilitymodule .physiciansearch .rightalign, #modulecolumn-conditions .toolbox .apptnumber, .toolbox .utilitymodule-foot {
    text-align: left !important;
}
}

.subheader {
    margin-bottom: 0.7em;
}

.chief-label {
    background: rgba(110,177,222,0.8);
    color: #fff;
    /* margin-top: -30px; */
    position: absolute;
    max-height: 60px;
    height: auto;
    width: 100%;
    bottom: 83px !important;
    line-height: 1.4em;
    padding: 8px 0 8px 0;
}

@media (max-width: 480px) {
.chief-label {
    background: none;
    color: #666;
    margin-top: 0;
    position: relative;
    height: auto;
    width: 100%;
    bottom: 0 !important;
    padding: 0;
}    
}

.physician-tile-h3:first-child {
    margin-top: 0 !important;
}

.physician-tile-h3 {
    margin-top: 40px !important;
}

.light-blue-link {
color:#0178BA; 
}

.light-blue-link:hover {
color:#164469 ; 
}

ul.alphabet-taps {
margin-left:-.5em !important;
}

a.addthis_button_compact:focus {outline: 2px solid #0178BA!important;}

.pane h2 {
    font-family: "Benton Sans",arial,sans-serif;
    font-weight: bold;
    color: #164469!important;
}

.pane .utilitymodule-head h2, .pane .utilitymodule-head h4 {
    text-align: center;
}
.pane .utilitymodule-body .apptnumber {color: #164469!important;}
.pane .utilitymodule-body .apptnumber a.white, .pane .utilitymodule-body .rightalign a.white {color: #0178BA!important;}

.toolbox {
background-color: #ffffff!important;
border: 8px solid #c6d219!important;
}

.nobottommargin {
    margin-bottom: 0 !important;
}

/* Location Page Revamp start 12202017
-------------------------------------------------------------- */
    .location-page-feature-image {
        float:left;
        margin-right:70px;
        margin-top: 10px;
    }

    .location-page-title {
    float: left;
    padding: 55px 0 0 0;
    }
    
    .location-page-title h1, .location-page-title h2 {
      font-size:2.8em; font-weight:700; color:#fff; line-height:0;
    }
    
    @media screen and (max-width: 1180px) {
    .location-page-title h1, .location-page-title h2 {
      font-size:2.0em;
    }    
    }
    
    @media screen and (max-width: 640px) {
    .location-page-title h1, .location-page-title h2 {
    font-size: 1.5em;
    width: 90%;
    line-height: 1.5em;
    margin: 0 0 -20px 0;
    padding: 0 20px 0 0;
    }
    }
    
    @media screen and (max-width: 480px) {
    .location-address-column {
    width: 100%;
    margin-left: -.5em;
    }
    }

    .location-address-wrapper {
        width:100%;
        position:relative;
        display:inline-block;
        margin-top:18px;
    }
    
    .location-address-column {
        float:left;
        margin-right:2.2em;
        display:inline-block;
    }
    
    .location-phone-column {
       float:left; 
       display:inline-block;
    }
    

    .static-banner-content-wrapper {
    padding: 0;
    clear: both;
    display: block;
    width:1180px;
    margin: 0 auto;
    min-height: 192px;
    position: relative;
    }
    
    @media screen and (max-width: 1200px) {
    .static-banner-content-wrapper {
    padding: 0 25px 0 35px;
    }
    }
    
     @media screen and (max-width: 980px) {
     .static-banner-content-wrapper {
     width: 100%;
     min-height: 100%;
     padding: 0 25px 0 20px;
     }
     

     .location-page-feature-image {
    display: block;
    width: 100%;
    margin-bottom: 40px;
     }
     
     .location-page-title {
    float: none;
    width: 100%;
    padding: 55px 0 0 0;
    }
    }
    
    @media screen and (max-width: 680px) {
    .location-page-feature-image {
    margin-bottom: 20px;
    }       
    }
         
    .static_banner_wrapper {
    background-color: #a2baca;
    width: 100%;
    padding: 30px 0 20px 0;
    color: #fff;
    background-image: url(https://www.hss.edu/images/icons/pattern-vertical-float-right.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 200px;
}


.feature-box.fbox-border .fbox-icon {
    border: 0px solid #1ABC9C;
    border-radius: 0;
}

.feature-box.fbox-border.fbox-light .fbox-icon i, .feature-box.fbox-border.fbox-light .fbox-icon img {
    color: #fff;
}

.feature-box .fbox-icon i {
    font-size: 38px;
}

.feature-box .fbox-icon a, .feature-box .fbox-icon i, .feature-box .fbox-icon img {
    text-decoration: none !important;
}
.feature-box .fbox-icon a:focus{outline: 2px solid #0178BA!important;}

.fbox-effect .fbox-icon i:hover, .fbox-effect:hover .fbox-icon i {
    background-color: #333;
    color: #0081c8 !important;
}

.fbox-border.fbox-effect .fbox-icon i:after {
    background-color: transparent;
}

.fbox-border.fbox-effect .fbox-icon i:hover, .fbox-border.fbox-effect:hover .fbox-icon i {
    box-shadow: 0 0 0 0px #333;
}

/*==================================================
 * Effect 7
 * ===============================================*/
.effect7
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect7:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.form-default-style iframe {
    overflow:hidden;height:auto; width:100%; min-height:251px; top:-200px; border: 0;   
}

@media screen and (max-width: 980px) {
.form-default-style iframe {   
    top: 0;
    width: auto;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}    
}

@media screen and (max-width: 420px) {
.form-default-style iframe {
    max-width: 240px;
}
}  

/* Location Page Revamp end
-------------------------------------------------------------- */


/* video classes */
.videoWrapper-small iframe {border: 0; width: 560px; height: 315px;}

@media screen and (max-width: 680px) {
.videoWrapper-small iframe {border: 0; width: 470px; height: 290px;}
}

@media screen and (max-width: 480px) {
.videoWrapper-small iframe {border: 0; width: 370px; height: 250px;}
}  

@media screen and (max-width: 380px) {
.videoWrapper-small iframe {border: 0; width: 300px; height: 220px;}
}  

/* Emergency Message
-------------------------------------------------------------- */

.emergency-message {
background:#8fccf5; padding:12px; line-height:24px; color:#333;
}

@media screen and (max-width: 680px) {
.emergency-message {margin-bottom:-10px;}
}

/* Goolge Map Responsive
-------------------------------------------------------------- */
.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
}

.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}

/* Add sub-headline on condition ariticle pages
-------------------------------------------------------------- */

#subpagetitle {font-size:.8em;}

@media screen and (max-width: 1350px) {
   #subpagetitle { max-width:900px; }
}

@media screen and (max-width: 992px) {

    #subpagetitle {padding: 0 10px 0 10px;}

}

.leftalign-nomargin {
    text-align: left;
    margin-left: 0 !important;
}

.no-border-bottom h2 {
    border-bottom: 0 solid #cccccc;
}

.section-margin-bottom {
  margin-bottom:20px;
}

@media screen and (max-width: 480px) {
.section-margin-bottom {
  margin-bottom:40px;
}
}


:target:before { content:""; display:block; height:100px; /* fixed header height*/ margin:-100px 0 0; /* negative fixed header height */ }

/* Location pages Short Form
-------------------------------------------------------------- */
#location-request-form-mobile {display:none;}
.teaser-mobile {display:none;}

@media screen and (max-width: 980px) {
.teaser-desktop {display:none;}
.teaser-mobile {display:block;}
#location-request-form {display:none;}
#location-request-form-mobile {display:block;}
}

.tab-location iframe {
width:960px;
height:500px;
display: flex;
margin: 0 auto;
}

