* { font-family:  "Gotham SSm A", "Gotham SSm B", Arial, sans-serif, 'Helvetica Neue', Helvetica; }

body {
        background-color: #f8f8f8;
        padding:0px;
        color: #333; 
}
a { color:#005C99; }

#breadcrumb a, h1, h2, #mainContent h1, #mainContent h1 a, h1 a, h2 a, .home a  {
    color: #005C99;
}
h1 { font-size:1.6em; color: #dd0075;}
h2 { font-size:1.4em; color: #dd0075;}
h3 { font-size:1.2em; color: #dd0075;}
h4,h5,h6, h3 a, h4 a, h5 a, h6 a {font-size:1em; font-weight:bold; color:;#333;}
i { padding-right:10px; }

blockquote { font-size:14px; border-left:0px;}
.quote { 
    font-size:1.4em; 
    padding: 5px 0px;
    margin-bottom:25px;
}
#pageContent ul, #pageContent ol { margin-bottom:10px; }

.media h3 {margin-top:0px;}
.pagination>li>a, .pagination>li>span {     float: none;}
.pagination>li>a[href=''] { cursor: not-allowed; color:#777;}

/*------------------ Helper CSS ---------------*/
.font-smaller {
    font-size: 0.8em;
}
.border-box { 
      border: 1px solid #ccc;
      background-color: #F7F7F7;
      padding: 15px 15px 5px 15px;
      margin-bottom: 10px;
  }
  .border-box>h1, .border-box>h2, .border-box>h3, .border-box>h4 {
      margin-top: 0px;
  }
  p.border-box {     padding: 15px; }
    
.border-bottom {
    border-bottom: 1px solid #005C99;
}
.border-dotted {
    border-bottom: 2px;
    border-bottom-style: dotted;
    border-color: #005C99;
}
.word-break {
       word-wrap:break-word
}
hr { border-top: 1px dotted #005C99; margin: 10px 0px; }
.text-right { text-align:right;}
.text-center { text-align:center; }
.text-left { text-align:left; }
.media-body h3 { margin-top:0px; }
.pull-right-image{
    width:250px;
    float:right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.pull-right-image img {
    padding-left:10px;
    background:#fff;
}
.padding-top { padding-top: 80px; }

/*--------------------File doc ------------------------*/
/*a[href$=".pdf"]:after { content:' (PDF)'; }
  a[href$=".PDF"]:after { content:' (PDF)'; }
  a[href$=".doc"]:after, a[href$=".docx"]:after { content:' (Word)'; }
  a[href$=".DOC"]:after, a[href$=".DOCX"]:after { content:' (Word)'; }
  a[href$=".xls"]:after, a[href$=".xlsx"]:after { content:' (Excel)'; }
  a[href$=".XLS"]:after, a[href$=".XLSX"]:after { content:' (Excel)'; }
  a[href$=".ppt"]:after, a[href$=".PPT"]:after, a[href$=".pptx"]:after, a[href$=".PPTX"]:after  { content:' (PPT)'; }*/
/*--------------------Table ----------------------------*/
.tbl td, .tbl th {
    border: 1px solid #B5B3B3;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}
.tbl th {
    color: #333;
    background-color: #1DC0FD;
    font-weight: bold;
}
 /*----------------------Page status -----------------------*/
    #status_page {
        position: fixed;
        left: 44%;
        color: #fff;
        background-color: #942D2D;
        padding: 10px 50px;
        font-weight: bold;
        z-index: 100;
    }
/*---------------------- Form -------------------------------*/
.form-group ul
{
    list-style: none;
}
.form-group ul li {
    display: inline;
    margin-right: 10px;
}
.form-group ul label
{
font-weight:normal;
}
.text-warning
{
color:#A50D27;
margin:2px;
}
/*-------------------- Youtube helper function ---------*/
.youtube-responsive-embed {
    width: 100%;
    position: relative;
    clear: both;
    padding-bottom: 56.25%;
}
.youtube-responsive-embed iframe {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:0;
}
/*----------------------skip link----------------------------*/
#skip a {
    padding:16px;
    position: absolute;
    top:-40px;
    font-size:1.2em;
    left:0px;
        text-indent:-9999px;
    -webkit-border-bottom-right-radius:8px;
    -moz-border-radius-bottomright:8px;
    border-bottom-right-radius:8px;
    background:transparent;
    -webkit-transition: top .7s .5s ease-out, background .7s linear;
    -moz-transition: top .7s .5s ease-out, background .7s linear;
    -o-transition: top .7s .5s ease-out, background .7s linear;
    transition: top .7s .5s ease-out, background .7s linear;
}
#skip a:focus {
    position:absolute;
    text-indent:1px;
    left:0px;
    top:0px;
    color:white; 
    background:#333;
    outline:none;
    -webkit-transition: top .1s ease-in, background .25s linear;
    -moz-transition: top .1s ease-in, background .25s linear;
    -o-transition: top .1s ease-in, background .25s linear;
    transition: top .1s ease-in, background .25s linear;
    z-index: 2000;
}
/*-------------------- Header --------------------------*/
header {
    background: #f8f8f8;
}
.top_header {
    display: table;
}
#facsLogo { 
    float: left; 
    z-index: 99999;
    position: relative; 
    padding-right: 5%;
}
#facsLogo img {
    padding: 10px;
    background: #fff;
    text-align: center;
}
#facsLogo  svg {
    width: 5.75em;
    height: 6.15em;
    font-size: 17px;
    -webkit-box-shadow: 0 7px 8px rgba(0,0,0,.2),0 5px 22px rgba(0,0,0,.12),0 12px 17px rgba(0,0,0,.14);
    box-shadow: 0 7px 8px rgba(0,0,0,.2),0 5px 22px rgba(0,0,0,.12),0 12px 17px rgba(0,0,0,.14);
   margin-top: -2px;
}    

.site-name {
    margin-left: 20%;
    font-size: 3.5em;
    color:#fff;
    font-weight:bold;
    display: table-cell;
    vertical-align: middle;
}
.site-name a { color: #dd0075; } 
.site-name a:hover, .site-name a:focus { text-decoration: none; } 
.border-top {
   background: #dd0075;
   margin-top: -3px;
   width:100%;
   z-index: 999;
   position: absolute;
}

.btn.btn-subscribe {
    background: #fff;
    color: #dd0075;
    font-weight: bold;
    padding: 3px 15px;
    font-family: 'Walter Turncoat', cursive;
    font-style: italic;
    font-size: 1.25em;
    margin-top: 5px;
}
.btn.btn-subscribe:hover, .btn.btn-subscribe:focus  {
    color: #333;
}    

.border-top.sticky {
   top: 0px; 
   z-index: 100; 
   position: fixed;
   margin-top: 0;

} 

/*----------------------Top Navigation ----------------*/
#mainNav #navigation {
    margin:0px;
    padding:0px;
    height:46px;
    display: table;
    margin-left: 160px;
    width: 62%;
}

#mainNav #navigation li {
    list-style: none;
    display:table-cell;
    vertical-align: middle;
    text-align:center;
    width:15%;

}

#mainNav #navigation li a{
    text-decoration: none;
    float: left;
    width: 100%;
    padding: 10px 0px 0px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    font-size:1.15em;
    color:#fff;
    height: 46px;
}


