@font-face {
    font-family: 'MontserratExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.eot');
    src: url('../fonts/Montserrat-ExtraBold.eot') format('embedded-opentype'),
         url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
         url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'),
         url('../fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
    font-weight: normal;
}
@font-face {
    font-family: 'MontserratBold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot') format('embedded-opentype'),
         url('../fonts/Montserrat-Bold.woff') format('woff'),
         url('../fonts/Montserrat-Bold.ttf') format('truetype'),
         url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: normal;
}
@font-face {
    font-family: 'MontserratMedium';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot') format('embedded-opentype'),
         url('../fonts/Montserrat-Medium.woff') format('woff'),
         url('../fonts/Montserrat-Medium.ttf') format('truetype'),
         url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: normal;
}
@font-face {
    font-family: 'MontserratSemiBold';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot') format('embedded-opentype'),
         url('../fonts/Montserrat-SemiBold.woff') format('woff'),
         url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
         url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: normal;
}
@font-face {
    font-family: 'MontserratRegular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot') format('embedded-opentype'),
         url('../fonts/Montserrat-Regular.woff') format('woff'),
         url('../fonts/Montserrat-Regular.ttf') format('truetype'),
         url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
}


h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, li {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font-weight:normal;
    vertical-align:baseline;
    background:transparent;
    list-style:none;
}


article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline:none
}

.cf:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.cf {
    display: block;
}

html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width:100%;
    height:100%;
    margin: 0;
    font-family: 'MontserratRegular';
    font-size: 28px;
    line-height: 36px;
    color: #000000;
}

body {
    overflow-x: hidden;
    text-size-adjust: none ;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}
body.hidden {
    overflow: hidden;
}

a {
    text-decoration: none;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    font-family: 'MontserratSemiBold';
}
img {
    max-width: 100%;
    display: block;
}

section {
    position: relative;
}

strong, b {
    font-family: 'MontserratBold';
    font-weight: normal;
}

h1 {
    font-size: 84px;
    line-height: 92px;
    font-family: 'MontserratSemiBold';
    letter-spacing: 1px;
}
h2 {
    font-size: 48px;
    line-height: 60px;
    font-family: 'MontserratBold';
    letter-spacing: 1px;
}
p {
    font-size: 28px;
    line-height: 36px;
}

select, button, input {
    filter: none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance:textfield;
}
input:focus {
    outline: none;
}

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

.footnote {
    font-size: 13px;
}

.ajax-confirm,
.ajax-error {
  display: none;
}

input[type=email].error,
input[type=password].error,
input[type=tel].error,
input[type=text].error,
textarea.error {
    border: 1px solid #CE2629;
}

label.error {
    color: #CE2629;
}

.slick-slider {
    -webkit-user-select: unset !important;
    -moz-user-select: unset !important;
    -ms-user-select: unset !important;
    user-select: unset !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 50px;
}
.slick-slider .slick-dots {
    text-align: left;
    bottom: -50px;
    width: auto;
}
.slick-slider .slick-dots li {
    margin: 0 3px;
}
.slick-slider .slick-dots li, .slick-slider .slick-dots li button {
    padding: 0 !important;
}
.slick-slider .slick-dots li button::before {
    width: 10px;
    height: 10px;
    opacity: 1;
    color: transparent;
    background-color: #ffffff;
    border: 3px solid #ce2529;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.slick-slider .slick-dots li:hover button::before, .slick-slider .slick-dots li.slick-active button::before {
    background-color: #ce2529;
    color: transparent;
    opacity: 1;
}


.font-bold {
    font-family: 'MontserratBold';
}
.font-semibold {
    font-family: 'MontserratSemiBold';
}

.d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.justify-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.justify-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.justify-center {
    -webkit-justify-content: center;
    justify-content: center;
}
.align-center {
    -webkit-align-items: center;
    align-items: center;
}
.flow-wrap {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}

