.grey-area .container,
.grey-area,
body {
  background-color:#f9f9f9 !important;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    font-size: 16px;
}

h1 {
    font-weight: normal;
    font-size: 40px;
    font-family: 'Open Sans', serif;
}

h2 {
    color:#2d3557;
    font-weight: bold;
    font-size: 34px;
    font-family: 'Open Sans', serif;
    text-transform:uppercase;
    margin-bottom:40px;
}

h3 {
    color:#2d3557;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Ubuntu';
    margin-top:40px;
}

h4 {
    font-size: 24px;
    font-family: 'Open Sans', serif;
}

h5 {
    font-size: 20px;
    font-family: 'Open Sans', serif;
}

h6 {
    font-size: 15px;
    color: #666;
    line-height: 1.5em;
}

a {
    color: #284F76;
}

a:hover {
    color: #4D9C9A;
    text-decoration: underline;
}

p, ul, ol {
    margin: 0 0 1em 0;
}

ul {
    margin-left: 17px;
}

ol {
    margin-left: 20px;
}

pre {
    padding: 4px 0;
    overflow-y: auto;
    overflow-x: scroll;
}

aside {
    margin-top: 20px;
}

aside p {
    font-size: 14px;
}

.container {
    padding-top: 20px;
    margin: 0 auto 20px;
    border: 1px solid #EEE;
    background-color: #FFF;
}

.top-bar h1 {
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}

.top-bar h5 {
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}

.top-bar a:hover {
    text-decoration: none;
}

.headerphoto {
    position: relative;
    margin-bottom: 30px;
    text-align: right;
}

.headerphoto p {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #FFF;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    font-size: 48px;
    line-height: 48px;
    font-family: 'Open Sans', serif;
    padding: 0 12px 12px 0;
    font-weight: bold;
}
.headerphoto small {
    font-size: 28px;
    color: #DDD;
    font-family: 'Open Sans', serif;
    font-weight: normal;
    margin-right: 14px;
}

div.imageholder {
    background-color: #FFF;
    border: 1px solid #BBBBBB;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    padding: 4px;
    float: right;
    margin: 0 0 5px 5px;
}

footer ul.dropdown {
    display: none;
}

/* "bolt_widget" is the default container for widgets in Bolt. */
.bolt_widget {
    background: #f2f2f2;
    border: solid 1px #e6e6e6;
    margin-bottom: 8px;
    padding: 6px;
}

.pagination a:hover {
    text-decoration: none;
}

/* Styles for 'responsive video embeds' --------------------------------  */

.responsive-video {
    padding-top: 25px;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin: 0 0 1em 0;
}

.responsive-video iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 100%;
}

/* Styles for 'max-width 479px' -----------------------------------------  */
@media only screen and (max-width: 479px) {

    .headerphoto {
        margin-bottom: 0px;
    }

    .headerphoto span {
        display: none;
    }
    .headerphoto small {
        display: block;
        font-size: 22px;
        color: #FFF;
        line-height: 26px;
    }

    h1 {
        font-size: 32px;
    }


    h2 {
        font-size: 28px;
    }


    h3 {
        font-size: 24px;
    }


    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
        font-family: 'Open Sans', serif;
    }


    h6 {
        font-size: 15px;
    }

    div.imageholder {
        float: none;
        margin: 0 -17px 10px -17px;
    }

}
.top-bar.expanded .title-area,
.top-bar-section ul li a,
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button):hover, 
.top-bar {
  background-color:white !important; 
  color:black !important;
  text-transform:uppercase;
  font-size:14px;
  font-weight:bold;
}
.top-bar-section {
  text-align:center;
}
.top-bar-section ul {
  display:inline-block;
  
}
.top-bar-section li:hover,
.top-bar-section li>a:focus,
.top-bar-section li>a:active,
.top-bar-section .logo:hover {
    background-color: transparent !important;
}
.top-bar-section .logo {
  text-indent:-99999px;
  background-image:url('../images/logo.png') !important;
  width:99px;
  height:103px;
      z-index: 100000;
    position: relative;
    background-color: transparent !important;
}
.top-bar {
  height:136px;
}
.top-bar-section ul li>a {
  font-family: 'Open Sans';
}
.top-header-bar { 
  background-color:#1349a9;
  width:100%;
  position:relative;
  text-align:right;
  height:52px;
  padding:7px;
}
.top-header-bar .button {
  background-color:#7cabff;
  color:white;
  height:38px;
  line-height:38px;
  padding:0px;
  padding-left:10px;
  padding-right:10px;
}
.phone {
  background-color:white;
  color:#1349a9;
  border-radius:20px;
  padding:8px;
  padding-right:15px;
  padding-left:15px;
  font-weight:bold;
}
.top-bar .toggle-topbar.menu-icon a {
  color:black !important;
}
#home-page-slider {
  width:100%;
}

