/*
Theme Name:     IA 2025
Theme URI:      https://influenceemobility.com
Description:    Custom theme by the Mighty Ant
Author:         The Mighty Ant
Author URI:     https://themightyant.com
Version:        1.1.4

===========================
BRAND COLOURS:

#0B4D6D		Dark Blue  // #0B4D6D, #193B70, #1A2B42
#2AC5E8		Turquoise
#E9F9FD     Pale Turqoise
#86868B		Grey (standfirst)
#707070     Dark Grey (footer)
#FFFFFF		White
#000000     Black

Gradient
#1FD4EE     0%
#2CE5CF     20%
#2AC5E8     80%
#106A77     100%

===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 General CSS
04 Content blocks CSS
05 Page Template CSS
06 Media queries 

===========================

/* ---------------------------------------------------------------------------------------------------------- 
------------------------------------------- 01 SENSIBLE DEFAULTS --------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* Starkers CSS Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,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{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}
audio,canvas,video{display:inline;zoom:1}
html{font-size:100%;box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
*, *:before, *:after {box-sizing:inherit;}
body{margin:0}
a{color:blue}
li{list-style:none}
b,strong{font-weight:700}
i,em,dfn{font-style:italic}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
small{font-size:85%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}
label{cursor:pointer}
input,select,textarea{font-size:100%;vertical-align:middle;margin:0}
button,input{line-height:normal;overflow:visible}
button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}
input[type=checkbox],input[type=radio]{box-sizing:border-box}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top;resize:vertical}
table{border-collapse:collapse;border-spacing:0}
td{vertical-align:top}

div,article,section,header,footer,nav,li { position:relative; }
.group:after 		{ display:block; height:0; clear:both; content:""; visibility:hidden; font-size: 0; }
::-moz-selection 	{ background:#2AC5E8; color:#fff; }
::selection 		{ background:#2AC5E8; color:#fff; }

/* Wordpress defaults - previously img.alignright etc. */
.alignright { float: right; margin: 0 0 15px 15px; max-width: 50%; height: auto; }
.alignleft { float: left; margin: 0 15px 15px 0; max-width: 50%; height: auto; }
.aligncenter { display: block; margin: 0 auto; max-width: 100%; height: auto; }  
.alignnone { margin: 10px 0; max-width: 100%; height: auto; }
.wp-caption-text { margin-bottom: 0; font-size: 14px; display: inline-block; }

/* Useful Classes */
.sprite { /*background-image: url('images/sprite.png');*/ background-repeat: no-repeat; text-indent: -9999px; display: inline-block; position: relative; }
.responsive { width: 100%; }
.mobile { display: block; }
.desktop, .desktop-md, .desktop-lg, .desktop-xl { display: none; }
.display-none { display: none }
.centered { margin: 0 auto; text-align: center; }
.v-align { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.v-align::before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.35em; }
.v-align span { display: inline-block; text-align: center; width: auto; padding: 10px; vertical-align: middle; }
.flex-direction-nav li { position: inherit; }
.js-button, .js-button:hover, .js-button:active, .js-button:focus { outline: none; }
.print { display: none; }
.layout { background-color: hsla(0, 50%, 50%, 0.5); }

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

/* Classes */
.no-last-padding > :last-child {
    margin-bottom: 0;
}
.button,
.button:link,
.button:visited {
    background-color: #2AC5E8;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 10px 15px;
    font-weight: 500;
    letter-spacing: 0.03em;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    min-width: 160px;
    font-size: 14px;
    transition: all 250ms;
    position: relative;
}
.button:hover,
.button:active,
.button:focus {
    background-color: #1A2B42;
    color: #fff;
}
.button-arrow,
.button-arrow:link,
.button-arrow:visited {
    text-align: left;
    min-width: 205px;
    padding-left: 65px;
}
.button-arrow:hover,
.button-arrow:active,
.button-arrow:focus {
    /*padding-left: 75px;*/
}

.button-arrow:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 35px;
    height: 10px;
    transform: translateY(-6px);
    background: url("images/button-arrow.svg") 0 0 no-repeat;
}

/* Alt button
*/
.button-alt, 
.button-alt:link, 
.button-alt:visited {
    background: #2AC5E8;
    color: #fff;
    text-transform: none;
    border-width: 0;
    text-align: center;
}
.button-alt:hover,
.button-alt:active,
.button-alt:focus {
    background-color: #2AC5E8;
    color: #fff;
}

/* Fixed button */
body .fixed-button.button {
    position: fixed;
    bottom: 50px;
    z-index: 200;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
    padding: 11px 25px 10px;
    border-radius: 31px;
    box-shadow: 0 0 15px #0004;
}

/* Layout  */
.margin-0 {
    margin-bottom: 0
}

/* Animation and filters */
.animate-all, .menu-item a { 
    -webkit-transition: all 250ms; 
            transition: all 250ms; 
}
.animate-all-slow { 
    -webkit-transition: all 500ms; 
            transition: all 500ms; 
}

.no-touchevents .img-link:hover img,
.img-link:focus img, 
.img-link:active img {
    -webkit-filter: saturate(110%) contrast(110%) brightness(105%);
            filter: saturate(110%) contrast(110%) brightness(105%);  
}

.animated-line {
    width: 100%;
    height: 1px;
    background: #1A2B42;
}


/* ---------------------------------------------------------------------------------------------------------- 
---------------------------------------------- 02 TYPOGRAPHY ------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* FONTS
font-family: 'itc-avant-garde-gothic-pro', sans-serif; //  500
font-family: 'neue-haas-grotesk-display', sans-serif; // 500, 500i, 600, 700
*/

