/*
Theme Name: Adamson & Company
Description: Wordpress Theme Designed for Adamson & Company.
Author: Kristopher
Version: 1.0
*/

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
:root {
  --default: #444;
  --default-color: #444;
  --white: #ffffff;
  --btn-color: #537bc0;
  --light-blue: #537bc0;
  --sky-blue: #81afff;
  --blue: #283d61;
  --dark-blue: #192e53;
  --navy: #1c3155;
  --slate: #212f41;
  --fern: #3a753e;
  --sage: #7bc180;
  --header-font: "proxima-nova-condensed", sans-serif;
  --body-font: "proxima-nova", sans-serif;
  --extra-condensed: "proxima-nova-extra-condensed", sans-serif;
  --button-radius: 3px;
  --line-height-desktop: 50px;
  --line-height-mobile: 41px;
  --base-fontsize: 18px;
  --base-lineheight: 1.5em;
  --max-width: 1282px;
}
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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
ol {
  margin: 0 0 10px 1.5em;
}
ul {
  margin: 0 0 10px 1.5em;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  height: 100vh;
  width: 100%;
}
html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  background: none repeat scroll 0 0 #ffffff;
}
html,
body,
input,
textarea {
  font-family: var(--body-font);
  font-weight: 400;
  font-weight: normal;
  font-size: var(--base-fontsize);
  line-height: var(--base-lineheight);
  color: var(--default);
}
a {
  color: var(--btn-color);
  color: var(--fern);
  outline: medium none;
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
a:hover {
  color: var(--btn-color);
  text-decoration: underline;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
iframe {
  max-width: 100%;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--header-font);
  line-height: 1.1em;
  padding-bottom: 0.45em;
  font-weight: 700;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1.12em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.75em;
}
p {
  margin-bottom: 1.5em;
}
ul {
  margin-bottom: 1.5em;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
ins {
  text-decoration: none;
}
pre {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 9.5px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 0.8em;
}
sub {
  top: 0.3em;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
hr {
  background: none repeat scroll 0 0 #d8d8d8;
  border: medium none;
  clear: both;
  height: 1px;
  margin: 12px 0;
}
blockquote {
  margin: 0 0 1.35em;
  padding: 0;
  position: relative;
}
blockquote::before {
  content: "";
  position: absolute;
  height: 100%;
  left: -0.75em;
  border-left: 2px solid #a1cb6b;
}
blockquote p {
  font-style: italic;
  font-weight: normal;
  font-size: 1.222rem;
  line-height: 1.3em;
  color: #666666;
  margin-bottom: 1.35em;
}
blockquote cite {
  color: #005eb6;
  display: block;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input.text,
input.title,
textarea,
select {
  background: #ffffff;
  border-radius: var(--button-radius);
  border: none;
  height: var(--line-height-desktop);
  line-height: var(--line-height-desktop);
  font-style: normal;
  padding: 0px 1em;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  color: #000;
  font-family: var(--body-font);
  font-size: 1.055rem;
  font-style: normal;
  font-weight: 400;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
  border: none;
}
input[type="submit"],
button,
.button {
  background: var(--btn-color);
  background: var(--fern);
  border-radius: var(--button-radius);
  display: inline-block;
  height: var(--line-height-desktop);
  line-height: var(--line-height-desktop);
  max-width: 100%;
  padding: 0 0.92em;
  text-align: center;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  width: auto;
  cursor: pointer;
  border: none;
  color: #fff;
  text-align: center;
  font-family: var(--header-font);
  font-size: 1.22rem;
  font-style: normal;
  font-weight: 800;
}
.button:hover {
  color: #fff;
}
.button i {
  font-size: 0.944em;
}
.button.inactive {
  opacity: 0.2;
  pointer-events: none;
}
.button.btn-white {
  background: #fff;
  color: var(--blue);
}
.button.btn-fern {
  background: var(--fern);
  color: #fff;
}
.button.btn-fun-blue {
  background: var(--fun-blue);
}
.button.btn-sky-blue {
  background: var(--sky-blue);
  color: var(--navy);
}
.button.btn-blue {
  background: var(--blue);
  color: #fff;
}
.button.btn-navy {
  background: var(--navy);
}
.button.btn-xs {
  height: 38px;
  line-height: 38px;
  font-family: var(--header-font);
  font-size: 1rem;
  padding: 0 0.85em;
  border-radius: 0;
}
.button.btn-sm {
  height: var(--line-height-mobile);
  line-height: var(--line-height-mobile);
  font-size: 1rem;
  border-radius: 0;
}
.button.btn-outline-white,
.button.btn-outline-blue,
.button.btn-outline-grey {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  line-height: calc(var(--line-height-desktop) - 4px);
}
.button.btn-outline-white.btn-xs,
.button.btn-outline-blue.btn-xs,
.button.btn-outline-grey.btn-xs {
  line-height: calc(38px - 2px);
  border-width: 1px;
}
.button.btn-outline-white.btn-sm,
.button.btn-outline-blue.btn-sm,
.button.btn-outline-grey.btn-sm {
  line-height: calc(var(--line-height-mobile) - 1px);
  border-width: 1px;
}
.button.btn-outline-blue {
  border-color: var(--blue);
  color: var(--blue);
}
.button.btn-outline-grey {
  border-color: #878787;
  color: #878787;
}
.button sub {
  font-size: 0.64em;
  top: 0em;
}
.button.sml {
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
}

input[type="submit"]:hover,
button:hover,
input[type="submit"]:focus,
button:focus,
.button:hover {
  transform: scale(1.05);
  text-decoration: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
.screen-reader-text {
  text-indent: -9999px;
  display: none;
}
table {
  background: none repeat scroll 0 0 #eeeeee;
  border-collapse: separate;
}
table th {
  background: none repeat scroll 0 0 #f6f6f6;
  font-weight: 700;
  padding: 5px 10px;
  text-align: left;
}
table td {
  background: #fff;
  padding: 5px 10px;
}
/*------------------------------------------------*/
/*-------------------[TYPOGRAPHY]-----------------*/
/*------------------------------------------------*/
.row {
  margin: 0 -20px;
}
.row > * {
  padding-left: 20px;
  padding-right: 20px;
}
.highlight,
.text-highlight {
  color: #7cab40 !important;
}
.text-fern {
  color: var(--fern);
}
.text-sage {
  color: var(--sage);
}
.text-green {
  color: #a1cb6b;
}
.bg-highlight {
  background-color: #7cab40 !important;
}
.text-right {
  text-align: right;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#searchsubmit {
  font-family: FontAwesome;
}
.font16 {
  line-height: 1.5em;
  font-size: 0.888rem;
}
.font21 {
  font-size: 1.166rem;
  line-height: 1.5em;
}
.font27 {
  font-size: 1.5rem;
  line-height: 1.5em;
}
.font24 {
  font-size: 1.333rem;
  line-height: 1.5em;
}
.list-badge {
  margin-left: 0;
  padding: 0;
  list-style: none;
  color: var(--blue);
  font-family: var(--header-font);
  font-size: 1.277rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 1.15em;
}
.list-badge > li {
  position: relative;
  padding-left: 1.75em;
  padding-bottom: 0.3em;
}
.list-badge > li:before {
  content: "\f336";
  font-weight: 900;
  font-family: "Font Awesome 7 Pro";
  position: absolute;
  left: 0;
  color: var(--fern);
  font-size: 1em;
  font-weight: 900;
  line-height: 1.4em;
}
.text-blue {
  color: var(--blue) !important;
}
.text-sky-blue {
  color: var(--sky-blue);
}
/*------------------------------------------------*/
/*--------------------[IMAGES]--------------------*/
/*------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 6px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important; /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
.wp-smiley {
  margin: 0;
}
/*------------------------------------------------*/
/*------------------[GRAVITY FORMS]---------------*/
/*------------------------------------------------*/
.gform_wrapper {
  position: relative;
}
.gform_heading {
  display: none;
}
.gform_fields {
  margin: 0 -8px;
  position: relative;
  padding: 0;
  list-style: none;
}
.gform_fields:after,
.gform_fields:before {
  content: " ";
  display: table;
  clear: both;
}
.gform_fields > .gfield {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
  width: 50%;
  padding-bottom: 18px;
  margin-top: 8px;
}
.gform_fields > .gfield.fullwidth {
  width: 100%;
}
.gform_fields > .gfield.gfield--type-honeypot {
  display: none;
}
.gform_fields > .gfield input[type="text"],
.gform_fields > .gfield input[type="password"],
.gform_fields > .gfield input[type="email"],
.gform_fields > .gfield input[type="tel"],
.gform_fields > .gfield select {
width: 100%;
box-shadow: none;
height: calc(var(--line-height-desktop) + 5px);
line-height: calc(var(--line-height-desktop) + 5px);
}
.gform_fields > .gfield textarea {
  width: 100%;
  height: 169px;
  line-height: 1.5em;
}
.gform_footer img {
  position: absolute;
}
.validation_error {
  display: none;
}
.gfield_description.validation_message {
  font-size: 0.7em;
  line-height: 1em;
  position: absolute;
  color: #ff0000;
  bottom: 16px;
  right: 20px;
}
.gfield_label {
  line-height: var(--line-height-desktop);
  font-style: normal;
  font-weight: 400;
  font-size: 1.055rem;
  color: #666666;
  position: absolute;
  left: 1.5rem;
  top: 0;
}
.gfield.toggle-label .gfield_label {
  font-size: 11px;
  line-height: 1.4em;
  top: 2px;
}
.errorMessages {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* File upload wrapper */
.gform_wrapper .ginput_container_fileupload {
  display: flex; align-items: center;
	position: relative;
	border-radius: 3px;
	border: 1px solid #FFF;
	height: calc(var(--line-height-desktop) + 5px);
	line-height: calc(var(--line-height-desktop) + 5px);
	 padding: 0 12px;
}

/* File input */
.gform_wrapper input[type="file"] {
    width: 50%; flex-grow: 1;
    color: #fff;
    cursor: pointer;
}

/* Push button to right */
.gform_wrapper input[type="file"]::file-selector-button {
    border: none;border-radius: 5px;
background: #FFF;
    padding: 5px 18px; 
    cursor: pointer;

color: var(--slate);
font-family: var(--body-font);
font-size: 1.05rem;
font-style: normal;
font-weight: 400;
}
#gfield_upload_rules_3_8 {
	text-align: right;
	font-size: 12px;
}
/*------------------------------------------------*/
/*-------------------[STRUCTURE]------------------*/
/*------------------------------------------------*/
.container {
  position: relative;
  max-width: var(--max-width);
  padding-left: 20px;
  padding-right: 20px;
  z-index: 9;
}
.wrapper:after,
.container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

main.main-sections {
  padding: 0;
}
.rowLinks {
  display: flex;
  align-items: center;
}
.justify-content-center .rowLinks {
  justify-content: center;
}
.rowLinks .btnMore {
  display: inline-block;
  margin-left: 1.5em;
  color: #fff;
  font-size: 1.058rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1em;
  font-style: italic;
}
.rowLinks .btnMore a {
  display: inline-block;
  color: #fff;
}
.bg-image {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
.bg-image:after,
.bg-image:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.bg-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.bg-image.cover {
  width: 100%;
  height: 100%;
  position: absolute;
}
section {
  padding: 4.55rem 0 3.7rem;
  position: relative;
  overflow-x: hidden;
}
section:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 9;
}
section h2 {
  font-size: 3.05rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1em;
}
section h3 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1em;
}
section h4 {
  font-size: 1.66rem;
  font-weight: 700;
  line-height: 1.1em;
}
section h5 {
  font-family: var(--body-font);
  font-size: 1.166rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5em;
}
main {
  padding: 3rem 0 2.5rem;
  overflow: hidden;
  position: relative;
}
#main.main-cpt-archive {
  padding: 3.25rem 0 3rem;
  position: relative;
  background: var(--blue);
}

#paginationWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
}
#paginationWrapper .page-item {
  width: 115px;
}
#paginationWrapper .page-item .button {
  border-radius: 3px;
}
.wp-pagenavi {
  position: relative;
  margin: 0px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #d0d0d0;
  font-size: 1.05remx;
  font-weight: 700;
  line-height: 34px;
  width: 34px;
  text-align: center;
  letter-spacing: -0.01em;
  margin: 0 0.15em;
  background: transparent;
  border-radius: 3px;
}
.wp-pagenavi span.current {
  background: var(--sky-blue);
  color: var(--navy);
}
/*------------------------------------------------*/
/*----------------------[HEADER]--------------------*/
/*------------------------------------------------*/
header {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 18px 26px 18px 19px;
  display: flex;
  align-items: center;
  background: var(--slate);
  justify-content: space-between;
}
.mob-spacer {
  display: none;
}
#logo {
  position: relative;
}

