/************************

CSS Reset

************************/

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, 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 {

  line-height: 1;

  text-rendering: optimizelegibility;

  -webkit-font-smoothing: antialiased;

  font-kerning: auto;

}

#main-header ol, #main-header 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;

}



.clearfix:after {

  content: "";

  display: table;

  clear: both;

}



html, body {

  font-size: 23px;

  font-family: "Gotham A", "Gotham B";

  font-weight: 500px;

  line-height: 1;

}



img { width: 100%; max-width: 100%; height: auto; }

strong { font-weight: 700 !important; }



/***** #### Main Styles #### ******/



.mobileMenu { 

  position: fixed; 

  background: #fff; 

  height: 100vh; 

  width: 93.4%;  

  overflow-y: scroll;

  padding: 0 3.3%;

  display:none;

}



  #main-header .mobileMenu .logo { padding: 18.375px 0; }

  

  .mobileMenu .sub-nav { margin-top: 50px; }

  

  .mobileMenu #menu-mobile-menu { margin-top: 25px; }

  

  .mobileMenu #menu-mobile-menu > li > a {

    padding-left: 15px;

    color: #000000;

    width: calc(100% - 30px);

    text-decoration: none;

    text-transform: uppercase;

    font-weight: 500;

    display: block;

  }

  

  .mobileMenu #menu-mobile-menu > li { 

    margin-top: 5px; 

    display: block; 

    background: #F2F3F3; 

    padding: 15px 0; 

  }

  .mobileMenu #menu-mobile-menu > li ul { 

    display: none; 

    background: #fff; 

    margin-top: 15px; 

  }

  .mobileMenu #menu-mobile-menu > li[aria-expanded="true"] > ul, .mobileMenu #menu-mobile-menu > li[aria-expanded="true"] > ul > li[aria-expanded="true"] > ul { display: block; }

  .mobileMenu #menu-mobile-menu > li[aria-expanded="true"] { padding-bottom: 0; background: #FFD100; }

  .mobileMenu #menu-mobile-menu > li > ul > li {

    border-bottom: 1px solid #A9ABAC;

    width: 95%;

    margin: 10px 0 0 5%;

    position: relative;

  }

  

  .mobileMenu #menu-mobile-menu > li > ul > li:last-child { border: 0; }

  

  .mobileMenu #menu-mobile-menu > li > ul > li.menu-item-has-children:after {

    content: "\f107";

    font-family: "Font Awesome 5 Pro";

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

  }

  

  .mobileMenu #menu-mobile-menu > li[aria-expanded="true"] > ul > li[aria-expanded="true"]:after {

    top: 13px;

    transform: none;

    content: "\f106";

  }

  

  .mobileMenu #menu-mobile-menu > li[aria-expanded="true"] > ul > li[aria-expanded="true"] > ul {

    border-top: 1px solid #A9ABAC;

    margin-top: 0;

  }

  

  .mobileMenu #menu-mobile-menu > li > ul > li a { 

    color: #000; 

    font-weight: 400; 

    text-decoration: none; 

    font-size: 23px; 

    padding-left: 0;

  }



.mobileMenu .sub-nav .cta {

  width: calc(100% - 10px);

  padding: 17px 0;

  border: 5px #FFD100 solid;

  background: #fff;

  text-align: center;

}



.mobileMenuBtn {

  width: 35px;

  cursor: pointer;

  display: none;

  position: relative;

  padding: 25px 38px;

}



.mobileMenuBtn:before {

  content: "";

  height: 3px;

  width: 100%;

  display: block;

  background: #fff;

  transition: none;

}

.mobileMenuBtn span {

  width: 100%;

  display: block;

  background: #fff;

  height: 3px;

  margin: 6px 0;

}



.mobileMenuBtn:after {

    content: "";

    height: 3px;

    width: 100%;

    display: block;

    background: #fff;

    transition: none;

}