body, input, textarea, select { 
	font-family: 'neue-haas-grotesk-display', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
    color: #000000;
}

h1, 
h2, .h2 { 
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    font-size: 25px;
    line-height: 1.28;
    font-weight: 500;
    color: #1A2B42;
    margin-bottom: 22px;
    text-wrap: balance;
}
h1 .highlighted, 
h2 .highlighted {
    color: #86868B;
}
h3, .h3 {
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.28;
    color: #1A2B42;
    margin-bottom: 22px;
    text-wrap: balance;
}
h4, .h4 {
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5; /* 1.28 */
    margin-bottom: 22px;
    text-wrap: balance;
}
h5, .h5 {
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 22px;
    color: #86868B;
    text-wrap: balance;
}
h6, .h6 {
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-size: 16px;
    line-height: 1.575;
    font-weight: 500;
    margin-bottom: 22px;
}

p { 
	margin-bottom: 22px; 
    letter-spacing: 0.03em;
}

.no-break {
    display: inline-block;
}

.turquoise {
    color: #2AC5E8;
}
.grey {
    color: #86868B;
}
.black {
    color: #000000;
}
.white {
    color: #ffffff;
}

a, a:link, a:visited {
	color: #2AC5E8;
}
a:hover, a:active, a:focus {
	color: #1A2B42; 
}
a[href^="tel"] {
	text-decoration: none;
}

ul { padding-left: 17px; margin-bottom: 24px; }
ol { padding-left: 22px; margin-bottom: 24px; }
ul li { list-style-type: disc; }
ol li { list-style-type: decimal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
    /* Fix iOS */
    text-rendering: optimizeLegibility;
}

.text-align-center {
    text-align: center;
}

/* ---------------------------------------------------------------------------------------------------------- 
---------------------------------------------- 03 GENERAL CSS -----------------------------------------------
---------------------------------------------------------------------------------------------------------- */

body .container {
    max-width: 1490px; /* 1370px + padding */
}
body .container-narrow {
    max-width: 1210px; /* 1090px + padding */
}
body .container-wide {
    max-width: 1760px;  /* 1640px + padding */
}


/* Site header */
.site-header {
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
}
.menu-bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
.logo {
    margin: 15px 0 15px 0;
}
.logo, .logo a {
    width: 139px;
    height: 54px;
    display: inline-block;
}
.logo a { 
    background: url("images/influence-associates-logo.svg") 0 0 no-repeat;
    background-size: 100%;
}
.ie-footer-logo a { 
    background: url("images/influence-emobility-logo.svg") 0 0 no-repeat;
}
.it-footer-logo a { 
    background: url("images/influence-tech-logo.svg") 0 0 no-repeat;
}

/* main menu */
.desktop-menu {
    display: none;
}

.header-contact-button,
.header-contact-button:link,
.header-contact-button:visited {
    display: none;
}


