/*
Theme Name: Module
Author: Blue Wren
Description: Template site for modules
*/
@font-face {
    font-family: gotham-bold;
    font-display: swap;
    src: url(fonts/GothamBold.ttf);
    font-style: normal
}
@font-face {
    font-family: gotham-regular;
    font-display: swap;
    src: url(fonts/GothamMedium.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: gotham-book;
    font-display: swap;
    src: url(fonts/GothamBook.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: heebo-regular;
    font-display: swap;
    src: url(fonts/Heebo-Regular.ttf);
    font-weight: 400;
    font-style: normal
}

body,
html {
    height: 100%;
    height: 100vh;
    width: 100%
}

body {
    font-size: 16px;
    line-height: 17px;
    overflow-y: scroll
}

.rel {
    position: relative
}

.abs {
    position: absolute
}

.no_style_ul {
    list-style: none;
    padding: 0;
    margin: 0
}

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

.db {
    display: block!important
}

.dib {
    display: inline-block!important
}

.flex {
    display: flex;
    align-items: center;
}

.space-around {
    justify-content: space-around;
}

.space-between {
    justify-content: space-between;
}

.flex-centre {
    justify-content: center;
}

.flex-end {
    justify-content: flex-end!important;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.smb {
    margin-bottom: 15px!important
}

.mb {
    margin-bottom: 30px!important
}

.nmb {
    margin-bottom: 0!important
}

.smt {
    margin-top: 15px!important
}

.mt {
    margin-top: 30px!important
}

.dmt {
    margin-top: 60px!important
}

.nmt {
    margin-top: 0!important
}

.gap-left {
    margin-left: 5px!important
}

.sml {
    margin-left: 15px!important
}

.ml {
    margin-left: 30px!important
}

.nml {
    margin-left: 0!important
}

.smr {
    margin-right: 15px!important
}

.mr {
    margin-right: 30px!important
}

.mtb {
    margin-top: 30px;
    margin-bottom: 30px
}

.smtb {
    margin-top: 15px;
    margin-bottom: 15px
}

.ptb {
    padding-top: 30px;
    padding-bottom: 30px
}

.pt {
    padding-top: 30px;
}

.spt {
    padding-top: 15px;
} 

.spb {
    padding-bottom: 15px;
}

.sptb {
    padding-top: 15px;
    padding-bottom: 15px
}

.dptb {
    padding-top: 45px;
    padding-bottom: 45px
}

.dplr {
    padding-right: 45px;
    padding-left: 45px
}

.pb {
    padding-bottom: 30px
}

.pr {
    padding-right: 30px
}

.pl {
    padding-left: 30px
}

.plr {
    padding-left: 30px;
    padding-right: 30px;
}

.splr {
    padding-left: 15px;
    padding-right: 15px
}

.spr {
    padding-right: 15px
}

.spl {
    padding-left: 15px
}
.xsplr {
    padding-left: 5px!important;
    padding-right: 5px!important;
}
.xspl {
    padding-left: 5px;
}
.xspr {
    padding-right: 5px;
}
.npl {
    padding-left: 0!important;
}
.npr {
    padding-right: 0!important;
}
.npt {
    padding-top: 0
}
.npb {
    padding-bottom: 0
}
.nptb {
    padding-top: 0;
    padding-bottom: 0
}
.nplr {
    padding-left: 0!important;
    padding-right: 0!important
}

.right {
    float: right
}

.left {
    float: left
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%;
}

address,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin-bottom: 30px
}

#main-container h1, 
#main-container h2, 
#main-container h3, 
#main-container h4, 
#main-container h5, 
#main-container h6 {
    font-family: gotham-regular;
    font-weight: bold;
    margin-top: 15px;
    line-height: 1.45em;
}
#main-container h2 {
    font-size: 42px;
}
h1.heading-medium-black, 
h2.heading-medium-black, 
h3.heading-medium-black, 
h4.heading-medium-black, 
h5.heading-medium-black, 
h6.heading-medium-black {
    color: #000;
    font-size: 32px;
}
h1.heading-large-black, 
h2.heading-large-black, 
h3.heading-large-black, 
h4.heading-large-black, 
h5.heading-large-black, 
h6.heading-large-black {
    color: #000;
    font-size: 42px;
}
h1.heading-medium-grey, 
h2.heading-medium-grey, 
h3.heading-medium-grey, 
h4.heading-medium-grey, 
h5.heading-medium-grey, 
h6.heading-medium-grey {
    color: #5f5f5f;
    font-size: 32px;
}
h1.heading-large-grey, 
h2.heading-large-grey, 
h3.heading-large-grey, 
h4.heading-large-grey, 
h5.heading-large-grey, 
h6.heading-large-grey {
    color: #5f5f5f;
    font-size: 42px;
}
h1.heading-medium-red, 
h2.heading-medium-red, 
h3.heading-medium-red, 
h4.heading-medium-red, 
h5.heading-medium-red, 
h6.heading-medium-red {
    color: #ee230f;
    font-size: 32px;
}
h1.heading-large-red, 
h2.heading-large-red, 
h3.heading-large-red, 
h4.heading-large-red, 
h5.heading-large-red, 
h6.heading-large-red {
    color: #ee230f;
    font-size: 42px;
}
h1 {
    font-size: 42px
}
h2 {
    font-size: 40px
}
/* Paragraph Styles */
p {
    font-family: gotham-book; 
    font-size: 17px;
    line-height: 1.7em;
}
p.p-medium-black {
    color: #000;
    font-size: 16px;
}
p.p-large-black {
    color: #000;
    font-size: 23px!important;
    line-height: 1.45em;
}
p.p-medium-grey {
    color: #5f5f5f;
    font-size: 16px;
}
p.p-large-grey {
    color: #5f5f5f;
    font-size: 23px;
    line-height: 1.45em;
}
p.p-medium-red {
    color: #ee230f;
    font-size: 16px;
}
p.p-large-red {
    color: #ee230f;
    font-size: 23px;
    line-height: 1.45em;
}

p strong {
    font-family: gotham-book;
    font-weight: bold;
    font-display: swap
}

ul {
    padding-left: 20px
}

li,
ul {
    font-family: gotham-book;
    font-display: swap;
    font-size: 17px
}

hr.red {
    border-top: 2px solid #ee230f;
}

.medium {
    font-size: 14px
}

.page-title {
    font-size: 60px;
    font-family: gotham-bold;
    font-weight: bold;
}

.subtitle,
.subtitle p {
    font-size: 35px
}

a {
    font-family: 'gotham-book';
    text-decoration: none;
    color: inherit
}

a:active,
a:focus,
a:hover {
    text-decoration: none!important;
    color: inherit!important;
    outline: 0!important
}

.button_std {
    color: #14284b;
    padding: 12px 35px;
    border-radius: 5px;
    background: #fff;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-family: gotham-bold;
    font-display: swap
}

.button_std:active,
.button_std:focus,
.button_std:hover {
    color: #fff!important;
    background-color: #14284b;
    text-decoration: none;
}
.button_gold {
    background-color: #c0b45d!important;
    color: #fff!important;
}
.button_gold:active,
.button_gold:focus,
.button_gold:hover {
    background-color: #c0b45d!important;
    color: #fff!important;
}
.button_white_blue_border {
    background-color: #fff!important;
    border: 1px solid #14284b;
    color: #14284b!important;
    border-radius: 5px;
}
.button_white_blue_border:active,
.button_white_blue_border:focus,
.button_white_blue_border:hover {
    background-color: #14284b!important;
    color: #fff!important;
}
.button_round_blue_invert {
    background-color: #fff!important;
    color: #14284b!important;
    border: 1px solid #14284b;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.button_round_blue_invert:active,
.button_round_blue_invert:focus,
.button_round_blue_invert:hover {
    color: #fff!important;
    background-color: #14284b!important;
    text-decoration: none;
}
.button_round_blue_invert.active {
    background-color: #c0b45d!important;
    color: #fff!important;
    border: none;
}
.button_round_blue_invert.active:active,
.button_round_blue_invert.active:focus,
.button_round_blue_invert.active:hover {
    background-color: #c0b45d!important;
    color: #fff!important;
}

.button_black {
    background-color: #000!important;
    color: #fff!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important
}
.button_black:active,
.button_black:focus,
.button_black:hover {
    background-color: #fff!important;
    color: #000!important
}

.button_black_invert {
    background: 0 0!important;
    color: #000!important;
    border: 1px solid #000!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important
}
.button_black_invert:active,
.button_black_invert:focus,
.button_black_invert:hover {
    background-color: #000!important;
    color: #fff!important
}
.std_link {
    color: #000;
}
.std_link:hover {
    color: #000!important;
}
.std_link_ul {
    color: #000;
    text-decoration: underline;
}
.std_link_ul:hover {
    color: #000!important;
    text-decoration: underline;
}
.red_link {
    color: #ee230f;
}
.red_link:hover {
    color: #ee230f!important;
}
.red-text {
    color: #ee230f;
}

.load_more_btn:hover {
    cursor: pointer
}

.lg_font {
    font-size: 20px;
    line-height: 25px
}

.bold,
strong {
    font-weight: bold!important;
}

.text-normal {
    font-weight: 400
}

.clear {
    clear: both
}

.text-grey {
    color: #666
}

.text-red {
    color: #ee230f !important
}

.text-white {
    color: #fff !important
}

.text-black {
    color: #000 !important
}

.text-gold {
    color: #c0b45d!important;
}

.back-red {
    background-color: #ee230f!important
}
.back-red:hover {
    background-color: #ee230f!important
}

.back-grey {
    background-color: #dedede;
}

.back-dark-grey {
    background-color: #878787;
}

.back-dark-blue {
    background-color: #14284b;
}

.back-black {
    background-color: #000
}
.back-white {
    background-color: #fff
}

.text-caps {
    text-transform: uppercase
}

.underline {
    text-decoration: underline;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 10px rgb(206 206 206 / 50%);
    -moz-box-shadow: 0px 0px 10px rgb(206 206 206 / 50%);
    box-shadow: 0px 0px 10px rgb(206 206 206 / 50%)
}

#triangle-right {
    width: 0;
    height: 0;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 11px solid #fff;
    font-size: 0;
    line-height: 0;
    position: relative;
    bottom: -1px;
    float: right;
    left: 2px
}
#triangle-left {
    width: 0;
    height: 0;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-right: 11px solid #fff;
    font-size: 0;
    line-height: 0;
    position: relative;
    bottom: -1px;
    float: left;
    right: 2px
}

