html {
    font-size: 62.5%;
    overflow-x: hidden
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.428;
    font-weight: 400;
    color: #404040;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #404040;
    font-family: 'Open Sans', sans-serif
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-bottom: 20px
}

.h1,
h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.1
}

@media (min-width:768px) {

    .h1,
    h1 {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1.1
    }
}

.h2,
h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1
}

@media (min-width:768px) {

    .h2,
    h2 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.1
    }
}

.h3,
h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.1
}

@media (min-width:768px) {

    .h3,
    h3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.1
    }
}

ol,
p,
ul {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75
}

@media (min-width:1400px) {

    ol,
    p,
    ul {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.75
    }
}

:focus {
    outline: 0 !important
}

a img {
    border: none
}

a img,
a:active {
    outline: 0
}

img {
    max-width: 100%
}

img.img-responsive {
    margin: 0 auto
}

a {
    color: #5277b7
}

a:active,
a:focus,
a:hover {
    color: #283166
}

@media (min-width:992px) {
    a[href^=tel] {
        pointer-events: none
    }
}

.full {
    float: left;
    width: 100%
}

.full:before {
    content: " ";
    display: table
}

#main,
.container {
    margin: 0 auto;
    position: relative
}

@media (min-width:1200px) {
    #main {
        margin: 25px auto
    }
}

@media (min-width:1600px) {
    .container {
        width: 1470px
    }
}

@media (min-width:1800px) {
    .container {
        width: 1570px
    }
}

@media (min-width:1200px) {
    .container-fluid {
        padding: 0 6%
    }
}

@media (min-width:1400px) {
    .container-fluid {
        padding: 0 8.33333%
    }
}

.container-fluid.inherit {
    position: relative;
    height: inherit
}

.section-title {
    text-align: center;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase
}

.btn {
    padding: 8px 16px;
    border: none;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (min-width:992px) {
    .btn {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1;
        margin: 0
    }
}

.btn-default {
    color: #fff;
    background-color: #79c142;
    border: 1px solid #79c142;
    border-radius: 0
}

.btn-default:active,
.btn-default:focus,
.btn-default:hover {
    color: #fff;
    background-color: #283166;
    border-color: #283166
}

.btn-default.transparent {
    background-color: transparent;
    border-color: #fff
}

.btn-default.transparent:active,
.btn-default.transparent:focus,
.btn-default.transparent:hover {
    color: #fff;
    background-color: #79c142;
    border-color: #79c142
}

.browsehappy {
    text-align: center;
    padding: 25px;
    background-color: #eee;
    margin-bottom: 0
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.attachment img,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium {
    max-width: 100%;
    height: auto
}

.aligncenter,
.alignleft,
.alignright,
img.aligncenter,
img.alignleft,
img.alignright {
    display: block;
    float: none;
    margin: 0 auto 1em
}

@media (min-width:768px) {

    .alignleft,
    img.alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
        margin-top: .5em
    }

    .alignright,
    img.alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
        margin-top: .5em
    }

    .aligncenter,
    img.aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,
iframe,
object {
    max-width: 100%
}

.sticky {
    display: block
}

.site-content {
    clear: both
}

.hentry {
    margin: 0 0 1.5em
}

.byline,
.updated:not(.published) {
    display: none
}

.group-blog .byline,
.single .byline {
    display: inline
}

.entry-content,
.entry-summary,
.page-content {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.entry-footer .cat-links,
.entry-footer .tags-links {
    display: block
}

#comments .comment-notes {
    font-size: 12px
}

#comments p {
    margin-bottom: 5px
}

#comments p.form-submit {
    margin-top: 10px
}

#comments label {
    display: block
}

#comments input[type=email],
#comments input[type=text],
#comments input[type=url],
#comments textarea {
    width: 100%
}

#comments .comment-form-url {
    display: none
}

#secondary {
    margin: 30px auto
}

#secondary section {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 -2px
}

.archive article,
.category article {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.posts-navigation h2 {
    display: none
}

.posts-navigation .nav-previous {
    float: left
}

.posts-navigation .nav-previous:before {
    content: '\2190';
    display: inline-block;
    margin-right: 3px
}

.posts-navigation .nav-next {
    float: right
}

.posts-navigation .nav-next:after {
    content: '\2192';
    display: inline-block;
    margin-left: 3px
}

.area-map .title {
    position: relative;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    background-color: #283166;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1
}

.area-map .title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #283166 transparent transparent
}