/* Mobile menu */
.mobile-menu-nav {
    color: #fff;
    width: 100%;
    max-width: 320px;
    position: fixed;
    top: 0;
    /*left: 0;*/
    right: 0;
    background-color: #1A2B42;
    transform: translateY(-100%);
    transition: transform 650ms;
    z-index: 90;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
}
.menu-open .mobile-menu-nav {
	transform: translateY(0);
}
.mobile-menu-box {
    max-height: 100vh;
    width: 100%;
    display: block;
    overflow: auto;
    padding: 115px 50px 15px;
}
.mobile-menu-nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.mobile-menu-nav li {
    list-style-type: none;
    margin: 16px 0;
}
.mobile-menu-nav li a {
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
.mobile-menu-nav li a:hover,
.mobile-menu-nav li a:focus,
.mobile-menu-nav li a:active {
    color: #2AC5E8;
}
.mobile-menu-address a {
    color: #fff;
}
.mobile-menu-address a:hover {
    color: #2AC5E8;
}
.mobile-menu-contact-button {
    margin: 8px 0 30px;
    width: 100%;
}
.mobile-menu-contact-button:link,
.mobile-menu-contact-button:visited {
    border: 2px solid #2AC5E8;
}
.mobile-menu-contact-button:hover,
.mobile-menu-contact-button:focus {
    color: #2AC5E8;
}



/* ----------------------------------------------- FOOTER ------------------------------------------------ */

/* Contact Footer */
.contact-footer {
    background-color: #1A2B42;
    color: #fff;
    padding: 50px 0 35px;
    margin-top: 0px;
}
.contact-footer-heading {
    color: #fff;
    margin-bottom: 50px;
}
.contact-footer-col-1 {
    margin-bottom: 25px;
}
.contact-footer-col-2 {
    margin-bottom: 25px;
}
.contact-footer a,
.contact-footer a:link,
.contact-footer a:visited {
    color: #fff;
    text-decoration: none;
}
.contact-footer a:hover,
.contact-footer a:focus {
    color: #2AC5E8;
}

/* Footer Social menu */
.social-heading {
    margin-bottom: 20px;
}
.social-menu {
    margin: 20px 0 22px;
    padding: 0;
    max-width: 350px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.social-menu li {
    list-style-type: none;
    display: inline-block;
    margin-right: 12px;
}
.social-menu a {
    color: #1A2B42;
    background: #fff;
    border-radius: 50%;
    text-decoration: none;
    text-indent: -9999px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-menu a::after {
    position: relative;
    top: 0;
    left: 0;
    font-size: 22px;
    line-height: 49px;
    width: 48px;
    height: 48px;
    text-align: center;
    color: #1A2B42;
	font-family: "Font Awesome 5 Brands";
	text-indent: 0;
}
.social-youtube a::after {
    content: "\f167";
}
.social-instagram a::after {
    content: "\f16d";
}
.social-pinterest a::after {
    content: "\f231";
}
.social-twitter a::after {
    content: "\f099";
}
.social-facebook a::after {
    content: "\f39e";
}
.social-linkedin a::after {
    content: "\f08c";
}
.social-phone a::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f095";
}
.social-menu a:hover, 
.social-menu a:active, 
.social-menu a:focus  {
    color: #fff;
    background: #2AC5E8;
}

/* Map */
.map-container {
    margin: 50px auto 0;
    text-align: center;
}
.map {
    /* filter: grayscale(0.75); */
    display: flex;
    max-width: 1364px;
    margin: 0 auto;
}

/* Site Footer */
.site-footer {
    color: #707070;
    background: #fff;
    font-size: 14px;
    margin-top: 50px;
    margin-bottom: 90px;
}

/* Influence brands */
.footer-brand-heading {
    color: #000;
    font-size: 20px;
    margin-bottom: 18px;
}
.ia-brands {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: #000;
}
.ia-brands > div:not(:last-child) {
    margin-right: 30px;
}
.footer-logo, 
.footer-logo a {
    width: 160px;
    height: 60px;
}
.footer-logo {
    margin: 10px 0 10px;
}
.footer-logo a {
    background-size: auto 100%;
    transition: filter 250ms;
}
@media (hover: hover) {
    .footer-logo a:hover {
        filter: brightness(1.075);
    }
}


/* Footer menus */
.footer-menu {
    margin: 0 0 0px; 
    padding: 0;
}
.footer-menu li {
    list-style-type: none;
    margin-bottom: 20px;
    display: inline-block;
}
.footer-menu li:not(:first-child) {
    margin-left: 14px;
}
.footer-menu a {
    color: #707070;
    text-decoration: none;
}
.footer-menu a:hover, 
.footer-menu a:active, 
.footer-menu a:focus  {
    color: #2AC5E8;
}

/* Footer Copyright */
.footer-copyright {
    order: 3;
    margin-top: 20px;
}
.legal-footer a {
    color: #707070;
    text-decoration: none;
}
.legal-footer a:hover, 
.legal-footer a:active, 
.legal-footer a:focus  {
    color: #2AC5E8;
}

/* ---------------------------------------------------------------------------------------------------------- 
------------------------------------------- 04 CONTENT BLOCK CSS --------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.block { 
    margin-bottom: 50px;
}
.cb-image-list + .contact-footer {
    margin-top: -50px;
}
section:first-of-type:not(.cb-slider):not(.cb-video-header) {
    margin-top: 50px;
}

/* --------------------------------------------- CB ANCHOR ---------------------------------------------- */

.cb-anchor {
    /*top: -100px;*/
}
.anchor-offset-small {
    top: -25px; /* -30px */
}

/* --------------------------------------------- CB CONTENT ---------------------------------------------- */

.cb-content .button {
    margin-top: 8px;
}

/* ------------------------------------------- CB THREE COLUMNS ------------------------------------------ */

.three-col-intro {
    margin-bottom: 20px;
}
.cb-3-columns .col-lg-4:not(:last-child) {
    margin-bottom: 15px;
}
.cb-3-columns .col-lg-4 h4 {
    margin-bottom: 10px;
}

.icon-left .boxed-grid-intro h3 {
    text-align: left !important;
}
.icon-left .boxed-icon {
    height: auto;
    width: 60px;
    margin-bottom: 28px;
}
.icon-left .boxed-content {
    color: #86868b;
}

/* -------------------------------------------- CB TWO IMAGES -------------------------------------------- */

.two-images-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
}
p.caption {
    font-size: 13px;
    padding-top: 5px;
    color: #aaa;
    text-align: right;
    letter-spacing: 0.05em;
}
.slider-caption {
    display: none;
}

/* ------------------------------------------ CB LR IMAGE/TEXT ------------------------------------------- */

.image-left, 
.image-right {
    flex-direction: column-reverse;
}
.lr-content {
    margin-bottom: 30px;
}
.lr-content-box {
    position: relative;
}
.lr-image-box {
    display: none;
}
.text-narrow p, .text-narrow li {
    max-width: 430px;
}

.cb-lr-img-2,
.cb-lr-img-3 {
    margin-top: 30px;
}

/* ---------------------------------------------- CB VIDEO ----------------------------------------------- */
/*
.cb-video .col-12 {
    padding-left: 0;
    padding-right: 0;
}
*/

/* ------------------------------------------- CB VIDEO HEADER ------------------------------------------- */

section.cb-video-header {
    margin-top: 0;
}
.header-video {
    width: 100%;
}

/* ----------------------------------------- CB GALLERY SLIDER ------------------------------------------- */

.cb-slider {
    overflow: hidden;
}
.gallery-title {
    text-align: center;
    margin-bottom: 40px;
}
#gallery-slider {
    margin-bottom: 25px;
}

/* ------------------------------------------- CB SECTOR GRID --------------------------------------------- */

.sectors-grid {
    margin-bottom: -20px;
}
.sector-item {
    text-decoration: none;
    display: flex;
    margin-bottom: 20px;
}
.sector-item-bg {
    text-decoration: none;
    background: #E9F9FD;
    width: 100%;
    padding: 10px 10px 18px;
    background-color: 250ms;
    position: relative;
}
.sector-item-bg::after {
    content: "...";
    position: absolute;
    bottom: 2px;
    right: 10px;
    color: #707070;
    font-size: 22px;
}
.sector-item:hover .sector-item-bg {
    background: hsl(192deg 83% 85%);
}
.sector-icon {
    transform: translate(-5px, -5px);
    margin-bottom: 0;
    max-width: 50%;
}
.sector-title {
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #000;
    text-wrap: balance;
}

