@font-face {
    font-family:'Cabin regular';
    src: url("fonts/Cabin-Regular.woff2") format("woff2"),
    url("fonts/Cabin-Regular.woff") format("woff");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'Cabin medium';
    src: url("fonts/Cabin-Medium.woff2") format("woff2"),
    url("fonts/Cabin-Medium.woff") format("woff");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'Cabin bold';
    src: url("fonts/Cabin-Bold.woff2") format("woff2"),
    url("fonts/Cabin-Bold.woff") format("woff");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'Open sans';
    src: url("fonts/OpenSans-Regular.woff2") format("woff2"),
    url("fonts/OpenSans-Regular.woff") format("woff");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'Open sans bold';
    src: url("fonts/OpenSans-Bold.woff2") format("woff2"),
    url("fonts/OpenSans-Bold.woff") format("woff");
    font-weight:normal;
    font-style:normal;
}
html, body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

@media only screen and (min-width: 992px) {
    .container--padding {
        padding: 0 85px;
    }

    .container--padding-secondary {
        padding: 105px 85px 60px 85px;
    }
}

@media only screen and (max-width:767px){
    .hidden-xs{
        display:none !important;
    }
}

.section-blue {
    background-color: #0F3F81;
}

.section-blue-secondary {
    background-color: #00195F;
}
@media only screen and (min-width: 992px) {
    .section-offset {
        margin-top: -55px;
        padding-top: 55px;
        padding-bottom: 65px;
    }
}

.section-blue:before {
    background-color: #0F3F81;
}

.header {
    padding: 30px  0;
    text-align: center;
}

.header__logo img {
    max-width: 100%;
}

.header__top {
    position: absolute;
    right: 0;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .header__top {
        right: 15px;
    }
}

@media only screen and (min-width: 767px) {
    .header__top {
        top: 50%;
        transform: translateY(-50%);
    }
}

.header__top a {
    font-family: 'Cabin bold';
    color: #2369A8;
    font-size: 24px;
    transition: color .3s ease;
}

@media only screen and (max-width: 767px) {
    .header__top a {
        font-size: 16px;
    }
}

.header__top a:hover  {
    text-decoration: none;
    color: rgba(30, 103, 170, .7);
    transition: color .3s ease;
}

.header__top span {
    font-family: 'Cabin bold';
    color: #94C555;
    font-size: 14px;
}

.navigation {
    height: 100%;
    position: relative;
}

.navigation ul {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    list-style-type: none;
}

@media only screen and (max-width: 767px) {

    .navigation ul {
        padding: 0;
        margin: 0;
        position: relative;
        right: 0;
        bottom: auto;
        list-style-type: none;
        top: 20px;
        text-align: right;
    }
}

.navigation ul li {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .navigation ul li {
        display: block;
    }
}

.navigation ul li a {
    font-family: 'Cabin medium';
    font-size: 16px;
    color: #1A1919;
    text-transform: uppercase;
    position: relative;
    transition: color .3s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation ul li a {
        font-size: 12px;
    }
}

.navigation ul li a:after {
    content: "|";
    padding: 0 15px;
    color: #93C74D;
}

@media only screen and (max-width: 767px) {
    .navigation ul li a:after {
        padding: 0  0 0 15px;
    }
}

@media only screen and (min-width: 768px) {
    .navigation ul li:last-child a:after {
        display: none;
    }
}

.navigation ul li a:hover {
    color: rgba(26, 25, 25, .7);
    transition: color .3s ease;
    text-decoration: none;
}

.navigation ul li a:hover:after {
    cursor: default;
}

@media only screen and (max-width: 767px) {
    .block {
        padding: 0 0 20px 0;
    }
}

.block__text h1 {
    font-size: 26px;
    font-family: 'Cabin bold';
    color: #1A1919;
    display: inline-block;
}

.block__text span {
    position: relative;
    top: -8px;
    font-size: 12px;
    font-family:'Cabin regular';
    letter-spacing: 2px;
}

