﻿@charset "UTF-8";
/* Basic Styles
--------------------------------*/
html {
  box-sizing: border-box;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**, *:before, *:after {
  box-sizing: inherit; }*/
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Signika-Regular', sans-serif, Arial;
    position: relative;
    overflow-x: hidden;
}
/*html, body {
	overflow-x: hidden;
}*/
@font-face {
  font-family: 'Signika-Bold';
  src: url("../fonts/Signika/Signika-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Signika-Semibold';
  src: url("../fonts/Signika/Signika-Semibold.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Signika-Regular';
  src: url('../fonts/Signika/Signika-Regular.otf')  format('truetype'); 
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Signika-Light';
  src: url("../fonts/Signika/Signika-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1;
    margin: 0 0 20px 0;
}
h1, .h1 {
    font-size: 48px; 
    line-height: 56px;
}
h2, .h2 {
    font-size: 40px;
    line-height: 48px;
}
h3, .h3 {
    font-size: 34px;
    line-height: 38.6px;
}
h4, .h4 {
    font-size: 24px;
    line-height: 28.8px;
}
h5, .h5 {
    font-size: 16px;
    line-height: 19.6px;
}
/*h6, .h6 {
    font-size: 10px;
    line-height: 11px;
}*/

p {
    font-family: 'Signika-Light';
    margin-bottom: 0;
}
/*.p1 {
    font-size: 13px;
    line-height: 18.2px; }
.p2 {
    font-size: 16px;
    line-height: 16.2px; }
.p3 {
    font-size: 10px;
    line-height: 14px; }
.p4 {
    font-size: 9px;
    line-height: 12.6px; }*/

/*@media screen and (min-width: 640px) {  /* Large Mobile screens

   h1, .h1, .copy h1 {font-size:40px;line-height:1.2em;}
   h2, .h2, .copy h2 {font-size:24px;line-height:1.2em;}
   h3, .h3, .copy h3 {font-size:18px;line-height:1.2em;}
   h4, .h4, .copy h4 {font-size:14px;line-height:1.2em;}
   h5, .h5, .copy h5 {font-size:12px;line-height:1.2em;}
   h6, .h6, .copy h6 {font-size:9px;line-height:1.2em;}

   .p1 {font-size:13px;line-height:1.4em;}
   .p2 {font-size:11px;line-height:1.4em;}
   .p3 {font-size:10px;line-height:1.4em;}
   .p4 {font-size:9px;line-height:1.4em; font-family: 'SourceSansPro-Light';}

}
@media screen and (min-width: 768px){ /* Large tablets and Medium Desktop screens
    h1, .h1, .copy h1 {font-size:57px;}
    h2, .h2, .copy h2 {font-size:34px;}
    h3, .h3, .copy h3 {font-size:26px;}
    h4, .h4, .copy h4 {font-size:20px;}
    h5, .h5, .copy h5 {font-size:17px;}
    h6, .h6, .copy h6 {font-size:13px;}

    .p1 {font-size:18px;}
    .p2 {font-size:16px;}
    .p3 {font-size:14px;}
    .p4 {font-size:9px;}
}
@media screen and (min-width: 1440px){ /* Large Desktop screens
    h1, .h1, .copy h1 {font-size:80px;}
    h2, .h2, .copy h2 {font-size:48px;}
    h3, .h3, .copy h3 {font-size:36px;}
    h4, .h4, .copy h4 {font-size:28px;}
    h5, .h5, .copy h5 {font-size:24px;}
    h6, .h6, .copy h6 {font-size:18px;}

    .p1 {font-size:26px;}
    .p2 {font-size:22px;}
    .p3 {font-size:20px;}
    .p4 {font-size:12px;}
}*/
a {
    text-decoration: none;
    color: #002857;
}
a:hover, a:focus {
    text-decoration: none;
    color: #002857;
}
.copy-intro {
    font-size: 18px;
}
.copy {
    font-size: 18px;
    color: #58595b;
}
.copy-intro a, .copy a {
    text-decoration: underline;
}
.copy-intro span, .copy span {
    font-family: 'Signika-Regular';
}

/***** Common Styles *****/
/*.container {
    width: 100%;
}
@media screen and (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media screen and (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media screen and (min-width: 1900px) {
    .container {
        width: 1440px;
    }
}*/

.text-white {
    color: #FFFFFF;
}
.text-black {
    color: #000000;
}
.text-blue {
    color: #002857;
}
.text-lightgrey {
    color: #58595b;
}
.-bg--blue {
    background: #002857;
}
.-bg--lightgrey {
    background: #ececec;
}
.section-padding {
    padding: 100px 0;
}
.section-padding--small {
    padding: 40px 0;
}
.section-title {
    margin-bottom: 30px;
}
.l-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 992px) {
    .l-content {
        width: 903px;
    }
}
.cta-link__btn {
    background: none;
    outline: none;
    border: 2px solid #002857;
    font-family: 'Signika-Semibold';
    font-size: 16px;
    height: 45px;
    width: 100%;
    color: #002857;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 480px) {
    .cta-link__btn {
        min-width: 132px;
        width: auto;
    }
}

.cta-link__btn.-blue {
    border-color: #002857;
    color: #002857;
}
.cta-link__btn:hover, .cta-link__btn.-blue:hover {
    background: #002857;
    border-color: #002857;
    color: #ffffff;
}
/** END Common Styles **/

/** Form Styles **/
.c-form {
    padding: 55px 0 0;
}
.form-group.-bottom {
    margin-bottom: 38px;
}
.form-control {
    height: 45px;
    border-color: #d1d3d4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
textarea.form-control {
    height: 195px;
}
.form-group.form-actions {
    margin-top: 5px;
}
.c-form .control-label {
    font-size: 16px;
    font-family: 'Signika-Light';
    color: #002857;
    font-weight: normal;
}
/** END Form Styles **/

/** Hero Image Styles **/
.b-hero {
    position: relative;
}
.b-hero__bg {
    background-image: url(../images/banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 663px;
}
.b-hero__content {
    display: table;
    height: 100%;
    width: 100%;
}
.b-hero__content-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.b-hero__nav {
    margin-top: 30px;
}
.b-hero__logo {
    max-width: 100%;
}
@media screen and (min-width: 480px) {
    .b-hero__logo {
        max-width: none;
    }
}
.b-hero__nav > ul {
    padding: 0;
}
.b-hero__nav > ul > li {
    display: block;
    list-style-type: none;  
    margin-bottom: 20px;  
}
@media screen and (min-width: 480px) {
    .b-hero__nav > ul > li {
        display: inline-block;
        margin-bottom: 0;
    }
}
.b-hero__nav > ul > li > a {
    color: #002857;
    display: block;
    padding: 9px 10px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 10px;
    min-width: 119px;
    font-family: 'Signika-Semibold';
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.b-hero__nav > ul > li > a:hover, .b-hero__nav > ul > li > a.selected {
    background: #002857;
    color: #fff;
}
/** END Hero Image Styles **/

/** Map Section Styles **/
.m-map {
    position: relative;
}
.m-map__section {
    padding-top: 60px;
}
.m-map__section {
    overflow: hidden;
}
.m-map__canvas {
    height: 426px;
    width: 100%;
}
.m-map__canvas img {
    max-width: none !important;
    background: none !important;
    height: 100%;
}
/** END Map Section Styles **/

/** Footer Styles **/
.b-footer__widget {
    color: #fff;
}
.b-footer__logo, .b-footer__address {
    margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
    .b-footer__logo, .b-footer__address {
        margin-bottom: 0;
    }
}
.b-footer__address h5 {
    margin-bottom: 0;
    font-family: 'Signika-Semibold';
}
.b-footer__address p {
    font-family: 'Signika-Light';
}
.b-footer__address h4 {
    font-family: 'Signika-Bold';
    margin-bottom: 0;
}
.b-footer__icons h5 {
    margin-bottom: 10px;
}
/** END Footer Styles **/

#to-top {
    max-width: 150px;
    margin: auto;
    display: block;
    margin-bottom: 20px; 
    color: #002857;
}
#to-top p {
    font-family: 'Signika-Semibold'; 
    margin-top: 7px; 
}



























