/*
	Theme Name: Invest
	Theme URI: https://investmonterrey.com/
	Description: Invest wordpress template
	Version: 1.4.3
	Author: Invest
	Author URI: https://investmonterrey.com/
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
html,
body,
div,
applet,
object,
iframe,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body > div{
  width: 100%;
  overflow-x: hidden;
}

@font-face {
  font-family: 'panamabold';
  src: url('../fonts/panama_bold-webfont.woff2') format('woff2'),
     url('../fonts/panama_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'panamaitalic';
  src: url('../fonts/panama_italic-webfont.woff2') format('woff2'),
     url('../fonts/panama_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'panamaregular';
  src: url('../fonts/panama-webfont.woff2') format('woff2'),
     url('../fonts/panama-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'panamamonospace_bold';
  src: url('../fonts/panama_monospace_bold-webfont.woff2') format('woff2'),
     url('../fonts/panama_monospace_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
}
video{
	width:100%;
}
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
svg {
  width: 100%;
  display: block;
}

svg {
  fill: #fff;
}

a {
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  transition: .3s ease;
}
a:hover{
  text-decoration: none !important;
}
main {
    display: block;
    width: 100%;
    overflow: hidden;
}
button,
textarea,
input{
    box-sizing: border-box;
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    box-shadow: none;
    /* inherit font & color from ancestor */
    color: inherit;
    font: inherit;
    /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
    line-height: normal;
    /* Corrects font smoothing for webkit */
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    /* Corrects inability to style clickable `input` types in iOS */
    -webkit-appearance: none;
    /* Remove excess padding and border in Firefox 4+ */
    border: 0;
    padding: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3B3B3B;
  text-transform: uppercase;
  font-weight: 600;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #3B3B3B;
  text-transform: uppercase;
  font-weight: 600;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #3B3B3B;
  text-transform: uppercase;
  font-weight: 600;
}
:-moz-placeholder { /* Firefox 18- */
  color: #3B3B3B;
  text-transform: uppercase;
  font-weight: 600;
}


html {
  font-size: 12px;
}
*:focus {
  outline: 0;
}
.caClearfix::after {
  content: "";
  clear: both;
  display: table;
}
.caWrapper {
  width: 90%;
  margin: auto;
  overflow: hidden;
}

.caCenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.logo {
    display: block;
    position: relative;
    width: 13rem;
    float: left;
    /* margin-left: -1rem; */
    /* margin-top: -1.4rem; */
}

html{
  font-family: ivystyle-sans,sans-serif;
}
h1, h2, h3, h4, h5, h6{
  font-family: ivypresto-display,serif;
  font-weight: 600;
}
p {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #040404;
}
.caButton {
    background-color: #FF9B6A;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 10px;
    font-weight: 500;
    padding: .5rem 1.6rem;
    font-size: .85rem;
    letter-spacing: 1px;
    padding-top: .6rem;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
    transition: .3s ease all;
}
.caButton:hover{
  color: #FFF !important;
  background-color: #de7c48;
}
.caWhiteBtn{
  color: #001A90;
  background-color: #FFF;
}
.caWhiteBtn:hover {
    color: #FFF;
    background-color: #001A90;
}
.caCover{
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

#navIcon {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 200;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#navIcon div {
    height: 2px;
    width: 100%;
    background-color: #001A90;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#navIcon div::after,
#navIcon div::before{
    content:"";
    height: 2px;
    width: 100%;
    background-color: #001A90;
    position:absolute;
    transition: all 0.5s;

}
#navIcon div::before{
  top:-8px;
}
#navIcon div::after{
  bottom: -8px;
  width: 80%;
}
#navIcon div.bar-on::before {
    -webkit-animation-name: bam-hamburguer-one-bar-one;
    -webkit-animation-duration: 0.7s;
    -webkit-transform: translate(0px, 8px) rotate(45deg); 
}
#navIcon div.bar-on {
    -webkit-animation-name: bam-hamburguer-one-bar-two;
    -webkit-animation-duration: 0.7s;
    background-color: transparent;
}
#navIcon div.bar-on::after {
    -webkit-animation-name: bam-hamburguer-one-bar-three;
    -webkit-animation-duration: 0.7s;
    transform: translate(0px, -8px) rotate(-45deg);    
    width: 100%;
}
#navIcon div.bar-on::before {
    animation-name: bam-hamburguer-one-bar-one;
    animation-duration: 0.7s;
    transform: translate(0px, 8px) rotate(45deg);   
}
#navIcon div.bar-on {
    animation-name: bam-hamburguer-one-bar-two;
    animation-duration: 0.7s;
    background-color: transparent;
}

#navIcon div.bar-on::after {
    animation-name: bam-hamburguer-one-bar-three;
    animation-duration: 0.7s;
    transform: translate(0px, -8px) rotate(-45deg);    
    width: 100%;
}
@keyframes bam-hamburguer-one-bar-one {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, 8px);
    }

    100% {
        transform: translate(0px, 8px) rotate(45deg);
    }
}

@keyframes bam-hamburguer-one-bar-two {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: transparent;
    }
}

@keyframes bam-hamburguer-one-bar-three {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -8px);
    }

    100% {
        transform: translate(0px, -8px) rotate(-45deg);
    }
}

@-webkit-keyframes bam-hamburguer-one-bar-one {
    0% {
        -webkit-transform: translate(0px, 0px);
    }

    50% {
        -webkit-transform: translate(0px, 8px);
    }

    100% {
        -webkit-transform: translate(0px, 8px) rotate(45deg);
    }
}

@-webkit-keyframes bam-hamburguer-one-bar-two {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: transparent;
    }
}

@-webkit-keyframes bam-hamburguer-one-bar-three {
    0% {
        -webkit-transform: translate(0px, 0px);
    }

    50% {
        -webkit-transform: translate(0px, -8px);
    }

    100% {
        -webkit-transform: translate(0px, -8px) rotate(-45deg);
    }
}
header .caNav {
    position: fixed;
    width: 100%;
    background-color: rgb(244 244 244 / 95%);
    left: 0;
    height: calc(100vh - 5.3rem);
    top: 5.3rem;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: none;
}
 header .caNav a {
  display: block;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  letter-spacing: .3px;
  font-size: .9rem;
  padding: .8rem;
  width: 90%;
  margin: auto;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}
header .caNav a::after {
content: "";
    display: block;
    position: absolute;
    left: -.5rem;
    top: 2px;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 2px solid #4245EF;
    border-radius: 100px;
    bottom: 0;
    margin: auto;
    opacity: 0;
}


header .caNav .current_page_item a::after,
header .caNav .current-menu-parent > a::after{
  opacity: 1;
}
header .caNav .current_page_item a,
header .caNav .current-menu-parent > a{
  color: #4245EF !important;
}

header nav a{
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  letter-spacing: .3px;
  font-size: .9rem;
  text-decoration: none;
	display: block;
}
header .caNav ul{
    margin-top: 2.5rem;
}
header .caNav ul .sub-menu{
  margin-top: 0 !important;
  padding-left: 1.5rem;
}

header .caNav ul .sub-menu a{
  color: #494949;
}
header .caNav > ul > li:last-child a,
header nav > ul > li:last-child a{
  color: #404BE1;
}
header .caWrapper{
  position: relative;
  overflow: unset;
}

/*header
====================*/
header {
  position: sticky;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #FFF;
}
header .caLogo {
    display: block;
    width: 12rem;
    margin: 1.5rem 0;
    float: left;
}
nav{
  display: none;
}

.caMainBanner {
    position: relative;
    overflow: hidden;
}
/*Why
====================*/
.caWhy {
    background-color: #FFF;
    width: 100%;
    overflow: hidden;
    padding-top: 6rem;
}
.caWhy h2 {
    color: #463bfd;
    font-size: 3rem;
    line-height: 1.2;
    font-style: italic;
    margin-bottom: 1.5rem;
    font-weight: 600;
}
.caWhy ul{
    width: 90%;
    margin: auto;
    margin-top: 3rem;
}
.caWhy ul li{
  position: relative;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
.caWhy ul li::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #1a2c9f;
}
.caWhy ul li:nth-child(odd){
  margin-left: 50%;
}
.caWhy span {
    color: #FF9B6A;
    font-size: 1.5rem;
    font-family: ivypresto-display,serif;
    font-weight: 700;
}
.caWhy p{
    margin-bottom: 1.5rem;
}
.caWhy .caImgCont {
    margin-left: -60vw;
}
.caWhy .caImgCont img{
        width: calc(100% + 35vw);
}
/*Data
====================*/
.caSpecialData{
  background-color: #FF9B6A;
}
.caSpecialData .caSplit{
    margin-top: 7rem;
}
.caSpecialData span.caPerc {
    font-size: 8.5rem;
    font-family: ivypresto-display,serif;
    font-weight: 700;
    display: block;
    text-align: center;
}
.caSpecialData span i{
  font-style: unset;
}
.caSpecialData span,
.caSpecialData p{
  color: #FFF;
  display: block;
  text-align: center;
}
.caSpecialData p {
    font-size: 1.6rem;
}
.caSpecialData .caSplit div:last-of-type span{
    color: #370860;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.4rem;
    margin-top: .5rem;
    display: block;
}
.caSpecialData ul {
    text-align: center;
    max-width: 35rem;
    margin: auto;
    margin-top: 3rem;
    margin-bottom: 4rem;
}
.caSpecialData ul li {
    display: inline-block;
    width: 32%;
}

/*Infographic
====================*/
.caInfographic {
    background-color: #FFF;
    padding: 5rem 0 3rem 0;
}
.caInfographic .caMap{
  width: 90%;
  margin: auto;
  margin-bottom: 6rem;
}
.caInfographic .caMap .caTxt{
    margin-top: 3rem;
    text-align: center;
}
.caInfographic h3{
    color: #404BE1;
    font-size: 2rem;
    line-height: 1.2;
    font-style: italic;
    margin-bottom: 2rem;
}
.caInfographic p{
  margin-bottom: 1.5rem;
}
.caInfographic h4{
    color: #001A90;
    font-size: 2.3rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}
.caParameters ul{
  text-align: left;
}
.caParameters li {
  display: inline-block;
}
.caParameters li:last-of-type {
    margin-left: 1.5rem;
}
.caParameters li i {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    border-radius: 100px;
    margin: .15rem .5rem .15rem 0;
}
.caParameters li span{
  display: inline-block;
    font-size: 1.1rem;
    line-height: 1.4;
    color: #272525;
}
.caPercentage{
  margin-top: 3rem;
}
.caPercentage ul li{
  margin-bottom: 3rem;
}
.caPercentage h6{
    font-size: 6rem;
    font-weight: 600;
    color: #272525;
}
.caPercentage .caDetails{
    border-top: 1px solid #000A77;
    overflow: hidden;
}
.caPercentage b {
    font-weight: 600;
    text-transform: uppercase;
    font-size: .85rem;
    letter-spacing: .5px;
    display: block;
    margin-top: .7rem;
}
.caPercentage span i {
    display: block;
    font-size: .9rem;
    text-align: right;
    width: calc(100% - 1rem);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-style: normal;
    color: #FFF;
    line-height: .8rem;
    font-weight: 500;
}
.caPercentage span.caIndeed i{
  color: #272525;
}
.caPercentage span strong {
  display: block;
  font-weight: inherit;

}
.caPercentage span {
    position: relative;
    padding-right: 1rem;
    margin-top: .8rem;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 1.8rem;
}
.caPercentage span div{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}


/*Infographic
====================*/
.ca2x {
    background-color: #FF9B6A;
    padding: 4rem 0 5rem 0;
}
.ca2x .caExs{
    margin-bottom: 3rem;
}
.ca2x h5{
    font-family: ivystyle-sans,sans-serif;
    font-weight: 900;
    color: #FFF;
    text-align: center;
    width: 90%;
    margin: auto;
    font-size: 1.4rem;
    margin-bottom: 4rem;
}
.ca2x .caDetails {
    border-top: 1px solid #FFF;
    overflow: hidden;
}
.ca2x h6 {
    font-size: 8rem;
    font-weight: 600;
    color: #FFF;
    line-height: 1;
}