.block__text--offset {
    position: relative;
    top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .block__text--offset {
        position: relative;
        top: 0;
        margin-top: 70px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .block__text--offset {
        position: relative;
        top: 0;
        margin-top: 0;
    }
}

.block__text--offset-secondary {
    position: relative;
    top: 0;
    margin-top: 70px;
}

.block__text p {
    margin: 0;
    font-family:'Open sans';
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
}

.block__text--secondary p {
    padding-right: 20px;
}

.block__text h2 {
    font-size: 26px;
    font-family: 'Cabin bold';
    color: #1A1919;
    display: inline-block;
}

.block__text__subtitle {
    font-family:'Open sans bold';
    margin-top: 35px;
}

.block--secondary h2 {
    color:#fff;
}

.block--secondary span {
    color:#fff;
}

.block--tertiary span {
    color:#93C74D;
}

.block--tertiary p {
    color:black;
}

.block__social {
    margin-top: 25px;
    display: inline-block;
    transition: opacity .3s ease;
}

.block__social:hover {
    opacity: .7;
    transition: opacity .3s ease;
}

.footer {
    padding: 25px 0 50px 0;
}

@media only screen and (max-width: 1199px) {
    .block__text span {
        display: block;
        top: -20px;
    }
}

.block__icon ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.block__icon ul:last-child li {
    margin-top: 30px;
}

.block__icon ul li {
    display: inline-block;
    max-width: 100px;
    margin-right: 25px;
    float: left;
    width: calc(25% - 25px);
}

@media only screen and (max-width: 767px) {
    .block__icon ul li {
        max-width: inherit;
        width: 50%;
        text-align: center;
        margin-right: 0;
    }
}


.block__icon ul li img {
    max-width: 100%;
}

.block__icon ul li:last-child {
    margin-right: 0;
}

.block__icon ul li a p{
    color: #fff;
    text-align: center;
    font-family:'Open sans';
}

@media only screen and (min-width: 992px) {
    .block__image--secondary {
        position: relative;
        top: -60px;
        left: -60px;
    }
}

@media only screen and (max-width: 991px) {
    .block__image {
        margin-top: 20px;
    }
}


.button {
    background-color: #94C555;
    border-radius: 8px;
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
    margin-top: 25px;
    color: #1A1919;
    font-family: 'Cabin bold';
    transition: background-color .3s ease;
}

.button:hover {
    background-color: rgba(148, 197, 85, .7);
    transition: background-color .3s ease;
    text-decoration: none;
    color: #1A1919;
}

.cta {
    display: table;
    height: 334px;
    width: 334px;
    max-height: 100%;
    max-width: 100%;
    background-color: #94C555;
    border-radius: 100%;
    text-align: center;
    margin: 80px auto 0 auto;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta {
        height: 280px;
        width: 280px;
    }
}

@media only screen and (max-width:767px) {
    .cta {
        height: 290px;
        width: 290px;
        max-height: inherit;
        margin: 20px auto 0 auto;
    }
}

.cta__content {
    display: table-cell;
    vertical-align: middle;
}

.cta__content h3 {
    font-size: 26px;
    color: #fff;
    font-family: 'Cabin bold';
    line-height: 32px;
}

.cta__content p {
    font-size: 12px;
    color: #fff;
    font-family: 'Cabin regular';
    line-height: 15px;
    letter-spacing: 2px;
}

.list {
    padding-left: 0;
    letter-spacing: 1px;
    list-style-type: none;
    position:relative;
}

.list li {
    position: relative;
    padding-bottom: 5px;
    padding-left: 15px;
    font-family:'Open sans';
}

.list li:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 4px;
    background-color: #91C844;
    top: 10px;
    left: 0;
    border-radius: 100%;
}

.quote {
    text-align: center;
    padding: 85px 0;
    position: relative;
}

.quote__image {
    position: absolute;
    left: -15px;
}

@media only screen and (min-width: 768px)  and (max-width: 991px) {
    .quote__image {
        left: -120px;
        top: 20px;
    }
}

.quote__title {
    color: #fff;
    font-size: 26px;
    font-family: 'Cabin bold';
}


.quote__subtitle {
    color: #fff;
    font-size: 12px;
    font-family: 'Cabin regular';
    letter-spacing: 2px;
    margin-top: 5px;
}

.footer-bottom ul {
    padding: 8px 0;
    margin: 0;
    list-style-type: none;
}

@media only screen and (max-width:767px) {
    .footer-bottom ul {
        text-align: center;
    }
}

