@charset "UTF-8";
/*
Theme Name: Reach Local - Service Out Quick
Template: reach.parent
Author: Reach Local
Author URI: http://reachlocal.com
Description: A starter framework for WordPress themes.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reach-child
*/

/*
Theme Name: Rhino Shield
Author: Sergey Manuylov
*/
@import url('assets/css/normalize.css');
@import url('assets/css/effects.css');
@import url('assets/css/grid.css');
/*---Reset styles---*/
/*---Fonts---*/
@font-face {
    font-family: 'Poster Gothic';
    src: url('assets/fonts/poster-gothic.otf') format('opentype');
    font-style: normal;
}
@font-face {
    font-family: 'VisbyCF';
    src: url('assets/fonts/visbycf-regular.otf') format('opentype');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'VisbyCF';
    src: url('assets/fonts/visbycf-bold.otf') format('opentype');
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'VisbyCF';
    src: url('assets/fonts/visbycf-thin.otf') format('opentype');
    font-style: normal;
    font-weight: 100;
}
@font-face {
    font-family: 'VisbyCF';
    src: url('assets/fonts/visbycf-heavy.otf') format('opentype');
    font-style: normal;
    font-weight: 900;
}
/*---/.Fonts---*/
/*---general styles---*/
body {
    background: #ffffff;
    font-size: 0.89vw;
    font-family: 'VisbyCF', sans-serif;
    font-weight: 400;
    color: #000;
}
body > img {
    display: none;
}
* {
    outline: none;
    background-repeat: no-repeat;
}
i {
    font-style: italic;
}
ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.half ul, .half ol {
    margin-top: 0;
    padding-bottom: 1em;
}
a, a:hover {
    text-decoration: none;
}
p {
    display: block;
    line-height: 1.57;
    margin-bottom: 1.5em;
    margin-top: 0;
}
img {
    max-width: 100%;
    max-height: 100%;
}
img.aligncenter {
    position: relative;
    margin: 0 auto;
}
p b, p strong, b, strong {
    font-weight: 700;
}
input[type="submit"] {
    cursor: pointer;
}
.mobile {
    display: none !important;
}
.capitalize {
    text-transform: uppercase;
}
.uncapitalize {
    text-transform: unset;
}
.center {
    position: relative;
    margin: 0 auto;
}
.center-text {
    text-align: center;
}
#all-content-wrapper {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 0.10vw;
}
.flex.flex-justify-center {
    justify-content: center;
}
.flex-column {
    flex-direction: column;
}
.flex.flex-space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex.flex-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-align-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.flex-align-top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.flex.flex-top {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.flex.flex-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.no-link {
    pointer-events: none;
}
h1, h2, h3, h4, h5, h6, p, ul {
    margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
    display: block;
}
h1, h2 {
    font-family: "Poster Gothic", sans-serif !important;
}
h1 {
    font-size: 5.21vw !important;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
}
h2 {
    font-size: 3.33vw !important;
    color: #355caa;
    margin-bottom: 0.2em;
    line-height: 1;
}
section h4 {
    font-size: 1.25vw;
    font-family: "Poster Gothic", sans-serif;
}
.heading h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1.67vw;
    color: #355caa;
}
em {
    font-style: italic !important;
}
section {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.half {
    width: 50%;
}
section {
    position: relative;
}
.main-content a {
    color: #aa8f66;
}
.btn > a, a.btn, input[type="submit"] {
    font-size: 0.78vw !important;
    font-weight: 900;
    text-transform: uppercase;
    display: inline-block;
    color: #000000;
    padding: 1.15vw 2.60vw;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff266;
    line-height: 1;
    border-radius: 0.26vw;
    position: relative;
    letter-spacing: 0.10vw;
    border: none !important;
}
a.btn:hover, input[type="submit"]:hover {
    background-color: #fff480;
}
a.btn.large {
    font-size: 125%;
}
.btn.blue a, a.btn.blue {
    background-color: #355caa;
    color: #fff;
}
.btn.blue a:hover, a.btn.blue:hover {
    background-color: #4668ab;
    color: #fff;
}
a.btn.green {
    background-color: #799357;
    color: #fff;
}
a.btn.green:hover {
    background-color: #809466;
}
a.btn.white {
    background-color: #ffffff;
    color: #000;
}
a.btn.white:hover {
    background-color: #e6e6e6;
}
.content-area__flex {
    width: 100%;
}
.black {
    background-color: #000;
    color: #fff;
}
.ring-bg {
    background-image: url(assets/img/bg/ring.png);
    height: 100%;
    background-position: center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.container {
    max-width: 72.92vw;
}
#mobile-menu, #overlay, #mobile-menu-toggle {
    display: none;
}
.default-page {
    padding-top: 3.65vw;
    padding-bottom: 3.65vw;
}
.default-page h2, .default-page h3, .default-page h4, .default-page h5, .default-page h6 {
    color: #586b4b;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.2em;
}
.default-page h2 {
    font-size: 2.92vw;
}
.default-page h3 {
    font-size: 2.19vw;
}
.default-page h4 {
    font-size: 1.88vw;
}
.default-page h5 {
    font-size: 1.46vw;
}
.default-page h6 {
    font-size: 1.15vw;
}
img.alignleft {
    float: left;
    margin-right: 3.13vw;
}
img.alignright {
    float: right;
    margin-left: 3.13vw;
}
.slick-track {
    display: flex !important;
}
.slick-slider {
    margin-bottom: 0 !important;
}
.slick-slide {
    height: inherit !important;
}
.slick-slide > div > div, .slick-slide > div {
    height: 100%;
}
section.blue, div.blue {
    background-color: #355caa;
    color: #fff;
}
section.blue h2 {
    color: #fff;
}
.yellow {
    background-color: #fff266;
}
.dotted {
    background-image: url(assets/img/bg/dots_pattern.png);
    background-position: top -0.21vw left -0.21vw;
    -webkit-background-size: initial;
    background-size: initial;
    background-repeat: repeat;
}
sub, sup {
    font-size: 50%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.staff__content {
    width: 100%;
}
.gallery {
    max-width: unset !important;
    display: block;
}
/*Header*/
.header-logo {
    max-width: 10.73vw;
}
.header-nav {
    position: relative;
}
.header-nav:before, .header-nav:after {
    content: '';
    display: block;
    width: 2.40vw;
    height: 100%;
    position: absolute;
    top: 0;
}
.header-nav:before {
    background-color: #355caa;
    left: 0;
    clip-path: polygon(100% 0, 0 100%, 0 0);
}
.header-nav:after {
    background-color: #fff266;
    right: 0;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.header-nav {
    padding: 1.04vw 0;
}
.header-nav nav > ul {
    display: flex;
    align-items: center;
}
.header-nav nav > ul > li:not(.btn) > a {
    font-size: 0.83vw;
    text-transform: uppercase;
    color: #000;
    font-family: "Poster Gothic", sans-serif;
}
.header-nav nav > ul > li:not(.btn) > a:hover {
    color: #4668ab;
}
.header-nav nav > ul > li:not(.btn) {
    margin-right: 1.82vw;
}
.header-nav nav > ul > li.btn:not(:last-child) {
    margin-right: 0.52vw;
}
.header-nav nav > ul > li.btn > a {
    padding: 0.89vw 1.04vw;
    min-width: 8.33vw;
}
.header-bar {
    text-transform: uppercase;
    font-family: "Poster Gothic", sans-serif;
    font-size: 1.25vw;
    color: #355caa;
    line-height: 1;
    padding: 0.94vw;
}
.header-nav nav ul li {
    position: relative;
}
.header-nav nav ul.sub-menu {
    display: none;
    padding: 1em;
    background-color: #355caa;
    position: absolute;
    z-index: 9;
    width: 15.63vw;
}
.header-nav nav ul.sub-menu a {
    color: #fff;
    font-size: 0.83vw;
    text-transform: uppercase;
    font-family: "Poster Gothic", sans-serif;
}
.header-nav nav ul.sub-menu li:not(:last-child) {
    margin-bottom: 1em;
}
.header-nav nav > ul > li:hover > ul.sub-menu {
    display: block;
    top: 100%;
    left: 0;
}
.header-nav nav > ul > li:hover > ul.sub-menu > li:hover ul.sub-menu {
    display: block;
    top: -1em;
    left: 100%;
}
/*Footer*/
.footer-logo a {
    max-width: 9.53vw;
    display: block;
}
.footer-nav {
    background-color: #355caa;
    color: #fff;
    padding-top: 3.91vw;
    padding-bottom: 3.39vw;
    font-size: 0.78vw;
}
.footer-logo {
    width: 36%;
}
.footer-address {
    width: 24%;
}
.footer-navigation {
    width: 16%;
}
.footer-btns {
    width: 24%;
}
.footer-nav a:not(.btn) {
    color: #fff;
}
.footer-nav nav li {
    margin-bottom: 1.04vw;
}
.footer-nav nav li a {
    font-size: 0.78vw;
    text-transform: uppercase;
    font-weight: 700;
}
.footer-nav nav li.btn a, .footer-nav nav .sub-menu {
    display: none !important;
}
.footer-nav nav li a:hover {
    color: #fff480;
}
.footer-address h4 {
    text-transform: uppercase;
    font-size: 1.88vw !important;
}
.footer-btns ul {
    display: flex;
}
.footer-btns ul li:not(:last-child) {
    margin-right: 0.52vw;
}
.footer-btns ul li a.btn {
    width: 9.5vw;
    padding: 0.89vw 0.52vw;
}
.footer-copy {
    font-size: 0.68vw;
    background-color: #7b91c4;
    color: #fff;
    text-transform: uppercase;
    padding-top: 1.56vw;
    padding-bottom: 1.56vw;
    letter-spacing: 0.05vw;
}
.footer-copy p {
    margin-bottom: 0;
}
.footer-copy p span {
    padding: 0.78vw;
}
.footer-copy a {
    color: #fff;
}
.footer-copy ul {
    display: flex;
    align-items: center;
}
.footer-copy .left ul li a {
    padding: 0 0.78vw;
}
.footer-copy .left ul li:first-child a {
    padding-left: 0;
}
.footer-copy .left ul li:not(:last-child):after {
    content: '|';
}
.footer-copy a:hover {
    color: #e6e6e6;
}
.footer-nav nav li.btn {
    display: none;
}
.gform_button, .comments-area input[type='submit'], .btn {
    padding: 0;
    border: none;
    background-color: transparent;
}
ul.social li a {
    padding: 0 0.31vw;
    font-size: 0.83vw;
}
/*home hero*/
.home-hero {
    display: flex;
    justify-content: center;
    min-height: 41.67vw;
}
.home-hero > .container {
    position: relative;
    padding-top: 1.04vw;
    padding-bottom: 1.04vw;
}
.home-hero > .container > .flex {
    height: 100%;
}
.home-hero p {
    text-transform: capitalize;
    font-size: 2.50vw;
    color: #fff266;
    margin-bottom: 0;
}
.home-hero-content {
    max-width: 52.08vw;
}
.logo-badge, a.sale-badge {
    position: absolute;
}
.logo-badge {
    bottom: 0;
    transform: translateY(51%);
    right: 0;
    z-index: 9;
}
.logo-badge {
    width: 14.06vw;
    height:auto;
}
.sale-badge {
    padding: 0.89vw 1.41vw !important;
    -webkit-box-shadow: 0 0.26vw 1.30vw 0 rgba(1, 0, 1, 0.25);
    -moz-box-shadow: 0 0.26vw 1.30vw 0 rgba(1, 0, 1, 0.25);
    box-shadow: 0 0.26vw 1.30vw 0 rgba(1, 0, 1, 0.25);
    top: 13.54vw;
    right: 1.56vw;
}
/*Home about*/
.stripes > .container > .flex > .half:last-child {
    padding: 6.77vw 0 5.73vw 5.99vw;
    position: relative;
}
.stripes > .container > .flex > .half:last-child:before {
    content: '';
    display: block;
    position: absolute;
    left: -14.58vw;
    width: 19.79vw;
    height: 100%;
    clip-path: polygon(73% 0, 100% 0%, 100% 100%, 0% 100%);
    top: 0;
}
.stripes > .container > .flex > .half:last-child:after {
    content: '';
    display: block;
    background-color: #fff;
    position: absolute;
    left: -9.58vw;
    width: 14.84vw;
    height: 100%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    top: 0;
}
.stripes.home-about > .container > .flex > .half:last-child:before {
    background-color: #355caa;
}
.why {
    padding: 7.03vw 2.86vw;
}
.heading h2 {
    margin-bottom: 0.78vw;
}
.heading p {
    font-size: 1.25vw;
}
.heading {
    position: relative;
    z-index: 2;
}
.why-list {
    padding-bottom: 2.08vw;
}
.why-list-item-wrapper {
    padding: 0.26vw;
    width: 20%;
}
.why-list-item {
    height: 100%;
    border-left: 0.52vw solid #fff266;
    padding: 2.60vw 1.56vw;
    background-color: #fff;
}
.why-list-item h3 {
    font-size: 1.25vw;
    color: #355caa;
    font-weight: 900;
    min-height: 2.86vw;
}
.why-list-item p {
    color: #000;
    margin-bottom: 0;
}
.why a.btn {
    min-width: 18.23vw;
}
.why-list {
    width: 100%;
}
section.table {
    padding-top: 5.21vw;
    padding-bottom: 5.21vw;
    overflow: hidden;
    margin: 0 !important;
}
.table:before, .table:after {
    content: '';
    display: block;
    height: 49.48vw;
    width: 3.85vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}
.table:before {
    background-image: url(assets/img/bg/patter_left.png);
    left: 0;
}
.table:after {
    background-image: url(assets/img/bg/patter_right.png);
    right: 0;
}
.table-wrapper {
    margin-top: 3.65vw;
    padding-left: 2.60vw;
    padding-right: 2.60vw;
    border-radius: 0.68vw;
    background-color: #fff;
    -webkit-box-shadow: 0 0.52vw 1.30vw 0 rgba(1, 0, 1, 0.15);
    -moz-box-shadow: 0 0.52vw 1.30vw 0 rgba(1, 0, 1, 0.15);
    box-shadow: 0 0.52vw 1.30vw 0 rgba(1, 0, 1, 0.15);
    display: flex;
    width: 100%;
}
.table-wrapper > .table-col {
    width: 20%;
}
.table-wrapper-scroll-wrapper {
    width: 80%;
}
.table-wrapper-scroll {
    display: flex;
    width: 100%;
}
.table-wrapper-scroll > div {
    flex: 1;
}
.table-col-content {
    padding-bottom: 2.08vw;
}
.table-col-content ul li {
    white-space: nowrap;
    padding-left: 3.13vw;
    padding-right: 1.56vw;
    border-bottom: 0.05vw dashed #7b91c4;
    line-height: 2.08vw;
}
.table-col-heading {
    padding-left: 3.13vw;
    font-weight: 700;
    font-size: 1.25vw;
    color: #355caa;
}
.table-wrapper > .table-col .table-col-content ul li, .table-wrapper > .table-col .table-col-heading {
    padding-left: 0 !important;
}
.table-wrapper-scroll .table-col:nth-child(1) .table-col-content ul li, .table-wrapper-scroll .table-col:nth-child(1) .table-col-heading {
    padding-left: 2.08vw;
}
.table-col-heading {
    padding-top: 1.67vw;
    padding-bottom: 1.04vw;
    border-bottom: 0.05vw dashed #7b91c4;
}
.table-col-heading p {
    margin-bottom: 0;
    line-height: 1;
    white-space: nowrap;
    position: relative;
}
.table-wrapper-scroll .table-col:nth-child(1) .table-col-content {
    background-color: #355caa;
    color: #fff;
}
.table-wrapper-scroll .table-col:nth-child(1) .table-col-heading {
    border-bottom: none;
    position: relative;
}
.table-wrapper-scroll .table-col:nth-child(1) .table-col-heading p {
    font-size: 120%;
    margin-top: -0.21vw;
}
.table-wrapper-scroll .table-col:nth-child(1) .table-col-heading:before {
    content: '';
    display: block;
    width: 100%;
    border-top-left-radius: 0.31vw;
    border-top-right-radius: 0.31vw;
    background-color: #fff266;
    width: 100%;
    background-color: #fff266;
    height: 120%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.table-wrapper-scroll .table-col:nth-child(1) ul li {
    font-weight: 700;
}
.table-wrapper-scroll .table-col:nth-child(1) {
    min-width: 19.79vw;
    position: relative;
    -webkit-box-shadow: 0 0.52vw 1.30vw 0 rgba(1, 0, 1, 0.15);
    -moz-box-shadow: 0 0.52vw 1.30vw 0 rgba(1, 0, 1, 0.15);
    box-shadow: 0 0.52vw 1.30vw 0 rgba(1, 0, 1, 0.15);
}
.table-wrapper-scroll .table-col:nth-child(1):after {
    display: block;
    content: '';
    width: 100%;
    background-color: #355caa;
    top: 99.5%;
    height: 1.56vw;
    position: absolute;
    left: 0;
    border-bottom-left-radius: 0.31vw;
    border-bottom-right-radius: 0.31vw;
}
.circle-bg h2 {
    color: #fff266;
}
.circle-bg-content {
    max-width: 51.04vw;
}
.narrow-container.container {
    max-width: 62.50vw;
}
.circle-bg .container {
    padding-top: 5.99vw;
    padding-bottom: 5.99vw;
}
.circle-bg-content-thumb {
    width: 31%;
}
.circle-bg-content-text {
    width: 69%;
    padding-left: 3.13vw;
}
.circle-bg-content-text-fullwidth {
    width: 100%;
}
.cta-col-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cta-btn-right {
    background-image: url(assets/img/bg/cta_bg_small.jpg);
    color: #fff;
    padding-top: 4.69vw;
    padding-bottom: 4.69vw;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 16.67vw;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta-btn-right .flex {
    align-items: center;
}
.cta h2 {
    font-size: 1.88vw !important;
    color: #fff;
    margin-bottom: 1em !important;
}
.cta-btn-right.cta h2 {
    margin-bottom: 0 !important;
}
.cta-btn-right h2 b {
    color: #fff266;
}
.cta-btn-right p {
    margin-bottom: 0;
    font-size: 1.04vw;
}
.cta-btn-right-button {
    width: 25%;
}
.cta-btn-right-button a {
    width: 100%;
}
.cta-btn-right-content {
    width: 75%;
    padding-right: 4.17vw;
}
.cta-btn-right .flex {
    align-items: flex-end;
}
.reviews {
    padding: 6.77vw 0 6.77vw 0;
}
.reviews-slider {
    padding-bottom: 1.04vw;
}
.reviews-slider .slick-slide {
    padding-left: 1.56vw;
    padding-right: 1.56vw;
    padding-bottom: 1.04vw;
}
.reviews-slider-item {
    border-top-left-radius: 4.95vw;
    position: relative;
    padding: 4.5vw 2.08vw 1.82vw 2.08vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 21.88vw;
    height: 100%;
}
.reviews-slider-item:before {
    width: 100%;
    height: 100%;
    content: '';
    background-color: #fff266;
    position: absolute;
    left: -1.04vw;
    bottom: -1.04vw;
    z-index: -1;
}
.reviews-slider-item p {
    font-size: 0.83vw;
    position: relative;
    margin-bottom: 2em;
}
.reviews-slider-item h3 {
    margin-bottom: 0;
    font-size: 1.04vw;
    font-weight: 700;
    color: #fff266;
}
.reviews-bottom a.btn {
    min-width: 21.88vw;
}
.reviews-slider-item span {
    position: absolute;
    color: #7b91c4;
    top: 1.30vw;
    left: 1.30vw;
}
.reviews-slider-item span i {
    font-size: 3.33vw;
    font-style: italic;
}
.cta-col .container {
    padding-top: 4.69vw;
    padding-bottom: 4.69vw;
}
.cta-col h2 {
    margin-bottom: 1.56vw;
}
.cta-col a.btn {
    min-width: 18.75vw;
}
.stripes.contact > .container > .flex > .half:last-child:before {
    background-color: #fff266;
}
.contact .heading p {
    font-size: 0.89vw;
}
form .flex {
    justify-content: space-between;
}
form .flex .half {
    width: calc(50% - 0.26vw);
}
form span {
    display: block;
    margin-bottom: 0.52vw;
}
form span input, select, textarea {
    width: 100%;
    height: 2.60vw;
    border: none;
    padding-left: 1.56vw;
    border-radius: 0.21vw;
    font-size: 0.78vw;
    background-color: #edeff0;
}
form textarea {
    resize: none;
    padding-top: 0.78vw;
    height: 5.21vw;
}
form input[type="submit"] {
    border: none;
}
::-webkit-input-placeholder { /* Chrome */
    color: #000000;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #000000;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
    color: #000000;
    opacity: 1;
}
.wpcf7-spinner {
    display: none !important;
}
.grecaptcha-badge {
    display: none !important;
}
.rep-wrapper {
    max-width: 62.50vw;
}
.rep-wrapper .flex {
    padding-bottom: 2.60vw;
}
.rep-wrapper .flex .half {
    padding: 0 0.78vw;
}
.rep-wrapper .flex:nth-child(even) .half:last-child {
    order: -1;
}
.rep-wrapper .flex .half h3 {
    font-size: 1.67vw;
    color: #355caa;
    font-weight: 700;
}
.table-bottom h4 {
    font-family: "Poster Gothic", sans-serif !important;
    font-size: 1.88vw;
    color: #355caa;
}
.cta-slider .slick-slide {
    padding: 0 1.82vw;
}
.cta-slider {
    padding-top: 1.82vw;
}
.cta-slider .slick-prev {
    left: -1.82vw;
    top: 2.60vw;
    background-color: unset !important;
}
.cta-slider .slick-next {
    right: -1.82vw;
    top: 2.60vw;
    background-color: unset !important;
}
.cta-slider .slick-prev:before, .cta-slider .slick-next:before {
    color: #fff;
    font-size: 1.67vw;
}
.cta-slider-item {
    display: flex;
    align-items: flex-start;
}
.cta-slider-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(assets/img/bg/badge.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 3.33vw;
    width: 2.03vw;
    color: #fff;
    font-family: "Poster Gothic", sans-serif !important;
    font-size: 1.46vw;
}
.cta-slider-item-text {
    width: calc(100% - 2.03vw);
    padding-left: 1.04vw;
    padding-top:1em;
}
.cta-slider-item-text h3 {
    color: #fff266;
    font-size: 1.25vw;
    text-transform: unset !important;
    font-family: 'VisbyCF', sans-serif !important;
}
.cta-slider-item-text p {
    font-size: 0.89vw;
}
.stylized-list ul li {
    position: relative;
    padding-left: 1.09vw;
}
.stylized-list ul li:before {
    content: '';
    display: block;
    width: 0.47vw;
    height: 0.47vw;
    border-radius: 0.10vw;
    background-color: #fff266;
    position: absolute;
    left: 0;
    top: 0.36vw;
}
.plain {
    padding: 6.25vw 0;
}
.plain h4 {
    color: #355caa;
    text-transform: unset !important;
    font-family: 'VisbyCF', sans-serif;
    font-weight: 700;
}
.big-circle-bg:before, .big-circle-bg:after {
    position: absolute;
    top: 0;
    content: '';
    width: 50%;
    height: 100%;
    background-size:100% auto;
    background-position: center;
    pointer-events: none;
    z-index: 0;
    background-repeat: no-repeat;
}
.big-circle-bg:before {
    left: 0;
    background-image: url(assets/img/bg/big_circle_bg_left.png);
    background-position: left;
}
.big-circle-bg:after {
    right: 0;
    background-image: url(assets/img/bg/big_circle_bg_right.png);
    background-position: right;
}
.why-list-item-wrapper.uncapitalize h3 {
    text-transform: unset !important;
    font-family: 'VisbyCF', sans-serif !important;
}
.pricing-hero {
    align-items: center;
}
.pricing-hero .container {
    padding-top: 13.02vw;
    padding-bottom: 5.21vw;
    position: relative;
}
.pricing-hero h1 {
    display: block;
    font-size: 3.75vw !important;
    color: #fff;
    margin-bottom: 0;
}
.pricing-hero p {
    text-transform: capitalize;
    color: #fff266;
    font-size: 42px;
    margin-bottom: 0;
}
.pricing-hero a {
    position: absolute;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
    padding: 1.15vw;
}
.default-hero {
    min-height: 26.04vw;
}
.process-list.flex {
    flex-wrap: wrap;
}
.process-list .cta-slider-item {
    width: 33.3333%;
    padding-right: 1.04vw;
    z-index:2;
}
.process-list-heading {
    padding-bottom: 0 !important;
}
.process-list-wrapper {
    padding-top: 0 !important;
    position: relative;
}
.process-list-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15.21vw;
    height: auto;
}
.process-list-slider {
    display: none;
}
.image-text-row {
    margin-bottom: 2.60vw;
}
.image-text-row  h3 {
    text-transform: unset;
    font-size: 1.67vw;
    color: #355caa;
}
.image-text-row span {
    text-align: center;
    display: block;
    width: 20%;
}
.image-text-row .text {
    width: 80%;
    padding-left: 2.60vw;
}
.page-template-pricing .pricing-hero {
    background-position: center;
}
/*Responsive*/
@media (max-width: 966px) {
    .pricing-hero a {
        padding: 20px 25px;
    }
    .image-text-row {
        margin-bottom: 50px;
    }
    .image-text-row  h3 {
        text-transform: unset;
        font-size: 32px;
        color: #355caa;
    }
    .image-text-row span {
        text-align: center;
        display: block;
        width: 20%;
    }
    .image-text-row .text {
        width: 80%;
        padding-left: 50px;
    }
    .cta-btn-right.cta h2 {
    	margin-bottom: 1em !important;
    }
    .cta-slider-item-text {
        width: 100%;
    }
    .process-list {
        display: none;
    }
    .process-list-slider {
        display: block;
        padding-bottom: 30px;
    }
    .process-list-heading {
        padding-top: 140px !important;
    }
    .page-template-services .process-list-heading {
        padding-top: 60px !important;
        padding-bottom: 20px !important;
    }
    .process-list-img  {
        display: none;
    }
    .process-list .cta-slider-item {
        width: 50%;
        padding-right: 20px
    }
    .footer-address h4 {
        text-transform: uppercase;
        font-size: 18px !important;
    }
    .logo-badge {
        width: 270px;
        height:auto;
    }
    .stylized-list ul li {
        padding-left: 21px;
    }
    .stylized-list ul li:before {
        width: 9px;
        height: 9px;
        border-radius: 2px;
        top: 7px;
    }
    .pricing-hero h1 {
        font-size: 42px !important;
    }
    .pricing-hero p {
        font-size: 28px;
    }
    .plain {
        padding: 50px 0;
    }
    .big-circle-bg:before, .big-circle-bg:after {
        display: none !important;
    }
    .no-accordion h3:after {
        display: none!important;
    }
    .no-accordion h3{
        min-height: unset !important;
    }
    .pricing-hero .container {
        background-color: #000;
        padding-top: 50px;
        padding-bottom: 150px;
    }
    .pricing-hero-mobile-thumb {
        padding-top: 85%;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .narrow-container.container {
        max-width: 1200px;
    }
    .rep-wrapper {
        max-width: 1200px;
    }
    .rep-wrapper .flex {
        padding-bottom: 0;
    }
    .rep-wrapper p:last-child {
      margin-bottom:0;
  }
  .rep-wrapper .flex .half {
    padding: 0 15px 20px 15px;
}
.rep-wrapper .flex:nth-child(even) .half:last-child {
    order: 1;
}
.rep-wrapper .flex .half h3 {
    font-size: 32px;
}
.table-bottom h4 {
    font-size: 24px;
}
.cta-slider .slick-slide {
    padding: 0 15px;
}
.cta-slider {
  padding-top: 35px;
  padding-bottom: 50px;
}
.cta-slider .slick-prev {
  left: calc(50% - 50px);
  top: unset;
  bottom: 0;
}
.cta-slider .slick-next {
  right: calc(50% - 50px);
  top: unset;
  bottom: 0;
}
.cta-slider .slick-prev:before, .cta-slider .slick-next:before {
    font-size: 32px;
}
.cta-slider-item span {
    height: 64px;
    width: 39px;
    font-size: 28px;
}
.cta-slider-item-text {
    widows: calc(100% - 39px);
    padding-left: 20px;
}
.cta-slider-item-text h3 {
    font-size: 24px;
}
.cta-slider-item-text p {
    font-size: 17px;
}
#mobile-header-phone, #mobile-menu-toggle {
    display: block;
}
.header-logo {
    max-width: 130px;
}
.header-nav nav {
    display: none;
}
#mobile-header-search {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: #c6e9eb;
    color: #0095a4;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#mobile-menu-toggle {
    width: 32px;
    z-index: 999;
    position: relative;
}
#mobile-menu-toggle span {
    display: block;
    height: 3px;
    background-color: #355caa;
}
#mobile-menu-toggle span:not(:last-child) {
    margin-bottom: 8px;
}
#mobile-menu {
    max-height: 100vh;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    padding: 80px 0 0 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
}
#mobile-menu > nav {
    padding-top: 30px;
    padding-bottom: 85px;
    background-color: #f5f5f5;
}
#mobile-menu > nav li.btn a {
    width: 100%;
    max-width: 194px;
    padding-left: 5px;
    padding-right: 5px;
}
#mobile-menu > nav > ul:not(.social) {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}
#mobile-menu > nav > ul:not(.social) > li {
    width: 100%;
    text-align: center;
}
#mobile-menu > nav > ul:not(.social) > li.btn {
    padding-top: 20px;
    width: 200px;
    float: left;
}
#mobile-menu > nav > ul:not(.social) > li:not(.btn) > a {
    color: #000;
    font-family: "Poster Gothic", sans-serif;
    font-size: 32px !important;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
}
#mobile-menu > nav > ul:first-child > li:first-child > a {
    border-top: none;
}
#mobile-menu > nav > ul:not(.social) > li > a:hover {
    color: #3b7da3;
}
#mobile-menu-toggle.opened span:first-child {
    -webkit-transform: rotate(45deg) translateY(6px) translateX(7px) translateZ(0);
    transform: rotate(45deg) translateY(6px) translateX(7px) translateZ(0);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#mobile-menu-toggle.opened span:nth-child(2) {
    display: none;
}
#mobile-menu-toggle.opened span:last-child {
    -webkit-transform: rotate(-45deg) translateY(0) translateX(1px) translateZ(0);
    transform: rotate(-45deg) translateY(0) translateX(1px) translateZ(0);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#overlay {
    z-index: 1;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
}
#overlay.opened {
    display: block;
}
#mobile-menu > nav > ul > li > .sub-menu {
    background-color: #355caa;
    display: none;
}
#mobile-menu > nav > ul > li > .sub-menu > li > a {
    color: #fff !important;
    text-transform: uppercase;
    font-family: "Poster Gothic", sans-serif !important;
    font-size: 26px !important;
}
#mobile-menu > nav > ul > li > .sub-menu > li > .sub-menu {
    background-color: #fff266;
    display: none;
}
#mobile-menu > nav > ul > li > .sub-menu > li > .sub-menu > li > a {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 22px !important;
    font-family: "Poster Gothic", sans-serif !important;
}
#mobile-menu .sub-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}
#mobile-menu > nav > ul > li > .sub-menu > li > a {
    color: #005387;
    font-size: 24px !important;
    width: 100%;
    font-family: Gelion, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}