#mainNav #navigation li a.top-nav-mobile { display:none; }

#mainNav #navigation li a.selected, #mainNav li:hover, #mainNav li:hover a, #mainNav li.current, #mainNav #navigation li a.selected, #mainNav #navigation li a.hier, #mainNav li.nav-item .sub-nav li:hover, #mainNav li.nav-item .sub-nav li:hover a {
   background:#fff;
   webkit-transition: -webkit-transform .15s ease .16s, opacity .15s ease .16s;
    transition: transform .15s ease .16s, opacity .15s ease .16s;
}
#mainNav #navigation li a.selected span, #mainNav li:hover span, #mainNav li:hover a span, #mainNav li.current span, #mainNav #navigation li a.selected span, #mainNav #navigation li a.hier span, #mainNav li.nav-item .sub-nav li:hover span, #mainNav li.nav-item .sub-nav li:hover a span {
    color:#333;
    text-decoration: none;
    border-bottom:solid 3px #333;
}

#mainNav #navigation li a span { padding: 0px 3px 3px; }

#mainNav #navigation li a span.fa { border: none; } 

#mainNav #navigation li a:hover, #mainNav #navigation li.current a, #mainNav #navigation li:hover a {
    color:#333;
    text-decoration: none;
    background: #fff;
}
#mainNav li:hover .sub-nav.hidden, .sub-nav.hidden.has-focus { 
    display: block!important;
    transition-property: all;
    transition-duration: 2s;
}
#mainNav li:hover .sub-nav.hidden .sub-nav-list, .sub-nav.hidden.sub-nav.hidden .sub-nav-list {
    margin-top: 45px;
    z-index: 999;
    background: #dad9d6;
    position: absolute;
    width: 16%;
    padding: 0px;
}