#navigation {
  position: relative;
  padding-left: 2.15rem;
  margin-left: auto;
}
#navigation ul.desktopMenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation ul.desktopMenu > li {
  display: inline-block;
  position: relative;
  margin-right: 1.7rem;
}
#navigation ul.desktopMenu > li.menu-item-has-children {
  padding-right: 0;
}
#navigation ul.desktopMenu > li > a {
  display: block;
  font-family: var(--header-font);
  line-height: 1.2em;
  position: relative;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
}

#navigation ul.desktopMenu > li > a > i {
  font-size: 0.9em;
  display: inline;
  margin-left: 0.3em;
  color: #fff;
}
#navigation ul.desktopMenu > li > a:hover {
  text-decoration: none;
  color: var(--sky-blue);
}
#navigation ul.desktopMenu > li > ul.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 200px;
  position: absolute;
  display: none;
  background: var(--navy);
}
#navigation ul.desktopMenu > li > ul > li {
  display: block;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  display: block;
}
#navigation ul.desktopMenu > li > ul > li > a {
  display: block;
  color: #fff;
  font-family: var(--body-font);
  padding: 10px 15px;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
}
#navigation ul.desktopMenu > li > ul > li:hover > a {
  text-decoration: none;
  color: var(--sky-blue);
}
#headerContact {
  padding-left: 5px;
}
#headerBtn {
  padding: 0 0.8rem;
  margin-left: auto;
}
/*------------------------------------------------*/
/*-------------------[BANNER]------------------*/
/*------------------------------------------------*/
#banner {
  position: relative;
  padding: 4.05rem 0 5.9rem;
}
#banner .row {
  margin: 0 -15px;
}
#banner .row .col {
  padding-left: 15px;
  padding-right: 15px;
}
#banner .bg-image {
  width: 50%;
  height: 100%;
}

