#wpadminbar{
    top: auto;
    bottom: 0;
}
@media screen and (max-width: 800px){
    #wpadminbar{
        display: none;
    }
}

@font-face {
    font-family: 'icons';
    src: url('../fonts/icons.eot?15642034');
    src: url('../fonts/icons.eot?15642034#iefix') format('embedded-opentype'),
         url('../fonts/icons.woff2?15642034') format('woff2'),
         url('../fonts/icons.woff?15642034') format('woff'),
         url('../fonts/icons.ttf?15642034') format('truetype'),
         url('../fonts/icons.svg?15642034#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
   
.icon-plus:before { content: '\e800'; }
.icon-mail:before { content: '\e801'; }
.icon-phone:before { 
    content: '\e803';
    margin-top: 3px;
}
.icon-right:before { content: '\2192'; } /* '→' */
.icon-right-open:before { content: '\e802'; }
.icon-left-open:before { content: '\e804'; }
.icon-twitter:before { content: '\f099'; }
.icon-facebook:before { content: '\f09a'; }
.icon-linkedin:before { content: '\f0e1'; }
.icon-instagram:before { content: '\f16d'; }
.icon-whatsapp:before { content: '\f232'; }
.icon-facebook-squared:before { content: '\f308'; }
.icon-linkedin-squared:before { content: '\f30c'; }
.icon-finance:before { content: '\e808'; } /* '' */
.icon-festivals:before { content: '\e809'; } /* '' */
.icon-globe:before { content: '\e80a'; } /* '' */
.icon-industry-voice:before { content: '\e80b'; } /* '' */
.icon-interactive-presentation:before { content: '\e80c'; } /* '' */
.icon-events:before { content: '\e80d'; } /* '' */
.icon-email-newsletter:before { content: '\e80e'; } /* '' */
.icon-streaming:before { content: '\e80f'; } /* '' */
.icon-qualified:before { content: '\e810'; } /* '' */
.icon-comouting-delta:before { content: '\e811'; } /* '' */
.icon-native:before { content: '\e812'; } /* '' */
.icon-performance-marketing:before { content: '\e813'; } /* '' */
.icon-landline:before { content: '\e814'; } /* '' */
.icon-broadcast:before { content: '\e815'; } /* '' */
.icon-interviews:before { content: '\e816'; } /* '' */
.icon-content:before { content: '\e817'; } /* '' */
.icon-webinars:before { content: '\e818'; } /* '' */
.icon-documentary:before { content: '\e819'; } /* '' */
.icon-advertising:before { content: '\e81a'; } /* '' */
.icon-visit-website:before { content: '\e81c'; } /* '' */
.icon-research:before { content: '\e81d'; } /* '' */
.icon-standrd-lead:before { content: '\e81e'; } /* '' */
.icon-sustainability:before { content: '\e820'; } /* '' */
.icon-web:before { content: '\e821'; } /* '' */
.icon-digital-advertising:before { content: '\e822'; } /* '' */
.icon-nurtured:before { content: '\e823'; } /* '' */
.icon-content-syndicaton:before { content: '\e824'; } /* '' */
.icon-awards:before { content: '\e825'; } /* '' */
.icon-technology:before { content: '\e826'; } /* '' */
.icon-eshot:before { content: '\e827'; } /* '' */
.icon-right-open-thin:before { content: '\f006'; }
.icon-left-open-thin:before { content: '\f007'; }

.icon-launch:before { content: '\e82b'; } /* '' */
.icon-star:before { content: '\e82c'; } /* '' */
.icon-history_award:before { content: '\e82d'; } /* '' */

html.no-svg{
	margin-top: 0 !important;
}

body, html{
    height: 100%;
    min-height: 100%;
    margin: 0;
}

img{
    width: 100%;
    height: auto;
}

*{
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}

h1,
.h1-font{
    font-size: 52px;
    margin-bottom: 25px;
}

h2,
.h2-font{
    font-size: 44px;
    margin-bottom: 20px;
    line-height: 3.3rem;
}

h3,
.h3-font{
    font-size: 38px;
    margin-bottom: 15px;
    line-height: 3rem;
}

h4,
.h4-font{
    font-size: 26px;
    line-height: 2.3rem;
    margin-bottom: 15px;
}

h5,
.h5-font{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.55rem;
    margin-bottom: 10px;
}

p,
a{
    font-size: 15px;
    line-height: 1.4rem;
    color: #444444;
}
li{
    font-size: 15px;
    line-height: 1.4rem;
}
a{
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
a:hover{
    color: #39adff;
}

@media screen and (max-width: 900px){
    h1,
    .h1-font{
        font-size: 46px;
    }
    h2,
    .h2-font{
        font-size: 40px;
        margin-bottom: 15px;
    }
    h3,
    .h3-font{
        font-size: 32px;
    }
    h4,
    .h4-font{
        font-size: 24px;
    }
}
@media screen and (max-width: 600px){
    h1,
    .h1-font{
        font-size: 40px;
    }
    h2,
    .h2-font{
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 15px;
    }
    h3,
    .h3-font{
        font-size: 32px;
    }
    h4,
    .h4-font{
        font-size: 22px;
        line-height: 30px;
    }
}


/* ---- COLOURS ---- */
.white-fonts h1,
.white-fonts h2,
.white-fonts h3,
.white-fonts h4,
.white-fonts h5,
.white-fonts h6,
.white-fonts p,
.white-fonts{
    color: white;
}

/* ----THEME SETUP---- */

.max-width-container{
    max-width: 2200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.max-inner-width-container{
    width: 92%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.max-small-width-container{
    width: 92%;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

/* --- CUSTOM SCROLL BAR --- */
body::-webkit-scrollbar {
    background-color:#f3f3f3;
    width:16px
}

body::-webkit-scrollbar-track {
    background-color:#f3f3f3
}

body::-webkit-scrollbar-thumb {
    background-color:#1f4173;
    border-radius:16px;
    border:4px solid #f3f3f3
}
body::-webkit-scrollbar-button {display:none}

/* ---HEADER NAV--- */

.site-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 50;
    transition: all 0.3s ease-in-out;
    padding-top: 10px;
    padding-bottom: 10px;
}
.site-header .background-gradient{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(45, 228, 247, 0.75);
    z-index: 0;
    opacity: 0;
}
.header-menu{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 0 3.5%;
}

.header-menu .logo-container{
    /* height: 70%; */
    height: 100%;
    width: 200px;
    -webkit-flex: 0 1 auto;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
}
.header-menu .logo-container svg{
    width: 100%;
    fill: white;
}
.header-menu nav{
	-webkit-flex: 1 1 70%;
	-moz-flex: 1 1 70%;
	-ms-flex: 1 1 70%;
    flex: 1 1 70%;
    position: relative;
}
.collapsed .header-menu nav{
    overflow: hidden;
}

.header-menu .logo-container img{
    height: auto;
    width: auto;
    /* max-height: 100%;
    max-width: 100%; */
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}

.header-menu nav{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.header-menu nav .wc-cart-menu-container{
    margin-left: 15px;
}

.header-menu nav ul{
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-menu nav ul li{
    margin-top: 0;
}

.header-menu nav ul li:not(:last-child){
    margin-right: 25px;
}

.header-menu nav ul li a{
    height: 100%;
    color: white;
    font-size: 17px;
    font-weight: 100;
}
.header-menu nav ul li:last-child a{
    padding: 7px 19px 9px;
    border: 2px solid #00528C;
    background-color: #00528C;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
}

.header-menu nav ul li:hover > a,
.header-menu nav .current-menu-item > a,
.header-menu nav .current-menu-parent > a,
#fullPageMenu .menu-header-menu-container .current-menu-ancestor > a{
    color: #00528C;
}
.header-menu nav ul li:last-child a:hover{
    border-color: white;
    background-color: white;
    color: #00528C;
}
.header-menu .menu-sub-header-menu-container{
    margin-bottom: 7px;
}
.header-menu .menu-sub-header-menu-container li a{
    font-family: 'Camphor';
    font-weight: 100;
}
.header-menu .menu-sub-header-menu-container li:first-child{
    margin-right: 0;
}
.menu-sub-header-menu-container li:first-child:not(:last-child) a{
    border-right: 1px solid #FF6316;
    margin-right: 10px;
    padding-right: 10px;
}
.menu-sub-header-menu-container li:last-child a{
    color: white;
    padding: 5px 24px 5px;
    border: 2px solid #ff6316;
    background-color: #ff6316;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
.menu-sub-header-menu-container li:last-child a:hover{
    color: white;
    background-color: #00528C;
    border-color: #00528C;
}
.menu-sub-header-menu-container ul{
    height: 36px;
    margin-top: 10px;
}

@media screen and (max-width: 1030px){
    .menu-sub-header-menu-container{
        margin-top: 20px;
        opacity: 0;
        transition: all 0.5s ease-in-out;
        transform: translateY(20px);
    }
    .menu-sub-header-menu-container.animate{
        transform: translateY(0);
        opacity: 1;
    }
    .menu-sub-header-menu-container .menu{
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }
    .menu-sub-header-menu-container li a{
        font-weight: 100;
        color: #00528C;
        font-size: 22px;
    }
    .menu-sub-header-menu-container li:first-child a{
        border-right-color: #00528C;
    }
    .menu-sub-header-menu-container li:last-child{
        margin-top: 20px;
    }
    .menu-sub-header-menu-container li:last-child a{
        color: #00528C;
        border-color: white;
        background-color: white;
    }
}

/* --- FULL PAGE MENU --- */
.menu-icon-container{
    position: relative;
}
.menu-icon-container h5 {
    position: absolute;
    margin-bottom: 0;
    right: 38px;
    top: 50%;
    font-size: 18px;
    transform: translateY(-50%);
}
.full-page-menu-icon{
    width: 26px;
    height: 22px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    opacity: 1;
    z-index: 21;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.full-page-menu-icon span{
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.full-page-menu-icon span:nth-child(1) {
  top: 0px;
}

.full-page-menu-icon span:nth-child(2),
.full-page-menu-icon span:nth-child(3){
  top: 9px;
}

.full-page-menu-icon span:nth-child(4) {
  bottom: 0px;
}

.menu-icon-container.open .full-page-menu-icon span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  .menu-icon-container.open .full-page-menu-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
  }
  
  .menu-icon-container.open .full-page-menu-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
  }
  
  .menu-icon-container.open .full-page-menu-icon span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
.full-page-menu-icon p{
    position: absolute;
    margin-bottom: 0;
    right: 34px;
    color: white;
    font-weight: 600;
}
.full-page-menu-icon p{
    color: #ff6316;
    font-size: 20px;
}

#fullPageMenu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 40;
    display: none;
}
#fullPageMenu.flex{
    display: flex;
}

#fullPageMenu div{
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}


#fullPageMenu ul {
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

#fullPageMenu .menu-header-menu-container li{
	position: relative;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	margin-bottom: 22px;
	-webkit-transition: transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	cursor: pointer;
}

#fullPageMenu .menu-header-menu-container li div{
	position: absolute;
	left:0;
	width: 0;
	height: 1px;
	background-color: purple;
	-webkit-transition: width 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out;
	-o-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}

#fullPageMenu .menu-header-menu-container li a{
    text-decoration: none;
    color: white;
    font-size: 30px;
    opacity: 0;
    font-weight: 100;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

#fullPageMenu section ul.cl-effect-3 li a:hover{
    color: #00528C;
}

#fullPageMenu .menu-header-menu-container .current-menu-item a{
    color: #00528C;
}