#mainNav #navigation li li {
    display: block;
    width: 100%;
    padding: 0px;
    text-align: left;
}
#mainNav #navigation li .sub-nav li a  {
    text-align: left;
    clear: both;
    padding:10px;
    display: block;
    margin: 0px;
    background: #dad9d6;
    border-bottom: 1px solid #333;
    width: 100%;
    color:#333;
    height: 100%;
}
#mainNav #navigation .sub-nav li:first-child, #mainNav #navigation .sub-nav li:first-child +li   { width:100% }
#mainNav #navigation .sub-nav li:first-child a span { display:block; }
#mainNav #navigation .sub-nav li:first-child a:after { 
    content: ""; 
    font-size: 0; 
    
}
    
#mainNav #navigation li:hover li a, #mainNav #navigation li a:hover li a {
    color:#333;    
}   
#mainNav #navigation li li:hover a, #mainNav #navigation li li:hover  {
    color:#333;
    background:#fff;
}    


/*------------------------search------------------------------------*/
#socialDiv .wrapper, #searchDiv .wrapper { padding: 5px 0px; }
#searchDiv input {
   width: 85%;
    border-radius: 0px;
    float: left;
    height: 27px;
    background: #f8f8f8;
    color: #333; 
    border:1px solid #dd0075;
}
#searchDiv button {
    width: 15%;
    border-radius: 0px;
    height: 27px;
    padding: 3px 10px;
    background-color:#dd0075;
    color: white; 
}

#searchDiv input:focus {
    background: #fff;
    color: #111D35;
}
#search-result .searchForm {
        margin-bottom:30px;
    }
    #search-result .searchForm input {
        width:70%;
        display:inline-block;
    }
    #search-result ul {
        padding-left:0px;
        list-style: none;
    }
    #search-result ul li {
        margin-bottom:30px;
    }
    #search-result .search-title {
        font-weight:bold;
        display:block;
    }
    #search-result .search-link {
        color:#707070;
    }
    #search-result .pagination a {
        padding-left:5px;
        padding-right:5px;
    }

#searchDiv ::-webkit-input-placeholder { color:#333; }
#searchDiv :-moz-placeholder { color:#333; opacity:  1; }
#searchDiv ::-moz-placeholder { color:#333; }
#searchDiv :-ms-input-placeholder { color:#333; }
#searchDiv ::-ms-input-placeholder { color:#333; }
#searchDiv ::placeholder  { color:#333; }


/*--------------------Carousel--------------------------*/
.col-md-12.carousel_container {
    padding: 0px;
}
.carousel {
position:static;
margin-bottom: 10px;
}
#myCarousel, .carousel .item, #myCarousel .carousel-image {
    height:550px;
}
#myCarousel .carousel-image {
    background-repeat: no-repeat;
    width: 100%;
    background-position: top center;
    background-position: fixed;
    -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
#myCarousel .carousel-image-static { background-position: center -50px; }

.carousel .item  { background-color: white; }

.carousel-caption {
    bottom: auto;
    top: 20%;
    padding:  25px 20px 20px 30px;
    color: #fff;
    text-align: left;
    text-shadow: none;
    left: 65%;
    width: 26%;
    background-color: rgb(90, 90, 90);
    background-color: rgba(90, 90, 90, 0.7);
}
/*
#myCarousel .item:first-child .carousel-caption {
   background: none; 
}
*/

.carousel-caption p { 
    font-size: 1.5em; 
}
.carousel-caption p:first-child { 
    font-size: 3em;
    border-bottom: 1px solid #fff;
    width: 94%;
    margin-bottom: 20px; 
}

#carousel-navigation {
    top: 550px;
    position: absolute;
    right:2%;
    width: 144px;
   z-index: 99;
}
#carousel-navigation button {
    background-color: transparent;
    border: none;
    vertical-align: top;
    line-height: 12px;
    float:left;
}

.carousel-indicators {
    bottom: 20px;
    float: left;
    text-align: left;
    width: auto;
    position: static;
    margin: 0px;
}

.carousel-indicators a {
    display: inline-block;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;

   margin-right: 5px;
   width:14px;
   height:14px;
   color: #333;
}
.carousel-indicators .active{
    background-color: #fff;
    margin-right: 5px;
    width:14px;
   height:14px;
    border: 1px solid #fff;
}

button#controlButton.pauseButton:before {
    content: '\f04c';
    font-family: FontAwesome;
    color: #fff;
}
button#controlButton.playButton:before {
    content: '\f04b';
    font-family: FontAwesome;
    color: #fff;
}
.carousel-control .fa {
    right: 30%;
    position: absolute;
    font-size: 2em;
    color: #fff;
    height: 56px;
    background: rgba(0,0,0,.5);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 56px;
    padding: 7px;
}
.left.carousel-control .fa {
    left: 30%;
} 
.carousel-control { text-shadow: none; }
.carousel-control.left, .carousel-control.right { 
    background: none; 
    opacity: 1;
    top: 290px;
    bottom: auto;
}
.carousel-control:hover, .carousel-control:focus { opacity: 0.6; }