#banner .bg-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#banner .bannerCTA {
  color: #4167a8;
  font-family: var(--header-font);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
}
.bannerHeading {
  color: var(--fern);
  font-family: var(--body-font);
  font-size: 1.22rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding-bottom: 0.75em;
}
.bannerHeading a {
  color: var(--fern);
}
.bannerHeading a:hover {
  color: var(--blue);
  text-decoration: none;
}
#banner h2 {
  color: var(--blue);
  font-family: var(--extra-condensed);
  font-size: 4.11rem;
  font-style: normal;
  font-weight: 800;
  line-height: 0.9em;
  padding-bottom: 0;
}
#banner h3,
.title-interested {
  color: var(--blue);
  font-size: 2.66rem;
  font-weight: 700;
  line-height: 1.1em;
  padding-bottom: 0.31em;
}
.title-interested {
  color: var(--sage);
}
.bannerTxt {
  color: #444;
  font-size: 1.166rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  padding-top: 0.9em;
}
.bannerTxt > p {
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.bannerTxt > p:last-child {
  margin-bottom: 0;
}
.bannerPoints {
  padding-top: 1.1rem;
  color: var(--blue);
  font-family: var(--header-font);
  font-size: 1.44rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.55em;
}
.bannerPoints > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bannerPoints > ul > li {
  padding-bottom: 0.27em;
}
.bannerBtns {
  padding-top: 0.9rem;
}
.banner-cta-link {
  display: inline-block;
  color: #fff;
  margin-top: 1.4em;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
}

/*------------------------------------------------*/
/*----------------------[JOIN TEAM]--------------------*/
/*------------------------------------------------*/
#page-apply-now #banner {
	padding: 5.8rem 0 2.9rem;
	background: #fff;
}
#page-apply-now #banner .bannerCTA {
	color: var(--fern);
	font-family: var(--body-font);
	padding-top: 1.1em;
}
#page-apply-now main {
	background: var(--slate);
	color: #fff;
	padding: 2.35rem 0 4rem;
}
#page-apply-now main .gform_footer .button, #page-contact-us .gform_footer .button{
	background: var(--fern);
	width: 100%;
	margin-top: 10px;
}