.showcase {
    position: relative
}

.showcase .container {
    display: none;
    position: absolute;
    z-index: 3;
    height: 1px;
    top: 20px;
    left: 0;
    right: 0
}

@media (min-width:992px) {
    .showcase .container {
        display: block
    }
}

@media (min-width:1600px) {
    .showcase .container {
        left: 100px
    }
}

.showcase .mobile {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px
}

@media (min-width:768px) {
    .showcase .mobile {
        height: 650px
    }
}

@media (min-width:1200px) {
    .showcase .mobile {
        height: 650px
    }
}

.transparent+.showcase .container {
    top: 150px
}

.transparent+.showcase .mobile {
    height: 375px
}

@media (min-width:1200px) {
    .transparent+.showcase .mobile {
        height: 750px
    }
}

.transparent+.banner {
    height: 375px
}

@media (min-width:768px) {
    .transparent+.banner {
        height: 500px
    }
}

.transparent+.banner .container {
    top: calc(75%);
    -webkit-transform: translate(0, calc(-75%));
    -o-transform: translate(0, calc(-75%));
    -ms-transform: translate(0, calc(-75%));
    -moz-transform: translate(0, calc(-75%));
    transform: translate(0, calc(-75%))
}

@media (min-width:768px) {
    .transparent+.banner .container {
        top: calc(65%);
        -webkit-transform: translate(0, calc(-65%));
        -o-transform: translate(0, calc(-65%));
        -ms-transform: translate(0, calc(-65%));
        -moz-transform: translate(0, calc(-65%));
        transform: translate(0, calc(-65%))
    }
}

.home .transparent+.banner {
    height: 500px
}

.banner {
    position: relative;
    text-align: center;
    height: 400px
}

.banner .container {
    position: relative;
    z-index: 3;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.banner .h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 60px;
    font-size: 6rem;
    line-height: 1.1;
    font-weight: 300;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, .75)
}

@media (min-width:992px) {
    .banner .h1 {
        font-size: 80px;
        font-size: 8rem;
        line-height: 1.1
    }
}

@media (min-width:1200px) {
    .banner .h1 {
        font-size: 100px;
        font-size: 10rem;
        line-height: 1.1
    }
}

