* {
    box-sizing: border-box;
}
.wp-caption.alignleft,
.wp-caption.alignright,
img.alignleft,
img.alignright {
    height: auto;
    max-width: 50%;
}
.wp-caption.aligncenter,
.wp-caption.alignnone,
img.aligncenter,
img.alignnone {
    height: auto;
    max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignnone,
img.aligncenter,
img.alignnone {
    margin: 0 0 22px 0;
}
.wp-caption.alignright,
img.alignright {
    float: right;
    margin: 0 0 22px 30px;
}
.wp-caption.alignleft,
img.alignleft {
    float: left;
    margin: 0 30px 22px 0;
}
.wp-caption.aligncenter,
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@font-face {
    font-family: icomoon;
    src: url(../icons/icomoon.eot?fnb32u);
    src: url(../icons/icomoon.eot?fnb32u#iefix) format("embedded-opentype"),
        url(../icons/icomoon.ttf?fnb32u) format("truetype"), url(../icons/icomoon.woff?fnb32u) format("woff"),
        url(../icons/icomoon.svg?fnb32u#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-sort-desc:before {
    content: "\f0dd";
}
.icon-sort-down:before {
    content: "\f0dd";
}
@font-face {
    font-family: Flaticon;
    src: url(../icons/Flaticon.eot);
    src: url(../icons/Flaticon.eot?#iefix) format("embedded-opentype"), url(../icons/Flaticon.woff) format("woff"),
        url(../icons/Flaticon.ttf) format("truetype"), url(../icons/Flaticon.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: Flaticon;
        src: url(Flaticon.svg#Flaticon) format("svg");
    }
}
[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class^="flaticon-"]:before {
    font-family: Flaticon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flaticon-search:before {
    content: "\f100";
}
.flaticon-keyboard-right-arrow-button:before {
    content: "\f101";
}
.flaticon-expand-button:before {
    content: "\f102";
}
.flaticon-clear-button:before {
    content: "\f103";
}
.flaticon-back:before {
    content: "\f104";
}
.flaticon-arrow:before {
    content: "\f105";
}
.flaticon-lock:before {
    content: "\f106";
}
.flaticon-tick-inside-circle:before {
    content: "\f107";
}
.flaticon-instagram:before {
    content: "\f108";
}
.flaticon-linkedin:before {
    content: "\f109";
}
.flaticon-facebook:before {
    content: "\f10a";
}
.flaticon-twitter:before {
    content: "\f10b";
}
.flaticon-flame:before {
    content: "\f10c";
}
.flaticon-safety:before {
    content: "\f10d";
}
.flaticon-menu-button:before {
    content: "\f10e";
}
.flaticon-add-plus-button:before {
    content: "\f10f";
}
.flaticon-dash:before {
    content: "\f110";
}
.flaticon-shield:before {
    content: "\f111";
}
.flaticon-right-quote-sign:before {
    content: "\f112";
}
.flaticon-facebook-placeholder-for-locate-places-on-maps:before {
    content: "\f113";
}
.flaticon-google-plus:before {
    content: "\f114";
}
.flaticon-new-email-button:before {
    content: "\f115";
}
body {
    color: #666;
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.538;
    position: relative;
    margin: 0 0 75px;
}
.h2,
.h3,
.h4,
h2,
h3,
h4 {
    color: #004a97;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin: 10px 0 10px;
}
.h1,
h1 {
    font-family: Lato, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.21;
}
.h2,
h2 {
    font-size: 24px;
    line-height: 1.1667;
}
.h3,
h3 {
    font-size: 18px;
    line-height: 1.3333;
}
.h4,
h4 {
    font-size: 15px;
    line-height: 1.4667;
}
p {
    margin: 0 0 20px;
}
ul {
    margin: 0;
    padding: 0;
}
ol {
    margin: 20px 0;
    padding: 0;
}
ul li {
    list-style-type: disc;
    list-style-position: inside;
}
hr {
    border: 0;
    border-top: 1px solid #e9f0f8;
}
a {
    color: #5a87c5;
    text-decoration: none;
    transition: all 0.4s ease;
}
a:hover {
    color: #f43b3b;
    cursor: pointer;
}
@media (min-width: 768px) {
    body {
        font-size: 15px;
        line-height: 1.6;
    }
    .h2,
    .h3,
    .h4,
    h2,
    h3,
    h4 {
        margin: 15px 0 10px;
    }
    .h1,
    h1 {
        font-size: 42px;
        line-height: 1.1904;
    }
    .h2,
    h2 {
        font-size: 32px;
        line-height: 1.25;
    }
    .h3,
    h3 {
        font-size: 28px;
        line-height: 1.25;
    }
    .h4,
    h4 {
        font-size: 18px;
        line-height: 1.2778;
    }
    p {
        margin: 0 0 25px;
    }
}
@media (min-width: 1025px) {
    body {
        font-size: 16px;
        padding-top: 124px;
        margin: 0;
    }
    .h2,
    .h3,
    .h4,
    h2,
    h3,
    h4 {
        margin: 25px 0 12px;
    }
    .h1,
    h1 {
        font-size: 52px;
    }
    .h2,
    h2 {
        font-size: 36px;
    }
    .h4,
    h4 {
        font-size: 20px;
    }
}
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 24px;
    padding-right: 24px;
}
.container {
    max-width: 1320px;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .container {
        padding-left: 54px;
        padding-right: 54px;
    }
}
.row {
    margin-left: -24px;
    margin-right: -24px;
}
[class*="col-"] {
    position: relative;
    min-height: 1px;
    padding-left: 24px;
    padding-right: 24px;
}
[class*="col-xxs-"] {
    float: left;
}
.col-xxs-12 {
    width: 100%;
}
.col-xxs-11 {
    width: 91.66666667%;
}
.col-xxs-10 {
    width: 83.33333333%;
}
.col-xxs-9 {
    width: 75%;
}
.col-xxs-8 {
    width: 66.66666667%;
}
.col-xxs-7 {
    width: 58.33333333%;
}
.col-xxs-6 {
    width: 50%;
}
.col-xxs-5 {
    width: 41.66666667%;
}
.col-xxs-4 {
    width: 33.33333333%;
}
.col-xxs-3 {
    width: 25%;
}
.col-xxs-2 {
    width: 16.66666667%;
}
.col-xxs-1 {
    width: 8.33333333%;
}
.col-xxs-pull-12 {
    right: 100%;
}
.col-xxs-pull-11 {
    right: 91.66666667%;
}
.col-xxs-pull-10 {
    right: 83.33333333%;
}
.col-xxs-pull-9 {
    right: 75%;
}
.col-xxs-pull-8 {
    right: 66.66666667%;
}
.col-xxs-pull-7 {
    right: 58.33333333%;
}
.col-xxs-pull-6 {
    right: 50%;
}
.col-xxs-pull-5 {
    right: 41.66666667%;
}
.col-xxs-pull-4 {
    right: 33.33333333%;
}
.col-xxs-pull-3 {
    right: 25%;
}
.col-xxs-pull-2 {
    right: 16.66666667%;
}
.col-xxs-pull-1 {
    right: 8.33333333%;
}
.col-xxs-pull-0 {
    right: auto;
}
.col-xxs-push-12 {
    left: 100%;
}
.col-xxs-push-11 {
    left: 91.66666667%;
}
.col-xxs-push-10 {
    left: 83.33333333%;
}
.col-xxs-push-9 {
    left: 75%;
}
.col-xxs-push-8 {
    left: 66.66666667%;
}
.col-xxs-push-7 {
    left: 58.33333333%;
}
.col-xxs-push-6 {
    left: 50%;
}
.col-xxs-push-5 {
    left: 41.66666667%;
}
.col-xxs-push-4 {
    left: 33.33333333%;
}
.col-xxs-push-3 {
    left: 25%;
}
.col-xxs-push-2 {
    left: 16.66666667%;
}
.col-xxs-push-1 {
    left: 8.33333333%;
}
.col-xxs-push-0 {
    left: auto;
}
.col-xxs-offset-12 {
    margin-left: 100%;
}
.col-xxs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xxs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xxs-offset-9 {
    margin-left: 75%;
}
.col-xxs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xxs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xxs-offset-6 {
    margin-left: 50%;
}
.col-xxs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xxs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xxs-offset-3 {
    margin-left: 25%;
}
.col-xxs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xxs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xxs-offset-0 {
    margin-left: 0;
}
@media (min-width: 600px) {
    [class*="col-xs-"] {
        float: left;
    }
    .col-xs-12 {
        width: 100%;
    }
    .col-xs-11 {
        width: 91.66666667%;
    }
    .col-xs-10 {
        width: 83.33333333%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-8 {
        width: 66.66666667%;
    }
    .col-xs-7 {
        width: 58.33333333%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-5 {
        width: 41.66666667%;
    }
    .col-xs-4 {
        width: 33.33333333%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-2 {
        width: 16.66666667%;
    }
    .col-xs-1 {
        width: 8.33333333%;
    }
    .col-xs-pull-12 {
        right: 100%;
    }
    .col-xs-pull-11 {
        right: 91.66666667%;
    }
    .col-xs-pull-10 {
        right: 83.33333333%;
    }
    .col-xs-pull-9 {
        right: 75%;
    }
    .col-xs-pull-8 {
        right: 66.66666667%;
    }
    .col-xs-pull-7 {
        right: 58.33333333%;
    }
    .col-xs-pull-6 {
        right: 50%;
    }
    .col-xs-pull-5 {
        right: 41.66666667%;
    }
    .col-xs-pull-4 {
        right: 33.33333333%;
    }
    .col-xs-pull-3 {
        right: 25%;
    }
    .col-xs-pull-2 {
        right: 16.66666667%;
    }
    .col-xs-pull-1 {
        right: 8.33333333%;
    }
    .col-xs-pull-0 {
        right: auto;
    }
    .col-xs-push-12 {
        left: 100%;
    }
    .col-xs-push-11 {
        left: 91.66666667%;
    }
    .col-xs-push-10 {
        left: 83.33333333%;
    }
    .col-xs-push-9 {
        left: 75%;
    }
    .col-xs-push-8 {
        left: 66.66666667%;
    }
    .col-xs-push-7 {
        left: 58.33333333%;
    }
    .col-xs-push-6 {
        left: 50%;
    }
    .col-xs-push-5 {
        left: 41.66666667%;
    }
    .col-xs-push-4 {
        left: 33.33333333%;
    }
    .col-xs-push-3 {
        left: 25%;
    }
    .col-xs-push-2 {
        left: 16.66666667%;
    }
    .col-xs-push-1 {
        left: 8.33333333%;
    }
    .col-xs-push-0 {
        left: auto;
    }
    .col-xs-offset-12 {
        margin-left: 100%;
    }
    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xs-offset-9 {
        margin-left: 75%;
    }
    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xs-offset-6 {
        margin-left: 50%;
    }
    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xs-offset-3 {
        margin-left: 25%;
    }
    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xs-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    [class*="col-sm-"] {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1025px) {
    [class*="col-md-"] {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    [class*="col-lg-"] {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both;
}
.btn,
.btn-primary,
.btn-secondary {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    display: inline-block;
    min-height: 40px;
    padding-left: 27px;
    padding-right: 27px;
}
.btn-primary:hover,
.btn-secondary:hover,
.btn:hover {
    color: #fff;
}
.btn {
    color: #fff;
    background-color: #f43a3b;
}
.btn:hover {
    background-color: #e22625;
}
.btn-primary {
    color: #fff;
    background-color: #014a97;
}
.btn-secondary {
    border: 1px solid #00366f;
    color: #00366f;
    background-color: #fff;
}
.btn-primary:hover,
.btn-secondary:hover {
    background-color: #00366f;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn + .btn {
    margin-left: 10px;
}
table {
    border-collapse: collapse;
}
td {
    border-bottom: 1px solid #ebeff8;
    padding: 20px;
}
thead {
    border-bottom: 4px solid #ebeff8;
    color: #004a97;
}
thead td {
    padding: 10px 20px;
}
@media (min-width: 768px) {
    thead {
        font-size: 20px;
        line-height: 1.3;
    }
}
.table-wrap-outer {
    position: relative;
}
.table-wrap-inner {
    overflow: auto;
}
.js-table-fade {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.table-wrap-outer:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
    width: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
}
@media (min-width: 600px) {
    .table-wrap-outer:after {
        display: none;
    }
    .table-wrap-inner {
        overflow: visible !important;
    }
}
label {
    color: #16487d;
    font-weight: 700;
    position: relative;
    left: 3px;
}
select {
    height: 40px;
}
input,
textarea {
    transition: all 0.4s ease;
}
select,
textarea {
    width: 100%;
    outline-color: #00518a;
    border: 1px solid #bac6d5;
    padding: 0 15px;
    font-weight: 400;
    color: #666;
}
.wpcf7-form-control-wrap.messages,
textarea {
    height: 150px !important;
}
button,
input:not([type="radio"]):not([type="checkbox"]),
textarea {
    -webkit-appearance: none;
}
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="url"],
[type="week"] {
    min-height: 40px;
    border: 1px solid #bac6d5;
    width: 100%;
    padding-left: 18px;
    outline-color: #00518a;
    font-weight: 400;
    color: #666;
}
[type="submit"] {
    border: none;
    outline: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border: none;
    padding: 0;
}
.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
    display: inline-block;
    margin-left: 5px;
}
.selectric-wrapper {
    position: relative;
    cursor: pointer;
}
.selectric-responsive {
    width: 100%;
}
.selectric {
    border: 1px solid #a9c4ea;
    border-radius: 0;
    background: #fff;
    position: relative;
    overflow: hidden;
    text-indent: -9999;
}
.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectric .button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    color: #fff;
    overflow: hidden;
    border-left: 1px solid #a9c4ea;
}
.selectric .button:after {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    width: 39px;
    height: 39px;
    font-family: Flaticon;
    content: "\f101";
    font-size: 13px;
    color: #adc6e4;
    display: block;
    text-align: center;
    padding-top: 10px;
    font-weight: 400;
    transform: rotate(90deg);
    text-indent: -6px;
    padding-right: 5px;
}
.selectric-focus .selectric {
    border-color: #aaa;
}
.selectric-hover .selectric {
    border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
    color: #fff;
}
.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2;
}
.selectric-open {
    z-index: 9999;
}
.selectric-open .selectric {
    border-color: #c4c4c4;
}
.selectric-open .selectric-items {
    display: block;
}
.selectric-disabled {
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}
.selectric-hide-select select {
    position: absolute;
    left: -100%;
}
.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}
.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: 0 !important;
    border: none !important;
    background: 0 0 !important;
}
.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #e9f0f8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}
.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}
.selectric-items ul {
    padding-left: 0 !important;
}
.selectric-items li,
.selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}
.selectric-items li {
    display: block;
    padding: 10px 15px;
    color: #666;
    cursor: pointer;
}
.selectric-items li.selected {
    background: #e0e0e0;
    color: #444;
}
.selectric-items li.highlighted {
    background: #adc6e4;
    color: #444;
}
.selectric-items li:hover {
    background: #adc6e4;
    color: #444;
}
.selectric-items .disabled {
    opacity: 0.5;
    cursor: default !important;
    background: 0 0 !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
    font-weight: 700;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    color: #444;
}
.selectric-items .selectric-group.disabled li {
    opacity: 1;
}
.selectric-items .selectric-group li {
    padding-left: 25px;
}
.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 25px;
    position: relative;
    height: 50px;
}
.wpcf7-not-valid-tip {
    color: #f43a3b;
    font-size: 12px;
}
.wpcf7-response-output {
    color: #f43a3b !important;
}
.wpcf7-not-valid .selectric,
input.wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    outline-color: #f43a3b !important;
}
.screen-reader-response {
    display: none;
}
.js-cf7__container--valid.ComLocation:after,
.js-cf7__container--valid.ComLocation:before,
.js-cf7__container--valid.hearaboutus:after,
.js-cf7__container--valid.hearaboutus:before,
.js-cf7__container--valid.iwanttocontact:after,
.js-cf7__container--valid.iwanttocontact:before,
.js-cf7__container--valid.state:after,
.js-cf7__container--valid.state:before {
    display: none;
}
.breadcrumbs {
    background-color: #00366f;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    height: 32px;
    line-height: 2.6667;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}
.breadcrumbs:after,
.breadcrumbs:before {
    display: block;
    content: "";
    height: 17px;
    position: absolute;
    right: 0;
    width: 25%;
    z-index: 2;
}
.breadcrumbs:before {
    background-color: #cedeee;
    top: 0;
}
.breadcrumbs:after {
    background-color: #e9f0f8;
    bottom: 0;
}
.breadcrumbs a {
    color: #fff;
    padding: 0 8px;
}
.breadcrumbs a:hover {
    color: #316cb0;
}
.breadcrumbs strong {
    font-weight: 700;
    padding-left: 8px;
}
.breadcrumbs a,
.breadcrumbs strong {
    display: inline-block;
}
.wp-pagenavi {
    clear: both;
    padding: 10px 0;
    margin: 20px 0;
    font-size: 13px;
    text-align: right;
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #2060a8;
    border: 0;
    padding: 5px 10px;
    margin: 5px 2px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    color: #fff;
    background: #00366f;
}
@media (min-width: 768px) {
    .wp-pagenavi {
        font-size: 14px;
    }
    .wp-pagenavi a,
    .wp-pagenavi span {
        margin: 5px 3px;
    }
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-slide,
.slick-slide:focus * {
    outline: 0 !important;
}
.slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.slick-slider .slide {
    display: none;
}
.slick-slider .slide:first-child {
    display: block;
}
.slick-slider.slick-initialized .slide {
    display: block;
}
.js-slider-has-preloader {
    min-height: 50px;
    position: relative;
}
.js-slider-has-preloader:before {
    content: url(../img/loading.gif);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transition: all 0.5s ease;
    transform: translate(-50%, -50%);
}
.js-slider-has-preloader-init:before {
    transform: scale(0);
}
.slick-next,
.slick-prev {
    background: no-repeat;
    color: #115963;
    font-family: Flaticon;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    text-align: center;
    z-index: 99;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    opacity: 1;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    outline: 0;
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
    outline: 0;
}
.slick-next:before,
.slick-prev:before {
    content: "\f102";
    font-family: Flaticon;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    outline: 0;
    opacity: 1;
    color: #cfdeef;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 10;
}
.slick-prev:before,
[dir="rtl"] .slick-prev:before {
    transform: rotate(90deg);
}
.slick-next:before,
[dir="rtl"] .slick-next:before {
    transform: rotate(-90deg);
}
[dir="rtl"] .slick-next {
    right: auto;
}
[dir="rtl"] .slick-prev {
    left: auto;
}
.slick-prev,
[dir="rtl"] .slick-next {
    left: -40px;
}
.slick-next,
[dir="rtl"] .slick-prev {
    right: -40px;
}
.slick-dots-container {
    position: relative;
    display: block;
    max-width: 1320px;
    margin: 0 auto;
}
.slick-dots {
    display: block;
    content: "";
    padding: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0;
}
.slick-dots li {
    display: inline-block;
    list-style-type: none;
    width: 20px;
    height: 15px;
    text-align: center;
}
.slick-dots button {
    background-color: #fff;
    border: 1px solid #f6393d;
    border-radius: 50%;
    content: "";
    cursor: pointer;
    display: inline-block;
    text-indent: -9999px;
    outline: 0;
    width: 13px;
    height: 13px;
    padding: 0;
    position: relative;
    margin: 10px 0 0;
    z-index: 1025;
}
.slick-active button {
    background-color: #f6393d;
}
.page-header {
    background-color: #fff;
    height: 124px;
    width: 100%;
}
@media (min-width: 1025px) {
    .page-header {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
    }
    .page-header.scrolled {
        box-shadow: 0 0 8px 0 rgba(146, 146, 146, 0.3);
    }
}
.admin-bar .page-header {
    top: 32px;
}
@media screen and (max-width: 782px) {
    .admin-bar .page-header {
        top: 46px;
    }
}
.headtop {
    background-color: #2a66ac;
    color: #fff;
    height: 34px;
    line-height: 34px;
}
.topmenu {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}
.topmenu li {
    list-style-type: none;
    display: inline-block;
    float: left;
    padding-left: 25px;
}
@media (max-width: 600px) {
    .topmenu li {
        padding-left: 5px;
        font-size: 12px;
    }
}
@media (max-width: 350px) {
    .topmenu li {
        font-size: 11.5px;
    }
}
.topmenu a {
    font-size: 12px;
    color: #fff;
}
.topmenu a:hover {
    color: #5987c5;
}
.topsocials {
    color: #fff;
    display: inline-block;
    float: right;
    line-height: normal;
}
.topsocials a {
    color: #fff;
    display: inline-block;
    padding: 7px 3px;
    font-size: 20px;
    float: left;
    line-height: 0.9;
}
.topsocials a:hover {
    color: #5987c5;
}
.topsocials .flaticon-twitterx {
    background: #fff;
    height: 20px;
    width: 17px;
    display: inline-block;
    text-align: center;
	transition: all 0.4s ease;
	line-height: 1;
}
.topsocials a:hover .flaticon-twitterx {
    background: #5987c5;
}
.tnumber {
    font-size: 12px;
    background-color: #f43b3b;
    color: #fff;
    display: inline-block;
    float: right;
    padding: 0 5px;
    text-transform: uppercase;
    text-align: center;
}
.tnumber:hover {
    background-color: #5785c4;
    color: #fff;
}
@media (max-width: 1024px) {
    .headtop .container {
        padding: 0;
    }
}
@media (min-width: 768px) {
    .topmenu {
        float: right;
    }
    .topmenu a {
        font-size: 16px;
    }
    .topmenu li {
        font-size: 13px;
        padding-left: 30px;
    }
    .tnumber,
    .topsocials {
        margin-left: 25px;
    }
    .tnumber {
        font-size: 16px;
        padding: 0 15px;
    }
}
.headbot {
    height: 90px;
}
.headbot .container {
    position: relative;
}
.logo {
    background: url(../img/logo.png) left center no-repeat;
    display: block;
    width: 139px;
    height: 90px;
    position: relative;
    z-index: 201;
}
.btn-proposal {
    margin: 16px 24px 0;
}
.site-search {
    background-color: #00366f;
    color: #fff;
    display: block;
    width: 100%;
    padding: 0 24px;
    position: absolute;
    left: 0;
    top: 124px;
    z-index: 300;
}
.icon-search-btn {
    background-color: transparent;
    border: 0;
    color: #00366f;
    cursor: pointer;
    line-height: 0.4;
    font-size: 22px;
    font-weight: 400;
    outline: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    right: 0;
    top: -65px;
    height: 40px;
    width: 50px;
    z-index: 10;
}
.searchbox--form {
    display: none;
    position: relative;
    left: 0;
    top: 100%;
    max-width: 562px;
    margin: 26px auto;
    height: 39px;
    width: 100%;
    z-index: 100;
}
.searchbox--submit,
.searchbox--text {
    height: 40px;
    border: 0;
    font-family: lato, sans-serif;
    position: relative;
    top: 0;
    outline: 0;
    margin: 0;
}
.searchbox--text {
    background-color: #fff;
    color: #403c3e;
    width: 70%;
    float: left;
    padding: 1px 10px;
}
.searchbox--submit {
    background-color: #014a97;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 15px;
    padding: 0 20px;
    text-align: center;
    width: 30%;
    z-index: 3;
}
.searchbox--submit:hover {
    background-color: #5584c3;
}
@media (min-width: 600px) {
    .searchbox--label {
        background-color: #00366f;
        color: #fff;
        float: left;
        font-size: 18px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 6px 10px 0 5px;
        height: 40px;
        width: 140px;
    }
    .searchbox--fields {
        display: inline-block;
        float: right;
        position: relative;
    }
    .searchbox--label {
        width: 30%;
    }
    .searchbox--fields {
        width: 70%;
    }
}
@media (min-width: 768px) {
    .logo {
        width: 188px;
    }
    .searchbox--form {
        max-width: 720px;
    }
    .searchbox--label {
        width: 22%;
    }
    .searchbox--fields {
        width: 78%;
    }
    .searchbox--text {
        width: 80%;
    }
    .searchbox--submit {
        width: 20%;
    }
}
@media (min-width: 1025px) {
    .logo {
        width: 205px;
        border-right: 2px solid #f4f7fc;
        float: left;
    }
    .searchbox--label {
        width: 24%;
        font-size: 20px;
    }
    .searchbox--fields {
        width: 76%;
    }
    .icon-search-btn {
        border-left: 2px solid #f4f7fc;
        padding-left: 10px;
        text-align: right;
        width: 60px;
        right: 20px;
    }
    .site-search {
        padding: 0 0;
    }
}
.mainmenu {
    background-color: #fff;
    display: inline-block;
    content: "";
    min-height: 75px;
    height: auto;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    border-top: 1px solid #e9f0f8;
    z-index: 200;
}
.mainmenu .ubermenu-responsive-toggle,
.menu-btn {
    background-color: #004a97;
    border: 0;
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    outline: 0;
    padding: 10px 0;
    height: 100%;
    width: 75px;
    text-align: center;
    text-transform: uppercase;
}
.mainmenu .ubermenu-responsive-toggle .fas,
.menu-btn .flaticon-menu-button {
    font-size: 36px;
    line-height: 1;
    display: block;
    margin: 0;
    width: auto;
}
@media (min-width: 1025px) {
    .mainmenu {
        background-color: transparent;
        border-top: none;
        position: absolute;
        top: 0;
        text-align: right;
    }
}
@media (min-width: 1366px) {
    .site-search {
        padding: 0 24px;
    }
}
.nav-primary {
    display: none;
    background-color: #e9f0f8;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    position: absolute;
    bottom: 75px;
    left: 0;
    margin: 0;
    padding: 30px;
    width: 100%;
}
.nav-primary ul {
    margin: 0;
    padding: 0;
}
.nav-primary li {
    padding: 0;
    list-style-type: none;
    position: relative;
}
.nav-primary li:last-child {
    border: 0;
}
.nav-primary a {
    color: #004a97;
    display: block;
    padding: 8px 0;
}
.nav-primary a:hover {
    color: #f43b3b;
}
.current_page_item a {
    color: #3780e3;
}
.menu-item-has-children .sub-menu a {
    color: #004a97;
}
.current_page_ancestor > a,
.sub-menu .current_page_item > a {
    color: #3780e3;
}
@media (min-width: 1025px) {
    .nav-primary {
        background-color: #fff;
        display: block;
        font-size: 18px;
        position: relative;
        bottom: 0;
        left: auto;
        right: 20px;
        padding: 0;
        width: auto;
        float: right;
    }
    .nav-primary li {
        display: inline-block;
        float: left;
    }
    .nav-primary a {
        display: block;
        padding: 36px 20px;
    }
    .nav-primary > .menu-item-has-children > a {
        padding: 36px 25px 36px 20px;
    }
    .nav-primary > .menu-item-has-children > a:before {
        font-family: Flaticon;
        color: #dae5f2;
        content: "\f102";
        top: 37px;
        position: absolute;
        right: 10px;
        font-size: 10px;
        display: block;
    }
}
@media (min-width: 1200px) {
    .nav-primary a {
        padding: 36px 28px;
    }
}
.nav-primary .sub-menu,
.nav-primary .sub-menu ul {
    display: none;
}
.nav-primary .sub-menu.js-toggled {
    display: block;
}
.nav-primary .sub-menu ul.js-toggled {
    max-height: 55em;
}
.nav-primary .sub-menu {
    padding-left: 20px;
    transition: all 0.4s ease;
}
.nav-primary .sub-menu-toggle {
    content: "";
    color: #658fc9;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    width: 40px;
    line-height: 3.3333;
    position: absolute;
    right: -6px;
    top: 27px;
    display: block;
    text-align: center;
    transition: all 0.4s ease;
}
.nav-primary .sub-menu-toggle.js-toggled,
.nav-primary .sub-menu-toggle:hover,
.nav-primary li:hover .sub-menu-toggle {
    transform: rotate(-180deg);
}
.nav-primary .sub-menu-toggle.js-toggled,
.nav-primary li:hover > .sub-menu-toggle {
    color: #f43b3b;
}
@media (min-width: 1025px) {
    .nav-primary .sub-menu {
        border-bottom: 3px solid #cfdeef;
        background-color: #e9f0f8;
        box-shadow: inset 0 5px 10px -6px rgba(0, 0, 0, 0.16);
        content: "";
        font-size: 15px;
        position: absolute;
        left: 0;
        top: 100%;
        width: 264px;
        z-index: 100;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .nav-primary .sub-menu li {
        width: 100%;
        position: relative;
    }
    .nav-primary .sub-menu a {
        padding: 6px 10px;
        text-align: left;
    }
    .nav-primary > li.menu-item-has-children:hover:after,
    .nav-primary > li.menu-item-has-children:hover:before {
        left: 0;
        position: absolute;
        display: block;
        width: 100%;
    }
    .nav-primary > li.menu-item-has-children:hover:before {
        border-bottom: 3px solid #f43b3b;
        bottom: 0;
        content: "";
        height: 3px;
        z-index: 1;
    }
    .nav-primary > li.menu-item-has-children:hover:after {
        color: #f43b3b;
        content: "\f0dd";
        font-family: icomoon;
        font-size: 28px;
        line-height: 0.64;
        bottom: 8px;
        height: 5px;
        text-align: center;
        z-index: 2;
    }
    .nav-primary .sub-menu li:hover > a {
        color: #f43b3b;
    }
    .nav-primary .menu-item-has-children > ul {
        display: block;
        visibility: hidden;
        opacity: 1;
        transform: translateY(-2em);
        z-index: -1;
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 10ms;
    }
    .nav-primary .menu-item-has-children:hover > ul {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        transform: translateY(0);
        transition-delay: 0s, 0s, 0.3s;
    }
    .nav-primary .sub-menu ul {
        content: "";
        top: 0;
        left: 100%;
        max-height: 55em;
        width: 100%;
        z-index: 101;
        opacity: 0;
    }
    .nav-primary .sub-menu .sub-menu-toggle {
        display: none;
    }
    .nav-primary .sub-menu {
        padding-left: 5px;
    }
    .nav-primary .sub-menu-toggle {
        display: none;
    }
}
.masthead {
    display: block;
    position: relative;
}
.masthead--header {
    background-color: #5a87c5;
    background: #004a97;
    background: linear-gradient(90deg, #004a97 0, #5987c5 100%);
    min-height: 102px;
    padding-bottom: 30px;
    position: relative;
}
.masthead--header .container {
    display: block;
    position: relative;
    height: 100%;
}
.masthead-title {
    color: #fff;
    position: relative;
    left: 0;
    top: 12px;
}
@media (min-width: 768px) {
    .masthead--header {
        min-height: 148px;
    }
    .masthead-title {
        top: 23px;
    }
}
@media (min-width: 1025px) {
    .masthead-title {
        top: 12px;
    }
}
.masthead--header-parent {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.masthead--header-parent .container {
    margin: 0;
}
.masthead--header-parent h1 {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
}
.masthead--header-parent .btn {
    margin-top: 30px;
}
@media (min-width: 768px) {
    .masthead--header-parent {
        min-height: 200px;
        padding-bottom: 0;
    }
    .masthead--header-parent h1 {
        margin-bottom: 10px;
        margin-top: 0;
        top: auto;
    }
    .masthead--header-parent .btn {
        margin-top: 0;
    }
}
@media (min-width: 1025px) {
    .masthead--header-parent {
        min-height: 470px;
    }
    .masthead--header-parent h1 {
        margin-bottom: 20px;
    }
    .masthead--header-parent article {
        max-width: 520px;
    }
}
@media (min-width: 1320px) {
    .masthead--header-parent .container {
        margin: 0 auto;
        width: 1320px;
    }
}
.masthead-posttitle {
    background: url(../img/slantgrid.png) left top repeat-x;
    min-height: 264px;
    text-align: center;
    padding-top: 60px;
}
.masthead-posttitle h2 {
    max-width: 680px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 25px;
}
.masthead-meta {
    border-top: 1px solid #e9f0f8;
    border-bottom: 1px solid #e9f0f8;
    color: #5a87c5;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 3.3333;
    text-transform: uppercase;
}
.masthead-meta span {
    display: inline-block;
    padding: 0 15px;
}
.masthead-meta .post-date {
    border-left: 1px solid #e9f0f8;
    border-right: 1px solid #e9f0f8;
}
.masthead-meta .post-categories {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.masthead-meta li {
    display: inline-block;
}
.masthead--banner {
    background-color: #f8f8f8;
    position: relative;
    color: #fff;
    display: block;
    width: 100%;
    z-index: 1;
}
.masthead--banner-imgwrap {
    overflow: hidden;
    position: relative;
}
.masthead--banner,
.masthead--banner-img {
    min-height: 168px;
}
.masthead--banner-content {
    color: #fff;
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.masthead--banner-content .container {
    position: relative;
}
.masthead--banner-content h1 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.2;
    font-family: Lato, sans-serif;
}
.banner-button:hover {
    background-color: #e22625;
}
.banner-services {
    display: block;
}
.banner-services .seo-services-item {
    font-size: 11px;
}
@media (max-width: 600px) {
    .banner-services .container {
        padding: 0;
    }
    .banner-services .seo-services-item {
        padding: 10px 35px 10px 48px;
    }
    .banner-services .seo-services-item-icon {
        left: 10px;
    }
    .banner-services .seo-services-item:after {
        right: 10px;
    }
}
@media (min-width: 600px) {
    .banner-services .seo-services-item {
        font-size: 13px;
    }
}
@media (min-width: 768px) {
    .masthead--banner-content {
        top: 70px;
    }
    .masthead--banner,
    .masthead--banner-img {
        min-height: 400px;
    }
    .masthead--banner-content h1 {
        font-size: 42px;
        font-weight: 300;
        line-height: 1.19;
    }
    .banner-button {
        margin-top: 30px;
    }
    .banner-services {
        background: url(../img/slantgrid.png) left top repeat;
        padding: 30px 0;
    }
    .banner-services-cont {
        box-shadow: 0 0 10px 5px rgba(0, 74, 151, 0.1);
    }
    .banner-services .seo-services-item {
        font-size: 14px;
    }
    .banner-services .seo-services-item:after {
        top: 42px;
    }
}
@media (min-width: 1025px) {
    .masthead--banner,
    .masthead--banner-img {
        height: 100%;
    }
    .masthead--banner-img.img-responsive {
        width: auto;
        min-height: 100%;
        position: absolute;
    }
    .masthead--banner-content {
        top: 0;
    }
    .masthead--banner-content .module {
        max-width: 550px;
    }
    .masthead--banner-content h1 {
        font-size: 52px;
        line-height: 1.19;
    }
    .banner-button,
    .headline-1,
    .headline-2 {
        opacity: 0;
        position: absolute;
        left: 24px;
        z-index: 3;
    }
    .banner-button {
        display: inline-block;
        width: auto;
        margin-top: 0;
        font-size: 15px;
    }
    .headline-1 {
        height: 62px;
        top: 140px;
        transition: all 0.5s 1.1s ease-in-out;
    }
    .headline-2 {
        height: 62px;
        top: 200px;
        transition: all 0.5s 1.5s ease-in-out;
    }
    .banner-button {
        top: 290px;
        transition: all 0.5s 2.2s ease-in-out;
    }
    .banner-button.come-in,
    .headline-1.come-in,
    .headline-2.come-in {
        opacity: 1;
    }
    .headline-1.come-in {
        top: 150px;
    }
    .headline-2.come-in {
        top: 210px;
    }
    .banner-button.come-in {
        top: 300px;
    }
    .banner-services {
        background: 0 0;
        position: absolute;
        left: 0;
        bottom: -40px;
        padding: 0;
        width: 100%;
    }
    .banner-services-cont {
        box-shadow: none;
        max-width: 870px;
        margin: 0 auto;
    }
    .banner-services .seo-services-item {
        width: 48%;
        float: left;
        height: 155px;
        padding: 30px 15px 30px 68px;
        box-shadow: 0 3px 30px 0 rgba(0, 74, 151, 0.2);
    }
    .banner-services .seo-services-item:after {
        display: none;
    }
    .banner-services .seo-services-item:nth-of-type(2) {
        margin-left: 4%;
    }
    .banner-services .seo-services-item-icon {
        left: 15px;
    }
    .banner-services span {
        display: block;
        margin-bottom: 10px;
    }
    .seo-services-item-btn {
        display: block;
        position: absolute;
        line-height: 40px;
        left: 0;
        bottom: 0;
        margin-bottom: 0 !important;
        width: 100%;
        z-index: 1;
        transition: all 0.4s ease;
    }
    .seo-services-item-btn:after {
        background-color: #002e65;
        content: "\f101";
        color: #fff;
        font-family: flaticon;
        display: block;
        width: 40px;
        line-height: 40px;
        height: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: center;
        z-index: 2;
    }
    .seo-services-item:hover .seo-services-item-btn {
        background-color: #00366f;
    }
}
@media (min-width: 1025px) and (max-width: 630px) {
    .headline-1.come-in {
        top: 150px;
    }
    .headline-2.come-in {
        top: 210px;
    }
    .banner-button.come-in {
        top: 300px;
    }
}
.what-we-do {
    background: url(../img/what-we-do.png) right bottom no-repeat #f8f8f8;
    position: relative;
    padding: 56px 0 90px;
    text-align: center;
}
.page-parent .what-we-do {
    background-position: -1000px;
}
.what-we-do article {
    max-width: 636px;
    margin: 0 auto;
}
.what-we-do h4 {
    color: #5a87c5;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    margin-top: 20px;
}
@media (min-width: 768px) {
    .what-we-do {
        background: url(../img/what-we-do-@2x.png) right bottom no-repeat #f8f8f8;
        padding: 80px 0 100px;
    }
    .what-we-do h4 {
        font-size: 12px;
    }
}
@media (min-width: 1025px) {
    .what-we-do {
        background: url(../img/what-we-do-@3x.png) right bottom no-repeat #f8f8f8;
        padding: 130px 0 100px;
    }
}
.industries {
    background: url(../img/slantgrid.png) left top repeat;
    display: block;
    position: relative;
}
.industries-info {
    position: relative;
}
.industries-info-title {
    background: #5987c5;
    background: linear-gradient(93deg, #5987c5 0, #004a97 100%);
    color: #fff;
    padding: 15px 24px;
    height: 52px;
    margin: 0;
}
.industries-info-listing {
    padding: 0;
}
.listItem-title {
    background-color: #e9f0f8;
    border-bottom: 1px solid #cedeee;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 2.6;
    padding: 15px 24px;
    position: relative;
    margin: 0;
    z-index: 1;
}
.listItem-title:after {
    background-color: #004a97;
    color: #fff;
    font-family: flaticon;
    font-size: 11px;
    font-weight: 400;
    line-height: 26px;
    content: "\f10f";
    display: block;
    height: 26px;
    width: 26px;
    text-align: center;
    position: absolute;
    top: 12px;
    right: 24px;
    z-index: 2;
}
.listItem-content {
    display: none;
    position: relative;
    transition: all 0.4s ease;
}
.listItem-content.active {
    display: block;
}
.listItem-title.active:after {
    background-color: #f43b3b;
    content: "\f110";
}
.listItem-content-image {
    background-size: cover;
    background-position: center;
    height: 139px;
    display: block;
    position: relative;
    width: 100%;
}
.listItem-content article {
    padding: 30px;
}
.listItem-content ul {
    margin: 20px 0;
}
.listItem-content li {
    font-size: 16px;
    line-height: 2;
    padding-left: 30px;
    position: relative;
    color: #5a87c5;
}
.listItem-content li:hover {
    color: #f43b3b;
}
.listItem-content li:before {
    font-family: flaticon;
    content: "\f107";
    display: block;
    font-size: 18px;
    width: 22px;
    line-height: 22px;
    position: absolute;
    left: 0;
    top: 0;
}
@media (min-width: 768px) {
    .industries-info {
        position: relative;
        z-index: 1;
        min-height: 900px;
    }
    .industries-info:before {
        background-color: #e9f0f8;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 52px;
        height: 68px;
        width: 100%;
        z-index: 2;
    }
    .industries-info-listing {
        position: relative;
        z-index: 3;
    }
    .listItem {
        position: relative;
    }
    .listItem-title {
        border-left: 1px solid #cedeee;
        width: 50%;
        text-align: center;
        border-bottom: 0;
        font-size: 14px;
        position: relative;
        float: left;
    }
    .listItem-title:after {
        display: none;
    }
    .listItem-title:first-of-type {
        border-left: 0;
    }
    .listItem-title:nth-of-type(3) {
        border: 0;
    }
    .listItem-title.active,
    .listItem-title:hover {
        border-bottom: 3px solid #f43b3b;
        cursor: pointer;
        position: relative;
    }
    .listItem-title.active:before {
        font-family: icomoon;
        font-size: 24px;
        color: #f43b3b;
        content: "\f0dd";
        display: block;
        line-height: 0;
        position: absolute;
        top: 65px;
        left: 50%;
        margin-left: -5px;
    }
    .listItem-content {
        position: absolute;
        left: 0;
        top: 66px;
    }
    .listItem-content-image {
        height: 341px;
    }
    .listItem-content article {
        background-color: #fff;
        padding: 80px 90px 80px 24px;
        position: relative;
        top: -35px;
        margin: 0 54px;
        box-shadow: 0 0 10px 5px rgba(0, 74, 151, 0.1);
    }
    .listItem-content ul:after {
        display: block;
        clear: both;
        content: " ";
    }
    .listItem-content li {
        font-size: 16px;
        display: inline-block;
        width: 50%;
        float: left;
    }
}
@media (min-width: 1025px) {
    .industries-info-title span {
        display: inline-block;
        max-width: 630px;
        width: 100%;
        float: right;
    }
    .industries-image {
        width: 43%;
    }
    .industries-info {
        width: 57%;
        min-height: 660px;
    }
    .industries-image {
        background-size: cover;
        background-repeat: no-repeat;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }
    .listItem {
        max-width: 670px;
        min-height: 660px;
        float: right;
        height: 100%;
        position: relative;
        width: 100%;
    }
    .listItem-title {
        font-size: 13px;
        padding: 16px 10px;
    }
    .listItem-content article {
        background-color: transparent;
        position: relative;
        top: 0;
        margin: 0;
        box-shadow: none;
    }
    .listItem-content li {
        font-size: 18px;
        line-height: 1.3;
        padding-right: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
@media (min-width: 1200px) {
    .industries-image,
    .industries-info {
        width: 50%;
    }
}
@media (min-width: 1366px) {
    .listItem-title {
        padding: 15px 18px;
        font-size: 14px;
    }
}
.news-testi {
    background-color: #e9f0f8;
    position: relative;
}
.latest-news,
.latest-testimonials {
    position: relative;
    padding: 50px 24px;
}
.news-testi h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.latest-news-content,
.latest-testimonials-content {
    display: block;
    position: relative;
    padding-bottom: 50px;
}
.viewall {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.news-item {
    display: block;
    min-height: 390px;
    position: relative;
    max-width: 272px;
    margin: 0 auto 40px;
}
.search-body.news-item {
    min-height: 1px;
}
.news-item-img {
    content: "";
    display: block;
    height: 158px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.4s ease;
}
.news:hover .news-item-img {
    opacity: 0.7;
}
.news-item-entry {
    background-color: #fff;
    padding: 14px;
    min-height: 220px;
    color: #666;
    font-size: 14px;
    display: inherit;
}
.page-id-32 .news-item-entry,
.page-id-4854 .news-item-entry {
    background-color: #f0f0f0;
}
.search-results .news-item-entry {
    min-height: auto;
    margin-bottom: 20px;
    padding: 35px 25px;
}
.search-results .news-item-entry .news-item-meta {
    background-color: transparent;
    line-height: 1;
    padding: 0;
}
.news-item-entry h3 {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.538;
    margin: 0 0 10px;
}
.news-item-entry p {
    color: #666;
    margin: 0;
}
.readmore,
.readmore span {
    transition: all 0.4s ease;
}
.readmore {
    color: #5a87c5;
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
}
.readmore span {
    display: inline-block;
    color: #cfdeef;
    font-size: 11px;
    margin-left: 4px;
}
.news:hover .readmore,
.news:hover .readmore span {
    color: #f43b3b;
}
.news-item-meta {
    background-color: #cfdeef;
    color: #5a87c5;
    height: 28px;
    line-height: 2.55;
    font-size: 11px;
    font-weight: 700;
    padding: 0 14px;
    display: block;
}
.latest-testimonials {
    background: url(../img/testi-gradient.png) left top no-repeat #fff;
}
.slider-section {
    position: relative;
    padding-bottom: 40px;
}
.testi-slider .slick-slide {
    vertical-align: top;
}
.testi-slider-item {
    font-size: 16px;
}
.testi-slider-item p {
    margin: 0;
}
.testi-author {
    display: inline-block;
    font-size: 11px;
    padding: 20px 0;
}
.viewall {
    background-color: transparent;
}
.latest-testimonials .slick-dots {
    z-index: 0;
    padding: 15px 0;
    bottom: -50px;
}
@media (min-width: 768px) {
    .latest-news,
    .latest-testimonials {
        padding: 80px 54px;
    }
    .latest-news-content,
    .latest-testimonials-content {
        padding-bottom: 0;
    }
    .news-testi h2 {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .viewall {
        position: relative;
        bottom: auto;
        left: auto;
        float: right;
    }
    .news-item {
        max-width: 307px;
    }
    .news-item h3 {
        font-size: 15px;
        line-height: 1.6;
    }
    .search-results .news-item-entry h3 {
        font-size: 28px;
    }
    .news-item h3:hover {
        color: #5282c1;
    }
    .slick-dots-container {
        padding-top: 30px;
    }
    .testi-slider-item {
        font-size: 18px;
    }
    .testi-author {
        font-size: 14px;
    }
}
@media (min-width: 1025px) {
    .latest-news,
    .latest-testimonials {
        display: block;
        float: left;
        padding: 95px 20px 50px;
        position: relative;
        min-height: 690px;
        width: 50%;
    }
    .latest-news-content,
    .latest-testimonials-content {
        display: block;
        max-width: 570px;
        width: 100%;
    }
    .latest-news-content {
        float: right;
    }
}
@media (min-width: 1366px) {
    .latest-news-content {
        margin-right: 64px;
    }
    .latest-testimonials-content {
        margin-left: 64px;
    }
}
.industry-leadership {
    background: url(../img/industry-leadership.jpg) right bottom no-repeat;
    color: #fff;
    position: relative;
    padding: 56px 0 90px;
    text-align: center;
}
.industry-leadership article {
    font-size: 16px;
    max-width: 636px;
    margin: 0 auto;
}
.industry-leadership article {
    color: #cfdeef;
}
.industry-leadership h2 {
    color: #fff;
}
@media (min-width: 768px) {
    .industry-leadership {
        padding: 80px 0 100px;
    }
    .industry-leadership article {
        font-size: 18px;
    }
}
@media (min-width: 1025px) {
    .industry-leadership {
        padding: 98px 0 100px;
    }
}
.archive .page-body {
    background-color: #e9f0f8;
}
.page-content {
    padding: 60px 0 50px;
}
.parent-contents {
    position: relative;
    margin: 0 auto 30px;
    max-width: 864px;
}
.main-content ul,
.parent-contents ul {
    padding-left: 30px;
}
.main-content li,
.parent-contents li {
    list-style-type: disc;
}
.main-content li li,
.parent-contents li li {
    list-style-type: circle;
}
.nav-404 ul,
.sitemap ul {
    margin-left: 20px;
}
.intro-section {
    position: relative;
}
.intro-section {
    background: url(../img/slantgrid.png) left top repeat;
    position: relative;
    text-align: center;
}
.intro-section-text .btn-primary {
    padding: 12px 27px;
    line-height: 1.3em;
}
.intro-icon {
    background: url(../img/fire-symbol.png) center no-repeat;
    display: inline-block;
    width: 145px;
    height: 29px;
    position: relative;
    z-index: 1;
}
.intro-icon:after,
.intro-icon:before {
    border-top: 1px solid #cfdeef;
    content: "";
    position: absolute;
    top: 14px;
    height: 1px;
    width: 42px;
    z-index: 2;
}
.intro-icon:before {
    left: 0;
}
.intro-icon:after {
    right: 0;
}
.intro-section-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 150px;
    width: 100%;
}
@media (min-width: 480px) {
    .intro-section-image {
        height: 200px;
    }
}
@media (min-width: 600px) {
    .intro-section-image {
        height: 250px;
    }
}
@media (min-width: 768px) {
    .intro-section-image {
        height: 351px;
    }
}
@media (min-width: 1025px) {
    .intro-section-image {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50%;
    }
    .intro-section-text {
        border-bottom: 1px solid #ecf0f9;
    }
    .intro-section-text article {
        max-width: 593px;
        float: right;
    }
}
@media (min-width: 1200px) {
    .intro-section-text {
        padding: 60px 0 50px;
    }
}
.infobox {
    position: relative;
    margin: 40px 0;
}
.infobox-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}
.infobox-texts {
    background-color: #e9f0f8;
    color: #004a97;
    padding: 20px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 1.3333;
}
@media (min-width: 768px) {
    .infobox-image {
        width: 50%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
    }
    .infobox-texts {
        width: 50%;
        font-size: 28px;
        line-height: 1.25;
        float: right;
        min-height: 242px;
        padding: 37px;
    }
}
.accordion-section {
    padding: 10px 0;
}
.accordion {
    border-top: 1px solid #cedeee;
}
.accordion-toggle {
    min-height: 42px;
}
.accordion-title {
    background: #fff;
    border-bottom: 1px solid #cedeee;
    cursor: pointer;
    color: #064e9a;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 36px;
    min-height: 42px;
    padding: 5px 60px 5px 25px;
    margin: 0;
    position: relative;
}
.accordion-title.active,
.accordion-title:hover {
    background: #e9f0f8;
}
.accordion-title:after {
    background-color: #cedeee;
    color: #5a87c8;
    font-weight: 400;
    font-family: Flaticon;
    font-size: 14px;
    width: 30px;
    height: 30px;
    content: "\f10f";
    line-height: 30px;
    position: absolute;
    top: 7px;
    right: 7px;
    text-align: center;
}
.accordion-title.active:after {
    content: "\f110";
    color: #fff;
    background-color: #f43a3b;
}
.accordion-content li {
    list-style: "\ea10";
    display: block;
}
.accordion-content {
    border-bottom: 1px solid #cedeee;
    padding: 25px;
    margin: 0;
}
.accordion-content p {
    margin: 0 0 10px;
}
@media (min-width: 1025px) {
    .accordion-title {
        font-size: 20px;
    }
}
.testimonial-listing {
    position: relative;
    padding: 10px;
}
.testimonial-listing-item {
    border-bottom: 1px solid #cedeee;
    font-size: 16px;
    padding: 30px 50px 30px 0;
    position: relative;
    z-index: 1;
}
.testimonial-listing-item:last-child {
    border-bottom: 0;
}
.testimonial-listing-item:after {
    background-color: #e9f0f8;
    color: #cedeee;
    content: "\f112";
    display: block;
    font-family: Flaticon;
    font-size: 24px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 25px;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 2;
}
.testi-author {
    font-size: 13px;
}
.testimonial-page-content .testimonial-listing-item {
    padding: 30px 0 30px 50px;
}
.testimonial-page-content .testimonial-listing-item:after {
    right: auto;
    left: 0;
    transform: rotateY(180deg);
}
@media (min-width: 768px) {
    .testimonial-listing-item {
        padding: 40px 80px 40px 0;
        font-size: 18px;
    }
    .testimonial-page-content .testimonial-listing-item {
        padding: 40px 0 40px 80px;
    }
    .testimonial-listing-item:after {
        font-size: 36px;
        width: 66px;
        line-height: 66px;
        height: 66px;
        top: 38px;
    }
    .testi-author {
        font-size: 14px;
    }
}
.leadership-section {
    position: relative;
    padding: 20px 0;
}
.leadership {
    display: block;
    min-height: 95px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 10ms;
}
.leadership:hover {
    transform: translateX(1em);
}
.leadership-photo {
    width: 100px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    overflow: hidden;
    z-index: 2;
}
.leadership-photo img {
    width: 100%;
    margin: 0 auto;
}
.leadership-info {
    font-size: 14px;
    overflow: hidden;
    padding-left: 120px;
    position: relative;
    z-index: 1;
}
.leadership-info > span {
    color: #666;
}
.leadership-info h4 {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    margin: 0 0 5px;
    padding: 0;
}
@media (min-width: 768px) {
    .leadership {
        margin-bottom: 20px;
    }
    .leadership-info h4 {
        font-size: 20px;
    }
}
@media (min-width: 1025px) {
    .leadership {
        height: 150px;
        min-height: none;
    }
    .leadership-info {
        padding-left: 160px;
    }
    .leadership-photo {
        width: 150px;
    }
}
@media (min-width: 1200px) {
    .leadership {
        margin-bottom: 35px;
    }
}
.seo-text-services {
    background: url(../img/slantgrid.png) left top repeat;
    border-top: 1px solid #e9f0f8;
    position: relative;
    display: block;
}
.seo-texts {
    padding: 40px 0;
}
.larger-text {
    font-size: 16px;
}
.seo-services-item {
    background-color: #fff;
    border-top: 1px solid #e9f0f8;
    color: #666;
    padding: 10px 30px 10px 45px;
    font-size: 11px;
    display: block;
    position: relative;
    z-index: 1;
}
.seo-services-item:after {
    content: "\f101";
    color: #cfdeef;
    font-family: Flaticon;
    font-size: 14px;
    display: block;
    width: 15px;
    position: absolute;
    top: 22px;
    right: 5px;
    z-index: 2;
    transition: all 0.4s ease;
}
.seo-services-item:hover:after {
    color: #5785c4;
}
.seo-services-item-icon {
    content: "";
    width: 28px;
    height: 90%;
    display: block;
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 2;
}
.seo-services-item h4 {
    margin: 0;
}
@media (max-width: 767px) {
    .seo-services-col {
        min-height: 190px;
    }
    .seo-services {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
}
@media (min-width: 600px) {
    .seo-services-item {
        font-size: 13px;
    }
}
@media (min-width: 768px) {
    .seo-text-services {
        padding-bottom: 90px;
    }
    .seo-texts {
        padding: 70px 0;
    }
    .larger-text {
        font-size: 18px;
    }
    .seo-services {
        box-shadow: 0 0 10px 5px rgba(0, 74, 151, 0.1);
    }
    .seo-services-item {
        font-size: 14px;
        padding: 30px 50px 30px 80px;
    }
    .seo-services-item:after {
        font-size: 20px;
        width: 20px;
        top: 37px;
        right: 40px;
    }
    .seo-services-item-icon {
        left: 22px;
        width: 45px;
        top: 20px;
    }
    .seo-services-item h4 {
        margin-bottom: 5px;
    }
}
@media (min-width: 1025px) {
    .seo-text-services {
        padding-bottom: 0;
        min-height: 622px;
    }
    .seo-services {
        margin-top: 110px;
    }
    .seo-services-item {
        padding: 35px 50px 35px 78px;
    }
    .seo-services-item:after {
        top: 48px;
        right: 35px;
    }
}
.industries-image-testi {
    padding: 50px 24px 30px;
    position: relative;
    background-size: cover;
}
.industries-image .latest-testimonials-content,
.industries-image .latest-testimonials-content h2,
.industries-image .viewall {
    color: #fff;
}
.industries-image .latest-testimonials-content h2 {
    padding: 0;
    margin-top: 0;
    margin-bottom: 40px;
}
.industries-image .viewall {
    border-color: #fff;
}
.industries-image .latest-testimonials-content .slick-dots {
    bottom: -15px;
}
.industries-image button {
    background-color: transparent;
}
.industries-image .slick-active button {
    background-color: #f6393d;
}
.industries-image-testi .testi-author {
    display: block;
}
@media (min-width: 1025px) {
    .industries-image-testi {
        padding: 100px 24px 90px;
        position: absolute;
    }
    .industries-image-testi .slick-list {
        margin-bottom: 40px;
    }
}
.blog-body {
    background-color: #e9f0f8;
}
.single .blog-body {
    background-color: #fff;
}
.blog-content {
    padding-top: 40px;
    padding-bottom: 20px;
}
.screen-reader-text {
    display: none;
}
@media (min-width: 1025px) {
    .blog-content {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}
.recent-post {
    background-color: #e9f0f8;
    padding: 45px 0 40px;
}
.recent-post h2 {
    padding-bottom: 40px;
}
@media (min-width: 1025px) {
    .recent-post {
        padding: 65px 0 60px;
    }
}
.category-nav {
    background-color: #00366f;
    min-height: 68px;
    color: #cfdeef;
    margin-bottom: 30px;
}
.category-nav h4,
.category-nav ul {
    margin: 0;
}
.category-nav h4 {
    display: block;
    margin: 10px 0;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    color: #cfdeef;
    border-bottom: 1px solid #004a97;
}
.category-nav ul {
    height: 100%;
    padding: 0;
}
.category-nav li {
    display: block;
}
.category-nav a {
    color: #cfdeef;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    padding: 5px 25px 5px 0;
}
.category-nav .active a,
.category-nav a:hover {
    color: #316cb0;
}
@media (min-width: 768px) {
    .category-nav h4 {
        display: inline-block;
        float: left;
        margin: 22px 0;
        border-bottom: 0;
    }
    .category-nav ul {
        display: inline-block;
        float: right;
        margin-left: 10px;
        width: auto;
    }
    .category-nav li {
        display: inline-block;
        border-right: 1px solid #004a97;
    }
    .category-nav a {
        text-align: center;
        padding: 22px 16px;
    }
}
@media (min-width: 1025px) {
    .category-nav a {
        text-align: center;
        padding: 22px 28px;
        min-width: 130px;
    }
}
.title-section {
    margin-top: 20px;
    margin-bottom: 20px;
}
.title-section h2 {
    color: #014a97;
    margin: 0;
    padding: 0;
    line-height: normal;
    float: left;
}
.title-section a {
    border: 1px solid #5082b7;
    color: #024c97;
    padding: 7px 17px;
    float: right;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}
.title-section a:hover {
    border: 1px solid #f43b3b;
    color: #f43b3b;
}
.featured-post {
    position: relative;
    margin-bottom: 60px;
}
.featured-post-slider {
    position: relative;
    display: block;
    width: 100%;
}
.featured-item {
    background: url(../img/slantgrid.png) left top repeat;
    min-height: 456px;
    position: relative;
}
.featured-item-img {
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: block;
    height: 156px;
    width: 100%;
}
.featured-item-content {
    padding: 24px 24px 40px;
}
.featured-item-content article {
    display: block;
}
.featured-item-content h3 {
    margin: 0 0 10px;
    line-height: normal;
}
.featured-item-btn {
    margin-top: 20px;
}
.featured-date {
    background: #cfdeef;
    color: #5a87c5;
    display: block;
    font-weight: 700;
    font-size: 11px;
    height: 27px;
    line-height: 2.55;
    padding: 0 24px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}
.featured-post .slick-prev {
    left: -35px;
}
.featured-post .slick-next {
    right: -35px;
}
@media (min-width: 768px) {
    .featured-item-img {
        height: 200px;
    }
}
@media (min-width: 948px) {
    .featured-item {
        padding-top: 25px;
    }
}
@media (min-width: 1025px) {
    .featured-post {
        padding: 0 35px;
    }
    .featured-post .slick-next:before,
    .featured-post .slick-prev:before {
        color: #316cb0;
        font-size: 26px;
    }
    .featured-item-content,
    .featured-item-img {
        width: 50%;
    }
    .featured-item-content {
        padding: 60px 40px 40px;
    }
    .featured-item {
        position: relative;
        z-index: 1;
        padding-top: 0;
    }
    .featured-item-img {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        height: 100%;
        z-index: 2;
    }
    .featured-item-content {
        float: right;
    }
    .featured-date {
        padding: 0 40px;
        width: 50%;
    }
}
.blog-post {
    padding: 10px 30px 20px;
}
.page-sidebar {
    padding-top: 20px;
}
.widget {
    margin-bottom: 30px;
}
.widget .btn {
    margin-bottom: 25px;
}
.widget :not(.selectric-items) li {
    border-bottom: 1px solid #ecf0f9;
    font-size: 16px;
    padding-right: 0;
    position: relative;
    z-index: 1;
    display: block;
}
.widget :not(.selectric-items) li:hover:after {
    color: #014a97;
}
.widget :not(.selectric-items) li:last-child {
    border: 0;
}
.widget :not(.selectric-items) li:after {
    font-family: Flaticon;
    font-size: 12px;
    content: "\f101";
    color: #cedeee;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 2;
    transition: all 0.4s ease;
    z-index: -1;
}
.widget :not(.selectric-items) li a {
    color: #5a87c5;
    display: block;
    line-height: 1.2778;
    padding: 14px 25px 14px 0;
}
.widget .sub-menu {
    border-top: 1px solid #ecf0f9;
}
.widget .sub-menu a {
    padding-left: 20px;
}
.widget .sub-menu ul a {
    padding-left: 40px;
}
.widget :not(.selectric-items) li a:hover,
.widget li.current_page_item > a {
    color: #f43a3b;
}
.widget .current_page_item > a {
    color: #f43a3b;
}
.widget .selectric-items li:after {
    display: none;
}
@media (min-width: 1025px) {
    .page-sidebar {
        padding-top: 30px;
    }
    .widget h3 {
        margin-top: 0;
    }
}
.widget_mailpoet_form {
    border-top: 1px solid #cedeee;
    padding-top: 25px;
}
#mailpoet_form_1 .mailpoet_paragraph {
    display: inline;
}
#mailpoet_form_1 .mailpoet_text {
    width: 100% !important;
    margin-bottom: 15px;
}
.mailpoet_submit {
    padding: 11px 35px;
    text-align: center;
    text-transform: uppercase;
    max-width: 280px;
    color: #fff;
    margin: 0 auto;
    display: block;
    background-color: #f43a3b;
    font-size: 15px;
}
.mailpoet_text_label {
    margin-bottom: 7px;
}
.mailpoet_required {
    color: #f43a3b;
    left: 0;
}
.parsley-errors-list.filled .parsley-custom-error-message {
    font-size: 14px;
}
.parsley-custom-error-message::after {
    display: none !important;
}
.parsley-custom-error-message {
    position: absolute !important;
    border: 1px solid red;
    bottom: -20px;
    line-height: normal;
    font-size: 14px;
}
#mailpoet_form_1 .mailpoet_validate_success {
    color: #f43a3b !important;
}
@media (min-width: 600px) {
    #mailpoet_form_1 .mailpoet_text {
        width: 75% !important;
        float: left;
    }
    .mailpoet_submit {
        width: 25%;
        float: right;
    }
}
@media (min-width: 768px) {
    .widget li {
        font-size: 18px;
    }
    .widget_mailpoet_form h3 {
        font-size: 21px;
    }
}
@media (min-width: 1025px) {
    .widget li:after {
        font-size: 14px;
    }
    #mailpoet_form_1 .mailpoet_paragraph {
        display: block;
    }
    #mailpoet_form_1 .mailpoet_text {
        width: 100% !important;
    }
    .mailpoet_submit {
        width: 175px !important;
        float: none;
    }
    .mailpoet_submit:hover {
        background-color: #e22625;
    }
}
.widget-expertise {
    background: #5987c5;
    background: linear-gradient(93deg, #5987c5 0, #004a97 100%);
    color: #fff;
    font-size: 28px;
    line-height: 1.14;
    margin: 0;
    padding: 70px 20px 24px;
    position: relative;
    z-index: 1;
}
.widget-expertise:after {
    background: url(../img/widget-fire.png) left top no-repeat;
    content: "";
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 158px;
    width: 81px;
    z-index: -1;
}
.widget-expertise h3 {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.widget-expertise article {
    position: relative;
    z-index: 3;
}
.widget-expertise .btn {
    display: inline-block;
}
.widget-expertise .btn,
.widget-expertise .btn-secondary {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}
.widget-expertise .btn-secondary {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.widget-expertise .btn-secondary:hover {
    background-color: #2664ab;
    border: 1px solid #2664ab;
    color: #fff;
}
.sharethis-icons {
    background-color: #e9f0f6;
    padding: 28px 16px;
}
.sharethis-icons strong {
    font-size: 15px;
    color: #11467c;
    margin-right: 3px;
}
.sharethis-icons span {
    font-size: 25px;
    color: #064a91;
    margin-left: 3px;
}
.sharethis-icons span:hover {
    color: #f43a3b;
}
.sharethis-icons .flaticon-twitterx {
    background: #064a91;
    display: inline-block;
    line-height: 1;
    width: 23px;
	transition: all 0.4s ease;
	text-align: center;
}
.sharethis-icons .flaticon-twitterx svg {
    position: relative;
    top: -1px;
}
.sharethis-icons a:hover .flaticon-twitterx {
    background: #f43b3b;
}
.widget-testimonial {
    background-color: #e9f0f8;
    padding: 30px 20px;
    font-size: 14px;
    position: relative;
    z-index: 1;
}
.widget-testimonial:after {
    background-color: #cedeee;
    color: #5a88c6;
    content: "\f112";
    font-family: Flaticon;
    font-size: 18px;
    display: block;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    position: absolute;
    right: 20px;
    top: 28px;
    text-align: center;
    z-index: 2;
}
.widget-testimonial h3 {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    margin: 0;
    margin-bottom: 7px;
}
.test-author {
    padding-top: 10px;
    font-size: 12px;
    line-height: 16px;
}
.cta-section {
    position: relative;
}
.cta-section-title {
    margin-bottom: 20px;
}
.cta-items {
    min-height: 172px;
    background-color: #e9f0f8;
    display: block;
    position: relative;
    z-index: 1;
    border-right: 10px solid #cedeee;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}
.cta-image {
    min-height: 172px;
    content: "";
    display: block;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cta-items-text {
    color: #666;
    padding: 30px 45px 30px 20px;
    max-width: 100%;
    font-size: 14px;
}
.cta-items-text h4 {
    margin-top: 0;
}
.cta-items:hover {
    background-color: #014a97;
    border-right: 10px solid #f43a3b;
    color: #fff;
}
.cta-items:hover .cta-items-text,
.cta-items:hover h4 {
    color: #fff;
}
.cta-items span {
    width: 22px;
    height: 56px;
    display: block;
    right: 0;
    top: 172px;
    background-color: #cedeee;
    float: right;
    font-family: Flaticon;
    color: #014a97;
    content: "\f101";
    text-align: right;
    position: absolute;
    transition: all 0.4s ease;
}
.cta-items:hover span {
    color: #fff;
    background-color: #f43a3b;
}
.cta-items span:before {
    content: "\f101";
    position: relative;
    top: 18px;
}
@media (min-width: 600px) {
    .cta-items {
        max-width: 565px;
        margin: 0 auto 20px;
    }
    .cta-image {
        width: 172px;
        position: absolute;
        min-height: 100% !important;
        top: 0;
        left: 0;
        margin: 0;
    }
    .cta-items-text {
        max-width: 370px;
        float: right;
    }
    .cta-items span {
        top: 50%;
        margin-top: -28px;
    }
}
@media (min-width: 768px) {
    .cta-items {
        max-width: 765px;
    }
    .cta-image {
        width: 25%;
        float: left;
    }
    .cta-items-text {
        width: 75%;
        max-width: 818px;
        float: right;
    }
}
@media (min-width: 1025px) {
    .cta-image {
        width: 195px;
    }
    .cta-items {
        margin-bottom: 40px;
    }
    .cta-items-text {
        max-width: 61%;
        position: relative;
        float: left;
        left: 182px;
    }
}
@media (min-width: 1200px) {
    .cta-items {
        height: 188px;
        overflow: hidden;
    }
    .cta-image {
        width: 30%;
    }
    .cta-items-text {
        max-width: 70%;
    }
}
.callus-caption {
    display: block;
    padding: 33px 0;
    border-top: 1px solid #cedeee;
}
.wpcf7 {
    background-color: #e9f0f8;
    padding: 25px;
}
.page-id-16 form span {
    color: #f43a3b;
    position: relative;
    left: 3px;
}
@media (min-width: 1025px) {
    .wpcf7 {
        background-color: #e9f0f8;
        padding: 60px;
    }
}
@media (min-width: 1200px) {
    .wpcf7 {
        padding: 70px;
    }
}
.location-content {
    position: relative;
    z-index: 2;
}
.location-content-map {
    position: relative;
    overflow: hidden;
    height: 220px;
    z-index: 1;
}
.location-content-details {
    position: relative;
    z-index: 3;
}
.location-content .accordion {
    margin: 0;
}
.location-content .accordion-content {
    padding: 25px 25px 25px 45px;
}
.location-listing__address {
    position: relative;
}
.location-listing__address .flaticon-facebook-placeholder-for-locate-places-on-maps {
    color: #5582c5;
    position: absolute;
    left: -25px;
    top: 2px;
    font-size: 20px;
}
@media (min-width: 768px) {
    .location-list__item:nth-child(2n + 1) {
        clear: left;
    }
    .location-content-details,
    .location-content-map {
        display: block;
        height: 460px;
    }
    .location-content-map {
        width: 60%;
        float: right;
    }
    .location-content-details {
        width: 40%;
        float: left;
        overflow: scroll;
    }
}
@media (min-width: 1025px) {
    .location-list__item:nth-child(2n + 1) {
        clear: none;
    }
    .location-list__item:nth-child(3n + 1) {
        clear: left;
    }
    .location-content-map {
        width: 65%;
    }
    .location-content-details {
        width: 35%;
    }
}
@media (min-width: 1200px) {
    .location-content-details,
    .location-content-map {
        height: 850px;
    }
    .location-content-map {
        width: 72%;
    }
    .location-content-details {
        width: 28%;
    }
}
.location-listing {
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding-left: 25px;
    position: relative;
    line-height: 1.6;
    margin: 15px 0;
    min-height: 205px;
}
.location-listing__name {
    padding: 0;
}
.location-listing__name span {
    color: #5582c5;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
}
.btn-direction {
    position: relative;
    display: block;
    margin-bottom: 12px;
}
.btn-direction:after {
    position: absolute;
    left: 0;
    bottom: -8px;
    border-bottom: 1px solid #ccc;
    content: "";
    display: block;
    width: 55px;
    height: 1px;
}
.loc-phone a,
.loc-phone span {
    display: inline-block;
}
.page-footer {
    background-color: #00366f;
    color: #fff;
    display: block;
    min-height: 306px;
    position: relative;
}
.page-footer li {
    list-style-type: none;
}
.page-footer a {
    color: #fff;
}
.page-footer a:hover {
    color: #5987c5;
}
.footer-info {
    background-color: #014a97;
    padding: 28px 0;
    font-size: 13px;
}
.footer-logo {
    display: inline-block;
    padding-bottom: 10px;
}
.footer-info address {
    font-style: normal;
}
.footer-info a {
    display: block;
}
.footer-info a:hover {
    color: #00366f;
}
a.btn-loc {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    margin: 20px 0;
    font-size: 14px;
    text-align: center;
}
a.btn-loc:hover {
    border: 1px solid #00366f;
    color: #00366f;
}
.footer-socials h5 {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
}
.footer-socials a {
    display: inline-block;
    font-size: 30px;
    margin: 8px 8px 0 0;
}
.footer-socials a:hover {
    color: #00366f;
}
.footer-socials .flaticon-twitterx {
    background: #fff;
    width: 28px;
    height: 31px;
    display: inline-block;
    line-height: 1;
    text-align: center;
    transition: all 0.4s ease;
}

.footer-socials a:hover .flaticon-twitterx {
    background: #00366f;
}
.footer-links {
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    line-height: 2.1333;
    padding: 30px 0;
}
.footer-credits {
    border-top: 1px solid #004894;
    display: block;
    font-family: Lato, sans-serif;
    font-size: 12px;
    line-height: 1.75;
    text-align: center;
}
.footer-credits ul {
    padding: 14px 0;
}
.footer-credits li {
    display: inline-block;
}
.footer-credits a {
    display: inline-block;
    padding: 0 10px;
}
@media (min-width: 768px) {
    .footer-info {
        padding: 40px 0;
        font-size: 14px;
    }
    .footer-info-top {
        padding-bottom: 20px;
    }
    .footer-info-top address,
    .footer-logo,
    .footer-numbers {
        float: left;
        display: inline-block;
    }
    .footer-logo {
        width: 33%;
    }
    .footer-info-top address {
        width: 37%;
    }
    .footer-numbers {
        width: 30%;
    }
    .footer-info-bot {
        border-top: 1px solid #5a88c6;
        padding-top: 40px;
    }
    a.btn-loc {
        float: left;
        margin: 0;
    }
    .footer-socials {
        text-align: right;
        float: right;
    }
    .footer-socials h5 {
        display: inline-block;
        font-size: 18px;
        position: relative;
        top: -5px;
        padding-right: 20px;
    }
    .footer-links {
        font-size: 18px;
        line-height: 2;
    }
    .footer-links li {
        display: inline-block;
        width: 50%;
        float: left;
    }
    .footer-credits {
        font-size: 14px;
    }
    .footer-credits ul {
        padding: 25px 0;
    }
    .footer-credits a {
        padding: 0 15px;
    }
}
@media (min-width: 1025px) {
    .footer-logo {
        width: 35%;
    }
    .footer-info-top {
        padding-bottom: 0;
        padding-top: 5px;
    }
    .footer-info-top address {
        width: 43%;
    }
    .footer-info-top .footer-numbers,
    .footer-info-top address {
        padding-top: 10px;
    }
    .footer-numbers {
        width: 22%;
    }
    .footer-info-bot {
        border-top: 0;
        padding-top: 16px;
        padding-bottom: 4px;
        padding-left: 24px;
    }
    .footer-border {
        border-left: 2px solid #4378ba;
    }
    .footer-links {
        height: 96px;
        font-family: Roboto, sans-serif;
        font-size: 16px;
        padding: 0;
        text-align: center;
    }
    .footer-links ul {
        display: inline-block;
    }
    .footer-links li {
        width: auto;
        border-right: 1px solid #004894;
    }
    .footer-links li:last-child {
        border: 0;
    }
    .footer-links a {
        display: inline-block;
        padding: 32px 18px;
    }
    .footer-links li:first-child a {
        padding-left: 0;
    }
    .footer-links li:last-child a {
        padding-right: 0;
    }
}
@media (min-width: 1200px) {
    .footer-links a {
        display: inline-block;
        padding: 32px;
    }
    .footer-logo {
        width: 35%;
    }
    .footer-info-top address {
        width: 45%;
    }
    .footer-numbers {
        width: 20%;
    }
}
@media print {
    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        filter: none !important;
        -webkit-filter: none !important;
        text-shadow: none !important;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    figure,
    table {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        page-break-inside: avoid;
    }
    p {
        orphans: 2;
        widows: 2;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    .container {
        width: auto;
    }
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666666666666%;
    }
    .col-sm-10 {
        width: 83.33333333333334%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666666666666%;
    }
    .col-sm-7 {
        width: 58.333333333333336%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666666666667%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.666666666666664%;
    }
    .col-sm-1 {
        width: 8.333333333333332%;
    }
    .slick-slider .slick-arrow,
    .slick-slider .slick-dots {
        display: none !important;
    }
    .slick-slider,
    .slick-slider .slick-slide,
    .slick-slider .slick-track,
    .slick-sliderg .slick-list {
        width: 100% !important;
        height: auto !important;
    }
    .slick-slider .slick-slide {
        display: none !important;
    }
    .slick-slider .slick-slide.slick-active {
        display: block !important;
    }
    .slick-slider .slick-cloned {
        display: none;
    }
    .slick-list {
        height: auto !important;
    }
    .slick-track {
        width: auto !important;
        height: auto !important;
        transform: none !important;
    }
    .slick-track.slick-slide {
        width: auto !important;
    }
}
@-ms-viewport {
    width: device-width;
}
.img-responsive,
.page-content img {
    display: block;
    max-width: 100%;
    height: auto;
}
.show {
    display: block !important;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs,
.visible-xxs {
    display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
    display: none !important;
}
@media (max-width: 599px) {
    .visible-xxs {
        display: block !important;
    }
    table.visible-xxs {
        display: table;
    }
    tr.visible-xxs {
        display: table-row !important;
    }
    td.visible-xxs,
    th.visible-xxs {
        display: table-cell !important;
    }
    .visible-xxs-block {
        display: block !important;
    }
    .visible-xxs-inline {
        display: inline !important;
    }
    .visible-xxs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
    .visible-xs-block {
        display: block !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
    .visible-md-block {
        display: block !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
    .visible-lg-block {
        display: block !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
.hidden-xxs-up,
.hide {
    display: none !important;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.invisible {
    visibility: hidden !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
@media (max-width: 599px) {
    .hidden-xxs {
        display: none !important;
    }
}
@media (min-width: 600px) {
    .hidden-xs-up {
        display: none !important;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs-down {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .hidden-sm-up {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (max-width: 1024px) {
    .hidden-sm-down {
        display: none !important;
    }
}
@media (min-width: 1025px) {
    .hidden-md-up {
        display: none !important;
    }
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .hidden-md-down {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
    .visible-print-block {
        display: block !important;
    }
    .visible-print-inline {
        display: inline !important;
    }
    .visible-print-inline-block {
        display: inline-block !important;
    }
    .hidden-print {
        display: none !important;
    }
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.affix-top {
    position: fixed !important;
    top: 0 !important;
}
.affix-bottom {
    position: fixed !important;
    bottom: 0 !important;
}
.affix-left {
    position: fixed !important;
    left: 0 !important;
}
.affix-right {
    position: fixed !important;
    right: 0 !important;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.push {
    margin: 20px !important;
}
.push-top {
    margin-top: 20px !important;
}
.push-right {
    margin-right: 20px !important;
}
.push-bottom {
    margin-bottom: 20px !important;
}
.push-left {
    margin-left: 20px !important;
}
.push-ends {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.push-sides {
    margin-right: 20px !important;
    margin-left: 20px !important;
}
.push-half {
    margin: 10px !important;
}
.push-half-top {
    margin-top: 10px !important;
}
.push-half-right {
    margin-right: 10px !important;
}
.push-half-bottom {
    margin-bottom: 10px !important;
}
.push-half-left {
    margin-left: 10px !important;
}
.push-half-ends {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.push-half-sides {
    margin-right: 10px !important;
    margin-left: 10px !important;
}
.flush {
    margin: 0 !important;
}
.flush-top {
    margin-top: 0 !important;
}
.flush-right {
    margin-right: 0 !important;
}
.flush-bottom {
    margin-bottom: 0 !important;
}
.flush-left {
    margin-left: 0 !important;
}
.flush-ends {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.flush-sides {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.soft {
    padding: 20px !important;
}
.soft-top {
    padding-top: 20px !important;
}
.soft-right {
    padding-right: 20px !important;
}
.soft-bottom {
    padding-bottom: 20px !important;
}
.soft-left {
    padding-left: 20px !important;
}
.soft-ends {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.soft-sides {
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.soft-half {
    padding: 10px !important;
}
.soft-half-top {
    padding-top: 10px !important;
}
.soft-half-right {
    padding-right: 10px !important;
}
.soft-half-bottom {
    padding-bottom: 10px !important;
}
.soft-half-left {
    padding-left: 10px !important;
}
.soft-half-ends {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.soft-half-sides {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.hard {
    padding: 0 !important;
}
.hard-top {
    padding-top: 0 !important;
}
.hard-right {
    padding-right: 0 !important;
}
.hard-bottom {
    padding-bottom: 0 !important;
}
.hard-left {
    padding-left: 0 !important;
}
.hard-ends {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.hard-sides {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
@media (min-width: 600px) {
    .flush-xs {
        margin: 0 !important;
    }
    .flush-xs-top {
        margin-top: 0 !important;
    }
    .flush-xs-right {
        margin-right: 0 !important;
    }
    .flush-xs-bottom {
        margin-bottom: 0 !important;
    }
    .flush-xs-left {
        margin-left: 0 !important;
    }
    .flush-xs-ends {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .flush-xs-sides {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .push-xs {
        margin: 20px !important;
    }
    .push-xs-top {
        margin-top: 20px !important;
    }
    .push-xs-right {
        margin-right: 20px !important;
    }
    .push-xs-bottom {
        margin-bottom: 20px !important;
    }
    .push-xs-left {
        margin-left: 20px !important;
    }
    .push-xs-ends {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .push-xs-sides {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
    .push-half-xs {
        margin: 10px !important;
    }
    .push-half-xs-top {
        margin-top: 10px !important;
    }
    .push-half-xs-right {
        margin-right: 10px !important;
    }
    .push-half-xs-bottom {
        margin-bottom: 10px !important;
    }
    .push-half-xs-left {
        margin-left: 10px !important;
    }
    .push-half-xs-ends {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .push-half-xs-sides {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .push-double-xs {
        margin: 40px !important;
    }
    .push-double-xs-top {
        margin-top: 40px !important;
    }
    .push-double-xs-right {
        margin-right: 40px !important;
    }
    .push-double-xs-bottom {
        margin-bottom: 40px !important;
    }
    .push-double-xs-left {
        margin-left: 40px !important;
    }
    .push-double-xs-ends {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .push-double-xs-sides {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }
    .push-triple-xs {
        margin: 60px !important;
    }
    .push-triple-xs-top {
        margin-top: 60px !important;
    }
    .push-triple-xs-right {
        margin-right: 60px !important;
    }
    .push-triple-xs-bottom {
        margin-bottom: 60px !important;
    }
    .push-triple-xs-left {
        margin-left: 60px !important;
    }
    .push-triple-xs-ends {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .push-triple-xs-sides {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }
    .soft-xs {
        padding: 20px !important;
    }
    .soft-xs-top {
        padding-top: 20px !important;
    }
    .soft-xs-right {
        padding-right: 20px !important;
    }
    .soft-xs-bottom {
        padding-bottom: 20px !important;
    }
    .soft-xs-left {
        padding-left: 20px !important;
    }
    .soft-xs-ends {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .soft-xs-sides {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .soft-half-xs {
        padding: 10px !important;
    }
    .soft-half-xs-top {
        padding-top: 10px !important;
    }
    .soft-half-xs-right {
        padding-right: 10px !important;
    }
    .soft-half-xs-bottom {
        padding-bottom: 10px !important;
    }
    .soft-half-xs-left {
        padding-left: 10px !important;
    }
    .soft-half-xs-ends {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .soft-half-xs-sides {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .soft-double-xs {
        padding: 40px !important;
    }
    .soft-double-xs-top {
        padding-top: 40px !important;
    }
    .soft-double-xs-right {
        padding-right: 40px !important;
    }
    .soft-double-xs-bottom {
        padding-bottom: 40px !important;
    }
    .soft-double-xs-left {
        padding-left: 40px !important;
    }
    .soft-double-xs-ends {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .soft-double-xs-sides {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .soft-triple-xs {
        padding: 60px !important;
    }
    .soft-triple-xs-top {
        padding-top: 60px !important;
    }
    .soft-triple-xs-right {
        padding-right: 60px !important;
    }
    .soft-triple-xs-bottom {
        padding-bottom: 60px !important;
    }
    .soft-triple-xs-left {
        padding-left: 60px !important;
    }
    .soft-triple-xs-ends {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .soft-triple-xs-sides {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
    .hard-xs {
        padding: 0 !important;
    }
    .hard-xs-top {
        padding-top: 0 !important;
    }
    .hard-xs-right {
        padding-right: 0 !important;
    }
    .hard-xs-bottom {
        padding-bottom: 0 !important;
    }
    .hard-xs-left {
        padding-left: 0 !important;
    }
    .hard-xs-ends {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .hard-xs-sides {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
@media (min-width: 768px) {
    .flush-sm {
        margin: 0 !important;
    }
    .flush-sm-top {
        margin-top: 0 !important;
    }
    .flush-sm-right {
        margin-right: 0 !important;
    }
    .flush-sm-bottom {
        margin-bottom: 0 !important;
    }
    .flush-sm-left {
        margin-left: 0 !important;
    }
    .flush-sm-ends {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .flush-sm-sides {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .push-sm {
        margin: 20px !important;
    }
    .push-sm-top {
        margin-top: 20px !important;
    }
    .push-sm-right {
        margin-right: 20px !important;
    }
    .push-sm-bottom {
        margin-bottom: 20px !important;
    }
    .push-sm-left {
        margin-left: 20px !important;
    }
    .push-sm-ends {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .push-sm-sides {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
    .push-half-sm {
        margin: 10px !important;
    }
    .push-half-sm-top {
        margin-top: 10px !important;
    }
    .push-half-sm-right {
        margin-right: 10px !important;
    }
    .push-half-sm-bottom {
        margin-bottom: 10px !important;
    }
    .push-half-sm-left {
        margin-left: 10px !important;
    }
    .push-half-sm-ends {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .push-half-sm-sides {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .push-double-sm {
        margin: 40px !important;
    }
    .push-double-sm-top {
        margin-top: 40px !important;
    }
    .push-double-sm-right {
        margin-right: 40px !important;
    }
    .push-double-sm-bottom {
        margin-bottom: 40px !important;
    }
    .push-double-sm-left {
        margin-left: 40px !important;
    }
    .push-double-sm-ends {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .push-double-sm-sides {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }
    .push-triple-sm {
        margin: 60px !important;
    }
    .push-triple-sm-top {
        margin-top: 60px !important;
    }
    .push-triple-sm-right {
        margin-right: 60px !important;
    }
    .push-triple-sm-bottom {
        margin-bottom: 60px !important;
    }
    .push-triple-sm-left {
        margin-left: 60px !important;
    }
    .push-triple-sm-ends {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .push-triple-sm-sides {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }
    .soft-sm {
        padding: 20px !important;
    }
    .soft-sm-top {
        padding-top: 20px !important;
    }
    .soft-sm-right {
        padding-right: 20px !important;
    }
    .soft-sm-bottom {
        padding-bottom: 20px !important;
    }
    .soft-sm-left {
        padding-left: 20px !important;
    }
    .soft-sm-ends {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .soft-sm-sides {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .soft-half-sm {
        padding: 10px !important;
    }
    .soft-half-sm-top {
        padding-top: 10px !important;
    }
    .soft-half-sm-right {
        padding-right: 10px !important;
    }
    .soft-half-sm-bottom {
        padding-bottom: 10px !important;
    }
    .soft-half-sm-left {
        padding-left: 10px !important;
    }
    .soft-half-sm-ends {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .soft-half-sm-sides {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .soft-double-sm {
        padding: 40px !important;
    }
    .soft-double-sm-top {
        padding-top: 40px !important;
    }
    .soft-double-sm-right {
        padding-right: 40px !important;
    }
    .soft-double-sm-bottom {
        padding-bottom: 40px !important;
    }
    .soft-double-sm-left {
        padding-left: 40px !important;
    }
    .soft-double-sm-ends {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .soft-double-sm-sides {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .soft-triple-sm {
        padding: 60px !important;
    }
    .soft-triple-sm-top {
        padding-top: 60px !important;
    }
    .soft-triple-sm-right {
        padding-right: 60px !important;
    }
    .soft-triple-sm-bottom {
        padding-bottom: 60px !important;
    }
    .soft-triple-sm-left {
        padding-left: 60px !important;
    }
    .soft-triple-sm-ends {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .soft-triple-sm-sides {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
    .hard-sm {
        padding: 0 !important;
    }
    .hard-sm-top {
        padding-top: 0 !important;
    }
    .hard-sm-right {
        padding-right: 0 !important;
    }
    .hard-sm-bottom {
        padding-bottom: 0 !important;
    }
    .hard-sm-left {
        padding-left: 0 !important;
    }
    .hard-sm-ends {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .hard-sm-sides {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
@media (min-width: 1025px) {
    .flush-md {
        margin: 0 !important;
    }
    .flush-md-top {
        margin-top: 0 !important;
    }
    .flush-md-right {
        margin-right: 0 !important;
    }
    .flush-md-bottom {
        margin-bottom: 0 !important;
    }
    .flush-md-left {
        margin-left: 0 !important;
    }
    .flush-md-ends {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .flush-md-sides {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .push-md {
        margin: 20px !important;
    }
    .push-md-top {
        margin-top: 20px !important;
    }
    .push-md-right {
        margin-right: 20px !important;
    }
    .push-md-bottom {
        margin-bottom: 20px !important;
    }
    .push-md-left {
        margin-left: 20px !important;
    }
    .push-md-ends {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .push-md-sides {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
    .push-half-md {
        margin: 10px !important;
    }
    .push-half-md-top {
        margin-top: 10px !important;
    }
    .push-half-md-right {
        margin-right: 10px !important;
    }
    .push-half-md-bottom {
        margin-bottom: 10px !important;
    }
    .push-half-md-left {
        margin-left: 10px !important;
    }
    .push-half-md-ends {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .push-half-md-sides {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .push-double-md {
        margin: 40px !important;
    }
    .push-double-md-top {
        margin-top: 40px !important;
    }
    .push-double-md-right {
        margin-right: 40px !important;
    }
    .push-double-md-bottom {
        margin-bottom: 40px !important;
    }
    .push-double-md-left {
        margin-left: 40px !important;
    }
    .push-double-md-ends {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .push-double-md-sides {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }
    .push-triple-md {
        margin: 60px !important;
    }
    .push-triple-md-top {
        margin-top: 60px !important;
    }
    .push-triple-md-right {
        margin-right: 60px !important;
    }
    .push-triple-md-bottom {
        margin-bottom: 60px !important;
    }
    .push-triple-md-left {
        margin-left: 60px !important;
    }
    .push-triple-md-ends {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .push-triple-md-sides {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }
    .soft-md {
        padding: 20px !important;
    }
    .soft-md-top {
        padding-top: 20px !important;
    }
    .soft-md-right {
        padding-right: 20px !important;
    }
    .soft-md-bottom {
        padding-bottom: 20px !important;
    }
    .soft-md-left {
        padding-left: 20px !important;
    }
    .soft-md-ends {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .soft-md-sides {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .soft-half-md {
        padding: 10px !important;
    }
    .soft-half-md-top {
        padding-top: 10px !important;
    }
    .soft-half-md-right {
        padding-right: 10px !important;
    }
    .soft-half-md-bottom {
        padding-bottom: 10px !important;
    }
    .soft-half-md-left {
        padding-left: 10px !important;
    }
    .soft-half-md-ends {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .soft-half-md-sides {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .soft-double-md {
        padding: 40px !important;
    }
    .soft-double-md-top {
        padding-top: 40px !important;
    }
    .soft-double-md-right {
        padding-right: 40px !important;
    }
    .soft-double-md-bottom {
        padding-bottom: 40px !important;
    }
    .soft-double-md-left {
        padding-left: 40px !important;
    }
    .soft-double-md-ends {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .soft-double-md-sides {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .soft-triple-md {
        padding: 60px !important;
    }
    .soft-triple-md-top {
        padding-top: 60px !important;
    }
    .soft-triple-md-right {
        padding-right: 60px !important;
    }
    .soft-triple-md-bottom {
        padding-bottom: 60px !important;
    }
    .soft-triple-md-left {
        padding-left: 60px !important;
    }
    .soft-triple-md-ends {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .soft-triple-md-sides {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
    .hard-md {
        padding: 0 !important;
    }
    .hard-md-top {
        padding-top: 0 !important;
    }
    .hard-md-right {
        padding-right: 0 !important;
    }
    .hard-md-bottom {
        padding-bottom: 0 !important;
    }
    .hard-md-left {
        padding-left: 0 !important;
    }
    .hard-md-ends {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .hard-md-sides {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
@media (min-width: 1200px) {
    .flush-lg {
        margin: 0 !important;
    }
    .flush-lg-top {
        margin-top: 0 !important;
    }
    .flush-lg-right {
        margin-right: 0 !important;
    }
    .flush-lg-bottom {
        margin-bottom: 0 !important;
    }
    .flush-lg-left {
        margin-left: 0 !important;
    }
    .flush-lg-ends {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .flush-lg-sides {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .push-lg {
        margin: 20px !important;
    }
    .push-lg-top {
        margin-top: 20px !important;
    }
    .push-lg-right {
        margin-right: 20px !important;
    }
    .push-lg-bottom {
        margin-bottom: 20px !important;
    }
    .push-lg-left {
        margin-left: 20px !important;
    }
    .push-lg-ends {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .push-lg-sides {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
    .push-half-lg {
        margin: 10px !important;
    }
    .push-half-lg-top {
        margin-top: 10px !important;
    }
    .push-half-lg-right {
        margin-right: 10px !important;
    }
    .push-half-lg-bottom {
        margin-bottom: 10px !important;
    }
    .push-half-lg-left {
        margin-left: 10px !important;
    }
    .push-half-lg-ends {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .push-half-lg-sides {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .push-double-lg {
        margin: 40px !important;
    }
    .push-double-lg-top {
        margin-top: 40px !important;
    }
    .push-double-lg-right {
        margin-right: 40px !important;
    }
    .push-double-lg-bottom {
        margin-bottom: 40px !important;
    }
    .push-double-lg-left {
        margin-left: 40px !important;
    }
    .push-double-lg-ends {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .push-double-lg-sides {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }
    .push-triple-lg {
        margin: 60px !important;
    }
    .push-triple-lg-top {
        margin-top: 60px !important;
    }
    .push-triple-lg-right {
        margin-right: 60px !important;
    }
    .push-triple-lg-bottom {
        margin-bottom: 60px !important;
    }
    .push-triple-lg-left {
        margin-left: 60px !important;
    }
    .push-triple-lg-ends {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .push-triple-lg-sides {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }
    .soft-lg {
        padding: 20px !important;
    }
    .soft-lg-top {
        padding-top: 20px !important;
    }
    .soft-lg-right {
        padding-right: 20px !important;
    }
    .soft-lg-bottom {
        padding-bottom: 20px !important;
    }
    .soft-lg-left {
        padding-left: 20px !important;
    }
    .soft-lg-ends {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .soft-lg-sides {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .soft-half-lg {
        padding: 10px !important;
    }
    .soft-half-lg-top {
        padding-top: 10px !important;
    }
    .soft-half-lg-right {
        padding-right: 10px !important;
    }
    .soft-half-lg-bottom {
        padding-bottom: 10px !important;
    }
    .soft-half-lg-left {
        padding-left: 10px !important;
    }
    .soft-half-lg-ends {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .soft-half-lg-sides {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .soft-double-lg {
        padding: 40px !important;
    }
    .soft-double-lg-top {
        padding-top: 40px !important;
    }
    .soft-double-lg-right {
        padding-right: 40px !important;
    }
    .soft-double-lg-bottom {
        padding-bottom: 40px !important;
    }
    .soft-double-lg-left {
        padding-left: 40px !important;
    }
    .soft-double-lg-ends {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .soft-double-lg-sides {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .soft-triple-lg {
        padding: 60px !important;
    }
    .soft-triple-lg-top {
        padding-top: 60px !important;
    }
    .soft-triple-lg-right {
        padding-right: 60px !important;
    }
    .soft-triple-lg-bottom {
        padding-bottom: 60px !important;
    }
    .soft-triple-lg-left {
        padding-left: 60px !important;
    }
    .soft-triple-lg-ends {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .soft-triple-lg-sides {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
    .hard-lg {
        padding: 0 !important;
    }
    .hard-lg-top {
        padding-top: 0 !important;
    }
    .hard-lg-right {
        padding-right: 0 !important;
    }
    .hard-lg-bottom {
        padding-bottom: 0 !important;
    }
    .hard-lg-left {
        padding-left: 0 !important;
    }
    .hard-lg-ends {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .hard-lg-sides {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
iframe {
    max-width: 100%;
}