/*------------------------------------------------*/
/*----------------------[CAREERS]--------------------*/
/*------------------------------------------------*/
#page-careers-2 #banner {
	padding-bottom: 4.65rem;
}
.card.opening-card {
	background: #1B273A;
	box-shadow: none;
	border-radius: 0;
	padding: 2.2rem;
}
.card.opening-card .card-summary {
	padding-top: 1.4rem;
}
.card.opening-card .card-icon {
	width: 48px;
	height: 48px;
	margin: 0 auto;
}
.card.opening-card .card-icon img{ width: 100%; height: 100%; object-fit: contain; object-position: center;
  filter: brightness(0) saturate(100%) invert(75%) sepia(31%) saturate(523%) hue-rotate(86deg) brightness(89%) contrast(88%);
}
.card.opening-card .card-summary p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: .84em;
}
#page-careers-2 #about-leadership .values-row .col {
	padding-bottom: 3.05rem;
}
#page-careers-2 #home-why {
	padding: 4.15rem 0 1.75rem;
}

/*------------------------------------------------*/
/*----------------[SERVICE DETAIL]----------------*/
/*------------------------------------------------*/
#page-service-category #banner {
	padding: 3.7rem 0 3.65rem;
	background: #fff;
}
#page-service-category #banner h2 {
	padding-top: .12em;
	padding-bottom: .1em;
}
/*------------------------------------------------*/
/*----------------------[FOOTER]--------------------*/
/*------------------------------------------------*/
footer {
  position: relative;
  padding: 4.1rem 0 10rem;
}
footer .container {
  display: flex;
}
footer p {
  margin-bottom: 1.15em;
}
#footerLeft {
  width: 50%;
  flex-grow: 1;
  padding-right: 0;
  max-width: 725px;
}
footer h3 {
  color: var(--blue);
  font-size: 1.33rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: 0.8em;
}
.footerAddress {
  font-size: 1.166rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}