.banner .overlay {
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner .bg-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ctas {
    position: relative;
    background-color: #283166
}

.ctas .container {
    max-width: 1370px
}

.ctas .cta {
    padding: 0 5px;
    margin: -25px auto 35px
}

@media (min-width:768px) {
    .ctas .cta {
        margin: -25px auto 15px
    }
}

@media (min-width:1200px) {
    .ctas .cta {
        margin: -45px auto 25px
    }
}

.ctas .cta:after {
    content: '\f067';
    font-family: FontAwesome;
    position: absolute;
    z-index: 5;
    display: block;
    right: 5px;
    bottom: 25px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
    background-color: #79c142;
    text-align: center;
    padding: 12px 15px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.ctas .cta:active:after,
.ctas .cta:focus:after,
.ctas .cta:hover:after {
    background-color: #6db03a
}

.ctas .cta a {
    position: relative;
    z-index: 5;
    display: block;
    overflow: hidden;
    text-decoration: none !important;
    border: 10px solid #5277b7;
    background-color: #5277b7;
    height: 200px
}

@media (min-width:1200px) {
    .ctas .cta a {
        height: 225px
    }
}

.ctas .cta a span {
    display: block
}

.ctas .cta a .text-wrapper {
    position: relative;
    z-index: 5;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.ctas .cta a .text-wrapper .small-text {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600
}

@media (min-width:768px) {
    .ctas .cta a .text-wrapper .small-text {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1
    }
}

@media (min-width:992px) {
    .ctas .cta a .text-wrapper .small-text {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1
    }
}

.ctas .cta a .text-wrapper .large-text {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 700
}

.ctas .cta a .text-wrapper .large-text strong {
    font-weight: 800
}

@media (min-width:992px) {
    .ctas .cta a .text-wrapper .large-text {
        font-size: 40px;
        font-size: 4rem;
        line-height: 1
    }
}

.ctas .cta a .text-wrapper .extra-large-text {
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 1;
    font-weight: 700
}

.ctas .cta a .text-wrapper .extra-large-text strong {
    font-weight: 800
}

@media (min-width:992px) {
    .ctas .cta a .text-wrapper .extra-large-text {
        font-size: 65px;
        font-size: 6.5rem;
        line-height: 1
    }
}

.ctas .cta a .plus {
    position: absolute;
    z-index: 4;
    right: -10px;
    bottom: 25px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
    background-color: #79c142;
    text-align: center;
    padding: 12px 15px
}

.ctas .cta a .overlay {
    -moz-opacity: .7;
    opacity: .7;
    background-color: #283166;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.ctas .cta a .bg-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.ctas .cta a:active .overlay,
.ctas .cta a:focus .overlay,
.ctas .cta a:hover .overlay {
    -moz-opacity: .33;
    opacity: .33
}

.ctas .cta a:active .bg-image,
.ctas .cta a:focus .bg-image,
.ctas .cta a:hover .bg-image {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}

.ctas .section-bg-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -moz-opacity: .5;
    opacity: .5;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.lower-ctas>div {
    padding: 0
}

.lower-ctas>div:first-child {
    background-color: #283166
}

.lower-ctas>div:last-child {
    background-color: #5277b7
}

.lower-ctas a {
    text-decoration: none !important;
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
    height: 250px
}

@media (min-width:768px) {
    .lower-ctas a {
        height: 175px
    }
}

.lower-ctas a .text-wrapper {
    display: block;
    position: relative;
    padding: 0 30px;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center
}

@media (min-width:768px) {
    .lower-ctas a .text-wrapper {
        text-align: left
    }
}

@media (min-width:1200px) {
    .lower-ctas a .text-wrapper {
        padding: 0 10px
    }
}

@media (min-width:1400px) {
    .lower-ctas a .text-wrapper {
        padding: 0 5%
    }
}

.lower-ctas a i {
    display: block;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1
}

@media (min-width:768px) {
    .lower-ctas a i {
        display: inline-block;
        vertical-align: middle;
        width: 40px
    }
}

.lower-ctas a .text {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.25;
    margin: 15px auto
}

.lower-ctas a .text span {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 800
}

@media (min-width:768px) {
    .lower-ctas a .text {
        display: inline-block;
        vertical-align: middle;
        margin: 15px 30px;
        width: calc(50% - 40px)
    }
}

@media (min-width:1200px) {
    .lower-ctas a .text {
        margin: 15px;
        width: calc(60% - 40px)
    }
}

.lower-ctas a .btn {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 40px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1
}

@media (min-width:768px) {
    .lower-ctas a .btn {
        padding: 10px;
        width: calc(40% - 50px)
    }
}

@media (min-width:1200px) {
    .lower-ctas a .btn {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1
    }
}

.lower-ctas a .shape {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -moz-opacity: .25;
    opacity: .25;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.lower-ctas a:active .shape,
.lower-ctas a:focus .shape,
.lower-ctas a:hover .shape {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}

.lower-ctas a:active .btn,
.lower-ctas a:focus .btn,
.lower-ctas a:hover .btn {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.site-footer {
    background-color: #323232;
    color: #fff;
    padding: 25px 0
}

.site-footer .title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 800
}

.site-footer .site-info a {
    display: block;
    margin: 15px 0;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 600
}

.site-footer .site-info a[href^=tel] {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700
}

.site-footer .site-info a i {
    margin-right: 10px
}

.site-footer .site-info .map {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 290px;
    height: 150px;
    margin: 10px auto
}

.site-footer .site-info .map .address {
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.25;
    color: #000;
    font-weight: 700;
    padding: 40px 20px 0 35px
}

.site-footer .menu {
    padding-top: 25px;
}

@media (min-width:1600px) {
    .site-footer .menu {
        padding-left: 25px
    }
}

.site-footer .menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1
}

.site-footer .menu ul li {
    margin-bottom: 10px
}

.site-footer .menu ul li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700
}

.site-footer .menu ul li ul {
    margin: 10px 0 15px;
    padding-left: 15px
}

.site-footer .menu ul li ul li {
    margin-bottom: 3px
}

.site-footer .menu ul li ul li a {
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1
}

.site-footer .menu.mobile ul {
    padding: 0 30px
}

@media (min-width:768px) {
    .site-footer .menu.mobile ul {
        text-align: center;
        margin-top: 30px
    }
}

.site-footer .menu.mobile ul li {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .site-footer .menu.mobile ul li {
        display: inline-block;
        margin: 10px
    }
}

.site-footer .menu.mobile ul li a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1
}

@media (min-width:768px) {
    .site-footer .menu.mobile ul li a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1
    }
}

.site-footer .menu.mobile ul li ul {
    display: none
}

.site-footer .stamp .box {
    border: 1px solid #fff;
    padding: 15px 5px;
    text-align: center;
    text-transform: uppercase
}

.site-footer .stamp .box img {
    margin-bottom: 15px
}

.site-footer .stamp .box span {
    display: block
}

.site-footer .stamp .box span.small-text {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1
}

.site-footer .stamp .box span.large-text {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1
}

.site-footer .stamp .box span.large-text strong {
    font-weight: 800
}

.site-footer .stamp .box span.disclaimer {
    margin-top: 15px;
    font-style: italic;
    text-transform: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1
}

.site-footer .copyright {
    margin-top: 20px;
    text-align: center
}

.site-footer .copyright p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.25;
    margin: 0
}