.container {
    width: 100%;
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.cta-btn {
    padding: 11px 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'MontserratBold';
    line-height: normal;
    color: #ffffff;
    border: 1px solid #ce2529;
    background-color: #ce2529;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
}
.cta-btn.btn-big {
    padding: 15px 30px;
    font-size: 28px;
}
.cta-btn:hover {
    background-color: #ffffff;
    color: #ce2529;
}
.cta-btn.inverted {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #ce2529;
}
.cta-btn.inverted:hover {
    background-color: transparent;
    color: #ffffff;
}

.blog-detail a:active,
.blog-detail a:link,
.blog-detail a:focus,
.blog-detail a:visited,
.link {
    color: #ce2529;
    text-decoration: underline;
    font-family: 'MontserratBold';
}
.blog-detail a:hover,
.link:hover {
    color: #28b56e;
}

::-webkit-input-placeholder { /* Edge */
    color: #000000;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000;
    opacity: 1;
}

::placeholder {
    color: #000000;
    opacity: 1;
}

textarea {
    resize: none;
}

ul.list li, ul.list li p {
    font-size: 24px;
}
ul.list li {
    border-bottom: 2px solid #e8c83c;
    padding: 7px 0;
}
ul.list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

form ul {
    margin: 0 -15px;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
form ul li {
    width: calc(50% - 30px);
    margin: 0 15px 25px 15px;
    display: inline-block;
    font-size: 20px;
}
form ul li label {
    font-size: 20px;
    font-family: 'MontserratBold';
}
form ul li:last-child {
    margin-bottom: 0;
}
form ul li.full {
    width: calc(100% - 30px);
}

.input-field {
    position: relative;
    width: 100%;
    background-color: #f1f1f2;
    font-size: 20px;
    line-height: normal;
    color: #000000;
    padding: 12px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    font-family: 'MontserratRegular';
}
.input-field[type='checkbox'] {
    vertical-align: top;
    display: inline-block;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.input-field[type='checkbox']:checked {
    background-color: #ce2529;
    color: white !important;
    padding: 0;
}
.input-field[type='checkbox']:checked::after {
    content: "\00a0";
    background-image: url(../images/checkmark.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    margin: 10px;
    display: inline-block;
}
.checkbox-label {
    display: inline-block;
    font-family: 'MontserratRegular';
    cursor: pointer;
}

.checkbox-label-block {
    display: flex;
    flex-direction: column;
}

.checkbox-input {
    display: flex;
    align-items: flex-start;
}

.select {
    position: relative;
}
.select .input-field {
    padding: 12px 50px 12px 20px;
}
.select::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    height: 25px;
    width: 12px;
    background-image: url(../images/right-arrow.svg);
    background-position: center;
    background-size: 30px 20px;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    z-index: 4;
    pointer-events: none;
}

.menu {
    color:#000000;
    display: none;
}
.menu .menu-btn {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    position: relative;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
}

.menu-line {
    display: block;
    top: 50%;
    margin-top: -2px;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-line,
.menu-line::before,
.menu-line::after {
    width:25px;
    height: 2px;
    background-color: #000000;
    border-radius:1px;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    position: absolute;
    left:0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.menu .menu-line {
    left: 5px;
}
.menu-line::before, .menu-line::after {
    content: "";
    display: block;
}
.menu-line::before {
    top: -7px;
    transition: top 0.1s 0.34s ease-in,
    opacity 0.1s ease-in;
}
.menu-line::after {
    bottom: -7px;
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu.active .menu-line {
    -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu.active .menu-line::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.menu.active .menu-line::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #ffffff;
    padding: 15px;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
header.fixed {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}
header .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
}
header .header-right .top {
    text-align: right;
    font-size: 20px;
    font-family: 'MontserratBold';
}
header .header-right .top p {
    font-size: 20px;
    line-height: normal;
}
header .header-right .top p, header .header-right .top a {
    display: inline-block;
}
header .header-right .top a {
    margin-left: 15px;
}

header nav {
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    margin: 50px 0 40px 0;
}
header.fixed nav {
    margin: 30px 0 20px 0;
}
header nav ul li {
    display: inline-block;
    margin-left: 50px;
}
header nav ul li a {
    color: #000000;
    font-family: 'MontserratSemiBold';
}
header nav ul li a:hover, header nav ul li a.active {
    font-family: 'MontserratExtraBold';
}


.wrapper {
    padding-top: 205px;
}
.banner {
    padding: 120px 0 200px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    position: relative;
    color: #ffffff;
}
.banner.main {
    padding: 100px 0 200px 0;
}
.banner.opacity-1::before {
    background-color: rgba(0,0,0,.1);
}
.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.4);
}
.banner.border h1 {
    font-size: 72px;
    line-height: 72px;
}
.banner.border::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 3;
    background-image: url(../images/white-border.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.banner .container {
    z-index: 2;
    position: relative;
}
.banner.main h1 {
    max-width: 1000px;
}
.banner p {
    max-width: 860px;
    font-family: 'MontserratMedium';
}
.banner h1 + p {
    margin-top: 30px;
}
.banner p + .cta-btn {
    margin-top: 50px;
}

.callout {
    padding: 170px 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 3;
    margin-top: -70px;
}
.callout p {
    max-width: 700px;
    float: right;
}

.quality {
    padding: 50px 0;
    margin-bottom: 50px;
}
.quality h2 {
    margin-bottom: 20px;
    max-width: 90%;
}
.quality .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row;
}
.quality .content,
.quality ul {
    flex: 0 0 48%;
    max-width: 48%;
}
.quality .content {
    max-width: 550px
}
.home-page .quality .content {
    max-width: 500px
}
.brands-page .quality .content {
    max-width: 510px
}
.faq-page .quality .content {
    max-width: 560px
}

.efficiency {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0 300px 0;
}
.efficiency p {
    margin: 20px 0 50px 0;
    max-width: 900px;
}
.efficiency .icon-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.efficiency .icon-list li img {
    margin-bottom: 10px;
}
.efficiency .icon-list p {
    margin: 0;   
}

.global {
    padding: 100px 0; 
}
.global p {
    margin-top: 20px;
    margin-bottom: 50px;
    max-width: 1100px;
}
.global .global-map {
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.global .global-map p {
    margin: 0;
    max-width: 100%;
}
.global .global-map .state, .global .global-map .countries {
    font-size: 24px;
    font-family: 'MontserratBold';
    text-transform: uppercase;
    position: absolute;
    top: 34%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.global .global-map .state .no-wrap, .global .global-map .countries .no-wrap {
    font-size: 72px;
    text-align: center;
    line-height: 56px;
    position: relative;
}
/*.global .global-map .state .no::before, .global .global-map .countries .no::before {
    content: attr(data-no);
    -webkit-transform: skew(-60deg);
    -moz-transform: skew(-60deg);
    transform: skew(-60deg);
    color: transparent;
    -webkit-text-shadow: 0 0 1px rgba(0,0,0,0.3);
    -moz-text-shadow: 0 0 1px rgba(0,0,0,0.3);
    text-shadow: 0 0 1px rgba(0,0,0,0.3);
    font-size: 70px;
    text-align: center;
    line-height: normal;
    opacity: .8;
    position: absolute;
    bottom: -15px;
    right: 0px;
}*/
.global .global-map .state .no.no-shadow, .global .global-map .countries .no.no-shadow {
    -webkit-transform: skew(-60deg);
    -moz-transform: skew(-60deg);
    transform: skew(-60deg);
    color: transparent;
    -webkit-text-shadow: 0 0 1px rgba(0,0,0,0.3);
    -moz-text-shadow: 0 0 1px rgba(0,0,0,0.3);
    text-shadow: 0 0 1px rgba(0,0,0,0.3);
    font-size: 60px;
    text-align: center;
    line-height: normal;
    opacity: .8;
    position: absolute;
    bottom: -12px;
    right: 9px;
}
.global .global-map .state {
    left: 13%;
}
.global .global-map .countries {
    right: 35%;
}

.blog-listing .container {
    padding-bottom: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row;
}
.blog-listing article.blog-article {
    flex: 0 0 32%;
    max-width: 32%;
}
.blog-listing article a {
    border: 1px solid #bbbbbb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    -webkit-box-shadow: 5px 3px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 3px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 5px 3px 3px 0px rgba(0,0,0,0.25);
    height: 100%;
}
.blog-listing article a:hover {
    margin-top: -10px;
}
.blog-listing article a .img {
    overflow: hidden;
    height: 230px;
    -webkit-border-top-left-radius: 9px;
    -moz-border-top-left-radius: 9px;
    border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    -moz-border-top-right-radius: 9px;
    border-top-right-radius: 9px;
}
.blog-listing article a .img img {
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.blog-listing article a:hover .img img {
    transform: scale(1.05);
}
.blog-listing article a .content {
    padding: 30px;
}
.blog-listing article a .content h2 {
    font-size: 22px;
    font-family: 'MontserratBold';
    padding-right: 111px;
    line-height: normal;
    color: #000000;
    position: relative;
}
.blog-listing article a .content h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 25px;
    width: 12px;
    background-image: url(../images/right-arrow.svg);
    background-position: center;
    background-size: 30px 20px;
    background-repeat: no-repeat;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.blog-listing article a:hover .content h2::after {
    right: -10px;
}

.testimonial-slider {
    padding: 130px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.testimonial-slider .slider {
    position: relative;
    max-width: 1020px;
}
.testimonial-slider .slider::before {
    content: "“";
    font-size: 144px;
    color: #ffffff;
    position: absolute;
    top: 40px;
    left: -70px;
    height: 100%;
    font-family: 'MontserratMedium';
}
.testimonial-slider blockquote {
    font-size: 32px;
    line-height: 36px;
    font-family: 'MontserratMedium';
    font-style: italic;
    color: #ffffff;
}
.testimonial-slider blockquote footer {
    font-size: 24px;
    line-height: 48px;
    text-transform: uppercase;
    font-family: 'MontserratBold';
    margin-top: 30px;
    font-style: normal;
    padding: 0;
}

.callout-cta {
    margin-top: 30px;
    padding: 40px 0;
    background-color: #dcddde;
    letter-spacing: 2px;
}
.callout-cta .cta-btn {
    margin: 0 20px;
}

.intro-copy {
    padding: 50px 0;
}
.intro-copy .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row;
}
.intro-copy .content p {
    max-width: 90%;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1px;
}
.intro-copy .content {
    flex: 0 0 65%;
    max-width: 65%;
}
.intro-copy .image-block {
    flex: 0 0 35%;
    max-width: 35%;
}
.brands-page .intro-copy .content {
    flex: 0 0 55%;
    max-width: 55%;
}
.contact-page .intro-copy .content {
    flex: 0 0 60%;
    max-width: 60%;
}

.about-acres {
    padding: 100px 0 420px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.acres-step {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1170px;
    padding-top: 100px;
}
.acres-step li {
    position: relative;
    font-size: 24px;
    line-height: normal;
    opacity: 0;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.acres-step li.open {
    opacity: 1;
}

.acres-step li:nth-child(1),
.acres-step li:nth-child(2) {
    width: 20%;
}
.acres-step li:nth-child(3) {
    width: 35%;
}
.acres-step li:nth-child(4) {
    width: 25%;
}
.acres-step li .no {
    font-family: 'MontserratBold';
    line-height: normal;
}
.acres-step li:nth-child(1) .no,
.acres-step li:nth-child(3) .no {
    font-size: 138px;
}
.acres-step li:nth-child(2) .no,
.acres-step li:nth-child(4) .no {
    font-size: 80px;
}
.acres-step li:nth-child(1) .no,
.acres-step li:nth-child(1) .desc {
    display: inline-block;
    vertical-align: bottom;
}
.acres-step li:nth-child(1) .desc {
    padding-bottom: 50px;
}
.acres-step li:nth-child(1) .icon {
    position: absolute;
    top: -60px;
    left: 40px;
}
.acres-step li:nth-child(1):before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: -32px;
    left: 150px;
    width: 0;
    height: 24px;
    background: url(../images/acres-arrow1.svg) 0 0 no-repeat;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.acres-step li.open:nth-child(1):before {
    width: 127px;
}

.acres-step li:nth-child(2) {
    padding-right: 110px;
}
.acres-step li:nth-child(2) span {
    display: block;
}
.acres-step li:nth-child(2) .icon {
    position: absolute;
    top: 0;
    right: 20px;
}

.acres-step li:nth-child(3) {
    text-align: center;
    padding-bottom: 50px;
}
.acres-step li:nth-child(3) span {
    display: inline-block;
    text-align: left;
}
.acres-step li:nth-child(3):after,
.acres-step li:nth-child(3):before {
    pointer-events: none;
    content: "";
    position: absolute;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.acres-step li:nth-child(3):after {
    pointer-events: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 107px;
    background: url(../images/acres-arrow3.svg) 0 0 no-repeat;
}
.acres-step li.open:nth-child(3):after {
    width: 386px;
}
.acres-step li:nth-child(3):before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: 0;
    height: 44px;
    background: url(../images/acres-arrow2.svg) 0 0 no-repeat;
}
.acres-step li.open:nth-child(3):before {
    width: 259px;
}

.acres-step li:nth-child(4):after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    width: 245px;
    height: 156px;
    background: url(../images/acres-dots.svg) 0 0 no-repeat;
    background-size: 100% auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.acres-step li:nth-child(4) {
    text-align: center;
}
.acres-step li span {
    display: block;
}

.about-agencies {
    background-color: #f3df93;
    font-family: 'MontserratMedium';
    padding: 100px 0;
}
.about-agencies p {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1px;
}
.team {
    padding: 100px 0;
}
.team ul {
    margin: 20px -30px 0 -30px;
    font-size: 0;
}
.team ul li {
    margin: 0 30px;
    width: calc(25% - 60px);
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.team ul li:hover {
    margin-top: -10px;
}
.team ul li .img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-box-shadow: 5px 3px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 3px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 5px 3px 3px 0px rgba(0,0,0,0.25);
}
.team ul li .name {
    padding-left: 30px;
    position: relative;
    color: #000000;
    font-size: 24px;
    font-family: 'MontserratBold';
}
.team ul li .name:hover {
    color: #cc2727;
}
.team ul li .name::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px;
    background-image: url(../images/linked-in.svg);
}
.team ul li .deg {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8c83c;
}
.team ul li .detail {
    font-size: 20px;
    line-height: 28px;
}

.help-section {
    padding: 100px 0 450px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.help-step {
    margin: 30px -45px 100px -45px;
    font-size: 0;
}
.help-step li {
    position: relative;
    width: calc(25% - 90px);
    margin: 0 45px;
    padding-left: 30px;
    font-size: 24px;
    line-height: normal;
    display: inline-block;
    vertical-align: top;
    font-family: 'MontserratMedium';
}
.help-step li::before {
    content: attr(data-no);
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 24px;
    font-family: 'MontserratExtraBold';
}
.help-step li::after {
    content: "";
    position: absolute;
    top: 50px;
    right: -90px;
    background-image: url(../images/step-arrow.svg);
    height: 25px;
    width: 90px;
    background-repeat: no-repeat;
}
.help-step li:last-child::after {
    top: 100%;
    background-image: url(../images/paper-airplane.svg);
    height: 90px;
    width: 335px;
    right: unset;
    left: 30px;
}

.contact-section .container {
    padding-bottom: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.contact-section form {
    flex: 0 0 60%;
    max-width: 60%;
}
.contact-section .contact-detail {
    flex: 0 0 30%;
    max-width: 30%;
}
.contact-section .contact-detail a {
    color: #000000;
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 1px;
}
.contact-section .contact-detail a:hover {
    color: #cc2727;
}

.location-section .container {
    padding-bottom: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row;
}
.location-section .location-list {
    flex: 0 0 23%;
    max-width: 23%;
   /* flex: 0 0 31%;
    max-width: 31%;*/
}
.location-section .location-list p {
    font-size: 24px;
    font-family: 'MontserratBold';
    margin-bottom: 20px;
}
.location-section .location-list address {
    margin-bottom: 30px;
    font-size: 16px;
    font-family: 'MontserratRegular';
    line-height: normal;
    font-style: normal;
}
.location-section .location-list .map {
    height: 250px;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 5px 3px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 3px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 5px 3px 3px 0px rgba(0,0,0,0.25);
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.location-section .location-list .map:hover {
    margin-top: -10px;
}

.que-ans {
    background-color: #ffffff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.que-ans-section {
    margin: 30px 0 100px 0;
    padding: 20px 60px;
    border: 1px solid #bbbbbb;
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 3px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 3px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 5px 3px 3px 0px rgba(0,0,0,0.25);
}

.panel {
    border-bottom: 3px solid #e8c83c;
}
.panel:last-child {
    border-bottom: none;
}
.panel .panel-heading {
    padding: 20px 50px 20px 0;
    position: relative;
    cursor: pointer;
}
.panel .panel-heading p {
    color: #000000;
    font-size: 32px;
    line-height: 36px;
    font-family: 'MontserratMedium';
    display: block;
    position: relative;
}
.panel .panel-heading::after {
    content: '\002B';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    color: #cc2727;
    font-size: 60px;
    font-family: 'MontserratRegular';
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}

.panel .panel-heading.active::after {
    content: "\2212";
}
.panel .panel-content {
    display: none;
    padding-bottom: 20px;
}
.panel .panel-content ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    list-style-type: disc;
    padding-inline-start: 40px;
}
.panel .panel-content ul li{
    list-style-type: disc;
}

.blog-inner {
    background-color: #ffffff;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}

.breadcrumb {
    padding: 30px 0;
    display: block;
    margin: 0;
}
.breadcrumb li {
    display: inline-block;
    font-size: 16px;
    font-family: 'MontserratMedium';
    line-height: normal;
}
.breadcrumb li a {
    text-transform: uppercase;
    text-decoration: underline;
    color: #000000;
    position: relative;
    margin-right: 30px;
    font-size: 16px;
    font-family: 'MontserratMedium';
}
.breadcrumb li a:hover {
    color: #ce2529;
}
.breadcrumb li a::after {
    content: ">";
    position: absolute;
    top: 0px;
    right: -25px;
    width: 10px;
    height: 10px;
    text-align: center;
    color: #000000;
}
.blog-content {
    padding-top: 50px;
    padding-bottom: 70px;
}
.blog-content h1 {
    font-size: 48px;
    font-family: 'MontserratBold';
    line-height: normal;
    margin-bottom: 30px;
}
.blog-content img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.blog-content .blog-detail {
    max-width: 930px;
}
.blog-content .blog-detail .intro-copy p {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 0;
}
.blog-content .blog-detail .body-copy h2 {
    font-size: 24px;
    line-height: 36px;
    font-family: 'MontserratBold';
}
.blog-content .blog-detail ul {
    list-style-type: disc;
    padding-left: 75px;
}
.blog-content .blog-detail ol {
    list-style-type: decimal;
    padding-left: 75px;
}
.blog-content .blog-detail ul li {
    list-style: disc;
    margin-bottom: 30px;
    font-size: 24px;
    font-family: 'MontserratRegular';
}
.blog-content .blog-detail ol li {
    list-style: decimal;
    margin-bottom: 30px;
    font-size: 24px;
    font-family: 'MontserratRegular';
}
.blog-content .blog-detail ul li::marker,
.blog-content .blog-detail ol li::marker {
    font-family: 'MontserratBold';
    font-size: 24px;
}
.blog-content .blog-detail p {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 36px;
    font-family: 'MontserratRegular';
}

.blog-content .cta-inline-callout p {
    font-size: 32px;
    line-height: 48px;
    font-family: 'MontserratRegular';
    margin-bottom: 0;
}

footer {
    padding: 40px 0 60px 0;
}
footer .footer-top, footer .footer-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

footer .footer-top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
footer address {
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
}
footer .footer-link {
    color: #000000;
    text-decoration: underline;
    font-family: 'MontserratRegular';
}
footer .footer-link:hover {
    color: #ce2529;
}
footer .footer-top .footer-link {
    font-family: 'MontserratBold';
    position: relative;
    font-size: 20px;
}
footer .footer-top .footer-link + .footer-link {
    margin-left: 20px;
}
footer .footer-top .footer-link + .footer-link::before {
    content: ".";
    position: absolute;
    top: -10px;
    left: -15px;
    font-family: 'MontserratBold';
    height: 100%;
    width: 5px;
}
footer .footer-top .social a {
    display: inline-block;
    margin-right: 30px;
    margin-top: 30px;
    vertical-align: middle;
}
footer .footer-top .social a:hover {
    opacity: .6;
}
footer .footer-bottom p {
    margin-top: 30px;
    font-size: 20px;
    line-height: 32px;
}


@media screen and (max-width: 1600px) {
    .help-step li:last-child::after {
        background-size: contain;
        width: 250px;
    }
}
@media screen and (max-width: 1440px) {
    h1 {
        font-size: 74px;
        line-height: 82px;
    }
    h2 {
        font-size: 44px;
        line-height: 50px;
    }
    body, p {
        font-size: 24px;
        line-height: 30px;
    }
    
    .cta-btn.btn-big {
        font-size: 24px;
    }
    header nav {
        margin: 30px 0 20px 0;
    }
    header.fixed nav {
        margin: 20px 0 10px 0;
    }
    .wrapper {
        padding-top: 165px;
    }
    ul.list li, ul.list li p {
        font-size: 20px;
    }
    .logo {
        max-width: 200px;
    }
    .banner p + .cta-btn {
        margin-top: 30px;
    }
    .banner.border h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .banner {
        padding: 80px 0 150px 0;
    }
    .banner.main {
        padding: 80px 0 150px 0;
    }
    .callout {
        padding: 150px 0;
    }
    .callout p {
        max-width: 620px;
    }
    .efficiency {
        padding: 50px 0 230px 0;
    }
    .global {
        padding: 80px 0;
    }
    .global .global-map {
        height: 250px;
    }
    /*.global .global-map .state .no, .global .global-map .countries .no {
        font-size: 60px;
    }*/
    /*.global .global-map .state .no::before, .global .global-map .countries .no::before {
        font-size: 60px;
        bottom: -10px;
    }*/
    .global .global-map .state .no-wrap, .global .global-map .countries .no-wrap {
        font-size: 60px;
    }
    .global .global-map .state .no.no-shadow, .global .global-map .countries .no.no-shadow {
        font-size: 60px;
        bottom: -8px;
        right: -4px;
    }
    .blog-listing .container {
        padding-bottom: 60px;
    }
    .blog-listing article a .img {
        height: 200px;
    }
    .blog-listing article a .content {
        padding: 20px;
    }
    .blog-listing article a .content h2 {
        padding-right: 70px;
    }
    .testimonial-slider {
        padding: 100px 0;
    }
    .testimonial-slider .slider {
        padding-left: 50px;
    }
    .testimonial-slider .slider::before {
        top: 30px;
        font-size: 120px;
        left: -10px;
    }
    .banner-bottom-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .intro-copy {
        padding: 40px 0;
    }
    .quality {
        padding: 40px 0;
        margin-bottom: 40px;
    }
    .about-acres {
        padding: 80px 0 300px 0;
    }
    .about-agencies {
        padding: 80px 0;
    }
    .team {
        padding: 80px 0;
    }
    .help-section {
        padding: 80px 0 250px 0;
    }
    .help-step {
        margin: 20px -40px 60px -40px;
    }
    .help-step li {
        font-size: 20px;
    }
    .help-step li {
        width: calc(25% - 80px);
        margin: 0 40px;
    }
    .help-step li::after {
        background-size: contain;
        width: 60px;
        right: -60px;
    }
    .help-step li:last-child::after {
        width: 200px;
    }
    .contact-page .intro-copy .content {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .contact-section .contact-detail {
        flex: 0 0 35%;
        max-width: 35%;
    }
    .contact-section .container {
        padding-bottom: 80px;
    }
    .location-section .container {
        padding-bottom: 40px;
    }
    .callout-cta {
        padding: 30px 0;
    }
    .breadcrumb {
        padding: 20px 0;
    }
    .blog-content {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    footer {
        padding: 40px 0;
    }
    footer address {
        font-style: normal;
        font-size: 18px;
        line-height: 26px;
    }
    footer .footer-top .footer-link {
        font-size: 18px;
    }
    footer .footer-top .social a {
        width: 30px;
        margin-right: 20px;
        margin-top: 20px;
    }
    footer .footer-top .footer-link + .footer-link::before {
        top: -5px;
    }
    footer .footer-bottom p {
        margin-top: 20px;
        font-size: 18px;
        line-height: 26px;
    }
}
@media screen and (max-width: 1199px) {
    h1 {
        font-size: 64px;
        line-height: 72px;
    }
    h2 {
        font-size: 36px;
        line-height: 44px;
    }
    body, p {
        font-size: 20px;
        line-height: 26px;
    }
    header nav ul li {
        margin-left: 30px;
    }
    .wrapper {
        padding-top: 150px;
    }
    .callout p {
        max-width: 500px;
    }
    .blog-listing article a .img {
        height: 180px;
    }
    .blog-listing article a .content h2 {
        padding-right: 20px;
    }
    .acres-step li {
        font-size: 20px;
    }
    .acres-step li:nth-child(1) .icon {
        top: -30px;
        width: 60px;
        left: 30px;
    }
    .acres-step li:nth-child(1) .no, .acres-step li:nth-child(3) .no {
        font-size: 80px;
    }
    .acres-step li:nth-child(1) .desc {
        padding-bottom: 20px;
    }
    .acres-step li.open:nth-child(1)::before { 
        top: -20px;
        left: 110px;
        background-size: contain;
    }
    .acres-step li:nth-child(2) {
        padding-right: 100px;
    }
    .acres-step li:nth-child(2) .no, .acres-step li:nth-child(4) .no {
        font-size: 60px;
    }
    .acres-step li:nth-child(2) .icon {
        width: 80px;
    }
    .acres-step li:nth-child(3) {
        width: 32%;
    }
    .acres-step li.open:nth-child(3)::before {
        width: 220px;
        top: -20px;
        background-size: contain;
    }
    .acres-step li.open:nth-child(3)::after {
        width: 300px;
        background-size: contain;
    }
    .acres-step li:nth-child(4)::after {
        width: 200px;
    }
    .intro-copy .content p {
        font-size: 26px;
        line-height: 36px;
    }
    .help-step {
        margin: 20px -30px 40px -30px;
    }
    .help-step li {
        width: calc(25% - 60px);
        margin: 0 30px;
    }
    .cta-btn.btn-big {
        font-size: 20px;
        padding: 11px 20px;
    }
    .contact-section .contact-detail {
        flex: 0 0 37%;
        max-width: 37%;
    }
    form ul li {
        width: calc(50% - 20px);
        margin: 0 10px 20px 10px;
        font-size: 18px;
    }
    .cta-btn {
        font-size: 18px;
        padding: 9px 18px;
    }
    .input-field {
        padding: 10px 15px;
        font-size: 18px;
    }
    .select .input-field {
        padding: 10px 50px 10px 15px;
    }
    /*.location-section .location-list address {
        font-size: 20px;
    }*/
    .location-section .location-list .map {
        height: 250px;
    }
    .que-ans-section {
        padding: 5px 25px;
    }
    .panel .panel-heading {
        padding: 10px 40px 10px 0;
    }
    .panel .panel-heading p {
        font-size: 24px;
        line-height: 30px;
    }
    .panel .panel-heading::after {
        width: 40px;
        font-size: 44px;
    }
    .blog-content h1 {
        font-size: 40px;
    }
    .blog-content .blog-detail .intro-copy p {
        font-size: 26px;
        line-height: 36px;
    }
    .blog-content .blog-detail ul li,
    .blog-content .blog-detail ol li {
        margin-bottom: 20px;
    }
    .blog-content .blog-detail p {
        margin-bottom: 20px;
    }
    .blog-content .blog-detail ul li, .blog-content .blog-detail ol li, .blog-content .blog-detail p {
        font-size: 20px;
        line-height: 30px;
    }
    .blog-content .cta-inline-callout p {
        font-size: 28px;
        line-height: 40px;
    }
}
@media screen and (max-width: 1023px) {
    h1 {
        font-size: 48px;
        line-height: 60px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .banner.main h1 {
        max-width: 750px;
    }
    .banner.border::after {
        background-size: contain;
        bottom: -40px;
    }
    .callout {
        padding: 80px 0;
    }
    .callout p {
        background: rgba(255,255,255,.7);
        text-align: center;
        max-width: 100%;
        padding: 20px;
        float: none;
        margin-bottom: -30px;
    }
    .quality {
        padding: 30px 0;
        margin-bottom: 30px;
    }
    .quality .content, .home-page .quality .content, .brands-page .quality .content, .faq-page .quality .content {
        max-width: 100%;
    }
    .banner, .banner.main {
        padding: 50px 0 120px 0;
    }
    .banner.border h1 {
        font-size: 44px;
        line-height: 44px;
    }
    .efficiency {
        padding: 30px 0 100px 0;
    }
    .efficiency p {
        margin: 10px 0 20px 0;
    }
    .efficiency .icon-list li img {
        width: 100px;
    }
    .global {
        padding: 30px 0;
    }
    .global p {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .global .global-map {
        height: 230px;
    }
    /*.global .global-map .state .no, .global .global-map .countries .no {
        font-size: 50px;
    }
    .global .global-map .state .no::before, .global .global-map .countries .no::before {
        font-size: 50px;
        bottom: 0px;
    }*/
    .global .global-map .state .no-wrap, .global .global-map .countries .no-wrap {
        font-size: 50px;
    }
    .global .global-map .state .no.no-shadow, .global .global-map .countries .no.no-shadow {
        font-size: 50px;
        bottom: 0px;
    }
    .blog-listing article a .img {
        height: 170px;
    }
    .blog-listing article a .content {
        padding: 15px 20px;
    }
    .blog-listing article a .content h2 {
        font-size: 20px;
    }
    .testimonial-slider {
        padding: 50px 0;
    }
    .testimonial-slider .slider::before {
        font-size: 100px;
        left: 0px;
    }
    .testimonial-slider blockquote footer {
        font-size: 20px;
        line-height: 36px;
        margin-top: 10px;
    }
    .slick-slider .slick-dots {
        bottom: -40px;
    }
    .callout-cta .cta-btn {
        margin: 0 10px;
    }
    .intro-copy {
        padding: 30px 0;
    }
    .intro-copy .content p {
        font-size: 24px;
        line-height: 34px;
        max-width: 100%;
    }
    .intro-copy .image-block img {
        width: 70%;
    }
    .about-acres {
        padding: 30px 0 80px 0;
    }
    .acres-step {
        padding-top: 40px;
    }
    .acres-step li {
        font-size: 18px;
    }
    .acres-step li:nth-child(1) .icon {
        width: 50px;
        left: 24px;
        top: -20px;
    }
    .acres-step li:nth-child(1) .desc {
        padding-bottom: 10px;
    }
    .acres-step li:nth-child(1) .no, .acres-step li:nth-child(3) .no {
        font-size: 60px;
    }
    .acres-step li.open:nth-child(1)::before {
        width: 70px;
        top: -15px;
        left: 90px;
    }
    .acres-step li:nth-child(1) {
        width: 15%;
    }
    .acres-step li:nth-child(2) .no, .acres-step li:nth-child(4) .no {
        font-size: 50px;
    }
    .acres-step li:nth-child(2) .icon {
        width: 70px;
    }
    .acres-step li:nth-child(3) {
        padding-bottom: 70px;
        width: 28%;
    }
    .acres-step li.open:nth-child(3)::before {
        top: -10px;
        left: 0;
    }
    .acres-step li.open:nth-child(3)::after {
        width: 270px;
        bottom: -40px;
    }
    .acres-step li:nth-child(4)::after {
        width: 160px;
        top: -40px;
    }
    .about-agencies {
        padding: 30px 0;
    }
    .about-agencies p {
        font-size: 28px;
        line-height: 36px;
    }
    .team {
        padding: 30px 0;
    }
    .team ul {
        margin: 20px -20px 0 -20px;
    }
    .team ul li {
        margin: 0 20px;
        width: calc(25% - 40px);
    }
    .team ul li .img {
        margin-bottom: 20px;
    }
    .team ul li .name {
        padding-left: 25px;
        font-size: 20px;
        display: block;
        margin-bottom: 5px;
    }
    .team ul li .name::before {
        background-size: 20px;
    }
    .team ul li .deg {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .team ul li .detail {
        font-size: 18px;
        line-height: 24px;
    }
    .callout-cta {
        padding: 20px 0;
    }
    ul.list li, ul.list li p {
        font-size: 18px;
        line-height: 24px;
    }
    .help-section {
        padding: 30px 0 100px 0;
    }
    .help-step li {
        width: calc(25% - 40px);
        margin: 0 20px;
        font-size: 18px;
    }
    .help-step li::after {
        width: 40px;
        right: -30px;
        top: 40px;
    }
    .help-step li:last-child::after {
        width: 180px;
    }
    .contact-page .intro-copy .content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact-section .container {
        padding-bottom: 40px;
    }
    form ul li {
        margin: 0 10px 15px 10px;
    }
    form ul li label {
        font-size: 16px;
    }
    .contact-section .contact-detail a {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: normal;
    }
    .blog-content {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .blog-content h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .blog-content .blog-detail ul,
    .blog-content .blog-detail ol {
        padding-left: 60px;
    }
    footer {
        padding: 30px 0;
    }
}
@media screen and (max-width: 991px) {
    body, p {
        font-size: 18px;
        line-height: 24px;
    }
    .cta-btn {
        font-size: 16px;
    }
    .logo {
        max-width: 170px;
    }
    header .header-right .top p {
        font-size: 18px;
    }
    header nav ul li {
        margin-left: 20px;
    }
    header nav, header.fixed nav {
        margin: 20px 0 0 0;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .wrapper {
        padding-top: 120px;
    }
    .banner {
        padding: 40px 0 80px 0;
    }
    .quality {
        margin-bottom: 0;
    }
    .quality h2 {
        margin-bottom: 10px;
        max-width: 100%;
    }
    .quality .container {
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .quality .content,
    .quality ul {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .quality .content {
        margin-bottom: 20px;
    }
    .efficiency {
        padding: 30px 0 170px 0;
    }
    .efficiency .icon-list li img {
        width: 80px;
    }
    .efficiency .icon-list p {
        font-size: 18px;
    }
    .global .global-map {
        height: 170px;
    }
    /*.global .global-map .state .no, .global .global-map .countries .no {
        font-size: 40px;
        line-height: 40px;
    }
    .global .global-map .state .no::before, .global .global-map .countries .no::before {
        font-size: 40px;
        bottom: -5px;
        right: 10px;
    }*/
    .global .global-map .state .no-wrap, .global .global-map .countries .no-wrap {
        font-size: 40px;
        line-height: 40px;
    }
    .global .global-map .state .no.no-shadow, .global .global-map .countries .no.no-shadow {
        font-size: 40px;
        bottom: -4px;
        right: 2px;
    }
    .blog-listing .container {
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap; 
    }
    .blog-listing article.blog-article {
        flex: 0 0 48%;
        max-width: 48%;
    }
    .blog-listing article a {
        margin-top: 30px;
        height: auto;
    }
    .blog-listing article a:hover {
        margin-top: 20px;
    }
    .about-agencies p br {
        display: none;
    }
    .team ul {
        margin: 0 -20px;
    }
    .team ul li {
        margin: 0 20px;
        width: calc(50% - 40px);
        margin-top: 30px;
    }
    .team ul li:hover {
        margin-top: 20px;
    }
    .callout-cta {
        letter-spacing: normal;
    }
    .about-acres {
        padding: 30px 0 150px 0;
    }
    .acres-step li:nth-child(1) {
        width: 16%;
    }
    .acres-step li.open:nth-child(1)::before {
        width: 60px;
        top: -10px;
        left: 60px;
    }
    .acres-step li:nth-child(2) {
        width: 25%;
    }
    .acres-step li:nth-child(3) {
        width: 34%;
        padding-bottom: 0;
    }
    .acres-step li:nth-child(2) .no, .acres-step li:nth-child(4) .no {
        font-size: 40px;
    }
    .acres-step li.open:nth-child(3)::after {
        width: 240px;
        bottom: -50px;
    }
    .help-step li {
        width: calc(50% - 40px);
        margin: 0 20px 20px 20px;
    }
    .help-step li::after {
        width: 30px;
        right: -30px;
        top: 20px;
    }
    .help-step li:nth-child(2)::after {
        display: none;
    }
    .help-step li:last-child::after {
        left: unset;
        right: 0;
    }
    .intro-copy .image-block img {
        width: auto;
    }
    .contact-section .container {
        padding-bottom: 30px;
    }
    .contact-section form, .contact-section .contact-detail {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact-section .contact-detail {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .contact-section .contact-detail p {
        margin-top: 10px;
    }
    .location-section .container {
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .location-section .location-list {
        flex: 0 0 48%;
        max-width: 48%;
        margin-bottom: 30px;
    }
    .location-section .location-list p {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .location-section .location-list address {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .que-ans {
        padding: 40px 0;
    }
    .que-ans-section {
        margin: 10px 0 20px 0;
    }
    .panel .panel-heading p {
        font-size: 20px;
    }
    .breadcrumb li, .breadcrumb li a {
        font-size: 15px;
    }
    .breadcrumb li a {
        margin-right: 20px;
    }
    .breadcrumb li a::after {
        right: -17px;
    }
    .blog-content h1 {
        font-size: 26px;
    }
    .blog-detail .intro-copy {
        padding: 20px 0;
    }
    .blog-content .blog-detail .intro-copy p, .blog-content .blog-detail .body-copy h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .blog-content .blog-detail ul li, .blog-content .blog-detail ol li, .blog-content .blog-detail p {
        font-size: 18px;
        line-height: 26px;
    }
    .blog-content .blog-detail ul,
    .blog-content .blog-detail ol {
        padding-left: 50px;
    }
    .blog-content .blog-detail ul li::marker,
    .blog-content .blog-detail ol li::marker {
        font-size: 20px;
    }
    .blog-content .cta-inline-callout p {
        font-size: 24px;
        line-height: 36px;
    }
}
@media screen and (max-width: 767px) {
    .menu {
        display: block;
    }
    .logo {
        max-width: 150px;
    }
    .wrapper {
        padding-top: 110px;
    }
    header .header-right {
        display: none;
        position: fixed;
        height: calc(100% - 109px);
        top: 109px;
        left: 0;
        background-color: #ffffff;
        width: 100%;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-content: flex-start;
        align-content: flex-start;
        padding: 0 15px;
        overflow-y: auto;
    }
    header.fixed .header-right {
        height: calc(100% - 93px);
        top: 93px;
    }
    header.fixed .logo {
        max-width: 120px;
    }
    header .header-right .top {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        -o-order: 2;
        order: 2;
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }
    header .header-right nav {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        -o-order: 1;
        order: 1;
        width: 100%;
    }
    header nav ul li {
        display: block;
        margin: 10px 0;
    }
    header nav, header.fixed nav {
        margin: 0;
    }
    header .header-right .top p {
        display: block;
    }
    header .header-right .top a {
        margin: 10px 10px 0 0;
    }
    .banner h1 br {
        display: none;
    }
    .efficiency p {
        margin: 10px 0 0 0;
    }
    .efficiency .icon-list {
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .efficiency .icon-list li {
        flex: 0 0 48%;
        max-width: 48%;
        margin-top: 20px;
    }
    .efficiency .icon-list p br {
        display: none;
    }
    .intro-copy + .quality {
        padding-top: 0;
    }
    .intro-copy .container {
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .intro-copy .content, .intro-copy .image-block, .brands-page .intro-copy .content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .intro-copy .content {
        margin-bottom: 20px;
    }
    .intro-copy .image-block img {
        margin: 0 auto;
    }
    .contact-page .intro-copy .content {
        margin-top: 0;
    }
    .blog-listing article.blog-article {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .blog-listing article a {
        margin-top: 20px;
    }
    /*.global .global-map .state .no, .global .global-map .countries .no {
        font-size: 24px;
        line-height: 24px;
    }
    .global .global-map .state .no::before, .global .global-map .countries .no::before {
        font-size: 24px;
        right: 15px;
    }*/
    .global .global-map .state .no-wrap, .global .global-map .countries .no-wrap {
        font-size: 24px;
        line-height: 24px;
    }
    .global .global-map .state .no.no-shadow, .global .global-map .countries .no.no-shadow {
        bottom: -2px;
        font-size: 24px;
        right: 12px;
    }
    .global .global-map p {
        font-size: 14px;
    }
    .about-agencies p {
        font-size: 24px;
        line-height: 30px;
    }
    .acres-step li {
        font-size: 16px;
    }
    .acres-step li:nth-child(1) .icon {
        width: 30px;
        left: 20px;
        top: -20px;
    }
    .acres-step li:nth-child(1) .no, .acres-step li:nth-child(3) .no {
        font-size: 40px;
    }
    .acres-step li.open:nth-child(1)::before {
        width: 50px;
    }
    .acres-step li:nth-child(2) .no, .acres-step li:nth-child(4) .no {
        font-size: 30px;
    }
    .acres-step li:nth-child(2) {
        padding-right: 60px;
    }
    .acres-step li:nth-child(2) .icon {
        width: 50px;
        right: 10px;
    }
    .acres-step li.open:nth-child(3)::before {
        width: 150px;
    }
    .acres-step li.open:nth-child(3)::after {
        width: 170px;
        bottom: -50px;
    }
    .acres-step li:nth-child(4)::after {
        width: 120px;
        top: -20px;
        height: 60px;
    }
    .location-section .container {
        padding-bottom: 20px;
    }
    footer .footer-top, footer .footer-bottom {
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        text-align: center;
    }
    footer .footer-bottom {
        margin-top: 10px;
    }
    footer .footer-top .footer-left, footer .footer-top .footer-right {
        width: 100%;
    }
    footer .footer-top .social a {
        margin: 20px 20px 0 0;
    }
    footer .footer-top .social a:last-child {
        margin-right: 0;
    }
    footer .footer-bottom p {
        width: 100%;
        margin-top: 10px;
    }
    footer .footer-bottom p {
        font-size: 17px;
        line-height: 26px;
    }
    footer .footer-top .footer-right {
        text-align: center;
    }

}
@media screen and (max-width: 768px) {
    footer .footer-top {
        flex-direction: column;
    }

    footer .footer-top .footer-right img {
        display: inline-block;
        margin-top: 25px;
    }

    footer .footer-right {
        width: 100%;
    }

}
@media screen and (max-width: 575px) {
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .input-field {
        font-size: 17px;
    }
    .banner.border h1 {
        font-size: 36px;
        line-height: 36px;
    }
    .banner {
        padding: 30px 0 60px 0;
    }
    .banner h1 + p {
        margin-top: 20px;
    }
    .banner.border::after {
        bottom: -45px;
    }
    .cta-btn.btn-big {
        font-size: 18px;
        text-align: center;
    }
    .intro-copy .content p {
        font-size: 20px;
        line-height: 26px;
    }
    .intro-copy .image-block img {
        margin: 0 auto;
    }
    .callout-cta {
        text-align: center;
    }
    .callout {
        background-size: cover;
        background-position: left center;
    }
    .callout p {
        padding: 15px;
    }
    .callout-cta .cta-btn {
        display: block;
        text-align: center;
        margin: 10px 0;
    }
    .global .global-map {
        height: 120px;
    }
    .testimonial-slider {
        padding: 40px 0;
    }
    .location-section .container {
        padding-bottom: 10px;
    }
    .location-section .location-list {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    .location-section .location-list:first-child {
        margin-top: 0;
    }
    .about-acres {
        padding: 30px 0 40px 0;
    }
    .acres-step {
        padding: 40px 20px 20px 20px;
        background: rgba(255,255,255,.7);
        margin-top: 20px;
    }
    .acres-step li:nth-child(1) {
        width: 100%;
        text-align: center;
    }
    .acres-step li:nth-child(1) .icon {
        left: 49%;
    }
    .acres-step li.open:nth-child(1)::before {
        -webkit-transform: rotate(70deg);
        transform: rotate(70deg);
        left: 52%;
        top: 0px;
    }
    .acres-step li:nth-child(2) {
        padding-right: 0px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .acres-step li:nth-child(2) .icon {
        top: -10px;
        right: 35%;
        width: 40px;
    }
    .acres-step li:nth-child(3) {
        width: 100%;
        padding: 30px 0;
    }
    .acres-step li.open:nth-child(3)::before {
        top: 30px;
        left: unset;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 27%;
        width: 70px;
    }
    .acres-step li.open:nth-child(3)::after {
        width: 90px;
        bottom: 0;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        left: 15%;
    }
    .acres-step li:nth-child(4) {
        width: 100%;
    }
    .team ul li {
        width: calc(100% - 40px);
    }
    .contact-section .contact-detail {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    form ul li {
        width: calc(100% - 20px);
    }
}
@media screen and (max-width: 480px) {
    body, p {
        font-size: 17px;
        line-height: 22px;
    }
    ul.list li, ul.list li p {
        font-size: 17px;
        line-height: 22px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .global .global-map .countries {
        right: 30%;
    }
    .quality {
        padding: 20px 0;
    }
    /*.efficiency {
        padding: 20px 0 150px;
    }*/
    .efficiency {
        padding: 20px 0 370px;
    }
    .efficiency .icon-list li {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .efficiency .icon-list li img {
        margin: 0 auto;
    }
    .blog-listing .container {
        padding-bottom: 40px;
    }
    .testimonial-slider {
        padding: 30px 0;
    }
    .testimonial-slider blockquote footer {
        font-size: 18px;
        line-height: 30px;
    }
    .about-acres {
        padding: 20px 0 30px 0;
    }
    .about-agencies {
        padding: 20px 0;
    }
    .about-agencies p {
        font-size: 20px;
        line-height: 26px;
    }
    .acres-step li.open:nth-child(1)::before {
        left: 55%;
    }
    .acres-step li:nth-child(2) .icon {
        right: 30%;
    }
    .acres-step li.open:nth-child(3)::before {
        right: 20%;
    }
    .acres-step li.open:nth-child(3)::after {
        height: 20px;
        bottom: 30px;
    }
    .help-section {
        padding: 30px 0 40px 0;
    }
    .help-step {
        margin: 20px 0;
        padding: 20px 20px 30px 20px;
        background: rgba(255,255,255,.7);
    }
    .help-step li {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .help-step li::after {
        right: unset;
        left: 50%;
        width: 25px;
        height: 10px;
        bottom: -20px;
        top: unset;
        -webkit-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg);
    }
    .help-step li:nth-child(2)::after {
        display: block;
    }
    .help-step li:last-child::after {
        -webkit-transform: unset;
        transform: unset;
    }
    .que-ans-section {
        padding: 5px 15px;
    }
    .panel .panel-heading {
        padding: 10px 30px 10px 0;
    }
    .panel .panel-heading p {
        font-size: 17px;
        line-height: 20px;
    }
    .panel .panel-heading::after {
        width: 30px;
        font-size: 34px;
    }
    .blog-content .cta-inline-callout p {
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width: 412px) {
    h1 {
        font-size: 36px;
        line-height: 40px;
    }
    header .header-right .top {
        text-align: center;
    }
    header .header-right .top a {
        display: block;
        margin: 10px 0 0 0;
    }
    header .header-right .top a:last-child {
        margin-bottom: 20px;
    }
    .banner.border h1 {
        font-size: 32px;
        line-height: 32px;
    }
    .banner.border::after {
        bottom: -50px;
    }
    .global .global-map {
        height: 80px;
        background-size: cover;
    }
    .global .global-map .state {
        left: 5%;
    }
    .global .global-map .countries {
        right: 25%;
    }
    .blog-listing article a .img {
        height: 160px;
    }
    .blog-listing article a .content {
        padding: 15px;
    }
    .blog-listing article a .content h2 {
        font-size: 18px;
    }
    .testimonial-slider .slider {
        padding-left: 40px;
    }
    .testimonial-slider .slider::before {
        font-size: 80px;
        top: 25px;
    }
    .acres-step li:nth-child(2) .icon {
        right: 25%;
    }
    .acres-step li.open:nth-child(3)::before {
        right: 12%;
    }
    .acres-step li.open:nth-child(3)::after {
        left: 5%;
    }
    .blog-content .blog-detail ul,
    .blog-content .blog-detail ol {
        padding-left: 40px;
    }
    footer .footer-top .footer-link {
        display: block;
        margin-top: 5px;
    }
    footer .footer-top .footer-link + .footer-link::before {
        display: none;
    }
}


.cta-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cta-container .cta-btn {
    margin-bottom: 25px;
}

.cta-container .jobsora {
    margin-top: 17px;
}

@media screen and (min-width: 600px) {
    .cta-container {
        flex-direction: row;
    }

    .cta-container .cta-btn {
        margin-bottom: 0;
        margin-right: 25px;
    }
}

.team-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.team-slider li {
    transition: all 250ms linear .02s;
    display: inline-block;
    max-width: 425px;
    outline: none;
    padding: 25px;
    position: relative;
    width: 95vw;
}

.team-slider .slick-track {
    padding-top: 10px;
}

.prev-member img {
    transform: scaleX(-1);
}

.team-arrows {
    text-align: center;
    margin-top: 20px;
}

.team-arrows button {
    background: transparent;
    border: 0;
    padding: 15px 40px;
    cursor: pointer;
}

.video-modal-link {
    padding-top: 25px;
}

.vimeo-video.remodal {
    max-width: 1200px;
    background-color: transparent;
}

.vimeo-video .remodal-close {
    top: -35px;
    right: 0;
    left: auto;
    color: white;
}

.vimeo-video .remodal-close:hover,
.vimeo-video .remodal-close:focus {
    color: rgb(204, 39, 39);
}

.vimeo-video .remodal-close::before {
    font-size: 2rem;
}

@media only screen and (max-width: 641px) {
    .vimeo-video.remodal {
        padding: 0;
    }
    .vimeo-video .remodal-close::before {
        font-size: 1.5rem;
    }
}

.embed-container { 
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
  
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}