.ca2x b {
    font-weight: 600;
    text-transform: uppercase;
    font-size: .85rem;
    letter-spacing: .5px;
    display: block;
    margin-top: .7rem;
    color: #FFF;
}
.ca2x b i{
    font-weight: 400;
    text-transform: capitalize;
}
.ca2x span {
position: relative;
    padding-right: 1rem;
    margin-top: .8rem;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 1.8rem;
}
.ca2x span div {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.ca2x span i {
    display: block;
    font-size: .9rem;
    text-align: right;
    width: calc(100% - 1rem);
    color: #001A90;
    line-height: .8rem;
    font-weight: 500;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-style: normal;
    line-height: .9;
}
.ca2x span i strong{
  display: block;
}
.ca2x .caColors{
  width: 100%;
  overflow: hidden;
}
.ca2x .caColors li {
    width: 50%;
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    float: left;
    text-align: right;
    padding-right: .9rem;
}
.ca2x .caColors li:last-child{
  text-align: left;
  box-sizing: border-box;
  padding-left: .9rem;
  padding-right: 0;
}
.ca2x .caColors li span{
    font-size: 1.1rem;
    padding: 0;
    margin: 0;
    height: unset;
    width: auto;
    display: inline-block;
    line-height: unset;
    color: #FFF;
}
.ca2x .caColors li i {
    display: inline-block;
    width: .7rem;
    height: .7rem;
    border-radius: 100px;
    margin: .15rem .2rem 0rem 0rem;
}

/*Recipient
====================*/
.caRecipient {
    background-color: #4245EF;
    padding: 4rem 0 8rem 0;
}
.caRecipient h3 {
  color: #FFF;
  font-size: 2rem;
  line-height: 1.2;
  font-style: italic;
  margin-bottom: 3.5rem;
  text-align: center;
}
.caBigData {
    margin-bottom: 3.5rem;
}
.caBigData .caPs {
    width: 12rem;
    float: left;
}
.caBigData .caDetails{
    float: right;
    width: calc(100% - 20rem);
    overflow: hidden;
}
.caBigData .caDetails b{
  color: #FFF;
  text-transform: uppercase;
  font-size: .9rem;
  letter-spacing: 1px;
  font-weight: 600;
}
.caBigData .caDetails > div{
    margin-top: 1rem;
}
.caBigData .caDetails > div:first-of-type{
  margin-top: 0;
}
.caBigData h6 {
    font-size: 7.5rem;
    font-weight: 600;
    color: #FFF;
}
.caBigData span {
    position: relative;
    padding-right: 1rem;
    margin-top: .5rem;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 1.8rem;
}
.caBigData span div {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.caBigData span i {
    display: block;
    font-size: .9rem;
    text-align: right;
    width: calc(100% - 1rem);
    color: #FFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-style: normal;
    line-height: .9;
}
.caBigData span i strong{
  display: block;
}
.caRecipient .caSplitData {
    padding-top: 2rem;
}

.caRecipient .caSplitData span {
    font-size: 1.1rem;
    color: #FFF;
    display: inline-block;
    width: 10rem;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 1rem;
    clear: both;
    overflow: hidden;
}
.caRecipient .caSplitData i {
    font-family: ivypresto-display,serif;
    color: #FFF;
    font-style: normal;
    font-size: 1.1rem;
    font-weight: 600;
    padding-left: .4rem;
    display: inline-block;
}
.caRecipient .caSplitData i strong{
  display: block;
}
.caRecipient .caSplitData ul li{
  margin-bottom: 1rem;
}
.caRecipient .caSplitData li div{
    display: inline-block;
    height: 1.3rem;
    margin-bottom: -.2rem;
}

/*Human Capital
====================*/

.caHr{
  background-color: #FFF;
}
.caHr .caHolder{
  position: relative;
}
.caHr h2{
    font-size: 2.3rem;
    color: #001A90;
    margin-bottom: 2rem;
    padding-left: 3rem;
}
.caHr h4 {
    color: #FF9B6A;
    font-size: 2rem;
    font-style: italic;
    margin-bottom: 3rem;
    padding-left: 3rem;
    line-height: 1.3;
}
.caHr span{
    font-family: ivypresto-display,serif;
    font-size: 6rem;
    color: #001A90;
    display: block;
    line-height: 1.3;
}
.caHr small{
    font-size: 1.1rem;
    color: #FF9B6A;
    font-weight: 600;
    padding-left: 3rem;
    display: block;
}

.caHr .caImgCont{
    opacity: .7;
    margin-left: -40%;
    width: 100%;
}

.caHr .caStats{
    position: absolute;
    top: 0;
    right: 0;
        -ms-transform: scale(.8) translate(2vw, 0); /* IE 9 */
    -webkit-transform: scale(.8) translate(2vw, 0); /* Safari */
    transform: scale(.8) translate(2vw, 0);
}
.caHr .caStats > div{
  margin-bottom: 1rem;
}


/*Business Dev
====================*/
.caBusinessDev .caCover{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.caBusinessDev .caCover::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  z-index: 1;
}
.caBusinessDev .caCover::after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 95%;
background: rgb(66,69,239);
background: -moz-linear-gradient(180deg, rgba(66,69,239,0) 0%, rgba(66,69,239,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(66,69,239,0) 0%, rgba(66,69,239,1) 100%);
background: linear-gradient(180deg, rgba(66,69,239,0) 0%, rgba(66,69,239,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4245ef",endColorstr="#4245ef",GradientType=1);
}
.caThisNot .caCover::after{
  display: none !important;
}
.caBusinessDev .caInfo {

    position: relative;
    z-index: 2;
    margin: 9rem auto;
    width: 90%;

}
.caBusinessDev .caInfo h3{
      color: #FFF;
    font-size: 2.3rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-size: 2.3rem;
}
.caBusinessDev .caInfo p{
  color: #FFF;
}
.caBusinessDev .caInfo .caButton{
  margin-top: 2.5rem;
}

/*Industries
====================*/
.caIndustries {
    background-color: #FFF;
    padding-top: 4rem;
}
.caIndustries h2{
    font-size: 2.3rem;
    color: #001A90;
    margin-bottom: 2rem;
    display: block;
    text-align: center;
}
.caIndustries li{
  border-bottom: 1px solid #fff;
}
.caIndustries li a{
  position: relative;
  display: block;
  overflow: hidden;
}
.caIndustries li a span{
    position: absolute;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    font-size: 1.3rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10;
    transition: .3s ease all;
}
.caIndustries li a img{
  transition: .3s ease all;
}
.caIndustries li a:hover span{
    transform: translateY(-50%) scale(.8);
    -webkit-transform: translateY(-50%) scale(.8);
    -moz-transform: translateY(-50%) scale(.8);
    -ms-transform: translateY(-50%) scale(.8);
}
.caIndustries li a:hover img{
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari */
    transform: scale(1.3);
}

/*Partners
====================*/

.caPartners {
    background-color: #FFF;
    padding: 7rem 0;
    overflow: hidden;
}
.caPartners .caDesc{
    margin-bottom: 5rem;
}
.caPartners h2 {
    font-size: 2.3rem;
    color: #001A90;
    margin-bottom: 2rem;
    display: block;
}
.caPartners p{
  margin-bottom: 2rem;
}
.caPartners ul {
    text-align: center;
    width: 90%;
    margin: auto;
    box-sizing: border-box;
    padding-bottom: 3rem;
    position: relative;
    margin-bottom: 3rem;
}
.caPartners ul::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 3rem;
  height: 3px;
  background-color: #FF9B6A;
}
.caPartners ul:last-of-type::after{
  display: none;
}
.caPartners ul li {
    width: 45%;
    display: inline-block;
}
.caPartners .caLogos{
  text-align: center;
}
.caPartners .caLogos .caButton{
    border-radius: 100px;
    line-height: 1.5;
    font-size: .8rem;
    padding: .5rem 3.5rem .7rem;
}
/*Business Dev
====================*/

.caPossibilities .caCover{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.caPossibilities .caCover::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  z-index: 1;
}
.caPossibilities .caInfo {
    position: relative;
    z-index: 2;
    margin: 11rem auto;
    width: 90%;
    text-align: center;
}
.caPossibilities .caInfo small {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: .9rem;
    margin-bottom: .5rem;
}
.caPossibilities .caInfo h2{
      color: #FFF;
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 2rem;
    font-weight: 800;
    text-align: center;
}
.caPossibilities .caInfo h2 i{
    font-weight: 300 !important;
    display: block;
    clear: both;
    font-style: normal;
}
footer{
  background-color: #F0F0F0;
  padding: 3rem 0;
}

footer .caLogo a{
    display: block;
    margin: 4rem auto;
    width: 10rem;
}
footer h3{
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #001A90;
  font-weight: 600;
  letter-spacing: .5px;
  font-size: 1rem;
  margin-bottom: 1.2rem;
  font-family: ivystyle-sans,sans-serif;
}
footer .caContact a {
    display: block;
    text-align: center;
    color: #001A90;
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 3rem;
}
footer .caContact a span{
  transition: .3s ease all;
}
footer .caContact a:hover span{
  color: #007bff;
}
footer .caContact a img{
    width: 2rem;
    display: block;
    margin: auto;
    margin-bottom: .5rem;
}
footer .caContact ol{
  text-align: center;
  margin-bottom: 3rem;
}
footer .caContact ol li {
    display: inline-block;
    margin: 0 .4rem;
}
footer .caContact ol li a{
    font-size: unset;
    line-height: unset;
    margin-bottom: 0;
    display: block;
    text-align: unset;
}
footer .caContact ol li img{
  margin-bottom: 0;
}
footer .caNav ul{
  text-align: center;
}
footer .caNav li{
  margin: .5rem;
  display: inline-block;
  margin-top: 0;
}

footer .caNav a{
  display: block;
  text-transform: uppercase;
}
footer .caNav a:hover{
  color: #001A90;
}
.caMeet {
  background-color: #FFF;
  padding: 5rem 0;
}
.caMeet h5{
    font-family: ivystyle-sans,sans-serif;
    text-align: center;
    width: 90%;
    margin: auto;
    color: #4245EF;
    font-weight: 800;
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
.caMeet ul{
    overflow: hidden;
}
.caMeet li {
    display: block;
    width: 100%;
    margin-bottom: 1.1rem;
}

.caMeet li input, 
.caMeet li textarea {
    display: block;
    width: 100%;
    background-color: #F2F2F2;
    box-sizing: border-box;
    font-size: 1rem;
    padding: .8rem 1.2rem;
}
.caMeet li checkbox[type="checkbox"]{
	background-color: #ddd;
}
.caMeet li select,
.caMeet li textarea{
  min-height: 10rem;
}
.caMeet li:last-child{
  text-align: right;
}
.caMeet li small{
    display: block;
    width: 100%;
    text-align: left;
    font-size: .8rem;
    color: #b90303;
    margin-top: .5rem;
}
.caMeet .caWrapper{
  text-align: right;
}



.caCompanies {
    background-color: #F0F0F0;
    overflow: hidden;
    padding: 5rem 0;
}
.caCompanies h5 {
    font-family: ivystyle-sans,sans-serif;
    text-transform: uppercase;
    text-align: center;
    width: 90%;
    margin: auto;
    color: #001A90;
    font-weight: 800;
    font-size: 1.3rem;
    margin-bottom: 4rem;
    font-weight: 500;
    line-height:1.4;
}
.caCompanies h5 b{
  font-weight: 600;
  display: block;

}
.caCompanies div.caLogoCont {
    width: 90%;
    margin: 0 auto 6rem auto;
}
.slick-dots li button:before {
    font-size: 10px;
    line-height: 23px;
    color: #4245EF;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #4245EF;
}
.slick-dots {
    bottom: -4rem;
}
.slick-slide img {
    box-sizing: border-box;
    padding: 0 calc(.3rem + .9vw);
}
.slick-dots li{
  margin: 0;
}
.caIndustriesBanner .caCover::before{
  opacity: .3;
}
.caCertifiedBanner .caCover::before{
  opacity: .4;
}
.caAero .caCover::before,
.caItBanner .caCover::before{
  opacity: .1;
}
.caHomeAppBanner .caCover::before{
  opacity: .2;
}
.caIndustriesBanner .caInfo div.caLside h3,
.caAero h3,
.caAutomotiveBanner h3,
.caHomeAppBanner h3,
.caItBanner h3{
  font-style: italic;
  letter-spacing: 2px;
}
.caAero .caInfo h3,
.caAutomotive .caInfo h3{
  margin-bottom: .5rem;
}
.caAeroInfo h2 {
    font-size: 2.3rem;
    color: #001A90;
    margin: auto;
    width: 90%;
    margin-bottom: 2rem;
    display: block;
    text-align: center;
}

.caAeroInfo .caStats li{
  text-align: center;
  margin-bottom: 1.5rem;
}
.caAeroInfo .caStats span {
    font-family: ivypresto-display,serif;
    font-size: 5rem;
    color: #FF9B6A;
    display: block;
    line-height: 1.3;
}
.caAeroInfo .caStats  small {
    font-size: 1.1rem;
    color: #001A90;
    font-weight: 600;
    line-height: .8;
    text-transform: uppercase;
}
.caAeroInfo h4 {
    color: #FF9B6A;
    font-size: 1.8rem;
    font-style: italic;
    width: 90%;
    margin: auto;
    margin-bottom: 3rem;
    line-height: 1.3;
    text-align: center;
}
.caArs{
  padding: 7em 0;
}
.caAeLogos{
  background-color: #4245EF;
  padding: 7rem 0;
}
.caAeLogos .caWrapper{
  width: 100%;
}
.caAeLogos h3{
    font-size: 2.3rem;
    color: #FFF;
    margin: auto;
    width: 90%;
    margin-bottom: 2rem;
    display: block;
    text-align: center;
}
.caAeLogos ul{
  text-align: center;
  overflow: hidden;
  width: 90%;
  margin: auto;
}
.caAeLogos li {
    display: inline-block;
    width: 49%;
    max-width: 14rem;
}
.caAeLogos h3 br{
  display: none;
}
.caSpaceCenter {
    padding: 1rem 0 4rem 0;
}
.caIndTemp h2 {
    font-size: 3.5rem;
    color: #001A90;
    margin: auto;
    margin-bottom: 3rem;
    display: block;
    text-align: center;
    line-height: 1.2;
}
.caIndTemp h2.caKls{
    font-size: 2.4rem;
    margin-top: 3rem;
}
.caIndTemp h2.caKls br{
  display: none;
}
.xsPace img{
    max-width: 30rem;
    margin: auto;
}
.xsPace *{
  text-align: center;
}
.caIndTemp p{
    text-align: center;
    font-size: 1.4rem;
}
.caIndTemp .caTxt *{
  text-align: center;
}
.caIndTemp h6{
    font-family: ivystyle-sans,sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
.caIndTemp ol li{
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: .4rem;
}
.caIndTemp ol{
  margin-bottom: 2rem;
}
.caSpaceCenter div  img{
    height: calc(20rem + 5vw);
    object-fit: cover;
    object-position: center 75%;
}
.caAutomotiveBanner .caCover::before {
    background-color: #6d6d6d;
    opacity: .4;
}
.caAutomotive sup{
    font-size: 3rem;
}
.caAutomotive{
    padding: 7rem 0;
}
.caAutomotiveBck {
    background-color: #FF9B6A;
}
.caAutomotiveBck h2{
  color: #FFF;
}
.caAutomotiveBck .caStats span {
    color: #525da9;
}
.caAutomotiveBck .caStats small{
  color: #FFF;
}
.caAutoLogos,
.caHomeLogos{
    padding: 7rem 0;

}
.caAutoLogos h2,
.caHomeLogos h2 {
    font-size: 2.3rem;
    color: #001A90;
    margin: auto;
    width: 90%;
    margin-bottom: 2rem;
    display: block;
    text-align: center;
}
.caHomeLogos h2 {
color: #FF9B6A;
}
.caAutoLogos h3 {
    color: #463cfd;
    font-family: ivystyle-sans,sans-serif;
    font-weight: 600;
    font-size: 2rem;
    display: block;
    text-align: center;
    margin-bottom: 2rem;
}
.caAutoLogos ul {
    text-align: center;
    overflow: hidden;
    width: 90%;
    margin: auto;
}
.caAutoLogos li {
    display: inline-block;
    width: 49%;
    max-width: 14rem;
}
.caStrn {
    position: relative;
    padding-top: 4rem;
    margin-top: 3rem;
}
.caStrn::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  letter-spacing: 0;
  width: 100%;
  height: 1px;
  background-color: #807878;

}

.caIndTemp img{
    height: auto !important;
    object-fit: unset !important;
    object-position: unset !important;
}
.caIndTemp .caImg{
    max-width: 30rem;
    margin: auto;
    margin-top: 5rem;
}
.caHomes h4{
  margin-bottom: 0;
  margin-top: 3.5rem;
}
.caHomes h4 br{
  display: none;
}
.caHomesBck {
    background-color: #001A90;
}
.caHomesBck .caStats span{
  color: #FF9B6A;
}
.caClaut h3 {
    font-size: 2.3rem;
    color: #4245EA;
    margin: auto;
    width: 90%;
    display: block;
    text-align: center;
    margin-bottom: 5rem;
}
.caHomeLogos ul {
    text-align: center;
    overflow: hidden;
    width: 90%;
    margin: auto;
}
.caHomeLogos li {
    display: inline-block;
    width: 49%;
    max-width: 14rem;
}
.caItSoftBck{
  background-color: #4245EF;
}
.caItSoftBck .caStats span{
  color: #FF9B6A;
}
.caInceDownload {
    padding: 5rem 0;
    text-align: center;
}
.caInceDownload p {
    text-align: center;
    font-size: 1.3rem;
    margin: auto;
    max-width: 40rem;
}
.caInceDownload a{
  margin-top: 2rem;
}
.caPdfSection {
    background-color: #001A90;
    padding: 8rem 0;
}
.caPdfSection h4{
    color: #FFF;
    font-size: 2.2rem;
    text-align: center;
}
.caPdfSection br{
  display: none;
}
.caPdfSection .caButton {
    background-color: #FFF;
    color: #001A90;
    padding: .7rem 3.5rem;
    margin-top: 2rem;
}
.caPdfSection .caFormUpload {
    text-align: center;
    margin: 4rem 0;
}
.caPdfSection img{
    margin: auto;
    width: 80%;
    max-width: 15rem;
}
.caPdfSection .caFormUpload input[type="file"] {
    background-color: hsl(0deg 0% 100% / 50%);
    border: 1px dashed #FFF;
    padding: 1rem;
    box-sizing: border-box;
    width: 100%;
    border-radius: 10px;
    color: white;
    margin: auto;
    max-width: 25rem;
        clear: both;
    display: block;
}




.caTheBlog{
  background-color: #F0F0F0;
}
.caRecentNews ul{
    margin: auto;
    max-width: 30rem;
}
.caRecentNews ul li{
  margin-bottom: 2rem;
}
.caRecentNews h3{
    font-family: ivystyle-sans,sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #FF9B6A;
    font-size: 1.8rem;
}
.caRecentNews h6{
    font-family: ivystyle-sans,sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
    margin-top: 1.1rem;
    line-height: 1.4;
    text-align: left;
    transition: .3s ease all;
}
.caRecentNews span{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .9rem;
    display: block;
    margin-top: .3rem;
    text-align: left;
    transition: .3s ease all;
}
.caRecentNews {
    text-align: center;
    padding: 5rem 0;
}
.caRecentNews ul li a{
  display: block;
  color: #272525;
}
.caRecentNews ul li a img {
    transition: .3s ease all;
    height: calc(12rem + 12vw);
    object-fit: cover;
    object-position: 50% 50%;
}
.caRecentNews ul li a:hover img{
  opacity: .8;
}
.caRecentNews ul li a:hover h6{
  color: #001A90;
}
.caRecentNews ul li a:hover span{
  color: #463bfd;
}
.caRecentNews .caButton{
  margin-top: 2rem;
}
.caSearch {
    background-color: #001A90;
    padding: 1rem 0;
}
.caSearch h2{
    color: #FFF;
    font-size: 2.5rem;
    font-style: italic;
}
.caNwsIn{
  background-color: #FFF;
}
.caNwsIn .caData{
    position: relative;
    padding: 2.5rem;
}
.caLastestNews .caTls{
    color: #001A90;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 1px;
    display: block;
    box-sizing: border-box;
    padding: 1.5rem 0;
    position: relative;
}
.caLastestNews .caTls::before{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: .4rem;
  bottom: 0;
  margin: auto;
  width: calc(100% - 10rem);
  height: 1px;
  background-color: #001A90;
}
.caNwsIn .caData h3{
    font-size: 1.9rem;
    font-style: italic;
    color: #001A90;
}
.caHeaderBlog h3 {
    font-size: 1.9rem;
    color: #001A90;
    margin-bottom: 1rem;
}
.caPost {
    background-color: #FFF;
    padding: 3rem 0;
}
.caHeaderBlog span{
    color: #939393;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 1.4rem 0;
    display: block;
}
.caNwsIn .caData span {
    color: #939393;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 1.4rem 0;
    display: block;
}
.caNewx {
    background-color: #f0f0f0;
    padding: 0 0 5rem 0;
}
.caNewx ul{
    max-width: 40rem;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.caNewx li {
    margin: 2rem;
    display: flex;
    transition: .3s ease all;
}
.caNewx li .caPlgs {
position: absolute;
bottom: 1rem;
right: 0;
width: 90%;
margin: auto;
left: 0;
padding-top: .8rem;
transition: .3s ease all;
}


.caNewx li div.caKran > a{
display: block;
overflow: hidden;
background-color: #FFF;
padding-bottom: 3.5rem;
transition: .3s ease all;
}
.caNewx li div.caKran{
	position: relative;
	display: flex;
}
.caNewx li a .caImgCont img {
    height: calc(12rem + 10vw);
    object-fit: cover;
    object-position: 50% 50%;
}
.caNewx li:hover div.caKran > a,
.caNewx li:hover .caPlgs{
  transform: translateY(-.7rem);
  -webkit-transform: translateY(-.7rem);
  -moz-transform: translateY(-.7rem);
  -ms-transform: translateY(-.7rem);
  box-shadow: 0 5px 10px rgb(0 0 0 / 8%);
}
.caNewx li:hover .caPlgs{
	box-shadow: none !important;
}
.caNewx li h5,
.caNewx li span{
  padding: 0 2rem;
}
/* checar*/
.caNewx li h5 {
    font-size: 1.5rem;
    /*font-style: italic;*/
    color: #001A90;
    margin-top: 2rem;
    transition: .3s ease all;
}
.caNewx li:hover h5{
  color: #4245EF;
}
.caNewx li span {
    color: #939393;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 1.4rem 0;
    display: block;
}
.caNewx li p{
    font-size: 1.1rem;
    padding: 0 2rem;
    margin: 1.5rem 0;
    color: #939393;
}
.caNewx li:first-child{
  width: 100%;
}

.caBacktoTop{
    display: block;
    color: #FFF;
    background-color: #001A90;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
    padding: 1.8rem 0 1rem 0;
    transition: .3s ease all;
}
.caBacktoTop:hover{
  color: #FFF;
  background-color: #4245EF;
}

.caBacktoTop::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
  right: 0;
  margin: auto;
  top: .5rem;
  -webkit-animation: move 1s linear infinite; /* Safari 4+ */
    -moz-animation:    move 1s linear infinite; /* Fx 5+ */
    animation:         move 1s linear infinite; /* IE 10+, Fx 29+ */
}


@keyframes move {
  0% {
    transform: rotate(180deg) translate(0,-5%);
    opacity: 0;
  }
  50% {
    transform: rotate(180deg) translate(0,60%);
    opacity: 1;
  }
  100% {
    transform: rotate(180deg) translate(0,120%);
    opacity: 0;
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: rotate(180deg) translate(0,-5%);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(180deg) translate(0,60%);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg) translate(0,120%);
    opacity: 0;
  }
}
@-moz-keyframes move {
  0% {
    -moz-transform: rotate(180deg) translate(0,-5%);
    opacity: 0;
  }
  50% {
    -moz-transform: rotate(180deg) translate(0,60%);
    opacity: 1;
  }
  100% {
    -moz-transform: rotate(180deg) translate(0,120%);
    opacity: 0;
  }
}
.caNewsSection{
  background-color: #F0F0F0;
}
.caPost .caPostContent{
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.caPost aside{
  display: none;
}
.caCertifiedBanner h6{
    font-family: ivystyle-sans,sans-serif;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}
.caAreas h2 {
    font-size: 2.3rem;
    color: #001A90;
    margin: auto;
    width: 90%;
    margin-bottom: 2rem;
    display: block;
    text-align: center;
}
.caAreas {
    padding: 4rem 0;
}
.caProperties{
  padding: 3rem 0;
  background-color: #F0F0F0;
}
.caAreas .caImgCont{
  width: 100%;
}
.caAreas .caImgCont img {
    width: 200%;
    margin-left: -65%;
}
.caProperties li .caImgCont{
  position: relative;
  overflow: hidden;
}
.caProperties li .caImgCont img{
  transition: .3s ease all;
    height: calc(15rem + 10vw);
    object-fit: cover;
    object-position: 50% 50%;
}
.caProperties li .caImgCont label {
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
    padding: .3rem 2rem;
    font-size: .9rem;
    transition: .3s ease all;
    z-index: 10;
}
.caProperties li .caImgCont label.for-sale {
  background-color: #FF9B6A;
}
.caProperties li .caImgCont label.for-lease {
  background-color: #001A90;
}
.caProperties li .caImgCont label.for-lease-or-sale {
  background-color: #3C6CFF;
}
.caProperties li .caImgCont label.closed-leased {
  background-color: #E64E3B;
}
.caProperties li .caImgCont label.closed-sold {
  background-color: #E64E3B;
}
.caProperties li:hover .caImgCont label {
  opacity: .9;
}
.caProperties li .caPropData h6{
    color: #001A90;
    font-size: 1.2rem;
    font-family: ivystyle-sans,sans-serif;
    font-weight: 600;
    transition: .3s ease all;
}
.caProperties li:hover .caPropData h6{
  color: #4245EF;
}
.caProperties li .caPropData i {
    color: #707070;
    font-size: 1rem;
    line-height: 1;
    display: block;
    margin-top: .3rem;
    letter-spacing: .5px;
}
.caProperties li .caLocation{
    margin-top: 1rem;
    position: relative;
}
.caProperties li .caLocation h5 {
    color: #000;
    font-family: ivystyle-sans,sans-serif;
    font-weight: 600;
    font-size: .9rem;
    display: block;
    position: relative;
    padding: .3rem 0 .3rem 1.7rem;
    margin-bottom: .1rem;
}
.caProperties li .caLocation h5::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-size: 65%;
    background-image: url(img/pin.png);
    background-position: 0 50%;
}
.caProperties li .caLocation small{
    color: #000;
    font-size: .9rem;
    margin-right: .4rem;
    letter-spacing: 1px;
}
.caProperties li .caLocation small sup{
    font-size: 70%;
}
.caProperties li a{
    display: block;
    overflow: hidden;
}
.caProperties li:hover img{
}
.caProperties li .caPropData{
    box-sizing: border-box;
    padding: 1.5rem;
}
.caProperties ul {
    max-width: 40rem;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.caProperties li{
  background-color: white;
  margin: 2rem;
  display: flex;
  transition: .3s ease all;
}
.caProperties li:hover {
    box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
}
.caMiss{
    padding: 7rem 0 3rem 0;
}
.caMiss blockquote{
    color: #FF9B6A;
    font-size: 1.8rem;
    font-style: italic;
    width: 90%;
    margin: auto;
    margin-bottom: 3rem;
    line-height: 1.3;
    text-align: center;
    font-family: ivypresto-display, serif;
}
.caMiss p{
    text-align: center;
    line-height: 1.7;
    margin-bottom: 3rem;
}
.caMiss .caTxt{
  max-width: 35rem;
  margin: auto;
}
.caBlast > div{
  padding: 7rem 0;
  position: relative;
}
.caBlast > div::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.caBlast p {
    text-align: center;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    width: 80%;
    margin: 1.5rem auto;
    position: relative;
    z-index: 10;
}
.caInkSps{
  position: relative;
  z-index: 10;
}
.caBePart {
    padding: 7rem 0 0 0;
    position: relative;
}
.caBePart .caWrapper{

}
.caBePart .caTxt{
    max-width: 35rem;
    margin: auto;
}
.caBePart blockquote{
    color: #FF9B6A;
    font-size: 1.8rem;
    font-style: italic;
    width: 90%;
    margin: auto;
    margin-bottom: 3rem;
    line-height: 1.3;
    text-align: center;
    font-family: ivypresto-display, serif;
}
.caBePart p {
    text-align: center;
    line-height: 1.7;
    margin-bottom: 3rem;
}
.caEnjoy{
  position: relative;
  background-color: #001A90;
}
.caEnjoy h3,
.caEnjoy p{
  color: #FFF;
}
.caEnjoy h3{
  font-size: 1.8rem;
  font-style: italic;
  width: 90%;
  margin: auto;
  margin-bottom: 3rem;
  line-height: 1.3;
  text-align: center;
  font-family: ivypresto-display, serif;
}
.caEnjoy p{
    text-align: center;
    line-height: 1.7;
    margin-bottom: 0;
}
.caEnjoy .caSplit{
    padding: 4rem 0;
    max-width: 35rem;
    margin: auto;
}
.caEvn{
  background-color: transparent;
  padding-top: 0;
}
.caEnjoy br{
  display: none
}
.caExclusive h3 {
    font-size: 2.3rem;
    color: #001A90;
    margin-bottom: 2rem;
    display: block;
    font-style: italic;
    margin-top: 4rem;
}
.caExclusive h3 br{
  display: none;
}
.caMeetPartners h2 {
    font-size: 2.3rem;
    background-color: #001A90;
    color: #FFF;
    display: block;
    text-align: center;
    line-height: 1.5;
    padding: 3rem 0;
}
.caCity .caWrapper{
  position: relative;
  z-index: 10;
}
.caCity p{
  margin: 3rem auto;
  font-weight: 500;
}
.caCity p:first-of-type {
    font-family: ivypresto-display,serif;
    font-weight: 600;
    font-style: italic;
    font-size: 1.7rem;
}

.caServices{
  background-color: #F0F0F0;
  padding: 5rem 0;
}

.caServices h2 {
    font-size: 2.3rem;
    color: #001A90;
    margin-bottom: 2rem;
    display: block;
    text-align: center;
}
.caServices li .caIcon img{
    width: 30%;
    margin: auto;
    max-width: 9rem;
}
.caServices li .caIcon {
    margin-bottom: 1rem;
}
.caServices li h4{
    font-size: 1.8rem;
    color: #001A90;
    margin-bottom: 2rem;
    display: block;
    text-align: center;
    font-style: italic;
}
.caServices li p{
    text-align: center;
    line-height: 1.6;
}
.caServices ul{
    max-width: 20rem;
    margin: auto;
    margin-top: 5rem;
    overflow: hidden;
}
.caServices li {
    display: block;
    margin-bottom: 5rem;
}
.caServices li h4 br{
  display: none;
}
.caCream{
  background-color: #FF9B6A;
}
.caCream h3{
  margin-bottom: 0;
}
.caCream p{
  margin-bottom: 3rem;
}
.caStaff {
    padding: 6rem 0;
}
.caStaff p{
    width: 90%;
    text-align: center;
    margin: 1.5rem auto;
}
.caStaff h2 {
    font-size: 2.3rem;
    color: #001A90;
    margin-bottom: 2rem;
    display: block;
    text-align: center;
}
.caStaff ul{
    margin-top: 7rem;
    overflow: hidden;
}
.caStaff li{
  margin-bottom: 4rem;
}
.caStaff li .caPhotoCont{
  width: 100%;
}
.caStaff li .caPhotoCont img{
    width: 50%;
    margin: auto;
    max-width: 20rem;
}
.caStaff li h5 {
    font-size: 1.5rem;
    color: #FF9B6A;
    margin-top: 1.5rem;
    text-align: center;
}
.caStaff li span{
    margin: .5rem 0;
    text-align: center;
    display: block;
    font-size: 1.3rem;
    letter-spacing: 1px;
}
.caStaff li a{
    display: block;
    text-align: center;
    font-size: 1rem;
}
.caExplore{
  background-color: #F0F0F0;
  padding: 5rem 0;
}

.caExplore h2,
.caTopics h2 {
    font-size: 2.3rem;
    color: #001A90;
    margin-bottom: 4rem;
    display: block;
    text-align: center;
}
.caExplore h2{
  color: #404BE1; 
}
.caExplore h2 br{
  display: none;
}
.caExplore p{
    margin: 2.5rem 0;
    text-align: center;
}
.caExplore{
    text-align: center;
}
.caExplore .caSplit{
    margin: auto;
    max-width: 36rem;
}
.caTopics{
    padding: 6rem 0 13rem 0;
}
.caTopics h3{
  color: #FFF;
  position: relative;
  display: block;
  padding: 2rem;
	  z-index: 10;
  transition: .3s ease all;
}
.caTopics h3 br{
  display: none;
}
.caTopics h3 span {
    font-style: italic;
    font-size: 2rem;
}
.caTopics h3 small{
    font-family: ivystyle-sans,sans-serif;
    display: block;
    text-transform: uppercase;
    font-size: .9rem;
}
.caTopics li img{
  transition: .3s ease all;
  z-index: 1;
}
.caTopics ul.caList li a:hover h3{
  text-decoration: underline;
}
.caTopics ul.caList li a:hover img{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari */
  transform: scale(1.1);
}
.caArrows {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: -20px;
    margin: auto;
    left: 0;
    right: 0;
}
.caTopics ul.caList{
    overflow: hidden;
    margin: auto;
    max-width: 35rem;
}
.caTopics ul.caList li{
  margin-bottom: -1px;
}
.caTopics .slick-dotted.slick-slider {
    margin-bottom: 5rem;
}
.caTopics .slick-dots{
  bottom: -4rem;
}
.caTopics .slick-dots li button:before{
  font-size: 14px;
}
.caTopics  .slick-dots li{
  margin: 3px;
}
.slick-arrow{
  display: none;
}
.slick-next:before,
.slick-prev:before{
  display: none;
}
.caTopics .slick-next{
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(img/next.png);
}
.caTopics .slick-prev{
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(img/previous.png);
}
.caNips{
  font-style: normal !important;
}
.caContactInfo {
    background-color: #4245EA;
    padding: 7rem 0;
}
.caContactInfo h3{
    color: #fff;
    font-size: 2.6rem;
    font-style: italic;
    margin-bottom: 1.5rem;
    display: block;
    text-align: center;
}
.caContactInfo .caPlace a {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #FFF;
    text-align: center;
    margin: auto;
    width: 70%;
    display: block;
}
.caDigital li {
    display: inline-block;
    margin: .3rem;
}
.caDigital li img {
    width: 2rem;
    display: inline-block;
    float: left;
}
.caDigital li a {
    display: inline-block;
    margin-left: .5rem;
    color: #FFF;
    float: left;
    margin-top: .2rem;
}
.caDigital ul {
    overflow: hidden;
    width: 70%;
    margin: auto;
    margin-top: 3rem;
    text-align: center;
    max-width: 20rem;
}
.caContactInfo .caPlace a span{
  display: block;
}

.caHomeApp img{
    max-width: 20rem;
    margin: auto;
    margin-top: 2rem;
}
.caPrs img {
    max-width: 26rem;
    margin-top: 4rem;
}
.caNumBus{
  padding: 5rem 0 !important;
}
.caNumBus br{
  display: none;
}
.caNumBus img{
    max-width: 8rem;
    margin: auto;
}
.caSearch form > div{
  position: relative;
  display: block;
}
.caSearch form {
    margin: .7rem 0;
    max-width: 30rem;
}
.search-input {
    background-color: rgb(255 255 255 / 50%);
    color: #FFF;
    padding: .5rem 3rem .5rem 1.2rem;
    font-weight: 600;
    letter-spacing: .5px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.search-submit {
    background-color: transparent;
    text-indent: -99999px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 70%;
    background-image: url(img/search.svg);
    width: 2.5rem;
    height: 100%;
    z-index: 10;
    position: absolute;
    right: 0;
    top: 0;
    background-position: 50% 60%;
}

.caSearch ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255, 0.7);
  text-transform: none;
}
.caSearch ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255, 0.7);
  text-transform: none;
}
.caSearch :-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255, 0.7);
  text-transform: none;
}
.caSearch :-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255, 0.7);
  text-transform: none;
}
.caResults h1{
    font-size: 1.7rem;
    font-style: italic;
    color: #0c1a90;
    display: block;
    margin-bottom: 1rem;
}
.caResults article img {
    height: calc(12rem + 10vw);
    object-fit: cover;
    object-position: 50% 50%;
}
.caResults article h2 a{
    font-size: 1.5rem;
    font-style: italic;
    color: #001A90;
    margin-top: 2rem;
    transition: .3s ease all;
}
.caResults article span{
  display: none;
}
.caResults article h2 {
    margin-top: 1rem;
}
.caResults article span.date{
    color: #939393;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: .5rem 0;
    display: block;
}
.caResults article {
    max-width: 30rem;
    margin: auto;
    margin-top: 2rem;
}
.caHeaderBlog{
    display: block;
    background-color: #F0F0F0;
}
.caXtras {
    width: 100%;
    clear: both;
}
.comment-form-comment textarea{
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    margin: .5rem 0;
}
.pagination,
.caPagination {
    text-align: center;
    margin: auto;
    width: 100%;
    display: block;
    margin-top: 3rem;
}
.pagination a, 
.pagination span,
.caPagination a, 
.caPagination span {
    display: inline-block;
    font-size: 1.2rem;
    font-family: ivystyle-sans,sans-serif;
    color: #0c1a90;
    padding: 0 .1rem;
}
.pagination span,
.caPagination span {
  color:#4245EF;
}
.pagination a:hover,
.caPagination a:hover{
  color:#4245EF;
}
.caSorry {
    text-align: center;
    font-size: 2rem;
    color: #737373;
    font-style: italic;
    box-sizing: border-box;
    margin: 11rem 0;
}