#brochure {
    position: fixed;
    z-index: 10;
    top: 230px;
    right: 0
}

#brochure a {
    display: block;
    color: #fff;
    background-color: #79c142;
    padding: 5px;
    text-decoration: none !important
}

#brochure a .text {
    display: inline-block;
    overflow: hidden;
    width: 50px
}

#brochure a .text .text-inner {
    display: inline-block;
    white-space: nowrap;
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 600;
    transform: translate(0, 95%) rotate(-90deg);
    transform-origin: 0 0
}

#brochure a .text .text-inner:after {
    content: '';
    float: left;
    margin-top: 100%
}

#brochure a i {
    display: block;
    clear: both;
    text-align: center;
    padding: 10px 5px;
    background-color: #619d33;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1
}

.quickform {
    display: none;
    text-align: center;
    padding: 10px 0
}

@media (min-width:768px) {
    .quickform {
        display: block
    }
}

@media (min-width:1200px) {
    .quickform {
        padding: 0
    }
}

.quickform .section-title {
    color: #fff;
    margin-bottom: 15px
}

.quickform .form-group {
    width: 19%;
    margin-bottom: 0;
    display: inline-block;
    margin-right: -3px;
    text-align: center;
    vertical-align: middle;
    position: relative
}

.quickform .form-group .form-control {
    width: 90%;
    height: 31px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1
}

.quickform .form-group.title {
    width: 100%
}

@media (min-width:1200px) {
    .quickform .form-group.title {
        width: inherit
    }
}

.quickform .form-group.submit .btn {
    width: 100%;
    height: 40px
}

.quickform .form-group.submit .btn span {
    padding: 6px
}

.quickform .form-group.submit {
    margin-top: 20px;
}

.quickform .form-group.submit .btn:active,
.quickform .form-group.submit .btn:focus,
.quickform .form-group.submit .btn:hover {
    background-color: #76d42f
}

.showcase .column-wrapper {
    position: absolute;
    width: 275px;
    text-align: center
}

.showcase .column-wrapper .quickform {
    background-color: #283166;
    padding: 15px 25px;
    margin-bottom: 15px
}

.showcase .column-wrapper .quickform .section-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 15px
}

.showcase .column-wrapper .quickform .form-group {
    width: 100%;
    margin: 0 0 10px
}

.showcase .column-wrapper .quickform .form-group .form-control {
    width: 100%
}

.form-row {
    position: relative;
    padding: 50px 0;
    background-color: #5277b7
}

.form-row .container {
    position: relative;
    z-index: 2
}

.form-row .bg-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -moz-opacity: .3;
    opacity: .3;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner+.form-row {
    background-color: #283166;
    padding: 30px 15px
}

@media (min-width:768px) {
    .banner+.form-row {
        display: none
    }
}

@media (min-width:1200px) {
    .banner+.form-row {
        display: block;
        padding: 50px 15px
    }
}

.banner+.form-row .mobile.btn {
    z-index: 5;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    display: table;
    margin: 0 auto
}

@media (min-width:768px) {
    .banner+.form-row .mobile.btn {
        display: none
    }
}