/*------------------------------------------------*/
/*----------------------[HOME]--------------------*/
/*------------------------------------------------*/
#page-home #banner {
  background: #fff;
}
#page-home #banner .bg-image,
.single-post #banner.withImg .bg-image {
  width: 63.4%;
  right: 0;
  left: inherit;
}
#page-home #banner .bg-image::before,
.locationsBx .bg-image:before,
.p_service_category-detail .bg-image:before,
.single-post #banner.withImg .bg-image:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 53%;
  height: 100%;
  transform-origin: left bottom;
  pointer-events: none;
  clip-path: polygon(0 100%, 0 0, 100% 0);
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.7) -7.09%,
    #fff 100%
  );
}
#page-home #banner .bannerTxtBx,
.single-post #banner.withImg .bannerTxtBx {
  max-width: 570px;
}
#home-services {
  color: #fff;
  padding: 3.7rem 0 4.15rem;
  position: relative;
  background: var(--slate);
}
.services-tiles {
  position: relative;
  text-align: center;
}
.services-tiles .col {
  padding-top: 0.9rem;
  padding-bottom: 2.2rem;
}
.serviceTile {
  position: relative;
}
.serviceTileIcon {
  height: 70px;
  margin-bottom: 14px;
}
.servicecTileName {
  color: #6c9aea;
  color: var(--sage);
  font-size: 0.944rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding-bottom: 1em;
}
.service-home-cta {
  font-family: var(--header-font);
  font-size: 1.66rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1em;
  padding-bottom: 0.4em;
}
.service-home-intro {
  font-size: 0.833rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  padding-bottom: 1.2em;
}
#home-why {
  padding: 6.2rem 0 1.65rem;
  position: relative;
  background: #fff;
}
#home-why::before {
  background-image: url(images/full_logo_grey.svg);
  width: 284px;
  height: 245px;
  right: -5%;
  left: inherit;
  bottom: 0;
  top: inherit;
}
#home-why .bg-image {
  width: 49.7%;
}
#home-why .bg-image:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 51.85%, #fff 100%);
}

/*------------------------------------------------*/
/*---------------------[CONTACT]------------------*/
/*------------------------------------------------*/
#page-contact-us #banner{
  padding-bottom: 4.1rem;
}
#page-contact-us .bannerTxtBx {
	max-width: 800px;
}
#page-contact-us .bannerHeading {
	padding-bottom: .3em;
}
#page-contact-us .gform_fields > .gfield textarea{
  height: 133px;
}
#section-contact {
	padding: 2.3rem 0 2.7rem;
	color: #fff;
	background: var(--slate);
}
#section-contact .gform_footer .button {
  width: 100%;
  margin-top: 6px;
}
#section-locations {
	padding: 2.55rem 0 2rem;
	position: relative;
	background: #F3F3F3;
}
.locationsBx {
	width: 100%;
	position: relative;
	border-radius: 5px; background: #fff;
	overflow: hidden;
	padding: 2.8rem 3.6rem;
	margin-top: 9px; margin-bottom: 1.75rem;
}
.locationsBx h3 {
	padding-bottom: .25em;
}
.locationsBx .bg-image {
  left: inherit;
  right: 0;
  width: 51.8%;
}
.locationsBx .bg-image:before {
  width: 33%;
}