#fullPageMenu li.animate{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

#fullPageMenu li.animate a{
	opacity: 1;
}

#fullPageMenu li.animate div{
	width: 100%;
}

/* Page Navigation - Selected Item */

.siteNav .current-menu-item, .siteNav .current-page-ancestor{
    border-bottom: 3px solid #2CB7F5;
}

.siteNavHoverArea{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 60px;
}

.logoContainer{
	top: 15px;
    position: fixed;
    height: 30px;
    left: 30px;
    z-index: 12;
}

.logoContainer .logo{
    height: 100%;
    width: auto;
}

/* ---- LAYOUTS ---- */
.title-container{
    text-align: center;
}
.title-container.inline{
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-container.inline > *{
    margin-bottom: 0;
}
.title-container.inline .icon{
    margin-right: 15px;
    font-size: 40px;
}

.no-list ul,
.slider-dots{
    list-style: none;
    padding: 0;
    margin: 0;
}
.no-padding-top,
.section.no-padding-top{
    padding-top: 0;
}
.text-center{
    text-align: center;
}

.inline-icon {
    font-size: 20px;
    font-weight: 100;
    display: flex;
    align-items: center;
}
.inline-icon:not(:last-child){
    margin-bottom: 6px;
}
.inline-icon i{
    margin-right: 5px;
}
table tr th {
    text-align: left;
    padding: 10px;
    background-color: #f6f6f6;
}
table tr td {
    padding: 5px 10px;
    background-color: #f6f6f6;
}

.image-container-absolute{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.img-center{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

.corner-triangle{
    position: relative;
    overflow: hidden;
}
.corner-triangle:before{
    content: '\e800'; /* PLUS */
    font-family: 'icons';
    position: absolute;
    bottom: 13px;
    right: 13px;
    z-index: 6;
    font-size: 22px;
    color: white;
    transform: translate(50%, 50%);
    opacity: 0;
    transition: all 0.15s ease-out;
    z-index: 6;
}
.corner-triangle:after{
    content: '';
    position: absolute;
    bottom: -120px;
    right: -120px;
    height: 140px;
    width: 140px;
    transform: rotate(45deg);
    background-color: red;
    transition: all 0.3s ease-in-out;
    z-index: 5;
}
.corner-triangle:hover:before{
    transform: translate(0, 0);
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.corner-triangle:hover:after{
    bottom: -70px;
    right: -70px;
}

@media screen and (max-width: 600px){
    .title-container.inline{
        flex-direction: column;
    }
    .title-container.inline .icon{
        margin-right: 0;
        margin-bottom: 15px;
    }
    .inline-icon{
        justify-content: center;
    }
}

/* --- BULLET POINTS --- */
.tick-bullets .bullet-item{
    position: relative;
    padding-left: 26px;
}
.tick-bullets .bullet-item:before{
    content: '\f00c';
    color: #00528C;
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.tick-bullets .bullet-item p{
    margin-bottom: 6px;
    color: white;
}

/* ---BUTTONS--- */
.button{
    color: white;
    font-weight: 700;
    padding: 2px 20px 1px;
    border: 2px solid #4ebdc5;
    background-color: #4ebdc5;
    border-radius: 3px;
    font-size: 18px;
    line-height: 38px;
    display: inline-flex;
    align-items: center;
    outline: none;
    text-shadow: none;
    cursor: pointer;
    min-width: 200px;
    justify-content: center;
    transition: all 0.25s ease-in-out;
}
.button:after,
.arrow:after{
    content: "\e802";
    margin-left: 8px;
    font-size: 14px;
    font-family: 'icons';
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.button-container.alternate .button:nth-child(odd){
    color: #39adff;
    border-color: #39adff;
    background-color: transparent;
}

.page-banner.homepage .button:nth-child(odd){
    color: #1f4173;
    border-color: white;
    background-color: white;
}

.button:hover{
    color: #4ebdc5;
    border-color: white;
    background-color: white;
}

.button-container .button:not(:first-child){
    margin-left: 18px;
}
.button.disabled{
    opacity: 0.4;
    cursor: not-allowed;
}
.button-container{
    margin-top: 30px;
}

.text-button{
    font-size: 20px;
    font-weight: bold;
    color: #444;
}
.text-button:hover{
    color: #ff6316;
}
.button-download,
.button-container.alternate-colour .button:nth-child(odd).button-download{
    padding-left: 12px;
    padding-right: 12px;
    border-color: #ff6316;
}
.button-download:hover,
.button-container.alternate-colour .button:nth-child(odd).button-download:hover{
    border-color: white;
}
.button-download:after{
    display: none;
}
.button-download i{
    font-size: 25px;
}
.read-more{
    cursor: pointer;
    margin-top: 6px;
    display: block;
}

@media screen and (max-width: 800px){
    .button-container{
        margin-top: 20px;
    }
}
@media screen and (max-width: 600px){
    .button-container{
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}

/* ---- DROP DOWN MENU ---- */
.menu-item-has-children{
    position: relative;
}
.menu-item-has-children .sub-menu{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 15px;
    transition: all 0.4s ease-in-out;
    align-items: flex-start;
    align-items: center;
    overflow: hidden;
}
.menu-item-has-children .sub-menu.collapsed{
    height: 0 !important;
}
.header-menu nav ul li.menu-item-has-children li{
    margin-right: 0;
}
.header-menu nav ul li.menu-item-has-children li:not(:first-child){
    margin-top: 4px;
}
.menu-item-has-children .sub-menu a{
    white-space: nowrap;
}

/* ---- PAGE BANNER ---- */
.page-banner .container{
    position: relative;
    overflow: hidden;
}
.page-banner .content-container{
    position: relative;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-top: 200px;
    padding-bottom: 45px;
    z-index: 3;
}
.page-banner .content-container h1,
.page-banner .content-container p{
    color: white;
}
.page-banner.homepage{
    min-height: 500px;
}
.page-banner.homepage .container{
    height: 100%;
}
.page-banner.homepage .content-container{
    position: absolute;
    top: 62%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 0;
}

@media screen and (max-width: 800px){
    .page-banner.homepage .content-container{
        position: relative;
        top: 0;
        transform: translateY(0);
        padding-top: 250px;
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 600px){
    .page-banner.homepage{
        min-height: auto;
    }
    .page-banner.homepage .content-container{
        padding-top: 160px;
        padding-bottom: 60px;
    }
    .single .page-banner .content-container{
        padding-top: 110px;
        padding-bottom: 15px;
    }
}
/* ---- SECTION ---- */
.section{
    padding-top: 80px;
}

@media screen and (max-width: 800px){
    .section{
        padding-top: 40px;
    }
}

/* ---- COLUMNS ---- */
.columns{
    display: flex;
    justify-content: space-between;
}
.columns.col-1{
    justify-content: center;
}
.columns.col-2 .col{
    flex: 0 1 50%;
}
.columns.col-3 .col{
    flex: 0 1 33.333%;
}
.columns.col-4 .col{
    flex: 0 1 25%;
}
.columns.col-5 .col{
    flex: 0 1 20%;
}

@media screen and (max-width: 800px){
    .columns{
        flex-direction: column;
    }
}

/* ---- GRID ---- */
.grid{
    display: flex;
    flex-flow: row wrap;
}
.grid.col-2 .grid-item{
    flex: 0 1 50%;
}
.grid.col-3 .grid-item{
    flex: 0 1 33.333%;
}
.grid.col-4.max-inner-width-container{
    width: calc(92% + 16px);
}
.grid.col-4 .grid-item{
    flex: 0 1 25%;
}
.grid.col-4 .grid-item .container{
    display: flex;
    flex-direction: column;
}
.grid.col-5 .grid-item{
    flex: 0 1 20%;
}
.grid-container .grid.col-3{
    max-width: 1220px;
}
.grid-item .container{
    position: relative;
    margin: 10px;
}
.grid-item .container .image-container{
    position: relative;
    width: 100%;
    padding-bottom: 74%;
    overflow: hidden;
    border-radius: 0;
}
.grid-item .container .image-container.aspect-tall{
    padding-bottom: 126.06%;
}
.grid-item .container .image-container img{
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    min-height: calc(100% + 4px);
    min-width: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    transform: translate(-50%,-50%);
    transform-origin: center;
    object-fit: cover;
    object-position: center;
}
.grid-item:hover .container .image-container img{
    transform: translate(-50%,-50%) scale(1.03);
}
.grid-item .container .content-container{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 16px 20px 20px;
    z-index: 2;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    min-height: 89px;
}
.grid-item .container .content-container > * {
    color: white;
}
.grid-item .container .content-container .title{
    margin-bottom: 0;
}

.grid-container.animate .grid-item,
.grid-item.hide,
.work-section .row.hide{
    opacity: 0;
    visibility: hidden;
}
.grid-item.hide,
.work-section .row.hide{
    position: absolute;
}

.grid-item .floating-icon-container{
    position: absolute;
    top: 10px;
    right: 10px;
}
.grid-item .floating-icon-container .floating-icon{
    font-size: 20px;
    color: white;
    background-color: #00528c;
    width: 38px;
    height: 38px;   
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.grid-item .floating-icon-container .floating-icon:hover{
    color: #00528c;
    background-color: white;
}
.grid-item.floating-content .content-container{
    position: absolute;
    height: auto;
    background-color: transparent;
    text-align: center;
    bottom: 15px;
}
.grid-item.floating-content .container .image-container{
    border-radius: 8px;
}
.grid-item.floating-content .image-container:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(transparent, rgba(0,0,0,0.2) 70%);
    z-index: 1;
}

@media screen and (max-width: 800px){
    .grid.col-2 .grid-item{
        flex: 100%;
    }
    .grid.col-4 .grid-item{
        flex: 0 1 50%;
    }
}
@media screen and (max-width: 600px){
    .grid.col-4 .grid-item{
        flex: 100%;
    }
}

/* ---- TEAM GRID ---- */
.grid-team .social-container{
    position: absolute;
    top: -10px;
    right: 20px;
    margin-top: 0;
    z-index: 3;
}
.grid-team .container .content-container{
    text-align: center;
    padding: 20px;
}
.grid-team .container .image-container{
    padding-bottom: 125%;
}
.grid-team .container .content-container .role{
    margin-bottom: 0;
    font-size: 17px;
}

/* ---- LOGO GRID ---- */
.grid-logo .image-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 115px;
}
.grid-logo img{
    max-width: 180px;
    max-height: 72px;
    width: auto;
}

/* ---- TABLE LAYOUT ---- */
.table-wrapper{
    display: flex;
    justify-content: center;
}
.table{
    display: table;
    border-collapse: separate;
    border-spacing: 15px;
}
.table-row{
    display: table-row;
}
.table-cell{
    display: table-cell;
}

@media screen and (max-width: 800px){
    .table{
        display: flex;
        flex-direction: column;
    }
    .table-row{
        display: flex;
        flex-flow: row wrap;
    }
    .table-cell{
        margin-top: 50px;
        flex: 50%;
    }
}
@media screen and (max-width: 600px){
    .table-row{
        flex-flow: column nowrap;
    }
    .table-cell{
        flex: 100%;
    }
}

/* --- LAYOUT --- */
.justify-center{
    justify-content: center;
}
.hidden{
    display: none;
}
iframe{
    width: 100%;
}
@media screen and (max-width: 600px){
    br{
        display: none;
    }
}

/* ---- SECTION TITLE ---- */
.section-title{
    padding-bottom: 10px;
}
.section-title + .section{
    padding-top: 0;
}

/* ---- SECTION BLOCKS ---- */
.section-blocks{
    padding-top: 0;
}
.block-image{
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-height: 450px;
}
.block-text{
    display: flex;
    align-items: center;
}
.block-text .content-container{
    padding: 10% 4% 10% 9%;
    max-width: 640px;
    width: 100%;
}
.section-blocks .rows .columns .block-text:first-child,
.section-blocks.layout-columns > .columns > .col:first-child > .row{
    justify-content: flex-end;
}
.section-blocks .rows .columns .block-text.align-center{
    
}
.section-blocks.layout-columns > .columns > .col{
    display: flex;
    flex-direction: column;
}
.section-blocks.layout-columns > .columns > .col > .row{
    flex: auto;
}
.section-blocks.spaced-image .image-container img{
    width: auto;
    height: auto;
    min-height: auto;
    min-width: auto;
    object-fit: contain;
    transform: translate(0,-50%);
    height: 90%;
    left: auto;
    right: 11%;
}
@media screen and (max-width: 800px){
    .block-text .content-container{
        max-width: none;
    }
    .section-blocks .columns.col-2 > .block-image:first-child{
        order: 1;
    }
    .section-blocks.spaced-image .image-container img{
        transform: translate(-50%,-50%);
        left: 50%;
        right: auto;
    }
}
@media screen and (max-width: 600px){
    .block-text .content-container{
        padding: 30px;
    }
    .block-image{
        min-height: 350px;
    }
}

/* --- FLOATING BLOCK SECTION --- */
.floating-block-section{
    position: relative;
    z-index: 1;
}
.floating-block-section.image-over-text{
    padding-top: 100px;
    padding-bottom: 2.02%;
}
.floating-block-section .container{
    position: relative;
}
.floating-block-section.image-over-text .image-container{
    position: absolute;
    top: -7.5%;
    left: 0;
    width: 44%;
    height: 114%;
    overflow: hidden;
}
.floating-block-section.image-over-text .content-container{
    padding: 7%;
    background-color: white;
}
.floating-block-section.image-over-text .content-container .content-wrapper{
    width: 52%;
    margin-left: auto;
}
.floating-block-section.text-over-image .max-inner-width-container{
    max-width: none;
    margin-left: 0;
}
.floating-block-section.text-over-image .image-container{
    top: 0;
    left: 0;
    left: 0;
    width: 60%;
    height: 47vw;
    position: relative;
    overflow: hidden;
    max-height: 750px;
}
.floating-block-section.text-over-image .content-container{
    padding: 5%;
    background-color: white;
    width: 48%;
    margin-left: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    max-width: 575px;
}
.floating-block-section.text-over-image .content-container{
    left: 55%;
}

@media screen and (max-width: 800px){
    .floating-block-section.text-over-image .max-inner-width-container{
        margin-left: auto;
    }
    .floating-block-section.text-over-image.style-blue .content-container{
        width: 85%;
        left: 0;
        transform: none;
        position: relative;
        max-width: none;
        top: 0;
        margin-top: -100px;
    }
    .floating-block-section.text-over-image .image-container{
        height: 400px;
        width: 88%;
    }
}
@media screen and (max-width: 750px){
    .floating-block-section.image-over-text .content-container{
        padding-top: 400px;
        margin-left: 5%;
    }
    .floating-block-section.image-over-text .image-container{
        width: 95%;
        height: 425px;
    }
    .floating-block-section.image-over-text .content-container .content-wrapper{
        width: 100%;
    }
}
@media screen and (max-width: 450px){
    .floating-block-section.image-over-text .image-container{
        height: 380px;
    }
    .floating-block-section.image-over-text .content-container{
        padding-top: 346px;
    }
    .floating-block-section.text-over-image .image-container{
        width: 92%;
    }
    .floating-block-section.text-over-image.style-blue .content-container{
        width: 88%;
    }
    .floating-block-section.text-over-image .content-container{
        padding: 6%;
    }
}

/* ---- COOKIES POPUP ---- */
.cookies.popup{
    overflow: visible;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 96%;
    z-index: 100;
}
.cookies.popup .popup-wrapper{
    top: auto;
    left: auto;
    bottom: 15px;
    right: 15px;
    transform: translateY(20px);
    width: auto;
    max-width: 600px;
}
.cookies.popup .popup-container{
    min-height: auto;
    background: #FF6316;
    border-radius: 8px;
}
.cookies.popup .popup-container .title{
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 12px;
}
.cookies.popup .popup-container .button-container{
    text-align: right;
}
.cookies .button:after{
    display: none;
}
.cookies .white-fonts .button-container .button{
    background-color: white;
    color: #FF6316;
}
.cookies .button-container .button:nth-child(even):hover{
    background-color: transparent;
    color: white !important;
}
.cookies p a{
    color: #7dfffd;
}
.cookies p a:hover,
.cookies .text-button:hover{
    color: #00528C;
}

@media screen and (max-width: 600px){
    .cookies.popup .popup-container .button-container{
        text-align: center;
    }
}

/* ---- STATEMENT SECTION ---- */
.statement-section{
    padding-top: 0;
    padding: 60px 20px;
}
.statement-section .content-container{
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.statement-section .content-container{
    text-align: center;
}
.statement-section .content-container > *:last-child{
    margin-bottom: 0;
}
.statement-section.layout-background{
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 80px;
}
.statement-section.layout-background .content-container h4{
    max-width: 560px;
    margin-left: auto;
}
.statement-section.layout-background + .footer{
    padding-top: 0;
}
@media screen and (max-width: 600px){
    .statement-section{
        padding: 40px 20px;
    }
    .statement-section.layout-background{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* ---- ARTICLE ---- */
.article{
    position: relative;
    z-index: 2;
    background-color: white;
    margin-top: 120px;
    padding: 40px 6% 60px;
    border-radius: 5px;
}
.article-meta .button-container{
    text-align: right;
    margin-top: 0;
}
.article-meta .button-container a{
    color: #FF6316;
}
.article-meta .button-container a:hover{
    color: #00528C;
}
.article-meta .title-border{
    border-bottom: 1px solid #c0cdd4;
    padding-bottom: 15px;
    word-break: break-word;
}
.article-meta h1{
    color: #00528C;
}
.article-meta h4{
    font-size: 20px;
}
.article-content{
    margin-top: 50px;
}
.article-content h2{
    color: #FF6316;
    font-size: 50px;
    line-height: 60px;
}
.article-content h3{
    font-size: 36px;
    line-height: 44px;
    color: #00528C;
    margin-bottom: 10px;
}
.article-content h4{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    color: #00528C;
    margin-top: 30px;
    font-weight: 900;
}
.article-content p,
.article-content li{
    color: #444444;
}

@media screen and (max-width: 600px){
    .article-meta .button-container{
        align-items: flex-end;
        margin-bottom: 15px;
    }
}

/* --- NEWS CONTROLS --- */

.controls-container{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.sort-controls{
    display: flex;
    min-width: 250px;
    justify-content: flex-end;
}
.sort-controls p{
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
}
.sort-controls .select{
    width: 92px;
    margin-left: 2px;
}
.sort-controls .select-styled{
    border-bottom: 0;
    padding-top: 0;
    min-height: auto;
}
.sort-controls .select-styled p{
    font-size: 18px;
    font-weight: bold;
}
.sort-controls .select-styled .fa-chevron-down{
    top: 11px;
    right: 0;
}
.filter-controls{
    margin-bottom: 0px;
    display: flex;
    flex-flow: row wrap;
    flex: 100%;
    justify-content: center;
}
.filter-controls .cat-item{
    font-size: 18px;
    font-weight: bold;
    color: #cccccc;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    text-transform: capitalize;
}
.filter-controls .cat-item:first-child{
    margin-right: 10px;
}
.filter-controls .cat-item:not(:first-child){
    margin-left: 10px;
    margin-right: 10px;
}
.filter-controls .cat-item.active,
.filter-controls .cat-item:hover{
    color: #444;
}

@media screen and (max-width: 1030px){
    .grid.col-3 .grid-item{
        flex: 0 1 50%;
    }
}
@media screen and (max-width: 600px){
    .grid.col-3 .grid-item{
        flex: 100%;
    }
    .content-container{
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .filter-controls .cat-item{
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        font-size: 16px;
    }
    .filter-controls{
        justify-content: center;
        margin-top: -10px;
    }
}

/* ---- POST GRID ---- */
.grid-post .content-container .post-date{
    position: absolute;
    top: -28px;
    left: 20px;
}
.grid-post .content-container .post-date p{
    margin-bottom: 0;
}
.news-section .grid-item{
    opacity: 1;
}
.news-section .ready .grid-item{
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.news-section .grid-item.animate,
.news-section .grid-item.hide,
.news-section .grid-item.load-hide{
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}
.news-section .grid-item.hide,
.news-section .grid-item.load-hide{
    position: absolute;
}
.news-section .grid-item.show .container{
    opacity: 1 !important;
}
@media screen and (max-width: 600px){
    .news-section{
        padding-top: 20px;
    }
}

/* ----POST---- */
.single-page .post{
    padding-top: 120px;
    position: relative;
    z-index: 3;
}
.post-meta{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.post-meta > div{
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
    flex: auto;
}
.post-meta .button-container{
    justify-content: flex-end;
}
.post-meta p,
.post-banner p{
    font-size: 16px;
    margin-bottom: 0;
    font-weight: bold;
    color: #444;
}
.post-meta .text-button i{
    margin-left: 10px;
}
.post-container,
.author-container{
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}
.author-container{
    max-width: 850px;
}
.post-banner{
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 30%;
    overflow: hidden;
}
.post-banner img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}
.post-banner p{
    position: absolute;
    bottom: 10px;
    left: 12px;
    margin-bottom: 0;
}
.post-container h3{
    font-size: 42px;
    line-height: 50px;
}
.post-container h4{
    font-weight: 100;
    font-size: 25px;
}
.post-container h5{
    font-size: 20px;
    line-height: 30px;
    color: #00528c;
}
.post-container a{
    color: #00528c;
    font-weight: bold;
}
.post-container a:hover{
    color: #31506e;
}
.post-container h1,
.post-container h2,
.post-container h3,
.post-container h4,
.post-container h5,
.post-container h6{
    color: #444;
    margin-bottom: 15px;
}
.post-container li{
    color: #31506e;
}
.post-container img{
    width: auto;
    height: auto;
}
.post-container img.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.post-container img.alignleft{
    float: left;
    margin-right: 20px;
}
.post-container img.alignright{
    float: right;
    margin-left: 20px;
}
.author-container{
    display: flex;
    margin-top: 70px;
}
.author-container .avatar-container{
    flex: 0 1 22%;
}
.author-container .avatar-container .container{
    margin-right: 20%;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 80%;
}
.author-container .avatar-container .container img{
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%);
}
.author-container .content-container{
    flex: 1 1 78%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.author-container .author-title{
    color: #00528c;
}
.author-container .content-container span{
    margin-right: 16px;
}
.tooltip-container{
    display: inline-flex;
    position: relative;
}
.tooltip-container .social-wrapper{
    background-color: #ff6316;
    padding: 12px;
    margin-top: 0;
    position: relative;
    z-index: 1;
    border-radius: 8px;
}
.tooltip-container .container{
    position: absolute;
    top: -70px;
    width: 100%;
    border-radius: 5px;
    transition: all 0.25s ease-in-out;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    padding-bottom: 15px;
}
.tooltip-container .container:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    margin: auto;
    bottom: 6px;
    background-color: #ff6316;
}
.tooltip-container:hover .container{
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.share-container{
    margin-top: 60px;
}
.share-container h4{
    text-align: center;
    font-size: 32px;
}
.share-container .whatsapp{
    display: none;
}
.social-wrapper{
    margin-top: 5px;
    width: auto;
    display: inline-flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.social-wrapper li{
    font-size: 26px;
}
.social-wrapper li:not(:last-child){
    margin-right: 12px;
}
.social-wrapper li a{
    color: white;
    height: 34px;
    width: 34px;
    display: block;
    line-height: 34px;
    font-size: 18px;
    border-radius: 100%;
    background-color: #ff8143;
}
.social-wrapper li a:hover{
    color: #ff6316;
    background-color: white;
}
.post .share-container .button-container{
    text-align: center;
}

@media screen and (max-width: 600px){
    .post-banner{
        /* min-height: 300px; */
        padding-bottom: 0;
    }
    .post-banner img{
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        display: block;
    }
    .post-meta > div{
        margin-top: 40px;
    }
    .post-meta{
        margin-bottom: 20px;
    }
    .post-meta h1{
        font-size: 32px;
        line-height: 36px;
    }
    .share-container{
        margin-top: 0px;
        text-align: center;
    }
    .post .button-container{
        margin-bottom: 120px;
        margin-top: 30px;
    }
    .post .share-container .button-container{
        margin-top: 15px;
        margin-bottom: 0;
    }
    .author-container{
        flex-direction: column;
    }
    .author-container .avatar-container .container{
        padding-bottom: 40%;
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }
    .author-container .content-container{
        margin-top: 15px;
        text-align: center;
    }
    .button-container .button:not(:first-child){
        margin-left: 0;
        margin-top: 15px;
    }
}

/* ---- CONTACT FORM ---- */
.contact-form-container{
    max-width: 900px;
    margin: auto;
    margin-top: 40px;
}
.contact-form-section .footer-container{
    margin-top: 60px;
}
.contact-form-container .columns.col-1,
.contact-form-container .columns.col-1 .col{
    width: 100%;
}
.contact-form-container .wpcf7-form .col-2 .col{
    flex: 0 1 48.5%;
}
.contact-form-container .columns .form-field + p{
    display: none;
}
.contact-form-container .columns:not(:first-child){
    margin-top: 15px;
}
.contact-form-container .columns.large-space{
    margin-bottom: 15px;
}

.contact-form-container .form-field{
    position: relative;
}
.contact-form-container .button{
    cursor: pointer;
    margin-top: 10px;
}
.contact-form-container h3{
    margin-bottom: 5px;
}

.contact-form-container .input-placeholder{
    position: absolute;
    color: #00528C;
    font-size: 16px;
    font-style: italic;
    margin-left: 1px;
    top: 22px;
    left: 0px;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.contact-form-container .form-field:focus-within .input-placeholder,
.contact-form-container .form-field.filled .input-placeholder{
    -webkit-transform: translateY(-20px) scale(0.8);
    transform: translateY(-20px) scale(0.8);
}

.contact-form-container .form-field.file-attachment-field .input-placeholder{
    color: white;
    pointer-events: none;
}

.contact-form-container .button-placeholder.attached{
    background-color: #3cc47c;
    border-color: #3cc47c;
    padding-right: 50px;
    color: white;
}
.contact-form-container .button-placeholder.attached + .fa-paperclip:before{
    color: white;
}

.contact-form-container .file-attachment-field .fa-paperclip:before{
    position: absolute;
    right: 20px;
    font-size: 24px;
    color: #ed1819;
    top: 12px;
    transition: all 0.25s ease-in-out;
}
.contact-form-container .file-attachment-field:hover .fa-paperclip:before{
    color: white;
}
.contact-form-container .file-attachment-field .button:after{
    display: none;
}

.contact-form-container .recaptcha-container,
.contact-form-container .submit-container{
    margin-top: 15px;
}
.contact-form-container .submit-container{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-right: 0;
}
.contact-form-container .submit-container p{
    margin-bottom: 0;
}
.contact-form-container .submit-container .button{
    margin-top: 0;
    order: 1;
    cursor: pointer;
    -webkit-appearance: none !important;
    border-radius: 3px !important;
}
.contact-form-container .submit-container input{
    -webkit-border-radius:0px;
    -webkit-appearance: none;
}
.contact-form-container .sumbit-button-container{
    position: relative;
}
.contact-form-container .sumbit-button-container i{
    position: absolute;
    right: 8%;
    top: 50%;
    color: white;
    transform: translateY(-52%);
}
.contact-form-container .sumbit-button-container:hover i{
    color: #ed1819;
}
.contact-form-container .ajax-loader{
    margin-right: 0;
    float: left;
    height: 16px;
    margin-top: 18px;
}

.contact-form-container textarea{
    margin-top: 0;
    box-sizing: border-box;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 2px solid white;
    border-radius: 3px;
    outline: none;
    padding: 10px 0;
    font-size: 16px;
    width: 100%;
    height: 128px;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
    color: #00528C;
    resize: vertical;
}

.contact-form-container input:hover,
.contact-form-container .file-attachment:hover,
.contact-form-container .form-message textarea:hover{
    border-color: white;
}

.contact-form-container .form-message textarea:focus{
    background-color: white;
    color: black;
}

.contact-form-container span.wpcf7-not-valid-tip,
.contact-form-container .file-attachment-field.not-valid:after,
.contact-form-container .wpcf7-response-output.wpcf7-validation-errors{
    margin-top: 6px;
    color: #ba355d;
    background-color: #ffe5e5;
    border: solid 1px #ba355d;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 4px;
    font-size: 14px;
}

.contact-form-container .wpcf7-response-output{
    border: 0;
    text-align: center;
}

.contact-form-container .wpcf7-response-output.wpcf7-validation-errors{
    margin-top: 20px;
}

.contact-form-container .wpcf7-mail-sent-ok{
    border: 1px solid #00528c;
    background-color: #0de7fa;
    border-radius: 3px;
    text-align: center;
    color: #00528C;
    font-weight: 600;
    padding: 12px;
    font-size: 18px;
    margin-top: 20px;
}

.contact-form-container input::placeholder,
.contact-form-container textarea::placeholder {
    color: #444444;
}

.contact-form-container input:-ms-input-placeholder,
.contact-form-container textarea:-ms-input-placeholder {
    color: #444;
}
      
.contact-form-container input::-ms-input-placeholder,
.contact-form-container textarea::-ms-input-placeholder {
    color: #444;
}

.contact-form-container .file-CV{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.contact-form-container .file-attachment-field{
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

.contact-form-container .form-field.file-attachment-field .input-placeholder{
    color: #7f0030;
    pointer-events: none;
}

.submit-container .button{
    margin-top: 0;
    order: 1;
    cursor: pointer;
}
.contact-form-container .submit-button-container{
    position: relative;
}
.contact-form-container .submit-button-container i{
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-53%);
    color: #ff6316;
}
.contact-form-container .submit-button-container:hover i{
    color: white;
}
.contact-form-container .ajax-loader{
    margin-right: 15px;
}

.contact-form-container input.wpcf7-text,
.select-styled{
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 2px solid white;
    padding: 20px 10px 6px 10px;
    min-height: 54px;
    font-size: 16px;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    width: 100%;
}
.select-styled{
    position: relative;
}
.select-styled p{
    margin-bottom: 0;
}
.contact-form-container .select-styled p{
    color: #ed1819;
    line-height: 28px;
}
.select-options{
    position: absolute;
    top: 35px;
    left: 0px;
    width: 100%;
    z-index: 5;
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.contact-form-container .select-options{
    top: 54px;
}
.select-options li{
    padding: 10px;
    color: #ed1819;
    background: white;
    transition: all 0.1s ease-in-out;
}
.select-options li:hover{
    color: white;
    background: #ed1819;
}
.select{
    cursor: pointer;
}
.basic-select{
    display: none;
}
.select{
    position: relative;
}
.select .fa-chevron-down{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.select:hover .fa-chevron-down{
    color: #00528C;
}

.sort-controls .select{
    width: 90px;
    margin-left: 2px;
}
.sort-controls .select-styled{
    border-bottom: 0;
    padding-top: 0;
    min-height: auto;
}
.sort-controls .select-styled p{
    font-size: 18px;
    font-weight: bold;
}
.sort-controls .select-styled .fa-chevron-down{
    top: 11px;
    right: 0;
}
.sort-controls p{
    color: #444;
}

.sort-controls.radio .sort-options{
    display: flex;
    margin-left: 15px;
}
.sort-controls.radio .sort-options .separator{
    margin-left: 8px;
    margin-right: 8px;
}
.sort-controls.radio .option{
    color: #cccccc;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
.sort-controls.radio .option:hover,
.sort-controls.radio .option.active{
    color: #444;    
}

.field-label {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-top: 7px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 470px;
    color: #00528C;
    line-height: 20px;
    font-size: 16px;
}
.field-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.field-label:hover .checkmark{
    background-color: rgba(0, 82, 140, 0.1);
}
.field-label input:checked ~ .checkmark{
    background-color: transparent;
}
.field-label input:checked ~ .content{
    color: white;
}
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #00528C;
    border-radius: 5px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.field-label input:checked ~ .checkmark:after {
    display: block;
}
.field-label .checkmark:after {
    left: 8px;
    top: 4px;
    width: 2px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 600px){
    .contact-form-container .submit-container{
        flex-direction: column;
        align-items: center;
    }
    .contact-form-container .file-attachment-field{
        margin-right: 0;
        margin-bottom: 15px;
    }
    div.wpcf7 .ajax-loader{
        position: absolute;
    }
    .contact-form-container .wpcf7-form .col-2 .col:not(:first-child){
        margin-top: 15px;
    }
    .contact-form-container .g-recaptcha > div{
        margin-left: auto;
        margin-right: auto;
    }
    .contact-form-section .footer-container{
        margin-top: 30px;
    }
}

/* ---- TESTIMONIALS ---- */
.testimonial-container{
    position: relative;
    max-width: 900px;
}
.testimonial-container .slider-dots{
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}
.testimonial-container .slider-dots li{
    border-color: white;
}
.testimonial-container .slider-dots li:before{
    background-color: white;
}
.testimonial-item p{
    text-align: center;
    color: #00528c;
    font-weight: bold;
    font-style: italic;
    line-height: 38px;
}

/* --- CUSTOM SLIDER --- */
.custom-slider{
    position: relative;
}

.slider-dots li{
    height: 14px;
    width: 14px;
    border: 1px white solid;
    border-radius: 100%;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.slider-dots li:before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background-color: white;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.slider-dots li.active:before{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.slider-dots li:not(:last-child){
    margin-right: 8px;
}
.slider-dots{
    position: absolute;
    bottom: 5px;
    width: auto;
    display: inline-flex;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    z-index: 3;
}
.animate-in{
    opacity: 1;
    transform: translateX(0px);
    visibility: visible;
}
.animate-out{
    opacity: 0;
    transform: translateX(30px);
}

/* ---- RESOURCES ---- */
.resource-section{
    padding-top: 0;
}
.resource-section .controls-container{
    justify-content: center;
    margin-bottom: 30px;
    max-width: 400px;
}
.resource-section .list-wrapper{
    padding-top: 60px;
}
.resource-section .list-container{
    max-width: 1100px;
    min-height: 600px;
}
.topic-section:not(:last-child){
    margin-bottom: 70px;
}
.topic-section .title-container{
    margin-bottom: 40px;
}
.resource-item{
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #b2ecf2;
    padding-top: 25px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}
.topic-section{
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.resource-item.hide,
.topic-section.hide{
    max-height: 0 !important;
    border-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.resource-item .button-container{
    margin-top: 0;
    margin-left: 20px;
    display: flex;
    max-height: 46.43px;
}
.resource-item .button-container .button{
    min-width: auto;
}
.resource-section .selectize-control.single{
    width: 100%;
}
.resource-section .selectize-control.single .selectize-input{
    border: none;
    border-bottom: 2px solid white;
    background: none;
    box-shadow: none;
    font-size: 16px;
    color: white;
}
.resource-section .selectize-control.single .selectize-input input{
    font-size: 16px;
    color: white;
    font-style: italic;
}

.resource-section .selectize-control.single .selectize-input input::placeholder {
color: white;
opacity: 1
}
  
.resource-section .selectize-control.single .selectize-input input:-ms-input-placeholder {
color: white;
}
  
.resource-section .selectize-control.single .selectize-input input::-ms-input-placeholder {
color: white;
}
.resource-section .selectize-dropdown .optgroup .optgroup-header,
.resource-section .selectize-dropdown .option{
    font-size: 14px;
}
.resource-section .selectize-dropdown .optgroup .optgroup-header{
    color: #ed1819;
}
.resource-section .selectize-dropdown .option{
    color: #31506e;
}
.resource-section .selectize-control.single .selectize-input:after{
    content: "\f078";
    font-size: 15px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    border: none;
    top: 14px;
}
.resource-section .resource-item h5{
    color: #304F6F;
    font-size: 24px;
    margin-bottom: 4px;
}

@media screen and (max-width: 600px){
    .resource-item{
        flex-direction: column;
    }
    .resource-item .button-container{
        margin-left: 0;
        flex-direction: row;
        justify-content: flex-end;
        margin-bottom: 15px;
    }
    .button-container.alternate-colour .button:nth-child(even){
        margin-top: 15px;
        margin-left: 0;
    }
}

/* --- POPUPS --- */

.popup{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 110;
    display: flex;
    justify-content: center;
    align-items: center;
    will-change: opacity;
}
.popup .popup-background-overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(27, 43, 59, 0.4);
}
.popup .popup-wrapper{
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    width: 94%;
    margin: auto;
    max-width: 900px;
    transform: translateY(40px);
    transition: all 0.4s ease-in-out;
    max-height: 96%;
    overflow-y: auto;
    will-change: transform;
}
.popup .popup-container{
    height: 100%;
    width: 100%;
    background-color: white;
    padding: 30px;
    box-sizing: border-box;
    min-height: 325px;
    display: flex;
}
.popup .popup-container .content-container{
    position: relative;
    z-index: 2;
}
.popup .close-button{
    position: absolute;
    top: 29px;
    right: 28px;
    height: 30px;
    width: 30px;
    z-index: 10;
    cursor: pointer;
}
.popup .close-button:before, 
.popup .close-button:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 4px;
    top: 1px;
    right: 13px;
    background-color: white;
    transition: all 0.3s ease-out;
}
.popup .close-button:before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popup .close-button:after{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close-button span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 100%;
    transform: scale(0);
    z-index: -1;
    transition: all 0.3s ease-out;
}
.popup .close-button:hover:before,
.popup .close-button:hover:after{
    height: 90%;
    background-color: #4ebdc5;
}
.popup .close-button:hover span {
    transform: scale(1.3);
}
.popup .close-button p{
    position: absolute;
    top: 4px;
    left: -48px;
    transition: all 0.25s ease-in-out;
    color: white;
}
.popup .close-button:hover p{
    left: -58px;
}

.popup.show{
    visibility: visible;
    opacity: 1;
}
.popup.show .popup-wrapper{
    transform: translateY(0);
}

@media screen and (max-width: 600px){
    .popup{

    }
    .popup .popup-wrapper{

    }
}

/* ---- 404 PAGE ---- */
.section-404 {
    padding-top: 50px;
    text-align: center;
}
.section-404 .button{
    margin-top: 20px;
}
.error404 .page-404{
    padding-bottom: 200px;
}
.error404 .page-404 .image-container{
    overflow: visible;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    transform: translateX(-50%);
    top: -53%;
}
.page-404 .page-banner{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 250px;
}
.page-404 h5{
    color: #444;
    line-height: 2.2rem;
}
.page-404 .button-container{
    margin-top: 0;
}
.glitch-container {
  display: inline-block;
  font-size: 30px;
}
.glitch-container .glitch {
  color: white;
  font-size: 6em;
  position: relative;
  font-family: 'Open Sans';
  font-weight: 700;
  line-height: 153px;
  margin-bottom: 0;
}
.glitch-container .glitch::before,
.glitch-container .glitch::after {
  content: '404';
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: transparent;
  color: white;
}
.glitch-container .glitch::before {
  left: 8px;
  text-shadow: 2px 0 #00ffea;
  animation: glitch 3s infinite linear;
}
.glitch-container .glitch::after {
  left: 8px;
  text-shadow: -2px 0 #fe3a7f;
  animation: glitch 2s infinite linear;
}
@-moz-keyframes glitch {
  0% {
    clip: rect(20px, 9999px, 71px, 0);
  }
  5% {
    clip: rect(86px, 9999px, 47px, 0);
  }
  10% {
    clip: rect(87px, 9999px, 45px, 0);
  }
  15% {
    clip: rect(49px, 9999px, 11px, 0);
  }
  20% {
    clip: rect(68px, 9999px, 14px, 0);
  }
  25% {
    clip: rect(96px, 9999px, 93px, 0);
  }
  30% {
    clip: rect(43px, 9999px, 61px, 0);
  }
  35% {
    clip: rect(41px, 9999px, 21px, 0);
  }
  40% {
    clip: rect(97px, 9999px, 38px, 0);
  }
  45% {
    clip: rect(83px, 9999px, 77px, 0);
  }
  50% {
    clip: rect(93px, 9999px, 97px, 0);
  }
  55% {
    clip: rect(40px, 9999px, 45px, 0);
  }
  60% {
    clip: rect(61px, 9999px, 70px, 0);
  }
  65% {
    clip: rect(34px, 9999px, 86px, 0);
  }
  70% {
    clip: rect(25px, 9999px, 62px, 0);
  }
  75% {
    clip: rect(49px, 9999px, 19px, 0);
  }
  80% {
    clip: rect(29px, 9999px, 29px, 0);
  }
  85% {
    clip: rect(83px, 9999px, 48px, 0);
  }
  90% {
    clip: rect(67px, 9999px, 92px, 0);
  }
  95% {
    clip: rect(59px, 9999px, 89px, 0);
  }
  100% {
    clip: rect(21px, 9999px, 29px, 0);
  }
}
@-webkit-keyframes glitch {
  0% {
    clip: rect(20px, 9999px, 71px, 0);
  }
  5% {
    clip: rect(86px, 9999px, 47px, 0);
  }
  10% {
    clip: rect(87px, 9999px, 45px, 0);
  }
  15% {
    clip: rect(49px, 9999px, 11px, 0);
  }
  20% {
    clip: rect(68px, 9999px, 14px, 0);
  }
  25% {
    clip: rect(96px, 9999px, 93px, 0);
  }
  30% {
    clip: rect(43px, 9999px, 61px, 0);
  }
  35% {
    clip: rect(41px, 9999px, 21px, 0);
  }
  40% {
    clip: rect(97px, 9999px, 38px, 0);
  }
  45% {
    clip: rect(83px, 9999px, 77px, 0);
  }
  50% {
    clip: rect(93px, 9999px, 97px, 0);
  }
  55% {
    clip: rect(40px, 9999px, 45px, 0);
  }
  60% {
    clip: rect(61px, 9999px, 70px, 0);
  }
  65% {
    clip: rect(34px, 9999px, 86px, 0);
  }
  70% {
    clip: rect(25px, 9999px, 62px, 0);
  }
  75% {
    clip: rect(49px, 9999px, 19px, 0);
  }
  80% {
    clip: rect(29px, 9999px, 29px, 0);
  }
  85% {
    clip: rect(83px, 9999px, 48px, 0);
  }
  90% {
    clip: rect(67px, 9999px, 92px, 0);
  }
  95% {
    clip: rect(59px, 9999px, 89px, 0);
  }
  100% {
    clip: rect(21px, 9999px, 29px, 0);
  }
}
@-o-keyframes glitch {
  0% {
    clip: rect(20px, 9999px, 71px, 0);
  }
  5% {
    clip: rect(86px, 9999px, 47px, 0);
  }
  10% {
    clip: rect(87px, 9999px, 45px, 0);
  }
  15% {
    clip: rect(49px, 9999px, 11px, 0);
  }
  20% {
    clip: rect(68px, 9999px, 14px, 0);
  }
  25% {
    clip: rect(96px, 9999px, 93px, 0);
  }
  30% {
    clip: rect(43px, 9999px, 61px, 0);
  }
  35% {
    clip: rect(41px, 9999px, 21px, 0);
  }
  40% {
    clip: rect(97px, 9999px, 38px, 0);
  }
  45% {
    clip: rect(83px, 9999px, 77px, 0);
  }
  50% {
    clip: rect(93px, 9999px, 97px, 0);
  }
  55% {
    clip: rect(40px, 9999px, 45px, 0);
  }
  60% {
    clip: rect(61px, 9999px, 70px, 0);
  }
  65% {
    clip: rect(34px, 9999px, 86px, 0);
  }
  70% {
    clip: rect(25px, 9999px, 62px, 0);
  }
  75% {
    clip: rect(49px, 9999px, 19px, 0);
  }
  80% {
    clip: rect(29px, 9999px, 29px, 0);
  }
  85% {
    clip: rect(83px, 9999px, 48px, 0);
  }
  90% {
    clip: rect(67px, 9999px, 92px, 0);
  }
  95% {
    clip: rect(59px, 9999px, 89px, 0);
  }
  100% {
    clip: rect(21px, 9999px, 29px, 0);
  }
}
@keyframes glitch {
  0% {
    clip: rect(20px, 9999px, 71px, 0);
  }
  5% {
    clip: rect(86px, 9999px, 47px, 0);
  }
  10% {
    clip: rect(87px, 9999px, 45px, 0);
  }
  15% {
    clip: rect(49px, 9999px, 11px, 0);
  }
  20% {
    clip: rect(68px, 9999px, 14px, 0);
  }
  25% {
    clip: rect(96px, 9999px, 93px, 0);
  }
  30% {
    clip: rect(43px, 9999px, 61px, 0);
  }
  35% {
    clip: rect(41px, 9999px, 21px, 0);
  }
  40% {
    clip: rect(97px, 9999px, 38px, 0);
  }
  45% {
    clip: rect(83px, 9999px, 77px, 0);
  }
  50% {
    clip: rect(93px, 9999px, 97px, 0);
  }
  55% {
    clip: rect(40px, 9999px, 45px, 0);
  }
  60% {
    clip: rect(61px, 9999px, 70px, 0);
  }
  65% {
    clip: rect(34px, 9999px, 86px, 0);
  }
  70% {
    clip: rect(25px, 9999px, 62px, 0);
  }
  75% {
    clip: rect(49px, 9999px, 19px, 0);
  }
  80% {
    clip: rect(29px, 9999px, 29px, 0);
  }
  85% {
    clip: rect(83px, 9999px, 48px, 0);
  }
  90% {
    clip: rect(67px, 9999px, 92px, 0);
  }
  95% {
    clip: rect(59px, 9999px, 89px, 0);
  }
  100% {
    clip: rect(21px, 9999px, 29px, 0);
  }
}

/* --TWITTER FEED-- */

.twitter-section{
    position: relative;
    z-index: 1;
}
.twitter-section .title-container{
    margin-bottom: 20px;
}

.twitter-title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.twitter-title i{
    font-size: 40px;
    margin-right: 15px;
    margin-bottom: 6px;
    color: #0b0b8d;
}
.twitter-title h4{
    margin-top: 0;
    color: #0b0b8d;
}

#ctf{
    width: 100%;
}

#ctf .ctf-tweets{
    display: flex;
    justify-content: space-between;
}

#ctf .ctf-tweets .ctf-item{
    flex: 0 1 31%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-flow: row wrap;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}

#ctf .ctf-tweets .ctf-author-box{
    order: 1;
}

#ctf .ctf-tweets .ctf-tweet-content{
    flex: 100%;
    margin-bottom: 10px;
}
#ctf .ctf-tweets .ctf-tweet-meta{
    margin-left: 0;
}

#ctf .ctf-tweets .ctf-tweet-text{
    font-size: 16px;
    letter-spacing: 0.3px;
    font-style: italic;
}
#ctf .ctf-tweets .ctf-tweet-text a{
    color: #0b0b8d;
}
#ctf .ctf-tweet-actions i{
    display: none;
}
#ctf .ctf-tweet-actions .ctf-screenreader{
    color: white;
    text-indent: initial !important;
    width: auto !important;
    height: auto !important;
    line-height: 24px !important;
    transition: all 0.25s ease-in-out;
}

#ctf .ctf-tweets .ctf-tweet-meta a:hover,
#ctf .ctf-tweets .ctf-tweet-text a:hover,
#ctf .ctf-tweet-actions a:hover .ctf-screenreader{
    color: #ff6316 !important
}

#ctf .ctf-item .ctf-tweet-actions a,
#ctf .ctf-item .ctf-author-box-link a{
    padding-top: 0;
    font-size: 16px;
    line-height: 24px;
    color: white !important;
    transition: all 0.25s ease-in-out;
}
#ctf .ctf-item .ctf-tweet-actions a:hover,
#ctf .ctf-item .ctf-author-box-link a:hover{
    color: #ff6316 !important;
}
#ctf .ctf-author-box-link a{
    margin-left: 6px;
}
#ctf .ctf-action-count{
    display: none !important;
}

@media only screen and (max-width: 1000px) {
    
    #ctf .ctf-tweets{
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
    
    #ctf .ctf-tweets .ctf-item{
        margin-right: 0;
        justify-content: center;
    }
    #ctf .ctf-tweet-actions{
        margin-left: 5% !important;
    }
    #ctf .ctf-tweets .ctf-item:not(:first-child){
        margin-top: 30px;
    }
}

/* --- INSTAGRAM FEED --- */
.instagram-section .title-container{
    margin-bottom: 20px;
}
.instagram-section .title-container a{
    display: inline-block;
}
.instagram-section .title-container a .title{
    transition: color 0.25s ease-in-out;
}
.instagram-section .title-container a:hover .title{
    color: #00528c;
}
.eapps-instagram-feed-posts-view.eui-slider-slide{
    justify-content: space-between;
}
.eapps-instagram-feed-posts-item{
    width: 32.25% !important;
}
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-likes-count{
    position: relative;
}
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-likes-count-icon{
    display: none;
}
.eapps-instagram-feed-posts-item-likes-count:before {
    content: "\f004";
    font-size: 30px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    left: -10px;
    top: -2px;
}
.instagram-section .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-likes-count-label{
    font-size: 30px;
    line-height: 29px;
    margin-left: 28px;
}
.instagram-section .eapps-instagram-feed-posts-item:hover.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-image{
    transform: scale(1.03) translate(-50%, -50%);
    transform-origin: 0 0;
    filter: none;
}
.instagram-section #eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-overlay{
    background: rgba(0, 0, 0, 0.5);
}

/* ---SOCIAL CONTAINER--- */
.social-container{
    display: flex;
    margin-top: 10px;
}
.social-container .social-item,
.icon-item{
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0b0b8d;
    border-radius: 100%;
    font-size: 18px;
    color: white;
}
.icon-phone{
    font-size: 20px;
}
.social-container .social-item:not(:first-child){
    margin-left: 10px;
}
.social-item:hover,
.icon-item:hover{
    background-color: white;
    color: #0b0b8d;
}
.social-item.whatsapp{
    display: none;
}

@media screen and (max-width: 600px){
    /* - Generic */
    .social-item.whatsapp{
        display: flex;
    }
}

/* ----FOOTER---- */
.footer{
    padding-top: 100px;
}
.footer .container{
    position: relative;
    z-index: 1;
}
.footer .columns{
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
}
.footer .col h6{
    margin-bottom: 5px;
    font-size: 17px;
    color: #0b0b8d;
}
.footer .col h6,
.footer .col a{
    line-height: 24px;
}
.footer .columns .col{
    flex: 0 1 18%;
}
.footer .columns .col:first-child{
    flex: 0 1 40%;
    margin-right: 5%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
}
.footer .columns .col:nth-child(2){
    flex: 0 1 15%;
}
.footer .columns .col:last-child{
    flex: 0 1 auto;
    max-width: 200px;
}
.footer .columns .col:last-child h6:not(:first-child),
.footer .col h6:not(:first-child){
    margin-top: 15px;
}
.footer .columns{
    margin-bottom: 70px;
}
.footer .columns img{
	width: auto;
}
.footer .columns .col:first-child img{
    width: 190px;
}
.footer-strapline{
    font-size: 17px;
    margin-top: 10px;
}
.footer p{
    margin-bottom: 0;
}
.footer h5{
    margin-top: 10px;
    margin-bottom: 3px;
}
.footer .socket{
    margin: 20px 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}
.footer .socket p{
    text-align: center;
    font-size: 14px;
    width: auto;
}
.footer .strapline h6{
    font-size: 17px;
    line-height: 22px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    margin-top: 10px;
}
.socket a{
    color:#444;
    font-size: 14px;
    font-weight: 100;
}
.socket a:hover{
    color: white;
}

@media (max-width: 1000px){
    .footer .columns{
        flex-flow: row wrap;
        width: 100%;
    }
    .footer .columns.col-4 .col{
        flex: 0 1 33%;
    }
    .footer .columns.col-4 .col:first-child{
        flex: 0 1 100%;
        margin-bottom: 50px;
        text-align: center;
        align-items: center;
    }
    .footer .columns .col:nth-child(3){
        flex: 0 1 33%;
    }
    .footer .columns .col:last-child{
        flex: 0 1 20%;
    }
}

@media (max-width: 800px){
    .header-menu nav{
        display: none;
    }
    .menu-icon-container{
        display: block;
    }
}

@media (max-width: 600px){
    .footer{
        padding-top: 40px;
    }
    .share-container .whatsapp{
        display: block;
    }
    
    .footer .columns{
        margin-right: auto;
    }
    
    .footer .columns .col{
        text-align: center;
    }
    .footer .columns.col-4 .col,
    .footer .columns.col-4 .col:first-child,
    .footer .columns .col:last-child{
        flex: 0 1 100%;
    }

    .footer .columns.col-4 .col:nth-child(2),
    .footer .columns.col-4 .col:nth-child(3){
        flex: 0 1 50%;
    }
    
    .footer .columns .col{
        margin-bottom: 30px;
    }
    .footer .columns .col:last-child{
        max-width: none;
    }
    .socket{
        flex-direction: column;
    }
}

/* ---- ANIMATIONS ---- */
.anim-instant.fade,
.anim-instant.fade-slide,
.anim-instant.fade-slide-top-full,
.anim-instant,
.anim-fade-slide-full-right-expand,
.anim-fade-slide-full-left-expand,
.anim-fade-slide,
.anim-fade,
.anim-scroll[data-anim="fade"],
.anim-scroll[data-anim="fade-slide"],
.anim-scroll[data-anim="fade-slide-left"],
.anim-scroll[data-anim="fade-slide-right"]{
    opacity: 0;
}

.fade-slide{
    transform: translateY(25px);
}
.fade-slide-top-full{
    transform: translateY(-100%);
}