.banner+.form-row .container {
    position: relative;
    z-index: 3
}

.banner+.form-row .bg-image {
    -moz-opacity: 0;
    opacity: 0
}

@media (min-width:768px) {
    .banner+.form-row .bg-image {
        -moz-opacity: .25;
        opacity: .25
    }
}

@media (min-width:992px) {
    .home .banner+.form-row {
        display: block
    }
}

.form-control::-webkit-input-placeholder {
    color: #000
}

.form-control:-moz-placeholder {
    color: #000
}

.form-control::-moz-placeholder {
    color: #000
}

.form-control:-ms-input-placeholder {
    color: #000
}

.bvalidator_errmsg {
    background-color: #79c142;
    font-size: 12px;
    border: 1px solid #79c142;
    color: #000;
    display: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-box-shadow: 0 0 6px #ddd;
    -webkit-box-shadow: 0 0 6px #ddd;
    white-space: nowrap;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 5px;
    -moz-opacity: .9;
    opacity: .9
}

.bvalidator_errmsg * {
    color: #000
}

.bvalidator_errmsg .bvalidator_close_icon {
    margin-left: 5px;
    margin-top: -2px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #000;
    cursor: pointer
}

.bvalidator_errmsg em {
    display: block;
    border-color: #79c142 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -10px;
    left: 5px
}

.masthead.transparent {
    position: absolute;
    z-index: 9
}

.masthead.transparent .top-nav {
    background-color: transparent
}

.masthead.transparent .top-nav .gradient {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%)
}

.top-nav {
    position: relative;
    background-color: #000;
    padding: 10px 0
}

.top-nav .menu-toggle {
    position: absolute;
    z-index: 11;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1;
    color: #fff
}

.top-nav .site-branding {
    position: relative;
    z-index: 10
}

.top-nav .site-branding a {
    display: block;
    margin: 0 auto;
    padding: 0 35px
}

@media (min-width:768px) {
    .top-nav .site-branding a {
        margin: 0
    }
}

@media (min-width:1200px) {
    .top-nav .site-branding a {
        padding: 0
    }
}

.top-nav .site-branding a img {
    max-width: 100%
}

@media (min-width:768px) {
    .top-nav .site-branding a img {
        display: inline-block
    }
}

.top-nav .site-info {
    position: relative;
    z-index: 10;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px
}

@media (min-width:768px) {
    .top-nav .site-info {
        text-align: right;
        margin-top: 20px
    }
}

@media (min-width:992px) {
    .top-nav .site-info {
        margin-top: 10px
    }
}

.top-nav .site-info .phones {
    display: inline-block;
    vertical-align: middle
}

.top-nav .site-info .phones a {
    text-decoration: none !important;
    display: block;
    color: #fff;
    margin: 5px 15px 10px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1
}

@media (min-width:768px) {
    .top-nav .site-info .phones a {
        display: inline-block;
        margin: 0 5px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1
    }
}

@media (min-width:992px) {
    .top-nav .site-info .phones a {
        margin: 0 10px
    }
}

@media (min-width:1200px) {
    .top-nav .site-info .phones a {
        margin: 0 15px;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1
    }
}

.top-nav .site-info .buttons {
    display: none;
    vertical-align: middle
}

@media (min-width:992px) {
    .top-nav .site-info .buttons {
        display: inline-block
    }
}