.sidebar-widget li img {
    display: block !important;
    width: 100% !important;
    height: 12rem !important;
    object-fit: cover;
    margin: 0 !important;
}
.sidebar-widget li span {
    font-size: 1.2rem;
    color: #ffffff;
    width: 100%;
    margin: auto;
    display: block;
    background-color: #0c1a90;
    padding: 1.1rem;
    clear: both;
    transition: .3s ease all;
    line-height: 1.3;
}
.sidebar-widget li a:hover span{
  background-color: #FF9B6A;
}

.caXtras {
    width: 100%;
    border-top: 1px solid #001A90;
    padding-top: 1rem;
    margin-top: 2rem;
    float: left;
}
.caXtras span {
    color: #767676;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0;
    display: block;
    margin-bottom: .3rem;
}
.caXtras h3{
    color: #0c1a90;
    font-size: 1.3rem;
    margin-top: 1.5rem;
}

.caXtras textarea,
.caXtras input[type=url],
.caXtras input[type=text],
.caXtras input[type=email]{
    display: block;
    box-sizing: border-box;
    width: 100%;
    background-color: #f7f7f7;
    font-size: 1rem;
    color: #484848;
    padding: .6rem 1rem;
    margin: .5rem 0;
        border: 1px solid lightgrey;
}
.caXtras label{
    display: inline-block;
    font-weight: 600;
    font-size: .9rem;
    color: #0c1a90;
    position: relative;
}
.caXtras .comment-notes{
  font-size: 1rem;
}
.caXtras label span {
    position: absolute;
    right: -.6rem;
    top: .2rem;
    color: #d30000;
}
.caXtras input[type=checkbox],
.caXtras input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    background-color: #f7f7f7;
    width: 20px;
    height: 20px;
        border: 1px solid lightgrey;
          float: left;
          border-radius: 100px;
          position: relative;
    transition: .3s ease all;
}
.caXtras input[type=checkbox]:checked,
.caXtras input[type=radio]:checked{
  background-color: #0c1a90;

}
.caXtras .comment-form-cookies-consent{
  margin-top: 2rem;
}
.caXtras .comment-form-cookies-consent label {
    color: #474747;
    font-weight: 500;
    float: left;
    width: calc(100% - 3rem);
    margin-left: 1rem;
    margin-top: -.3rem;
    max-width: 30rem;
  }