#controlButton p, #carousel-navigation li p {
    text-indent:-99999px;
}


/*--------------------Home content --------------------------*/

.home .intro p { 
  color: #333;  
  font-size: 1.5em;
  padding: 20px;
  clear:both;
}
.home .event {
    color: #fff;    
}
.home .event-caption { 
    font-size: 1.5em;
    margin-left: 13%;
    
}
.home .event-icon {
    font-size: 3em; 
    margin-top: -61px;
}
.event-content { margin-top: 15px; }

.event-content a {
    display: block;
    background: #11928b;
    width: 41%;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #11928b;
    font-size: 1.25em;
    padding: 10px 9px;
    float: left;

}
.event-content a:hover,  .event-content a:focus {
    background: #11928b;
    background: none;
    text-decoration: none;
    border: 1px solid #11928b;
}    
.event-content span { 
    width: 55%;
    float: left;
    margin-left: 15px;
}
.home .event:first-child .event-content { 
    font-size: 2em; 
    margin-top: 25px;
}
.home .event:first-child {
    background: #11928b;
    padding: 20px 30px;
    height: 230px;
    margin-top: -70px;
}
.home .event:first-child .event-icon { display: none; }
.home .event:first-child .event-caption { margin-left: 0; }
.home .event:first-child + .event, .home .event:first-child + .event +.event {
    padding: 20px 30px;
    height: 115px;
    background-color: #107575;    
}
.home .event:first-child + .event {
    margin-top: -70px;
    border-bottom: 1px solid #11928b;
}    
.home .event:first-child + .event +.event {
    margin-bottom: 30px;
}

/*-------------- Hightlight events ---------------------------------*/
.home .event.news {
    background-repeat: no-repeat;
    color:#333;
    min-height: 470px;
    margin-bottom: 50px;
  /*  border-bottom: 1px solid #11928b; */
    background-size: 360px 258px;
    background-position: 50% 0;

}

.home .event.news .event-caption {
    margin-left: 0;
    margin-top: 270px;
}    
    
.home .event.news .event-content a {
    width: auto;
    background:none;
    border:none;
    font-size: 1em;
    padding: 0;
    float: none;
    color: #005C99;
    text-align: left;
    display: inline-block;
}   

.home .event.news .event-content a:hover {    
    border: none;
    text-decoration: underline;
}    


.home .event.news:last-child {
    border-left: 1px solid #11928b;
    border-bottom: none;
    padding-left: 25px;
    background-position: 20px 0px;
}


/*-------------- Two Panels  ---------------------------------*/
.Two-Panels-item-image {
    padding: 10px;
}    
.Two-Panels-item-image img {
    width: 100%;
}

.Two-Panels-item {
    margin: 15px 0px;
    border-bottom: 1px solid #dad9d6;
    padding-bottom: 20px;    
}

.read-more {
    display: block;
    background: #dd0075;
    color: #fff;
    padding: 10px;
    margin: 10px auto;
    text-align: center;
    border: 1px solid #dd0075;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.read-more:hover, .read-more:focus {
    background: #fff;
    color: #dd0075;
    text-decoration: none;
}


/*--------------------Main Container --------------------*/

.inside #main {
    background: #fff;
    padding: 20px;
    margin-top: -25px;
}
#home #main #content {
  margin-top: 40px;
  text-align: center;
}

a.controlCollapsed, a.controlCollapsed.collapsed {
    border: 1px solid #21409A;
    background-color: white;
    color: #21409A;
    padding: 5px 40px;
    margin-top:10px;
    text-decoration:none;
}
a.controlCollapsed:hover{
   color:white;
   background-color: #21409A;
}

/*------------------- Footer ---------------------------*/
footer {
    background: #dd0075;
    color: #fff;
    position: relative;
    padding: 5px 0px;
}

footer .clearLeft, footer .clearRight {
    display:inline;
    float:left;
}
footer .clearRight {
    float:right;
}
footer a, .home footer a,footer a:hover,footer a:focus  { 
    color:#fff;
    margin: 0 5px;
    font-weight: bold;
}
.socialmedia {
    display: block;
    background: #fff;
    margin: 0px;
    padding: 40px 0px;
}
.socialmedia i { 
    padding-right:0px; 
    margin:0px 5px;
    font-size: 1.65em;
}
.socialmedia .sponsor {
    text-align: right;
}
.socialmedia .social-icon { text-align:left;}
.socialmedia a { display: inline-block; }