/*------------------------------------------------*/
/*-----------------------[ABOUT]------------------*/
/*------------------------------------------------*/
#page-about #banner {
  position: relative;
  background: #fff;
  padding-bottom: 4.05rem;
}
#page-about #banner::before,
#page-contact-us #banner:before,
.single-ptype_services #banner:before,
#page-services #banner:before,
#page-blog #banner:before, #page-apply-now #banner:before, #page-careers-2 #banner:before, #page-service-category #banner:before {
  background-image: url(images/full_logo_banner.svg);
  left: inherit;
  right: 0;
  transform: translateX(7.5%);
  width: 60%;
  background-repeat: no-repeat;
  background-position: right bottom;
  opacity: 0.2;
  background-size: contain;
}
#page-about #banner .bannerTxt {
  padding-top: 1.4em;
}
#page-about #banner .bannerBtns {
  padding-top: 1.4rem;
}
#page-about #banner .bannerBtns .button {
  background: none;
  border: 1px solid var(--blue);
  color: var(--blue);
  line-height: calc(var(--line-height-desktop) - 2px);
}

#about-purpose {
  color: #fff;
  padding-bottom: 3.4rem;
  padding-top: 4.65rem;
  position: relative;
  background: var(--slate);
}
#about-purpose::before,
#about-clarity::before,
#service-cta-section::before,
#home-services::before {
  background-image: url(images/full_logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(13%) sepia(18%) saturate(1110%)
    hue-rotate(175deg) brightness(92%) contrast(92%);
}
.values-row {
  text-align: center;
  justify-content: center;
}
.values-row .col {
  padding-top: 1rem;
  padding-bottom: 1.8rem;
}
.values-row .col h4 img {
  margin-bottom: 1.15rem;
}
.valueTxt {
  font-size: 0.833rem;
  line-height: 1.2em;
}
#about-story {
  position: relative;
  padding: 5.1rem 0 3.9rem;
  background: #fff;
}
#about-story::before {
  background-image: url(images/full_logo_grey.svg);
  width: 284px;
  height: 245px;
  right: -5.5%;
  left: inherit;
  bottom: 0;
  top: inherit;
}
#about-story .bg-image {
  width: 49.7%;
}
#about-story .bg-image:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 51.85%, #fff 100%);
}
#about-industries {
  background: #f3f3f3;
  padding: 2.8rem 0 4rem;
}
#about-industries .container {
  max-width: 100%;
  padding: 0;
}
.card {
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  border: none;
  overflow: hidden;
  border-radius: 0;
}
.card .card-image {
  position: absolute;
  width: 48%;
  right: 0;
  top: 0;
  height: 100%;
}
.card .card-image:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 66.28%, #fff 100%);
}
.card .card-image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.card .card-body {
  padding: 3rem 2.62rem 2.6rem 2.62rem;
  width: 56%;
  position: relative;
}
.card .card-summary {
  padding-top: 0.9rem;
}
.card .card-button .btn:hover {
  background: transparent;
  border-color: var(--glacier);
  transform: scale(1);
}

/* Card Carousel Infinite Scroll */
.cardcarousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.cardcarousel {
  width: 100%;
}

.cardcarousel-track {
  display: flex;
  width: fit-content;
  animation: scroll 60s linear infinite;
  will-change: transform;
  gap: 2rem;
}

.cardcarousel-track:hover {
  animation-play-state: paused;
}

.cardcarousel-item {
  flex-shrink: 0;
}

/* Image inside card */
.cardcarousel-item {
  width: 347px;
}
.cardcarousel-item .card {
  height: 100%;
}
.cardcarousel-item .card .card-image {
  position: relative;
  width: 100%;
  height: 164px;
}
.cardcarousel-item .card .card-image:before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #fff 100%);
}
.cardcarousel-item .card .card-body {
  padding: 0.82rem 25px;
  width: 100%;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.cardcarousel-item .card .card-summary {
  padding-top: 0;
  color: #000;
  font-size: 0.888rem;
  font-weight: 300;
  line-height: 1.4em; /* 22.4px */
}
.cardcarousel-item .card .card-body h4 {
  color: var(--slate);
  text-align: center;
  font-family: var(--extra-condensed);
  font-size: 2.11rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2em;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% / 3));
  }
}