.caXtras .submit{
    background-color: #FF9B6A;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 10px;
    padding: .5rem 1.6rem;
    font-size: .85rem;
    letter-spacing: 1px;
    padding-top: .6rem;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
    transition: .3s ease all;
    margin-top: 2rem;
}
.caXtras .submit:hover{
  background-color: #de7c48;
}
.form-submit {
    overflow: hidden;
    width: 100%;
}
.share-button-wrapper a{
float: left;
display: block;
width: 2rem;
height: 2rem;
text-indent: -999999px;
margin-right: .5rem;
background-repeat: no-repeat;
background-size: 70%;
	transition: .2s ease all;
background-position: 50% 50%;
	opacity: .6;
}
.caTrigger {
    float: left;
    display: block;
    width: 2.7rem;
    height: 2rem;
    text-indent: -999999px;
    margin-right: .5rem;
    background-repeat: no-repeat;
    background-size: 52%;
    background-image: url(img/share.png);
    background-position: 50% 50%;
    transition: .3s ease all;
	position: relative;
    opacity: .4;
}
.caTrigger::after{
	content:"";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 65%;
	width: 1px;
	background-color:#9A9A9A;
}
.share-twitter{
	background-image: url(img/s-twitter.png);
}
.share-facebook{
	background-image: url(img/s-facebook.png);
}
.share-whatsapp{
	background-image: url(img/s-whatsapp.png);
}
.caViews{
	overflow: hidden;
	float: right;
}
.caViews i{
	float: left;
	display: block;
	width: 2rem;
	height: 2rem;
	margin-right: .5rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(img/s-view.png);
}
.caViews b {
    display: block;
    float: left;
    margin-top: .3rem;
    color: #9A9A9A;
    font-weight: 600;
}
.share-button-wrapper {
    overflow: hidden;
    float: left;
}
.share-button-wrapper a:hover {
    background-size: 90%;
	opacity: 1;
}

.caPostContent .caPlgs{
    overflow: hidden;
    margin-top: 0;
}
.caPostContent .wpulike-heart .wp_ulike_general_class {
    box-shadow: none;
    border-radius: .25em;
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 0;
}
.caMembersHome {
    background-color: #FBFBFB;
    padding: 5rem 0;
    min-height: 35rem;
}
.caMembersHome h3 {
    color: #001A90;
    font-size: 2.3rem;
    line-height: 1.2;
    margin-bottom: .5rem;
    letter-spacing: 1px;
}
.caMembersHome span.caStr{
    font-weight: 600;
    text-transform: uppercase;
    font-size: .85rem;
    letter-spacing: .5px;
    display: block;
    margin-top: 3.5rem;
    color: #797979;
}
.caMembersHome ul li a{
    display: block;
    position: relative;
    border: 1px solid #d2d2d2;
    padding: .8rem;
    border-radius: 15px;
    transition: .3s ease all;
}
.caMembersHome ul li a:hover{
    background-color: #001A90;
    border: 1px solid #001A90;
}