/* ------------------------------------------- CB BOXED GRID --------------------------------------------- */

.boxed-grid {
    margin-bottom: -20px;
}
.boxed-grid-intro {
    margin-bottom: 30px;
}
.boxed-item {
    display: flex;
    margin-bottom: 20px;
}
.boxed-item-bg {
    background: #f7f8f7;
    padding: 7.5%;
    width: 100%;
}
.boxed-icon {
    height: 40px;
    width: auto;
    margin-bottom: 29px;
}

/* Social Media temaplte */
.blue-box .container-wide {
    max-width: 1490px;
}
.blue-box .boxed-grid-intro h3 {
    text-align: left !important;
}
.blue-box .boxed-item {
    margin-bottom: 40px;
}
.boxed-item-bg {
    background: transparent;
    border: 1px solid #2ac5e8;
    border-radius: 20px;
}
.blue-box .boxed-title {
    min-height: 0;
    margin-bottom: 20px;
}

/* ------------------------------------------- CB IMAGE LIST --------------------------------------------- */

.image-list-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}
.image-list-background, 
.image-list-foreground {
    grid-row: 1 / -1;
    grid-column: 1 / -1;
}
.image-list-background {
    height: 100%;
    /*background: url(https://themightyant.com/wordpress-cms/staging4/wp-content/uploads/2022/09/temp-home-4-1920x1048.jpg);*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.image-list-background::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.6;
}
.image-list-background img {
    display: none;
    object-fit: cover;
    visibility: hidden;
}

.image-list-foreground {
    padding: 55px 0px;
    color: #fff;
}
.image-list-foreground .container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto;
}
.image-list-col-1 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}
.image-list-col-2 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}
.image-list-col-3 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}
.image-list-col-1,
.image-list-col-2 {
    margin-bottom: 14px;
}
.image-list-content {
    line-height: 1.2;
}
.image-list-content br {
    display: block;
    position: relative;
    margin: 14px 0 0;
    content: '';
}

/* ---------------------------------------------- CB FAQs ------------------------------------------------ */

.accordion {
    border-bottom: 1px solid #ededed;
}
.accordion-toggle {
    cursor: pointer;
    margin: 0;
    padding: 13px 40px 13px 0;
    border-top: 1px solid #ededed;
    position: relative;
    font-weight: 600;
}
.accordion-toggle:hover {
	color: hsl(0, 0%, 55%);
}
.accordion-toggle::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(50%);
}
.accordion-toggle.toggled::after {
	content: '−';
}
.accordion-content {
	display: none;
}
.accordion-content.default {
	display: block;
}
.accordion-content > *:first-child {
	margin-top: 12px;
}

.accordion-content strong {
    font-weight: 600;
}
.cb-content .col-10 > ul > li, 
.accordion-content > ul > li, 
.accordion-content > ul > li ul {
    margin-bottom: 15px;
}

/* Social Media Template */
.page-template-template-social .accordion-content {
    color: #1A2B42;
}


/* --------------------------------------------- CB SPACER ----------------------------------------------- */

.cb-spacer {
    padding: 75px 0;
    height: 1px;
    margin-top: -50px;
}
.spacer-small {
    padding: 25px 0;
}
.spacer-medium {
    padding: 50px 0;
}
.spacer-large {
    padding: 75px 0;
}
.show-hr {
    border-top: 1px solid #1A2B42;
}




/* ---------------------------------------------------------------------------------------------------------- 
------------------------------------------- 05 PAGE TEMPLATE CSS --------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.plain-text li {
    margin-bottom: 22px;
    margin-top: 22px;
}
/*.plain-text .col-12 > ol > li, 
.plain-text .col-12 > ul > li {
    margin-bottom: 44px;
}*/
.plain-text li li li {
    list-style-type: lower-roman;
}
.indent-1 {
    padding-left: 22px;
}
.indent-2 {
    padding-left: 44px;
}
.indent-3 {
    padding-left: 66px;
}
.plain-text table {
    border: 1px solid #eee;
    /* border-collapse: separate; */
    border-spacing: 0px;
    margin: 22px 0 44px;
}
.plain-text td {
    border: 1px solid #eee;
    padding: 5px;
}

/* ------------------------------------------------ TEAM --------------------------------------------------- */

.page-id-23 .lr-image-box {
    display: block;
}

/* --------------------------------------------- ALL POSTS ------------------------------------------------ */

.all-posts-title {
    text-align: center;
    margin-bottom: 50px;
}

.post-cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    text-decoration: none;
}
.post-cover-box {
    width: 100%;
    background: #E9F9FD;
    padding: 20px;
    position: relative;
    transition: background 250ms;
    z-index: 1;
}
.post-cover .post-cover-title {
    color: #000000;
    transition: color 300ms;
}
.post-cover:hover .post-cover-box, 
.post-cover:hover .post-cover-box::before {
    background: hsl(192deg 83% 85%);
}
.post-cover-date, .post-cover-author {
    color: #333; /*  #86868B; */
    font-size: 16px;
    line-height: 1.4;
}
/*
.post-cover:hover img {
    scale: 0.89;
}
.img-link img {
    will-change: scale;
    transition: scale 350ms ease-out;
}
*/

