* {
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
body {
        background-color: #fff;
        padding:0px;
        color: #282828;
}
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: #282828;}
h2 { font-size:1.4em; color: #282828;}
h3 { font-size:1.2em; color: #282828;}
h4,h5,h6, h3 a, h4 a, h5 a, h6 a {font-size:1em; font-weight:bold; color:;#282828;}
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: #282828;
    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:#282828;
    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 --------------------------*/
#facsLogo img {
    position: absolute;
    padding: 10px;
    background: #fff;
    text-align: center;
    z-index:1000;
}
#facsLogo  svg {
    width: 6.764em;
    height: 7.058em;
    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);
    z-index: 1000;
    position: absolute;
}    
.top_header {
    background: none;
    padding: 20px 10px;
    position: relative;
    height:40px;
}

.site-name {
    position: absolute;
    top: 48px;
    margin-left: 250px;
    font-size: 1.21em;
    color:#fff;
    font-weight:bold;
    z-index: 1000;
}
.site-name>svg {
    width: 11em;
    height: 1.176em;    
}    
.site-name a { 
    color:white; 
    background-color: #009fdc;
}
.sitename-svg g + g { fill:#fff; }

.border-top {
   background: #dad9d6;
   border-top: 36px solid #009FDC;
   z-index: 999;
  position: absolute;
   width: 100%;
   height: 72px;
}
.border-top .container {
    height: 36px;
}

.border-top.sticky {
     top: 0px; 
    z-index: 100; 
   position: fixed;
 
} 
.top_header.sticky #facsLogo {
    top: -20px;
    position: fixed; 
    z-index: 9999;   
}
.top_header.sticky .site-name  {
    top: 8px;
    position: fixed; 
    z-index: 9999;   
}   

/*----------------------Top Navigation ----------------*/
#mainNav #navigation {
    margin:0px;
    padding:0px;
    height:36px;
    display: table;
    margin-left: 260px;
    width: 55%;
 
}

#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: 7px 0px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    font-size:1em;
    color:#282828;
    height: 36px;
}


#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:#282828;
    text-decoration: none;
    border-bottom:solid 3px #282828;
}

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

#mainNav #navigation li:first-child +li { width:23% }

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

#mainNav #navigation li a:hover, #mainNav #navigation li.current a, #mainNav #navigation li:hover a {
    color:#282828;
    text-decoration: none;
}
#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: 35px;
    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 #282828;
    width: 100%;
    color:#282828;
    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:#282828;    
}   
#mainNav #navigation li li:hover a, #mainNav #navigation li li:hover  {
    color:#282828;
    background:#fff;
}    


/*------------------------search------------------------------------*/
#searchDiv input {
    width: 80%;
    border-radius: 0px;
    float: left;
    height: 36px;
    background:#dad9d6;
    border: 1px solid #dad9d6;    
}
 #searchForm input:focus::-webkit-input-placeholder { color:transparent; }
 #searchForm input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
 #searchForm input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
 #searchForm input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
  #searchForm input:focus { background:#fff; }
 
#searchDiv button {
    width: 43px;
    border-radius: 0px;
    background-color: #dad9d6;
    color: #282828;     
    font-size: 1.25em;
    height: 35px;
    padding-top: 3px;
}
 #searchDiv #contact_us { margin-bottom: 6px; }
 #searchDiv #contact_us a { color: #21409a; }

/*--------------------Carousel--------------------------*/
.col-md-12.carousel_container { padding: 0px; }
.carousel {
    width: 100%;
    left: 0px;
    margin-top: -40px;
}
#myCarousel, .carousel .item, #myCarousel .carousel-image {
    height:800px;
}
#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-navigation {
    top: 760px;
    position: absolute;
    right: 25%;
    width: 25%;
    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: #282828\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;

   margin-right: 5px;
   width:14px;
   height:14px;
   color: #282828;
}
.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 {
    display: none;
}

#controlButton p, #carousel-navigation li p {
    text-indent:-99999px;
}
.carousel-link { 
    display: block;
    height: 100%;
}