.container {
    margin:0px;padding:0px;border:0px;
}
#other,
header,
#slider-area{ 
  background-color:#FFF;
}

#slider-area {  
  padding-bottom:40px;
}
#other,
#services {
  padding-top:40px;
  padding-bottom:40px;
}
#extras h3 {
  min-height:50px;
}
#extras .teaser,
#other .teaser,
#services .teaser {
  font-size:16px;
  line-height:24px;
  font-family: 'Ubuntu';
  font-weight:300;
  min-height:240px;
}
#other .teaser,
#extras .teaser{
  min-height:150px;
}

.ybtn.button,
.hexa .button,
#other .button,
#services .button {
  border-bottom:1px solid #f0b910;
  border-radius:3px;
  background-color:#fdcd28;
  color:#1349a9;
  text-transform:uppercase;
  font-size:15px;
  font-weight:bold;
  width:100%;
  padding-top:15px;
  padding-bottom:15px;
}
#other h3,
#services h3 {
  text-align:center;
  text-transform:uppercase;
  color:#2d3557;
  font-family:"Ubuntu";
  font-size:18px;
  min-height:50px;
}
footer {
  padding-top:40px;
  padding-bottom:40px;
  background-color:#2d3557;
  color:white;
}
footer .legal {
  font-size:13px;
  margin-top:60px;
}
.nav-area ul li a {
  color:#7cabff;
  text-transform:uppercase;
  font-size:13px;
  
}
.article-header {
  background-image:url('../images/services-header.jpg');
  background-size:cover;
  width:100%; 
  min-height:446px;
  padding-top:100px;
  position:relative;
  top:-65px;
  margin-bottom:-65px;
  z-index:10000;
}
.article-header p {
  color:white;
  font-family:'Ubuntu';
  font-weight:300;
}
.article-header h2 {
  color:#fdcd28;
  font-family:'Ubuntu';
}
.page-article .container h2 {
  text-align:center;
  font-size:22px;
  font-weight:bold;
}
.callout {
  background-image:url('../images/mid-page-callout.jpg');
  height:330px; 
  background-size:cover;
  text-transform:uppercase;
  text-align:center;
  padding-top:90px;
}
.callout .first {
  font-size:16px;
  margin-bottom:20px;
  color:#7cabff;
  font-weight:bold;
} 
.callout .third, 
.callout .second {
  font-size:60px;
  font-weight:bold;
  font-family:'Ubuntu';
  color:#fdcd28;
  margin-bottom:0px;
  margin-top:0px;
  line-height:60px;
} 
.callout .third {
  font-size:36px;
  color:#fff;
} 
.hexa p {
  text-transform:none;
}
.sub-text  { 
  margin-bottom:20px !important;
}
.sub-text h3 { 
  margin-top:0px; text-transform:uppercase; 
}

#extras { padding-top:40px;}
@media only screen and (min-width:640px) and (max-width: 800px)  {
  
  .top-bar-section ul li>a {
   font-size:12px;
   padding-left:12px !important;
   padding-right:12px !important;
  }
}
@media only screen and (min-width:0px) and (max-width: 641px)  {
  .top-header-bar a {
   font-size:11px; 
  }
  .top-header-bar a.button {
    height:30px;
    line-height:30px;
  }
  .top-bar {
    height:45px;
  }
  .top-bar-section ul li a.logo { 
    position:fixed; 
    text-indent:-9999px;
    top: 0px !important;
    left: 10px !important;
    z-index: 10000;
    background-color: transparent !important;
  } 

}
.top-bar.expanded .title-area, .top-bar-section ul li a, .top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button):hover, .top-bar-section li.active:not(.has-form) a:not(.button):hover, .top-bar {
  background-color:transparent !important;
}
.map-canvas {
  min-height:400px;
}
.shift-header-up {
    position:relative;
    top: -65px;
    margin-bottom: -65px;
}