#about-leadership {
  color: #fff;
  padding: 3.8rem 0 2rem;
  background: var(--slate);
}
.leadershipTxtBx {
  max-width: 385px;
}

.teamMembers .col {
  padding-top: 2.55rem;
  padding-bottom: 0.2rem;
}
.teamMemberBx {
  position: relative;
  padding: 1.4rem 1.7rem 1.98rem 1.7rem;
  background: #fff;
}
.teamMemberBx::before {
  background-image: url(images/full_logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  right: 10px;
  top: 0;
  filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(0%)
    hue-rotate(180deg) brightness(92%) contrast(92%);
}
.teamImgBx {
  border-radius: 100%;
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 0 auto 1rem;
  align-items: center;
  justify-content: center;
  display: flex;
  background: radial-gradient(50% 50% at 50% 50%, #ececec 0%, #f0f0f0 100%);
}
.teamImgBx img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.teamImgBx img.placeholder {
  object-fit: contain;
  opacity: 0.4;
  width: 112px;
  filter: brightness(0);
}
.teamName {
	color: var(--blue);
	font-family: var(--extra-condensed);
	font-size: 2.11rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1.2em;
	padding-bottom: 3px;
	position: relative;
	z-index: 1;
}
.teamDesignation {
  color: #000;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  padding-bottom: 0.2em;
  	position: relative;
	z-index: 1;
}
.team-social {
  padding-top: 1.2rem;
  font-size: 1.588rem;
  line-height: 1.23em;
  	position: relative;
	z-index: 1;
}
.team-social > a {
  display: inline-block;
  margin: 0 0.1em;
}
.teamBioLink {
  padding-top: 0.6rem;
  	position: relative;
	z-index: 1;
}
.teamBioLink .button {
  font-size: 0.833rem;
  padding: 0 1.45em;
}
.lightbox {
  display: none;
}
.lightbox.fancybox-content {
  max-width: 1040px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.25);
}
.teamBio {
  padding-top: 1rem;
}

#about-clarity,
#service-cta-section {
  padding: 6.5rem 0 3.6rem;
  text-align: center;
  color: #fff;
  background: var(--slate);
  position: relative;
}
.footerWidgets {
  display: flex;
  gap: 5rem;
}
.footerWidget {
  position: relative;
}
#footerNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #444;
  font-size: 1.166rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}
#footerNav ul li a {
  color: #444;
}
#footerNav ul li a:hover {
  color: var(--blue);
  text-decoration: none;
}
#copyright {
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;

  padding-top: 2rem;
}

#footerRight {
  width: 280px;
  text-align: center;
  margin-left: auto;
}
#footerBtns {
  display: flex;
  flex-direction: column;
  padding-left: 1.5rem;
}
#footerBtns .button {
  margin: 2px 0 20px;
}
.footerNote {
  padding-top: 1.65rem;
  color: #444;
  font-size: 0.888rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
}

/*------------------------------------------------*/
/*-----------------------[SERVICES]---------------*/
/*------------------------------------------------*/
#page-services #banner {
  background: #fff;
  padding-bottom: 2.9rem;
}
#page-services #banner .bannerTxt {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 1.15rem;
}
.single-ptype_services #banner {
  padding: 9.39rem 0 4.35rem;
  background: #fff;
}
.banner-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.75rem;
}
.banner-categories span {
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.5em;
}
ul.service-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
ul.service-category-list > li {
  margin-left: 0;
}
#section-services {
  padding: 3.25rem 0 10px;
  position: relative;
  background: var(--slate);
}
.p_service_category-block {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  margin-top: 0.55rem;
  position: relative;
  margin-bottom: 2.4rem;
}
.p_service_category-detail {
  padding: 3.1rem 3.5rem 2.5rem 3.5rem;
  position: relative;
}
.p_service_category-detail .withoutImg {
  justify-content: center;
  text-align: center;
}
.p_service_category-detail .withoutImg .col-md-6 {
  width: 75%;
}
.p_service_list {
  padding: 2.32rem 3.6rem 2.6rem 3.6rem;
  position: relative;
  border-top: 1px solid #d2d2d2;
  background: #f3f3f3;
  display: flex;
}
.service-list.faqPosts {
  width: 48%;
}
.faqDesktopAnswer {
  width: 30%;
  flex-grow: 1;
  padding-left: 4%;
  padding-top: 0.55rem;
}
.p_service_category-detail .bg-image {
  width: 52%;
  right: 0;
  left: inherit;
}
.p_service_category-detail .bg-image:before {
  width: 39.5%;
}