.socialmedia .sponsor a img {
    margin: 0px 5px;
}
.socialmedia .sponsor a:hover, .socialmedia .sponsor a:focus {
    opacity: 0.8;
}
.fa-facebook-square:before {
    color: #3b5998
}
.fa-twitter-square:before {
    color:#00ACED;
}
.fa-youtube-play:before {
    color: #BB0000;
}
a.fackbook:hover .fa-facebook-square:before, a.fackbook:focus .fa-facebook-square:before,
a.twitter:hover .fa-twitter-square:before, a.twitter:focus .fa-twitter-square:before,
a.youtube:hover .fa-youtube-play:before, a.youtube:focus .fa-youtube-play:before {
    color: #333;
}


/*--------------------Second Level ----------------------*/
.featureImage {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.banner {
    height: 350px;
}
.banner.container { width: 100%; } 
#mainContent {
        padding-top: 10px;
        padding-bottom 10px;
   }
#mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5,
#mainContent h1 a , #mainContent h2 a, #mainContent h3 a, #mainContent h4 a, #mainContent h5 a {
        font-weight:bold;
        margin-bottom:5px;
}
.inside .col-md-9 #pageContent {
    margin: 10px auto 42px;
    border-right: 1px solid #dad9d6;
    padding: 0px 20px 20px;
    min-height: 700px;
}
#breadcrumb {
        display:inline-block;
        color:#434242;
}
body.inside .event-content a { 
    width:100%;
    padding:15px;
    background:#107575;

}
body.inside .event-content a:hover { 
    color: #107575;
    background:#fff;
}    
/*------------------------------- Search -------------------*/
#pageContent #searchDiv.collapse {
        width: 100%;
        margin-top: 0px; 
}
#pageContent #searchDiv input {
    background: #fff;

}
/*-------------------- RHS ----------------------*/
#RightColumn {
    margin-top: 30px; 
    padding: 0px 15px 0px 0px;
}
#RightColumn .RHS-icon {
    padding-right: 3%;
    float: left;
}    
#RightColumn .RHS-icon i {
    background: #dd0075;
    color: #fff;
    font-size: 2.25em;
    border: 1px solid #dd0075;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 8px 6px; 
    width: 50px;
    height: 50px;
}

#RightColumn .RHS-title {
    padding: 5px 0px;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    margin: 0;
    color:#333;
}
#RightColumn a .RHS-title {
    color: #005C99;
}    
   
#RightColumn .RHS-title.top-space { padding-top: 8px; }
#RightColumn .RHS-title:first-child { font-size: 1.25em; }
#RightColumn p { 
    text-align: left; 
    width: 78%;
    float: left;
    margin: 0px;
}

.right-hand-quote {
    border: 1px solid #333;
    padding: 10px 13px 10px 30px;
    margin: 5px;
    min-height: 130px;
    clear: both;
    margin-top: 30px;
}
.right-hand-quote h2 {
    margin-top:0px;
    
} 
.right-hand-quote i {
   font-size: 5em;
    color: #dd0075;
    float: left;
    padding-right: 2px;
}    
.right-hand-quote i:first-child + i {
    margin-right: 7px;
}
#RightColumn .right-hand-quote p {  width: 100%; }
#RightColumn a.RHS-item { min-height: 85px; }
#RightColumn .RHS-item {
    margin: 15px 0px;
    display: block;
    clear: both;
    text-align: center;
    height: auto;
}
#RightColumn .RHS-item.RHS-top {min-height: 40px; }

#RightColumn a:hover, #RightColumn a:focus, #RightColumn a:hover .RHS-title, #RightColumn a:focus .RHS-title  {
    text-decoration:none;
    color: #dd0075;
}
#RightColumn a:hover .RHS-icon i, #RightColumn a:focus .RHS-icon i {
    color: #dd0075;
    background: #fff;
}
/*-------------------------------left Nav-------------------*/
#subnav,#leftNav {
  padding:0;
}
#menu,#menu ul {
  list-style:none;
  padding:0;
  border-top: 20px solid #009FDC;
}
#menu a
{
display:block;
padding:5px 10px;
text-decoration:none;
}
#menu>li>a
{
  color: #333;
}
#menu>li.selected>a
{
font-weight:normal;
color:#006083;
padding-right: 10px;
}
#menu>li{
border-bottom:dotted 1px #fff;
    background-color: #dad9d6;
}
li .menuExpander:after, li.selected ul .menuExpander:after, li.hier ul li .menuExpander:after
{ 
margin-top:-24px;
font-family: FontAwesome;
content: '\f054';
color: #333;
float:right;
margin-right:5px;
font-size: 10px;
}
li.selected .menuExpander:after, li.hier #level2 li .menuExpander:after, li.hier .menuExpander:after {
    font-family: FontAwesome;
    content: '\f054';
    color:#21409A;
}
#level2>li>a
{
padding-left:20px;
}
#level3>li>a
{
padding-left:40px;
}
#level4>li>a
{
padding-left:60px;
}