/* Blog pagination */
.blog-pagination {
    text-align: center;
}
.page-numbers {
    background-color: #2AC5E8;
    color: #fff !important;
    border-radius: 5px;
    border: none;
    padding: 10px 15px;
    font-weight: 500;
    letter-spacing: 0.03em;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    min-width: 38px;
    font-size: 14px;
    transition: all 250ms;
    position: relative;
    margin: 4px;
    text-transform: uppercase;
}
.page-numbers:hover,
.page-numbers:focus,
.page-numbers.current {
    background-color: #1A2B42;
}

/* -------------------------------------------- SINGLE POST ----------------------------------------------- */

.post-meta {
    columns: 2 280px;
    column-gap: 25px;
    font-size: 17px;
    color: #86868B;
    padding-left: 1px;
}
.single-post .cb-1-image .caption {
    margin-bottom: 0;
}

/* Post Pagination */
.post-pagination {
    text-align: center;
    /* margin-bottom: 100px; */
}
.post-link {
    margin: 5px;
}
.no-link {
    background: #86868B !important;
    opacity: 0.4;
    cursor: not-allowed;
}

/* ------------------------------------------- CASE STUDIES ---------------------------------------------- */

.case-study-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #000;
}
.cs-tile {
    transition: opacity 350ms;
}
.cs-tile:hover {
    opacity: 0.6;
}
.cs-tile-cover {
    display: none;
}
/* Jaguar colour fix */
.cs-3786 img {
    filter: grayscale(1);
}

/* ------------------------------------------ LEADERSHIP TEAM -------------------------------------------- */

.page-id-23 .cb-lr h3 {
    margin-bottom: 0px;
}
.page-id-23 .cb-lr h5 {
    margin-bottom: 28px;
}

/* -------------------------------------------- PLAIN TEXT ----------------------------------------------- */

#data-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0 0 1.41575em;
    border-collapse: separate;
}
#data-table thead th {
    text-align: left;
    vertical-align: top;
    font-weight: 700;
    background: #f7f7f7;
}
#data-table th, #data-table td {
    border: 1px solid #e8e8e9;
    padding: 10px 10px;
    font-size: 15px;
}

/* ---------------------------------------------------------------------------------------------------------- 
---------------------------------------------- 06 PLUGIN CSS ------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
	padding: 12px 0 12px 12px;
	display: flex;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	outline: none;
}
/*.hamburger:hover {
	opacity: 0.7;
}*/
.hamburger-box {
	width: 21px;
	height: 18px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
    /*background: transparent;*/
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 21px;
	height: 2px;
	background-color: #1A2B42;
	border-radius: 0px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	/*background-color: #1A2B42;*/
	display: block;
}
.hamburger-inner::before {
	top: -7px;
}
.hamburger-inner::after {
	bottom: -7px;
}

/* 3DX */
.hamburger--3dx .hamburger-box {
	perspective: 80px; 
}
.hamburger--3dx .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); 
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); 
}
/* Don't show hover on touch devices */
@media (hover: hover) {
    /*.hamburger:not(.is-active):hover .hamburger-inner, */
    .hamburger:hover .hamburger-inner::before, 
    .hamburger:hover .hamburger-inner::after {
        background: #1A2B42;
    }
}
.hamburger--3dx.is-active .hamburger-inner {
	background-color: transparent;
	transform: rotateY(180deg); 
}
.hamburger--3dx.is-active .hamburger-inner::before {
	transform: translate3d(0, 7px, 0) rotate(45deg); 
}
.hamburger--3dx.is-active .hamburger-inner::after {
	transform: translate3d(0, -7px, 0) rotate(-45deg); 
}

/* -------------------------------------------- COOKIE YES ----------------------------------------------- */

.cky-prefrence-btn-wrapper + div {
    display: none !important;
}
.cky-btn-revisit-wrapper {
    display: none !important;
}
/*.cky-switch input[type="checkbox"]:checked {
    background-color: #1863dc;
}*/

/* -------------------------------------------- COOKIE BAR ----------------------------------------------- */

.has-cookie-bar .legal-footer {
    padding-bottom: 65px;
}
#eu-cookie-bar {
    color: #ffffff;
    padding: 5px 15px 5px;
    background-color: #1A2B42;
    font-size: 14px;
	border-top: none;
	transition: all 250ms;
}
button#euCookieAcceptWP {
    background: #2AC5E8;
    color: #ffffff;
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #2AC5E8;
    border-radius: 0;
    box-shadow: none;
}
button#euCookieAcceptWP:hover,
button#euCookieAcceptWP:focus {
    background: transparent;
    color: #ffffff;
	border-color: #2AC5E8;
}
#eu-cookie-bar a {
    color: #ffffff;
    text-decoration: underline;
}
#eu-cookie-bar a:hover,
#eu-cookie-bar a:focus {
    color: #2AC5E8;
}

/* ------------------------------------------- TRANSLATE PRESS ------------------------------------------- */

/* Floater */
body #trp-floater-ls {
    min-width: 160px;
    box-shadow: none;
    left: 0;
    height: 38px;
    z-index: 150;
}
body #trp-floater-ls.trp-color-light {
    background: #1a2b42;
    width: 100%;
    border-radius: 0;
}
body .trp-floater-ls-disabled-language {
    margin-top: 0;
}
#trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
    padding: 8px 22px 4px 22px !important;
}
body #trp-floater-ls-language-list a:hover {
    color: #fff;
    background-color: #1A2B42;
}
body #trp-floater-ls .trp-with-flags .trp-flag-image {
    margin-right: 9px;
    margin-top: -1px;
}
@media (min-width: 768px) {

    body #trp-floater-ls.trp-color-light {
        right: 0;
        left: auto;
        min-width: 160px;
        width: auto;
        border-radius: 8px 0 0 0;
        
    }
    #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
        padding: 5px 22px 4px 22px !important;
    }

}