.arrow {
    display: block;
    background: #fff;
    height: 1px;
    width: 20px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    bottom: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
}
.arrow:before,
.arrow:after {
    content: "";
    background: #fff;
    position: absolute;
    height: 1px;
    width: 6px;
}
.arrow:before {
    right: 0px;
    bottom: -3px;
    transform: rotate(-45deg);
}
.arrow:after {
    right: 0px;
    top: -3px;
    transform: rotate(45deg);
}
a:hover .arrow, 
a:hover .arrow:before, 
a:hover .arrow:after {
    background: #ee230f;
} 
.arrow-down {
  transform: rotate(90deg);
}

@media (min-width:1200px) {
    .container {
        width: 100%!important;
        max-width: 1440px
    }
}

.container.small {
    max-width: 1170px
}

#ajax-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: url(/wp-content/themes/themill/images/ajax-loader.gif) center center no-repeat;*/
    background-color: rgba(250, 250, 250, .7);
    background-size: 150px;
    z-index: 9999
}
.page-template-default #ajax-overlay {
    top: 100px
}

@media (min-width:576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
}

.modal {
    z-index: 99999!important
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}
.moduleModal .modal-header {
	border: 0;
	padding: 0;
}

#main-container .bx-wrapper .bx-controls-direction a {
    z-index: 0
}

.acf-map {
    width: 100%;
    height: 400px
}

.acf-map img {
    max-width: inherit!important
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
    -webkit-transition: background-color .4s ease-in-out;
    -moz-transition: background-color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out
}

header.scrolled {
    background-color: #14284b!important
}

#main-container {
    /*min-height: 100%;*/
    position: relative;
    overflow: hidden
}

#main-container.top-margin {
    margin-top: 128px
}

.nav_wrapper .navbar-default {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    height: 100%;
}

.navbar .navbar-header {
    float: right;
    font-family: asap;
    font-display: swap
}
.navbar-header .search-icon {
    width: 17px;
    margin-bottom: 5px;
    margin-left: 15px
}

.navbar-header .search-icon:hover {
    cursor: pointer
}

.navbar-header .search-form {
    display: inline-block
}

.navbar-header .search-form input,
.search-page input.search-field {
    padding: 5px 10px;
    border: 1px solid #ee230f;
    width: 250px;
    border-radius: 4px;
    margin-left: 10px;
    color: #000
}

.search-page input.search-field {
    padding: 14px 5px;
    font-family: gotham-book;
    font-weight: bold;
    font-display: swap
}

.search-page input.search-field:focus {
    outline: 0
}

.search-page form {
    text-align: center
}

.search-page form input#searchsubmit {
    border: none
}

.search-page form input#searchsubmit:focus {
    outline: 0
}

.search-page .no-posts-found h1 {
    font-size: 24px
}

.search-row .card .card-title {
    min-height: 81px
}

.navigation.pagination {
    text-align: center;
    width: 100%
}

.navigation.pagination a.next,
.navigation.pagination a.prev {
    margin: 0 10px
}

.navigation.pagination .page-numbers {
    color: #000;
    border: 1px solid #878787;
    padding: 10px 15px;
    font-family: gotham-book;
    font-display: swap;
    font-size: 17px
}
.navigation.pagination a:hover {
    color: #000;
}

.navigation.pagination .dots {
    margin: 0 5px
}

.navigation.pagination .current {
    background-color: #ee230f;
    color: #fff;
    font-family: gotham-book;
    font-weight: bold;
    font-display: swap;
    border: 1px solid #ee230f;
}

.nav_wrapper .navbar-default ul li {
    margin: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav_wrapper .navbar-default ul li a {
    color: #fff;
    text-transform: uppercase;
    font-family: gotham-regular;
    font-display: swap;
    font-size: 16px
}

.nav_wrapper .navbar-default .navbar-header a:active,
.nav_wrapper .navbar-default .navbar-header a:focus,
.nav_wrapper .navbar-default .navbar-header a:hover,
.nav_wrapper .navbar-default ul li a:active,
.nav_wrapper .navbar-default ul li a:focus,
.nav_wrapper .navbar-default ul li a:hover {
    color: #c0b45d!important;
    text-decoration: none
}

.nav_wrapper .navbar-default .navbar-nav>.active>a,
.nav_wrapper .navbar-default .navbar-nav>.active>a:focus,
.nav_wrapper .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #c0b45d
}

.nav_wrapper .navbar-default .navbar-nav>.active>a:after,
.nav_wrapper .navbar-default .navbar-nav>.active>a:focus:after,
.nav_wrapper .navbar-default .navbar-nav>.active>a:hover:after {
    border-top: 6px solid #c0b45d
}

.navbar .navbar-collapse .nav-tel {
    font-family: gotham-book;
    margin-right: 20px;
    font-size: 16px;
}

.navbar-default .navbar-toggle {
    background-color: transparent;
    border: none;
    margin: 20px 0 0;
    padding-right: 5px;
    top: 7px;
}

.navbar-default .navbar-toggle span {
    border: 1px solid #fff;
    width: 27px;
    background-color: #fff!important
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent!important
}

.navbar ul.navbar-nav .dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: none;
    background-color: #14284b;
    padding: 0 10px 15px 10px;
}

.navbar ul.navbar-nav li.dropdown > a.nav-link:after, 
.nav_wrapper .navbar-collapse ul.mobile-nav li.dropdown > a:after {
    content: '';
    transition: all .2s ease-in-out;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #fff;
    float: right;
    position: relative;
    top: 5px;
    left: 5px;
}
.navbar ul.navbar-nav li.dropdown > a.nav-link:hover:after {
    border-top: 12px solid #c0b45d;
}

.navbar ul.navbar-nav .dropdown-menu a {
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px 20px 10px 10px;
    border-bottom: 1px solid #fff
}

.navbar ul.navbar-nav .dropdown-menu a:hover {
    color: #c0b45d;
    background-color: black;
}

.navbar ul.navbar-nav .dropdown-menu li {
    margin-right: 0;
    margin-left: 0;
}

.nav_wrapper .navbar-nav .dropdown-menu>.active>a {
    background-color: unset;
}

.nav_wrapper .navbar-collapse ul.mobile-nav li a {
    color: #000
}

.nav_wrapper .navbar-collapse ul.mobile-nav li {
    margin: 0;
    display: block
}
.nav_wrapper .navbar-collapse ul.mobile-nav li:focus, 
.nav_wrapper .navbar-collapse ul.mobile-nav li:active, 
.nav_wrapper .navbar-collapse ul.mobile-nav li:hover {
    background-color: #000;
}
.nav_wrapper .navbar-collapse ul.mobile-nav li:focus a, 
.nav_wrapper .navbar-collapse ul.mobile-nav li:active a, 
.nav_wrapper .navbar-collapse ul.mobile-nav li:hover a {
    background-color: #000;
    color: #ee230f;
    border-color: #fff!important;
}
.nav_wrapper .navbar-collapse ul.mobile-nav li.dropdown:focus > a:after, 
.nav_wrapper .navbar-collapse ul.mobile-nav li.dropdown:active > a:after, 
.nav_wrapper .navbar-collapse ul.mobile-nav li.dropdown:hover > a:after {
    background-color: #ee230f;
}

.nav_wrapper .navbar-collapse ul.mobile-nav li .dropdown-menu {
    padding-left: 15px !important;
    padding-right: 15px!important;
}
.nav_wrapper .navbar-collapse ul.mobile-nav li .dropdown-menu li {
    border-bottom: 1px solid #fff;
    height: auto;
}
.nav_wrapper .navbar-collapse ul.mobile-nav li .dropdown-menu li:last-of-type {
    border-bottom: 0;
    padding-bottom: 15px;
}
.nav_wrapper .navbar-collapse ul.mobile-nav li .dropdown-menu li:last-of-type a {
    border-bottom: 1px solid;
}
.nav_wrapper .navbar-collapse ul.mobile-nav li .dropdown-menu a {
    display: block;
    padding: 10px 13px;
    margin: 0;
    color: #fff;
}

.nav_wrapper .navbar-collapse ul.mobile-nav > .dropdown > .dropdown-menu {
    position: relative;
    top: 0;
    float: none;
    border: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: #000
}

.col-sm-12.header-container {
    padding-right: 0;
    margin-top: 15px;
    margin-bottom: 15px
}

.col-sm-12.header-container .nav_wrapper .navbar-collapse {
    position: relative;
    top: 15px;
    background-color: #fff;
    padding: 0;
}

.col-sm-12.header-container a.logo_wrapper {
    float: left;
    z-index: 9999999999;
}

.col-sm-12.header-container a.logo_wrapper img {
    margin-top: 0;
    position: relative;
    left: 15px;
}

.col-sm-12.header-container .nav_wrapper {
    position: relative;
    z-index: 10;
}

.col-sm-12.header-container .nav_wrapper .navbar-header a.mobile-tel {
    display: inline-block;
    position: relative;
    top: 7px;
    right: 10px;
}
.col-sm-12.header-container .nav_wrapper .navbar-header a.mobile-tel svg {
    width: 40px;
    height: 40px;
    opacity: 1;
}
.col-sm-12.header-container .nav_wrapper .navbar-header a.mobile-tel svg path {
    fill: #ee230f!important;
}