.caMembersHome ul li a i {
    display: block;
    transition: .3s ease all;
    font-size: 1.1rem;
    color: #9A9A9A;
    font-style: normal;
    font-weight: 600;
    position: relative;
    padding-left: 3rem;
    text-align: left;
    width: 98%;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: .7rem 0;
      min-width: 100%;
  max-width: 23rem;
}
.caMembersHome ul {
    text-align: left;
    overflow: hidden;
    margin: 2rem 0;
}
.caMembersHome ul li {
    margin: 3%;
    display: block;
}
.caMembersHome ul li a:hover i {
  color: #FFF;
}
.caMembersHome ul li a i::after{
  content: "";
  display: block;
  position: absolute;
  left: .4rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2rem;
  width: 2rem;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: 50% 50%;
  transition: .3s ease all;
}
.caMembersHome ul li.caFile a i::after{
  background-image: url(img/download.png);
}
.caMembersHome ul li.caFile a:hover i::after{
  background-image: url(img/download-active.png);
}
.caMembersHome ul li.caFolder a i::after{
  background-image: url(img/folder.png);
}
.caMembersHome ul li.caFolder a:hover i::after{
  background-image: url(img/folder-active.png);
}
.caMembersHome ul li a i small{
    display: block;
    clear: both;
    font-size: 75%;
    color: #a7a7a7;
}
#breadcrumbs{
  width: 100%;
  display: block;
}
#breadcrumbs span a{
  color: #007bff;
}
#breadcrumbs span a:hover{
  color: #001A90;
}
#breadcrumbs [aria-current="page"]{
  color: #001A90;
  font-weight: 600;
}
.caSitesLinks {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
}
.caSitesLinks a{
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  float: left;
  margin-left: .8rem;
  transition: .3s ease all;
}
.caSitesLinks a:hover{
  opacity: .7;
}
.caPostContent img {
    display: block;
    width: unset;
    height: auto;
    max-width: 100%;
}
.comments .commentmetadata {
    margin: 0;
    display: block;
    box-sizing: border-box;
    opacity: .3;
    font-weight: 600;
}
.comments p {
    font-size: 1rem;
    color: #040404;
    display: block;
    margin: 0 0 .7rem 0;
}
.comments h2{
    color: #0c1a90;
    font-size: 1rem;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
}
.comments .vcard img{
    width: 3rem;
    height: auto;
    border-radius: 100px;
}
.comment-author {
    width: 7rem;
    float: left;
}
.caNms .fn {
    display: inline-block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #767676;
}
.caNms span{
    margin-top: -6px;
}
.caRest{
    float: left;
    width: calc(100% - 8rem);
    margin-left: 1rem;
}
li.comment {
  overflow: hidden;
  margin-bottom: 2rem;
}
li.comment > div{
  overflow: hidden;
}
.comment-reply-title small a{
    display: block;
    margin-bottom: 1rem;
    text-decoration: underline !important;
    font-family: ivystyle-sans,sans-serif;
    font-size: 1rem;
    margin-top: .5rem;
}
.comment-reply-link{
  text-decoration: underline !important;
}
.caNoCl{
  pointer-events: none;
}
.caOnim small{
  display: block;
  clear: both;
}
.caOnim {
    margin-top: .6rem;
    margin-left: 1.8rem;
}
.caStart {
    min-height: calc(100vh - 70px);
    position: relative;
    background-color: #F0F0F0;
}
.caOnlyBlock {
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 90%;
    max-width: 30rem;
    top: 50%;
    background-color: #FFF;
    border-radius: 30px;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    box-sizing: border-box;
    padding: 1.7rem;
}
.caOnlyBlock h1{
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #001A90;
    font-weight: 800;
    font-size: 1.2rem;
    margin-bottom: .6rem;
    font-family: ivystyle-sans,sans-serif;
}
.caOnlyBlock .ppc-login-form > p:first-of-type {
    font-size: 1rem;
    line-height: 1.3;
    color: #636363;
    margin: auto;
    margin-bottom: 1.5rem;
}
.caOnlyBlock .ppc-login-form-password{
    font-size: 1.2rem;
    text-align: center;
    padding: .8rem 1rem;
    background-color: #f0f0f0;
    margin: auto;
    margin-top: .4rem;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-radius: 4px;
}
.caOnlyBlock .ppc-login-form .ppc-password-label {
    display: block;
    padding-right: 0;
    margin-bottom: 2rem;
}
.caOnlyBlock .ppc-login-form .ppc-login-form-label-text {
    margin: 0;
    font-weight: 600;
    color: #444444;
    text-align: left;
    font-size: 1.2rem;
    display: block;
}
.caOnlyBlock .ppc-login-form-submit {
    background-color: #FF9B6A;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    border-radius: 10px;
    padding: 1rem 1.6rem;
    font-size: .85rem;
    letter-spacing: 1px;
    padding-top: 1.1rem;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
    transition: .3s ease all;
    margin: auto;
    width: 70%;
    font-size: 1rem;
}
.caOnlyBlock .ppc-login-form-submit:hover {
    color: #FFF !important;
    background-color: #de7c48;
}
.caOnlyBlock .ppc-login-error {
    text-align: center;
}
.caLastTitle{
  margin-top: 0 !important;
}
.caPostContent p{
  max-width: 50rem;
}
.caPostContent video{
    width: 100%;
    height: auto;
}
.caOnlyBlock p {
    font-size: 1rem;
    text-align: center;
    line-height: 1.3;
    color: #636363;
    margin: auto;
    margin-bottom: 1.5rem;
}