#myCarousel .item a:hover, #myCarousel .item a:focus {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/*--------------------Home content --------------------------*/
.difference_logo { 
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.difference_logo a {
    background: #009FDC;
    text-align: center;
    color: #fff;
    padding: 15px 30px; 
    font-size: 2em; 
    font-weight: 600; 
    border-radius: 5px
}
.difference_logo a:hover, .difference_logo a:focus  {
    text-decoration: none;
    background: #fff;    
    color:#009FDC;
}    

.home .intro p { 
  color: #282828;  
  font-size: 1.5em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
}

/*-------------------- Event Cards Resources --------------------------*/
.event {
    margin: 20px 0px 0px;
    margin-right: 2%;
    padding: 0px;
     text-align: center;
    width: 45%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #dad9d6;
    min-height: 155px;
    float: left;
}

.event.col-md-6 { width: 45%; }

.event-caption {
    background: #1DC0FD;
    color: #282828;
    padding: 10px;
    font-size: 1.2em;
    margin: 0px;
}
.event-icon {
    position: absolute;
    top: 5px;
    left: 18%;
    color: #282828;
    font-size: 1.5em;
}

.event-content {
    color: #282828;
    padding: 10px;
    text-align: left;    
}
a.event:hover, a.event:focus {
     text-decoration:none; 
}
a.event:hover .event-caption, a.event:focus .event-caption, a.event:hover .event-icon, a.event:focus .event-icon {
     background: #009FDC;
     text-decoration:none;  
     color:#282828;
} 
a.event:hover .event-content, a.event:focus .event-content {
     text-decoration:none;  
     cursor:text;
} 

/*-------------------- Event Cards Stories --------------------------*/

.stories.event {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.stories .event-content {
    background: #fff;
    margin-top: 50%;
}

.stories .read-more {
    background: #fff;
    color: #005C99;
    text-align: left;
    border: none;
    font-weight:bold;
    margin: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

a.event.stories:hover .read-more, a.event.stories:focus .read-more { 
    text-decoration:underline;
    background:none;
    
}

/*-------------- 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: #1DC0FD;
    color: #282828;
    padding: 10px;
    margin: 10px auto;
    text-align: center;
    border: 1px solid #1DC0FD;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.read-more:hover, .read-more:focus {
    background: #009FDC;
    color: #282828;
    text-decoration: none;
}

/*--------------------Table Content--------------------*/
#acc_standard_list ol {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    list-style-position: inside;
}
#acc_standard_list ol ol {
     columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}    

#acc_standard_list ol li.selected a {
    color: #282828;
    font-weight: bold;
}

#acc_standard_list ol li.selected li a  {
    color: #005C99;
    font-weight: normal;
}

#acc_standard_list ol li.selected a:hover, #acc_standard_list ol li.selected a:focus {
   text-decoration:none;
   cursor:text;
}    
#acc_standard_list ol li.selected li a:hover , #acc_standard_list ol li.selected li a:focus {
   text-decoration:underline;
   cursor:pointer;
}   

 #acc_standard_list  OL { counter-reset: item }
 #acc_standard_list  LI { display: block }
 #acc_standard_list LI:before { content: counters(item, ".") " "; counter-increment: item }

/*--------------------Main Container --------------------*/
#main {
    background: #fff;
    position: relative;
}
.home #main { margin-top: 20px; }

.inside #main {
    background: #fff;
    min-height: 450px;
    padding: 20px;
}
#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 {
    border-bottom: 20px solid #009FDC;
    background: #dad9d6;
    color: #282828;
    position: relative;
    padding-bottom: 5px;
    padding-top: 15px;
}

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

.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: #282828;
}

/*--------------------Second Level ----------------------*/
.featureImage
{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.banner {
    height: 475px;
    width: 100%;
    z-index: -9999;
    width: 100%; 
    margin-top: -40px;
}
.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;
}
#pageContent {
        margin-top:10px;
}
#breadcrumb {
        display:inline-block;
        color:#434242;
}
/*------------------------------- Search -------------------*/
#pageContent #searchDiv.collapse {
        width: 100%;
        margin-top: 0px; 
}
#pageContent #searchDiv input {
    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: #282828;
}
#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: #282828;
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:#282828;
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; 
} 
.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: #282828; }
#tools ul li .fa {
    font-size: 1.2em;
    padding: 4px 3px;
}
#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; }