.header-container.hidden-xs .nav_wrapper .navbar-collapse.collapse {
    width: 100%;
    height: 100%!important;    
    display: flex!important;
    align-items: center;
    justify-content: flex-end;
}
.nav_wrapper .navbar-collapse.collapse:before, 
.nav_wrapper .navbar-collapse.collapse:after {
    display: none;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    display: none
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -2px;
    transform: rotate(-45deg);
}

.nav_wrapper .navbar-collapse .nav-right .nav-enquire {
    display: block;
    font-size: 16px;
}
.nav_wrapper .navbar-collapse .nav-right .nav-enquire .arrow {
    width: 35px;
}

.breadcrumb {
    color: #000;
    background-color: #fff!important;
    padding-left: 0 !important;
    font-family: gotham-book;
}

.breadcrumb span {
    color: #000;
    font-size: 12px
}

.breadcrumb span a {
    color: #666;
    font-size: 12px
}

.breadcrumb span.current-item {
    font-weight: 700;
    color: #000
}

.bx-wrapper .bx-controls .bx-pager {
    bottom: 40px;
    position: relative;
    width: 1440px;
    margin: 0 auto;
    text-align: center;
    padding: 0
}

.bx-wrapper .bx-controls .bx-pager.bx-default-pager a {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%
}

.bx-wrapper .bx-controls .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-controls .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-controls .bx-pager.bx-default-pager a:hover {
    background-color: #5983ab
}

#main-container .bx-wrapper .bx-viewport>ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.home_slider .background,
.top_banner .background {
    height: 500px
}

.home_slider .background .large-heading-font {
    font-size: 150px;
}
.home_slider .background .page-title, 
.top_banner .page-title {
    letter-spacing: -10px;
    margin-bottom: 0;
}
.home_slider .background .slider-content p {
    font-size: 25px;
}

@media(min-width: 1201px) {
    .top_banner .page-title {
        width: 70%;
    }
}

.top_banner .page-title {
    width: 70%;
    margin: 0 auto;
    font-size: 90px;
    line-height: 1em!important;
    letter-spacing: -5px;
    font-weight: bold
}
.top_banner .content_area p {
    font-size: 24px;
}

.top_banner .button_wrapper li a {
    font-size: 27px;
    width: 300px;
    padding: 20px 0px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
}

.top_banner .button_wrapper li a:hover {
    color: #ee230f !important;
}
.background-image {
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important
}

.background {
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#main-container .bx-wrapper {
    border: none;
    background-color: transparent;
    -moz-box-shadow: 0 0 0 #ccc;
    -webkit-box-shadow: 0 0 0 #ccc;
    box-shadow: 0 0 0 #ccc;
    margin-bottom: 0!important
}

.home_slider .background .content_area,
.top_banner .background .content_area {
    cursor: default;
    color: #fff;
    position: relative
}

@media(min-width:769px) {
    .page-template-template-home .content-layout .in-left {
        width: 90%;
        margin: 0 auto
    }
}

.content-layout h1 {
    line-height: 52px!important;
    margin-bottom: 20px;
    font-display: swap
}

.content-layout p {
    color: #000;
}

.wpcf7-form-control-wrap span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 15px
}

.content-layout form p:last-of-type {
    text-align: center
}