/* List */
body .trp-language-wrap a {
    padding: 6px 22px 6px 22px !important;
}
body .trp-color-light #trp-floater-ls-current-language a, 
body .trp-color-light #trp-floater-ls-language-list a,
#trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
    color: #fff;
    font-size: 16px;
}
#trp-floater-ls .trp-language-wrap.trp-language-wrap-bottom {
    padding: 6px 0 0 !important;
    margin-bottom: 0px;
}


/* ---------------------------------------------------------------------------------------------------------- 
-------------------------------------- 07 MEDIA QUERIES (mobile-first) --------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* 
iphone 3 - 4S   320 x 480px (372px visible, 440px when scrolling) 
iphone 5 - 5S   320 x 568px
iphone 6 - 8    375 × 667px (559??)
iphone 6+ - 8+  414 × 736px (628??)
iphone X: 		375 x 812px
ipad            768 x 1024px
ipad Pro 		1024 x 1366px
*/

/* GRID
SM = min-width: 576px
MD = min-width: 768px
LG = min-width: 992px
XL = min-width: 1200px
*/

/* 576 and up - SMALL */
@media screen and (min-width:576px) {
        
    .has-cookie-bar .legal-footer {
        padding-bottom: 37px;
    }
    
    .case-study-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }


}

/* 768 and up - MEDIUM */
@media screen and (min-width:768px) {
    
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .mobile { 
        display: none; 
    }
    .desktop,
    .desktop-md {
        display: block; 
    }
    
    /* Footer */
    .contact-footer {
        padding: 65px 0 10px;
    }
    .ia-brands > div:not(:last-child) {
        margin-right: 40px;
    }
    .social-menu {
        margin: 20px 0 22px;
    }
    .footer-legal {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
    }
    .footer-copyright {
        order: 0;
        margin-top: 0;
    }

    
    /* 2 images */
    .two-images-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    /* CB Video */
    .cb-video .col-12 {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    /* CB Video Header */
    .header-video {
        height: calc(100vh - 85px);
        object-fit: cover;
        object-position: center center;
        align-content: center;
    }
    
    /* LR Block */
    .image-left {
        flex-direction: row;
    }
    .image-right {
        flex-direction: row-reverse;
    }
    .lr-image-box {
        display: block;
    }
    .lr-content {
        margin-bottom: 0;
    }
    .image-right .lr-content-box {
        padding-right: 6.5%;
    }
    .image-left .lr-content-box {
        padding-left: 6.5%;
    }
    
    /* Gallery slider */
    .gallery-title {
        margin-bottom: 50px;
    }
    #gallery-slider {
        margin-bottom: 40px;
    }
    #gallery-slider .flex-control-nav {
        /*bottom: -60px;*/
    }
    
    /*Sectors Grid */
    .sectors-grid {
        margin-bottom: -40px;
    }
    .sector-item {
        margin-bottom: 40px;
    }
    .sector-item-bg {
        padding: 20px 20px 25px;
    }
    .sector-item-bg::after {
        content: none;
    }
    .sector-icon {
        transform: translate(-20px, -20px);
        margin-bottom: -15px;
        max-width: min(134px, 80%);
    }
    .sector-title {
        font-size: 18px;
    }
    
    /* Boxed Grid */
    .boxed-item {
        margin-bottom: 40px;
    }
    .boxed-title {
        margin-bottom: 0;
        min-height: 40px;
    }
    .blue-box .boxed-item.col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .blue-box .boxed-item {
        margin-bottom: 40px;
    }
    /*.blue-box .boxed-item:nth-child(2n-1) .boxed-item-bg {
        margin-right: 10px;
    }
    .blue-box .boxed-item:nth-child(2n) .boxed-item-bg {
        margin-left: 10px;
    }*/

    
    /* Image list */
    .image-list-content {
        font-size: 18px;
    }
    
    /* All blog posts */
    .post-cover {
        flex-direction: row-reverse;
    }
    .post-cover:nth-child(2n) {
        flex-direction: row;
    }
    .post-cover-box {
        max-width: calc(66% - 50px);
        flex: 1 0 calc(66% - 50px); 
        padding: 30px 25px 30px 0;
        transform: translateX(30px);
    }
    .post-cover:nth-child(2n) .post-cover-box {
        transform: none;
    }
    .post-cover-box::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -30px;
        width: 30px;
        background: #E9F9FD;
        transition: background 250ms;
        z-index: 1;
    }
    
    /* Case Studies */
    .case-study-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    /* Plain text */
    .plain-text td {
        border: 1px solid #eee;
        padding: 10px 15px;
    }
    
}