.top-nav .site-info .buttons a {
    text-decoration: none !important;
    display: inline-block;
    color: #fff;
    margin: 0 2px;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 10px 15px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.top-nav .site-info .buttons a:active,
.top-nav .site-info .buttons a:focus,
.top-nav .site-info .buttons a:hover {
    color: #fff;
    background-color: #283166
}

.top-nav .site-info .buttons a.contact {
    color: #fff;
    background-color: #79c142
}

.top-nav .site-info .buttons a.contact:active,
.top-nav .site-info .buttons a.contact:focus,
.top-nav .site-info .buttons a.contact:hover {
    color: #fff;
    background-color: #283166
}

.site-navigation {
    background-color: rgba(40, 49, 102, 0.7);
    position: relative;
    width: 100%;
    text-align: center
}

.site-navigation ul {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0
}

.site-navigation ul li {
    position: relative;
    display: inline-block;
    margin: 0 -3px;
    text-align: center
}

.site-navigation ul li.menu-item-has-children {
    position: relative
}

.site-navigation ul li.menu-item-has-children:after {
    content: '\f107';
    font-family: FontAwesome;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.site-navigation ul li:active:after,
.site-navigation ul li:focus:after,
.site-navigation ul li:hover:after {
    color: #fff;
    -moz-opacity: .75;
    opacity: .75
}

.site-navigation ul li:active>a,
.site-navigation ul li:focus>a,
.site-navigation ul li:hover>a {
    color: #fff;
    -moz-opacity: .75;
    opacity: .75
}

.site-navigation ul li.current_page_item>a {
    color: #fff
}

.site-navigation ul li:last-child ul {
    left: auto;
    right: 0
}

.site-navigation ul li a {
    display: block;
    padding: 15px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (min-width:1200px) {
    .site-navigation ul li a {
        padding: 15px 20px
    }
}

@media (min-width:1600px) {
    .site-navigation ul li a {
        padding: 15px 30px
    }
}

.site-navigation ul ul {
    display: none;
    position: absolute;
    z-index: 99;
    width: 275px;
    background: #283166;
    left: 0;
    text-align: left;
    -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .15);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .15)
}

.site-navigation ul ul li {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left
}

.site-navigation ul ul li a {
    padding: 8px 15px;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.428;
    letter-spacing: 0;
    text-shadow: none !important
}

.site-navigation ul ul li a:active,
.site-navigation ul ul li a:focus,
.site-navigation ul ul li a:hover {
    background-color: #5277b7;
    color: #fff;
    -moz-opacity: 1;
    opacity: 1
}

.site-navigation ul ul ul {
    display: none !important
}

.site-navigation ul li:hover>ul {
    display: block;
    -webkit-animation: fadein .25s;
    -moz-animation: fadein .25s;
    -ms-animation: fadein .25s;
    -o-animation: fadein .25s;
    animation: fadein .25s
}

@keyframes fadein {
    from {
        opacity: 0;
        margin-top: -6px
    }

    to {
        opacity: 1;
        margin-top: -1px
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
        margin-top: -6px
    }

    to {
        opacity: 1;
        margin-top: -1px
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
        margin-top: -6px
    }

    to {
        opacity: 1;
        margin-top: -1px
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0;
        margin-top: -6px
    }

    to {
        opacity: 1;
        margin-top: -1px
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
        margin-top: -6px
    }

    to {
        opacity: 1;
        margin-top: -1px
    }
}

#mmenu:not(.mm-menu) {
    display: none
}

.mm-navbar .mm-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.25
}

.mm-listview {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25
}

.mm-menu>.mm-panels {
    background: #323232 !important
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after,
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview>li .mm-next:after,
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>*,
.mm-navbar {
    border-color: #fff !important
}

.mm-listview>li:not(.mm-divider):after {
    left: 0 !important
}

.mm-menu .mm-listview a,
.mm-navbar .mm-title {
    color: #fff !important
}

.mm-panels .mm-listview a:hover {
    color: rgba(255, 255, 255, .5) !important
}

#mmenu {
    display: block
}

@media (min-width:1200px) {
    #mmenu {
        display: none
    }
}

.mobile-button {
    display: none;
    background-color: #283166;
    margin: 0;
    padding: 25px 15px;
    text-align: center
}

.mobile-button a:active,
.mobile-button a:focus,
.mobile-button a:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.home .mobile-button {
    display: block
}

@media (min-width:768px) {
    .home .mobile-button {
        display: none
    }
}

.tablet-form {
    display: none;
    background-color: #283166
}

@media (min-width:768px) {
    .tablet-form {
        display: block
    }
}

@media (min-width:1200px) {
    .tablet-form {
        display: none
    }
}

@media (min-width:992px) {
    .home .tablet-form {
        display: none
    }
}

.reviews {
    padding: 25px 0;
    background-color: #d9d9d9
}

.reviews .section-title {
    color: #283166
}

.reviews .review-slider {
    visibility: hidden;
    margin-top: 25px;
    padding-bottom: 30px
}

.reviews .review-slider.slick-initialized {
    visibility: visible
}