.card-layout {
    margin-bottom: -60px;
}
.card-layout .card-row {
    flex-flow: row nowrap;
    align-items: unset;
    padding: 0 15px
}
.card-layout .card-row .card {
    margin: 0 15px;
    flex: 1;
}
.card-layout .card-row.card-row-1 .card .card-image {
    height: 600px;
}
.card-layout .card-row.card-row-2 .card .card-image {
    height: 500px;
}
.card-layout .card-row.card-row-3 .card .card-image, 
.card-layout .card-row.card-row-4 .card .card-image {
    height: 450px;
}
.card-layout .card-row .card .card-content p.card-title {
    font-family: gotham-bold;
    font-display: swap;
    font-size: 32px;
}
.card-layout .card-row .card .card-content {
    padding: 25px;
    width: 70%;
    margin: 0 auto;
    position: relative;
    bottom: 100px;
}
.card-layout .card-row .card .card-content ul {
    flex-wrap: wrap;
    justify-content: center;
}
.card-layout .card-row .card .card-content ul li {
    flex: 1 1 30%;
    flex-direction: column;
    font-family: 'gotham-bold';
    margin: 0;
    padding: 6px 0 6px 35px;
    list-style: none;
    background-image: url(images/check-white.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 26px;
    font-size: 20px;
}
.card-layout .card-row .card .card-content p {
    font-size: 16px
}
.card-layout .card-row .card .button_std {
    margin: 5px 0
}
.card-layout-alt .card, 
.loop-display .card {
    padding: 0;
    height: 300px;
    position: relative;
    border-radius: 10px;    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.card-layout-alt .card-alt-content, 
.loop-display .card-alt-content {
    background: linear-gradient(rgba(211, 204, 196, 0.8),rgba(211, 204, 196, 0.8));
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
/* IE Fixes */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .navbar ul.navbar-nav li.column-menu > ul.dropdown-menu {
        width: 369px;
    }
    .navbar ul.navbar-nav li ul li.sub-menu-columns ul {
        width: 185px;
    }
    .navbar ul.navbar-nav .dropdown-menu li {
        width: 185px;
    }
    .three-quarter-layout .button_row {
        width: 60%!important
    }
    .three-quarter-layout .quarter, 
    .three-quarter-layout .three-quarter {
        height: 550px
    }
    .three-quarter-layout .quarter .icon, 
    .three-quarter-layout .three-quarter .icon {
        height: 100px
    }
    .card-layout-alt .card-alt-content, 
    .loop-display .card-alt-content {
        display: block;
    }
    .loop-display .team-row .card .team-social {
        float: left;
        padding: 10px;
        bottom: 17px !important;
        left: 0 !important
    }
    .loop-display .team-row .card .team-social a img {
        height: 40px;
    }
    .card-layout-image .card img.card-icon {
        height: 100px;
    }
    .button_row {
        max-width: 100%!important;
        width: 100%!important;
    }
}

.card-layout-alt .card-alt-content .card-title, 
.loop-display .card-alt-content .card-title {
    min-height: unset;
    margin: 10px 0;
    font-size: 31px;
}

.loop-display .card-alt-content .card-title {
    font-size: 27px;
}

.loop-display .card-alt-content .description {
    font-size: 14px;
}

.loop-display .card-alt-content.hovered {
    height: 100%;
    border-radius: 10px;
}

.loop-display .card-alt-content .hover {
    display: none;
    margin-top: 25px;
} 

.loop-display .team-row .card .card-alt-content {
    background: #415464;
    align-items: end;
}
.loop-display .team-row .card {
    height: 400px;
    background-size: 340px !important
}
.loop-display .team-row .card .card-alt-content .card-title {
    margin-bottom: 5px;
    font-size: 23px;
}
.loop-display .team-row .card .card-alt-content .description {
    font-size: 23px;
}
.loop-display .team-row .card .team-social {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: baseline;
    height: 75%;
    position: relative;
    bottom: 10px;
    left: 25px;
}
.loop-display .team-row .card .team-social a {
    display: inline-block;
    margin: 5px 0;
}
.loop-display .team-row .card .team-social a img {
    width: 40px
}

.flex-icons .icon-row {
    align-items: unset;
}
.flex-icons .icon-row .icon {
    flex: 1;
    flex-direction: column;
    justify-content: center;
}
.flex-icons .icon-row .icon .icon-title {
    font-family: 'gotham-bold';
    font-size: 44px;
}
.flex-icons .icon-row .icon .text-under-icon {
    font-family: 'gotham-bold';
    font-size: 36px;
    position: relative;
    bottom: 10px;
}
.flex-icons .icon-row .icon img {
    width: 150px;
}
.flex-icons .bottom-free-text {
    
} 

.three-quarter-layout {
    display: flex;
    flex-flow: row
}

.three-quarter-layout .quarter,
.three-quarter-layout .three-quarter {
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    padding-left: 0;
    flex: 1
}

.three-quarter-layout .container {
    display: flex;
}

.three-quarter-layout .three-quarter {
    z-index: 1;
    flex: 1
}

.three-quarter-layout .quarter {
    z-index: 2;
    flex: .4
}

.three-quarter-layout .left_align .quarter-content, 
.three-quarter-layout .right_align .quarter-content {
    height: 100%;
    margin: 25px 0;
    width: 140%!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.three-quarter-layout .left_align .quarter-content {
    left: 80px;
}
.three-quarter-layout .right_align .quarter-content {
    right: 80px;
}

.three-quarter-layout .quarter.content .quarter-content {
    padding: 25px;
}
.three-quarter-layout .quarter.content .quarter-content .quarter-width-contain {
    width: 70%;
    margin-left: 15px;
}

.three-quarter-layout .quarter .icon,
.three-quarter-layout .three-quarter .icon {
    width: 100px
}

.three-quarter-layout .quarter h1.subtitle,
.three-quarter-layout .quarter h2.subtitle {
    font-family: Georgia, sans-serif!important;
    font-display: swap;
    font-size: 40px;
    margin: 20px 0
}

.three-quarter-layout .quarter .georgia-subtitle {
    font-size: 40px
}

.three-quarter-layout p {
    margin: 10px 0
}

.three-quarter-layout ul {
    flex-wrap: wrap;
    justify-content: center;
}
.three-quarter-layout ul li {
    flex: 1 1 30%;
    flex-direction: column;
    font-family: 'gotham-bold';
    margin: 0;
    padding: 15px 0 15px 38px;
    list-style: none;
    background-image: url("images/check-white.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 26px;
    font-size: 20px;
}

.three-quarter-layout .quarter .quarter-content,
.three-quarter-layout .three-quarter .three-quarter-content {
    width: 61%;
    position: relative;
    padding: 25px 0;
}

.three-quarter-layout .three-quarter.content .three-quarter-content .three-quarter-width-contain {
    width: 70%;
    margin-right: 15px;
}

.three-quarter-layout .right_align.content .three-quarter-content {
    margin-left: 165px;
}

.three-quarter-layout .button_row {
    justify-content: end;
}

.three-quarter-layout .button_row a {
    margin-left: 0;
}

.half-layout {
    width: 100%;
    display: flex;
}

.half-layout.header-image-half {
    display: block;
    margin-bottom: 18px!important;
}

.half-layout .bx-wrapper,
.three-quarter-layout .bx-wrapper {
    width: 100%;
    height: 100%;
    margin-bottom: 0!important;
    box-shadow: none;
    border: none
}

.half-layout .bx-wrapper .bx-viewport {
    height: 100%!important
}

.half-layout .bx-wrapper .bx-viewport .slider-layout {
    height: 100%
}

.half-layout .bx-wrapper .bx-controls {
    position: absolute
}

.half-layout .bx-wrapper .bx-controls .bx-pager {
    text-align: left;
    width: unset;
    padding: 0 15px
}

.half-layout.header-image-half .left-half,
.half-layout.header-image-half .right-half {
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    min-height: 575px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    margin-bottom: 25px;
    margin-top: 28px;
}

.half-layout.header-image-half .left-half, 
.half-layout.header-image-half .right-half {
    padding-right: 0;
    padding-left: 0;
}
.half-layout.header-image-half .left-half {
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    transform: scale(1.15)!important;
    transform-origin: left;
}
.half-layout.header-image-half .right-half {
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    transform: scale(1.15)!important;
    transform-origin: right;
}
.half-layout.header-image-half .left-half .icon,
.half-layout.header-image-half .right-half .icon {
    width: 55px
}

.half-layout.header-image-half .arrow_text_link:after, 
.half-layout.header-image-half .arrow_text_link_white:after {
    width: 55px;
    top: -20px;
}

.half-layout .left-half, 
.half-layout .right-half {
    padding-right: 20px;
    padding-left: 20px;
}

.half-layout h1,
.half-layout h2 {
    font-family: gotham-bold;
    font-display: swap;
    margin: 20px 0
}

.half-layout p {
    margin: 25px 0
}

.half-layout.header-image-half .half-content-left,
.half-layout.header-image-half .half-content-right {
    width: 100%;
    height: 575px;
    position: relative;
}

.half-layout.header-image-half .half-content-left .half-text-content-left,
.half-layout.header-image-half .half-content-right .half-text-content-right {
    height: 575px;
    width: 54%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
}

.half-content-left a.arrow_text_link, 
.half-content-left a.arrow_text_link_white, 
.half-content-right a.arrow_text_link, 
.half-content-right a.arrow_text_link_white {
    font-size: 42px;
    line-height: 1.4em;
}

.button_row {
    margin: 20px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap
}

.modal.moduleModal.fade.in {
    background-color: rgba(225, 225, 225, .5)
}

.modal.moduleModal .modal-dialog {
    width: 730px
}

.modal.moduleModal .modal-content-block,
.modal.moduleModal p.subtitle {
    text-align: center
}

.modal.moduleModal form {
    background-color: #fff;
    padding: 30px;
    margin: 0 25px;
    width: unset
}

.modal.moduleModal .modal-content {
    border-radius: 0
}

.half-layout .button_row {
    width: unset;
    max-width: unset;
}

.half-layout.header-image-half .button_row {    
    position: absolute;
    bottom: 0;
}

.button_row a {
    margin: 0 10px 10px 10px;
    font-size: 19px;
}

.button_row a.custom-width {
    width: 185px;
    text-align: center
}

.slider-layout .background-image {
    height: 100%
}

.half-content-layout .left,
.half-content-layout .right {
    width: 50%;
    padding: 0 15px
}

.half-content-layout .right {
    float: right
}

.half-content-layout .left {
    float: left
}

.half_big_small {
    display: flex
}

.half-big-content {
    min-height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.half-small-content {
    padding: 15px 0
}

.half-small-content h2 {
    margin: 0
}

.small-block-top {
    padding: 15px 0;
    margin-bottom: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.gallery-loop .item.tall {
    height: 615px
}

.filter .filter-row a, 
.filter-row.cat-dropdown a {
    font-family: gotham-bold;
    font-display: swap;
    margin: 0 1px;
    font-size: 16px;
    padding: 15px 35px;
    min-width: 154px;
}

.filter .filter-row a:hover, 
.filter-row.cat-dropdown a:hover {
    cursor: pointer;
    text-decoration: none
}

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

.card .background-image .term {
    padding: 10px;
    background-color: #ee230f;
    font-weight: 700
}

.card .background-image .term a {
    color: #fff
}

.card .news-card-body {
    padding: 10px 15px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.card .news-card-body .card-title {
    min-height: 81px;
}

.card .news-card-body .card-content p {
    min-height: unset;
}

.news_loop .card .card_title {
    min-height: 81px
}

.card .events-card-body .post-date {
    min-height: 25px
}
.card .news-card-body.hovered {
    background-color: #ee230f
}

.flex-image .img {
    position: relative;
    float: left;
    width: 100%;
    height: 550px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.bx-viewport .controls {
    background-color: #0d3116;
    padding: 10px 0;
    width: 100%!important;
    float: left!important;
    display: inline-flex!important;
    justify-content: center!important;
    align-items: center!important
}

.bx-viewport .controls a img {
    width: 40px;
    margin: 4px 4px;
    height: auto
}

.single-gallery img {
    width: 100%
}

.news-single h1 {
    color: #666;
    font-size: 42px
}

.news-single .news-content p {
    color: #000
}

.subtitle-layout p {
    font-size: 19px
}

.news-sidebar .back-cream {
    width: 100%;
    padding: 0 15px
}

.news-sidebar .more-posts {
    padding: 15px;
    border: 1px solid #ee230f
}

.news-sidebar .more-posts p {
    font-family: gotham-book;
    font-display: swap;
    font-size: 37px
}

.news-sidebar .more-posts ul {
    padding-left: 0;
    list-style-type: none
}

.news-sidebar .more-posts ul li {
    border-top: 1px solid #ee230f;
    padding-top: 15px;
    padding-bottom: 15px
}

.news-sidebar .more-posts ul li:last-of-type {
    padding-bottom: 0
}

.news-sidebar .more-posts ul li a {
    font-size: 21px
}

.news-sidebar .more-posts ul li a:focus,
.news-sidebar .more-posts ul li a:hover {
    text-decoration: none;
    color: #666
}

.newsletter-signup form p {
    display: flex;
    justify-content: space-around;
}

.newsletter-signup form input {
    border-radius: 10px;
    border: none;
    padding: 15px 15px;
    background-color: #fff;
    font-family: gotham-book;
    font-size: 16px;
    margin-right: 7px;
    width: 280px;
}

.newsletter-signup form input:focus {
    outline: 0
}

.newsletter-signup form input::-webkit-input-placeholder {
    color: #777
}

.newsletter-signup form input:-moz-placeholder {
    color: #777
}

.newsletter-signup form input::-moz-placeholder {
    color: #777
}

.newsletter-signup form input:-ms-input-placeholder {
    color: #777
}

.newsletter-signup form input.wpcf7-submit {
    background-color: #ee230f;
    color: #fff;
    border: 1px solid #ee230f;
    margin-right: 0;
    height: 54px;
    width: 85px;
    padding: 0;
}
.newsletter-signup form input.wpcf7-submit:hover, 
.newsletter-signup form input.wpcf7-submit:active, 
.newsletter-signup form input.wpcf7-submit:focus {
    background-color: #fff;
    color: #ee230f;
}

form .contact_form, 
.contact-form h2 {
    width: 50%;
    margin: 0 auto;
}

form .contact_form .label {
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

form .contact_form input[type="text"], 
form .contact_form input[type="email"], 
form .contact_form input[type="tel"], 
form .contact_form textarea {
    background-color: #dedede;
    border: none;
    width: 100%;
    padding: 15px;
}

form .contact_form .col-sm-12 {
    padding: 0
}

form .contact_form input[type="checkbox"] {
    margin-top: 0;
    margin-right: 10px;
    -webkit-appearance: none;
    padding: 17px;
    width: 10px;
    display: inline-block;
    position: relative;
    top: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #dedede;
}
form .contact_form .wpcf7-checkbox input:focus, 
form .contact_form .wpcf7-checkbox input:active {
    outline: none;
}
form .contact_form .wpcf7-checkbox input:checked {
    color: #ee230f;
}
form .contact_form .wpcf7-checkbox input:checked:after {
    content: '\2714';
    font-size: 19px;
    position: absolute;
    top: 3px;
    left: 10px;
    color: #ee230f;
}
form .contact_form .wpcf7-list-item-label {   
    font-family: 'gotham-book';
}

form div.wpcf7-response-output {
    margin: 5px 0
}

form span.wpcf7-not-valid-tip {
    margin: 5px 0
}

.news-sidebar .share-row {
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

.news-sidebar .share-row i {
    border: 3px solid #666;
    border-radius: 50%;
    padding: 19px;
    font-size: 2.5em
}

.news-sidebar .share-row a.facebook i {
    padding: 19px 21px
}

.news-sidebar .share-row a.twitter i {
    padding: 19px 15px
}

.news-sidebar .share-row i:before {
    color: #666;
    padding: 5px
}

/* Gallery Loop */
.gallery-loop .gallery-post img {
    width: 100%;
}
.gallery-loop .gallery-post .gallery-img {
    height: 350px;
    margin: 3px;
}

.flex-gallery-slider .controls-arrows {
    position: absolute;
    top: 78%;
    width: 97%
}

.flex-gallery-slider .controls-arrows .bxNext {
    float: right
}

.flex-gallery-slider .controls-arrows .bxNext .bx-next,
.flex-gallery-slider .controls-arrows .bxPrev .bx-prev {
    padding: 20px;
    display: inline-block;
    background-color: #666;
    border-radius: 50%
}

.flex-gallery-slider .controls-arrows #triangle-right {
    width: 0;
    height: 0;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 11px solid #fff;
    font-size: 0;
    line-height: 0;
    position: relative;
    bottom: -1px;
    float: right;
    left: 2px
}

.flex-gallery-slider .controls-arrows #triangle-left {
    width: 0;
    height: 0;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-right: 11px solid #fff;
    font-size: 0;
    line-height: 0;
    position: relative;
    bottom: -1px;
    float: left;
    right: 2px
}

.flex-gallery-slider .controls {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0
}

.flex-gallery-slider .controls .bx-pager a img {
    width: 100px;
    margin: 4px 4px;
    height: auto
}

.flex-gallery-slider .controls .bx-pager a.active img {
    border: 1px solid #ee230f
}


.case-studies-preview {
    padding-bottom: 50px
}

.case-studies-preview .card {
    box-shadow: none;
    border-bottom: 1px solid #666;
}
.case-studies-preview .card:hover .card-image, 
.team-display .card:hover .card-image, 
.case-studies-display .card:hover .card-image {
    -webkit-box-shadow: rgb(181 181 181) 3px 3px 7px 0px;
    -moz-box-shadow: rgb(181 181 181) 3px 3px 7px 0px;
    box-shadow: rgb(181 181 181) 3px 3px 7px 0px;
}
.case-studies-preview .card .overlay, 
.team-display .card .overlay, 
.case-studies-display .card .overlay {
    position: absolute;
    right: 15px;
    bottom: 8px;
    top: -15px;
    width: 100%;
    height: auto;
    z-index: 30;
    opacity: 0;
    -webkit-transition: 250ms opacity, 250ms -webkit-transform;
    transition: 250ms opacity, 250ms -webkit-transform;
    -o-transition: 250ms opacity, 250ms transform;
    transition: 250ms opacity, 250ms transform;
    transition: 250ms opacity, 250ms transform, 250ms -webkit-transform;
    transform: translate(0, 15px);
    -webkit-transform: translate(0, 15px);
}
.case-studies-preview .card .overlay p.arrow_text_link_white, 
.team-display .card .overlay p.arrow_text_link_white, 
.case-studies-display .overlay p.arrow_text_link_white {
    font-size: 24px;
    display: flex;
}
.case-studies-preview .card:hover .overlay, 
.team-display .card:hover .overlay, 
.team-display article.active .overlay, 
.case-studies-display .card:hover .overlay {
    opacity: 1;
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    transform: translate(0, 15px);
    border-bottom: 7px solid #ee230f;
}
.case-studies-preview .card .card-content p, 
.team-display .card .card-content p {
    min-height: unset;
    font-size: inital;
}

.team-preview .card {
    box-shadow: none;
}
.team-preview .card .card-content p {
    min-height: unset;
}
.team-preview .card .card-content .team_title {
    font-size: 23px;
}
.team-display h1 {
    font-size: 47px;
} 
.team-display .card {
    box-shadow: none;
}
.team-display .team-row {
    display: flex;
    flex-wrap: wrap;
}
.team-display .team-row .card .card-content .team_title {
    font-size: 27px;
}
.team-display .card .card-content .circle {
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    margin: 5px 10px 5px 0;
    padding: 11px;
    display: flex;
    height: 35px;
    width: 35px;
    border: 1px solid #ee230f;
}
.team-display .card .card-content .linkedin-icon {
    width: 20px;
}
.team-display .card .card-image-container:hover {
    cursor: pointer;
}
.team-display .team-row article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.team-display .team-row article .card-dropdown {
    background: #fff;
    width: 100%;
    float: left;
    padding: 40px 30px;
    margin-top: 60px;
    display: none;
    position: relative;
    border-top: 7px solid #ee230f;
    -webkit-box-shadow: rgb(181 181 181) 0px 3px 15px 1px;
    -moz-box-shadow: rgb(181 181 181) 0px 3px 15px 1px;
    box-shadow: rgb(181 181 181) 0px 3px 15px 1px;
}
.team-display .team-row article .card-dropdown .card-title {
    font-size: 27px;
}
.team-display .team-row article .card-dropdown .col-lg-3 img {
    border-bottom: 7px solid red;
}
.team-display .team-row article .icon-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0;
}
.team-display .team-row article .icon-row .icon {
    padding: 0 20px;
}
.team-display .team-row article .icon-row .icon .icon-border {
    display: flex;
}
.team-display .team-row article .icon-row .icon .icon-border p {
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    margin: 5px 20px;
    padding: 15px;
    display: flex;
    height: 120px;
    width: 120px;
    border: 2px solid #ee230f;
}
.team-display .team-row article .icon-row .icon .subtext {
    font-size: 19px;
    line-height: 1.4em;
}

/* Resources */
.loop-display.resources-display .loop-row hr, 
.loop-display.case-studies-display .loop-row hr {
    border-top: 2px solid #878787;
}
.loop-display.resources-display .loop-row .card, 
.loop-display.case-studies-display .loop-row .card {
    box-shadow: none;
    height: unset;
}
.loop-display.resources-display .loop-row .card .resource-content p {
    min-height: 255px;
}
.loop-display.resources-display .loop-row .card .card-image {
    height: 350px;
}
.loop-display.resources-display .loop-row .card .card-title, 
.loop-display.case-studies-display .loop-row .card {
    font-size: 26px;
    min-height: 74px;
}
/* Case Studies */
.loop-display.case-studies-display .loop-row .card .resource-content p {
    min-height: 140px
}
.loop-display.case-studies-display .loop-row .card img {
    height: auto;
}

.truncate-text {
    overflow: hidden;
}

.archive-page .top_banner .page-title {
    text-align: left;
    margin: unset;
}
.archive-page .card .background-image {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}
.archive-page .card .background-image .cat {
    border-radius: 50px;
    padding: 7px 10px;
    width: 190px;
    position: relative;
    top: 10px;
    left: 10px;
}
.archive-page .card .background-image .cat p {
    font-size: 14px;
}

.archive-page .card .card-content {
    padding: 15px;
}
.archive-page .card .card-content hr {
    margin: 15px 0 0;
    width: 65px;
    border-top: 3px solid #ee230f;
}
.archive-page .card .card-content a {
    font-size: 16px;
}

/* Image module */
.flex-image .parallax-image {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
}
.flex-image .background-image { 
    height: 650px;   
}

/* Video module */
@media(min-width: 768px) {
    .flex-video .in-left > h1, 
    .flex-video .in-left > h2, 
    .flex-video .in-left > h3, 
    .flex-video .in-left > p {
        width: 70%;
        margin: 0 auto 30px;
    } 
}
.flex-video {
    margin-bottom: 45px;
}
.flex-video video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}
.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 85%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    transition: opacity 150ms;
}
.video-overlay-play-button:hover {
    opacity: 1;
}
.video-overlay-play-button.is-hidden {
    display: none;
}

.error404 #main-container {
    min-height: unset
}

.error404 .footer-section {
    margin-top: 0
}

.template-404 {
    height: 70vh
}

.template-404>.container {
    height: 100%
}

.template-404>.container>.row {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.template-404 h1 {
    font-size: 52px
}

.template-404 p {
    font-size: 32px
}

.template-404 img {
    width: 400px
}

.template-404 .buttons-404 {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center
}

.template-404 .buttons-404 a {
    margin: 0 10px;
    font-size: 19px
}

.footer-section .footer-left ul li {
    margin-bottom: 10px;
}
.footer-section .footer-logo {
    font-family: 'gotham-book';
    width: 290px;
}
.footer-section .footer-logo img.grasshopper {
    width: 95px;
    position: relative;
    top: 14px;
}
.footer-section .footer-logo img.logo-text {
    width: 230px;
}
.footer-section .footer-logo .logo-text-bottom {
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
}

.footer-column-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0
}

.footer-section .social-row {
    margin: 30px 0;
    display: flex;
    align-items: center
}

.footer-section .social-row a {
    display: inline-block;
    margin-right: 15px
}

.footer-section .social-row img {
    height: 60px;
    width: 60px
}

.footer-bottom p {
    margin-top: 14px;
    font-size: 12px;
}

footer {
    float: left;
    width: 100%
}

footer a,
footer p {
    color: #000;
    font-display: swap
}

footer a:active,
footer a:focus,
footer a:hover {
    color: #fff;
    text-decoration: none
}

.modal-backdrop.footer-backdrop {
    z-index: 1039;
    display: none;
    opacity: .7
}

.display {
    display: initial!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.footer-message {
    font-size: 20px
}

.wrenbird {
    width: 15px
}


/* Keyframes */
/*===================*/
/* WOOBLE VERTICAL
/*===================*/

@-webkit-keyframes wobble-vertical-on-hover {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.wobble-vertical-on-hover:after {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.wobble-vertical-on-hover:hover:after, .wobble-vertical-on-hover:focus:after, .wobble-vertical-on-hover:active:after {
    -webkit-animation-name: wobble-vertical-on-hover;
    animation-name: wobble-vertical-on-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes bounce {
    0% {
        top: -200px;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    50% {
        top: 30px;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }
    75% {
        top: -15px;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    100% {
        top: 0;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }
}

@-webkit-keyframes bottombounce {
    0% {
        bottom: -200px;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }
    50% {
        bottom: 30px;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    75% {
        bottom: -15px;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }
    100% {
        bottom: 0;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
}

@keyframes bounce {
    0% {
        top: -200px;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    50% {
        top: 30px;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }
    75% {
        top: -15px;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    100% {
        top: 0;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }
}

@keyframes bottombounce {
    0% {
        bottom: -200px;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }
    50% {
        bottom: 30px;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    75% {
        bottom: -15px;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }
    100% {
        bottom: 0;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
}

.anim {
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms
}

.in-left {
    -webkit-transition: -webkit-transform 1s, opacity 500ms;
    -moz-transition: -moz-transform 1s, opacity 500ms;
    -o-transition: -o-transform 1s, opacity 500ms;
    transition: transform 1s, opacity 500ms;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0
}

.go .in-left {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
    opacity: 1
}

.in-right {
  -webkit-transition: -webkit-transform 1s, opacity 500ms;
    -moz-transition: -moz-transform 1s, opacity 500ms;
    -o-transition: -o-transform 1s, opacity 500ms;
    transition: transform 1s, opacity 500ms;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0; 
}

.go .in-right {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
  opacity: 1; 
}

.in-top {
    -webkit-transition: -webkit-transform 1s, opacity 500ms;
    -moz-transition: -moz-transform 1s, opacity 500ms;
    -o-transition: -o-transform 1s, opacity 500ms;
    transition: transform 1s, opacity 500ms;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0
}

.bounce-in-top {
    -webkit-transition: -webkit-transform .5s, opacity .5s;
    -moz-transition: -moz-transform .5s, opacity .5s;
    -o-transition: -o-transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity: 0
}

.go .in-top {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
    opacity: 1
}

.go .bounce-in-top {
    -webkit-animation: bounce 1s;
    animation: bounce 1s;
    position: relative;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.in-bottom {
    -webkit-transition: -webkit-transform .5s, opacity .5s;
    -moz-transition: -moz-transform .5s, opacity .5s;
    -o-transition: -o-transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0
}

.go .in-bottom {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    opacity: 1
}

.fade-in {
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.fade-out {
    -webkit-transition: opacity .8s;
    -moz-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1
}

.go .fade-in {
    opacity: 1
}

.go .fade-in:nth-child(1) {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.go .fade-in:nth-child(2) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.go .fade-in:nth-child(3) {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.go .fade-in:nth-child(4) {
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.go .fade-out {
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
    opacity: 0
}

.grow {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.grow:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02)
}

.basic_link,
.grow_shadow,
.standard_button,
input[type=submit], 
.button_std, 
.nav_wrapper .navbar-default ul li a, 
.nav_wrapper .navbar-collapse ul.mobile-nav li.dropdown > a:after, 
.navbar ul.navbar-nav li.dropdown > a.nav-link:after {
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
    position: relative
}

.grow_shadow::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    opacity: 0;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1)
}

.grow_shadow:hover::after {
    opacity: 1
}

@media (max-width:1440px) {
    .half-layout.header-image-half .half-content-left .half-text-content-left,
    .half-layout.header-image-half .half-content-right .half-text-content-right {
        width: 80%;
    }
}

@media (max-width:1412px) {
    .three-quarter-layout .quarter {
        width: 50%;
    }
}

@media (max-width: 1380px) {
    header .header-container {
        padding-left: 0 !important;
    }
}

@media (min-width:1200px) {
    .home_slider .background {
        height: 750px
    }
    .top_banner .background {
        height: 550px
    }
    .team-display .team-row article .card-dropdown {
        width: calc(410% + 60px)!important;
    }
    .team-display .team-row article:nth-child(3n + 2) .card-dropdown {
        margin-left: calc(0% - 0px);
    }
    .team-display .team-row article:nth-child(4n + 2) .card-dropdown {
        margin-left: calc(-100% - 30px);
    }
    .team-display .team-row article:nth-child(4n + 3) .card-dropdown {
        margin-left: calc(-200% - 60px);
    }
    .team-display .team-row article:nth-child(4n + 4) .card-dropdown {
        margin-left: calc(-300% - 90px);
    }
}

@media (max-width:1199px) { 
    #main-container header .container {
        width:100%;
    }
    .nav_wrapper .navbar-default ul li {
        margin: 0 10px;
    }
    .top_banner .page-title {
        width: 100%;
        font-size: 35px;
    }
    .wpcf7-form-control-wrap span.wpcf7-list-item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    .icon-row .icon {
        flex: 0 1 calc(23% - 8px);
        padding-left: 15px;
        padding-right: 15px;
    }
    .icon-row.items-5 .icon {
        flex: 0 1 calc(50% - 8px);
    }
    .icon-row .icon p.icon-text {
        font-size: 32px;
    }
    .icon-row .icon p.p-large-red {
        font-size: 21px;
        margin-bottom: 15px!important;
    }
    .icon-row .icon p {
        font-size: 14px;
    }
    .team-display .team-row article {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .team-display .team-row article .card-dropdown {
        width: calc(300% + 60px);
    }
    .team-display .team-row article:nth-child(3n + 2) .card-dropdown {
        margin-left: calc(-100% - 30px);
    }
    .team-display .team-row article:nth-child(3n + 3) .card-dropdown {
        margin-left: calc(-200% - 60px);
    }
    .three-quarter-layout .left_align .quarter-content {
        left: 54px;
    }
    .three-quarter-layout .right_align .quarter-content {
        right: 54px;
    }
    .three-quarter-layout .left_align.content .three-quarter-content {
        margin-right: 98px;
    }
    .three-quarter-layout .right_align.content .three-quarter-content {
        margin-left: 98px;
    }
    .three-quarter-layout .quarter .quarter-content {
        width: 65%;
    }
    .three-quarter-layout .button_row {
        width: 100%;
    }
    .three-quarter-layout .button_row a {
        margin-bottom: 10px;
    }
    .wpcf7-form-control-wrap span.wpcf7-list-item {
        margin-right: 0;
    }
    .video-overlay-play-button {
        height: 71%;
    }
    .footer-section .footer-column-left a,
    .footer-section .footer-column-left p strong {
        color: #000!important
    }
    .footer-section .bx-viewport .footer-logo-row-slider li {
        margin-right: 30px!important;
    }
}

@media (min-width:1025px) {
    .slider-layout .background-image {
        padding: 275px
    }
}

@media (min-width:1024px) {
    .half-small-content {
        width: 415px
    }
}

@media (max-width:1024px) {
    .nav_wrapper {
        margin: 0
    }
    .nav_wrapper .navbar-default ul#menu-main-menu li a, 
    .navbar .navbar-collapse .nav-tel, 
    .nav_wrapper .navbar-collapse .nav-right .nav-enquire {
        font-size: 14px;
    }
    .nav_wrapper .navbar-default ul#menu-main-menu li .dropdown-menu a {
        padding-left: 5px;
        padding-bottom: 7px;
        padding-top: 7px;
        font-size: 11px
    }
    .navbar ul.navbar-nav li ul li.sub-menu-columns ul {
        height: 211px;
        width: 145px;
        min-width: unset;
    }
    .navbar ul.navbar-nav li.column-menu ul li.sub-menu-columns ul li {
        width: 145px;
    }
    .nav_wrapper .navbar-header a {
        font-size: 12px
    }
    .navbar-header .basket-icon {
        width: 20px
    }
    .navbar .navbar-collapse ul#menu-main-menu .book-nav {
        padding: 4px 10px;
        margin-top: -5px
    }
    .navbar-header .search-icon {
        width: 12px
    }
    .nav_wrapper .navbar-default ul#menu-main-menu li.open a {
        background-color: transparent
    }
    .navbar ul.navbar-nav .dropdown-menu a {
        padding-left: 5px
    }
    .nav_wrapper .navbar-default ul#menu-main-menu li .dropdown-menu a {
        font-size: 13px;
    }
    .button_row {
        width: 100%
    }
    .card-layout .col-md-3:nth-child(3),
    .card-layout .col-md-3:nth-child(4) {
        margin-bottom: 0!important
    }
    .home .footer-section {
        margin-top: 0
    }
    .icon-row .icon p {
        margin-bottom: 0!important;
    }
    .half-map-half-content p,
    .half-map-half-content p strong {
        color: #000!important
    }
    .content-layout form {
        width: 90%
    }    
    .content-layout h4 {
        line-height: unset;
        padding: 0 15px
    }
    .filter .filter-row a, 
    .filter-row.cat-dropdown a {
        font-size: 19px;
    }    
    form .contact_form .col-sm-12 {
        display: flex;
        justify-content: end;
        align-items: center;
        margin-bottom: 10px;
    }
    form .contact_form, .contact-form h2 {
        width: 75%;
    }
    form .contact_form input[type="checkbox"] {
        top: 0;
    }
    .footer-section .col-md-3 {
        display: none
    }
}

@media(max-width: 1024px) and (min-width: 992px) {
    
}

@media (max-width:1024px) and (min-width:769px) {
    .card-layout .card {
        padding: 10px
    }
    .card-layout .card .card-title {
        min-height: 90px
    }
    .card-layout .card .description {
        min-height: 120px
    }
    .instagram-footer .social_item img {
        width: 120px
    }
    .product-quantity .select-css {
        width: 100px;
        margin: 0 5px!important
    }
    .cart-template table.cart th {
        text-align: center
    }
    .cart-template table.cart tbody tr td.product-name {
        padding-left: 5px
    }
    .footer-section .col-md-4,
    .footer-section .footer-left {
        width: 50%!important
    }
}

@media (max-width:1023px) and (min-width:768px) {
    .news-sidebar .share-row {
        text-align: center;
        display: block!important
    }
    .news-sidebar .share-row a {
        margin: 0 30px
    }
}

@media (min-width:992px) {
    .home_slider .background,
    .top_banner .background {
        min-height: 600px
    }
    .content-layout .in-left.slim {
        width: 61%;
        margin: 0 auto
    }
}

@media(max-width:991px) {
    header .nav_wrapper {
        margin-left: 0!important;
    }
    .nav_wrapper .navbar-collapse .nav-right .nav-enquire {
        padding: 10px 15px;
        width: 115px;
    }
    .nav_wrapper .navbar-collapse .nav-right .nav-enquire .arrow {
        width: 25px;
    }
    .nav_wrapper .navbar-default ul li {
        margin: 0 5px;
    }
    .subtitle,
    .subtitle p {
        font-size: 27px
    }
    .half-layout.header-image-half .half-content-left .half-text-content-left,
    .half-layout.header-image-half .half-content-right .half-text-content-right {
        width: 79%;
    }
    .content-layout h1,
    .content-layout p {
        margin-right: 20px;
        margin-left: 20px
    }
    .icon-row .icon {
        flex: 0 1 calc(50% - 8px);
        margin-bottom: 15px;
    }
    .icon-row.items-2 .icon {
        margin: 0 0 15px;
    }
    .video-overlay-play-button {
        height: 61%;
    }
    .newsletter-signup form input.wpcf7-email {
        width: 250px;
    }
    .newsletter-signup form input.wpcf7-submit {
        width: 90px;
    }
}

@media (max-width: 887px) {
    .three-quarter-layout .quarter {
        width: 75%;
    }
    .three-quarter-layout .quarter .quarter-content, 
    .three-quarter-layout .button_row {
        width: 75%;
    }
}

@media (min-width:768px) {
     #main-container .bx-wrapper {
        margin: 0 auto;
        margin-bottom: 30px
    }
    header .logo_wrapper img.grasshopper {
        width: 85px;
        position: relative;
        top: 12px;
    }
    header .logo_wrapper img.logo-text {
        width: 190px;
    }
    header .logo_wrapper .logo-text-bottom {
        font-size: 12px;
    }
    header .logo_wrapper img, 
    header .col-xs-4, 
    header .col-xs-8, 
    header .nav_wrapper, 
    .navbar ul.navbar-nav .dropdown-menu {        
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }
    header.scrolled .logo_wrapper img.grasshopper {
        width: 68px;
    }
    header.scrolled .logo-text-bottom {
        display: none;
    }
    header.scrolled .logo_wrapper img.logo-text {
        width: 190px;
    }
    header.scrolled .col-xs-4 {
        padding-bottom: 0;
        padding-top: 0;
    }
    header.scrolled .nav_wrapper {
        height: 110px;
    }
    header .nav_wrapper {
        margin-top: 0!important;
    }
    header .nav_wrapper {
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        padding: 0;
        margin-left: 25px;
        height: 130px;
    }
    header.scrolled .navbar ul.navbar-nav .dropdown-menu {
        margin-top: 0;
    }
    .home_slider .background {
        min-height: 750px
    }
    .top_banner .background {
        min-height: 550px
    }
}

@media (max-width:768px) {
    header .logo_wrapper img.grasshopper {
        width: 65px;
    }
    header .logo_wrapper img.logo-text {
        width: 200px;
    }
    header .nav_wrapper {
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        padding: 0;
        margin-left: 25px;
        height: 128px;
    }
    #main-container.top-margin {
        margin-top: 119px
    }
    .nav_wrapper .navbar-default ul#menu-main-menu li a {
        font-size: 13px;
        padding: 15px 10px;
    }
    .nav_wrapper .navbar-header a {
        font-size: 9px
    }
    .navbar-default .navbar-toggle {
        margin-top: 0
    }
    .nav_wrapper .navbar-default .navbar-toggle span.icon-bar {
        border-color: #000;
        background-color: #000!important;
        width: 30px;
        height: 3px
    }
    .nav_wrapper .navbar-collapse .nav-right .nav-enquire {
        padding: 10px;
        width: unset;
    }
    .navbar .navbar-collapse .nav-tel {
        margin-right: 12px;
    }
    .nav_wrapper .navbar-collapse .nav-right .nav-enquire .arrow {
        width: 20px;
        display: none;
    }
    .breadcrumb {
        padding-left: 15px !important;
    }
    .navbar-header .search-form input,
    .search-page input.search-field {
        padding: 1px 5px;
        font-size: 12px;
        width: 160px
    }
    .page-title {
        font-size: 48px
    }
    .subtitle,
    .subtitle p {
        font-size: 24px
    }
    #main-container .p-1 {
        font-size: 27px;
        line-height: unset
    }
    #main-container .p-2 {
        font-size: 23px;
        line-height: unset
    }
    #main-container .p-3 {
        line-height: 30px
    }
    .half-layout.header-image-half .button_row .arrow_text_link_white, 
    .half-layout.header-image-half .button_row .arrow_text_link {
        font-size: 34px;
    }
    .three-quarter-layout .quarter .quarter-content, 
    .three-quarter-layout .quarter .button_row {
        width: 75%
    }
    .three-quarter-layout {
        position: relative;
        bottom: 40px;
    }
    .three-quarter-layout .container {
        display: block;
    }
    .three-quarter-layout .quarter {
        padding: 0 25px;
        position: relative;
        top: 100px;
    }
    .three-quarter-layout .quarter .sourcesans-subtitle {
        font-size: 32px;
    }
    .three-quarter-layout .right_align.image, 
    .three-quarter-layout .left_align.image {
        height: 250px;
    }
    .three-quarter-layout .left_align.image .quarter-content, 
    .three-quarter-layout .right_align.image .quarter-content {
        left: 0;
        width: 100%!important;
        margin: 0;
        height: 250px;
    }
    .three-quarter-layout .quarter.content .quarter-content {
        left: 0;
        width: 100%!important;
    }
    .three-quarter-layout .left_align.content .three-quarter-content {
        margin-right: 0;
    }
    .three-quarter-layout .right_align.content .three-quarter-content, 
    .three-quarter-layout .left_align.content .three-quarter-content {
        margin-left: 0;
        width: 100%;
        padding: 25px;
        margin-top: 80px;
    }
    .three-quarter-layout .quarter {
        width: 100%;
        border-radius: 0 !important
    }
    .three-quarter-layout .quarter .quarter-content, 
    .three-quarter-layout .button_row {
        width: 100%;
    }
    .three-quarter-layout .button_row {
        margin-top: 20px;
    }
    .three-quarter-layout.map-content .quarter {
        height: unset;
        width: 100%!important;
        left: 0;
        margin: 0;
        padding: 15px 0;
    }
    .three-quarter-layout.map-content .three-quarter {
        height: 400px;
    }
    .content-layout h1 {
        font-size: 27px!important;
        line-height: 36px!important
    }
    .lg_font {
        font-size: 18px
    }
    .home_slider .background,
    .top_banner .background {
        height: 450px
    }
    .bx-wrapper .bx-controls .bx-pager {
        width: unset;
        padding: 0 15px
    }
    .top_banner .button_wrapper {
        display: flex;
        justify-content: center;
        align-items: center
    }
    .top_banner .button_wrapper li a {
        font-size: 20px;
        width: 225px;
        padding: 12px 0px
    }
    .card-layout {
        padding-bottom: 0!important
    }
    .cards-slider-container .bx-wrapper {
        padding: 0 15px
    }
    .cards-slider .card .card-title {
        font-size: 23px;
        margin-top: 10px;
        margin-bottom: 5px;
        min-height: unset
    }
    .cards-slider .card .card-icon {
        margin: 0 auto;
        width: 40px
    }
    .cards-slider .card .description p {
        font-size: 16px
    }
    .cards-slider-container .bx-wrapper {
        background: 0 0;
        border: none;
        box-shadow: none;
        margin: 0 auto
    }
    .modal.moduleModal .modal-dialog {
        width: 630px
    }
    .half-layout .left-half, 
    .half-layout .right-half {
        padding-left: 0;
        padding-right: 0
    }
    .half-content-left,
    .half-content-right {
        padding: 0px 5px;
        width: 100%
    }
    .half-layout.header-image-half .half-content-left .half-text-content-left,
    .half-layout.header-image-half .half-content-right .half-text-content-right {
        width: 80%;
        padding: 0 15px;
    }
    .half-layout h1, 
    .half-layout h2 {
        margin: 15px 0;
    }
    .half-layout p {
        margin: 15px 0;
    }
    .filter .filter-row a, 
    .filter-row.cat-dropdown a {
        margin: 0 7px;
    }
    .footer-section .footer-left .col-lg-4 {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 25px;
    }
    .footer-section .footer-left .col-lg-4 .footer-ul-title {
        margin-bottom: 10px!important
    }
    .footer-section .footer-left .col-lg-4:last-of-type {
        margin-bottom: 0
    }
    .newsletter-signup form input.wpcf7-email {
        width: 250px;
    }
    .newsletter-signup form input.wpcf7-submit {
        width: 90px;
    }
}

@media(min-width:768px) {
    .button_row a {
        margin-right: 10px
    }
}

@media (max-width:767px) {
    #main-container.top-margin {
        margin-top: 100px
    }
    header .col-sm-12 .nav_wrapper {
        height: 70px;
    }
    header .header-container {
        width: 100%;
    }
    header .col-xs-4 {
        padding-left: 15px;
    }
    #main-container header .container {
        width: 100%;
        margin: 0
    }
    .nav_wrapper .hidden-lg .navbar-collapse {
        width: 100%;
    }
    #main-container h1, 
    #main-container h2, 
    #main-container h3, 
    #main-container h4, 
    #main-container h5, 
    #main-container h6 {
        line-height: 1.3em;
    }
    h1.heading-medium-black, 
    h2.heading-medium-black, 
    h3.heading-medium-black, 
    h4.heading-medium-black, 
    h5.heading-medium-black, 
    h6.heading-medium-black {
        font-size: 26px;
    }
    h1.heading-large-black, 
    h2.heading-large-black, 
    h3.heading-large-black, 
    h4.heading-large-black, 
    h5.heading-large-black, 
    h6.heading-large-black, 
    #main-container h2, 
    #main-container h2 {
        font-size: 34px;
    }
    h1.heading-medium-grey, 
    h2.heading-medium-grey, 
    h3.heading-medium-grey, 
    h4.heading-medium-grey, 
    h5.heading-medium-grey, 
    h6.heading-medium-grey {
        font-size: 26px;
    }
    h1.heading-large-grey, 
    h2.heading-large-grey, 
    h3.heading-large-grey, 
    h4.heading-large-grey, 
    h5.heading-large-grey, 
    h6.heading-large-grey {
        font-size: 34px;
    }
    h1.heading-medium-red, 
    h2.heading-medium-red, 
    h3.heading-medium-red, 
    h4.heading-medium-red, 
    h5.heading-medium-red, 
    h6.heading-medium-red {
        font-size: 26px;
    }
    h1.heading-large-red, 
    h2.heading-large-red, 
    h3.heading-large-red, 
    h4.heading-large-red, 
    h5.heading-large-red, 
    h6.heading-large-red {
        font-size: 34px;
    }
    .arrow_text_link, 
    .arrow_text_link_white {
        font-size: 24px;
        line-height: 1.3em;
    }
    .lg_button_std_arrow {
        width: 155px;
    }
    .lg_button_std_arrow:after {
        top: 0px;
        right: 28px;
    }
    .half-layout.header-image-half {
        margin-bottom: 0!important;
    }
    .half-layout.header-image-half .left-half, 
    .half-layout.header-image-half .right-half {
        clip-path: none;
        transform: none!important;
        min-height: 250px;
        margin-top: 0;
        margin-bottom: 0
    }
    .half-layout.header-image-half .half-content-left, 
    .half-layout.header-image-half .half-content-right {
        height: unset
    }
    .half-layout.header-image-half .half-content-left .half-text-content-left,
    .half-layout.header-image-half .half-content-right .half-text-content-right {
        width: 100%;
        height: unset
    }
    .half-layout.header-image-half .button_row {
        left: 30px;
        bottom: unset;
        top: 0
    }
    .right-half {
        margin-left: 0
    }
    .three-quarter-layout {
        display: block;
        bottom: 0;
    }
    .three-quarter-layout .quarter {
        padding: 0;
        top: 0;
    }
    .three-quarter-layout .right_align.content .three-quarter-content, 
    .three-quarter-layout .left_align.content .three-quarter-content {
        margin-top: 0;
        padding: 15px 25px;
    }
    .three-quarter-layout .quarter.content .quarter-content {
        margin: 15px 0 0;
    }
    .content-layout form, 
    .modal.moduleModal form {
        padding: 20px !important;
        margin: 15px auto !important
    }
    .flex-icons {
        padding-right: 15px;
        padding-left: 15px
    }
    .flex-icons.icon-row-text {
        padding-left: 0;
        padding-right: 0
    }
    .flex-icons.icon-row-text .icon-row {
        padding-left: 0;
        padding-right: 0
    }
    .icon-row.items-5 .icon {
        flex: 0 1 calc(100% - 0px);
    }
    .half-content-layout .left,
    .half-content-layout .right {
        width: 100%
    }
    .page-title {
        font-size: 38px
    }
    .top_banner .page-title {
        width: 100%; 
        font-size: 38px;
    }
    .breadcrumb, 
    .breadcrumb-layout {
        display: none
    }
    .icon-row .icon {
        flex: 0 1 calc(100% - 0px);
    }
    .flex-image .img {
        background-size: contain;
        height: 250px
    }    
    .news_loop .card .card-title {
        min-height: 54px
    }
    .gallery-loop .gallery-post .gallery-img {
        height: 200px;
    }
    .team-display .team-row article {
        flex: 100%;
        max-width: 100%;
    }
    .team-display .team-row article .card-dropdown {
        width: 100%;
        margin-left: 0!important;
        padding: 20px;
    }
    .team-display .team-row article .card-dropdown .col-lg-3, 
    .team-display .team-row article .card-dropdown .col-lg-9 {
        padding-left: 0;
        padding-right: 0
    } 
    .cards-slider-container .bx-viewport {
        height: 455px!important;
    }
    .cards-slider-container .cards-slider .card .testimonial-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .video-overlay-play-button {
        height: 31%;
        padding: 10px calc(50% - 25px);
    }
    .team-preview-row .col-sm-6 {
        padding-left: 0;
        padding-right: 0
    }
    .loop-display.resources-display .loop-row, 
    .loop-display.case-studies-display .loop-row {
        margin-top: 30px
    }
    .loop-display.resources-display .loop-row .col-lg-3, 
    .loop-display.case-studies-display .loop-row .col-lg-3 {
        padding-left: 0;
        padding-right: 0
    }
    .loop-display.resources-display .loop-row .card .card-title, 
    .loop-display.case-studies-display .loop-row .card .card-title, 
    .loop-display.resources-display .loop-row .card .resource-content p, 
    .loop-display.case-studies-display .loop-row .card .resource-content p {
        min-height: unset;
    }
    form .contact_form, .contact-form h2 {
        width: 95%;
    }
    .footer-content-container {
        display: block
    }
    .footer-bottom p {
        text-align: center;
        font-size: 16px;
        padding: 0 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .footer-section .footer-left {
        border-right: 0
    }
    .footer-section .footer-right {
        border-left: 0;
        border-top: 0;
        border-bottom: 0;
    }
    .footer-section .col-sm-4>p {
        font-size: 14px
    }
    .footer-section .bx-wrapper .bx-controls-direction a {
        z-index: 999
    }
    .footer-section .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -15px;
    }
    .footer-section .bx-wrapper .bx-controls-direction a.bx-next {
        right: -15px;
    }
    .footer-section .bx-viewport .footer-logo-row-slider li {
        margin-right: 80px!important;
        width: 120px!important;
    }
    .footer-section .bx-viewport .footer-logo-row-slider li img {
        width: 100px!important;
        max-width: unset!important;
    }
    .newsletter-signup form {
        margin-bottom: 25px
    }
    .newsletter-signup form input.wpcf7-email {
        width: 256px;
    }
    .newsletter-signup form input.wpcf7-submit {
        width: 85px;
    }
}

@media(max-width:450px) {
    .filter .filter-row a, 
    .filter-row.cat-dropdown a {
        margin: 0px;
        padding: 5px 10px;
        font-size: 15px;
    }
    .button_std {
        font-size: 14px
    }
    .button_std.lg_button_std_arrow_down {
        font-size: 21px;
    }
    .instagram-footer {
        width: 100%
    }
    .instagram-footer .social_item img {
        width: 100px
    }
    .top_banner .page-title {
        font-size: 23px;
    }
    .top_banner .background .content_area {
        width: 100%;
    }
    .top_banner .button_wrapper li a {
        font-size: 18px;
        padding: 12px 0;
        width: 175px
    }
    .three-quarter-layout .quarter .quarter-content, 
    .three-quarter-layout .quarter .button_row {
        padding: 0 15px;
        width: 100%
    }
    .three-quarter-layout .quarter h1.subtitle, 
    .three-quarter-layout .quarter h2.subtitle {
        font-size: 34px;
    }
    .three-quarter-layout .bx-wrapper {
        height: 450px
    }
    .three-quarter-layout .bx-wrapper .bx-viewport {
        height: 450px!important
    }
    .three-quarter-layout .bx-viewport .slider-layout .background-image {
        height: 450px
    }
    .card-layout .card {
        height: 245px
    }
    .cards-slider .card .card-title {
        min-height: 64px
    }
    .card-layout .card .description {
        min-height: unset
    }
    .card-layout .card .description p {
        display: none
    }
    .gallery-loop .item {
        width: 100%
    }
    .gallery-loop .item.short {
        height: 420px
    }
    .gallery-loop .item.tall {
        height: 255px
    }
    .half_big_small {
        display: unset;
        float: left
    }
    .half_big_small .left-big-side {
        margin: 0 15px 15px
    }
    .half-big-content {
        min-height: 530px
    }
    .cards-slider-container .cards-slider .card .card-bottom {
        width: 100%;
        padding: 0 15px;
    }
    .loop-display .filter {
        padding: 5px 0 !important;
    }
    .three-quarter-layout .button_row a {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center
    }
    .filter .filter-row a, 
    .filter-row.cat-dropdown a {
        width: 110px;
        display: inline-block;
        font-size: 21px;
        margin-right: 15px;
        margin-bottom: 15px
    }
    .footer-section .bx-viewport .footer-logo-row-slider li, 
    .footer-section .bx-viewport .footer-logo-row-mobile li {
        width: 100px!important;
        padding: 10px;
    }
}

@media (max-width: 375px) {
    .top_banner .button_wrapper {
        margin-top: 20px !important;
        flex-direction: column;
    }
    .top_banner .button_wrapper li {
        margin: 10px 0 0;
    }
    .filter .filter-row a, 
    .filter-row.cat-dropdown a {
        font-size: 14px;
        display: inline-block;
        margin: 5px 0 0;
    }
    .loop-display .filter {
        padding: 5px 0 !important;
    }
    .newsletter-signup form input.wpcf7-email {
        width: 190px;
    }
    .newsletter-signup form input.wpcf7-submit {
        width: 80px;
    }
}

@media (max-width:330px) {
    .video-overlay-play-button {
        height: 41%;
    }
    .button_std {
        padding: 10px
    }
    .icon-row {
        padding-right: 0;
        padding-left: 0
    }
}