/* 992 and up - LARGE */
@media screen and (min-width:992px) {
    
    /* General */
    .no-last-padding-dektop > :last-child {
        margin-bottom: 0;
    }
    .animated-line {
        animation-duration: 15 s;
    }
    .desktop-lg {
        display: block; 
    }
    .contact-footer {
        padding: 65px 0 45px;
    }
    .ia-brands > div:not(:last-child) {
        margin-right: 60px;
    }
    
    /* Typography */
    body, input, textarea, select { 
        font-size: 18px;
        line-height: 1.32;
    }
    h1, 
    h2, .h2 { 
        font-size: 48px;
        line-height: 1.2; /* 1.2 */
        margin-bottom: 28px;
    }
    h3, .h3 {
        font-size: 38px;
        line-height: 1.2;
        margin-bottom: 22px;
    }
    h4, .h4 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 22px;
    }
    h5, .h5 { 
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 22px;
    }
    h6, .h6 {
        font-size: 18px;
        line-height: 1.32;
        margin-bottom: 22px;
    }
    p { 
        margin-bottom: 22px; 
    }
    ol, ul { 
        margin-bottom: 22px; 
    }

    /* Template block */
    .container {
        padding-left: 35px;
        padding-right: 35px;
    }
    .block { 
        margin-bottom: 100px;
    }
    .cb-image-list + .contact-footer {
        margin-top: -100px;
    }
    section:first-of-type:not(.cb-slider):not(.cb-video-header) {
        margin-top: 100px;
    }
        
    /* Footer */
    .contact-footer-heading {
        margin-bottom: 100px;
    }
    .contact-footer-col-1 {
        margin-bottom: 0;
    }
    .contact-footer-col-2 {
        margin-bottom: 0;
    }

    /* CB Anchor */
    .anchor-offset-small {
        top: -25px; /* -40px */
    }
    
    /* 3 columsn */
    .three-col-intro {
        margin-bottom: 60px;
    }
    .cb-3-columns .col-lg-4:not(:last-child) {
        margin-bottom: 0;
    }
    
    /* LR Block */
    .image-left .lr-image-box {
        margin-right: 16.666%;
    }
    .image-right .lr-image-box {
        margin-left: 16.666%;
    }
    .cb-lr h3 {
        margin-bottom: 60px;
    }

    /* Gallery slider */
    .gallery-title {
        margin-bottom: 100px;
    }
    .slider-caption {
        position: absolute;
        top: 100%;
        left: 35px;
        right: 35px;
        display: block;
    }
    
    /* Sectors Grid */
    .sectors-grid-title {
        margin-bottom: 60px;
    }
    .sectors-grid > a:last-child {
        /*display: none;*/
    }
    .sector-icon {
        margin-bottom: -0px;
    }
    .sector-title {
        font-size: 22px;
    } 
    
    /* Boxed Grid */
    .boxed-grid {
        margin-bottom: -40px;
    }
    .boxed-grid-intro {
        margin-bottom: 50px;
    }
    .icon-left .boxed-grid-intro {
        margin-bottom: 60px;
    }
    .boxed-title {
        margin-bottom: 0;
        min-height: 93px;
    }
    .icon-left .container-wide {
        max-width: 1490px;
    }
    
    .icon-left .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .icon-left .boxed-item-bg {
        display: grid;
        grid-template-columns: 80px auto;
        grid-gap: 0 30px;
    }
    .icon-left .boxed-icon {
        height: auto;
        width: 80px;
        grid-row: span 2;
    }
    .icon-left .boxed-title {
        min-height: 0;
        margin-bottom: 10px;
    }

    
    /* Image List */
    .image-list-foreground {
        padding: 160px 40px;
    }
    .image-list-foreground .container {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-gap: 25px;
    }
    .image-list-col-1 {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    .image-list-col-2 {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }
    .image-list-col-3 {
        grid-column: 3 / 4;
        grid-row: 1 / 2;
    }
    .image-list-col-1,
    .image-list-col-2 {
        margin-bottom: 0px;
    }


    /* Spacer */
    .cb-spacer {
        margin-top: -100px;
    }
    .spacer-small {
        padding: 50px 0;
    }
    .spacer-medium {
        padding: 75px 0;
    }
    .spacer-large {
        padding: 100px 0;
    }
    
    /* All blog posts */
    .all-posts-title {
        margin-bottom: 100px;
    }
    .post-cover {
        margin-bottom: 100px;
    }
    .post-cover-box {
        max-width: calc(50% - 50px);
        flex: 1 0 calc(50% - 50px);
        padding: 50px 45px 50px 0;
        transform: translateX(50px);
    }
    .post-cover-box::before {
        left: -50px;
        width: 50px;
    }
    .post-cover-date, .post-cover-author {
        font-size: 19px;
    }
    
    /* Single blog post */
    .post-meta {
        font-size: 22px;
        padding-left: 3px;
    }


}