#level5>li>a
{
padding-left:80px;
}
#subnav ul li ul {
  display: none;
}
#menu li.hier>ul,#menu li.selected>ul
{
display:block;
border-top:none;
}

#menu li.hier li.selected>a, #menu li.hier>a
{

color:#2d406f;
display: block;
border-bottom: 1px dotted #21409A;
}
#menu li.selected>a>span { color:#006083; }

#menu>li:hover, #menu li.selected ul li:hover, #menu li.hier, #menu li.hier ul li:hover , #menu li.selected>a:hover, #menu>li.hier>a:hover , #menu li.hier, #menu li.selected  {
background-color: #f6f6f4;
}
#menu>li:hover>a, #menu>li:hover .menuExpander:after, #menu li.selected ul li a, #menu li.selected ul .menuExpander:after, #menu li ul li:hover a, #menu li.hier a{
color:#333;
text-decoration:none;
}
#menu ul li a {
    border-bottom: 1px dotted #21409A;
}
#menu li.selected ul li, #menu li.hier ul li {
    background-color:#fff;
}
#menu li.selected ul li a, #menu li.hier ul li a {
    color:#006083;
}

#menu li.hier>ul>li:last-child>a, #menu>li.selected:last-child>a, #menu>li.selected>ul:last-child>li:last-child a {
    border-bottom:none;
}
#menu>li.selected>.menuExpander:after, #menu li.hier ul li.selected>.menuExpander:after, #menu>li.hier>.menuExpander:after, #menu li.hier ul li.hier>.menuExpander:after {
    font-family: FontAwesome;
    content: '\f078';
    font-size:10px;
}

/*-------------------------------- Tools-------------------------- */ 
#tools { 
    float:right; 
    display:inline; 
    margin-bottom: 10px;
 } 
.col-sm-12.col-md-9 #tools {   margin-right: -34%; }
.home #tools{ 
    z-index: 9999;
    position: absolute;
    right: 5%;
} 
#tools ul{float:right;display:inline;margin:0;} 
#tools ul li{float:left; margin-top:1px; list-style-type:none;} 
#tools ul li *{display:inline;float:left; list-style-type:none;} 
#tools ul li a { color: #333; }
#tools ul li .fa {
    font-size: 1.2em;
    padding: 4px 6px;
}
#tools ul li a.print i {
    text-indent: 1px;
    padding-top: 4px;
    font-size: 18px;
    padding-right: 6px;
}
#tools ul li .textIncrease  {
    font-size: 1.6em;
    margin-top: -5px;
    
} 
#tools ul li.disabled .textDecrease, #tools ul li.disabled .textIncrease {color:gray;} 
#tools ul li a.mail { margin-right: 4px; }

#tools .twitter { color: #1DA1F2; }
#tools .facebook { color: #3b5998; }
#tools #listenbutton { 
    float: left; 
    margin-top: -3px; 
    position: relative; 
    z-index: 0;
}

#tools li:first-child:before {
    content: 'Share this page';
    color: #6D6E72;
    float: left;
    margin-left: -20px;
    margin-right: 10px;
}

/*----------------------------search result ---------------*/
td.gsc-result-info-container, .gsc-wrapper, .gsc-table-cell-snippet-close, .gsc-table-cell-thumbnail, .gsc-resultsHeader, .gsc-twiddleRegionCell, .gsc-configLabelCell, .gsc-table-result, .gsc-above-wrapper-area-container, .gsc-above-wrapper-area-container tr, .gsc-resultsHeader tr, .gsc-table-result td, .gsc-table-result tr {
         border: none !important;
}
.gs-bidi-start-align.gs-snippet {
         padding-left: 8px;
}
.cse .gsc-control-cse, .gsc-control-cse { padding:0px; }


/*--------------------Desktop ---------------------------*/

@media (min-width: 992px) {
    a[href^="tel"] {     
        color: #333;
        cursor: text;
        text-decoration: none; 
    }
    .banner { margin-top: 43px; }
    #myCarousel { margin-top: 43px; }

    /*----------Search and social Media ----------------*/
        
    #searchDiv.collapse {
        display: block;
        width: 240px;
        float: right;
        margin-top: -67px;
        height: 45px;
        margin-right: 0px;
    }
    #socialDiv.collapse {
        display: block;
        width: 240px;
        float: right;
        margin-top: -50px;
        height: 45px;
        margin-right: 0px;
    }    
        #navbar { padding:0px; }
}