.p_service_category-title {
  display: flex;
  align-items: center;
  padding-bottom: 0.25em;
}
.p_service_category-title img {
  width: 48px;
  filter: invert(34%) sepia(54%) saturate(385%) hue-rotate(193deg)
    brightness(92%) contrast(92%);
  margin-right: 0.4em;
}
.service-list-item-btns {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-list-item-btns .button {
  display: block;
  width: 100%;
  margin: 4px 0;
}
.service-archive-detail {
  max-width: 535px;
}
section .archive-cta {
  color: #545454;
  line-height: 1.3em;
  font-weight: 400;
  padding-bottom: 0.85em;
}
.archive-intro > p {
  margin-bottom: 1.3em;
}
.archive-intro > p:last-child {
  margin-bottom: 0.85em;
}
.faqCategory {
  position: relative;
}
.faqPosts > .faqBx {
  position: relative;
  border-bottom: solid 2px #c6d0e2;
  padding: 0.944rem 0;
}
.faqPosts > .faqBx:last-child {
  border-bottom: none;
}
.faqCategory .faqBx .faqQ {
  color: var(--blue);
  font-family: var(--header-font);
  font-size: 1.44rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1em;
  position: relative;
  padding-left: 3.1rem;
}
.faqCategory .faqBx .faqQ::before {
  content: "+";
  width: 1.346em;
  height: 1.346em;
  border-radius: 3px;
  border: 2px solid var(--fern);
  box-sizing: border-box;
  line-height: 1.2em;
  text-align: center;
  position: absolute;
  left: 0;
  color: var(--fern);
  font-family: var(--body-font);
  font-size: 1em;
  font-style: normal;
  font-weight: 900;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faqCategory .faqBx .faqQ a {
  color: var(--blue);
}
.faqCategory .faqBx .faqQ a:hover {
  color: var(--bronze);
  text-decoration: none;
}
.faqCategory .faqBx .faqQ.active-faq:before {
  background: var(--fern);
  border-color: var(--fern);
  content: "-";
  color: #fff;
  line-height: 1em;
}
.faqCategory .faqBx .faqA {
  position: relative;
  padding-top: 0.55rem;
  padding-bottom: 0.75em;
  padding-left: 3.15rem;
}
.service-list-intro {
  max-width: 575px;
}
.faqCategory .faqBx .faqA p {
  margin-bottom: 1.65em;
}
.faqCategory .faqBx .faqA p:last-child {
  margin-bottom: 0;
}
.backBtn {
  padding-bottom: 1.65rem;
}
.single-post #banner .row.justify-content-center {
  justify-content: flex-start !important;
}
.single-post #banner .row.justify-content-center .col {
  text-align: left !important;
}
.single-ptype_services #banner .bannerCTA,
.single-post #banner .bannerCTA {
  font-family: var(--body-font);
  padding-bottom: 0.1em;
}

.single-ptype_services #banner h3,
.single-post #banner.withoutImg h3,
.single-ptype_careers #banner h3 {
  max-width: 800px;
  margin: 0 auto;
}
.single-ptype_services main,
.single-post main,
.single-ptype_careers main {
  position: relative;
  padding: 3.3rem 0 2.5rem;
  background: var(--slate);
}
.single-ptype_services main .container,
.single-post main .container,
.single-ptype_careers main .container, .tax-service_category main .container {
  max-width: 940px;
}

.contentCTA {
  color: #d7e6ff;
  text-align: center;
  font-family: var(--body-font);
  font-size: 1.55rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5em;
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 3.5rem;
}

.contentBx {
  padding: 2.65rem 2.4rem 1.85rem 2.4rem;
  position: relative;
  border-radius: 5px;
  background: #fff;
}
.contentBx h3 {
  font-size: 1.77rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 0.65em;
}
hr:not([size]),
hr {
  opacity: 1;
  background: #c6d0e2;
  height: 2px;
  margin: 2.85rem 0 3rem;
}


#page-service-category main{
  padding-bottom: 1px; background: var(--slate);
}