.caBlck input{
    font-size: 1.2rem;
    text-align: center;
    padding: .8rem 1rem;
    background-color: #f0f0f0;
    margin: auto;
    margin-top: .4rem;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-radius: 4px;
    margin-bottom: .8rem;
}
.caBlck label {
    font-weight: 600;
    color: #444444;
    font-size: 1.2rem;
    display: block;
}
.caOnlyBlock .ppc-login-form > p:first-of-type {
  display: none !important;
}
.caPdfSection .caButton:hover {
    background-color: #ff9b6a;
}
.caToBottom{
    display: block;
    position: fixed;
    right: 13px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    background-color: #FFF;
    z-index: 99999;
    border-radius: 100px;
    background-repeat: no-repeat;
    background-size: 60%;
    background-image: url(https://www.investmonterrey.com/wp-content/uploads/2021/07/mil.png);
    background-position: 50% 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: .3s ease all;
}
.caToBottom:hover{
  background-color: #dfdfdf;
}
/*Responsive
====================*/
@media screen and (min-width: 340px) {
 .caExs > div{
  float: left;
 }
 .caExs > div.caPs{
    width: 13rem;
  }
  .caExs .caDetails{
    float: right;
    width: calc(100% - 14rem);
  }
}

@media screen and (min-width: 500px) {
html {
  font-size: 13px;
}
.caHr .caStats {
    -ms-transform: scale(.9) translate(-6vw, 5rem);
    -webkit-transform: scale(.9) translate(-6vw, 5rem);
    transform: scale(.9) translate(-6vw, 5rem);
}
.caIndustries ul{
  overflow: hidden;
}
.caIndustries li {
    border-bottom: none;
    float: left;
    width: 50%;
}
.caIndustries li img{
    height: 20rem;
    object-fit: cover;
}
.caLogos ul li{
    width: 30%;
    margin: 1%;
}
.caAeroInfo .caStats ul{
    overflow: hidden;
    width: 90%;
    margin: auto;
    max-width: 38rem;
}
.caAeroInfo .caStats li {
    width: 50%;
    float: left;
}
.caAutomotive .caStats li {
    width: auto;
    float: none !important;
    display: inline-block;
    margin: 2rem;
}
.caAutomotive .caStats ul {
    text-align: center;
    max-width: unset;
}
.caExclusive .caWrapper{
    position: absolute;
    left: 0;
    right: 0;
}
.caExclusive p{
  width: 60%;
    float: right;
    line-height: 1.7;
    margin-top: 1rem;
}
.caExclusive .caImgCont{
    width: 100%;
    overflow: hidden;
}
.caExclusive .caImgCont img{
    width: 120%;
    margin-left: -30%;
}
.caExplore h2 br{
  display: block;
}
.caDigital ul {
    width: 100%;
    max-width: 30rem;
}
}

@media screen and (min-width: 600px) {
  .caWhy h2 {
      float: left;
      width: 50%;
  }
footer .caNav{
    box-sizing: border-box;
    padding-left: 1rem;
    width: 15rem;
    float: left;
}
footer .caContact {
    float: left;
    width: calc(100% - 15rem);
}
  footer .caContact a{
    text-align: left;
  }
  footer .caNav ul{
    text-align: left;
  }
  footer .caNav li {
    display: block;
  }
  footer h3{
    text-align: left;
}
footer .caContact a img {
    display: block;
    margin-bottom: unset;
    height: 2rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
footer .caContact a{
  position: relative;
  box-sizing: border-box;
  padding-left: 3rem;
}
.caMeet li{
  float: left;
  width: calc(50% - .5rem);
}
.caMeet li:nth-child(odd){
  margin-right: 1rem; 
}
.caMeet li:last-child{
  width: 100%;
}
footer .caContact ol {
    text-align: left;
    margin-bottom: 0;
}
footer .caContact ol li a {
    width: 2rem;
    box-sizing: border-box;
    height: 2rem;
    padding: 0;
    display: block;
    transition: .3s ease all;
}
	footer .caContact ol li a:hover{
		opacity:.6;
	}
footer .caContact ol li {
    display: inline-block;
    margin: 0;
    margin-right: .2rem;
}
.caStaff li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 1rem;
}
.caMembersHome ul li {
    margin: .5rem;
    display: inline-block;
}
.caMembersHome ul li a i{
  width: 23rem;
  max-width: unset;
  min-width: unset;
}
.caStaff li:nth-child(odd){
	clear:left;
}
}
@media screen and (min-width: 700px) {
.caWhy ul {
    position: relative;
    height: calc(10rem + 1vw);
    margin-bottom: -1rem;
    z-index: 1;
}
  .caWhy ul li:nth-child(odd) {
      margin-left: unset;
  }
  .caWhy ul li {
    margin-bottom: unset;
    position: absolute;
    bottom: 0;
  }
  .caWhy ul li:nth-child(1){
    left: 5%;
  }
  .caWhy ul li:nth-child(2){
    left: 30%;
  }
    .caWhy ul li:nth-child(3){
    left: 50%;
  }
    .caWhy ul li:nth-child(4){
    left: 70%;
  }
    .caWhy ul li:nth-child(5){
    right:0;
  }
  .caWhy ul li:nth-child(even){
    bottom: 3rem;
  }
  .caWhy .caImgCont {
    margin-left: -40vw;
    position: relative;
    z-index: 10;
  }
  .caWhy .caImgCont img {
    width: calc(100% + 20vw);
  }
  .caWhy h2 {
    font-size: calc(2.8rem + 1.5vw);
  }
  .caWhy p {
    margin-bottom: 1.5rem;
    font-size: calc(.8rem + 1vw);
    margin-top: .3rem;
  }
  .caWhy span {
    font-size: calc(1.5rem + .5vw);
  }
  .caButton {
    padding: .8rem 1.8rem;
    font-size: calc(.6rem + .5vw);
    line-height: 1;
  }
  .caWhy li p{
    font-size: calc(.8rem + .5vw);
    margin-bottom: 0;
  }
.caWhy ul li::after {
    left: 1.3rem;
    top: unset;
    bottom: calc(-110% - 11vw);
    height: calc(100% + 11vw);
}
.caSpecialData .caSplit > div{
    float: left;
    width: 50%;
}
.caSpecialData .caSplit > div.caPerx{
}
.caSpecialData .caSplit > div.caInfo p, .caSpecialData .caSplit > div.caInfo span {
    text-align: left;
    font-size: calc(1rem + 1.5vw);
    line-height: 1.2;
    
}
.caSpecialData .caSplit > div.caInfo p{
  margin-top: .8rem;
}
.caSpecialData span.caPerc {
    line-height: .9;
    font-size: calc(10rem + 5vw);
}
.caSpecialData ul {
    width: 90%;
    max-width: 60vw;
    margin-top: 9rem;
    margin-bottom: 6rem;
}
.caSpecialData ul li{
  width: 19%;
}
.caSpecialData .caSplit {
    margin-top: 12rem;
}
.caInfographic{
  overflow: hidden;
  padding-top: 0;
}
.caInfographic .caMap {
    width: 100%;
    margin-top: -20vw;
        margin-bottom: 12rem;
}
.caMap{
  position: relative;
}
.caMap .caTxt {
    position: absolute;
    left: 50%;
    bottom: calc(-3rem + 1vw);
    margin-top: 0 !important;
    text-align: left !important;
    padding-left: calc(1rem + 3vw);
}
.caMap .caMp{
    transform: translateX(-27%);
    -webkit-transform: translateX(-27%);
    -moz-transform: translateX(-27%);
    -ms-transform: translateX(-27%);
  }
  .caInfographic h3 {
    font-size: calc(1.4rem + 1.5vw);
  }
  .caInfographic p {
    font-size: calc(.8rem + 1vw);
}
.caRow{
  position: relative;
  overflow: hidden;
}
.caInfographic h4 {
    float: left;
    width: 50%;
    font-size: calc(1.5rem + 2vw);
}
.caParameters ul{
  position: absolute;
  width: 45%;
  right: 0;
      top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.caParameters li span {
    font-size: calc(.6rem + .8vw);
}
.caParameters li i {
    width: calc(.5rem + .4vw);
    height: calc(.5rem + .4vw);
}
.caPercentage ul li{
  float: left;
  width: calc(50% - 1rem);
}
.caPercentage ul li:nth-child(odd){
  margin-right: 2rem;
}
 .caPercentage h6 {
    font-size: calc(4rem + 1vw);
}
 .caExs > div.caPs {
    width: calc(9.5rem + 1vw);
}
 .caExs .caDetails {
    float: right;
    width: calc(100% - 10rem - 1vw);
}
.ca2x .caSplit{
  margin-bottom: 6rem;
}
.ca2x .caExs {
    margin-bottom: 0;
    float: left;
    width: calc(50% - 1rem);
}
.ca2x .caFirst{
  margin-right: 2rem;
}
.caPercentage span {
    margin-top: .5rem;
    height: 1.5rem;
}
.caPercentage {
    margin-top: 5rem;
}
.caPercentage ul li {
    margin-bottom: 5rem;
}
.ca2x {
    background-color: #FF9B6A;
    padding: 7rem 0 7rem 0;
}
.ca2x h6 {
    font-size: calc(6rem + 2vw);
    text-align: center;
}
.ca2x .caColors li span {
    font-size: calc(.6rem + .8vw);
}
.ca2x .caColors li i {
    width: calc(.5rem + .4vw);
    height: calc(.5rem + .4vw);
}
.ca2x h5 {
    font-size: calc(1.1rem + 1vw);
    margin-bottom: 6rem;
}
.caRecipient h3 {
    font-size: calc(1.4rem + 1.5vw);
    margin-bottom: 7rem;
}
.caRecipient {
    padding: 6rem 0 10rem 0;
}
.caBigData h6 {
    font-size: calc(9rem + 5vw);
    text-align: center;
    line-height: 1.1;
}
.caBigData .caPs {
      width: calc(22rem + 10vw);
}
.caBigData .caDetails {
    width: calc(100% - 25rem - 10vw);
}
.caBigData .caDetails b {
    font-size: calc(.5rem + .5vw);
}
.caBigData .caDetails > div {
    margin-top: 1.5rem;
}
.caBigData span {
    height: calc(1.6rem + 1.6vw);
}

.caBigData span i {
    font-size: calc(1rem + .5vw);
    line-height: 1;
}
.caRecipient .caSplitData {
    padding-top: 4rem;
}
.caRecipient ul{
    column-count: 2;
    column-gap: 0;
}
.caRecipient .caSplitData ul li {
    padding-left: 2vw;
}
.caRecipient .caSplitData span {
    width: calc(10rem + 2vw);
    font-size: calc(1rem + .4vw);
}
.caRecipient .caSplitData li div {
    height: calc(1rem + 1vw);
    margin-bottom: .07rem;
}
.caRecipient .caSplitData i{
  font-size: calc(1rem + .5vw);
      display: inline-block;
      transform: translateY(-.4rem);
    -webkit-transform: translateY(-.4rem);
    -moz-transform: translateY(-.4rem);
    -ms-transform: translateY(-.4rem);
}
.caHr .caImgCont {
    opacity: 1;
    margin-left: -15%;
    width: 70%;
}
.caHr .caStats {
    -ms-transform: scale(1) translate(0 , 0);
    -webkit-transform: scale(1) translate(0 , 0);
    transform: scale(1) translate(0 , 0);
    right: unset;
    left: 48%;
    margin-top: 10vw;
}
.caHr h2 {
    font-size: calc(1.5rem + 2vw);
}
.caHr h4 {
    font-size: calc(1.3rem + 1.8vw);
}
.caHr span {
    font-size: calc(5rem + 3vw);
}
.caHr small {
    font-size: calc(.7rem + .8vw);
}
.caHr .caStats > div {
    margin-bottom: 2rem;
}
.caBusinessDev .caCover {
    height: 100vh;
}
.caBusinessDev .caInfo h3 {
    font-size: calc(1.5rem + 3vw);
}
.caBusinessDev .caInfo p {
    font-size: calc(.8rem + 1vw);
}
.caBusinessDev{
  position: relative;
}
.caBusinessDev .caInfo {
    position: absolute;
    margin: 0 auto;
    width: 90%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.caIndustries h2 {
    font-size: calc(1.5rem + 2vw);
}
.caIndustries li img {
    height: calc(20rem + 2vw);
    object-fit: cover;
}
.caIndustries li a span {
    font-size: calc(1rem + .5vw);
}
.caPartners {
    padding-top: 10rem;
}
.caPartners .caTxt {
    float: left;
    width: calc(50% - 5vw);
}
.caPartners p {
    font-size: calc(.8rem + 1vw);
}
.caPartners h2 {
    font-size: calc(1.5rem + 2vw);
}
.caPartners .caDesc{
  position: relative;
}
.caPartners .caImgCont {
    position: absolute;
    margin: auto;
    width: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.caPossibilities .caInfo h2 {
    font-size: calc(1.5rem + 3vw);
}
.caPossibilities .caInfo small {
    font-size: calc(.9rem + .3vw);
}
.caPossibilities .caCover{
  height: 100vh;
}
.caPossibilities .caInfo {
    z-index: 2;
    width: 90%;
    text-align: center;
    position: absolute;
    margin: 0 auto;
	margin-top: -100px;
    width: 90%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
footer .caLogo{
  float: left;
}
footer a {
    font-size: calc(.7rem + .3vw);
}
footer h3 {
    font-size: calc(.6rem + .4vw);
}
footer .caNav{
  width: 20%;
}
footer .caContact{
  width: 50%;
}
footer .caLogo {
    float: left;
    width: 30%;
}
footer .caWrapper{
  width: 80%;
}
.caMeet li input, .caMeet li textarea, .caMeet li checkbox, ,caMeet li select {
    font-size: calc(.6rem + .5vw);
}
.caMeet h5 {
    font-size: calc(1.5rem + 1vw);
}
.caLogos ul li {
    width: 22.5%;
    margin: 1%;
}
.caPartners .caLogos .caButton {
    font-size: calc(.5rem + .5vw);
}
header .caLogo {
    width: calc(13rem + 3vw);
}
.caCompanies h5 {
    font-size: calc(1.3rem + .4vw);
}
.caIndustriesBanner .caInfo > div{
  position: relative;
  overflow: hidden;
}
.caIndustriesBanner .caInfo > div > div{
  width: 50%;
  float: left;
  position: relative;
}
.caIndustriesBanner .caInfo div.caRside{
  margin-left: 50%;
}
.caIndustriesBanner .caInfo div.caLside{
  position: absolute;
      top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.caAeroInfo h2 {
    font-size: calc(1.5rem + 2vw);
}
.caAeroInfo .caSplit > div{
  float: left;
  width: 50%;
}
.caAeroInfo .caStats span {
    font-family: ivypresto-display,serif;
    font-size: calc(3rem + 2vw);
}
.caAeroInfo .caStats small{
  font-size: calc(.5rem + .5vw);
  line-height: .9;
}
.caAeroInfo h4{
    font-size: calc(1.2rem + 1.5vw);
    display: block;
    clear: both;
}
.caAeroInfo .caSplit{
  position: relative;
  overflow: hidden;
}
.caAeroInfo .caSplit .caImage{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
.caBackwards .caSplit .caImage{
  right: 0;
}
.caAeroInfo .caStats {
    box-sizing: border-box;
    padding: calc(2rem + 2vw);
    margin-left: 50%;
}
.caBackwards .caStats {
    margin-left: 0
}
.caBackwards h4 {
    text-align: left;
    margin-top: calc(-1rem - 1vw);
}
.caBackwards {
    margin-top: 7rem;
}
.caAeLogos .caWrapper{
  width: 90%;
}
.caAeLogos .caWrapper > div{
  width: 100%;
  overflow: hidden;
  clear: both;
}
.caAeLogos ul {
    text-align: left;
    width: calc(100% - 17rem - 2vw);
    margin: unset;
    float: right;
}
.caAeLogos h3 br{
  display: block;
}
.caAeLogos h3{
    float: left;
    width: calc(16rem + 2vw);
    line-height: 1.4;
    text-align: left;
    font-size: calc(1.5rem + 2vw);
}
.caIndTemp .caSplit > div{
  float: left;
  width: 50%;
}
.caSpaceCenter div img {
    height: auto;
    object-fit: unset;
    object-position: unset;
}

.caIndTemp h2 {
    font-size: calc(1.5rem + 2vw);
    line-height: 1.2;
    text-align: left !important;
}
.caIndTemp .caTxt *{
  text-align: left !important;
}
.caIndTemp .caTxt p{
    font-size: calc(1rem + .4vw);
    line-height: 1.4;
    width: 85%;
}
.caIndTemp .caImg{
  margin-top: 0;
  max-width: unset;
}
.caIndTemp .caImg img{
  max-width: 30rem;
  margin: auto;
}
.caAutomotive .caSplit > div {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.caAutomotive .caStats li {
    margin: 1rem 2rem;
}
.caAutoLogos .caWrapper > div {
    float: left;
    width: 50%;
    padding: 2rem 0;
}

.caStrn {
    position: relative;
    padding-top: 0;
    margin-top: 0;
}
.caStrn::after {
    width: 1px;
    height: 100%;
}
.caHomes h4 br{
  display: block;
}
.caClaut h3 {
    font-size: calc(1.5rem + 2vw);
}
.caItSoftBck ul li {
    margin: 1rem calc(2.5rem + 2vw) !important;
}
.caSoftLogos li {
    width: 24%;
}
.caSoftLogos h2{
  margin-bottom: 4rem;
}
.caSftw .caTxt {
    margin-top: calc(1rem + 2vw);
}
.caInceDownload p {
    text-align: left;
    max-width: unset;
    font-size: calc(1rem + .7vw);
}
.caInceDownload .caWrapper > div {
    float: left;
    width: calc(100% - 20rem - 5vw);
}
.caInceDownload .caWrapper > div:last-of-type{
    float: right;
    width: 20rem;
    position: relative;
}
.caInceDownload a {
    margin-top: .7rem;
}
.caPdfSection .caSplit > div{
  float: left;
  width: 50%;
}
.caPdfSection h4{
  text-align: left;
  font-size: calc(2.2rem + .8vw);
}
.caPdfSection .caWrapper{
  width: 80%;
}
.caPdfSection .caFormUpload {
    text-align: left;
}
.caPdfSection .caFormUpload input[type="file"]{
  margin: unset;
}
.caInceDownload .caWrapper {
    width: 80%;
}
.caPdfSection .caButton {
    padding: 1rem 5rem;
}
.caPdfSection img {
    max-width: 17rem;
}
.caRecentNews ul {
  overflow: hidden;
  max-width: unset;
}
.caRecentNews ul li {
  width: calc(50% - 1rem);
  float: left;
}
.caRecentNews ul li:first-child{
    margin-right: 2rem;
}
.caRecentNews h6 {
    font-size: calc(.7rem + .7vw);
}
.caRecentNews span {
    font-size: calc(.4rem + .5vw);
}
.caRecentNews h3{
  font-size: calc(1.5rem + 1vw);
  margin-bottom: 3rem;
}
.caNewx ul{
  max-width: unset;
}
.caNewx li {
    margin: 0;
    float: left;
    width: calc(50% - 2rem);
    margin: 1rem;
}
.caNewx li h5 {
    font-size: 1.8rem;
}
.caNewx li span {
    font-size: .8rem;
}
.caNwsIn .caSplit{
    overflow: hidden;
    position: relative;
}
.caNwsIn .caImgCont {
    left: 0;
    width: 50%;
    position: absolute;
    top: 0;
    height: 100%;
}
.caNwsIn .caImgCont img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.caNwsIn .caData {
    float: left;
    width: 50%;
    margin-left: 50%;
}
.caNwsIn .caData h3 {
    font-size: calc(1.5rem + 1vw);
}
.caNwsIn .caData p{
    font-size: calc(1rem + .3vw);
}
.caBacktoTop {
    font-size: calc(1rem + .4vw);
    padding: 2.8rem 0 1.8rem 0;
}
.caBacktoTop::after {
    top: 1.8rem;
}
.caHeaderBlog h3 {
  font-size: calc(1.5rem + 1.4vw);
  width: 60%;
}
.caPost {
  overflow: hidden;
}
.caPost .caPostContent {
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    float: left;
    width: calc(100% - 15rem);
}
.caPost aside{
  display: block;
    position: relative;
    float: right;
    width: 13rem;
    min-height: 10px;
    box-sizing: border-box;
}
.caCertifiedBanner h6 {
    font-size: calc(.6rem + 1vw);
}
.caBusinessDev .caInfo p {
    font-size: calc(.7rem + 1vw);
    line-height: 1.8;
    max-width: calc(32rem + 7vw);
}
.caAreas .caWrapper {
    position: absolute;
    left: 0;
    top: calc(3rem + 3vw);
    z-index: 10;
    right: 0;
    margin: auto;
}
.caAreas h2 {
    font-size: calc(2rem + 3vw);
    text-align: left;
    width: calc(17rem + 12vw);
    line-height: 1.3;
    float: left;
    margin-top: calc(3rem + 3vw);
}
.caProperties li {
    background-color: #FFF;
    margin: 0;
    float: left;
    width: calc(50% - 2rem);
    margin: 1rem;
}
.caProperties ul{
  max-width: unset;
}
.caPartBanner .caInfo div.caLside{
  position: relative;
  top: unset;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
}
.caLogos ul.caAll li{
  width: 14%;
}
.caMiss{
  position: relative;
}
.caMiss .caImgCont{
  width: 100%;
  overflow: hidden;
}
.caMiss .caImgCont img{
    width: 120%;
    margin-left: -20%;
}
.caMiss .caTxt {
    max-width: 35rem;
    float: right;
}
.caMiss p {
    text-align: left;
    line-height: 1.7;
    font-size: calc(.8rem + 1vw);
}
.caMiss blockquote {
    width: 100%;
    text-align: left;
    font-size: calc(.9rem + 1.4vw);
}
.caMiss .caTxt {
    max-width: calc(28rem + 2vw);
}
.caMiss .caWrapper {
    position: absolute;
    top: 7rem;
    left: 0;
    right: 0;
    z-index: 10;
}
.caBlast p {
    font-size: calc(1rem + .7vw);
    max-width: calc(40rem + 10vw);
}
.caBePart p {
      text-align: left;
    line-height: 1.7;
    font-size: calc(.8rem + 1vw);
}
.caBePart blockquote {
    text-align: left;
    font-size: calc(1.4rem + 1.5vw);
    width: 80%;
    margin: unset;
    margin-bottom: 2rem;
}
.caBePart .caTxt {
    max-width: calc(28rem + 2vw);
    margin: unset;
}
.caBePart .caWrapper {
    position: absolute;
    left: 0;
    right: 0;
        top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10;
}
.caBePart {
    padding: 0;
}
.caEnjoy .caSplit {
    padding: 7rem 0;
    max-width: unset;
    position: relative;
    overflow: hidden;
}
.caEnjoy .caSplit > div{
  float: left;
  width: 50%;
}
.caEnjoy .caSplit > div:last-of-type{
  float: right;
}
.caEnjoy .caSplit > div:first-of-type{
  position: absolute;
      top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.caEnjoy p,
.caEnjoy h3{
  text-align: left;
}
.caEnjoy h3{
  margin: 0;
      font-size: calc(1.5rem + 1.5vw);
}
.caEnjoy p {
    font-size: calc(.8rem + 1vw);
    line-height: 1.5;
}
.caEnjoy p br{
  display: block;
}
.caExclusive .caImgCont img {
    width: 80%;
    margin-left: 0%;
}
.caExclusive h3 {
    font-size: calc(1.5rem + 2vw);
}
.caExclusive h3 br{
  display: block;
}
.caExclusive p {
    width: 50%;
    float: right;
    line-height: 1.7;
    margin-top: calc(1rem + 3vw);
    font-size: calc(.8rem + 1vw);
}
.caMeetPartners h2 {
    font-size: calc(1.5rem + 2vw);
    padding: calc(4rem + 3vw) 0;
}
.caCity p {
    font-size: calc(1rem + .7vw);
    max-width: calc(40rem + 10vw);
    text-align: left;
    margin: unset;
    float: right;
}
.caCity p:first-of-type {
    text-align: left;
    float: none;
    margin-bottom: calc(10rem + 10vw);
}
.caCity > div {
    padding: 5rem 0 !important;
    position: relative;
}
.caServices ul {
    max-width: unset;
    display: flex;
    flex-wrap: wrap;
}
.caServices ul li{
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 3rem;
  margin-bottom: 0;
}
.caServices h2 {
    font-size: calc(1.5rem + 2vw);
}
.caServices li h4{
  font-size: calc(1.1rem + 1vw);
}
.caCream h3 {
    margin: auto;
    width: 80%;
    width: calc(16rem + 7vw);
}
.caCream p{
  margin-bottom: 0;
  width: 80%;
}
.caCream .caSplit::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 65%;
  background-color: #FFF;
  top: 0;
  bottom: 0;
}
.caCream .caSplit > div:last-of-type {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
}
.caCream .caSplit > div:first-of-type {
    position: relative;
    top: unset;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
}
.caStaff li h5 {
    font-size: calc(1rem + .8vw);
}
.caStaff li span {
    font-size: calc(.7rem + .8vw);
}
.caStaff li a {
    font-size: calc(.6rem + .5vw);
}
.caStaff ul {
    max-width: calc(50rem + 5vw);
    margin: 7rem auto 0 auto;
}
.caStaff p{
  font-size: calc(.8rem + .9vw);
}
.caStaff h2{
      font-size: calc(1.5rem + 2vw);
}
.caInvestmentBanner .caInfo p{
  line-height: 1.4;
}
.caExplore .caSplit .caDescription p {
    font-size: calc(.8rem + 1vw);
}
.caExplore h2, .caTopics h2{
    font-size: calc(1.5rem + 2vw);
}
.caExplore .caSplit {
  overflow: hidden;
    max-width: unset;
    position: relative;
}
.caExplore .caSplit .caDescription {
    position: absolute;
    right: 0;
    width: 40%;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.caExplore .caSplit .caDescription p {
  text-align: left;
  margin-top: 0;
}
.caExplore .caSplit .caBrochure{
  width: 55%;
}
.caTopics ul.caList {
    max-width: unset;
}
.caTopics li h3 {
    float: left;
    width: 50%;
    height: calc(15rem + 4vw);
	margin:0;
}
.caTopics ul.caList li {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden;
}
.caTopics li img{
    position: absolute;
    right: 0;
    width: 50%;
    object-fit: cover;
    height: 100%;
    padding: 0 !important;
}
.caTopics li h3 span{
  font-size: calc(1.8rem + 1vw);
}
.caTopics li h3 small{
  font-size: calc(.6rem + .4vw);
}
.caTopics h3 br{
  display: block;
}
.caArrows {
    bottom: 0;
    margin: auto;
    left: unset;
    right: -29px;
    -moz-transform: rotate(-90deg); /* IE 9 */
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg);
    top: 0;
    z-index: 10;
}
.caTopics .caList li:nth-child(even) img{
  right: unset;
  letter-spacing: 0;
}
.caTopics .caList li:nth-child(even) h3{
  float: right;
}
.caTopics .caList li:nth-child(even) .caArrows{
  -moz-transform: rotate(90deg); /* IE 9 */
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
    right: unset;
    left: -29px;
}
.caContactInfo h3 {
    font-size: calc(1.3rem + 3vw);
    text-align: left;
}
.caContactInfo .caPlace a{
    font-size: calc(.7rem + .7vw);
    text-align: left;
    width: 100%;
}
.caContactInfo .caPlace {
    width: calc(15rem + 3vw);
    float: left;
}
.caContactInfo .caDigital{
  float: left;
  width: calc(100% - 15rem - 5vw);
}
.caDigital ul {
    float: right;
    margin-top: calc(5rem + 2vw);
}
.caContactInfo .caDigital li {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    margin-bottom: .5rem;
}
.caBusinessDev .caCover::after{
  width: 80%;
  height: 100%;
  background: rgb(66,69,239);
background: -moz-linear-gradient(90deg, rgba(66,69,239,0) 0%, rgba(66,69,239,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(66,69,239,0) 0%, rgba(66,69,239,1) 100%);
background: linear-gradient(90deg, rgba(66,69,239,0) 0%, rgba(66,69,239,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4245ef",endColorstr="#4245ef",GradientType=1);
}
.caProperties li .caImgCont {
    height: calc(10rem + 10vw);
}
.caAreas .caImgCont img {
    width: 110%;
    margin-left: 0;
}
.caAreas .caImgCont{
  position: relative;
  z-index: 1;
}
.caAreas {
    position: relative;
}
.caIndTemp p{
  text-align: left;
  font-size: calc(1rem + 1vw);
}
.caIndTemp h2 {
    font-size: calc(2.5rem + 3vw);
}
.caIndTemp h2.caKls br{
  display: block;
}
.caIndTemp h2.caKls{
  margin-top: 0;
}
.xsPace * {
    text-align: left;
}
.xsPace {
  padding-top: 4rem;
}
.xsPace img {
    max-width: 40rem;
}
.caHomeApp img{
    margin: unset;
    margin-top: 2rem;
}
.caPrs img {
    max-width: 30rem;
    margin-top: 4rem !important;
}
.caNumBus br{
  display: block;
}
.caNumBus h2 {
    font-size: calc(2.5rem + 4vw) !important;
    margin-bottom: 2rem;
}
.caNumBus img {
    max-width: calc(7rem + 1vw);
    margin: unset;
}
.caNewx li:first-child .caImgCont {
    float: left;
    width: 50%;
    margin-right: 2rem;
}
.caNewx li:first-child .caImgCont img{
		height: calc(15rem + 15vw);
}
	
.caNewx li:first-child a > div{
    overflow: hidden;
}
.caNewx li:first-child  span{
  margin: .7rem 0;
}
.caNewx li:first-child  p{
  margin: .7rem 0;
}
.caNewx li:first-child{
  margin-bottom: 4rem;
}
.caSearch h2 {
    font-size: calc(2.5rem + 1vw);
    float: left;
}
.caSearch form {
    float: right;
    margin: .7rem 0;
    max-width: 25rem;
    width: 100%;
    margin-top: calc(.5rem + .7vw);
}
	.caResults article {
    margin: 0;
    float: left;
    width: calc(50% - 2rem);
    margin: 1rem;
}
.caResults .caLink{
    display: block;
    float: right;
    margin: 1.5rem 0;
    font-size: 1.1rem;
    color: #4245EF;
    font-weight: 600;
}
.caNewx li:first-child .caPlgs {
    bottom: unset;
    top: 0;
    width: calc(50% - 3.7rem);
    right: 0;
    left: unset;
    border-top: none;
    box-sizing: border-box;
    margin-right: 2rem;
}
.caNewx li:first-child div.caKran > a{
		padding-bottom:0;
	}
.caNewx li:first-child h5 {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-top: 3.5rem;
}
.caMembersHome h3 {
  font-size: calc(1.5rem + 2vw);
}
.caMembersHome span.caStr{
    font-size: calc(.5rem + .5vw);
}
.caMembersHome {
    min-height: 50rem;
}
.caOnlyBlock {
    padding: 1.7rem 2.8rem !important;
}
.caFormUpload .wpcf7 form.sent .wpcf7-response-output{
  text-align: left;
}
}


@media screen and (min-width: 1000px) {
  .caPercentage h6 {
    font-size: calc(4.5rem + 2vw);
    line-height: 1.2;
  }
  .caExs > div.caPs {
    width: calc(10.5rem + 5vw);
  }
  .caExs .caDetails {
    width: calc(100% - 10.5rem - 5vw);
  }
  .caPercentage ul li,
  .ca2x .caExs{
    width: calc(50% - 5vw);
  }
  .caPercentage ul li:nth-child(odd),
  .ca2x .caFirst{
    margin-right: 10vw;
  }
  .caPercentage b,
  .ca2x b{
    font-size: calc(.5rem + .5vw);
  }
  .caPercentage span i,
  .ca2x span i{
    font-size: calc(.5rem + .5vw);
  }
  .caPercentage span,
  .ca2x span{
    margin-top: .5rem;
    height: calc(.8rem + 1vw);
  }
  .ca2x h6 {
    font-size: calc(6rem + 3vw);
    line-height: .8;
  }
  .caRecipient .caSplitData ul li {
    padding-left: 6vw;
  }
  .caHr .caImgCont {
    margin-left: -9%;
    width: 60%;
  }
  .caIndustries li img {
    height: unset;
    object-fit: unset;
  }
  footer .caLogo {
    width: 35%;
}
footer .caContact{
  width: 45%;
}
footer .caWrapper{
  width: 80%;
}
footer {
    padding: 5rem 0 3rem 0;
}
.caMeet li textarea {
    min-height: calc(10rem + 5vw);
}
.caMeet .caWrapper {
    width: 65%;
}
.caMeet {
    padding: 8rem 0;
}
.caPartners ul {
    width: 80%;
}
.caCompanies div.caLogoCont {
    width: 80%;
    margin: 0 auto 10rem auto;
}
.slick-dots {
    bottom: -8rem;
}
.caIndustriesBanner .caInfo,
.caAero .caInfo,
.caAutomotive .caInfo{
  width: 75%;
}
.caAeroInfo .caStats li {
    margin-bottom: 3.5rem;
}
.caAeroInfo .caSplit {
    width: 80%;
    margin: auto;
}
.caAeLogos li {
    display: inline-block;
    width: 32%;
    max-width: unset;
}
.caAeLogos .caWrapper {
    width: 75%;
}
.caAeLogos h3 {
    margin-top: 3vw;
}
.caAeLogos .caStx {
  margin-top: 5rem;
}
.caAeLogos .caStx h3{
  margin-top: .5vw;
}
.caAeLogos ul {
    width: calc(100% - 20rem - 2vw);
}
.caIndTemp .caWrapper{
    width: 75%;
}
.caIndTemp h2.caKls {
    font-size: calc(1.4rem + 1.8vw);
    margin-top: 2rem;
}
.caAutomotive .caStats li {
    margin: 2rem 4rem;
}
.caAutomotive .caStats ul {
  width: 80%;
}
.caAutomotiveBck .caStats li {
    margin: 2rem 3rem;
}
.caAutomotiveBck .caStats ul {
    width: 90%;
}
.caAutoLogos li {
    max-width: 16rem;
}
.caAutoLogos h2,
.caHomeLogos h2{
    font-size: calc(1.5rem + 2vw);
}
.caAutoLogos h3 {
    font-size: calc(2rem + .65vw);
}

.caHomeLogos li {
    max-width: calc(17rem + 3vw);
}
.caItSoft .caStats ul {
    width: 90%;
}
.caItSoft .caStats li {
      margin: 2rem 1.5rem;
}
.caInceDownload .caButton{
    padding: 1rem 4rem;
    font-size: calc(.6rem + .7vw);
}
.caInceDownload p {
    width: 90%;
    margin: 0;
}
.caPdfSection h4 br{
  display: block;
}
.caPdfSection img {
    max-width: unset;
    width: 50%;
}
.caNewx li {
    width: 31.3%;
    margin: 1%;
}
.caNewx li h5 {
    font-size: calc(1rem + .8vw);
}
.caNewx li span {
    font-size: calc(.4rem + .5vw);
}
.caNewx li p {
    font-size: calc(.5rem + .6vw);
}
.caNwsIn .caData {
    width: 45%;
    padding: calc(2.5rem + 1.5vw);
}
.caProperties li {
    width: 31.3%;
    margin: 1%;
}
.caProperties li .caPropData h6{
  font-size: calc(1rem + .4vw);
}
.caProperties li .caPropData i {
    font-size: calc(.6rem + .4vw);
}
.caProperties li .caLocation h5,
.caProperties li .caLocation small{
    font-size: calc(.5rem + .5vw);
}

.caLogos ul.caAll li {
    width: 10%;
}
.caMiss .caTxt {
    max-width: calc(28rem + 7vw);
}
.caMiss .caImgCont img {
    width: 100%;
}
.caMiss .caTxt {
    max-width: unset;
    width: calc(43% + 3vw);
    margin-right: 7vw;
}
.caBlast > div {
    padding: 11rem 0;
}
.caBePart .caTxt {
    max-width: calc(32rem + 5vw);
    margin: unset;
}
.caExclusive .caImgCont img {
    width: 60%;
}
.caExclusive p {
    margin-top: calc(1.5rem + 5vw);
}
.caCity p {
    max-width: calc(36rem + 10vw);
}
.caCity p:first-of-type {
    margin-bottom: calc(15rem + 15vw);
    font-size: calc(1rem + 1vw);
        max-width: calc(36rem + 13vw);
}
.caServices li .caIcon img{
  width: 100%;
}
.caServices li .caIcon {
    width: calc(2.5rem + 2vw);
    float: left;
    margin-top: calc(1rem + .9vw);
}
.caServices li .caContent{
    float: right;
    width: calc(100% - 4rem - 2vw);
}
.caServices li .caContent h4,
.caServices li .caContent p{
  text-align: left;
}
.caServices li .caContent p{
    font-size: calc(1.1rem + .2vw);
}
.caServices li h4 {
    font-size: calc(1.2rem + 1.5vw);
}
.caServices li h4 br{
  display: block;
}
.caStaff li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 1rem;
}
.caStaff ul{
  max-width: unset;
}
.caStaff p{
  width: 100%;
}
.caStaff li .caPhotoCont img{
  width: 75%;
}
.caExplore .caSplit .caDescription p {
    max-width: calc(20rem + 6vw);
}
.caExplore h2, .caTopics h2{
  margin-bottom: 6rem;
}
.caTopics li h3 {
    height: calc(15rem + 6vw);
	margin: 0;
}
.caContactInfo .caPlace {
    width: calc(20rem + 3vw);
    float: left;
}
.caContactInfo .caDigital li {
    margin-bottom: calc(.5rem + .2vw);
}
.caContactInfo .caDigital {
    width: calc(100% - 20rem - 5vw);
}
.caDigital li a {
    font-size: calc(.7rem + .7vw);
    margin-top: calc(.2rem + 0.2vw);
}
.caDigital li img {
    width: calc(2rem + 1vw);
}
.caDigital ul {
    margin-top: calc(1.4rem + 1vw);
    max-width: calc(40rem + 2vw);
    width: 90%;
}
.caSearch .caWrapper,
.caHeader .caWrapper,
.caLastestNews .caWrapper,
.caNewx .caWrapper,
.caHeaderBlog .caWrapper,
.caPost .caWrapper,
.caProperties .caWrapper,
.caBePart .caWrapper,
.caEnjoy .caWrapper,
.caExclusive .caWrapper,
.caCity .caWrapper,
.caCityX2 .caWrapper,
.caServices .caWrapper,
.caStaff .caWrapper,
.caExplore .caWrapper{
  width: 80%;
}
.slick-arrow{
  display: block;
}
.caTopics .caWrapper{
      width: 90%;
    box-sizing: border-box;
    padding: 0 10%;
}
.caTopics .slick-prev, 
.caTopics .slick-next {
  width: calc(2rem + 1vw);
  height: calc(2rem + 1vw);

}
.caTopics .slick-next{
  right: calc(-4rem - 1vw);  
}
.caTopics .slick-prev{
  left: calc(-4rem - 1vw);  
}
.caAreas h2 {
    margin-left: 8%;
}
.caAreas .xsNer {
    margin-left: 0 !important;
    width: calc(25rem + 15vw);
    font-size: calc(1.8rem + 3vw);
}
.caNewx li:first-child h5 {
    font-size: calc(1rem + 2vw);
}
.caNewx li:first-child p {
    font-size: calc(.5rem + .9vw);
}
.caNewx li:first-child a .caImgCont img {
    height: calc(16rem + 16vw);
}
	.caResults article {
    width: 31.3%;
    margin: 1%;
}

.caOnlyBlock .ppc-login-form-password{
  padding: .5rem 1rem;
}
.caOnlyBlock .ppc-login-form-submit{
  padding: .6rem 1.6rem;
  padding-top: .7rem;
}
.caOnlyBlock {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    box-sizing: border-box;
    padding: 1.7rem;
}
.caBlck input {
    padding: .5rem 1rem;
}
.caStaff li:nth-child(odd){
	clear:unset;
}
	.caStaff li:nth-child(3n+1) {
		clear:left;
	}
}

@media screen and (min-width: 1100px) {
#navIcon,
header .caNav{
  display: none !important;
}
nav{
  display: block;
}
header nav > ul {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
header nav ul li {
    display: inline-block;
    margin-right: 1.1rem;
    position: relative;
}
header nav ul li ul {
    position: absolute;
    top: 100%;
    letter-spacing: 0;
    background-color: #f7f7f7;
    display: none;
    overflow: hidden;
    width: calc(10rem + 2vw);
    padding: .5rem 0;
}
header nav ul li ul li {
    display: block;
    float: left;
    margin: 0;
    width: 100%;
}
header nav ul li ul a {
    text-transform: capitalize;
    padding: .4rem 0 .4rem 1rem;
    display: block;
}
header nav ul li ul a::after{
  display: none !important;
}
header nav ul li:hover ul{
  display: block;
}

header nav ul li:last-of-child{
  margin-right: 0;
}
header .caLogo {
  width: calc(10rem + 3vw);
  margin: 2rem 0;
}
header nav a {
    font-size: calc(.8rem + .2vw);
    position: relative;
    display: block;
    padding: 1.5rem 0;
}
header nav a:hover,
header nav .current_page_item a,
header nav .current_page_parent > a{
  color: #463cfd;
}
header nav a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1rem;
    left: 0;
    background-color: #463cfd;
    width: 100%;
    height: 1px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    opacity: 0;
    transition: .3s ease all;
}
header nav a:hover::after,
header nav .current_page_item a::after,
header nav .current_page_parent > a::after{
    content: "";
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    opacity: 1;
}



}






@media screen and (min-width: 1300px) {
  .caSpecialData .caSplit > div.caInfo p{
  margin-top: .3rem;
}
.caSpecialData span.caPerc {
    font-size: calc(11rem + 6vw);
}
.caMap .caTxt {
    bottom: calc(-3rem + 5vw);
}
.caRecipient .caSplitData li div {
    margin-bottom: -.1rem;
}
.caHr .caImgCont {
    margin-left: 0%;
    width: 50%;
}
  footer .caLogo {
    width: 40%;
}
footer .caContact{
  width: 40%;
}
footer .caLogo a {
    width: 11.5rem;
}
.caAeroInfo .caSplit div.caStats {
    width: 45%;
}
.caAeroInfo .caSplit div.caImage{
  width: 55%;
}
.caAeroInfo .caStats {
    margin-left: 55%;
}
.caBackwards .caStats {
    margin-left: 0;
}
.caAeLogos ul {
    width: calc(100% - 24rem - 3vw);
}
.caAutoLogos li {
    max-width: 20rem;
}
.caHomeLogos li {
    max-width: calc(20rem + 6vw);
}
.caItSoftBck ul li {
    margin: 1rem calc(4rem + 2vw) !important;
}
.caInceDownload .caWrapper > div:last-of-type {
    width: 25rem;
}
.caPost .caPostContent {
    width: calc(100% - 20rem);
}
.caPost aside {
    width: 18rem;
}
.caMiss .caTxt {
    max-width: unset;
    width: calc(43%);
    margin-right: 10vw;
}
.caBePart .caTxt {
    max-width: calc(35rem + 10vw);
}
.caCream h3 {
    width: calc(17rem + 8vw);
}
.caExplore .caSplit .caDescription p {
    max-width: calc(21rem + 7vw);
}
.caContactInfo .caPlace {
    width: calc(21rem + 5vw);
}
.caContactInfo .caDigital {
    width: calc(100% - 24rem - 6vw);
}
.caDigital ul {
    max-width: calc(43rem + 5vw);
}
.caHomeApp .caTxt h2{
    width: 75%;
    margin: unset;
}
}
@media screen and (min-width: 1500px) {
.caAreas .xsNer {
    width: calc(29rem + 15vw);
    font-size: calc(2rem + 3vw);
}
}


.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #FF9B6A;
    background-color: #FF9B6A;
    padding-top: 0.5rem;
	color:#FFF;
	font-weight: 600;
	text-align: center;
}
.wpcf7-not-valid-tip {
    padding-top: .5rem;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #001A90;
    background-color: #001A90;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    padding: 1rem 0;
}



@-moz-document url-prefix() {
.caDigital li a {
    line-height: 1.9;
}
	.caButton {
    padding: 1.02rem 1.8rem .8rem 1.8rem;
}
	.caPercentage span i,
	.ca2x span i,
	.caBigData span i{
    padding-top: .4rem;
}
.search-input {

    padding: .8rem 3rem .5rem 1.2rem;
}
	.caViews b {
    margin-top: .7rem;
}
.caMembersHome ul li a i::after {
    bottom: .3rem;
}
.caMembersHome ul li a i {
    padding-top: .2rem;
}
.caProperties li .caLocation h5{
  line-height: 1.2;
}
.caOnim small {
    margin-bottom: .3rem;
}
	
	
}

.single-members header nav .current_page_parent > a,
.archive header nav .current_page_parent > a,
.category-members header nav .current_page_parent > a{
	color: #000 !important;
}
.single-members header nav a:after,
.archive header nav a:after,
.category-members header nav a:after{
	display: none !important;
}
.caMagazine{
	position: relative;
	    z-index: 10;
}
.caMagazine a{
    display: block;
    position: absolute;
    width: 25%;
    bottom: -5rem;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 100rem;
    max-width: 10.5rem;
    
}
.caMagazine a img,
.caMagazine a{
	transition: .3s ease all;
}
.caMagazine a:hover img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.caStaff li .caPhotoCont img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
a.caInactive{
	cursor: default;
}
a.caInactive:hover,
a.caInactive:hover *{
	text-decoration: none !important;
}
.caTopics ul.caList li a:hover img{
	-ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.caMainEvents{
	width:90%;
	margin: auto;
}

.iframe-container {
  position: relative;
  margin: 0;
  display: inline-block;
  width: 100%;
	height: 100vh;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-template-default .caSearch h2{
	opacity: 0;
}
.post-template-default .caSearch form{
	display: none;
}

.caEvents article {
    position: relative;
    width: 100%;
    height: 28rem;
}
.caEvents article::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color:#000;
	opacity:.4;
}
.caEvents article .caArtWrap{
    position: absolute;
    z-index: 5;
    width: 80%;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.caEvents article .caThisTitle small{
    display: block;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: .85rem;
    margin-bottom: 0;
}
.caEvents article .caThisTitle h6{
    font-family: ivystyle-sans,sans-serif;
    font-weight: 800;
    color: #FFF;
    font-size: 1.9rem;
    margin-bottom: 0;
}
.caEvents article .caThisTitle span{
    font-family: ivystyle-sans,sans-serif;
    font-weight: 400;
    color: #FFF;
    font-size: 1.9rem;
}
.caEvents article .caThisTitle date{
    color: #FFF;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.1rem;
    border-top: 1px solid #FFF;
    padding-top: 0.9rem;
    margin-top: 1rem;
}
.caEvents article .caThisTitle,
.caEvents article .caThisDesc{
	transition: .3s ease all;
}

.caEvents article .caThisDesc{
	margin-top: 1.5rem;
}
.caEvents article .caThisDesc p{
    font-size: 1.2rem;
    color: #FFF;
    font-style: italic;
}



.caEvents article{
	-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
}

@media screen and (min-width: 600px) {
.caEvents article {
    width: 50%;
    float: left;
}
}
@media screen and (min-width: 1000px) {
.caEvents article {
    width: 33.33%;
}
.caEvents article .caThisTitle h6,
.caEvents article .caThisTitle span{
    font-size: 2.5rem;
}
.caEvents article .caThisTitle small {
    font-size: 1rem;
}
	.caEvents article .caThisTitle date {
    font-size: 1.6rem;
}
	.caEvents article .caThisTitle{
		-webkit-transform: translate(0, 4rem);
		-moz-transform: translate(0, 4rem);
		-ms-transform: translate(0, 4rem);
		transform: translate(0, 4rem);
	}
	.caEvents article:hover .caThisTitle{
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.caEvents article .caThisDesc{
	opacity: 0;
}
	.caEvents article:hover .caThisDesc{
	opacity: 1;
}
}


ul#tabs-nav {
    overflow: auto;
    background-color: #f5f5f5;
}
ul#tabs-nav li {
    float: left;
    cursor: pointer;
    width: 100%;
	-webkit-transform: skewX(9deg);
	-moz-transform: skewX(9deg);
	-ms-transform: skewX(9deg);
	transform: skewX(9deg);
}
ul#tabs-nav li a{
    font-family: ivypresto-display,serif;
    font-style: italic;
    font-size: 1.6rem;
    display: block;
    text-align: center;
	color: #A7A7A7;
	padding: 1rem 0;
}
ul#tabs-nav li:hover, 
ul#tabs-nav li.active {
    background-color: #3b45e4;
}
ul#tabs-nav li:hover a, 
ul#tabs-nav li.active a{
    color:#FFF;
}
.tab-content {
  background-color: #FFF;
}
.caCalendar{
	padding: 2rem 0;
}
@media screen and (min-width: 500px) {
	ul#tabs-nav li {
		width: 33.33%;
	}
}
@media screen and (min-width: 900px) {
ul#tabs-nav li a {
    font-size: 2rem;
}
	.caCalendar{
	padding: 2rem 2rem;
}
}
#upcoming article{
	position:relative;
}
#upcoming article::before{
	content:"";
	width: 100%;
	height:100%;
	position: absolute;
	left: 0;
	top: 0;
}
#upcoming .caVerde::before{
	background-color:#c4fa0b !important;
}
#upcoming .caAzulClaro::before{
	background-color:#c2e8f2 !important;
}
#upcoming .caAzulFuerte::before{
	background-color:#4d2ee0 !important;
}
#upcoming .caRosaClaro::before{
	background-color:#fac5cc !important;
}
#upcoming .caTurquesa::before{
	background-color:#00bdd2 !important;
}
#upcoming .caNaranja::before{
	background-color:#fdae19 !important;
}
#upcoming .caRosa::before{
	background-color:#f6727d !important;
}
#upcoming .caMorado::before{
	background-color:#d07eff !important;
}
#upcoming .caAzulFuerte *,
#upcoming .caMorado *,
#upcoming .caRosa *,
#upcoming .caNaranja *,
#upcoming .caTurquesa *{
	color:#fff;
}
#upcoming .caAzulFuerte date,
#upcoming .caMorado date,
#upcoming .caRosa date,
#upcoming .caNaranja date,
#upcoming .caTurquesa date{
	border-top:1px solid #fff;
}

