﻿html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  /*margin-bottom: 300px; 140px*/
  background-color: #f7f9fb;
}

hr {
    clear: both !important;
    border-width: 2px;
    border-color: #eee;
}

.LocationSpacing{
    margin-top: 40px !important;
    
}
.card-location:first-child, .card-title:first-child{
    margin-top: 10px;
           }
.card-location{
    margin-top: 50px;
    text-align: left;
}
.card-address, {
    margin-top: 25px;
    
}
.card-phone:  {
margin-bottom: 100px
}


.card-location.body .card-address, .card-location.body .card-phone{
    font-size: 20px;
    line-height: 1.8;
    margin-top: 0px
}
.card-location:first-child, .card-title:first-child{
    margin-top: 0;
}
.card-location{
    margin-top: 50px;
}
.card-address, .card-phone{
    margin-top: 25px;
}
.btn-story {
    margin-top: 150px;
}
.btn-social{
    margin-top: 85px;
    text-align: center;
}

/*Contact  Hero Fix*/
.hero-sub {
    background-position: top center;
}

@media (max-width: 1200px){
    .hero-sub{
        background-position: 10% 0;
    }
    
}


.video-media {
    height: 348px;
    width: 100%;
}

.image-media{
    display: block;
    width: 100%;
    height: 358px;
}


/* mobile phone */

@media only screen 
and (max-width: 320px) 
{
    .image-media{
        display: block;
        width: 100%;
        height: 100%;
    }   
    
    .ArticleText {
        font-size: 15px;
        align: middle;
        margin-top: 50px;
        width: 159%;
    }
    
    .MediaDesc {
        font-size: 12px;
        margin-bottom: 35px;
        color: #565a5e;
        width: 100%;
    }
    .backbtn{
        width: 150% !important;
        height: auto;
        text-align: center;
        margin-bottom: 80px;
    }

    /*
    .positionimage {
        margin: auto auto;
    }*/
}

@media only screen 
and (max-width: 480px) 
{
    .image-media{
        display: block;
        width: 100%;
        height: 100%;
    }   
    
    .ArticleText {
        font-size: 15px;
        align: middle;
        margin-top: 50px;
        width: 159%;
    }
    
    
    .positionimage {
        margin: auto auto;
        width: 130%;
        height: 130%;
    }
    
     .MediaDesc {
        font-size: 12px;
        margin-bottom: 35px;
        color: #565a5e;
        width: 100%;
    }
    
    .video-media {
        
        height: 100%;
        width: 120%;
    }
    .backbtn{
        width: 150% !important;
        height: auto;
        text-align: center;
        margin-bottom: 80px;
    }
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape){
    .backbtn{
        width: 100% !important;
        height: auto;
        text-align: center;
        margin-bottom: 80px;
    }
}

/* iphone 6 plus */
@media screen 

  and (max-width: 414px) 
  and (max-height: 736px) 
  and (-webkit-device-pixel-ratio: 3) {
    .image-media{
        display: block;
        width: 120%;
        height: 120%;
        align: middle;
    }   
    
    .ArticleText {
        font-size: 15px;
        align: middle;
        margin-top: 50px;
        text-align: middle;
        width: 150%;

    }
    
     .MediaDesc {
        font-size: 12px;
        margin-bottom: 35px;
        color: #565a5e;
        width: 100%;
    }
    
    .positionimage {
        margin: auto auto;
        width: 110%;
        height: 110%;
    }
    
    .video-media {
        height: 100%;
        width: 120%;
    }
    .backbtn{
        width: 150% !important;
        height: auto;
        text-align: center;
        margin-bottom: 80px;
    }
}





/* ipad mini portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
      
    .image-media-cont {
      display: block;
      width: 100%;
      height: auto;
      position: relative;
    }  
    
    .image-media {
        height: 100%;
        width: 97%;
        text-align: left;
        /*
        background-color: #f7f9fb;
        left: 50px;*/
    }
    
    .video-media {
        height: 125%;
        width: 100%;
    }
    
    .ArticleText {
        font-size: 15px;
        align: middle;
        margin-top: 50px;
        text-align: middle;
        width: 100%;
    }
    
     .MediaDesc {
        font-size: 12px;
        margin-bottom: 35px;
        color: #565a5e;
        width: 100%;
    }
    .backbtn{
        width: 100% !important;
        height: auto;
        text-align: center;
        margin-bottom: 80px;
    }
}

/* ipad mini landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
      
     .image-media-cont {
      display: block;
      width: 100%;
      height: auto;
      position: relative;
    }  
    
    .image-media {
        height: 100%;
        width: 100%;
        text-align: left;
        
        /*
        background-color: #f7f9fb;
        left: 50px;*/
    }
    /*
    .video-media {
        height: 120%;
        width: 100%;
        
    }*/
    
    
    .ArticleText {
        font-size: 15px;
        align: middle;
        margin-top: 50px;
        text-align: middle;
        width: 100%;
    }
    
     .MediaDesc {
        font-size: 12px;
        margin-bottom: 35px;
        color: #565a5e;
        width: 100%;
    }
    .backbtn{
        width: 100% !important;
        height: auto;
        text-align: center;
        margin-bottom: 80px;
    }
}



/* Text for News Article Body */
.Article {
    padding-right: 40px;
}

.ArticleText {
    font-size: 15px;
    align: left;
    margin-top: 50px;

}
/* CSS for Text in "Related Information" SideBar */
.section{
    text-align: left;
}


.BodyText{
        font-size: 15px;
}

.InfoHeading{
    font-weight: 400;
    font-size: 18px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
   /* text-decoration: underline;*/
    text-align: left;
    
}

.RelatedInfoHeading {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}
.MediaDesc {
    font-size: 12px;
    margin-bottom: 35px;
    color: #565a5e;
}




.VideoDesc {
    margin-bottom: 35px;
}
.card-link1{
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    color: #20487b;

}
.card-link label::after{
    
    display: inline-block;
    
    position: relative;
    padding-left: 5px;
}

.btn1{
        width: 70%;
        height: auto;
    }

.btn1 {
    display: inline-block;
    position: relative;
    background-image: none;
    padding: 12px 70px 12px 51px;
    border-radius: 0px;
    -moz-user-select: none;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    color: #20487B;
    border: 1px solid #20487B;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 42px;
    font-size: 13px;
    font-family: 'Fira Sans', sans-serif;
    color: #00305c;
    text-shadow:none;
}

.btn-primary1 {
  color: #20487b;
  background-color: #ffffff;
}

.share{ 
    display: inline-block !important;
    margin: 0 7px !important;
    .share {
    -webkit-transition: opacity 400ms ease-out;
    -moz-transition: opacity 400ms ease-out;
    -ms-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
}

.lines {
    display:block;
    margin-top: 10px;
    
}
    

.line-separator {
    height:2px;
    background:#313030;
    border-bottom:2px solid #313030;
}

video {
background-color: transparent !important;
}

.backbtn:before{
    position: absolute;
    display: inline-block;
    content: "\f177";
    font-family: FontAwesome;
    left: 35px;
}
.backbtn {
    display: inline-block;
    position: relative;
    background-image: none;
    padding: 12px 70px 12px 61px;
    border-radius: 0px;
    -moz-user-select: none;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    color: #20487B;
    border: 1px solid #20487B;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 42px;
    font-size: 13px;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 1.9px;
    color: #00305c;
    text-shadow:none;
}

.container-fluid{
    background-color: white;
}