/*----------------------------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: #282828;
    cursor: text;
    text-decoration: none; }
        
    /*----------Search and social Media ----------------*/
        
    #searchDiv.collapse {
        display: block;
        width: 240px;
        float: right;
        margin-top: -36px;
        height: 45px;
        margin-right: 0px;
    }
    #socialDiv.collapse {
        display: block;
        float: right;
        margin-top: -71px;
        margin-right: 250px;
        height: 40px;
    }
        #navbar { padding:0px; }

}

@media (min-width:992px) and (max-width:1199px) {
    #myCarousel, .carousel .item, #myCarousel .carousel-image { height: 480px; }
    #carousel-navigation { top: 450px; }
    
    .banner { height: 380px; }

     #mainNav #navigation, .site-name { margin-left: 150px; }
     
    /*.home #main {  margin-top: 450px; }*/

    .event-icon { left: 10%; }
    .stories .event-content { margin-top: 235px; }

}

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

@media (max-width:991px) {
    
   /*--------------- Header ------------------------*/
   #skip { display:none;}
   .border-top.sticky, .top_header.sticky #facsLogo, .top_header.sticky .site-name { position: relative; top:0;} 

    .border-top { 
        margin-top: -40px;
        height: auto;
     }  
  .top_header.sticky .site-name { position: absolute; top: 8px; } 
  .border-top.sticky { margin-top: 0px; position: absolute; }

   #facsLogo svg {
       width: 5em;
       height: 5.2em;
       margin-top: -26px;
   }

   .border-top .container { height: auto; }
   .site-name { 
       font-size: 1em; 
       margin-left: 40%;
       top: 8px;
   }
   button.navbar-toggle { font-size:1.2em;}
   
   #searchDiv input { 
       width:90%;
       border: 1px solid #fff;
       
   }
   #searchDiv button { width: 10%; }
   #searchDiv.collapse.in { padding: 10px 0px; }
  
   /*---------------Carousel ------------------------*/   
   #myCarousel, .carousel .item, #myCarousel .carousel-image, .banner { 
       height: 300px; 
       margin-top: 0px;
   }
   .carousel { position: relative; }
   #carousel-navigation { top:268px; width: 34%;}


   /*---------------Homepage ------------------------*/
   .home #main  { margin-top:0px; } 
   .difference_logo a { font-size: 1em; }
   .home .intro p { font-size: 1em; }
   
    /*---------------Secondary page ------------------------*/  

    #pageContent #searchDiv.collapse { display:block; }     
    #pageContent #searchDiv button { width: 15%; }
   .event.col-md-6, .event {  width: 100%; }
   .event-icon { display:none; }
   #acc_standard_list ol {
     columns: 1;
     -webkit-columns: 1;
    -moz-columns: 1;
   }
   body.inside #main #pageContent img { width:100%; }


   /*---------------Main Navigation ------------------------*/
   #mainNav #navigation { 
       overflow: visible; 
       display: block;
       margin-left: 0%;
       width: 100%;
   }
   #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: #dad9d6;
   }
   #mainNav #navigation li:first-child a { width:100%; }
   
   .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;   
    }

     #menu a { padding:10px; }
     #tools { display:none; }
     .small-image-full {  width:100%;  }
     
     .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px; 
     }
     .navbar-header button i.fa { color: #282828; }
     .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; }


   /*---------------table responsive ------------------------*/   
   table { width:100%; }
    table, 
    thead, 
    tbody, 
    th, 
    td, 
    tr {  display: block; }
 
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr, th { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
 
    tr { border: 1px solid #ccc; }
 
    td { 
        /* Behave  like a "row" */
        border: none !important;
        border-bottom: 1px solid #eee; 
        position: relative;
        white-space:normal;
        text-align:left;
         width:100%;
    }
 
    td:before { 
        /* Now like a table header */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space:normal;
        text-align:left;
        font-weight: bold;
         line-height: 1.2em;
    }
    td:before { content: attr(data-title);}

}



@media (max-width: 767px) {


 .event { width: 95%; }    
 .event-caption { height: auto; }

   /*----------------------Carousel --------------------*/
   #carousel-navigation { width: 35%; top: 275px;}    
   .carousel-caption { display:none; }
   .home .carousel-inner  { overflow: visible; }




.featureImage, #myCarousel .carousel-image { background-position: 50%; }
.polaroid-images a { margin-left: 0px; }

}