@media (max-width: 1280px) {
    #myCarousel, .carousel .item, #myCarousel .carousel-image { height: 450px; }
    .carousel-control.left, .carousel-control.right { top: 190px; }
    #carousel-navigation {
        top: 420px;
        right: 44%;
    }
    .home .event:first-child, .home .event:first-child + .event { margin-top: -10px; }
    .home .event:first-child + .event + .event { margin-top: 0px; }
    .carousel-caption p { font-size: 1em; }
    .carousel-caption p:first-child { font-size: 1.5em; }
}   

@media (max-width: 1199px) {
   /*--------------- Header ------------------------*/
    .site-name { font-size: 2.5em; }
   /*--------------- Home ------------------------*/
    .home .event:first-child .event-caption { font-size: 1.5em; }
    .home .event:first-child .event-content, .home .event-caption, .home .event-content a { font-size: 1em; }
    .home .event:first-child + .event, .home .event:first-child + .event + .event { 
        padding: 10px 15px; 
        height: 100%;
    }
    .home .event:first-child { height: 183px; }

    /*--------------- RHS ------------------------*/
    #RightColumn .RHS-item { margin: 0px 0px 30px; }
    #RightColumn .RHS-icon { padding-bottom: 10px; }
    #RightColumn .RHS-icon, #RightColumn .RHS-title {
        width:100%;
        text-align: center;
    }
    #RightColumn p { width: 100%; }
    #RightColumn .RHS-title:first-child { text-align: left; }
    
}


@media (min-width:992px) and (max-width:1199px) {
    .banner { height: 380px; }
     #mainNav #navigation, .site-name { margin-left: 130px; }
     .event-content span { width:54%; }
     .home .event-icon  { margin-top: 0px;  }
     .event-content { margin-top: -50px; }
     .home .event.news {
        width: 30%;
        background-position: 10px 0px;
        background-size: contain;
     }
     .home .event.news:last-child { margin-left: 16px; } 
     .home .event.news .event-caption { margin-top: 230px; }
     .home .event.news .event-content ul a { display: block; }
}

/*-------------------- Mobile --------------------------*/