.sub-menu {
    display: none;
}
#mobile-menu li.menu-item-has-children > a {
    position: relative;
}
#mobile-menu li.menu-item-has-children:not(.btn) > a > span {
    font-size: 18px;
    position: absolute;
    margin-left: 10px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    right: 0;
    z-index: 2;
}
body.fixed {
    overflow: hidden;
}
.flex {
    flex-wrap: wrap;
}
.half {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
body {
    font-size: 17px;
}
.half {
    width: 100%;
}
section {
    position: relative;
}
body {
    font-size: 17px;
}
h1 {
    font-size: 42px !important;
    font-weight: 900;
}
h1 strong, h1 b {
    font-size: 72px;
}
h2 {
    font-size: 48px !important;
    letter-spacing: 2px;
}
section h4 {
    font-size: 24px;
}
.heading h4 {
    font-size: 32px;
}
.btn a, a.btn, input[type="submit"] {
    font-size: 15px !important;
    padding: 22px 50px;
    border-radius: 5px;
    letter-spacing: 2px;
}
.container {
    max-width: 1400px;
}
.wide-container {
    max-width: 1460px;
}
.default-hero {
    min-height: 500px;
}
.default-page {
    padding-top: 70px;
    padding-bottom: 70px;
}
.default-page h2 {
    font-size: 56px;
}
.default-page h3 {
    font-size: 42px;
}
.default-page h4 {
    font-size: 36px;
}
.default-page h5 {
    font-size: 28px;
}
.default-page h6 {
    font-size: 22px;
}
img.alignleft {
    float: left;
    margin-right: 60px;
}
img.alignright {
    float: right;
    margin-left: 60px;
}
.dotted {
    background-position: top -4px left -4px;
}
/*Header*/
.header-nav:before, .header-nav:after {
    width: 46px;
}
.header-nav {
    padding: 25px 30px;
}
.header-nav nav > ul > li:not(.btn) > a {
    font-size: 16px;
}
.header-nav nav > ul > li:not(.btn) {
    margin-right: 35px;
}
.header-nav nav > ul > li.btn:not(:last-child) {
    margin-right: 10px;
}
.header-nav nav > ul > li.btn > a {
    padding: 17px 20px;
    min-width: 160px;
}
.header-bar {
    font-size: 24px;
    padding: 18px;
}
/*Footer*/
.footer-nav {
    padding-top: 55px;
    padding-bottom: 45px;
    font-size: 15px;
}
.footer-nav nav li {
    margin-bottom: 20px;
}
.footer-col {
    width: 100%;
    !important;
    text-align: center;
}
.footer-nav nav li a {
    font-size: 15px;
}
.footer-nav > .container > .flex {
    flex-direction: column;
    justify-content: center;
}
.footer-navigation {
    display: none;
}
.footer-btns ul {
    justify-content: center;
}
.footer-btns ul li:not(:last-child) {
    margin-right: 10px;
}
.footer-btns ul li a.btn {
    width: 210px;
    padding: 17px 10px;
}
.footer-copy {
    font-size: 13px;
    padding-top: 30px;
    padding-bottom: 30px;
    letter-spacing: 1px;
}
.footer-copy p span {
    padding: 15px;
}
.footer-copy .left ul li a {
    padding: 0 15px;
}
ul.social li a {
    padding: 0 6px;
    font-size: 16px;
}
/*home hero*/
.home-hero-mobile-thumb {
    padding-top: 90%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.home-hero {
    min-height: unset;
    display: block;
    background-image: url("assets/img/bg/dots_pattern.png") !important;
    background-color: #000;
}
.home-hero > .container {
    padding-top: 40px;
    padding-bottom: 120px;
}
.home-hero p {
    font-size: 28px;
	line-height:1;
}
	.home .why.blue.dotted {
		padding-top:120px;
	}
.home-hero-content {
    max-width: 1000px;
}
.sale-badge {
    /*padding: 17px 27px !important;*/
    /*-webkit-box-shadow: 0px 5px 25px 0px rgba(1, 0, 1, 0.25);*/
    /*-moz-box-shadow: 0px 5px 25px 0px rgba(1, 0, 1, 0.25);*/
    /*box-shadow: 0px 5px 25px 0px rgba(1, 0, 1, 0.25);*/
    /*top: 260px;*/
    /*right: 30px;*/
    display: none !important;
}
.logo-badge {
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 200px;
}
.circle-bg-content-thumb, .circle-bg-content-text p:last-child, .home-about .half p:last-child, form {
    text-align: center;
}
/*Home about*/
.stripes > .container > .flex > .half:last-child {
    padding: 130px 0 110px 115px;
}
.stripes > .container > .flex > .half:last-child:before {
    width: 100%;
    height: 150px;
    left: 0;
    clip-path: polygon(0 0, 100% 73%, 100% 99%, 0% 100%);
    top: -120px;
}
.stripes > .container > .flex > .half:last-child:after {
    width: 100%;
    left: 0;
    height: 110px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    top: -80px;
}
.stripes {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-position: left top -20%;
    padding-top: 60%;
}
.stripes > .container {
    padding: 0;
}
.stripes > .container > .flex > .half:last-child {
    background-color: #fff;
    padding: 0 30px 30px 30px;
}
.stripes h2, .stripes p, .stripes a {
    position: relative;
    z-index: 2;
}
.why {
    padding: 60px 30px 45px 30px;
}
.heading h2 {
    margin-bottom: 15px;
}
.heading p {
    font-size: 17px;
}
.why-list {
    padding-bottom: 40px;
}
.why-list-item-wrapper {
    padding: 5px;
    width: 100%;
}
.why-list-item {
    border-left: 10px solid #fff266;
    padding: 25px;
}
.why-list-item h3 {
    font-size: 24px;
    font-weight: 900;
    min-height: 55px;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
}
.why-list-item h3:after {
    content: '\2b';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.why-list-item h3.opened:after {
    content: '\f068';
}
.why-list-item p {
    display: none;
    padding-top: 15px;
}
.why a.btn {
    min-width: 350px;
}
section.table {
    padding-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 0 !important;
}
.table:before, .table:after {
    height: 950px;
    width: 74px;
    display: none;
}
.table-wrapper {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 13px;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}
.table-wrapper > div {
    padding-bottom: 0;
}
.table-col-content {
    padding-bottom: 0;
}
.table-col-content ul li {
    padding-left: 30px;
    padding-right: 10px;
    border-bottom: 1px dashed #7b91c4;
    line-height: 40px;
}
.table-col-heading {
    font-size: 15px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
    padding-left: 15px !important;
    padding-right: 15px !important;
    height: 80px;
}
.table-col.table-col-content ul li {
    padding-left: 15px !important;
}
.table-col-heading {
    padding-top: 32px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #7b91c4;
}
.table-col-heading {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    font-size: 15px;
    margin-top: unset !important;
}
.table-col:not(:first-child) {
    min-width: unset !important;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(1, 0, 1, 0.15);
    -moz-box-shadow: 0px 10px 15px 0px rgba(1, 0, 1, 0.15);
    box-shadow: 0px 10px 15px 0px rgba(1, 0, 1, 0.15);
}
.table-col:nth-child(2):after {
    height: 30px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.table-wrapper > .table-col {
    width: 250px;
}
.table-wrapper-scroll-wrapper {
    width: calc(100% - 250px);
    overflow-x: scroll;
}
.table-wrapper-scroll {
    width: 600px;
}
.table-wrapper-scroll > div {
    width: 200px;
}
.table-wrapper-scroll .table-col:after {
    display: none !important;
}
.table-wrapper-scroll .table-col:nth-child(1) .table-col-heading:before {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.circle-bg-content {
    max-width: 980px;
}
.circle-bg .container {
    padding-top: 70px;
    padding-bottom: 50px;
    background-image: unset !important;
}
.circle-bg-content-text {
    padding-left: 60px;
}
.circle-bg-content-thumb, .circle-bg-content-text {
    width: 100%;
    padding-left: 0;
}
.circle-bg-content-thumb img {
    max-width: 110px;
}
.cta-btn-right {
    padding: 80px 45px;
    background-position: left 8% top 0;
    position: relative;
}
.cta-btn-right p {
    margin-bottom: 1em;
}
.cta-btn-right:before {
    display: block;
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 0;
}
.cta-btn-right:after {
    display: block;
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    background-color: #fff266;
    top: 0;
    right: 0;
}
.cta-btn-right-content, .cta-btn-right-button {
    width: 100%;
    padding: 0 !important;
}
.cta-btn-right-button a {
    max-width: 300px;
}
.cta-btn-right .flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.cta h2 {
    font-size: 24px !important;
}
.cta-btn-right p {
    font-size: 20px;
}
.reviews {
    padding: 50px 0 40px 0;
}
.reviews-slider {
    padding-bottom: 20px;
}
.reviews-slider .slick-slide {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}
.reviews-slider-item {
    border-top-left-radius: 95px;
    padding: 80px 40px 35px 40px;
    min-height: 420px;
}
.reviews-slider-item:before {
    left: -20px;
    bottom: -20px;
}
.reviews-slider-item p {
    font-size: 16px;
}
.reviews-slider-item h3 {
    font-size: 20px;
}
.reviews-bottom a.btn {
    min-width: 420px;
}
.reviews-slider-item span {
    top: 25px;
    left: 25px;
}
.reviews-slider-item span i {
    font-size: 64px;
}
.cta-col .container {
    padding-top: 90px;
    padding-bottom: 90px;
}
.cta-col h2 {
    margin-bottom: 30px;
}
.cta-col a.btn {
    min-width: 360px;
}
.contact .heading p {
    font-size: 17px;
}
form .flex .half {
    width: calc(50% - 5px);
}
form span {
    margin-bottom: 10px;
}
form span input, select, textarea {
    height: 50px;
    padding-left: 30px;
    border-radius: 4px;
    font-size: 15px;
    background-color: #edeff0;
}
form textarea {
    padding-top: 15px;
    height: 100px;
}
.footer-logo a {
    max-width: 190px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.footer-copy > .container > .flex > div {
    width: 100%;
}
.footer-copy .flex {
    flex-direction: column;
    justify-content: center;
}
.footer-copy ul {
    justify-content: center;
    padding-top: 20px;
}
}
@media (max-width: 768px) {
    .footer-btns ul {
        flex-wrap: wrap;
    }
    .footer-btns ul li {
        width: 100%;
    }
    .footer-btns ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .footer-btns ul li a.btn {
        width: 100%;
    }
    .image-text-row {
        margin-bottom: 30px;
    }
    .image-text-row  h3 {
        text-transform: unset;
        font-size: 26px;
        color: #355caa;
    }
    .image-text-row span {
        text-align: center;
        display: block;
        width: 100%;
    }
    .image-text-row .text {
        width: 100%;
        padding-left: 0;
    }
    .process-list .cta-slider-item {
        width: 100%;
        padding-right: 0;
    }
    h2 {
        font-size: 32px !important;
        letter-spacing: 1px;
    }
}
@media (max-width: 576px) {
	.pricing-hero p {
       font-size: 20px;
   }
   h1 {
    font-size: 36px;
}
a.btn {
    min-width: unset !important;
}
.stripes {
    -webkit-background-size: auto 60%;
    background-size: auto 60%;
    background-position: left top -10%;
    padding-top: 350px;
}
.table-wrapper > .table-col {
    width: 50%;
}
.table-wrapper-scroll-wrapper {
    width: 50%;
    overflow-x: scroll;
}
.table-col-content ul li {
    font-size: 0.8em;
}
}
@media (max-width: 420px) {
    .home-hero p {
        font-size: 22px;
    }
}
@media (max-width: 360px) {
    .home-hero p {
        font-size: 18px;
    }
    h1 {
        font-size: 32px;
    }
    .table-wrapper > .table-col {
        width: 50%;
    }
    .table-wrapper-scroll-wrapper {
        width: 50%;
    }
    .table-col-content ul li {
        font-size: 0.65em;
    }
}
@media (max-width: 767px) {
    #module_4 {
        text-align: center;
    }
    .header__utility--left, .header__utility--right {
        width: 50% !important;
    }
}
.staff__image:before, .staff__image:after, .contact-info--map-only-desktop {
    display: none !important;
}