@media (min-width:1200px) {
    .reviews .review-slider:before {
        content: '';
        position: absolute;
        z-index: 1;
        width: 150px;
        height: 100%;
        top: 0;
        left: 0;
        background: -moz-linear-gradient(left, #d9d9d9 0, #d9d9d9 50%, rgba(217, 217, 217, 0) 100%);
        background: -webkit-linear-gradient(left, #d9d9d9 0, #d9d9d9 50%, rgba(217, 217, 217, 0) 100%);
        background: linear-gradient(to right, #d9d9d9 0, #d9d9d9 50%, rgba(217, 217, 217, 0) 100%)
    }
}

@media (min-width:1200px) {
    .reviews .review-slider:after {
        content: '';
        position: absolute;
        z-index: 1;
        width: 150px;
        height: 100%;
        top: 0;
        right: 0;
        background: -moz-linear-gradient(left, rgba(217, 217, 217, 0) 0, #d9d9d9 50%, #d9d9d9 100%);
        background: -webkit-linear-gradient(left, rgba(217, 217, 217, 0) 0, #d9d9d9 50%, #d9d9d9 100%);
        background: linear-gradient(to right, rgba(217, 217, 217, 0) 0, #d9d9d9 50%, #d9d9d9 100%)
    }
}

.reviews .review-slider .review-wrapper {
    margin: 0 20px
}

.reviews .review-slider .review-wrapper .review-content {
    padding: 20px 25px;
    background-color: #fff
}

@media (min-width:1200px) {
    .reviews .review-slider .review-wrapper .review-content {
        min-height: 190px
    }
}

@media (min-width:1600px) {
    .reviews .review-slider .review-wrapper .review-content {
        min-height: 150px
    }
}

.reviews .review-slider .review-wrapper .review-content p {
    margin-bottom: 0;
    color: #283166;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.428
}

.reviews .review-slider .review-wrapper .review-content p a {
    color: #283166;
    text-decoration: none;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.reviews .review-slider .review-wrapper .review-content p a:active,
.reviews .review-slider .review-wrapper .review-content p a:focus,
.reviews .review-slider .review-wrapper .review-content p a:hover {
    -moz-opacity: .85;
    opacity: .85
}

.reviews .review-slider .slick-arrow {
    position: absolute;
    z-index: 3;
    top: 35%;
    -webkit-transform: translate(0, -35%);
    -o-transform: translate(0, -35%);
    -ms-transform: translate(0, -35%);
    -moz-transform: translate(0, -35%);
    transform: translate(0, -35%);
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
    color: #283166;
    background-color: rgba(255, 255, 255, .75);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 20px 25px
}

.reviews .review-slider .slick-arrow.left-arrow {
    left: 15px
}

.reviews .review-slider .slick-arrow.right-arrow {
    right: 15px
}

.reviews .review-slider .slick-dots li {
    margin: 0 3px
}

.reviews .review-slider .slick-dots li button:before {
    font-size: 16px;
    color: #fff;
    -moz-opacity: 1;
    opacity: 1
}

.reviews .review-slider .slick-dots li.slick-active button:before {
    color: #283166
}

.sticky-nav {
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    margin-top: -115px;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.sticky-nav.sticky {
    -moz-opacity: 1;
    opacity: 1;
    margin-top: 0
}

.sticky-nav .site-branding a img {
    max-height: 50px
}

.sticky-nav .site-info {
    margin-top: 5px
}

.sticky-nav .site-info .phones a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1
}

.sticky-nav .site-info .phones a:last-child {
    display: none
}

@media (min-width:992px) {
    .sticky-nav .site-info .phones a:last-child {
        display: inline-block
    }
}

@media (min-width:768px) {
    .sticky-nav .site-info .buttons {
        display: inline-block
    }
}

.sticky-nav .site-info .buttons a {
    padding: 8px 10px;
    background-color: #79c142;
    border-color: #79c142
}

.sticky-nav .site-info .buttons a:active,
.sticky-nav .site-info .buttons a:focus,
.sticky-nav .site-info .buttons a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000
}

.trust {
    padding: 50px 0;
    text-align: center
}

.trust img {
    display: inline-block;
    vertical-align: middle;
    margin: 15px;
    max-width: 40%
}

@media (min-width:768px) {
    .trust img {
        max-width: 20%
    }
}

@media (min-width:1600px) {
    .trust img {
        max-width: none
    }
}

#smct_content {
    padding: 65px;
}

/*# sourceMappingURL=style.css.map */