/* 1024 and up  */
@media screen and (min-width:1024px) {
 
    body .hamburger {
        display: none;
    }
    .menu-bar {
        justify-content: space-between;
        background: linear-gradient(to right, #fff calc(100% - 1px), transparent);
    }
    
    /* main menu */
    .site-header {
        overflow: visible;
    }
    .desktop-menu {
        margin: 0 auto 0 0;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        flex: 1 1 100%;
    }
    .desktop-menu li {
        list-style-type: none;
        display: inline-block;
        padding-left: clamp(10px, 20px, 28px)
    }
    .desktop-menu a {
        color: #86868B;
        text-decoration: none;
        display: inline-block;
        font-family: 'itc-avant-garde-gothic-pro', sans-serif;
        font-size: 15px;
        font-weight: 500;
        padding: 26px 10px 10px;
    }
    .desktop-menu .menu-item-has-children > a::after {
        content: '';
        display: inline-block;
        margin-left: 8px;
        transform: translateY(2px);
        border: solid #86868b;
        border-width: 5px;
        display: inline-block;
        padding: 0px;
        border-color: #86868b transparent transparent transparent;
    }
    .desktop-menu li:last-child a {
        padding-right: 0;
    }
    .desktop-menu a:hover, 
    .desktop-menu li .mPS2id-highlight {
        color: #2AC5E8;
    }
    .desktop-menu .menu-item-has-children .sub-menu {
        background: #1a2b42;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 2;
        margin: 0;
        padding: 15px 0 10px;
        width: max-content;
        max-width: 210px;
        border-top: 14px solid #fff;
        border-radius: 0 0 8px 8px;
        display: none;
        box-shadow: 0 0 4px hsl(0 0% 100% / 0.2);
    }
    .desktop-menu .menu-item-has-children:hover > .sub-menu {
        display: block;
    }
    .desktop-menu .sub-menu li {
        padding-right: clamp(10px, 20px, 28px);
    }
    .desktop-menu .sub-menu li a {
        padding: 10px;
        color: #fff;
    }
    .desktop-menu .sub-menu li a:hover {
        color: #2ac5e8
    }

    .header-contact-button,
    .header-contact-button:link,
    .header-contact-button:visited {
        display: block;
        min-width: 194px;
    }

    
}

/* Between 1024 and 1440px  */
@media screen and (min-width:1024px) and (max-width:1440px) {
 
    .header-contact-button:before {
        content: none;
        
    }
    .header-contact-button,
    .header-contact-button:link,
    .header-contact-button:visited {
        min-width: 110px;
        padding: 10px 15px;
        text-align: center;
    }

    
}
 

    
/* 1200 and up - X-LARGE */
@media screen and (min-width:1200px) {
    
    h4, .h4 {
        font-size: 28px;
    }
    .container {
        padding-left: 45px;
        padding-right: 45px;
    }
    
    .desktop-xl {
        display: block; 
    }

    .logo {
        margin: 17px 0 17px 0;
    }
    .logo, .logo a {
        width: 218px;
        height: 87px;
    }
    .desktop-menu a {
        font-size: 17px;
        padding: 38px 11px 10px;
    }
    .desktop-menu .menu-item-has-children .sub-menu {
        border-top-width: 25px;
    }

    
    /* Footer */
    .contact-footer {
        padding: 125px 0 95px;
    }
    .contact-footer-heading {
        margin-bottom: 120px;
    }
    .ia-brands > div:not(:last-child) {
        margin-right: 80px;
    }
    .footer-logo, 
    .footer-logo a {
        width: 206px;
        height: 76px;
    }
    .footer-logo {
        margin: 10px 0 20px 0;
    }

    /* Content */
    .col-xl-20-percent {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
    
    /* CB 3 columns */
    .cb-3-columns .column-1 > * {
        margin-right: 15px;
    }
    .cb-3-columns .column-2 > * {
        margin-left: 15px;
        margin-right: 15px;
    }
    .cb-3-columns .column-3 > * {
        margin-left: 15px;
    }
    
    /* Header Video */
    .header-video {
        height: calc(100vh - 122px);
    }    
    /* Slider */
    #gallery-slider {
        margin-bottom: 42px;
    }
    .slider-caption {
        left: 45px;
        right: 45px;
    }
    #gallery-slider .flex-control-nav {
        bottom: -40px;
    }
        
    /* Image List */
    .image-list-content {
        font-size: 20px;
        line-height: 1.2;
    }
    .image-list-content br {
        display: block;
        position: relative;
        margin: 16px 0 0;
        content: '';
    }
    
    /* Anchor */
    .anchor-offset-small {
        top: -35px; /* -40px */
    }  
    
    /* Case Studies */
    .case-study-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
   
}

/* 1314 and up - When site starts to expand */
@media screen and (min-width:1314px) {
    
    /* Typography */
    body, input, textarea, select { 
        font-size: 22px;
        line-height: 1.32;
    }
    h1, 
    h2, .h2 { 
        font-size: 60px;
        line-height: 1.15; /* 1.2 */
        margin-bottom: 36px;
    }
    h3, .h3 {
        font-size: 40px;
        line-height: 1.15;
        margin-bottom: 32px;
    }
    h4, .h4 {
        font-size: 30px;
        line-height: 1.25;
        margin-bottom: 30px;
    }
    h5, .h5 { 
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 32px;
    }
    h6, .h6 {
        font-size: 22px;
        line-height: 1.32;
        margin-bottom: 32px;
    }
    p { 
        margin-bottom: 32px; 
    }
    ol, ul { 
        margin-bottom: 32px; 
    }
    
    /* Menu */
    .desktop-menu {
        padding-right: 20px;
    }
    .desktop-menu a {
        font-size: 18px;
        padding: 38px 12px 10px;
    }
    
    /* Footer */
    .social-heading {
        margin-bottom: 38px;
    }
    
    /* Boxed grid */
    .blue-box .boxed-item {
        margin-bottom: 80px;
    }
    .blue-box .boxed-item:nth-child(2n-1) .boxed-item-bg {
        margin-right: 20px;
    }
    .blue-box .boxed-item:nth-child(2n) .boxed-item-bg {
        margin-left: 20px;
    }
    
}

/* 1440 and up */
@media screen and (min-width:1440px) {
    
    .container {
        padding-left: 60px;
        padding-right: 60px;
    }
    .header-contact-button, 
    .header-contact-button:link, 
    .header-contact-button:visited {
        min-width: 205px;
    }
    /*.block {
        margin-bottom: 110px;
    }*/
    .slider-caption {
        left: 45px;
        right: 45px;
    }
    
    .icon-left .boxed-item-bg {
        grid-template-columns: 90px auto;
        grid-gap: 0 40px;
    }
    .icon-left .boxed-icon {
        width: 90px;
    }

}

/* 1680 and up */
@media screen and (min-width:1680px) {
    
    .image-list-content {
        font-size: 22px;
        line-height: 1.2;
    }
    
    /* Case Studies */
    .case-study-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    
    .col-xl-20-percent {
        flex: 0 0 14.28%;
        max-width: 14.28%;
    }


}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

}