@media (max-width:991px) {
    
   /*--------------- Header ------------------------*/
   #skip { display:none;}
   .top_header { 
       margin-left: 0;
       display: block;
    }
   .border-top {
        margin-top: -38px;
        height: auto;
    }  

  .border-top.sticky { margin-top: 0px; top:0; position: absolute; }
  .border-top .container { height: auto; }
   #facsLogo svg {
       width: 5em;
       height: 5.2em;
 
   }
   .site-name { 
       font-size: 1em; 
       display: block;
       margin-top: 15px;
  }

   button.navbar-toggle { font-size:1.2em;}
   
   #searchDiv input { 
       width:90%;
       border: 1px solid #fff;
       
   }
   #searchDiv button { width: 10%; }
   #socialDiv .wrapper, #searchDiv .wrapper { padding: 5px 10px; }
   #searchDiv .wrapper { padding-bottom: 10px; }
   .btn.btn-subscribe { position:relative; }
  
   /*---------------Carousel ------------------------*/   
   #myCarousel, .carousel .item, #myCarousel .carousel-image, .banner { 
       height: 300px; 
       }
   .carousel { position: relative; }
   .carousel-inner { overflow: visible; }
    
   .carousel-caption, #myCarousel .item:first-child +.item +.item .carousel-caption {
        width: 100%;
        top: auto;
         bottom: -140px;
         padding: 10px 30px;
         left: 0%;
         display: block;
         color: #fff;
          background-color: rgb(89, 89, 89);
         min-height: 140px;
         border:none;
   }
   #myCarousel .item:first-child .carousel-caption { background-color: rgb(89, 89, 89); }
   #myCarousel .item:first-child +.item  .carousel-caption, #myCarousel .item:first-child +.item +.item .carousel-caption { border:none; }
   
   #carousel-navigation { top:420px; width: 40%; right: 20%; }
   #myCarousel .item:first-child + .item .carousel-caption { left:0%; }
  .carousel-control.left, .carousel-control.right    { top: 115px; }

   /*---------------Footer ------------------------*/
   .socialmedia {
       border-top: 1px solid #dad9d6;
       margin: 0 20px;
   }
  .socialmedia .sponsor a  {
    width:100%;
    display: block;
  }    
  .socialmedia .sponsor, .socialmedia .social-icon {
    text-align: center;
}

   .socialmedia .sponsor a img {
      margin: 10px 5px;
}

   /*---------------Homepage ------------------------*/
   .home #main  { margin-top:0px; } 
   .home .intro p { font-size: 1em; }
   .home .event:first-child { margin-top: 130px; }
   .home .event-content a, .home .event-content span { width: 100%; margin-left:0px;}
   .home .event.news { border-bottom:none; min-height: auto; }
   .home .event.news .event-caption {
        margin-top: 0px;
        padding-top: 270px;
   }
   .home .event.news:last-child {
       border-left: none;
       background-position: 50% 0px;
   }
  
   
    /*---------------Secondary page ------------------------*/  

    #pageContent #searchDiv.collapse { display:block; }     
    #pageContent #searchDiv button { width: 15%; }
    .event {  width: 100%; }
    #acc_standard_list ol {
     columns: 1;
     -webkit-columns: 1;
    -moz-columns: 1;
   }
   body.inside #main #pageContent img { width:100%; }
   body.inside #main #pageContent .event-item .map img { width: 250px; }
   
   .inside .col-md-9 #pageContent {
      border-bottom: 1px solid #dad9d6;
      padding: 0px 15px 20px;
      min-height: auto;
   }
   .inside .col-md-9 #pageContent { border-right: none; }
   #RightColumn { padding: 0 15px; }
   #RightColumn .RHS-item p { text-align: center; }
   #RightColumn .RHS-title:first-child {  text-align: center; }
   .Two-Panels-item:last-child { border-bottom: none; }

   /*---------------Main Navigation ------------------------*/
   #mainNav #navigation { 
       overflow: visible; 
       display: block;
       margin-left: 0%;
       width: 100%;
       background: #dd0075;
   }
   #mainNav #navigation li, #mainNav #navigation li:first-child, #mainNav #navigation li:first-child +li {
        width:100%;
        display: block;
        text-align: left;
   }

   #mainNav #navigation li a  {
        text-align: left;
        margin: 0px;
        padding: 10px;
        width: 90%;
        background: #dd0075;
   }

   .navbar-toggle { margin:-5px 15px 0px 0px; }
   
   .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
     }
    .collapsing {
        overflow: hidden!important;
    }
      button.leftNavToggle {
       border:1px solid #275faa;  
       display: none;
    }

     #menu a { padding:10px; }
     
     /* Text resize tool */
     #tools .print, #tools #decfont, #tools #incfont  { display:none; }
     #tools { width: 100%;}
     .col-sm-12.col-md-9 #tools { margin-right: 0;}
     #tools ul { 
         float: left; 
         display: block;
         clear: both;
     }
     #tools li:first-child::before { margin-left: -40px; }
     #tools #listenbutton {
        margin-top: 15px;
        margin-left: -5px;
        display: block;
        clear: both;
    }
     
     .small-image-full {  width:100%;  }
     
     .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px; 
     }
     .navbar-header button i.fa { color: #fff; }
     .sub-nav.hidden.has-focus .sub-nav-list {
         z-index: 0;
         position: relative;
         width: 100%;
 }

#mainNav li:hover .sub-nav.hidden, .sub-nav.hidden.has-focus { display: none!important;}

#mainNav #navigation li .sub-nav.hidden.mobile { display: block!important; }

#mainNav #navigation li .sub-nav.hidden.mobile .sub-nav-list {
    position: relative;
    width:100%;
    margin-top: 0px;
}
#mainNav #navigation li a span.no-mobile { display:none; }
#mainNav #navigation li a.top-nav-mobile { 
    display:block; 
    width:10%;
    text-align: center;

}
#mainNav #navigation li a.selected span, #mainNav li:hover span, 
#mainNav li:hover a span, #mainNav li.current span, 
#mainNav #navigation li a.selected span, 
#mainNav #navigation li a.hier span, 
#mainNav li.nav-item .sub-nav li:hover span, 
#mainNav li.nav-item .sub-nav li:hover a span { border:none; }

#mainNav #navigation li a span.fa { 
    font-size:1.5em; 
    padding:0px;
} 
#mainNav #navigation li .sub-nav li a, #mainNav #navigation li:first-child + li +li +li +li +li .sub-nav li a { 
    padding-left: 30px; 
    width: 100%;
}
#mainNav #navigation li li:hover a, #mainNav #navigation li li:hover, #mainNav #navigation li:first-child +li:hover  { margin-left:0px; }
#mainNav #navigation li:hover, #mainNav #navigation li:hover a.top-nav-mobile, #mainNav #navigation li:hover a.top-nav-mobile span { background: #595959; color:#fff; }

}

@media (max-width: 767px) {

 .event-caption { height: auto; }
 #myCarousel .carousel-image { background-position: 20%; }
.featureImage  { background-position: 50%; }
.polaroid-images a { margin-left: 0px; }

}