.scroll .mobileMenuBtn:before, .scroll .mobileMenuBtn:after, .scroll .mobileMenuBtn span { background: #000; }



.mobileMenuBtn.activate {

  display: absolute;

  z-index: 99999;

}



.mobileMenuBtn.activate:before {

    transform: rotate(-45deg);

    position: absolute;

    top: 50%;

    width: 35px;

    background: #000;

}

.mobileMenuBtn.activate span {

    background: transparent;

    margin: 9px 0;

}

.mobileMenuBtn.activate:after {

    transform: rotate(45deg);

    position: absolute;

    top: 50%;

    width: 35px;

    background: #000;

}



body.menuActive {

    overflow: hidden;

    height: auto;

}



.mobileMenu .logo svg {

  fill: rgb(0,0,0);

}



.mobileMenu .connect { text-align: center; margin-top: 50px; color: #38505C; font-size: 18px; }

.mobileMenu .connect h2 { font-weight: 500; margin-bottom: 40px; }

.mobileMenu .connect a { color: #38505C; text-decoration: none; font-weight: 500; }

.mobileMenu .connect .social { display: flex; justify-content: center; margin-top: 40px; }

.mobileMenu .connect .social p { width: 10%; margin-right: 5% }

.mobileMenu .connect .social p:last-child { margin-right: 0; }

.mobileMenu .connect .address { margin-top: 40px; }



/**** GENERAL THEME STYLES ****/

.cta { 

  font-size: .75em;

  border-radius: 0px;

  padding: 25px 65px; 

  display: inline-block;

  text-transform: uppercase;

  text-decoration: none;

  letter-spacing: 2px;

}



.cta.white { background: #fff; color: #000; }



.HomeHero:first-child .cta.white {

  background: rgba(0,0,0, 0.3);

  color: #000;

  background-position: center;

  transition: all 0.3s ease-out;

  border: 1px solid #FFD100;

  border-radius: 0px;

  color: #fff;

}



.HomeHero:first-child .cta.white:hover {

  background: #fff;

  color: #303C42;

  border: 1px solid rgba(255, 255, 255, 0); 

}



.cta.yellow { color: #ffffff; }

.cta.no-round { border-radius: 0; }



.cta.white { background: #fff; color: #000; background-position: center; transition: background 0.8s; }

.cta.yellow { color: #303C42; border: solid 2px #FFD100; background-position: center; transition: background 0.8s; }

.cta.no-round { border-radius: 0; }



.cta.white:hover { background: #e2e1e1 radial-gradient(circle, transparent 1%, #e2e1e1 1%) center/15000%; }



.cta.white:active {

  background-color: #fdfcf3;

  background-size: 100%;

  transition: background 0s;

}

 

.cta.yellow:hover { background: #FFD100 radial-gradient(circle, transparent 1%, #ffec65 1%) center/15000%; }



.cta.yellow:active {

  background-color: #fff5b3;

  background-size: 100%;

  transition: background 0s;

}



/*** Header + Menu ***/



header#main-header { 

  position: fixed; 

  z-index: 9999; 

  display: flex; 

  justify-content: space-between; 

  width: 100%; 

  background: rgba(0, 0, 0, .2);

  transition: .3s all ease-in-out;

}

#main-header .logo { align-self: center; padding-left: 3.3%; }



header#main-header.scroll, .single-case-studies header#main-header {

  background: rgba(255, 255, 255, 1);

}



header#main-header.scroll { border-bottom: 2px solid rgba(235, 237, 237, .34); }



header#main-header svg path { transition: .3s all ease-in-out; }



.scroll div > ul > li > a,  .single-case-studies div > ul > li > a { color: #38505C; }

.scroll svg path, .single-case-studies svg path { fill: #000; }



.sub-nav .cta { transition: .3s background ease-in-out; padding: 17px 57px; margin: 8px; color: #ffffff; }



.scroll .sub-nav .cta, .single-case-studies .sub-nav .cta {

  border: 2px solid #FFD100;

  background: transparent;

  color: #303C42;

  padding: 17px 57px;

  margin: 8px;

}



.main-nav { display: flex; width: 100%; justify-content: space-between; }

  .main-nav ul { display: flex; justify-self: center; align-self: stretch; }

    .main-nav ul li { position: relative; display: flex; align-self: stretch; }

  .main-nav ul li a { 

    font-weight: 400; 

    font-size: .75em; 

    color: #fff; 

    text-transform: uppercase; 

    text-decoration: none; 

    padding: 16px 38px; 

    display: block; 

    letter-spacing: 2px;

    transition: .3s all ease-in-out;

    align-self: center;

    line-height: 1.4;

  }

  

  #menu-main-menu > li > a, #menu-sub-menu > li > a {

    padding: 0 38px;

    height: 100%;

    display: flex;

    align-items: center;

    font-size: 0.652em;

    font-weight: 500;

  }

  

  #menu-sub-menu > li > a:after {

    content: "\f107";

    font-family: "Font Awesome 5 Pro";

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

  }



  #menu-main-menu > li > a:hover { font-weight: 700; }

  

  #menu-main-menu > li > a:after {

    content: "";

    height: 3px;

    position: absolute;

    background: #FFD100;

    left: 50%;

    transform: translateX(-50%);

    bottom: 10px;

    

    width: 0;

    

    transition: all .3s ease-in-out;

  }

  

  #menu-main-menu > li:hover > a:after {

    

    width: 60%;

    

  }

  

  .main-nav ul li ul { visibility: hidden; opacity: 0; transition: all .3s ease-in-out;  display: block; } 

  .main-nav ul li:hover > ul { visibility: visible; opacity: 1; }

  

  .main-nav ul li ul { position: relatiave; }

  

  .main-nav ul li > ul > li { position: static; }

    

    .main-nav ul li ul { 

      position: absolute; 

      background: #FFD100;

      min-width: 258px;

    }

    .main-nav ul li ul a { color: #000; }

    .main-nav ul li ul a:hover { font-weight: 500; }

    

      .main-nav ul li ul ul { left: 100%; top: 0; min-width: 220px; height: 100%; border-left: 3px solid #fff; background-color: #D2D3D4; }
.main-nav ul li ul li#menu-item-4688 ul{
  min-width:430px;
}


    

  .main-nav .menu-main-menu-container, .main-nav .menu-sub-menu-container { display: flex; }



/*MW Addition / Black Line */



li#menu-item-69 a:after {

  content: "";

  display: block;

  width: 60%;

  padding-top: 10px;

  margin-bottom: -10px;

  border-bottom: 2px solid black;

}



li#menu-item-69 ul li a:after {

  border: none;

}



/* Text Arrow */

.far.fa-chevron-right { font-size: .6em; position: relative; top: -2px; font-weight: bold; }



/*** Forms ***/



.form .nf-form-content { position: relative; max-width: 100%; }



.nf-form-content { max-width: 100%; }



.form .nf-form-content input:not([type=button]) {

  font-family: "Gotham A", "Gotham B";

  background: #fff;

  border: 0;

  border-bottom: 2px solid rgba(56, 80, 92, .3);

  margin-top: 5px;

  padding: 20px;

  padding-left: 40px;

  transition: all .3s ease-out;

  outline: 0;

  color: #38505C;

  font-weight: 500;

  width: 100%;

}



.form .nf-form-content input::placeholder { font-weight: 400; color: #A9ABAC; }



.label-left .nf-field-element { width: 95% !important; }



.nf-error.field-wrap .nf-field-element:after { 

  border-radius: 50px;

  width: 20px !important;

  height: 18px !important;

  line-height: 20px !important;

  font-size: 10px !important;

}



.ContactForm .nf-field-element .fa-user { top: 20px; }



#nf-field-48-container { display: inline-block; }

#nf-field-48 { padding: 15px 25px; color: #fff; font-family: "Gotham A", "Gotham B"; text-transform: uppercase; letter-spacing: 1px; }



.nf-error .nf-error-msg { text-transform: uppercase; font-weight: 300; font-size: .8em; letter-spacing: 3px; }

.label-left .nf-field-label { width: auto !important; }



.ninja-forms-req-symbol { display: none; }



.nf-form-title h3 { font-size: 2.15em; font-weight: 500; letter-spacing: 3px; color: #38505C; }

.nf-form-fields-required { display: none; }



.nf-field-element h3 { font-weight: 500; color: #303C42; margin: 30px 0; }

.nf-field-element p { line-height: 1.5em; }



.nf-field-element p.group-label { 

  display: inline-block; 

  background: rgba(56, 80, 92, .1); 

  font-size: .8em; 

  color: #38505C; 

  font-weight: 500; 

  letter-spacing: 2px; 

  text-transform: uppercase; 

  padding: 10px; 

  margin-top: -5px;

}





/*** Contact page ***/

.sub.contact .Forms { display: flex; }



.ContactForm { padding: 10% 5%; width: 69%; }



.sub.contact aside {

  flex-basis: 31%;

  background: rgba(248, 249, 250);

  padding: 10% 5%;

}



.page-id-49 .wp-block-column:last-child { 

  flex-basis: 31%; 

  background: rgba(248, 249, 250); 

  padding: 10% 5%;

}



.page-id-49 .wp-block-column:first-child {

  padding: 10% 5%;

  flex-basis: 69%;

  

}



.FormSelection { margin-bottom: 100px; }



.ContactForm { color: #303C42;}

.ContactForm h1 { font-weight: 500; font-size: 1.78em; color: #38505C; margin-bottom: 30px; }

.ContactForm h2 { font-weight: 500; margin-bottom: 30px; }

.ContactForm .copy { margin-bottom: 30px; }



.ContactForm input::placeholder { font-weight: 400; color: #A9ABAC; }



.ContactForm form { display: flex; flex-wrap: wrap; justify-content: space-between; }

.ContactForm form > div{
	width:100%;
}

.ContactForm .sf_field,
.ContactForm .ninja-forms-field{ 
	position: relative; 
	width: 100%; 
}

.contact .Forms .ContactForm input, .contact .Forms .ContactForm select {
  border: 0;
  border-bottom: 2px solid rgba(56, 80, 92, .3);
  margin-top: 5px;
  padding: 20px;
  padding-left: 40px;
  transition: all .3s ease-out;
  outline: 0;
  color: #38505C;
  font-weight: 500;
  width: 100%;
}

.ContactForm .sf_field_last_name, 
.ContactForm .sf_field_first_name, 
.ContactForm .sf_field_phone, 
.ContactForm .sf_field_fax{ 
	width: 49%; 
}

.ContactForm .sf_field_state, 
.ContactForm .sf_field_zip{ 
	width: 25%; 
}

.ContactForm .sf_field_country{ 
	width: 49%; 
}



.ContactForm .bridge-label {

    margin-top: 50px;

    width: 100%;

    border-top: 5px solid rgba(56, 80, 92, .1);

    margin-bottom: 50px;

}



.ContactForm .bridge-label span {

  background: rgba(56, 80, 92, .1);

  color: #38505C;

  font-size: 16px;

  font-weight: 500;

  text-transform: uppercase;

  display: inline-block;

  padding: 10px;

  letter-spacing: 2px;  

}



.ContactForm .fa-user { 
	position: absolute; 
	top: 30px; 
	left: 0; 
	color: #A9ABAC; 
}

.ContactForm .error .fa-user { 
	color: #DD3E21; 
}

.contact .Forms .ContactForm input:focus {

  border-bottom: 2px solid rgba(56, 80, 92, 1);

}



.contact .Forms .ContactForm input:focus:after {

  color: rgb(56, 80, 92);

}



.contact .Forms .ContactForm .error input {

  border-bottom: 2px solid #DD3E21;

}



.contact .Forms .ContactForm .error:after {

  color: #DD3E21;

  position: absolute;

  font-family: "Font Awesome 5 Pro"; 

  font-weight: 900;

  content: "\f06a";

  top: 30px;

  right: 10px;

  

  

}



.contact .Forms .ContactForm select {

  border: 0;

  border-bottom: 2px solid rgba(56, 80, 92, .3);

  background: none;

  display: block;

  -moz-appearance: none;

  -webkit-appearance: none;

  appearance: none;

  border-radius: 0;

  padding-left: 0;

  font-size: 23px;

  color: #A9ABAC;

  font-weight: 400;

  position: relative;

}



.contact .Forms .ContactForm select option { font-size: 16px; }



.contact .Forms .ContactForm .sf_type_select:after,
.contact .Forms .ContactForm .list-select-wrap:after{

  position: absolute;

  font-family: "Font Awesome 5 Pro"; 

  font-weight: 900;

  content: "\f0d7";

  top: 30px;

  right: 20px;

  color: #A9ABAC;

}



.cont



.contact .Forms .ContactForm .sf_type_checkbox label { 
	display: flex; width: 30%; 
}

.contact .Forms .ContactForm .sf_type_checkbox label input { 
	width: 25px; 
}

.contact .Forms .ContactForm .w2lsubmit,
.contact .Forms .ContactForm .submit-wrap .nf-field-element{ 
	margin-left: auto; 
}

.contact .salesforce_w2l_lead .sf_required_fields_msg { 
	display: none; 
}

.contact .Forms .ContactForm .w2lsubmit input.w2linput.submit,
.nf-field-element #nf-field-48,
.contact .Forms .ContactForm .submit-wrap .ninja-forms-field{
  	border: 2px solid #303C42;
  	padding: 12px 40px !important;
  	font-size: 15px;
  	color: #303C42;
  	text-transform: uppercase;
  	letter-spacing: 2px;
  	font-weight: 500;
  	border-radius: 5px;
	background:transparent;
}



.ContactForm .sf_field:nth-child(n+13) input,
.ContactForm .nf-field:nth-child(n+13) input,{ 
	padding-left: 0px; 
}



.ContactForm input:focus {

  border-bottom: 2px solid rgba(56, 80, 92, 1);

}



.ContactLinks h2 { color: #38505C; text-transform: uppercase; font-size: 16px; font-weight: 700; margin-bottom: 30px; }

.ContactLinks li { list-style-type: none; margin-top: 15px; }

.ContactLinks li a { color: #38505C; text-decoration: none; }

.ContactLinks li a strong { font-weight: 500; }

  .ContactLinks li a:hover { text-decoration: underline; }    

  

.ContactInformation { margin-bottom: 100px; }

.ContactInformation p { margin-bottom: 20px; line-height: 1.3; }

.ContactInformation h4 { margin-bottom: 10  px; }

.ContactInformation h4 span { text-transform: uppercase; }



.ContactLinks .EmergencyBridging { margin-bottom: 100px; color: #38505C; }

.ContactLinks .EmergencyBridging .international { margin-top: 25px; }

.ContactLinks .EmergencyBridging p, .ContactLinks .RegionalContacts p { line-height: 1.3; }

.ContactLinks .EmergencyBridging p span { font-weight: 500; }

.ContactLinks .RegionalContacts { color: #38505C; }



/*** Footer ***/



footer#main-footer {

  background: #38505C;

  padding: 5%;

  display: flex;

  justify-content: space-between;

  margin-top: 1em;

}

  .footerLeft, .footerRight { width: 10%; }

  .footerCenter { width: 65%; align-items: stretch; position: relative; }

  

  .footerLeft { text-align: center; }

  

  .footerLeft .phone { font-size: 1em; color: #fff; margin-top: 40px; font-weight: 300; }

  .footerLeft .phone a { color: #fff; text-decoration: none; }

  

  .footerLeft .social { display: flex; justify-content: space-around; margin-top: 50px; }

  

  .footerLeft .social a { color: #fff; font-size: .8em; transition: all .3s ease-out; }

  .footerLeft .social a:hover { color: #FFD100; }

  

  .footerCenter ul { 

    display: flex; 

    list-style-type: none; 

    justify-content: space-around; 

    font-size: .8em; 

    width: 650px;

    margin: 0 auto;

  }

  .footerCenter a { color: #fff; text-decoration: none; text-transform: uppercase; font-weight: 700; padding: 5px; display: block; position: relative; }

  .footerCenter ul#menu-footer-menu a:hover:before { width: 80%; }

  .footerCenter ul#menu-footer-menu a:before {

    height: 2px;

    width: 0%;

    background: #FFD100;

    position: absolute;

    bottom: -5px;

    left: 50%;

    transform: translateX(-50%);

    content: "";

    transition: all .3s ease-out;

  }

  

  .footerCenter .details { 

    color: #fff; 

    font-size: .8em; 

    display: flex; 

    justify-content: space-around; 

    position: absolute; 

    align-items: baseline;

    bottom: 0; 

    width: 100%;

    font-weight: 100;

  }

  /*.footerCenter .details p:first-child{
    display:flex;
    align-items:baseline;
  }*/
  
  .footerCenter .details a { font-weight: 300; text-transform: capitalize; font-weight: 100; }

  .footerCenter .details a:hover { text-decoration: underline; }
  

  .footerRight { text-align: right; width: 15%; position: relative; }

  .footerRight a { display: inline-block; }

  .footerRight a:first-child { max-width: 25px; }

  

  .footerRight a.search { color: #fff; font-size: 29px; }

  .footerRight .search-box button { 

    color: #38505C; 

    background: none; 

    border: none; 

    font-size: 18px;

    position: absolute;

    top: 8px;

    right: 5px;

    outline: 0; 

  }

  .footerRight a:hover { color: #FFD100; }

  

  .footerRight .search-box { display: flex; justify-content: flex-end; position: relative; }

  .footerRight .search-box input {

    padding: 10px;

    border-radius: 20px;

    border: none;

    font-size: 16px;

    font-family: "Gotham A", "Gotham B";

    width: calc(100% - 20px);

    outline: 0;

  }

  

  .footerRight a:last-child { 

    color: #fff; 

    text-transform: uppercase; 

    text-decoration: none; 

    font-size: .7em;

    font-weight: 100;

    letter-spacing: 5px;

    display: flex;

    width: 300px;

    position: absolute;

    right: 0;

    bottom: 0;

    justify-content: flex-end;

  }

  .footerRight a:last-child img { max-width: 16px; }

  .footerRight a:last-child span { display: block; align-self: flex-end; margin-right: 30px; line-height: .8; }



/**** # End General Theme Styles # ****/



.page-id-34 figure.wp-block-image { width: 75%; margin: 0 auto;}



/*** Home Hero Banner ***/

.HomeHero { position: relative; }

.HomeHero .HeroCopy { text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.HomeHero h1, .HomeHero h2 { font-size: 2.17em; text-transform: uppercase; letter-spacing: 8px; color: #fff; font-weight: 700; }

.HomeHero .HeroCopy > h1 { font-weight: 100; margin-bottom: 9px; }

.sub .HomeHero:first-child h1:first-child, .blog .HomeHero:first-child h1:first-child, .single .HomeHero:first-child h1:first-child { font-weight: 500; }

.HomeHero .cta { margin-top: 10em; }



.HomeHero:not(:first-child) .cta { margin-top: 5em; }

.HomeHero:not(:first-child) { margin-top: 1em; }



.HomeHero .copy { color: #fff; margin-top: 40px; font-weight: 400; font-size: 1.4em; line-height: 1.5em; }



/*** Sub Hero with Links ***/

.HomeHero.Link .HeroLink {

  display: inline-block;

  background: rgba(0, 0, 0, .3);

  position: absolute;

  bottom: 14%;

  right: 5%;

  font-size: .85em;

  padding: 25px;

  text-decoration: none;

  max-width: 300px;

}



.HomeHero.Link .HeroLink h1 { font-size: 1em; text-transform: capitalize; letter-spacing: inherit; }

.HomeHero.Link .HeroLink:hover h1 { font-weight: 700; }

  .HomeHero.Link .HeroLink h1 i { margin-left: 5px; margin-bottom: 10px; }

.HomeHero.Link .HeroLink span, .HomeHero.Link .HeroLink strong { font-size: 16px; color: #fff; display: block; }

.HomeHero.Link .HeroLink strong { margin-bottom: 10px; margin-top: 5px; }



.HomeHero.Link .HeroLink span { line-height: 1.4;}





/*** Big Five Icons ***/

.BigFiveIcons { padding: 50px 10%; }

.BigFiveIcons .icon a { font-size: 16px; color: #000000; text-transform: uppercase; text-decoration: none; }

.BigFiveIcons .icon span { position: relative; display: inline-block; margin-bottom: 25px; }

.BigFiveIcons .icon span:after { transition: all 1s ease-out; }



.BigFiveIcons .icon a:hover span:after {

  content: "";

  background: #FFD600;

  width: 104%;

  height: 102%;

  display: block;

  position: absolute;

  top: -1.5%;

  left: -2%;

  border-radius: 100px;

  z-index: -1;

}



.BigFiveIcons .icon a:hover span g > path:first-child { display: none; }

.BigFiveIcons .icon a:hover span g g > path:first-child { display: inherit; }



.BigFiveIcons ul { display: flex; list-style-type: none; justify-content: space-between; }

.BigFiveIcons ul li { text-align: center; width: 20%; }

/* .BigFiveIcons ul li svg { width: 100px; } */



/*** Page Intro Block ***/

.PageIntro { padding: 150px 10%; font-weight: 100; }

.PageIntro h1 { font-size: 1.5em; margin-bottom: 25px; font-weight: 100; }

.PageIntro p { line-height: 1.8em; padding-right: 15%; }



/*** Big Five Block ***/

.BigFive { position: relative; margin-bottom: 1em; }

.BigFive .content { 

  position: absolute; 

  left: 5%; 

  top: 50%; 

  transform: translateY(-50%); 

  max-width: 445px; 

  width: 100%;

  z-index: 99;

}

.BigFive h1 { 

  font-size: 1.65em; 

  font-weight: 100; 

  color: #fff; 

  text-transform: uppercase; 

  letter-spacing: 5px; 

  margin-bottom: .2em;

  line-height: 1.5em;

}

.BigFive p { font-size: 1.65em; font-weight: 500; color: #fff; line-height: 1.5em; }

.BigFive p a { 

  color: #ffd100; 

  font-size: .69em; 

  font-weight: 500; 

  text-decoration: none; 

  text-transform: uppercase;  

  letter-spacing: 4px;

}



.BigFive p a i.fas { font-size: .9em; transition: all .3s ease-out; }

.BigFive p a:hover { font-weight: 700; }

.BigFive p a:hover i.fas { margin-left: 5px; }



.BigFive p.link { margin-top: 25px; }

.BigFive img { margin-bottom: -3px; }



/* MW Change 1.15.20

 

.BigFive:nth-of-type(4) { background: #3e92a6; }

.BigFive:nth-of-type(5) { background: #FFB549; }

.BigFive:nth-of-type(6) { background: #445868; }

.BigFive:nth-of-type(7) { background: #833921; }

.BigFive:nth-of-type(8) { background: #5d773e; }



*/





/* .BigFive:hover img { 

  mix-blend-mode: luminosity; 

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";  

}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  .BigFive:hover img {

      opacity: 0.8;

  }

}

  

*/



/*** Acrow News Block ***/



.AcrowNews { padding: 50px 5%; background: #FFD600; display: flex; justify-content: space-between; line-height: 1.3; }



.AcrowNews .newsLeft { padding: 2% 0; }



.AcrowNews .newsLeft, .AcrowNews .newsRight { flex-basis: 50%; }



.AcrowNews .block { display: flex; justify-content: space-between; }

.AcrowNews .block h1 { font-size: 1.65em; font-weight: 700; text-transform: uppercase; letter-spacing: 5px; }

.AcrowNews .block h1 span { font-weight: 100; }

.AcrowNews .block a { 

  color: #000; 

  font-weight: 500; 

  text-transform: uppercase; 

  letter-spacing: 5px; 

  text-decoration: none; 

  font-size: 1.05em;

  

}

.AcrowNews .block a:hover span { margin-left: 15px; }

.AcrowNews .block a span { display: inline-block; background: #fff; padding: 9px 20px; border-radius: 25px; transition: all .3s ease-in-out; }

  .AcrowNews .block a span img { width: 9px; }

  

.AcrowNews .featuredPost { margin-top: 100px; }

  .AcrowNews .featuredPost h2, .AcrowNews .featuredPost h1 { font-weight: 700; text-transform: uppercase; letter-spacing: 3px; }

  .AcrowNews .featuredPost h1 { font-weight: 500; margin: 25px 0; }

  

  

  

  .AcrowNews .featuredPost .excerpt a,
  .AcrowNews .featuredPost p a{

    font-size: .8em;

    font-weight: 700;

    text-transform: uppercase;

    text-decoration: none;

    color: #000;

    display: inline-block;

  }

  .AcrowNews .featuredPost .excerpt a:hover {

    background: #000;

    color: #FFD600;

    position: relative;

  }

  

.AcrowNews .newsRight { background: #fff; padding: 3% 5%; margin-left: 4%; flex-basis: 32%; }

  .AcrowNews .newsRight h1 { 

    font-weight: 500; 

    text-transform: uppercase; 

    letter-spacing: 5px; 

    text-decoration: none; 

    font-size: 1.05em;

  }

  

  .AcrowNews .newsRight button { border: 0; background: none; outline: none; cursor: pointer; }

  .AcrowNews .newsRight .left { transform: rotate(180deg); }

    .AcrowNews .newsRight .left img { margin-top: 4px; display: inline-block; opacity: .4; }

  .AcrowNews .newsRight .right { margin-left: 25px; }

    

  .AcrowNews .newsRight .top { display: flex; justify-content: space-between; }

  

  .AcrowNews .MoreNews { overflow: hidden; max-width: 100%;  }

    .AcrowNews .MoreNewsContainer { clear: both; }

  

  .AcrowNews .NewsStoryGroup { float: left; }

  

  .AcrowNews .NewsStory { margin-top: 30px; }

    .AcrowNews .NewsStory a { text-decoration: none; display: block; padding: 10px; }

    .AcrowNews .NewsStory a:hover { background: rgba(0,0,0, .02); }

    .AcrowNews .NewsStory h2 { font-weight: 700; text-transform: uppercase; letter-spacing: 3px; font-size: .78em; color: #38505C; margin-bottom: 15px; }

    .AcrowNews .NewsStory h1 {

      font-weight: 700;

      font-size: .91em;

      color: #303C42;

      text-transform: inherit;

      letter-spacing: 1px;

    }

    .AcrowNews .NewsStory h3 {

      font-weight: ;

      color: #8898A0;

      font-size: .78em;

      text-transform: uppercase;

      font-weight: 700;

      letter-spacing: 3px;

    }

/*** Acrow News Blue ***/



.AcrowBlueNews { padding: 150px 5%; background: #004C6C; color: #fff; }



.AcrowBlueNews .block { display: flex; justify-content: space-between; }

.AcrowBlueNews .block h1 { font-size: 1.43em; font-weight: 500; letter-spacing: 2px; color: #FFD100; }

.AcrowBlueNews .block a { 

  color: #fff;

  font-weight: 500; 

  text-transform: uppercase; 

  letter-spacing: 5px; 

  text-decoration: none; 

  font-size: 1.05em;

}

.AcrowBlueNews .block a span path { fill: #fff; }

  .AcrowBlueNews .block a span img { width: 9px; }



.AcrowBlueNews .Posts { display: flex; justify-content: space-between; margin-top: 40px; }

  .AcrowBlueNews .Posts .post { width: 100%; border: 1px solid #fff; display: flex; flex-wrap: wrap; margin-right: 1%; }

    .AcrowBlueNews .Posts .post .post-container { padding: 40px; width: 100%; }

    .AcrowBlueNews .Posts .post .social { align-self: flex-end; padding: 25px 40px; border-top: 1px solid #fff; width: 100%; font-weight: 700; font-family: Arial; }

  .AcrowBlueNews .post h2 { font-size: .91em; color: #fff; letter-spacing: 2px; }

  .AcrowBlueNews .post h3 { font-size: .69em; color: #FFD100; letter-spacing: 4px; text-transform: uppercase; margin: 20px 0 40px; }

  .AcrowBlueNews .post h1 { font-size: .91em; text-transform: uppercase; letter-spacing: 2px; margin: 0px 0 20px; }

  

  .AcrowBlueNews .Posts .post:first-child { background: #fff; color: #38505C; border: none; }

/*   .AcrowBlueNews .post:nth-child(n+2) h1 { display: none; } */

  .AcrowBlueNews .post:nth-child(n+2) .excerpt { display: none; }

  .AcrowBlueNews .post:first-child h1, .AcrowBlueNews .post:first-child h2, .AcrowBlueNews .post:first-child h3 { color: #38505C; }

  .AcrowBlueNews .post .excerpt { line-height: 1.3; }

  .AcrowBlueNews .post p a { color: #fff; font-size: .69em; text-transform: uppercase; letter-spacing: 3px; text-decoration: none; margin-top: 40px; display: inline-block; font-weight: 400; }

  .AcrowBlueNews .post:first-child p a { color: #004C6C;  }

  

  .social.download { display: flex; justify-content: space-between; }

  

  .social.download button.share {

    border: 0;

    background: none;

    color: #fff;

    font-size: .83em;

    text-transform: uppercase;

    font-family: "Gotham A", "Gotham B";

    font-weight: 500;

    letter-spacing: 2px;

    outline: 0;

  }

  

  .AcrowBlueNews .social.download .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {

    left: 48%;

    top: -100px;

  }

  

  .wpulike-default { font-size: .60em;display:none !important; }

  .wpulike-default .wp_ulike_general_class .wp_ulike_btn { background: none; border: none; color: #FFD100 !important; outline: 0; padding: 0; min-width: 40px; }

  .social .wpulike-default .count-box { color: #fff; background: none; border: none; padding: 0; box-shadow: none; }

  .social .wpulike-default .count-box:before { display: none; }

  

  

  header .nav .fa-chevron-right, header .nav .fa-chevron-left { font-size: .6em; font-weight: bold; top: 0; color: #38505C; }

  header .nav .fa-chevron-left { color: #ccc; }

  aside#main-sidebar header { display: flex; justify-content: space-between; align-items: center; }

  

/*** Yellow Callout ***/

.YellowCallout { display: flex; justify-content: flex-end; position: relative; }

  .YellowCallout .callout { 

    height: 80%; 

    top: 50%; 

    transform: translateY(-50%); 

    background: #FFD100; 

    width: 35.2%;

    left: 0;

    position: absolute;

    z-index: 99;

    display: flex;

    padding-right: 2.5%;

  }

  

  .YellowCallout .callout.left h1 { text-align: left; }

  .YellowCallout .callout.center h1 { text-align: center; }

  .YellowCallout .callout.right h1 { text-align: right; }

  

    .YellowCallout .callout h1 { align-self: center; text-align: center; width: 100%; color: #38505C; font-size: 2em; font-weight: 100; letter-spacing: 3px; display: inline-block; padding: 0 0 0 63px; }

      .YellowCallout .callout h1 span { font-weight: 700; }

  

  .YellowCallout .content {

    padding: 30px;

    background: #f1f2f3;

    width: 53%;

    padding-left: 22%;

    padding-top: 140px;

    padding-bottom: 140px;

    color: #38505C;

    font-size: 1em;

  }

  

  .YellowCallout .content ul, .GreyFullCallout .copy ul  { list-style-image: url('../images/arrow-right.svg'); }

  .GreyFullCallout .copy ul li { padding-left: 5px; }

  .YellowCallout .content li { margin-bottom: 10px; line-height: 1.5em; padding-left: 10px; }

  .YellowCallout .content p { line-height: 1.5em; }

  .YellowCallout .content a {

    display: inline-block;

    position: absolute;

    color: #38505C;

    font-weight: 700;

    letter-spacing: 3px;

    text-transform: uppercase;

    text-decoration: none;

    right: 5%;

    bottom: 40px;

  }

  

  .YellowCallout .copy.col2 { 

    -webkit-column-count: 2; /* Old Chrome, Safari and Opera */

    -moz-column-count: 2; /* Old Firefox */

    column-count: 2;

    column-gap: 3%;

  }

  .YellowCallout .copy.col3 { 

    -webkit-column-count: 3; /* Old Chrome, Safari and Opera */

    -moz-column-count: 3; /* Old Firefox */

    column-count: 3;

    column-gap: 3%;

  }

  .YellowCallout .copy.col4 { 

    -webkit-column-count: 4; /* Old Chrome, Safari and Opera */

    -moz-column-count: 4; /* Old Firefox */

    column-count: 4;

    column-gap: 3%;

  }

  

/*** White Callout ***/



.WhiteCallout { padding: 150px 10%;  }

.WhiteCallout .content { display: flex; }

.WhiteCallout h1 { font-size: .9em; font-weight: 700; width: 31%; align-self: center; }



.WhiteCallout .copy { width: 65.5%; margin-left: 3.5%; }



.WhiteCallout .copy.col2 {

  -webkit-column-count: 2;

  -moz-column-count: 2;

  column-count: 2;

  column-gap: 3%;

}



.WhiteCallout .callout { 

  position: relative; 

  left: inherit; 

  top: inherit; 

  transform: none; 

  align-self: center; 

  padding-left: 5%;

  line-height: 1.75em;

}

.WhiteCallout .content { padding-left: 0; font-size: .9em; }

.WhiteCallout .content a { position: relative; transform: none; bottom: inherit; right: inherit; margin-top: 20px; }

.WhiteCallout .copy p { line-height: 1.3; }



  

/*** Full Width Quote ***/

.HomeHero.Quote .HeroCopy { width: 71%; }

.HomeHero.Quote img { margin-bottom: -3px; }

.HomeHero.Quote .copy { text-align: left; position: relative; font-size: 1.43em; }

.HomeHero.Quote .attribution { font-size: 1em; text-align: left; color: #fff; font-weight: bold; line-height: 2.5; }

  .HomeHero.Quote .copy:before {

    content: "";

    background: url('../images/open-quote.svg') no-repeat;

    width: 54px;

    height: 38px;

    position: absolute;

    left: -70px;

    top: -19px;

  }

  .HomeHero.Quote .copy:after {

    content: "";

    background: url('../images/close-quote.svg') no-repeat;

    width: 54px;

    height: 38px;

    display: inline-block;

    margin-left: 25px;

    top: 15px;

    position: relative;

  }

  

  .HomeHero.Quote .HeroCopy a {

    color: #fff;

    text-decoration: none;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 3px;

  }

  

  .HomeHero.Quote .HeroCopy .link {

    width: 100%;

    text-align: right;

    padding-top: 4em;

  }

  

  .HomeHero.Quote { padding-bottom: -1px; }

  



/*** Yellow Full Callout ***/

.YellowFullCallout {

  background: #FFD100;

  padding: 150px 10%;

}

  .YellowFullCallout .copy {

    border: 2px solid #fff;

    padding: 150px 10%;

    color: #303C42;

    font-weight: 300;

    line-height: 1.5em;

  }

    .YellowFullCallout .copy h1 { font-size: 1.65em; font-weight: 300; margin-bottom: 1.5em; line-height: 1; }

    

  .YellowFullCallout.NoBorder .copy { border: none; }

  .YellowFullCallout.NoBorder .copy a { font-size: .8em; text-decoration: none; color: #303C42; text-transform: uppercase; font-weight: 700; margin-left: 25px; }

  

/*** Grey Full Callout ***/

.GreyFullCallout {

  padding: 150px 10%;

}

  .GreyFullCallout .copy {

    background: #f1f2f3;

    padding: 150px 10%;

    color: #303C42;

    font-weight: 300;

    line-height: 1.5em;

  }

    .GreyFullCallout .copy h1 { font-size: 1.65em; font-weight: 300; margin-bottom: 1.5em; line-height: 1; }

    

    .GreyFullCallout .copy ul { margin-left: 23px; }

  

/*** Case Studies Block ***/

.CaseStudies { padding: 150px 10%; }



.CaseStudies header { display: flex; justify-content: space-between; margin-bottom: 2em; color: #38505C; }

  .CaseStudies header h1 { font-size: 1.65em; }

  .CaseStudies header a { 

    color: #38505C; 

    text-transform: uppercase; 

    text-decoration: none; 

    font-weight: 500; 

    font-size: 1em; 

    align-self: flex-end; 

    letter-spacing: 3px;

  }

  

  .CaseStudies header a .far.fa-chevron-right {

    font-size: 1em;

    position: relative;

    top: 1px;

    font-weight: bold;



  }



.CaseStudies ul { display: flex; list-style-type: none; flex-wrap: wrap; }

.CaseStudies ul li { width: 32.33%; background: #FFD100; margin-right: 1.5%; margin-bottom: 1.4%;  }
.news-list li{background: #004C6C !important;}
.CaseStudies ul li.showing.last { margin-right: 0; }

.CaseStudies > ul > li { display: none; }

.CaseStudies ul li.showing { display: block; }

  .CaseStudies ul li img { height: auto; }



  

.CaseStudies .load-more { text-align: center; margin-top: 25px; }

.CaseStudies .load-more button { 

  font-size: 15px; 

  color: #000; 

  text-transform: uppercase; 

  font-weight: 500;

  border: 1px solid #A9ABAC; 

  padding: 25px 50px;

  font-family: "Gotham A", "Gotham B";

  border-radius: 0px;

  transition: ease-in-out all .3s;

  outline: 0;

}

.CaseStudies .load-more button:hover { cursor: pointer; background: #A9ABAC; color: #fff; }

  

  .CaseStudies .copy { padding: 7%; color: #38505C; font-size: .8em; line-height: 1.5em; }
.news-list .copy{color:#ffffff;}
  .CaseStudies .copy h1 { font-size: 20px; margin-bottom: 20px; font-weight: 500; }

  .CaseStudies .copy p { display: inline; }

  .CaseStudies .copy a, .CaseStudies .content a { font-size: .8em; font-weight: 700; text-transform: uppercase; text-decoration: none; color: #38505C; }
  .news-list .copy a, .news-list .content a{color:#ffffff;}

  .CaseStudies .copy h1 a { font-size: 1em; }

  .CaseStudies .download { margin-top: 20px; }

  .CaseStudies .download a { text-transform: uppercase; color: #38505C; font-weight: 500; text-decoration: none; letter-spacing: 3px; align-self: flex-end; }
.news-list .download a{color:#ffffff;}

  .CaseStudies .download a:hover { font-weight: 700; }

  .CaseStudies .share { background: none; border: none; font-size: 1.3em; margin-top: 5px; position:relative; top: 2px; color: #38505C; outline: 0; cursor: pointer; }
.news-list .share{color:#ffffff;}

  .CaseStudies footer { display: flex; justify-content: space-between; }

  

  .CaseStudies .Featured .share { color: #fff; font-size: 2em; align-self: center; margin-left: 15px; }

  

  

/*** Case Studies List Block ***/



.CaseStudies .Featured { display: flex; margin-bottom: 2%; }

  .CaseStudies .Featured .image { overflow:hidden; width: 34%; }

    .CaseStudies .Featured .image img { max-width: 300%; width: 200%; height: auto; margin-bottom: -5px; }



    .CaseStudies .Featured .buttons.download { display: flex; margin-top: 0; }

    

  .CaseStudies .Featured .content { width: calc(66% - 200px); padding: 100px; background: #004C6C; color: #fff; }

    .CaseStudies .Featured header { align-content: center; }

    .CaseStudies .Featured header .btn { font-weight: 500; letter-spacing: 1px; border: 1px solid #fff; padding: 20px; transition: all .3s ease-out; }

    .CaseStudies .Featured header .btn:hover { color: #004C6C; background: #fff; }

      .CaseStudies .Featured header h1 { display: flex; align-self: center; /*font-family: Georgia;*/ color: #fff; font-size: 48px; }

      .CaseStudies .Featured .content p { line-height: 1.8em; font-weight: 400; }

      .CaseStudies .Featured .content a { color: #fff; font-weight: 500; }



      .CaseStudies .Featured .content h2 { font-size: 1.2em; font-weight: 500; line-height: 1.3; margin-bottom: 20px; }



.CaseStudies .SearchAndFilter { display: flex; justify-content: space-between; }



.CaseStudies .filter { position: relative; align-self: center; }      

.CaseStudies .filter .dropLabel { padding: 10px 0; border-bottom: 1px solid #000; }

.CaseStudies .filter label { position: relative; }

.CaseStudies .filter label[for="dropdown"]:after { content: ""; width: 100%; background: #38505C; height: 1px; }

.CaseStudies .filter form { 

  border-radius: 8px; 

  border: 1px solid #38505C; 

  padding: 15px; 

  background: #fff; 

  position: absolute; 

  left: 0; 

  top: 23px; 

  z-index: 25; 

  width: 130%; 

}

.CaseStudies .filter .serviceTypeDrop { display: none; }

.CaseStudies .filter input[type="checkbox"] { display: none; }

.CaseStudies .filter input[type="checkbox"]:checked + .serviceTypeDrop { display: inline-block; }

.CaseStudies .filter form label { width: 130%; display: block; font-size: 20px; line-height: 1.5; }

.CaseStudies .filter form label input { display: none; }

.CaseStudies .filter form label span.checkmark {

  visibility: hidden;

  margin-right: 15px;

}

.CaseStudies .filter form label input:checked + span.checkmark {

  visibility: visible;

}



.CaseStudies .filter input[type="submit"] {

  border: 1px solid #38505C;

  border-radius: 13px;

  font-family: "Gotham A", "Gotham B";

  font-weight: 400;

  font-size: 16px;

  text-transform: capitalize;

  width: 100%;

  padding: 10px;  

  margin-top: 15px;

  transition: all .3s ease-in-out;

  cursor: pointer;

}

.CaseStudies .filter input[type="submit"]:hover {

  background: #38505C;

  color: #fff;

}

      

.CaseStudies .SearchAndFilter { margin-bottom: 50px; }

      

.CaseStudies .search { width: 25%; position: relative; }

.CaseStudies .search input { padding: 10px; color: #38505C; font-size: .78em; border-radius: 25px; border: 1px solid #38505C; width: calc(100% - 20px); font-family: "Gotham A", "Gotham B"; outline: 0; }

.CaseStudies .search ::placeholder { color: #38505C; font-weight: 400; }

.CaseStudies .search button { border: 0; background: none; font-size: .78em; position: absolute; top: 12px; right: 14px; padding: 0; }

      

/*** Case Studies Single ***/



.single-case-studies #main-content { padding-top: 125px; }

.csWrap {max-width:1520px; margin:0 auto;}

.CaseStudy header { padding-left: 3.3%; }

.CaseStudy header .fa-chevron-left { color: #38505C; opacity: .65; font-weight: bold; margin-right: 10px; }

.CaseStudy header a { color: #38505C; font-size: 100; text-decoration: none; }



.CaseStudy .CaseStudyHeader {  }

  .CaseStudy .CaseStudyHeader .top.download { display: flex; justify-content: space-between; margin-bottom:30px;}
  
  .CaseStudy .CaseStudyHeader .top h1 {width:80%;}

  .CaseStudy .CaseStudyHeader .top button { border: 0; background: 0; font-size: 1.5em; color: #38505C; align-self: flex-start; outline: 0; }

  button.share { cursor: pointer; }

  .CaseStudy .CaseStudyHeader h1, .CaseStudy .CaseStudyHeader h2, .CaseStudy .CaseStudyHeader h3 { color: #38505C; font-weight: 300; }

  .CaseStudy .CaseStudyHeader h1 { font-size: 1.5rem; text-transform: uppercase; margin-bottom: 25px; }

  .CaseStudy .CaseStudyHeader h2 { font-size: 1.5rem; text-transform: capitalize; margin-bottom:60px; }

  .CaseStudy .CaseStudyHeader h3 { font-size: .91em; font-family: "Gotham A", "Gotham B"; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }

  .CaseStudy .caseImg img {width:auto; margin-bottom:60px;}

  .CaseStudy .CaseStudyHeader .headings { flex-basis: 100%; }

  .CaseStudy .CaseStudyHeader .case-subhead {display:flex; flex-direction:row;}
  .CaseStudy .CaseStudyHeader .case-subhead .caseSubhead {width:60%;}

  .CaseStudy .CaseStudyHeader .buttons { display: block; padding: 0; width:40%; margin-left:3%; margin-bottom:60px;}
  
  .CaseStudy .CaseStudyHeader .case-subhead .order-1 {order:2;}
  .CaseStudy .CaseStudyHeader .case-subhead .order-2 {order:1;}

    .CaseStudy .CaseStudyHeader .buttons .cta { 

      font-family: "Gotham A", "Gotham B"; 

      font-weight: 500; 

      text-transform: uppercase; 

      color: #38505C;  

      border: 1px solid #38505C;

      display: block;
	  
	  text-align: center;

      transition: all .3s ease-in-out;

    }

    .CaseStudy .CaseStudyHeader .buttons .cta.dark {

      background: #38505C;

      color: #fff;

    }

    

    .CaseStudy .CaseStudyHeader .buttons .cta:hover {

      background: #38505C;

      color: #fff;

    }

    .CaseStudy .CaseStudyHeader .buttons .cta.dark:hover {

      background: #fff;

      color: #38505C

    }

    .scroll .sub-nav .cta:hover, .single-case-studies .sub-nav .cta:hover {

      background: #FFD100;

      color: #303C42;

      background-position: center;

      padding: 25px 65px;

      margin: 0;

    }

  

  .CaseStudy article { padding: 40px 5% 40px 10%; }

  

  .CaseStudy .CaseStudyBody  { display: flex; }

  .CaseStudy .CaseStudyBody .gallery ul { list-style-type: none; }

  .CaseStudy .CaseStudyBody li { position: relative; }

    .CaseStudy .CaseStudyBody li i { font-size: 30px; color: #fff; position: absolute; bottom: 20px; right: 20px; }

.CaseStudy .case-study__list .case-study__list-item{
  display: block;
}

    .CaseStudy .CaseStudyBody .gallery .caption { display: none; }



    .CaseStudy .CaseStudyBody .body { width: 60%; }



    .CaseStudy .CaseStudyBody aside { width: calc(40% - 140px); padding: 70px; background: rgba(56, 80, 92, .03); margin-left: 3%; font-family: "Gotham A", "Gotham B"; color: #38505C; }

    .CaseStudy .CaseStudyBody aside h1 { font-size: .91em; color: #38505C; letter-spacing: 4px; }

    .CaseStudy .CaseStudyBody aside p, .CaseStudy .CaseStudyBody aside ol { font-family: "Gotham A", "Gotham B"; font-weight: 300; color: #38505C; }

    .CaseStudy .CaseStudyBody aside ol { list-style-type: none; counter-reset: item; list-style-position: outside; margin-left: 37px; }

      .CaseStudy .CaseStudyBody aside ol li { 
		list-style:disc;
      }

      .CaseStudy .CaseStudyBody aside ol li:before { 

        counter-increment: item; 

        position: absolute;

        left: -37px;

      }

      

  .CaseStudy .CaseStudies header { padding-left: 0; }

  

  .overlay .fa-expand-arrows { display: none; }

  

/*** Masonry Block ***/



.MasonryBlock ul { list-style-type: none; }

.MasonryBlock > ul:first-child { margin: 150px 0; }

  .MasonryBlock ul li ul li { margin-right: 1%; display: flex; }

  .MasonryBlock ul li ul li:last-child { margin-right: 0; }

  

  .MasonryBlock > ul > li { margin-top: 1%; }

  

.MasonryBlock ul li ul { display: flex; }



.MasonryBlock ul li ul li .quote { width: 80%; align-self: center; margin: 15px auto; font-size: 1.15em; color: #fff; position: relative; line-height: 1.5em; }



  .MasonryBlock .quote:before {

    content: "";

    background: url('../images/open-quote.svg') no-repeat;

    width: 30px;

    height: 20px;

    position: absolute;

    left: -40px;

    top: 0px;

    background-size: contain;

  }

  .MasonryBlock .quote:after {

    content: "";

    background: url('../images/close-quote.svg') no-repeat;

    width: 30px;

    height: 20px;

    display: inline-block;

    margin-left: 10px;

    top: 3px;

    position: relative;

    background-size: contain;

  }



/*** Masonry Block with Links ***/



.MasonryBlock ul li ul li { position: relative; }

.MasonryBlock .info { position: absolute;  }

.MasonryBlock .left.info { width: 40%; text-align: center; left: 5%; top: 50%; transform: translateY(-50%); }

.MasonryBlock .center.info { 

  font-size: 20px;

  text-align: center; 

  width: 80%; 

  left: 50%; 

  top: 50%; 

  transform: translate(-50%, -50%); 

}



.MasonryBlock .info span { color: #fff; display: block; }

.MasonryBlock .info span:first-child { 

  font-weight: 300; 

  font-size: 1.65em; 

  text-transform: uppercase; 

  letter-spacing: 3px; 

  line-height: 1.5em; 

}

.MasonryBlock .info span:last-child { font-weight: 300; font-size: 2.5em; margin-top: 40px; letter-spacing: 2px; }

.MasonryBlock .info:after {

  content: "";

  width: 15%;

  margin: 0 auto;

  border-bottom: 4px solid #fff;

  display: block;

  margin-top: 60px;

}



.MasonryBlock.Links > ul { margin: 0; }



/*** Masonry Blue Block with Links ***/



.MasonryBlock.Blue ul:first-child { margin: 0; }



.MasonryBlock.Blue li { 

  

}

.MasonryBlock.Blue li li { display: flex; flex-wrap: wrap; margin-left: 5px; background: #004C6C; color: #fff; width: 100%; }

.MasonryBlock.Blue li li:first-child { margin-left: 0; }

.MasonryBlock.Blue li li h2 {

  font-weight: 500;

  font-size: 1.43em;

  margin-bottom: 15px;

}



.MasonryBlock.Blue ul li ul li { margin-right: 1%; width: 50%; }

.MasonryBlock.Blue ul li ul li:last-child { margin-right: 0; }



.MasonryBlock.Blue li li div {

  line-height: 1.3;

  padding: 100px 50px;

}



.MasonryBlock.Blue li li a {

  display: block;

  background: #004460;

  color: #FFD100;

  padding: 20px;

  text-decoration: none;

  text-transform: uppercase;

  font-weight: 700;

  text-align: right;

  letter-spacing: 1px;

  align-self: flex-end;

  width: 100%;

}



.MasonryBlock.Blue li li a:hover { font-weight: 900; }



a .fa-chevron-right { transition: all .3s ease-in-out; margin-left: 15px !important; }

a:hover .fa-chevron-right { margin-left: 25px !important; }







/*** Careers Block ***/

.CareersBlock { padding: 150px 10%; font-weight: 300; position: relative; }

  .CareersBlock ul { list-style-type: none; }

    .CareersBlock > ul > li { display: flex; margin-bottom: 40px; }

    

    .CareersBlock .job-post { position: relative; width: 70%; font-size: 20px; padding-bottom: 40px; border-bottom: 1px solid #38505C; }

      

      .CareersBlock h1 { 

        font-size: 1.65em; 

        text-transform: uppercase; 

        color: #38505C; 

        font-weight: 700; 

        margin-bottom: 40px;

      }

      

      .CareersBlock h2 { 

        color: #38505C; 

        font-weight: 700; 

        font-size: 1em; 

        text-transform: uppercase; 

        letter-spacing: 3px; 

        margin-bottom: 40px;

      }

      

      .CareersBlock .job-post p { line-height: 1.5em; font-weight: 500; margin-bottom: 15px; }

      .CareersBlock .job-post .more { display: none; }

    

    .CareersBlock .location { width: 27%; margin-left: 3%; background: #004C6C; color: #fff; display: flex; text-align: center; }

      .CareersBlock .location h3 { align-self: center; width: 100%; text-align: center; font-weight: 700; letter-spacing: 3px; }

    

  .CareersBlock button.showMore { 

    position: absolute; 

    bottom: 15px; 

    right: 0; 

    font-size: .7em;

    font-weight: bold;

    border: 0;

    background: none;

    text-transform: uppercase;

    letter-spacing: 3px;

    color: #38505C;

    padding: 0;

  }

  

  .CareersBlock .more a { color: #004C6C; font-weight: 500; text-decoration: none; }

  .CareersBlock .more a:hover { font-weight: 700; }

  

/*** Our Team Careers ***/

.page-id-47 .CareersBlock { padding: 100px 5%; }

.page-id-47 .CareersBlock .job-post { width: 100%; }

.page-id-47 .CareersBlock ul { display: flex; }

.page-id-47 .CareersBlock li:nth-child(n+4) { display: none; }

.page-id-47 .CareersBlock li { background: rgba(0, 76, 108, .11); margin-right: 1%; }

.page-id-47 .CareersBlock li .job-post { border-bottom: 0; }

.page-id-47 .CareersBlock li:nth-child(3) { margin-right: 0; }

  .page-id-47 .CareersBlock li h1 { 

    background: rgb(0, 76, 108); 

    color: #fff; 

    padding-top: 100px; 

    padding-left: 50px; 

    font-size: 23px;   

    margin-bottom: 0;

    width: calc(100% - 50px); 

    margin-right: 0;

    letter-spacing: 3px;

    font-weight: 500;

    line-height: 1.3;

  }

  .page-id-47 .CareersBlock li h2 { 

    background: rgb(0, 76, 108); 

    color: #fff; 

    font-size: 16px; 

    padding-left: 50px; 

    width: calc(100% - 50px); 

    padding-top: 50px; 

    padding-bottom: 50px; 

    font-weight: 400; 

    margin-right: 0;

    letter-spacing: 2px;

    border-bottom: 5px solid #fff;

    margin-bottom: 35px;

  }

  .page-id-47 .CareersBlock li .excerpt { padding: 50px; }



.page-id-47 .CareersBlock li .location { display: none; }



.page-id-47 .CareersBlock .excerpt p { display: inline; font-weight: 500; color: #38505C; }

.page-id-47 .CareersBlock .excerpt a { display: inline; color: #38505C; font-weight: 900; text-transform: uppercase; font-size: 16px; text-decoration: none; }

.page-id-47 .CareersBlock .excerpt a:hover { text-decoration: underline; }

.page-id-47 .CareersBlock button.showMore { display: none; }



.page-id-47 .CareersBlock header { display: flex; justify-content: space-between; margin-bottom: 40px; }

.page-id-47 .CareersBlock header h1 { text-transform: capitalize; font-weight: 500; margin-bottom: 0; }

.page-id-47 .CareersBlock header a { color: #38505C; font-weight: 700; font-sizee: 23px; text-transform: uppercase; text-decoration: none; letter-spacing: 3px; align-self: center; }



.CareersBlock header { display: none; }

  

/*** Bridge Application ***/

.BridgeApplication { margin-bottom: 150px; }

.BridgeApplication h1 { font-weight: 500; color: #38505C; font-size: 1.45em; letter-spacing: 3px; text-align: center; margin-bottom: 40px; }

.BridgeApplication ul { display: flex; justify-content: space-between; list-style-type: none;  }

.page-id-29 .BridgeApplication ul, .parent-pageid-29 .BridgeApplication ul, .page-id-35 .BridgeApplication ul, .parent-pageid-35 .BridgeApplication ul { justify-content: space-around; }



.BridgeApplication ul li { text-align: center; width: 100%; margin-right: 20px; }

/*.BridgeApplication ul li:last-child { margin-right: 0; }*/

.BridgeApplication ul li a { display: block; color: #38505C; text-decoration: none; }

.BridgeApplication ul li a img { position: relative; margin-bottom: 25px; }

.BridgeApplication ul li a:hover, .BridgeApplication ul li a.current { font-weight: 500; }

.BridgeApplication ul li a:hover img, .BridgeApplication ul li a.current img { outline: 15px solid #FFD100; outline-offset: -15px; }

  

/*** Subpage Content ***/



.galleryContainer { position: relative; }

.swiper-button-next, .swiper-button-prev {

  background: #FFD100;

  background-image: none !important;

  font-size: .6em;

  color: #38505C;

  border-radius: 25px;

  width: 30px !important;

  height: 10px !important;

  padding: 8px 0 12px;

  outline: 0;

  text-align: center;

  opacity: .5;

}



.swiper-button-next:hover, .swiper-button-prev:hover {

  opacity: 1;

}



.swiper-button-next { right: -15px !important; }

.swiper-button-prev { left: -15px !important; }



.SubpageContent { padding: 0 10%; }



.SubpageContent .copy h3 { font-family: "Gotham A", "Gotham B"; color: #38505C; font-size: 1em; font-weight: 500; }



.SubpageContent .content { display: flex; padding: 40px 0; }



.SubpageContent .copy {

  font-size: .85em;

  /*font-family: Georgia;*/

  line-height: 1.7em;

  color: #38505C;

  flex-basis: 62.7%;

  margin-right: 3%;

}

  .SubpageContent .copy p { margin-top: 15px; }

  .SubpageContent .copy ul { margin-left: 20px; }

  

  .SubpageContent .copy a { transition: all .3s ease-in-out; display: inline-block; position: relative; }

  

  .SubpageContent .copy a:hover { text-decoration: none; }

  

/*

  .SubpageContent .copy a:after {

    content: "";

    height: 3px;

    position: absolute;

    background: #FFD100;

    left: 50%;

    transform: translateX(-50%);

    bottom: 0px;

    width: 0;

    transition: all .3s ease-in-out;

    

  }

  

  .SubpageContent .copy a:hover:after {

    width: 80%;

  }

*/

  

.SubpageContent aside { flex-basis: 34.3%; }



.SubpageContent .caption p { 

  display: none;

  margin: 25px 0 40px;

  font-size: .7em;

  line-height: 1.5em;

}

.SubpageContent .caption p.active { display: block; }

  

.SubpageContent .gallery span { 

  font-weight: 500; 

  color: #38505C; 

  text-transform: uppercase; 

  letter-spacing: 4px;

  margin-top: 25px;

  display: block;

}



.SubpageContent .gallery .caption { display: none; }



.SubpageContent .gallery ul { list-style-type: none; }

  .SubpageContent .gallery ul li { display: none; }

  .SubpageContent .gallery ul li:first-child { display: block; }

  

  .swiper-wrapper { list-style-type: none; }

  .swiper-container { padding-bottom: 70px; }

  .swiper-container p.caption { display: none; margin-top: 15px; color: #fff; font-size: 21px; font-weight: 700; position: absolute; width: 100%; }

  .swiper-container .swiper-slide-active p.caption { display: block; }



/*** Video Feature ***/



.VideoFeature { display: flex; width: 56%; margin: 50px auto 100px; position: relative; }

  .VideoFeature img, .VideoFeature .VideoDetails { width: 50%; }

  .VideoDetails { background: rgba(169, 171, 172, .11); color: #38505C; display: flex; flex-wrap: wrap; align-items: center; }

  .DetailsContainer { width: 100%; padding: 30px 0; }

    .VideoDetails h2 { font-size: 33px; text-align: center; margin-bottom: 60px; letter-spacing: 3px; width: 100%; }

    .VideoDetails .play { text-transform: uppercase; font-weight: 700; display: flex; align-items: center; justify-content: center; width: 100%; cursor: pointer; }

      .VideoDetails .play span:nth-child(2) { font-size: 70px; width: 100px; text-align: center; }

    .VideoDetails .play-time { width: 100%; text-align: center; opacity: .65; margin-top: 25px; }

    

.VideoFeature .download {

  position: absolute;

  bottom: 10px;

  right: 10px;

}

  .VideoFeature .download .share {

    background: none;

    border: 0;

    font-size: 33px;

    color: #38505C;

  }

  .share { outline: 0; }

  

.FeaturedVideo { width: 80%; position: relative; margin: 0 auto; z-index: 9999; display: block; }

  

/*** Blog post ***/

article { padding: 40px 3% 40px 10%; }

article button.download { display: flex; background: transparent; border: 0;  margin-bottom: 60px; padding-left: 0; }

  article button.download span { font-size: 18px; font-family: "Gotham A", "Gotham B"; text-transform: uppercase; letter-spacing: 3px; }

  article button.download img { width: 18px; margin-left: 30px; }



article h1, article h2, article h3 { color: #303C42; }

article h2 { font-weight: 700; font-size: 18px; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 30px; }

article h1 { font-size: 1.3em; text-transform: uppercase; font-weight: 500; line-height: 1.4; }

article h3 { font-weight: 400; margin: 30px 0 60px; font-size: 1em; }



article .content p { 

  font-size: 1em;

  /*font-family: Georgia;*/

  line-height: 1.7em;

  color: #38505C;

  margin-top: 15px;

}



.single .post, .blog .post, .archive .post { display: flex; justify-content: space-between; }

.single .post article, .blog .post article, .archive .post article { width: 64%; }

.single .post aside, .blog .post aside, .archive .post aside { width: 30%; }

aside .media-contact { color: #38505C; line-height: 1.4; }

aside .media-contact a { color: #38505c; text-decoration: none; }

aside .media-contact a:hover { text-decoration: underline; }

  aside .media-contact h2 { color: #38505C; text-transform: uppercase; letter-spacing: 4px; font-weight: 500; margin-top: 25px; }



.single .post aside > div, .blog .post aside > div, .archive .post aside > div { background: rgba(56, 80, 92, .07); padding: 50px 60px; margin-top: 15px; }

.single .post aside > div:first-child, .blog .post aside > div:first-child, .archive .post aside > div:first-child { margin-top: 0; }

  .single .post aside ul, .blog .post aside ul, .archive .post aside ul { list-style-type: none; }

  

  .post aside form div { position: relative; width: 75%; }

.post aside form input { width: 100%; border: 1px solid #38505C; border-radius: 25px; padding: 10px; }

  .post aside form button { 

    position: absolute; 

    top: 8px; 

    right: -10px; 

    background: transparent; 

    border: none; 

    font-size: 16px;

  }

  

.post aside .categories { margin-top: 40px; color: #38505C; font-size: 16px; text-transform: uppercase; letter-spacing: 4px; font-weight: 500; }

.post aside .categories ul { margin-top: 25px; }

.post aside .categories li { margin-top: 15px; }

.post aside .categories li a { color: #38505C; text-transform: capitalize; text-decoration: none; font-weight: normal; letter-spacing: 0; }



.post aside h1 {

  color: #38505C; font-size: 16px; text-transform: uppercase; letter-spacing: 4px; font-weight: 500;

}



.post aside div:not(.search-category) ul { border-top: 3px solid #38505C; padding-top: 25px; margin-top: 25px; }

.post aside div:not(.search-category) li { margin-top: 25px; border-bottom: 1px solid #38505C; padding-bottom: 25px; }

.post aside div:not(.search-category) li:first-child { margin-top: 0; }

.post aside div:not(.search-category) li:last-child { padding-bottom: 0; border-bottom: 0; }

.post aside div:not(.search-category) li a { font-size: 16px; color: #38505C; text-transform: capitalize; text-decoration: none; font-weight: normal; letter-spacing: 0; }

.post aside div:not(.search-category) li h1 { margin-bottom: 25px; }

.post aside div:not(.search-category) li h2 { color: rgba(56, 80, 92, .65); text-transform: uppercase; font-weight: 500; letter-spacing: 3px; margin-bottom: 10px; }

.post aside div:not(.search-category) li span { font-weight: 700; }



.post .search-category li{ border: 0; }

.post .search-category ul { border: 0; }



.post .content { padding-bottom: 60px; border-bottom: 1px solid #38505C; }



.post .pagination { width: 40%; margin: 60px auto 0; }

.post .pagination ul { display: flex; list-style-type: none; font-size: .78em; color: #38505C; justify-content: space-between; }

  .post .pagination ul a, .post .pagination ul span { color: #38505C; padding: 10px 5px; display: inline-block; text-decoration: none; }

  .post .pagination li.current { border-bottom: 2px solid #0096BC; font-weight: 500; }



/*** Homepage .HomeHero Banner ***/

.home .HomeHero:first-child { overflow:hidden; }

.home .HomeHero:first-child img { margin-top: -20%; }





.home .HomeHero:first-child .HeroCopy {

  top: auto;

  bottom: 100px;

  transform: translate(-50%, 0);

}



.home .HomeHero:first-child .HeroCopy .cta {

  position: relative;

  margin-top: 270px;

}





/*** About Us Page Specific ***/

.page-id-47 .HomeHero:last-child h1 { font-weight: 700; }

.page-id-47 .HomeHero:last-child h1 span { font-weight: 100; }



/*** About - Why Acrow Specific ***/

.page-id-16 .CaseStudies { padding-top: 0; }







/*** Privacy Policy ***/



.page-id-3 .sub p, .page-id-3 .sub ul { margin-top: 15px; line-height: 1.3; padding: 0 5%; }

.page-id-3 .sub ul { margin-left: 23px; }

.page-id-7637 .PageIntro ul{
    margin-top: 15px; line-height: 1.3; padding: 0 5%; margin-left:23px;
}

.page-id-7637 .PageIntro ul li{
    font-weight:400;
    margin-bottom:20px;
}

.page-id-7637 #main-content > div:nth-child(4) p{
    margin-top: 15px; padding: 0 5%; margin-left:23px;
}

.page-id-3 .HomeHero { margin-bottom: 100px; }

.page-id-3 #main-footer { margin-top: 100px; }

.page-id-6595 .sub p, .page-id-6595 .sub ul { margin-top: 15px; line-height: 1.3; padding: 0 5%; }

.page-id-6595 .sub ul { margin-left: 23px; }



.page-id-6595 .HomeHero { margin-bottom: 100px; }

.page-id-6595 #main-footer { margin-top: 100px; }


.page-id-7600 .sub p, .page-id-7600 .sub ul { margin-top: 15px; line-height: 1.3; padding: 0 5%; }

.page-id-7600 .sub ul { margin-left: 23px; }

.page-id-7600 .HomeHero { margin-bottom: 100px; }

.page-id-7600 #main-footer { margin-top: 100px; }





/**** Sharing ****/

.download.no-show .heateor_sss_sharing_container.heateor_sss_horizontal_sharing { visibility: hidden; opacity: 0; }

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {

    position: absolute;

    width: 225px;

    background: #fff;

    padding: 15px;

    border-radius: 13px;

    top: -150px;

    right: -118px;

    border: 1px solid #B2C9D2;

    visibility: visible;

    opacity: 1;

    transition: .3s ease-in-out all;

}



.download { position: relative; }



.heateor_sss_sharing_container.heateor_sss_horizontal_sharing:after, .heateor_sss_sharing_container.heateor_sss_horizontal_sharing:before {

  top: 100%;

  left: 50%;

  border: solid transparent;

  content: " ";

  height: 0;

  width: 0;

  position: absolute;

  pointer-events: none;

}



.heateor_sss_sharing_container.heateor_sss_horizontal_sharing:after {

  border-color: rgba(255, 255, 255, 0);

  border-top-color: #ffffff;

  border-width: 10px;

  margin-left: -10px;

}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing:before {

  border-color: rgba(178, 201, 210, 0);

  border-top-color: #B2C9D2;

  border-width: 11px;

  margin-left: -11px;

}



/*** Overlay ***/

.overlay { width: 100%; position: fixed; height: 100vh; background: rgba(56, 80, 92, .8); top: 0; left: 0; z-index: 9000; display: none; }

  .overlay.show { display: block; }

  .overlay .overlay-container { background: #004C6C; padding: 100px; position: fixed; left: 0; top: 50%; transform: translateY(-50%); width: 90%; }

  .overlay.photo .overlay-container { text-align: center; }

  .overlay.photo img { width: 60%; margin: 0 auto; }

  .overlay span { font-weight: 100; color: #fff; position: absolute; top: 5px; right: 5px; font-size: 20px; cursor: pointer; }

  .overlay.video span, .overlay.photo span { top: 30px; right: 100px; font-weight: 500; z-index: 999; padding: 40px; }







/***** Responsive *****/



@media (max-width: 1440px) {

  .BigFiveIcons .icon svg { width: 115px; }

  .BigFiveIcons .icon a:hover span:after {

    content: "";

    background: #FFD600;

    width: 104%;

    height: 90%;

    display: block;

    position: absolute;

    top: 3.5%;

    left: -2%;

    border-radius: 150px;

    z-index: -1;

  }

}

.CaseStudyBody .body .gallery .images ul li{
	display:none;
}

.CaseStudyBody .body .gallery .images ul li:first-child{
	display:block;
}

/******************************
	NINJA FORMS STYLES
******************************/

.nf-field-element .fa-user{
	z-index:10;
}

.ContactForm form nf-field .firstname-container, .ContactForm form nf-field .lastname-container {
    width: 49%;
    display: inline-block;
}

.ContactForm form nf-field #nf-field-84-container,
.ContactForm form nf-field #nf-field-130-container,
.ContactForm form nf-field #nf-field-107-container,
.ContactForm form nf-field #nf-field-147-container,
.ContactForm form nf-field #nf-field-61-container,
.ContactForm form nf-field .zip-container{
	width:24.7%;
	display:inline-block;
}

.ContactForm form nf-field .listcountry-container{
	width:49%;
	display:inline-block;
}

.ContactForm form .nf-form-content nf-fields-wrap nf-field:nth-child(n+12) input{
	padding-left:0;
}

.contact .Forms .ContactForm nf-field select{
	padding:0;
}

.contact .Forms .ContactForm nf-field .list-wrap .nf-field-element div:after{
	display:none;
}

.contact .Forms .ContactForm form nf-field .listcountry-container select{
	padding:0;
	padding-left:40px;
}

.nf-form-content select.ninja-forms-field:focus{
	border-bottom:2px solid rgba(56, 80, 92, .3);
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]){
	border: 0 !important;
	border-bottom: 2px solid rgba(56, 80, 92, .3) !important;
	margin-top: 5px !important;
	padding: 20px;
	padding-left: 40px;
	transition: all .3s ease-out !important;
	outline: 0 !important;
	color: #38505C !important;
	font-weight: 500 !important;
	width: 100% !important;
	background:transparent !important;
}

.contact .Forms .ContactForm nf-field textarea{
	-webkit-writing-mode: horizontal-tb !important;
    font-family: monospace;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    column-count: initial !important;
    margin: 0em;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)) !important;
    border-image: initial !important;
    padding: 2px;
	font-size: 20px;
    padding: 10px;
	width: 100%;
    height: 6em;
    margin: 0.75em 0;
	background:transparent;
}

#nf-field-80, #nf-field-58, #nf-field-140,
#nf-field-103, #nf-field-126{
	padding-left:40px;
}

/******************************
	END NINJA FORMS STYLES
******************************/


.page-id-7637 .GreyFullCallout{
  padding-top:0;
  padding-bottom:0;
  margin-bottom:62.5px;
}

.post-excerpt > a{
    display:none !important;
}