#upcoming .caAzulClaro *,
#upcoming .caVerde *,
#upcoming .caRosaClaro *{
	color: #000 !important;
}
#upcoming .caAzulClaro date,
#upcoming .caVerde date,
#upcoming .caRosaClaro date{
	border-top: 1px solid #000 !important;
}
#upcoming .caWithImage *{
	color: #fff !important;
}
#upcoming .caWithImage::before{
	display: none !important;
}
#upcoming .caWithImage date{
	border-top: 1px solid #FFF !important;
}
.caEventsSlide .slick-next::after{
	content:"";
    	background-repeat: no-repeat;
	background-size: 95%;
	background-position: 50% 50%;
	background-image: url(https://www.investmonterrey.com/wp-content/uploads/2022/08/next-1.png);
    width: 3rem;
    height: 3rem;
    left: 0;
	right: 0;
	top:0;
	bottom:0;
	margin: auto;
	display: block;
    z-index: 3;
}
.caEventsSlide .slick-prev::after{
	content:"";
	background-repeat: no-repeat;
	background-size: 95%;
	background-position: 50% 50%;
	background-image: url(https://www.investmonterrey.com/wp-content/uploads/2022/08/back-1.png);
    width: 3rem;
    height: 3rem;
    left: 0;
	right: 0;
	top:0;
	bottom:0;
	margin: auto;
	display: block;
    z-index: 3;
}
.caEventsSlide .slick-next{
    width: 6rem;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
    right: 0;
	z-index:2;
}
.caEventsSlide .slick-prev{
	width: 6rem;
	height: 100%;
	  background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); 
	left: 0;
	z-index: 2;
}
  
.caEventsSlide .slick-next,
.caEventsSlide .slick-prev{
	transition: .3s ease all;
}
.caEventsSlide .slick-next:hover,
.caEventsSlide .slick-prev:hover{
	opacity: 50%;
}
.caEventsSlide .slick-slide img {
    padding: 0;
}
.caEventsSlide .slick-dots {
    bottom: 0.5rem !important;
}
.caEventsSlide .slick-dots li button:before {
    color: #ffffff;
}
.caEventsSlide .slick-dots li.slick-active button:before {
    color: #ffffff;
}
.caEvents a[href=""], 
.caEvents a[href="#"] {
  pointer-events: none;
	cursor: default;
}


/* Ensure logo and navigation can be positioned absolutely within .full-background */
.center-logo, .main-navigation {
    position: absolute;
}

/* Adjustments to center the logo */
.center-logo {
    top: 10%; /* Adjust this value to move the logo up or down */
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; /* Ensures the logo is above other elements */
}

.center-logo img {
    width: 400px; /* Adjust the size of the logo */
}

/* Position the navigation menu at the center-bottom of the background */
.main-navigation {
    z-index: 1000;      /* Ensure the navigation is on top */
}

.main-navigation {
    bottom: 30%; /* Raise the menu from the bottom */
    left: 0;
    right: 0;
    text-align: center;
	z-index: 1000; /* Ensure the ul and its children are clickable */
}

.main-navigation ul {
    position: absolute; /* Apply absolute positioning */
    bottom: 10%; /* Raise the menu from the bottom */
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1000; /* Ensure the ul and its children are clickable */
}

.main-navigation ul li {
    display: inline-block;
    margin: 0 20px; /* Space out the navigation items */
}

.main-navigation ul li a {
    color: white;
    font-size: 24px;
    font-weight: bold;
	font-family: ivypresto-display,serif;
    text-decoration: none;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background for contrast */
    border-radius: 5px;
}

.main-navigation ul li a:hover {
    background-color: rgba(0, 0, 0, 0.7); /* Darker on hover */
}

.year-filter {
    margin: 20px 0;
    text-align: center;
}

.filter-button {
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.filter-button.active, .filter-button:hover {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

 .caImgContNew {
  position: relative;
  display: inline-block;
}

.caLogosNew {
  position: absolute;
  top: 10%; /* Adjusted to move logos up */
  right: 10px; /* Adjusted to position closer to the image */
  display: flex;
  flex-direction: column; /* Stack logos vertically */
}

.caLogosNew img {
  margin-bottom: 10px; /* Space between logos */
  width: 100px; /* Set the width of logos */
  height: auto; /* Maintain aspect ratio */
}