.footer-bottom ul li {
    display: inline-block;
}

@media only screen and (max-width:767px) {
    .footer-bottom ul li {
        display: block;
        padding: 5px 0;
    }
}

.footer-bottom ul li p {
    color: #fff;
    font-family: 'Open sans';
}

@media only screen and (max-width:767px) {
    .footer-bottom ul li p {
        padding: 0;
        margin: 0;
    }
}

.footer-bottom ul li a {
    color: #fff;
    font-family: 'Open sans';
    transition: color .3s ease;
}

.footer-bottom ul li a:hover {
    text-decoration: none;
    transition: color .3s ease;
    color: rgba(255, 255, 255, .7);
}

.footer-bottom ul li a:focus {
    text-decoration: none;
}

.footer-bottom ul li p:after {
    content: "|";
    padding: 0 15px;
    color: #fff;
}

@media only screen and (max-width:767px) {
    .footer-bottom ul li p:after {
        display: none;
    }
}

.footer-bottom ul li a:after {
    content: "|";
    padding: 0 15px;
    color: #fff;
}

@media only screen and (max-width:767px) {
    .footer-bottom ul li a:after {
        display: none;
    }
}

.footer-bottom ul li:last-child a:after {
    display: none;
}

.maps-canvas {
    height: 240px;
    border-radius: 100%;
    width: 240px;
    float: left;
    margin-left: 75px;
    top: 20px;
}

img.google {
    border-radius: 100%;
    width: 240px;
    height: 240px;
    top: 20px;
    float: right;
} 

@media only screen and (max-width:767px) {
    .maps-canvas {
        top: auto;
        margin-top: 20px;
        float: none;
        left: 50px;
    }
    img.google {
        top: auto;
        margin-top: 20px;
        float: none;
        left: 50px;
    } 
}

@media only screen and (min-width: 768px)  and (max-width: 991px) {
    .maps-canvas {
        height: 200px;
        width: 200px;
    }
    img.google {
        height: 200px;
        width: 200px;
    }
}

.maps-wrapper {
    position: relative;
}

@media only screen and (min-width:768px){
    img.google {
        top: 25px;
    }
}

@media only screen and (min-width: 768px)  and (max-width: 991px) {
    .maps-wrapper {
        top: 45px;
    }
    img.google {
        top: 45px;
    }
}

.maps-wrapper__image {
    position: absolute;
    z-index: 1;
}
    img.google{
        position: absolute;
    }
@media only screen and (min-width: 768px)  and (max-width: 1199px) {
    .maps-wrapper__image {
        left: -40px;
        top: -30px;
    }
    img.google {
        left: 10px;
        top: 10px;
    }
}

.popup {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    cursor: pointer;
}

.popup__wrapper {
    padding: 35px 70px;
    position: relative;
    background: #0F3F81;
    margin: 10vh auto;
    cursor: default;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    width: 400px;
    max-height: 80vh;
    z-index: 2;
}

.popup__text--secondary p {
    text-align: left;
}

.popup__text--secondary h3 {
    color: #fff;
    text-align: left;
}

@media only screen and (max-width: 499px) {
    .popup__wrapper {
        width: 290px;
        padding: 35px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .popup__wrapper {
        height: 80vh;
    }
}

.popup__image {
    text-align: center;
}

.popup__text {
    text-align: center;
}

.popup__text  h2 {
    color: #fff;
    padding: 35px 0;
    font-size: 26px;
    font-family: 'Cabin bold';
    margin: 0;
    line-height: 32px;
}

.popup__text p {
    color: #fff;
    font-size: 14px;
    font-family: 'Open sans';
    line-height: 22px;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
}

.popup__close {
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 15px;
    font-size: 26px;
    top: 15px;
    line-height: 26px;
    color: #fff;
    cursor:pointer;
}

.popup--large .popup__wrapper {
    width: 80vw;
}

@media only screen and (min-width:768px) {
    .popup--large .popup__wrapper {
        width: 50vw;
    }
}

.popup__underlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.plain-link {
    color: #2369A8;
    transition: color .3s ease;
}

.plain-link:hover {
    transition: color .3s ease;
    color: rgba(#2369A8, .7);
    text-decoration: none;
}

#contact {
    text-align: center;
}