
@import url('https://use.fontawesome.com/releases/v5.3.1/css/all.css');



@font-face {
  font-family: 'Gotham'; 
	src: url('https://info.evoquedcs.com/hubfs/Gotham%20fonts/gotham-light-webfont.woff') format('woff');
  src: url('https://info.evoquedcs.com/hubfs/Gotham%20fonts/gotham-light-webfont.woff2') format('woff');
  font-weight: 200;
}

@font-face {
  font-family: 'Gotham'; 
	src: url('https://info.evoquedcs.com/hubfs/Gotham%20fonts/gotham-book-webfont.woff') format('woff');
  src: url('https://info.evoquedcs.com/hubfs/Gotham%20fonts/gotham-book-webfont.woff2') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'Gotham'; 
	src: url('https://info.evoquedcs.com/hubfs/Gotham%20fonts/gotham-book-webfont.woff') format('woff');
  src: url('https://info.evoquedcs.com/hubfs/Gotham%20fonts/gotham-book-webfont.woff2') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Gotham'; 
	src: url('https://info.evoquedcs.com/hubfs/Gotham%20fonts/gotham-medium-webfont.woff') format('woff');
  src: url('https://info.evoquedcs.com/hubfs/Gotham%20fonts/gotham-medium-webfont.woff2') format('woff');
  font-weight: 600;
}

@font-face {
  font-family: 'Gotham'; 
	src: url('https://info.evoquedcs.com/hubfs/Gotham%20fonts/gotham-bold-webfont.woff') format('woff');
  src: url('https://info.evoquedcs.com/hubfs/Gotham%20fonts/gotham-bold-webfont.woff2') format('woff');
  font-weight: bold;
}
@font-face {
  font-family: 'Gotham'; 
  src: url('https://info.evoquedcs.com/hubfs/Gotham%20fonts/gotham-bold-webfont.woff') format('woff');
  src: url('https://info.evoquedcs.com/hubfs/Gotham%20fonts/gotham-bold-webfont.woff2') format('woff');
  font-weight: 700;
}

@font-face {
  font-family: 'Gotham'; 
  src: url('https://info.evoquedcs.com/hubfs/Gotham%20fonts/gotham-bold-webfont.woff') format('woff');
  src: url('https://info.evoquedcs.com/hubfs/Gotham%20fonts/gotham-bold-webfont.woff2') format('woff');
  font-weight: 900;
}


















































html {
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.hero-section-wrap .dnd-section {
	margin-top: 80px;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.container-fluid.hero-padding {
  width: 100%;
}
.hero-section-wrap {
  background-color:#465773;
}
.hero-section-wrap {
    position: relative;
  
    background-image: url();
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hero-section-overlay { 
    overflow: auto;
    display: block;
    background-color: rgba(70, 87, 115,0.75);
    color: #ffffff;
}
.hero-section-overlay h1 {color:#ffffff;}


@font-face {
  font-family: "Astra";
  src:  url(//info.evoquedcs.com/hubfs/raw_assets/public/Evoque%20Theme%202022/fonts/Astra.eot) format("eot"), 
    url(//info.evoquedcs.com/hubfs/raw_assets/public/Evoque%20Theme%202022/fonts/Astra.woff2) format("woff2"),
    url(//info.evoquedcs.com/hubfs/raw_assets/public/Evoque%20Theme%202022/fonts/astra.woff) format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: fallback;
}

html {
  font-size: 14px;
  background-color: #ffffff
}

body {
  font-family: Open Sans, serif;
  font-size: 1rem;
  color: #666666;
  line-height: 1.75;
    -webkit-font-smoothing: antialiased;
	font-weight: 400;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Open Sans, serif;
}

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

/* Anchor Links */
a {
    color: #f36c3e;
    text-decoration: none;
}
a:hover, a:focus {
	color: #002862;
    text-decoration: underline;
}
a.no-underline {
	text-decoration: none;
}
p a, span a, label a {
    font-size: 1rem;
    text-decoration: underline;
    font-weight: 400;
    line-height: 1.85714286em;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 1.857rem;
    font-weight: 300;
    font-family: Open Sans, serif;
    color: #252525;
    word-break: break-word;
}

h1 {
    font-size: 2.571rem;
    line-height: 1.3;
}

h1:not(:last-child), .h1:not(:last-child) {
    margin-bottom: 1.857rem;
}

h2 {
    font-size: 2.143rem;;
	line-height: initial;
}

h3 {
    font-size: 1.714rem;
    line-height: 1.5;
}

h4 {
    font-weight: normal;
    font-size: 1.286rem;
    line-height: 1.5;
}

h5 {
    font-size: 1rem;
    line-height: 1.5;
	font-weight: 700;
}

h6 {
    font-size: 0.857rem;
    line-height: 1.5;
	font-weight: 700;
}

strong {
    font-weight: 700;
}

.is--code, code {
    vertical-align: bottom;
    font-family: Source Code Pro,Consolas,Monaco,Courier New,monospace;
    font-weight: 500;
}

code {
	border-radius: .1875rem;
    background-color: #f8fafc;
    padding: .125rem .25rem;
}

pre {
	background-color: #f8fafc;
    border: 1px solid #cbd6e2;
    border-radius: 4px;
    line-height: 1.5;
    padding: .5rem;
}

.microcopy {
    font-size: 0.857rem;
}

p.lead,
p.lead a {
    font-weight: 400;
    color: #666666;
    font-size: 1.357rem;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
    font-weight: 300;
    font-style: normal;
    color:#666666
	margin: 0;
}

blockquote:not(.testimonial) {
    margin: 40px 25px;
    padding: 0 1.6em 0 1em;
    border-left: 5px solid;
	border-color: #002862;
}

/* Horizontal Rules */
hr {
    border: 0;
    border-top: 1px solid #eeeeee;
	margin: 1.85714286em 0;
	border-color: #ECECEC;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}



@media all and (max-width: 1024px) {
  html {
    font-size: 14px
  }
}

@media (max-width: 767px) {
  html {
    font-size: 12.6px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 11.9px
  }
}

/* Chevrons
* ======================================================================= */

a.chevron-white,
a.chevron-blue,
a.chevron-orange{
  text-decoration: none;
}

a.chevron-white:hover:after{
  margin-left: 20px;
  -webkit-transition: margin-left 0.3s ease-out;
-moz-transition: margin-left 0.3s ease-out;
-o-transition: margin-left 0.3s ease-out;
-ms-transition: margin-left 0.3s ease-out;
transition: margin-left 0.3s ease-out;;
}

a.chevron-white::after{
  content: '';
  display: inline-block;
  width: 10px;
  height: 0.6em;
  margin-left: 10px;
  background-image: url("//info.evoquedcs.com/hubfs/raw_assets/public/Evoque%20Theme%202022/images/chevron-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: margin-left 0.3s ease-out;
-moz-transition: margin-left 0.3s ease-out;
-o-transition: margin-left 0.3s ease-out;
-ms-transition: margin-left 0.3s ease-out;
transition: margin-left 0.3s ease-out;;
}

/*HERO BANNERS*/
.hero-banner a.chevron-white:hover,
.bubble-hero-banner a.chevron-white:hover,
.video-hero-banner a.chevron-white:hover{
   color: #f36c3e;
  -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;;
}

.hero-banner a.chevron-white:hover:after,
.bubble-hero-banner a.chevron-white:hover:after,
.video-hero-banner a.chevron-white:hover:after{
  margin-left: 20px;
  background-image: url("//info.evoquedcs.com/hubfs/raw_assets/public/Evoque%20Theme%202022/images/chevron-orange.png");
  -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;;
}

a.chevron-blue:hover:after{
  margin-left: 20px;
  -webkit-transition: margin-left 0.3s ease-out;
-moz-transition: margin-left 0.3s ease-out;
-o-transition: margin-left 0.3s ease-out;
-ms-transition: margin-left 0.3s ease-out;
transition: margin-left 0.3s ease-out;;
}

a.chevron-blue::after,
h3.chevron-blue::after{
  content: '';
  display: inline-block;
  width: 10px;
  height: 0.6em;
  margin-left: 10px;
  background-image: url("//info.evoquedcs.com/hubfs/raw_assets/public/Evoque%20Theme%202022/images/chevron-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: margin-left 0.3s ease-out;
-moz-transition: margin-left 0.3s ease-out;
-o-transition: margin-left 0.3s ease-out;
-ms-transition: margin-left 0.3s ease-out;
transition: margin-left 0.3s ease-out;;
}

h3.chevron-blue{
  font-size: 1.5em;
  font-weight: 600;
  color: #002862;
}

a.chevron-orange:hover{
  color: #f36c3e;
  -webkit-transition: color 0.3s ease-out;
-moz-transition: color 0.3s ease-out;
-o-transition: color 0.3s ease-out;
-ms-transition: color 0.3s ease-out;
transition: color 0.3s ease-out;;
}

a.chevron-orange:hover:after{
  margin-left: 20px;
  -webkit-transition: margin-left 0.3s ease-out;
-moz-transition: margin-left 0.3s ease-out;
-o-transition: margin-left 0.3s ease-out;
-ms-transition: margin-left 0.3s ease-out;
transition: margin-left 0.3s ease-out;;
}

a.chevron-orange:after{
  content: '';
  display: inline-block;
  width: 10px;
  height: 0.6em;
  margin-left: 10px;
  background-image: url("//info.evoquedcs.com/hubfs/raw_assets/public/Evoque%20Theme%202022/images/chevron-orange.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: margin-left 0.3s ease-out;
-moz-transition: margin-left 0.3s ease-out;
-o-transition: margin-left 0.3s ease-out;
-ms-transition: margin-left 0.3s ease-out;
transition: margin-left 0.3s ease-out;;
}
form {
  
  font-family: Barlow;
  margin:auto;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #002862;
  border-color: #002862;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  
  text-decoration: none;
  width: 100%;
}

.hubspot-link__container {
  padding-top: 20px;
}

.hs-button:hover, .hs-button:focus {
  background-color: ;
  border-color: ;
  
  color: #fff;
}

.hs-button:active {
  background-color: ;
  border-color: ;
}


.hs-form label {
  font-size: 1rem;
  color: #000;
  display: block;
  float: none;
  width: auto;
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: {color=#000, opacity=100, rgba=rgba(0, 0, 0, 1), rgb=rgb(0, 0, 0), hex=#000, css=#000000};
}

.hs-input, #hs-pwd-widget-password {
  -webkit-appearance: none;
  background: #ffffff;
  padding: 0.46428571em;
  border-radius: 6px;
  border: 1px solid #ececec;
  display: inline-block;
  width: 100%;
  line-height: 22px;
  color: #000;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.hs-input[type=radio],
[type=checkbox]{
  position: relative;
  background: none;
  border: 1px solid #d3d3d3;
  width: 1.857rem !important;
  height: 1.857rem;
  border-radius: 50%;
  margin-right: 0.464rem;
}
.hs-input[type=radio]:hover,
[type=checkbox]:hover {
  border-color: #002862;
  cursor: pointer;
}
.hs-input[type=radio]:checked {
  background-color: #002862;
}
.hs-input[type=radio]:checked:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #002862;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  opacity: 0;
  left: 0;
  top:0;
  animation: pulse .4s ease forwards;
}
.hs-input[type=radio]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 34%;
  top: 32%;
  background-color: #fff;
  border-radius: 50%;
}
[type=checkbox] {
  text-align: center;
  border-radius: 6px;
}
[type=checkbox]:checked {
  border-color: #002862;
  background: #002862;
}
[type=checkbox]:checked:before {
  content: '';
  left: 0;
  border-radius: 6px;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #002862;
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
[type=checkbox]:checked:after {
  content: "L";
  transform: rotateY(180deg) rotateZ(-45deg);
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 2px;
  font-weight: 700;
}
/*.hs-input[type=file] {
background-color: #fff;
padding: initial;
border: initial;
line-height: initial;
box-shadow: none;
}*/

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea, #hs-pwd-widget-password  {
  transition: border 0.2s linear;
}
.hs-input:focus, #hs-pwd-widget-password:focus  {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: 110px;
}

select[multiple].hs-input {
  height: inherit;
}
.hs-fieldtype-select div.input {
  position: relative;
}
.hs-fieldtype-select div.input:after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f039";
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  font-size: 15px;
  pointer-events: none;
  padding: 0 13px;
  border-left: 1px solid #ececec;
  padding-top: 6px;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
  
  margin-right:0px;
}
fieldset.form-columns-1,fieldset.form-columns-2,fieldset.form-columns-3  {
  
  max-width: 100% !important;
  margin-right:0px;}
fieldset.form-columns-1 div.input,fieldset.form-columns-2 div.input,fieldset.form-columns-3 div.input  {
  margin-right:0px!important;}
input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #000;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #666666;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Barlow;
}

#hs-pwd-widget-password {padding:10px;height: 42px!important;margin-bottom:10px!important;}

fieldset.form-columns-2 .hs-form-field:last-child, fieldset.form-columns-3 .hs-form-field:last-child  {
  padding-left: 10px;

}
fieldset.form-columns-3 .hs-form-field:first-child  {
  padding-right: 10px;

}
.pre-nav {
  display: none;
}
.header--toggle.header__navigation--toggle {
  display: none;
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  /*display: flex;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}

/* This is the Header Menu (Style 1) ***********/
.navigation-primary {
  display: inline-block;
}

.navigation-primary a {
  font-family: Lato;
  font-size: 18px;
  font-weight: 300;
  color: #494A52;
  line-height: 40px;
}

.navigation-primary a.active-item {
  font-weight: 600;
  position: relative;
}

.navigation-primary .submenu.level-1 > li > a.active-item:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #494A52;
}

.navigation-primary .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
  color: #002862;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .8em;
  letter-spacing: 0.1em;
}

.triangle {
  display: none;
}

.submenu-toggle {
  display: none;
}

.submenu.level-1 {
  display: inline-block;
  white-space: nowrap;
}

.submenu.level-1 > li {
  display: inline-block;
  padding: 5px 20px;
  text-transform: uppercase;
}

.submenu.level-1 > li.has-submenu {
  position: relative;
}



@media (min-width: 768px) {
  .submenu.level-2 {
    position: absolute;
    min-width: 250px;
    visibility: hidden;
    overflow: hidden;
    white-space: normal;
    opacity: 0;
    text-transform: none;
    font-weight: 500;
    border-radius:0px;
    box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
    transition: visibility 0s, opacity 0.3s;
  }
  
}


.submenu.level-2 > li.has-submenu {
  position: relative;
}

.level-2 .has-submenu.menu-item label.menu-arrow {
  position: absolute;
  right: 4px;
  top: 4px;
}

.menu-item:last-child .submenu.level-2 {
  right: 0;
}

.submenu.level-2 > li {
  padding: 0;
  border-bottom: 1px solid #D1D6DC;
}

.submenu.level-2 .menu-item .menu-link {
  display: block;
  padding: 5px 10px;
  background-color: #ffffff;
  transition: background-color 0.3s;
  line-height:1.3rem;
}

.submenu.level-2 > li:nth-child(2) {
  border-radius: 6px 6px 0 0;
}

.submenu.level-2 > li:last-child,
.submenu.level-2 > li:last-child .submenu {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  background-color: #EBEFF3;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submenu.level-3 .menu-item .menu-link {
  padding-left: 30px;
    line-height: 1.1rem;
}

.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s;
  z-index:999
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}

.navigation-primary:not(.submenu) .has-submenu.menu-item .menu-link::after{
  content: '';
  display: inline-block;
  width: 10px;
  height: 1em;
  margin-left: 7px;
  background-image: url("//info.evoquedcs.com/hubfs/raw_assets/public/Evoque%20Theme%202022/images/chevron-orange.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotateZ(90deg);
  position: relative;
  top: 2px;
}

.menu-arrow-bg .fa-chevron-down, .submenu.level-2 .menu-item .menu-link::after {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1150px) {
  .navigation-primary a {
    font-size: 20px;
  }

  .submenu.level-1 > li {
    padding: 22px 15px;
  }

  .submenu.level-1 > li:last-child {
    padding-right: 22px;
  }

  .submenu.level-2 {
    left: 0px;
  }
}

@media (max-width: 768px) {
  .pre-nav {
    display: block;
}
.header--toggle.header__navigation--toggle {
  display: block;
}
  .submenu .menu-arrow-bg .fas {display:none;}

  .navigation-primary a {
    font-size: 26px;
  }

  .navigation-primary {
    display: block;
  }
  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    content: none;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    display: none;
  }

  .submenu > li > a {
    display: block;
    width: 100%;
  }

  .submenu > .has-submenu {
    position: relative;
  }

  .submenu > .has-submenu > a {
    width: 70%;
  }

  .submenu {
    display: none;
  }

  .submenu.level-1 {
    width: 100%;
    background:#cecece
  }

  .submenu.level-1 > li {
    display: block;
    width: 100%;
    border-top: 2px solid #CED4DB;
    padding: 0;
  }

  .submenu.level-1 > li > a {
    font-weight: 600;
    padding: 7px 30px;
  }

  
  .submenu.level-2 > .has-submenu > .menu-arrow,
  .submenu.level-2 > .has-submenu > .menu-arrow,
  .submenu.level-2 .menu-arrow {
  
    padding: 5px 0;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center right 20px;
    height: 55px;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    display: block;
    height: 20px;
    width: 20px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: 30px;
    transition: transform 0.4s;
  }

  .triangle-container.level-2 {
    display: none;
  }

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    transform: rotate(45deg);
    transition: transform 0.4s;
  }

  .submenu.level-2 {
    position: static;
    visibility: visible;
    opacity: 1;
    width: 100%;
    border: none;
    box-shadow: none;
    transform: unset;
  }

  .submenu.level-2 .menu-item {
    background-color: white;
    padding: 0;
    border-top: 2px solid #EBEFF3;
    border-bottom: none;
  }

  .submenu.level-2 .menu-item .menu-link {
    padding: 7px 30px;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .submenu.level-2 .menu-item .menu-link:hover {
    background-color: inherit;
  }

  .submenu.level-3 {
    width: 100%;
    background-color: inherit;
    padding: 0;
    margin: 0;
  }

  .submenu.level-3 > li {
    padding: 0;
    background-color: inherit;
  }

  .submenu.level-3 .menu-item .menu-link {
    padding: 7px 90px;
  }
}

/* END OF STYLE 1 */
table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* ==========================================================================
Custom Fonts                                                  
========================================================================== */

@font-face {
  font-family: "Gotham-Medium";
  src:  url(//info.evoquedcs.com/hubfs/raw_assets/public/Evoque%20Theme%202022/fonts/GothamSSm-Medium_Web.woff) format("woff"),
    url(//info.evoquedcs.com/hubfs/raw_assets/public/Evoque%20Theme%202022/fonts/GothamSSm-Medium_Web.woff2) format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: fallback;
}



/* ==========================================================================
Macros                                                  
========================================================================== */

/** 
* Border Radius 
*
*  
*/




/** 
* Box Shadow  
*
*  
*/




/** 
* Transition
* 
*  
*/




/** 
* Transform
*
*  
*/




/** 
* Background Size
*
*  
*/



/* ==========================================================================
Global Styles                                                  
========================================================================== */
img.img-shadowed.large-shadow  {
  -webkit-box-shadow: 0 23px 40px rgba(0, 0, 0,0.2);
-moz-box-shadow: 0 23px 40px rgba(0, 0, 0,0.2);
-o-box-shadow: 0 23px 40px rgba(0, 0, 0,0.2);
-ms-box-shadow: 0 23px 40px rgba(0, 0, 0,0.2);
box-shadow: 0 23px 40px rgba(0, 0, 0,0.2);;
}
img.img-shadowed.small-shadow {
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0,0.2);
-moz-box-shadow: 0 3px 30px rgba(0, 0, 0,0.2);
-o-box-shadow: 0 3px 30px rgba(0, 0, 0,0.2);
-ms-box-shadow: 0 3px 30px rgba(0, 0, 0,0.2);
box-shadow: 0 3px 30px rgba(0, 0, 0,0.2);;
}
.widget-type-linked_image img, .image img {
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
}

.background-image-holder {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  opacity: 0;
  background: #252525;
}

.background-image-holder:not([class*='span']) {
  width: 100%;
}

.background-image-holder img {
  display: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.label:not([class*='bg--']) {
  background: #31639c;
}

.label {
  position: absolute;
  z-index: 3;
  top: 1.238rem;
  right: 1.238rem;
  display: inline-block;
  height: 26px;
  min-width: 65px;
  padding: 0 10px;
  -webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;;
  font-size: 0.643rem;
  font-weight: 700;
  letter-spacing: .5px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 26px;
}

/* ==========================================================================
Team Member Modules                                                  
========================================================================== */

/* Team Member Globals
========================================================================== */
.team-header,
.card-wrapper {
  position: relative;
}

.team-member .boxshadow {
  -webkit-box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);;
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
}

.team-member h1,
.team-member h2,
.team-member h3,
.team-member h4,
.team-member h5 {
  margin: 0px;
}

.team-member a {
  -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;;
  text-decoration: none;
  color: #666666;
}

.team-member .team-image {
  overflow: hidden;
}

.team-member .team-title .team-position {
  opacity: 0.6;
  margin: 0 0 10px;
}

.team-member .team-description:before {
  content:" ";
  display: block;
  height: 3px;
  width: 40px;
  margin-bottom: 18px;
  background: #e1e1e1;
}

.social-icons a {
  width: 30px !important;
  height: auto !important;
  background: none !important;
}

.social-icons a:hover {
  opacity: 0.6;
  background: none !important;
}

.social-links__icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;;
  margin: 0 5px;
  background-color: #66c8c7 !important;
}

.social-links__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 15px;
  width: auto;
  fill: #fff;
  -webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);;
}

@media (max-width: 767px) {
  .testimonial {
    padding: 20px 0px;
  }
}

/* Team Member Simple
========================================================================== */
.team-member.simple .team-image {
  position: static;
  display: block;
  width: 208px;
  height: 208px;
  margin: 0 auto 30px;
}

.team-member.simple .team-image.circle {
  -webkit-border-radius: 999px;
-moz-border-radius: 999px;
-o-border-radius: 999px;
-ms-border-radius: 999px;
border-radius: 999px;;
}

.team-member.simple .team-image.square {
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
}

.team-member.simple .background-image-holder {
  z-index: 0;
  top: 0;
  left: 0;
  background-position: 50% 50% !important;
  -webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;;
  opacity: 0;
}

.team-member.simple .background-image-holder img {
  display: none;
}

/* dc Member Hover
========================================================================== */
.dc-member.hover-details .card-wrapper {
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
  background: #fff !important;
  height: 100%;
	display:flex;
	width: 350px;
}

.dc-member.hover-details .card-wrapper * {
  color: #002862 !important;
}

.dc-member.hover-details:hover .team-image {
  opacity: 0.0;
}

.dc-member.hover-details .team-image img {
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
  margin: 0 0 -8px;
	width: 100%;
}

.dc-member.hover-details .team-title {
  position: absolute;
  top: 2%;
  left: 0;
  right: 0;
  opacity: 0;
	padding: 16px 24px;
	font-size: 14px;
	flex-direction: row;
	background-color:#ffffff;
	font-family:barlow;
}

.smaller-margin{
	margin-bottom:.5em !important;
}
.dc-member.hover-details:hover .team-title, 
.dc-member.hover-details:hover .social-links {
  opacity: 1;
}

.dc-member.hover-details .team-title, 
.dc-member.hover-details .social-links, 
.dc-member.hover-details .team-image {
  -webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;;
	object-fit: fill;
}

/* Team Member Hover
========================================================================== */
.team-member.hover-details .card-wrapper {
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
  background: #f36c3e !important;
  text-align: center;
}

.team-member.hover-details .card-wrapper * {
  color: #fff !important;
}

.team-member.hover-details:hover .team-image {
  opacity: 0.1;
}

.team-member.hover-details .team-image img {
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
  margin: 0 0 -8px;
}

.team-member.hover-details .team-title {
  position: absolute;
  top: 24%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  opacity: 0;
}

.team-member.hover-details:hover .team-title, 
.team-member.hover-details:hover .social-links {
  opacity: 1;
}

.team-member.hover-details .team-title, 
.team-member.hover-details .social-links, 
.team-member.hover-details .team-image {
  -webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;;
}

/* Team Member Hover Social Icons */
.team-member.hover-details .social-links {
  position: absolute;
  bottom: 35px;
  width: 100%;
  padding: 0 15px;
  opacity: 0;
}

.team-member.hover-details .social-icons a {
  text-align: center;
}

.team-member.hover-details .social-links__icon {
  background-color: transparent;
}

/* Team Member Medium
========================================================================== */
.team-member.medium a {
  -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;;
  text-decoration: none;
}

.team-member.medium .team-image img {
  position: static;
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
}

.team-member.medium .team-title {
  margin-top: 15px;
}

.team-member.medium h4 {
  font-weight: 300;
}

/* Team Member Detailed
========================================================================== */
.team-member.detailed .team-image {
  margin-bottom: 20px;
}

.team-member.detailed .team-image img {
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
  margin: 0 0 -8px;
}

.team-member.detailed .team-description {
  margin-top: 20px;
}

/* Team Member Detailed Social Icons */
.team-member.detailed .social-icons a {
  text-align: left;
}

/* Team Member Large
========================================================================== */
.team-member.large .team-image img {
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
  margin-bottom: -8px;
}

.team-member.large .team-header {
  margin: 24px 0px;
}

.team-member.large .team-header h2 {
  margin-bottom: 13px;
  font-weight: 300;
}

.team-member.large .team-description {
  font-size: 1.357rem;
}

/* ==========================================================================
Testimonial Modules                                                  
========================================================================== */

/* Testimonial Globals
========================================================================== */
blockquote.testimonial {border-left:0px!important}
.testimonial footer {
  padding: 15px 0 0 0;
  font-size: 15px;
  font-style: normal !important;
}

.testimonial .testimonial-name {
  font-weight: 700;
}

.testimonial .testimonial-company {
  margin: 0px;   
  font-weight: 300 !important;
  opacity: .6;
}

.testimonial.slider .lSSlideOuter .lSPager.lSpg,
.testimonial.avatarslider .lSSlideOuter .lSPager.lSpg {
  margin-top: 2rem !important;
}

.testimonial.slider q,
.testimonial.avatarslider q {
  display: inline-block;
  border-left: 0;
  padding: 0;
  margin: 0 0 1rem;
  color: #666666;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2rem;
}

/* Testimonial Simple
========================================================================== */
.testimonial.simple {
  position: relative;
  padding-left: 0;
}

.testimonial.simple img {
  position: absolute;
  width: 85px;
  height: 85px;
  -webkit-border-radius: 85px;
-moz-border-radius: 85px;
-o-border-radius: 85px;
-ms-border-radius: 85px;
border-radius: 85px;;
}

.testimonial.simple q {
  position: relative;
  display: inline-block;
  margin-left: 110px;
  padding: 0 !important;
}

.testimonial.simple footer {
  position: relative;
  left: 110px;
}

@media only screen (max-width: 768px){
  .testimonial.simple footer {
    width: 75%;
  }
}

/* Testimonial Bubble
========================================================================== */
.testimonial.bubble q {
  display: block;
  padding: 20px 20px 35px 20px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px #d3d3d3;
-moz-box-shadow: 0 1px 3px #d3d3d3;
-o-box-shadow: 0 1px 3px #d3d3d3;
-ms-box-shadow: 0 1px 3px #d3d3d3;
box-shadow: 0 1px 3px #d3d3d3;;
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
}

.testimonial.bubble img {
  float: left;
  width: 80px;
  height: 80px;
  padding: 3px;
  margin: -35px 35px 50px 15px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px #d3d3d3;
-moz-box-shadow: 0 1px 3px #d3d3d3;
-o-box-shadow: 0 1px 3px #d3d3d3;
-ms-box-shadow: 0 1px 3px #d3d3d3;
box-shadow: 0 1px 3px #d3d3d3;;
  -webkit-border-radius: 80px;
-moz-border-radius: 80px;
-o-border-radius: 80px;
-ms-border-radius: 80px;
border-radius: 80px;;
}

@media only screen (max-width: 768px){
  .testimonial.bubble img {
    margin-bottom: 35px;
  }
}

/* Testimonial Centered
========================================================================== */
.testimonial.centered q {
  padding: 15px 0;
}

.testimonial.centered footer img {
  width: 85px;
  height: 85px;
  padding: 0;
  margin: 15px 0 15px 0;
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
}

/* Testimonial Avatar
========================================================================== */
.testimonial.avatar * {
  color: #666666;
}
.testimonial.avatar img {
  vertical-align: top;
  max-height: 500px;
}

.testimonial.avatar q {
  display: inline-block;
  font-size: 20px;
  font-style: italic;
}

.testimonial.avatar i {
  padding: 50px 0 15px 0;
  color: #e1e1e1;
}

.testimonial.avatar .divider-solid {
  width: 60px;
  border-top: 3px solid #e1e1e1;
}

.testimonial.avatar hr.divider {
  position: relative;
  clear: both;
  height: 0;
  display: block;
  padding: 0;
  margin: 20px 0 -4px;
}

.testimonial.avatar p {
  padding: 1rem 0;
}

/* Testimonial Slider
========================================================================== */
.testimonial.slider q {
  font-style: italic;
}

.testimonial.slider blockquote.testimonial-wrap {
  position: relative;
  overflow: hidden;
  width: 750px;
  margin: 0px auto;
}

@media (max-width: 767px) {
  .testimonial.slider blockquote.testimonial-wrap {
    width: auto;
  }
}

/* Testimonial Avatar Slider
========================================================================== */
.testimonial.avatarslider .image {
  padding: 0 15px;
  margin-left: 77.5px;
}

.testimonial.avatarslider img {
  height: auto;
  width: 165px;
  padding: 0;
  margin: 15px 0 15px 0;
  border-radius: 6em;
}

.testimonial.avatarslider .content {
  padding: 0 15px;
  margin-left: 50px;
}

.testimonial.avatarslider .fas {
  color: #252525;
}

@media (max-width: 767px) {
  .testimonial.avatarslider .testimonial {
    text-align: center;
  }

  .testimonial.avatarslider .testimonial .content,
  .testimonial.avatarslider .testimonial .image {
    padding: 0;
    margin: 0;
  }
}

/* ==========================================================================
Features Small Modules                                                  
========================================================================== */

/* Features Small Globals
========================================================================== */
.boxed {
  position: relative;
  overflow: hidden;
  padding: 1.857rem;
  margin-bottom: 30px;
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
}

.boxed.boxed--lg {
  padding: 2.786rem;
}

.boxed.boxed--border {
  border: 1px solid #ececec;
}

.boxed:not([class*='bg-']) {
  background: #ffffff;
}

.border--round {
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
}

.feature:not(.boxed) {
  margin-bottom: 30px;
}

.feature img + .boxed {
  border-radius: 0 0 6px 6px;
  border-top: none;
}

.feature h4 {
  margin-bottom: 0.342rem;
  font-size: 1.357rem;
  line-height: 1.684rem;
}

.feature h4 + p {
  max-width: 23rem;
}

.feature.text-center h4 + p {
  margin-left: auto;
  margin-right: auto;
}

.feature h5 {
  margin: 0;
}

.feature p a {
  font-size: 1rem;
}

.feature.feature--featured:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #4a90e2;
}

.feature .icon {
  position: relative;
  left: 1px;
}

.feature .icon:not(.block) {
  display: inline-block;
}

.feature .icon svg {
  fill: #f36c3e;
}

.feature-3 .icon svg,
.feature-8 .icon svg {
  fill: #666666;
}

.feature-2 .icon svg,
.feature-4 .icon svg {
  width: 44px;
}

.feature-3 .icon svg,
.feature-5 .icon svg,
.feature-7 .icon svg,
.feature-8 .icon svg {
  width: 78px;
}

.feature-2 .feature_description,
.feature-5 .feature_description {
  width: 75%;
  float: right;
}

.feature-2 .feature_description p:last-child ,
.feature-5 .feature_description p:last-child {
  margin-bottom: 0px;
}

/* Features Small
========================================================================== */
.feature-1 p {
  margin: 0;
}

.feature-1 > img:first-child {
  border-radius: 6px 6px 0 0;
  vertical-align: middle;
}

/* Features Icon 1
========================================================================== */
.feature-2 {
  overflow: hidden;
}

.feature-2 .feature_description p {
  margin: 0;
}

/* Features Icon 2
========================================================================== */
.feature-3 svg {
  margin-bottom: 20px;
}

/* Features Icon 3
========================================================================== */
.feature-4 p:first-of-type {
  margin-bottom: 3.714rem;
}

.feature-4 .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  padding: 0.928rem;
  background: #f36c3e;
  border-color: #f36c3e;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  text-align: center;
}

.feature-4 .btn:hover {
  background: #002862;
}

/* Features Icon 4
========================================================================== */


/* Features Icon 5
========================================================================== */
.feature-6 .icon svg {
  width: 33px;
}

.feature-6 .icon + h5 {
  margin-top: 1.857rem;
}

/* Features Icon 6
========================================================================== */
.feature-7 .icon {
  text-decoration: none;
  fill: #666666;
}

.feature-7 h5 {
  display: block;
  margin-top: 0.928rem;
  color: #f36c3e;
  text-decoration: none;
}

a.block > .feature-7 {
  -webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
-ms-transition: 0.3s ease;
transition: 0.3s ease;;
}

a.block:hover {
  text-decoration: none;
}

a.block:hover > .feature-7 {
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
-o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
-ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);;
}

/* Features Icon 7
========================================================================== */

/* Features Image 1
========================================================================== */

/* Features Image 2
========================================================================== */
.feature-10 img {
  margin-bottom: 1.857rem;
}

/* Features Image 3
========================================================================== */
.feature .lead p {
  font-weight: 400;
  color: #808080;
  font-size: 1.357rem;
}

.feature .lead p:not(:last-child) {
  margin-bottom: 1.368rem;
}

.feature .lead p:last-child {
  margin-bottom: 0 !important;
}

.feature .lead h3 {
  margin-bottom: 1.04rem;
  font-size: 1.785rem;
  line-height: 1.5rem;
  font-weight: 300;
}

/* Features Image 4
========================================================================== */
.feature-12 {
  height: 13em;
}

.feature-12:hover:before {
  opacity: .75;
}

.feature-12:before {
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
  -webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
-ms-transition: 0.3s ease;
transition: 0.3s ease;;
}

.feature-12 .pos-vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);;
  color: #fff;
  z-index: 9;
}

.feature-12 .background-image-holder {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  -webkit-transition: opacity .3s linear;
-moz-transition: opacity .3s linear;
-o-transition: opacity .3s linear;
-ms-transition: opacity .3s linear;
transition: opacity .3s linear;;
  opacity: 0;
  background: #252525;
}

.feature-12 .background-image-holder {
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
}

.imagebg:before {
  position: absolute;
  content: '';
  background: #252525;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3;
}

/* ==========================================================================
Features Large Modules                                                  
========================================================================== */

/* Features Large 1
========================================================================== */
.feature-large .lead {
  padding-left: 50px;
}

.feature-large .lead p {
  font-weight: 400;
  color: #808080;
  font-size: 1.357rem;
}

@media (max-width: 767px) {
  .feature-large .lead {
    padding-left: 0;
  }}

/* Features Large 2
========================================================================== */
.imageblock {
  position: relative;
  padding: 0;
}
.imageblock > .container,
.imageblock > div[class*='span']:not(.imageblock__content) {
  padding: 7.428rem 0px;
  float: none;
  overflow: hidden;
}
.imageblock.imageblock--lg > .container,
.imageblock.imageblock--lg > div[class*='span']:not(.imageblock__content) {
  padding: 9.285rem 0px;
  float: none;
  overflow: hidden;
}
.imageblock .imageblock__content {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 2;
  padding: 0;
}
.switchable {
  position: relative;
}
.switchable div[class*='span']:first-child {
  float: left;
  right: auto;
}
.switchable div[class*='span']:first-child:not([class*='pull']):not([class*='push']) {
  left: 0;
}
.switchable div[class*='span']:last-child {
  float: right;
  left: auto;
}
.switchable div[class*='span']:last-child:not([class*='pull']):not([class*='push']) {
  right: 0;
}
.switchable.switchable--switch div[class*='span']:first-child {
  float: right;
  right: 0;
  left: auto;
}
.switchable.switchable--switch div[class*='span']:first-child:not([class*='pull']):not([class*='push']) {
  left: auto;
}
.switchable.switchable--switch div[class*='span']:last-child {
  float: left;
  left: 0;
  right: auto;
}
.switchable .switchable__text {
  margin-top: 3.714rem;
}
.switchable > div[class*='span'] {
  padding: 0;
}

@media all and (max-height: 728px) {
  .imageblock>.container, .imageblock>div[class*='span']:not(.imageblock__content) {
    padding: 3.714rem 0px;
  }
}
@media all and (max-width: 767px) {
  .imageblock[class*='space-'] {
    padding-bottom: 0;
    padding-top: 0;
  }
  .imageblock .imageblock__content {
    position: relative;
    min-height: 18.571rem;
  }
  .imageblock>.container, .imageblock>div[class*='span']:not(.imageblock__content) {
    padding: 2.571rem 15px;
    float: none;
    overflow: hidden;
  }
  .imageblock.imageblock--lg>.container, .imageblock.imageblock--lg>div[class*='span']:not(.imageblock__content) {
    padding: 2.571rem 15px;
    float: none;
    overflow: hidden;
  }
  .switchable .switchable__text {
    margin-top: 1.857rem;
  }
  .switchable .imageblock__content[class*='span'] {
    float: none !important;
  }
  .switchable .row>div[class*='span'] {
    float: none !important;
  }
  .switchable .row>div[class*='span']:last-child:not(:only-child) {
    margin-top: 1.85714286em;
  }
}
@media all and (max-width: 990px) {
  .switchable .switchable__text {
    margin-top: 0;
  }
}

/* ==========================================================================
Pricing Modules                                                  
========================================================================== */

/* Price Global Styles
========================================================================== */
.pricing {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  position: relative;
}
.pricing .label {
  top: 2.785rem;
  right: 2.785rem;
}
.pricing h1 {
  font-size: 4.214rem;
  margin-bottom: 0.929rem;
}
.pricing h1 .pricing__dollar {
  font-size: 2.143rem;
  position: relative;
  bottom: 20px;
}
.pricing h2 {
  margin-bottom: 0.393rem;
}
.pricing h3:first-child {
  margin: 0;
}
.pricing h5 {
  font-weight: 600;
  margin-bottom: 1.857rem;
}
.pricing ul {
  list-style: none;
}
.pricing ul li:not(:last-child) {
  margin-bottom: 0.464rem;
}
.pricing ul li .checkmark + span {
  position: relative;
  bottom: 3px;
}
.pricing:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
}
.pricing .feature-6 p {
  min-height: 5.571rem;
}
.pricing .icon {
  display: inline-block;
  position: relative;
  width: 1.238rem;
  height: 1.238rem;
  border-radius: 50%;
  text-align: center;
  fill: #31639c;
}
.pricing .icon:not(:last-child) {
  margin-right: 13px;
}
.pricing ul li .icon + span {
  position: relative;
  bottom: 3px;
}
.pricing .label {
  top: 2.785rem;
  right: 2.785rem;
}
@media all and (min-width: 768px) {
  .boxed.boxed--emphasis {
    transform: scale(1.075);
    -webkit-transform: scale(1.075);
  }
}

/* Price Card List
========================================================================== */
.pricing-1 .btn:last-child {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 0 0 6px 6px;
  padding: 0.928rem 0;
  margin: 0;
}
.pricing-1 .btn:last-child:hover {
  transform: none !important;
}
.pricing-1 ul {
  margin-bottom: 5.571rem;
}
.pricing-1 p:first-of-type {
  margin: 1.857rem 0px;
}
.pricing-1 p:last-of-type {
  margin-bottom: 5.571rem;
}
.pricing-1 img + p:first-of-type {
  margin-top: 0;
}
body:not(.variant-content) .pricing-1 ul {
  margin-bottom: 0;
  padding: 0;
}

/* Price Card Wide
========================================================================== */
.pricing-2 h1 {
  margin-bottom: 1.857rem;
}

@media all and (min-width: 991px) {
  .pricing-2 ul:first-child {
    margin-top: 4.64285714em;
  }
}
@media all and (max-width: 990px) {
  .pricing-2 {
    text-align: center;
  }
  .pricing-2 ul:first-child {
    margin-top: 1.85714286em;
  }
}

/* Accordian Module
* ======================================================================= */
.ac-container{
  text-align: left;
}
.ac-container label{
  padding: 10px 10px 10px 30px;
  position: relative;
  z-index: 20;
  display: block;
  cursor: pointer;
  color: #252525;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s linear;
  -moz-transition: background 0.3s ease-in-out, color 0.3s linear;
  -o-transition: background 0.3s ease-in-out, color 0.3s linear;
  -ms-transition: background 0.3s ease-in-out, color 0.3s linear;
  transition: background 0.3s ease-in-out, color 0.3s linear;
  border-bottom:1px solid #f1f1f1;
}
.ac-container label:hover{
  background: #f1f1f1;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s linear;
  -moz-transition: background 0.3s ease-in-out, color 0.3s linear;
  -o-transition: background 0.3s ease-in-out, color 0.3s linear;
  -ms-transition: background 0.3s ease-in-out, color 0.3s linear;
  transition: background 0.3s ease-in-out, color 0.3s linear;
  border-bottom:1px solid #f1f1f1;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
  background: #f1f1f1;
  box-shadow: 
    0px 0px 0px 1px rgba(155,155,155,0.3), 
    0px 2px 2px rgba(0,0,0,0.1);
  -webkit-transition: background 0.3s ease-in-out, color 0.3s linear;
  -moz-transition: background 0.3s ease-in-out, color 0.3s linear;
  -o-transition: background 0.3s ease-in-out, color 0.3s linear;
  -ms-transition: background 0.3s ease-in-out, color 0.3s linear;
  transition: background 0.3s ease-in-out, color 0.3s linear;
}
.ac-container label:after,
.ac-container input[type="checkbox"]:checked + label:after{
  content: '\f067';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  width: 24px;
  height: 100%;
  left: 4px;
  top: 20%;
  opacity:.4;
}
.ac-container input + label:hover:after{opacity:1!important}
.ac-container input[type="radio"]:checked + label:after{
  display:none!important;}
.ac-container input[type="checkbox"]:checked + label:after{
  content: '\f00d';
  font-family: "Font Awesome 5 Free"; font-weight: 900;
}
.ac-container input{
  display: none;
}
.ac-container article{
  background: #ffffff;
  margin-top: -1px;
  overflow: hidden;
  max-height: 0px;
  position: relative;
  z-index: 10;
  -webkit-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
  transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
}
.ac-container article .inset-padding{
  padding: 20px;
}
.ac-container input:checked ~ article{
  -webkit-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
  height: inherit;
  max-height:900px;
}

/* CTA & Button Module
* ======================================================================= */


.widget-type-custom_widget.dnd-module > div {width:100%}

   a.btn, .cta-btn a.cta_button {
    position: relative;
      transition: 0.1s linear;
      -webkit-transition: 0.1s linear;
      -moz-transition: 0.1s linear;
      border-radius: 6px;
      padding-top: 0.7rem;
      padding-bottom: 0.7rem;
      padding-right: 2.786rem;
      padding-left: 2.786rem;
      font-size: 1rem;
      line-height: 1.857rem;
    display: inline-block;
      margin-bottom: 0;
      text-align: center;
      vertical-align: middle;
      touch-action: manipulation;
      cursor: pointer;
      white-space: nowrap;
    color: #fff;
      font-weight: 700;
    text-decoration: none;
  }
  .btn[class*='span'] {
      margin-left: 0;
      margin-right: 0;
  }
  .btn:first-child {
      margin-left: 0;
  }
  .btn:active {
      box-shadow: none;
      -webkit-box-shadow: none;
  }
  .btn:hover {
    text-decoration: none;
      transform: translate3d(0, -2px, 0);
      -webkit-transform: translate3d(0, -2px, 0);
  }
  .btn-primary,
  .btn-primary:visited, .cta-btn-primary a.cta_button,.cta-btn-primary a.cta_button:visited {
    background: #002862;
      border-color: #002862;
  }
  .btn-primary:hover, .cta-btn-primary a.cta_button:hover {
      background: #00003a;
  }
  .btn-primary:active, .cta-btn-primary a.cta_button:active {
      background: #28508a;
  }
  .btn-secondary,
  .btn-secondary:visited, .cta-btn-secondary a.cta_button:visited, .cta-btn-secondary a.cta_button {
    background: #f36c3e;
      border-color: #f36c3e;
  }
  .btn-secondary:hover, .cta-btn-secondary a.cta_button:hover {
      background: #cb4416;
  }
  .btn-secondary:active, .cta-btn-secondary a.cta_button:active {
      background: #ff9466;
  }
  .btn-tertiary,
  .btn-tertiary:visited , .cta-btn-tertiary a.cta_button, .cta-btn-tertiary a.cta_button:visited {
    background: #66c8c7;
      border-color: #66c8c7;
  }
  .btn-tertiary:hover , .cta-btn-tertiary a.cta_button:hover {
      background: #3ea09f;
  }
  .btn-tertiary:active, .cta-btn-tertiary a.cta_button:active {
      background: #8ef0ef;
  }
  
  @media(max-width: 767px) {
    .button-container {margin-bottom:10px;}
    }


/* Solutions Module
* ======================================================================= */

.solutions{
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
}

.solutions .column{
  width: 100%;
  max-width: 300pxi;
}

.solutions .column:first-of-type, .solutions .column:last-of-type{
  max-width: 50%; 
}

.solutions .column:first-of-type .column__inner, .solutions .column:last-of-type .column__inner{
  max-width: 300pxi;
}

.solutions .column:first-of-type .column__inner{
 float: right; 
}

.solutions .column:not(:first-of-type):not(:last-of-type) .column__inner{
 padding: 60px 25px; 
}

.solutions .column:not(:first-of-type){
 border-left: 4px solid #fff; 
}

.solutions .column:first-of-type .column__inner{
 padding: 60px 25px 60px 0;
}

.solutions .column:last-of-type .column__inner{
  padding: 60px 0 60px 25px;
}

.solutions .column:not(:last-of-type) .column__inner img{
 margin-left: -20px; 
}

.solutions .column .column__inner img{}

.solutions .column .column__inner h3{
  color: #002862;
  font-size: 1.75em;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: Raleway;
  text-transform: uppercase;
}

.solutions .column .column__inner p{
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 50px;
}

.solutions .column .column__inner a{
  font-size: 1.45em;
  font-weight: 600;
  color: #002862;
}

@media(max-width: 1280px) {
  .solutions .column:first-of-type, .solutions .column:last-of-type{
    max-width: 100%;
  }
  
  .column .column__inner{
    padding: 50px 25px !important;
  }
}
  
@media screen and (max-width: 900px){
  .solutions{
    flex-direction: column;
  }
  
  .solutions .column, 
  .solutions .column:first-of-type .column__inner, .solutions .column:last-of-type .column__inner{
    max-width: 100% !important;
  }
  
  .solutions .column:not(:first-of-type){
    border-left: unset; 
  }
  
  .column .column__inner{
    padding: 50px 25px !important;
  }
}


/* Case Studies Module
* ======================================================================= */

.case-studies{
  /*max-width: 1800px;*/
  margin: 0 auto;
  width: 100%;
  display: flex;
}

.case-studies__column{
  width: 50%;
  background-position: center center;
  -webkit-background-size: 140%;
-moz-background-size: 140%;
-o-background-size: 140%;
background-size: 140%;;
  background-repeat: no-repeat;
  -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;;
}

.case-studies__column:hover{
  -webkit-background-size: 160%;
-moz-background-size: 160%;
-o-background-size: 160%;
background-size: 160%;;
  -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;;
}

.case-studies__column:first-of-type{
  border-right: 3px solid #fff; 
}

.case-studies__column:first-of-type .case-studies__inner{
  float: right;
}

.case-studies__column:first-of-type .case-studies__content{
  padding: 0 50px 0 0; 
}

.case-studies__column:last-of-type .case-studies__content{
  padding: 0 50px 0 100px; 
}

.case-studies__inner{
  max-width: 600px;
  margin: 50px 0 100px 0;
}

.case-studies__content{
  color: #fff; 
}

.case-studies__content--title{
  margin-bottom: 40vh;
  font-size: 1.75em;
  line-height: 1.5em;
}

.case-studies__content--title h3{
  font-size: 1.1em;
  color: #fff;
  font-family: Barlow;
}

.case-studies__inner .case-studies__content--label span{
  color: #fff;
  font-size: 1.2em;
}

.case-studies__inner .case-studies__content--label span::after{
  content: ' ';
  display: block;
  width: 10px;
  height: 3px;
  background-color: #fff;
  margin: 20px 0 40px 0;
}

.case-studies__content--link a{
   color: #fff;
  font-size: 1.75em;
}

@media screen and (max-width: 1440px){}
@media screen and (max-width: 1280px){
  .case-studies__column .case-studies__content{
     padding: 0 50px 0 20px;
  }
}
@media screen and (max-width: 1150px){
  .case-studies__column{
    -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;;
  }
}
@media screen and (max-width: 900px){
  .case-studies__column:first-of-type .case-studies__inner{
    float: left; 
  }
  
  .case-studies__column{
     width: 100%;
  }
  
  .case-studies__column:hover{
    -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;;
  }
  
  .case-studies{
    flex-direction: column;
  }
  
  .case-studies__column .case-studies__content{
     padding: 0 20px !important;
  }
}
@media screen and (max-width: 767px){}

/* Evolve Form Module
* ======================================================================= */

.evolve-form{
  background-color: #fff;
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.evolve-form.no-shape{
  padding: 100px 0;
}

.evolve-form__wrapper{
  max-width: 1200px;
  clear: both;
  margin: 0 auto;
  display: flex;
}

.evolve-form__column{
  width: 50%; 
}

.evolve-form__column:first-of-type{
  display: flex; 
  align-items: flex-end;
}

.evolve-form__column:last-of-type{
  display: flex;
  flex-direction: column;
  padding: 0 50px;
}

.evolve-form__column.no-shape{
  align-items: start;
  position: relative;
}

.evolve-form__inner{
  width: 70%; 
}

.evolve-form__inner.no-shape{
  width: 100%; 
}

.evolve-form__heading{
  color: #002862;
  margin-bottom: 40px;
  font-size: 1.4em;
}

.evolve-form__heading h2{
   font-family: 'Barlow', sans-serif !important;
   font-weight: 500;
	color: #002862;
	line-height: 3.5rem !important;
}

.evolve-form__content{
  color: #002862;
  font-size: 1.2em;
  line-height: 1.5em
}

.evolve-form__content p{
  font-weight: 500;
  line-height: 2.5em;
}

.evolve-form__content a{
  font-size: 1.2em;
  font-weight: 500;
  color: #002862;
}

.evolve-form__cogs{
  background-color: #f36c3e;
  height: 200px;
  width: 200px;
  transform: rotateZ(45deg);
  border-radius: 50% 3px 50% 50%;
  position: relative;
  overflow: hidden;
  margin-left: -100px;
  margin-bottom: 100px;
}

.evolve-form__cogs::before{
  content: "";
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 24px;
  left: 35px;
  height: 140px;
  width: 140px;
  z-index: -1;
  transform: rotate(-45deg);
}

.evolve-form__cogs.no-shape{
  height: 175px;
  max-width: 175px;
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: -20px;
  right: 20px;
}

.evolve-form__cogs.no-shape::before{
  height: 120px;
  width: 120px;
}

.evolve-form__form-description{
  font-size: 1.25em;
  line-height: 1.5em;
  color: #f36c3e;
  font-weight: 600;
  max-width: 65%;
}

.evolve-form__form.no-shape{
  position: relative;
  top: -25px;
}

.evolve-form__form fieldset.form-columns-2 .hs-form-field:last-child{
  padding-left: 0px;
  
}

.evolve-form__form fieldset.form-columns-2 .hs-form-field{
  padding-right: 10px;
}

.evolve-form__form .hs-form-field input[type="text"], 
.evolve-form__form .hs-form-field input[type="email"], 
.evolve-form__form .hs-form-field input[type="phone"], 
.evolve-form__form .hs-form-field input[type="number"], 
.evolve-form__form .hs-form-field input[type="tel"], 
.evolve-form__form .hs-form-field input[type="date"], 
.evolve-form__form .hs-form-field textarea,
.evolve-form__form form select{
  border: 1px solid #000;
  border-radius: 0px;
  padding: 10px;
  color: #000;
}

.evolve-form__form .hs-form-field::placeholder{
  color: #000;
  opacity: 1;
}

.evolve-form__form .hs-button{
  padding: 0;
  background: unset;
  color: #f36c3e;
  text-align: left;
  font-size: 2em;
  font-weight: 500;
  border: unset;
}

.evolve-form__form .hs-button:hover{
  background-color: unset !important;
  border: unset !important;
  color: #002862 !important
}

.evolve-form__form .hs-submit{
  width: fit-content; 
  display: flex;
  align-items: center;
}

.evolve-form__form .hs-submit:hover:after{
  margin-left: 20px;
  -webkit-transition: margin-left 0.3s ease-in-out;
-moz-transition: margin-left 0.3s ease-in-out;
-o-transition: margin-left 0.3s ease-in-out;
-ms-transition: margin-left 0.3s ease-in-out;
transition: margin-left 0.3s ease-in-out;;
}

.evolve-form__form .hs-submit::after{
  content: '';
  display: inline-block;
  width: 10px;
  height: 1em;
  margin-left: 10px;
  background-image: url("//info.evoquedcs.com/hubfs/raw_assets/public/Evoque%20Theme%202022/images/chevron-orange.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  -webkit-transition: margin-left 0.3s ease-in-out;
-moz-transition: margin-left 0.3s ease-in-out;
-o-transition: margin-left 0.3s ease-in-out;
-ms-transition: margin-left 0.3s ease-in-out;
transition: margin-left 0.3s ease-in-out;;
}

.shape {
    float: right;
    width: 210px;
    height: 350px;
    background-image: linear-gradient(-45deg, red, transparent 80%, transparent);
    shape-outside: linear-gradient(-45deg, red, transparent 80%, transparent);
    shape-image-threshold: 0.4;
    opacity: 0;
}

.homepage-template .shape{
  height: 500px;
}

@media screen and (max-width: 1440px){}
@media screen and (max-width: 1280px){
  .evolve-form{
    padding: 50px 20px !important; 
  }
}
@media screen and (max-width: 1150px){
  .evolve-form__wrapper{
    flex-direction: column;
  }
  
  .evolve-form__column:first-of-type{
    display: block;
  }
  
  .evolve-form__column,
  .evolve-form__inner{
    width: 100%; 
  }
  
  .evolve-form__cogs{
    margin: 0 auto 100px !important;
    transform: rotateZ(135deg);
    position: relative !important;
    bottom: unset !important;
    right: unset !important;
    top: 25px;
  }
  
  .evolve-form__form-description{
    max-width: 100% !important; 
    text-align: center;
  }
  
  .shape{
   display: none; 
  }
}
@media screen and (max-width: 900px){
  .evolve-form__column:last-of-type{
   padding: 0px; 
  }
}
@media screen and (max-width: 767px){
  .evolve-form__content p{
    line-height: 1.75em;
  }
}


/* Featured Content Module
* ======================================================================= */

.featured-content{
  /*max-width: 1800px;*/
  margin: 0 auto;
  width: 100%;
  display: flex;
}

.featured-content__column{
  width: 50%; 
}

.featured-content__column:first-of-type .featured-content__label,
.featured-content__column:first-of-type .featured-content__label span{
  float: right;
}

.featured-content__column:last-of-type .featured-content__label{
  float: left;
  padding-left: 100px;
}


.featured-content__column:first-of-type{
  border-right: 3px solid #fff; 
}

.featured-content__column:first-of-type .featured-content__inner-wrapper{
  margin: 50px 0 100px 0;
  float: right;
}

.featured-content__column:last-of-type .featured-content__inner-wrapper{
  margin: 50px 50px 100px 100px; 
}

.featured-content__label{
  background-color: rgba(0,0,0, 0.5);
  color: #fff;
  padding: 30px 0;
  width: 100%;
}

.featured-content__label span{
  width: 100%;
  max-width: 600px;
  display: block;
  font-size: 1.2em;
}

.featured-content__image{
  height: 400px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.featured-content__inner-wrapper{
  max-width: 600px;
  width: 100%;
}

.featured-content__content--title{
  font-size: 2em;
  color: #002862;
  line-height: 1.75em;
  margin-bottom: 100px;
  font-weight: 500;
}

.featured-content__content--link{
  font-size: 1.75em;
}

@media screen and (max-width: 1440px){
  .featured-content__column:last-of-type .featured-content__inner-wrapper{
    padding: 50px 50px 100px 100px;
    margin: 0px !important;
  }
}

@media screen and (max-width: 1280px){
  .featured-content__column:first-of-type .featured-content__inner-wrapper{
    padding: 50px 50px 100px 100px;
    margin: 0px !important;
  }
  
  .featured-content__column:first-of-type .featured-content__label, .featured-content__column:first-of-type .featured-content__label span{
    padding-left: 50px;
  }
}


@media screen and (max-width: 900px){
  .featured-content{
     flex-direction: column;
  }
  
  .featured-content__column{
    width: 100%; 
  }
  
  .featured-content__column:first-of-type .featured-content__label,
  .featured-content__column:first-of-type .featured-content__label span,
  .featured-content__column:last-of-type .featured-content__label{
    float: left !important;
    padding-left: 20px !important;
  }
  
  .featured-content__column .featured-content__inner-wrapper{
    float: left !important;
    padding: 50px 20px !important;
  }
}

@media screen and (max-width: 767px){}


/* Featured Solution Module
* ======================================================================= */

.featured-solution{
  background-color: #fffdff;
  min-height: 600px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.content-section__wrapper{
  max-width: 1200px;
  clear: both;
  margin: 0 auto;
  display: flex;
}

.column-50{
  max-width: 600px;
  width: 600px;
}

.featured-solution span.content-section__name{
  color: #002862;
  font-size: 1.2em;
}

.featured-solution  span.content-section__name::after{
  content: ' ';
  display: block;
  width: 10px;
  height: 3px;
  background-color: #002862;
  margin: 20px 0 40px 0;
}

.featured-solution h2{
  text-transform: capitalize;
  color: #f36c3e;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: bold;
}

.featured-solution h3{
  color: #002862;
  font-family: Raleway;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.25em;
}

.featured-solution .content-section__content{
  padding-right: 50px; 
}

.featured-solution .content-section__content p{
    padding: 0;
    font-size: 1.5em;
    color: #002862;
    margin-bottom: 50px;
    font-weight: 500;
}

.featured-solution a .primary-color{
  color: #002862;
  font-weight: 600;
  font-size: 1.75em;
}

.featured-solution a .secondary-color{
  color: #f36c3e;
  font-weight: 700;
  font-size: 1.75em;
}

.featured-solution__image-wrapper{
  background-position: center center; 
}

@media screen and (max-width: 1440px){}
@media screen and (max-width: 1280px){
  .content-section__wrapper{
   padding: 20px !important; 
  }
}
@media screen and (max-width: 1150px){
  .featured-solution__image-wrapper{
    height: 50vh;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 900px){}
@media screen and (max-width: 767px){}

/* Cloud Consulting Solutions Module
* ======================================================================= */

.cloud-consulting{
  background-color: #f36c3e;
  min-height: 600px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.content-section__wrapper{
  max-width: 1200px;
  clear: both;
  margin: 0 auto;
  display: flex;
}

.column-50{
  max-width: 600px;
  width: 600px;
}

span.content-section__name{
 color: #fff;
  font-size: 1.2em;
}

span.content-section__name::after{
  content: ' ';
  display: block;
  width: 10px;
  height: 3px;
  background-color: #fff;
  margin: 20px 0 40px 0;
}

.cloud-consulting h2{
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 40px;
  font-size: 2em;
  font-weight: 700;
}

.cloud-consulting ul{
    padding: 0;
    font-size: 1.25em;
    color: #002862;
    margin-bottom: 50px;
    list-style-position: inside;
  }

.cloud-consulting ul li{
  margin-bottom: 20px;
  font-size: 1.25em;
  font-weight: 500;
}

.cloud-consulting a{
  color: #fff;
  font-size: 1.5em;
}

.cloud-consulting__image-wrapper{
  display: flex;
  align-items: center;
}

.cloud-consulting__image-wrapper--main{
  height: 370px;
  width: 370px;
  transform: rotateZ(45deg);
  border-radius: 50% 3px 50% 50%;
  position: relative;
  overflow: hidden;
  margin-right: 75px;
}

.cloud-consulting__image-wrapper--main::before{
  content: "";
  position: absolute;
  background-position: 75% 350%;
  background-size: 105%;
  top: -50%;
  left: -50%;
  height: 200%;
  width: 200%;
  z-index: -1;
  transform: rotate(-45deg);
}

.cloud-consulting__image-wrapper--logos{
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cloud-consulting__image-wrapper--logos img{
  width: 100px;
  padding: 10px 0;
}

@media screen and (max-width: 1440px){}
@media screen and (max-width: 1280px){
  .cloud-consulting{
   padding: 0 20px; 
  }
}
@media screen and (max-width: 1150px){
  .content-section__wrapper{
    flex-direction: column;
    padding: 20px 0;
  }
}
@media screen and (max-width: 900px){
  .cloud-consulting ul li{
    font-size: 1em;
  }
  
  .cloud-consulting__image-wrapper--main{
    height: 300px;
    width: 300px;
  }
}
@media screen and (max-width: 767px){
  .column-50{
    width: 100%;
  }
  
  .cloud-consulting__image-wrapper--main{
    height: 150px;
    width: 150px;
    margin-right: 40px;
  }
}

/* Hero Banner Module
* ======================================================================= */

.hero-banner{
  background-size: cover;
  background-position: center center;
}

.hero-banner__wrapper{
  max-width: 1200px;
  clear: both;
  margin: 0 auto;
  padding: 120px 0;
  min-height: 60vh;
  display: flex;
  justify-content: space-between;
}

.hero-banner__main{
  position: relative;
  z-index: 2;
}

.hero-banner h1{
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #f36c3e;
  display: flex;
  margin-bottom: 50px;
  font-weight: bolder;
  font-size: 2.5em;
}

.hero-banner h1 sup{
  font-size: 0.25em;
  top: 1em;
}

.hero-banner p{
  color: #fff;
  font-size: 1.75em;
  max-width: 650px;
  font-weight: 500;
  margin-bottom: 100px;
  line-height: 1.6em;
}

.hero-banner a{
  color: #fff;
  font-size: 1.5em; 
  font-weight: 500;
}

.hero-banner__chatbox{
  display: flex;
  justify-content: end;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.hero-banner__chatbox--inner{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-banner__chatbox--button{
  background-color: #66c8c7;
  height: 100px;
  width: 100px;
  transform: rotateZ(45deg);
  border-radius: 50% 3px 50% 50%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.hero-banner__chatbox--button::before{
  content: "";
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 12px;
  left: 15px;
  height: 70px;
  width: 70px;
  z-index: -1;
  transform: rotate(-45deg);
}

.hero-banner__chatbox--text{
  width: 33%;
  color: #fff;
}

.hero-banner__overlay{
  width: 50vw;
  height: 50vh;
  background-position: center center;
  position: absolute;
  z-index: 1;
  top: 375px;
  background-size: cover;
  opacity: 0.25;
  right: 0;
}

@media(max-width: 1280px) {
  .hero-banner__wrapper{
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .hero-banner h1{
     display: block;
  }
  
  .hero-banner h1 sup {
    font-size: .25em;
    top: -2.5em;
  }
  
  .hero-banner__overlay{
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .logo-header__inner{
    padding: 0 20px; 
  }
}

@media screen and (max-width: 900px){
  .hero-banner__wrapper{
    padding-top: 50px;
    padding-bottom: 50px;
    flex-direction: column;
  }
  
  .hero-banner h1{
     font-size: 2em;
  }
  
  .hero-banner p{
    font-size: 1.25em;
    margin-bottom: 1.6rem;
  }
  
  .hero-banner__overlay{
   top: 500px;
  }
  
  .hero-banner__chatbox,
  .hero-banner__chatbox--inner{
    justify-content: start;
  }
  
  .hero-banner__chatbox--inner{
   padding-top: 50px; 
  }
}

@media screen and (max-width: 767px){
  .hero-banner a{
    font-size: 1.25em;
  }
  
}


/* Hero Banner with Icon Bubble Module
* ======================================================================= */

.bubble-hero-banner{
  background-size: cover;
  background-position: center center;
}

.bubble-hero-banner__wrapper{
  max-width: 1200px;
  clear: both;
  margin: 0 auto;
  padding: 120px 0;
  min-height: 60vh;
  display: flex;
  justify-content: space-between;
}

.bubble-hero-banner__main{
  position: relative;
  z-index: 2;
  width: 60%;
}

.bubble-hero-banner__main--buttons__button a{
  color: #fff;
}

.bubble-hero-banner h1{
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #fff;
  display: flex;
  margin-bottom: 50px;
  font-weight: bolder;
  font-size: 2.5em;
}

.bubble-hero-banner p{
  color: #fff;
  font-size: 1.45em;
  margin-bottom: 50px;
  line-height: 2.25em;
}

.bubble-hero-banner a{
  color: #fff;
  font-size: 1.5em; 
  font-weight: 500;
}

.bubble-hero-banner__bubble{
  background-color: #f36c3e;
  height: 300px;
  width: 300px;
  transform: rotateZ(45deg);
  border-radius: 50% 3px 50% 50%;
  position: relative;
  overflow: hidden;
  margin-left: -100px;
  margin-bottom: 100px;
}

.bubble-hero-banner__bubble::before{
  content: "";
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -5px;
  left: -5px;
  height: 100%;
  width: 100%;
  z-index: -1;
  transform: rotate(-45deg);
}

@media(max-width: 1280px) {
  .bubble-hero-banner__wrapper{
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .bubble-hero-banner h1{
     display: block;
  }
  
  .bubble-hero-banner__bubble{
     left: -100px;
  }
}

@media(max-width: 1150px) {}

@media screen and (max-width: 900px){
  .bubble-hero-banner__wrapper{
    padding-top: 50px;
    padding-bottom: 50px;
    flex-direction: column;
  }
  
  .bubble-hero-banner h1{
     font-size: 2em;
  }
  
  .bubble-hero-banner p{
    font-size: 1.25em;
    margin-bottom: 1.6rem;
  }
  
  .bubble-hero-banner__main{
    width: 100%;
    margin-bottom: 50px;
  }
  
  .bubble-hero-banner__bubble{
     left: 0;
      margin: 0;
  }
}

@media screen and (max-width: 767px){
  .bubble-hero-banner a{
    font-size: 1.25em;
  }
  
  .bubble-hero-banner__bubble{
    height: 150px;
    width: 150px;
  }
}


/* Data Center Map Module
* ======================================================================= */


#BUBBLE{
  display: none;
}

#BUBBLE.active{
  display: block;
}

#EXIT{
 cursor: pointer; 
}

.data-center-map{
  background-size: contain;
  background-position: center 150px;
  background-repeat: no-repeat;
  position: relative;
  
  min-height: 800px;
}

.data-center-map__inner{
  max-width: 1200px;
  margin: 0 auto;
  clear: both;
  position: relative;
  
  min-height: 800px;
}

.data-center-map__inner--top{
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 9999;
  top: 50px;
}

.data-center-map__inner--middle{
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);  
}

.data-center-map__inner--bottom{
  max-width: 1200px;
  margin: 0 auto;
  clear: both;
  position: absolute;
  z-index: 9999;
  bottom: 50px;
}

.data-center-map__row{
  display: flex;
  align-items: center;
}

.data-center-map__row--title{
  width: 100%;
  max-width: 300px;
}

.data-center-map__row--title h2{
  font-size: 2em;
  font-weight: bold;
  color: #002862;
}

.data-center-map__row--text{
  margin-left: 50px;
  font-size: 1.3em;
  font-weight: normal;
  letter-spacing: 0.015em;
  color: #002862;
}

.data-center-map__row--info-bubble{
  max-width: 500px;
  width: 25vw;
  margin: 0 auto;
  background: #fff;
  box-shadow: 7px 7px 20px 1px rgba(0,0,0,0.3);
}

.data-center-map__row--info-bubble__title-bar{
  background: #002862;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 0.025em;
}

.data-center-map__row--info-bubble__title{
  font-weight: 500;
}

.data-center-map__row--info-bubble__body{
  padding: 20px;
  font-weight: 500;
}

.data-center-map__row--info-bubble__text{
  color: #002862;
  margin-bottom: 20px;
}

.data-center-map__row--info-bubble__link{
  font-size: 1.2em;
}

.data-center-map__row--tagline{
  font-size: 1.2em;
  padding-top: 50px;
  color: #002862;
}



.location-with-map-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.location-with-map-wrapper .lspacer {
  width: 10%;
}

.location-with-map-wrapper .location_inner > div {
  float: left;
  min-height: 1px;
}

.location-with-map-wrapper .location-col {
  width: 20%;
  padding: 20px;
  padding-left: 60px;
}

.location-with-map-wrapper .map-col {
  width: 100%;
}

.location-with-map-wrapper .location-col h3 {
  color: #24272a;
  margin-top: 60px;
  margin-bottom: 15px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Barlow;
}

.location-with-map-wrapper .location-col p {
  text-align: left;
  line-height: 1.85714285714286;
  font-family: Barlow;
  color: #24272a;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

.location-with-map-wrapper .location-col p a {
  color: inherit;
  border-bottom: #EBBC00 2px solid;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}

.location-with-map-wrapper .location-col p a:hover {
  color: #EBBC00;
}
.location-with-map-wrapper .location-col + .location-col {
  padding-left: 20px;
}

.location-with-map-wrapper .uabb-google-map-wrapper {
  width: 100%;
  height: 800px;
  background-color: #CCC;
  position: relative;
  overflow: hidden;
}
.location-with-map-wrapper .left_align .location-col {
  padding-left: 20px;
}

.location-with-map-wrapper .left_align .map-col {
  width: 50.02%;
}

.location-with-map-wrapper .left_align .lspacer {
  width: 8.4%;
}

.location-with-map-wrapper .left_align .location-col {
  width: 16.58%;
}
.location-with-map-wrapper .left_align .location-col h3 {
  margin-top: 40px;
  margin-bottom: 15px;
}

.location-with-map-wrapper .left_align .location-col+.location-col h3 {
  margin-top: 72px;
}
.location-with-map-wrapper .left_align .location-col+.location-col {
  width: 25%;
}

.location-with-map-wrapper .gm-style .gm-style-iw-c {
  border-radius: 0;
  padding: 0;
}
.location-with-map-wrapper .gm-style .gm-style-iw-c .gm-style-iw-d {
  padding: 1rem;
}
.location-with-map-wrapper .gm-style .gm-style-iw-c h4 {
  margin: 0;
  clear: both;
}
.location-with-map-wrapper .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}


@media (max-width: 992px) {
  .location-with-map-wrapper .lspacer {
    display: none;
  }

  .location-with-map-wrapper .location-col {
    width: 25%;
    padding: 12px !important;
  }

  .location-with-map-wrapper .map-col>div {
    padding: 12px;
  }

  .location-with-map-wrapper .location-col+.location-col h3 {
    padding-bottom: 15px;
  }
  .location-with-map-wrapper .left_align .lspacer {
    width: 8.4%;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .location-with-map-wrapper .left_align .location-col+.location-col h3 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .location-with-map-wrapper .left_align .location-col h3 {
    margin-top: 0;
  }

  .location-with-map-wrapper .left_align .location-col {
    width: 20%;
  }
}

@media (max-width: 768px) {
  .location-with-map-wrapper .location-col h3 {
    margin: 0;
    text-align: center;
    margin-bottom: 15px;
  }

  .location-with-map-wrapper .location-col {
    width: 100%;
    float: none !important;
  }

  .location-with-map-wrapper {
    padding: 28px;
  }
}

@media screen and (max-width: 1440px){
  .data-center-map__row--info-bubble{
     width: 50vw;
  }
}
@media screen and (max-width: 1280px){
  .data-center-map__row{
    padding: 0 20px; 
  }
  
  .data-center-map__row--title h2{
    font-size: 1.25em;
  }
  
  .data-center-map__row--text{
    font-size: 1em;
  }
}
@media screen and (max-width: 1150px){}
@media screen and (max-width: 900px){
  .location-with-map-wrapper .map-col > div{
    padding: 0px;
  }
}
@media screen and (max-width: 767px){
  .data-center-map{
    display: flex;
    flex-direction: column-reverse;
  }
  
  .location-with-map-wrapper, 
  .location-with-map-wrapper .map-col > div{
    padding: 0; 
  }
  
  .location-with-map-wrapper{
    position: relative;
  }
  
  .data-center-map__inner{
    padding: 0 20px; 
  }
  
  .data-center-map__row{
    flex-direction: column;
    align-items: start;
    padding: 0;
  }
  
  .data-center-map__row--text{
    margin-left: 0;
    font-size: 1em;
  }
  
  .data-center-map__inner--middle{
    position: relative;
    top: 50px;
    left: unset;
    transform: unset;
    -webkit-transform: unset;
  }
  
  .data-center-map__row--info-bubble{
    width: 100%; 
  }
}


/* Hero Banner Video Right Module
* ======================================================================= */

.video-hero-banner{
  background-size: cover;
  background-position: center center;
}

.video-hero-banner__wrapper{
  max-width: 1200px;
  clear: both;
  margin: 0 auto;
	/*   padding: 120px 0; */
  min-height: 60vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.video-hero-banner__main h1 {
	font-family: 'Barlow'!important;
	font-size: 50px !important;
}

.video-hero-banner__main p {
	font-family: 'Barlow' !important;
	line-height: 1.5rem !important;
	font-size: 24px !important;
	font-weight: normal !important;
}

.video-hero-banner__main{
  position: relative;
  z-index: 2;
  width: 50%;
}

.video-hero-banner__main--buttons{
 display: flex; 
 position: relative;
}

.video-hero-banner__main--buttons__button:first-of-type{
  margin-right: 50px;
  position: relative !important;
  left: 0 !important;
}

.video-hero-banner__main--buttons__button:last-of-type{
  position: absolute;
  left: 250px;
}

.video-hero-banner h1{
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #fff;
  display: flex;
  margin-bottom: 50px;
  font-weight: bolder;
  font-size: 2.5em;
}

.video-hero-banner p{
  color: #fff;
  font-size: 1.35em;
  max-width: 550px;
  margin-bottom: 50px;
  line-height: 2.25em;
}

.video-hero-banner a{
  color: #fff;
  font-size: 1.5em; 
  font-weight: 500;
}

.video-hero-banner__video{
  width: 40%;
}

@media(max-width: 1280px) {
  .video-hero-banner__wrapper{
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .video-hero-banner h1{
     display: block;
  }
}

@media screen and (max-width: 900px){
  .video-hero-banner__wrapper{
    padding-top: 50px;
    padding-bottom: 50px;
    flex-direction: column;
  }
  
  .video-hero-banner__main{
    width: 100%;
  }
  
  .video-hero-banner h1{
     font-size: 2em;
  }
  
  .video-hero-banner p{
    font-size: 1.25em;
    margin-bottom: 0;
  }
  
  .video-hero-banner__video{
    width: 100%;
    padding-top: 50px;
  }
}

@media (max-width: 767px){
  .video-hero-banner a{
    font-size: 1.25em;
  }
  
  .video-hero-banner__main--buttons{
    flex-direction: column 
  }
  
  .video-hero-banner__main--buttons__button:last-of-type{
    position: relative; 
    left: 0;
  }
  
  .video-hero-banner__video{
    width: 100%;
  }
}

/* Highlight Icons Module
* ======================================================================= */

.highlights{}

.highlights__wrapper{
 max-width: 1200px;
  margin: 0 auto;
  clear: both;
  padding: 80px 0 120px 0;
}

.highlights__wrapper--label{
  margin-bottom: 75px;
  font-size: 1.15em;
  color: #002862;
}

.highlights__wrapper--inner{
 display: flex; 
}

.highlights__wrapper--inner .column{
  max-width: 300px; 
  width: 100%;
}

.highlights__wrapper--inner .column img{
  max-width: 100px;
  margin-bottom: 10px;
  margin-left: -20px;
}

.highlights__wrapper--inner .column h3{
  font-size: 3em;
  font-weight: 500;
  line-height: 1em;
  margin: 0;
  color: #002862;
}

.highlights__wrapper--inner .column p{
  font-size: 1.15em;
  color: #002862;
}

@media screen and (max-width: 1440px){}
@media screen and (max-width: 1280px){
  .highlights__wrapper{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1150px){}
@media screen and (max-width: 900px){}
@media screen and (max-width: 767px){
  .highlights__wrapper--inner .column{
    text-align: center;
    margin-bottom: 50px;
  }
  
  .highlights__wrapper--inner{
    flex-direction: column; 
  }
}

/* Data Center Map Specs Module
* ======================================================================= */

.data-center-map-specs{
 display: flex; 
}

.data-center-map-specs__map,
.data-center-map-specs__specs{
 width: 50%; 
}

.data-center-map-specs__specs--inner{
  max-width: 600px;
  float: right;
  padding: 50px 70px 50px 0;
}

.data-center-map-specs__specs--inner__heading h2{
  font-family: Barlow, sans-serif;
  font-size: 1.75em;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #f36c3e;
}

.data-center-map-specs__specs--inner__address{
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #002862;
}

.data-center-map-specs__specs--inner__content p{
   font-size: 1.1em;
  letter-spacing: 0.025em;
  color: #002862;
}

.data-center-map-specs__specs--inner__content ul{
  padding: 0 15px;
}

.data-center-map-specs__specs--inner__content ul li{
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 2em;
  color: #002862;
}

.data-center-map-specs__specs--inner__content a.chevron-orange{
  font-size: 1.5em;
}

.uabb-google-map-wrapper{
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1440px){}
@media screen and (max-width: 1280px){
  .data-center-map-specs__specs--inner{
   padding-left: 20px; 
   padding-right: 20px;
  }
}
@media screen and (max-width: 1150px){}
@media screen and (max-width: 900px){
  .data-center-map-specs{
    flex-direction: column; 
  }
  
  .data-center-map-specs__map, 
  .data-center-map-specs__specs{
    width: 100%; 
  }
  
  .data-center-map-specs__specs--inner{
    max-width: 100%;
  }
  
  .data-center-map-specs__map{
    height: 600px; 
  }
}
@media screen and (max-width: 767px){}


/* Specification Module
* ======================================================================= */

.specification{}

.specification__image{
  max-width:  120px !important;
}

.specification__heading{
  font-size: 1.75em;
  font-weight: 500;
  font-family: Barlow, sans-serif;
  color: #f36c3e;
}

.specification__content ul{
  padding: 0 15px;
}

.specification__content ul li,
.specification__content p{
  font-size: 1.1em;
  letter-spacing: 0.025em;
  line-height: 2em;
  color: #002862;
}

@media screen and (max-width: 1440px){}
@media screen and (max-width: 1280px){}
@media screen and (max-width: 1150px){}
@media screen and (max-width: 900px){}
@media screen and (max-width: 767px){}


/* Image Bubbles Section Module
* ======================================================================= */

.image-bubbles{
  background: #f36c3e;
  padding: 100px 0 100px 0;
}

.content-section__wrapper--column h2{
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: .025em;
  line-height: 1.5em;
}

.content-section__wrapper--content:last-of-type{
  padding-left: 50px;
}

.content-section__wrapper--content ul{
 padding: 0 15px; 
}

.content-section__wrapper--content p,
.content-section__wrapper--content ul li{
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 2em;
  color: #002862;
}

.content-section__wrapper--column__inner{
  display: flex;
}

.content-section__wrapper--column:first-of-type{
  max-width: 60%;
  width: 100%;
}

.content-section__wrapper--column.bubbles{
  max-width: 40%;
  width: 100%;
  position: relative;
}

.content-section__wrapper--column.bubbles img{
  height: 400px;
  width: 400px;
  float: right;
}

.content-section__wrapper--column.bubbles #bubble-1{
  height: 150px;
  width: 150px;
  transform: rotateZ(45deg);
  border-radius: 50% 50% 50% 3px;
  position: absolute;
  top: 0;
  right: 25px;
  overflow: hidden;
}
.content-section__wrapper--column.bubbles #bubble-2{
  height: 320px;
  width: 320px;
  transform: rotateZ(45deg);
  border-radius: 50% 3px 50% 50%;
  position: absolute;
  overflow: hidden;
  top: 70px;
  left: 0;
}
.content-section__wrapper--column.bubbles #bubble-3{
  height: 170px;
  width: 170px;
  transform: rotateZ(45deg);
  border-radius: 50% 50% 50% 3px;
  position: absolute;
  overflow: hidden;
  top: 300px;
  right: 0;
}

.content-section__wrapper--column.bubbles div::before{
  content: "";
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  top: -50%;
  left: -50%;
  height: 200%;
  width: 200%;
  z-index: -1;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1440px){}
@media screen and (max-width: 1280px){}
@media screen and (max-width: 1150px){
  .content-section__wrapper--column{
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .content-section__wrapper--column.bubbles{
   height: 300px;
  }
  
  .content-section__wrapper--column.bubbles img{
    float: left;
  }
}
@media screen and (max-width: 900px){}
@media screen and (max-width: 767px){
  .content-section__wrapper--column__inner{
    flex-direction: column;
  }
  
  .content-section__wrapper--content:last-of-type{
    padding: 0;
  }
}
@media screen and (max-width: 480px){
  #bubble-1{
    width: 75px !important;
    height: 75px !important;
  }
  
  #bubble-2{
    width: 175px !important;
    height: 175px !important;
  }
  
  #bubble-3{
    width: 100px !important;
    height: 100px !important;
    top: 200px !important;
  }
  
  .content-section__wrapper--column.bubbles{
   height: unset;
  }
}


/* Tiles Solution Module
* ======================================================================= */

.tiles{
  display: flex;
  flex-wrap: wrap;
}

.tiles__tile{
  width: 50%;
  padding: 100px 0;
  border-bottom: 3px solid #fff;
}

.tiles__tile:nth-of-type(odd){
  border-right: 3px solid #fff;
}

.tiles__tile:nth-child(odd) .tiles__tile--inner{
  float: right;
}

.tiles__tile:nth-child(even) .tiles__tile--inner{
  margin-left: 50px;
}

.tiles__tile--inner{
  max-width: 600px;
  width: 100%;
  position: relative;
}

.tiles__tile--inner__content--heading{
  display: flex;
}

.tiles__tile--inner__content--heading .number{
  color: #fff;
  margin-right: 10px;
  font-size: 2.5em;
  font-weight: 600;
}

.tiles__tile--inner__content--heading h3{
  color: #002862;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 2.5em;
  line-height: 1.75em;
}

.tiles__tile--inner__content--body{
  padding: 0 20px;
  margin: 50px 0;
}

.tiles__tile--inner__content--body ul{}

.tiles__tile--inner__content--body ul li,
.tiles__tile--inner__content--body p{
  font-size: 1.75em;
  line-height: 1.75em;
  color: #002862;
}

.tiles__tile--inner__icon{
  position: absolute;
  top: 0;
  right: 25px;
}

.tiles__tile--inner__icon img{
  max-width: 180px !important;
}

@media screen and (max-width: 1440px){}
@media screen and (max-width: 1280px){
  .tiles__tile--inner{
    padding: 0 20px;
  }
}
@media screen and (max-width: 1150px){}
@media screen and (max-width: 900px){
  .tiles{
    flex-direction: column;
  }
  
  .tiles__tile{
    width: 100%;
    border-right: unset !important;
  }
  
  .tiles__tile--inner{
    margin: 0 !important;
    float: unset !important;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px){
  .tiles__tile--inner__icon img{
    max-width: 150px !important;
  }
  
  .tiles__tile--inner__icon{
    position:relative;
    top: 0;
    right: 0;
  }
  
  .tiles ul{
    padding: 0;
  }
  
  .tiles__tile--inner__content--body ul li{
    font-size: 1.25em;
  }
}


/* Company Testimonial Module
* ======================================================================= */

.company-testimonial{}

.company-testimonial__logo{
  min-height: 210px;
}

.company-testimonial__logo img{
  max-height: 205px;
}

.company-testimonial__testimonial{
  color: #002862;
  font-size: 1.25em;
  width: 80%;
}

.company-testimonial__person{
  margin: 25px 0;
  color: #002862;
}

.company-testimonial__person--name{
  font-size: 0.85em;
  font-weight: 500;
}

.company-testimonial__person--position{
  font-size: 0.85em;
}

@media (max-width: 768px){
  .company-testimonial__testimonial{
    width: 100%;
  }
}


/* Featured Case Studies Module
* ======================================================================= */

.featured-case-study{
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.featured-case-study__column{
  width: 100%;
}

/*.featured-case-study__column:first-of-type .featured-case-study__label,
.featured-case-study__column:first-of-type .featured-case-study__label span{
  float: right;
}*/

.featured-case-study__column:last-of-type .featured-case-study__label{
  float: left;
}

.featured-case-study__column:first-of-type .featured-case-study__inner-wrapper{
  float: right;
}

.featured-case-study__column:nth-of-type(2){
  max-width: 400px;
  width: 100%;
}

.featured-case-study__column:not(:first-of-type){
  border-left: 3px solid #fff; 
}

/*.featured-case-study__column:not(:first-of-type) .featured-case-study__label span,
.featured-case-study__column:not(:first-of-type) .featured-case-study__content{
  margin-left: 50px;
}*/

.featured-case-study__column .featured-case-study__label span,
.featured-case-study__column .featured-case-study__content{
  margin-left: 50px;
}

.featured-case-study__label{
  background-color: rgba(0,10,25, 0.5);
  color: #fff;
  padding: 30px 0;
  width: 100%;
  float: left;
}

.featured-case-study__label span{
  width: 100%;
  max-width: 400px;
  display: block;
  font-size: 1.2em;
}

.featured-case-study__image{
  height: 300px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.featured-case-study__inner-wrapper{
  max-width: 400px;
  width: 100%;
}

.featured-case-study__content{
  max-width: 300px;
}

.featured-case-study__content--logo img{
  max-width: 150px !important;
  padding: 50px 0 25px 0;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%); 
  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.featured-case-study__content:hover img{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%); 
  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.featured-case-study__content--title h3{
  font-size: 2em;
  line-height: 1em;
  color: #002862;
  font-weight: 500;
  margin-bottom: 10px;
}

.featured-case-study__content--description{
  font-size: 1.25em;
  color: #002862;
}

.featured-case-study__content--link{
  font-size: 1.5em;
  font-weight: 500;
  margin: 25px 0 50px 0;
}

@media screen and (max-width: 1440px){}
@media screen and (max-width: 1280px){
  .featured-case-study__column:first-of-type .featured-case-study__inner-wrapper,
  .featured-case-study__column:first-of-type .featured-case-study__label span{
    padding: 0 20px;
  }
}


@media screen and (max-width: 900px){
  .featured-case-study{
     flex-direction: column;
  }
  
  .featured-case-study__column{
    width: 100% !important; 
    max-width: 100% !important;
    border: unset !important;
  }
  
  .featured-case-study__column .featured-case-study__label span{
    float: left !important;
    padding-left: 20px !important;
  }
  
  .featured-case-study__column:not(:first-of-type) .featured-case-study__label span, 
  .featured-case-study__column:not(:first-of-type) .featured-case-study__content{
    margin-left: 0;
  }
  
  .featured-case-study__column .featured-case-study__inner-wrapper{
    float: left !important;
    padding: 0 20px !important;
  }
}

@media screen and (max-width: 767px){
  .featured-case-study__column .featured-case-study__label span, 
  .featured-case-study__column .featured-case-study__content{
    margin-left: 0;
  }
}


/* Icon List Module
* ======================================================================= */

.icon-list{
  display: flex;
  flex-direction: column;
}

.icon-list__item{
  display: flex;
  margin-bottom: 40px;
}

.icon-list__item--icon{
  background-color: #66c8c7;
  height: 75px;
  width: 100%;
  max-width: 75px;
  transform: rotateZ(45deg);
  border-radius: 50% 3px 50% 50%;
  position: relative;
  overflow: hidden;
}

.icon-list__item--icon::before{
  content: "";
  position: absolute;
  background-position: center;
  background-size: 75%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
  transform: rotate(-45deg);
}

.icon-list__item--inner{
  margin-left: 30px;
  padding-top: 15px;
}

.icon-list__item--heading{
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.icon-list__item--heading span:first-of-type{
  color: #002862;
}

.icon-list__item--heading span:last-of-type{
  color: #f36c3e;
}

.icon-list__item--content{
  color: #002862;
  font-size: 1.125em;
  max-width: 100%;
}

@media screen and (max-width: 900px){
  .icon-list{
    margin-top: 50px;
  }
}

@media (max-width: 300px){
  .icon-list__item--icon{
    background-color: transparent;
  }
}


/* Text Content Module
* ======================================================================= */

.text-content__heading{
  font-family: Barlow, sans-serif;
  font-weight: 500;
  color: #f36c3e;
  letter-spacing: 0.025em;
  font-size: 2em;
}

.text-content__body{
  font-weight: 500;
  color: #002862;
  font-size: 1.5em;
}

.text-content__body h1,
.text-content__body h2,
.text-content__body h3,
.text-content__body h4,
.text-content__body h5,
.text-content__body h6{
  font-family: Barlow, sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: 2em;
}


/* Image Bubble Module
* ======================================================================= */

.image-bubble__bubble{
  height: 370px;
  width: 370px;
  transform: rotateZ(45deg);
  border-radius: 50% 3px 50% 50%;
  position: relative;
  overflow: hidden;
  margin-right: 75px;
}

.image-bubble__bubble::before{
  content: "";
  position: absolute;
  background-position: 75% 350%;
  background-size: 105%;
  top: -50%;
  left: -50%;
  height: 200%;
  width: 200%;
  z-index: -1;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1440px){}
@media screen and (max-width: 1280px){}
@media screen and (max-width: 1150px){}
@media screen and (max-width: 900px){ 
  .image-bubble__bubble{
    height: 300px;
    width: 300px;
  }
}
@media screen and (max-width: 767px){
  
  .image-bubble__bubble{
    height: 150px;
    width: 150px;
    margin-right: 40px;
  }
}


/* Benefits Module
* ======================================================================= */

.benefits_wrap .b_item .title h3{
  font-weight: 500 !important;
  font-family: Raleway;
  color: #002862 !important;
}

.benefits_wrap .b_item .text_wrap p{
  color: #002862;
}

.benefits_wrap .b_item .text_wrap a.link_text{
  color: #f36c3e !important;
}
.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #f1f1f1
}
.homepage-template .hero-section-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  position: relative;
}

.homepage-template .dnd_area-row-1-background-color{
  z-index: 9999;
  position: relative;
}

@keyframes pulse {
  0%, 100% {
    bottom: 5px;
    opacity:.5;
  }
  50% {
    bottom: 10px;
    opacity:.8;
  }
}
.a.push-down-link, a.push-down-link:hover {color: #ffffff;}
.homepage-template .hero-section-overlay a.push-down-link::after {
  content: "\f078";font-size:3.5rem;
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  position: absolute;
  bottom:5px;
  left:49%;
  opacity:.5;
  animation: 
    pulse
    1.5s
    ease-out
    0s
    alternate
    infinite
    none
    running;
    color: #ffffff
}
/* Typography */
.landing-page-template h1{
  font-size: 40px;
  line-height: 47px;
}

.landing-page-template h2,
.landing-page-template h3{
  color: #F26C3E;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
}

.landing-page-template h5{
  color: #192857;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
}

.landing-page-template p{
  font-size: 18px;
  line-height: 36px;
  color: #192857;
}



.body-container__landing .dnd-section:nth-child(odd) {
  background-color: #f1f1f1
}

.landing-page-template .header {
  background-color: transparent;
  position: absolute;
  z-index: 9999;
  width: 100%;
  top: 50px;
}

.landing-page-template .header__container{
  margin: 0 5vw;
}

.landing-page-template .hero-section-overlay{
  overflow: visible;
}

.landing-page-template .hero-section-wrap p{
  font-size: 23px;
  line-height: 36px;
  color: #fff;
}

.landing-page-template .hero-section-wrap .hs_cos_wrapper_type_module.widget-type-form{
  position: relative;
}

.landing-page-template .hero-section-wrap .hs_cos_wrapper_type_module.widget-type-form .hs_cos_wrapper_type_form{
  

  padding: 45px 67px;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 35%);
  background: #fff;
  display: block;
}

.landing-page-template .hero-section-wrap h3.form-title {
  color: #F26C3E !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.landing-page-template .hero-section-wrap form p{
  color: #666666 !important;
  font-size: 16px;
  line-height: 19px;
}

.landing-page-template .hero-section-wrap form label{
  color: #192857;
}

.landing-page-template .hero-section-wrap .hs-input:not([type="radio"]):not([type="checkbox"]){
  border: 1px solid #000;
  border-radius: 0px;
}

.landing-page-template .hero-section-wrap form .hs-button{
  background-color: #192857;
  border-color: #192857;
  font-size: 16px;
}

.landing-page-template .feature.feature-5.boxed{
  border: 0;
  padding: 10px 0;
}

.landing-page-template .feature_description p{
  font-size: 16px;
}

.landing-page-template .footer__container{
  margin: 0 5vw;
  flex-direction: row;
  align-items: center;
  padding: 0;
}

.landing-page-template .footer__bottom--copyright{
  font-size: 14px;
}

@media (max-width: 1619px){
  .landing-page-template .header__container{
    padding: 0 20px;
  }
}

@media (max-width: 989px){
  .landing-page-template .hero-section-wrap h3.form-title {
    padding-top: 24px;
  }

  .landing-page-template .feature.feature-5.boxed{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .landing-page-template .feature-5 .feature_description{
    width: 100%;
  }
}

@media (max-width: 767px){
  .landing-page-template .header__container{
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  /*.landing-page-template .hero-dnd-row-0-max-width-section-centering > .row-fluid{
  display: flex;
  flex-direction: column-reverse;
}*/

  .landing-page-template .hero-section-wrap .hs_cos_wrapper_type_module.widget-type-form{
    position: unset;
    padding: 28px;
    background-color: #fff;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.35);
    max-width: 90vw;
    margin: 20px auto;
  }

  .landing-page-template .hero-section-wrap .hs_cos_wrapper_type_module.widget-type-form .hs_cos_wrapper_type_form{
    position: relative;
    padding: 0;
    box-shadow: unset;
    top: 0;
    background: 0;
  }

  .landing-page-template .hero-section-wrap .hs-input:not([type="radio"]):not([type="checkbox"]){
    width: 100% !important;
  }

  .landing-page-template .hero-section-wrap fieldset.form-columns-2 .hs-form-field:last-child, 
  .landing-page-template .hero-section-wrap fieldset.form-columns-3 .hs-form-field:last-child{
    padding-left: 0;
  }

  /*.landing-page-template .hero-section-wrap .cell_1650028383980-margin{
  background-color: #f1f1f1;
}

  .landing-page-template .hero-section-wrap .cell_1650028383980-margin h1{
  font-family: 'Barlow';
  color: #F26C3E;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
}

  .landing-page-template .hero-section-wrap .cell_1650028383980-margin p{
  color: #192857;
  font-size: 18px;
  line-height: 36px;
}*/

  .landing-page-template .footer__container{
    display: flex;
    flex-direction: column;
    padding: 60px 69px;
    text-align: center;
  }

  .landing-page-template .footer__bottom--copyright{
    max-width: 160px;
  }

  .landing-page-template .footer__bottom--copyright span{
    display: block;
  }

  .landing-page-template .footer__bottom--copyright span:first-of-type{
    margin-bottom: 20px;
  }
}
@font-face {
  font-family: "Astra";
  src:  url(//info.evoquedcs.com/hubfs/raw_assets/public/Evoque%20Theme%202022/fonts/Astra.eot) format("eot"), 
    url(//info.evoquedcs.com/hubfs/raw_assets/public/Evoque%20Theme%202022/fonts/Astra.woff2) format("woff2"),
    url(//info.evoquedcs.com/hubfs/raw_assets/public/Evoque%20Theme%202022/fonts/astra.woff) format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: fallback;
}




/* Header container */
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header_top {
  border-bottom-width: 0;
  line-height: 40px;
  padding-top: 20px;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.header_top .inner_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-cta-btn,.custm_portal {
  font-family: 'Barlow',sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0.5em;
}

.header-cta-btn span {
  height: auto;
}

.header-cta-btn {
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: -1px;
}

.header-cta-btn > div {
  display: inline-block;
  vertical-align: middle;
}

.header-cta-btn .req_quote_cta.header_cta {
  padding: .5rem .75rem;
  color: #fff;
}

/*---------- bottom----------*/

body {
  padding-top:85px;
}
header.header {
  position: fixed;
  top: 0; 
  left: 0;
  right: 0px;
  z-index: 99999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  box-shadow: 0px 6px 9px -1px rgba(0,0,0,0.21);
  -webkit-box-shadow: 0px 6px 9px -1px rgba(0,0,0,0.21);
  -moz-box-shadow: 0px 6px 9px -1px rgba(0,0,0,0.21);
}

.header-logo > div {
  padding: 1em 0;
}

.header_bottom .header__container {
  -webkit-box-align: center;
  -ms-flex-align: center;

  padding: 0;
}

.header_bottom {
  line-height: 1.4;
  position: relative;
  top: 0;
  z-index: 99;
  left: 0;
  width: 100%;
}

.header_bottom .header_right {
  margin-left: auto;
  display: flex;
}

.header_bottom .header_right a{
  height: fit-content;
  padding: 0;
  margin: 0;
}

.header_spacer {
  display: block;
  display: none;
  padding-bottom: 89px;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.scroll_header .header_bottom {
  position: fixed;
}

.scroll_header .header_spacer {
  display: block;
}

.scroll_header .header_bottom {
  position: fixed;
  padding: 4px 0;
  -webkit-box-shadow: 0 2px 10px 0 rgb(36 50 66 / 8%);
  box-shadow: 0 2px 10px 0 rgb(36 50 66 / 8%);
}

.header-logo .sticky {
  display: none;
}

.header-logo .sticky img {
  height: 41px;
}

.scroll_header .header-logo .sticky {
  display: block;
  padding: 0.8em 0;
}

.scroll_header .header-logo .normal {
  display: none;
}

.header_bottom >.header_inner {
  position: relative;
}

header .hs-menu-item a{
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 0.825rem;
  letter-spacing: 0.1em;
  color: #002862;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a span.sub-arrow::after{
  content: '' !important;
  display: inline-block;
  width: 10px !important;
  height: 1.15em !important;
  margin-left: 3px !important;
  background-image: url("//info.evoquedcs.com/hubfs/raw_assets/public/Evoque%20Theme%202022/images/chevron-orange.png") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  transform: rotateZ(90deg);
  position: relative;
  top: 3px;
}

.header-cta-btn{
  height: fit-content;
}

#hs-button_custome_portal,
.header-cta-btn a{
  background-color: transparent !important;
  color: #002862 !important;
  padding: 0 !important;
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 0.825rem;
  border: unset;
  text-decoration: unset;
  text-transform: capitalize;
  height: fit-content;
}

#hs-button_custome_portal::after,
.header-cta-btn a::after{
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  width: 10px;
  height: .8em;
  margin-left: 3px;
  background-image: url("//info.evoquedcs.com/hubfs/raw_assets/public/Evoque%20Theme%202022/images/chevron-orange.png");
    background-repeat: no-repeat;
    background-size: contain;
    }

.inner_wrapper{
  display: flex; 
  align-items: center;
}

.header-cta-btn a{
  display: inline-block;
  background-color: rgba(241, 241, 241, 0);
  color: #F26B3E!important;
  padding: 8px 12px !important;
  border-radius: 0px;
  border: 2px solid rgba(242, 107, 62, 100);
  font-size: 0.825rem !important;
}

.header-cta-btn a::after{
  margin-left: 10px;
  transition: all 0.3s ease-out;
}

.header-cta-btn a:hover::after{
  margin-left: 15px;
  transition: all 0.3s ease-out;
}

header{}

header .header__container.content-wrapper{
  max-width: 1240px;
}

header.header .header-logo img{
  width: 150px;
}

header .header__search{}

header .header__search form{
  margin: 0;
  flex-direction: row-reverse;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

header .header__search form input[type="text"]{
  width: 80%;
  border: unset;
  border-bottom: 1px solid #192857;
  transition: all 0.2s linear;
  border-radius: 0px;
  height: fit-content;
  padding: 3px;
}

header .header__search form input[type="text"]:focus{
  border-bottom: 2px solid #192857;
  transition: all 0.2s linear;
}

header .header__search form button{
  background-color: transparent;
  border: unset;
  fill: #f36c3e;
  cursor: pointer;
  width: 10px;
}

header .header__search form button svg{
  height: 15px;
}

header .header__search .hs-search-field--open .hs-search-field__suggestions1{
  position: absolute;
  top: 45px;
  background-color: #fff;
  padding: 10px;
  border: unset;
  border-top: 2px solid rgba(0, 0, 0, 0.7);
  box-shadow: 0px 10px 30px 0px rgb(54 69 81 / 13%);
  font-size: 0.88888888888889rem;
  font-weight: 500;
  line-height: 1.45;
  font-family: Raleway, sans-serif;
  color: rgba(0, 0, 0, 0.7);
  transition: 0.2s ease;  
}

header .header__search .hs-search-field--open #results-for{
  padding-bottom: 8px;
}

header .header__search .hs-search-field--open li{
  line-height: 20px;
}

header .header__search .hs-search-field--open li:not(:first-of-type){
  padding-bottom: 4px;
}


@media screen and (max-width: 922px){
  .hide-on-mobile{
    display: none;
  }

  header .header__search{
    margin: 0;
  }

  header .header__search form input[type="text"]{
    width: 100%;
  }

  header .header__search .hs-search-field--open .hs-search-field__suggestions1{
    z-index: 9999;
    width: 100%;
  }
}

@media(min-width: 922px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li.Locations .container > ul{
    display: flex;
  }

  .hide-on-desktop{
    display: none !important;
  }

  .custom-menu-primary {
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1rem;
    font-weight: bold;
    font-family: Raleway ,sans-serif;
    display: flex;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: auto;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0px 12px;
    display: inline-block;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    line-height: 1.45;
    text-align: left;
    right: auto;
    left: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    border-top-width: 2px;
    border-style: solid;
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-box-shadow: 0px 10px 30px 0px rgb(54 69 81 / 13%);
    box-shadow: 0px 10px 30px 0px rgb(54 69 81 / 13%);
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    z-index: 2;
    background: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    font-size: 16px;
    font-size: 0.88888888888889rem;
    font-weight: 500;
    line-height: 1.45;
    font-family: 'Barlow',sans-serif;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.Locations .mega_menu .container {
    font-size: 16px;
    font-size: 0.88888888888889rem;
    font-weight: 500;
    line-height: 1.45;
    font-family: 'Barlow',sans-serif;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li ul > li {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li ul > li > a {
    display: block;
    word-wrap: break-word;
    padding: 0.35rem 0;
    font-weight: 300;
    white-space: nowrap;
  }

  /*--------------*/
  .custom-menu-primary .hs-menu-wrapper > ul > li.Locations {
    position: static;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.Locations .mega_menu {
    position: absolute;
    width: 100%;
    top: 62px;
    left: 0;
    width: 100%;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    z-index: 2;
    pointer-events: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.Locations:hover .mega_menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.Locations .mega_menu .container {
    max-width: 1060px;
    margin: 0 auto;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.Locations .container>ul, .custom-menu-primary .hs-menu-wrapper > ul > li.Locations > ul {
    min-height: 260px;
    width: 100%;
    top: 62px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 14px 20px;
    z-index: 8;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -webkit-box-shadow: 0px 10px 30px 0px rgb(54 69 81 / 13%);
    box-shadow: 0px 10px 30px 0px rgb(54 69 81 / 13%);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Locations > ul {
    position: absolute;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.Locations .container > ul li.hs-menu-depth-2.Locations > ul, .custom-menu-primary .hs-menu-wrapper > ul > li.Locations > ul li.hs-menu-depth-2.Locations > ul {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Locations li.hs-menu-depth-3 > ul {
    -webkit-box-shadow: 0 4px 10px -2px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 10px -2px rgb(0 0 0 / 10%);
    padding: 4px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Locations ul li.hs-menu-depth-2 {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    opacity: 1;
    padding: 0 15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Locations ul li.hs-menu-depth-2:first-child {
    padding-left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Locations ul li.hs-menu-depth-2:last-child {
    padding-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Locations ul li.hs-menu-depth-2 > a {
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    font-size: 1rem;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Locations ul li.hs-menu-depth-2 > a > span {
    font-weight: 700;
    padding-right: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Locations ul li.hs-menu-depth-2.Locations > a {
    display: block;
    opacity: 1;
    pointer-events: all;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Locations ul li.hs-menu-depth-2 > ul {
    -webkit-box-shadow: 0 4px 10px -2px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 10px -2px rgb(0 0 0 / 10%);
    position: static;
    padding: 4px;
    box-shadow: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Locations li.hs-menu-depth-3 {
    line-height: 1.45;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Locations ul li.hs-menu-depth-2 > ul a {
    line-height: 1.45;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Locations ul li.hs-menu-depth-2 > ul a span {
    vertical-align: text-top;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Locations ul li.hs-menu-depth-2 > a > span {
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a span.sub-arrow {
    margin-left: 4px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a span.sub-arrow:after {
    content: "\e900";
    display: inline-block;
    font-family: Astra;
    font-size: .6rem;
    font-weight: bold;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    line-height: normal;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    color: #EBBC00;
  }

  .custom-menu-primary.mob.hide {
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.Locations .container>ul {
    right: auto;
    left: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    border-top-width: 2px;
    border-style: solid;
  }

  .scroll_header .custom-menu-primary .hs-menu-wrapper > ul > li {
    height: 57px;
  }

  .scroll_header .custom-menu-primary .hs-menu-wrapper>ul>li.Locations .mega_menu {
    top: 61px;
  }

  .header_spacer {
    padding-top: 0 !important;
  }
}

@media(max-width: 991px) and (min-width:922px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a span.sub-arrow {
    margin-left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a span.sub-arrow:after {
    color: #4a4f54 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Locations ul li.hs-menu-depth-2 > a > span {
    padding-bottom: 0;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Locations ul li.hs-menu-depth-2 > a {
    line-height: 1.45;
  }
}

@media(max-width: 1280px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li.About.Us > ul {
    right: 0;
    left: auto;
  }
}


@media(max-width: 1240px) {

  .header__container.content-wrapper {
    padding: 0px 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0px 6px;
  }
}


@media(max-width: 1150px) {
  .header-cta-btn {
    padding: 0 1em;
  }

  .scroll_header .header-logo .sticky {
    padding-left: 10px;
  }
}

@media(max-width: 921px) {
  .custom-menu-primary{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 10px 20px !important; 
  }

  .custom-menu-primary.mob .sub-arrow{
    display: none; 
  }

  .header_top{
    text-align: center; 
  }

  .top_trigger_wrap.hide {
    /*display: block;*/
    padding: 1em 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .mobile_trigger_wrap .menu-toggle, .top_trigger_wrap .top-toggle {
    display: inline-block;
    height: 2.1em;
    font-size: 1.5em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 2px;
    vertical-align: middle;
    line-height: 1.85714285714286;
    padding: 0 0.5em;
    width: auto;
    text-align: center;
    background: transparent;
    color: #f4753d;
    cursor: pointer;
    border: unset;
  }

  .top_menu_active .header_top .inner_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-toggle span.menu-toggle-icon, .top-toggle span.menu-toggle-icon {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    line-height: 2.05;
  }

  .menu-toggle span.menu-toggle-icon:after, .top-toggle span.menu-toggle-icon:after {
    content: "\e5d2";
    font-family: Astra;
    text-decoration: inherit;
  }

  .menu-toggle.active span.menu-toggle-icon:after, .top-toggle.active span.menu-toggle-icon:after {
    content: "\e5cd";
  }

  .header_top .header__container {
    position: relative;
    z-index: 9;
  }

  .header_top .inner_wrapper {
    position: absolute;
    padding: 0;
    bottom: -1px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    left: 0;
    z-index: 9;
    overflow-y: auto;
    width: 100%;
    border: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: #dadada;
    background: #fff;
    display: none;
  }

  .header_top {
    position: relative;
    z-index: 100;
  }

  .header_top .inner_wrapper > div {
    width: 100%;
    padding: 0 20px;
  }

  .header-cta-btn, .custm_portal {
    border: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #dadada;
  }

  .header-cta-btn, .custm_portal {
    line-height: 3;
    top: 0;
    height: auto;
    display: block;
  }

  .custm_portal a {
    display: block;
  }

  .header-cta-btn > div {
    display: block;
    vertical-align: unset;
    width: 100%;
  }

  .header-cta-btn span {
    width: 100%;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -2px;
  }

  .header-cta-btn .req_quote_cta.header_cta {
    display: inline !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

  .header_top {
    padding-top: 21px;
  }

  .mobile_trigger_wrap .menu-toggle {
    font-size: 1.7em;
  }

  /*-----------------*/
  .mobile_trigger_wrap.hide {
    margin-left: auto;
    display: block;
  }

  .header_right {
    width: 100%;
  }

  .custom-menu-primary.desk {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    line-height: 3;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1rem;
    border: 0;
    font-weight: 600;
    font-family: 'Titillium Web',sans-serif;
    border-top-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    background-color: #f9f9f9;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    border-bottom: solid 2px #fff !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: inline-block;
    width: 100%;
    border: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    padding: 6px 12px;
    color: #4a4f54;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a > span:nth-child(1) {
    margin-left: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover {
    border-bottom: solid 2px #EBBC00 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul.hs-menu-children-wrapper {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul.hs-menu-children-wrapper {
    border-top: solid 2px #EBBC00 !important;
    -webkit-box-shadow: 0px 10px 30px 0px rgb(54 69 81 / 13%);
    box-shadow: 0px 10px 30px 0px rgb(54 69 81 / 13%);
    line-height: 3;
    padding: 15px;
    font-size: 0.88888888888889rem;
    font-weight: 500;
    font-family: 'Barlow',sans-serif;
    line-height: 3;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul.hs-menu-children-wrapper > li {
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul.hs-menu-children-wrapper > li > a {
    padding: 0.35rem 0;
    width: 100%;
    display: block;
    width: 100%;
    border: 0;
    border-bottom-width: 1px;
    border-style: solid;
    font-weight: 300;
    border-color: #eaeaea;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul.hs-menu-children-wrapper > li > a:before {
    content: "\e900";
    font-family: Astra;
    font-size: .65em;
    text-decoration: inherit;
    display: inline-block;
    -webkit-transform: translate(0,-2px ) rotateZ( 270deg);
    -ms-transform: translate(0,-2px ) rotate( 270deg);
    transform: translate(0,-2px ) rotateZ( 270deg);
    margin-left: 0;
    font-weight: 400;
    margin-right: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul.hs-menu-children-wrapper > li > a span:first-child {
    margin-left: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul.hs-menu-children-wrapper > li:hover > a {
    color: #d15322;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-menu-depth-1.Locations > ul.hs-menu-children-wrapper {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-menu-depth-1.Locations li.hs-menu-depth-2 > a {
    font-weight: 700;
  }

  /*--------------*/
  .child-trigger {
    background: transparent;
    padding: 0;
    border: 0;
    display: inline-block;
    position: absolute;
    font-size: inherit;
    top: -1px;
    right: 20px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 0.907em;
    font-weight: 400;
    line-height: inherit;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #d15322;
    top: 6px;
    right: 0;
    cursor: pointer;
    color: rgb(74, 79, 84);
    z-index: 8;
  }

  .child-trigger:hover {
    background: transparent;
    color: #d15322;
  }

  .child-trigger:focus {
    outline: thin dotted;
    color: #808285;
    background: transparent;
  }

  .child-trigger:hover {
    outline: 1px dotted;
    color: #d15322;
    background: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li {
    position: relative;
  }

  .child-trigger:after {
    font-weight: bold;
    content: "\e900";
    font-family: Astra;
    text-decoration: inherit;
    display: inline-block;
  }

  .child-open > .child-trigger:after {
    -webkit-transform: rotateX( 180deg);
    transform: rotateX( 180deg);
  }

  .child-trigger:hover {
    color: #d15322;
  }

  .scroll_header .header-logo .sticky {
    padding-left: 5px ;
  }

  .header-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 1em;
    line-height: 1;
  }

  .scroll_header .mobile_trigger_wrap {
    padding-bottom: 0.5em;
  }

  .header_spacer {
    padding-bottom: 0;
  }

  .custom-menu-primary.mob.hide {
    /*max-height: fit-content !important;
    height: 51vh;*/
    overflow-x: hidden;
  }

  button.top-toggle:focus, button.menu-toggle:focus {
    outline: thin dotted;
  }
  .header_inner.lp-header .header_spacer {
    padding-top: 92px !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a + .child-trigger,
  .custom-menu-primary .hs-menu-wrapper > ul ul.hs-menu-children-wrapper > li.active-branch > a {
    color: #d15322;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a + .child-trigger,
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover > a + .child-trigger {
    color: #d15322;
  }

  .mobile-open .header_bottom {
    padding-bottom: 0;
  }

  .custom-menu-primary .inner_wrapper.hide-on-desktop{
    flex-direction: column;
    align-items: flex-start;
  }

  .custom-menu-primary .inner_wrapper.hide-on-desktop .custm_portal,
  .custom-menu-primary .inner_wrapper.hide-on-desktop .header-cta-btn{
    display: flex;
    align-items: center;
    width: 100%;
    height: 46px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    color: #4a4f54;
    padding: 10px 20px !important;
    background-color: #f9f9f9;
  }

  #hs-button_custome_portal, 
  .header-cta-btn a{
    text-align: left; 
    color: #4a4f54 !important;
    text-transform: uppercase;
    margin-left: 5px;
    letter-spacing: .1em;
  }
}

@media (max-width: 921px) and (min-width: 1099px) {
  .scroll_header .header-logo .sticky {
    padding-left: 10px ;
  }
}

@media (max-width: 921px) and (min-width:769px) {
  .child-open > .child-trigger, .child-trigger:hover {
    color: #d15322;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.child-open {
    border-bottom: solid 2px #EBBC00 !important;
  }
}

@media(max-width: 767px) {

  .header_top {
    padding-top: 2px;
  }

  .header_bottom {
    padding-top: 5px;
    padding-bottom: 4px;
  }

  .header-logo .normal img {
    max-width: 160px;
  }

  .header_bottom .header__container {
    padding: 0 40px 0.5rem 40px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 20px;
  }

  .header_bottom .header_right {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  .child-trigger {
    top: 0;
    right: calc( 20px - 0.907em );
  }

  .scroll_header .header-logo .sticky {
    padding-left: 0;
  }

  .scroll_header .header-logo .sticky img {
    margin-bottom: 2px;
  }

  .top_menu_active .header_top .inner_wrapper {
    bottom: 1px;
  }

  .header-cta-btn span {
    margin-top: -1px;
  }

  .custom-menu-primary.mob.hide {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }  

  header .header__search .hs-search-field--open .hs-search-field__suggestions1{
    top: 65px;
  }

}

@media screen and (max-width: 767px){
  .custom-menu-primary .inner_wrapper.hide-on-desktop .header-cta-btn{
    padding: 0 !important;
  }

  .custom-menu-primary .inner_wrapper.hide-on-desktop .header-cta-btn a{
    display: block !important;
    padding: 10px 24px !important;
    background-color: #fff !important;
    color: #f36c3e !important;
  }
}

@media(max-width: 544px) {
  .header-logo .normal img {
    max-width: 170px;
  }

  .header_bottom {
    padding-top: 2px;
    padding-bottom: 0;
  }

  .header_bottom .header__container {
    padding-right: 24px;
  }

  .header_bottom .header_right {
    width: 100%;
    margin: 0;
  }

  .header_top {
    padding-top: calc(0.5em + 2px);
  }

  .custom-menu-primary.mob.hide {
    margin-left: -40px;
    margin-right: -24px;
  } 
}
@font-face {
  font-family: "Gotham-Medium";
  src:  url(//info.evoquedcs.com/hubfs/raw_assets/public/Evoque%20Theme%202022/fonts/GothamSSm-Medium_Web.woff) format("woff"),
    url(//info.evoquedcs.com/hubfs/raw_assets/public/Evoque%20Theme%202022/fonts/GothamSSm-Medium_Web.woff2) format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: fallback;
}

.footer {
  background-color: #f1f1f1;
}

.footer .hs-menu-wrapper ul{
  margin-top: 0;
}

.footer .hs-menu-item a, .footer__body--column__description{
  padding: 0;
  font-size: .85em;
  line-height: 2em;
  opacity: 0.85;
  letter-spacing: 0.025em;
}

.footer .hs-menu-item a:hover{
  color: #fff;
  opacity: 1;
}

.footer .hs-menu-item a:active,
.footer .hs-menu-item a:visited,
.footer .hs-menu-item.active a{
  color: #fff;
}

.footer__top{
  display: flex;
  align-items: flex-end;
}

.footer__top .footer__top--logo img{
  max-width: 200px;
  border-radius: 0px !important;
}

.footer__top--text{
  color: #f36c3e;
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-left: 20px;
  margin-bottom: 5px;
}

.footer__body{
  display: flex;
  justify-content: space-between;
  margin: 70px 0;
}

.footer__body--column{}

.footer__body--column .hs-form label{
  color: #fff;
}

.footer__body--column__heading{
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Raleway;
  letter-spacing: 0.1em;
  margin-top: 20px;
}

.footer__body--column__form form{
  display: flex;
  position: relative;
}

.footer__body--column__form .hs_email{}

.footer__body--column__form .hs_email input{
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 0px;
  padding: 10px 2rem 10px 10px;
  opacity: 0.5;
}

.footer__body--column__form .hs-button{
  position: absolute;
  right: 0px;
  top: 4px;
  width: 50px;
  padding: 0px;
  height: 46px;
  border: unset;
  border-radius: unset;
  background: unset;
  opacity: 0.8;
  z-index: 9999;
}

.footer__body--column__form .hs-submit::after{
  content: '';
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 10px;
  background-image: url("//5496511.fs1.hubspotusercontent-na1.net/hubfs/5496511/raw_assets/public/Evoque%20Theme%202022/images/EVOQUE_CHEVRON_WHITE.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 1rem;
  right: 1rem;
  opacity: 0.5;
}

.footer__body--column__form .hs-button:hover{
 background: unset;
}

.footer_social .social-links__icon {
  border-radius: 50% !important;
  border: 1px solid #f36c3e;
  padding: 20px;
  margin: 50px 5px 0 0 !important;
}

.footer__bottom--copyright{
  font-size: 0.65em;
  opacity: 0.85;
}



.footer__container {
  padding: 1rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 10px;
  padding-bottom:0px;
  flex-direction: column;
  padding: 80px 0 100px 0;
}
.footer__copyright {
  font-size: 1rem;
  margin: .5rem 0;
  text-align:left;
}
.footer.option2 .footer__container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

h5.menu-col {
 font-weight: bold;
 margin-bottom: 0px;
 color:#fff;
}
ul.menu-col {
 list-style: none;
 padding-left: 10px;
 margin: auto;
}

@media screen and (max-width: 1440px){}
@media screen and (max-width: 1280px){
  .footer__container {
    padding: 80px 20px 100px 20px;
  }
}
@media screen and (max-width: 1150px){}
@media screen and (max-width: 900px){}
@media screen and (max-width: 850px){
  .footer__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .footer__top--text{
    margin: 0;
  }
  
  .footer .hs-menu-item a, 
  .footer__body--column__description,
  .footer__body--column__heading{
    font-size: 1em; 
  }
  
  .footer__body{
    flex-direction: column; 
    margin: 25px 0;
  }
}
@media screen and (max-width: 767px){
  footer form .hs-form-field .hs-input{
    width: 100% !important;
  }

  .evolve-form__form fieldset.form-columns-2 .hs-form-field{
   padding: 0 !important;  
  }
}


.footer__body--column__form .hs_email {
    display: block;
    width: 100%;
}



@media(min-width:767px){
  .footer__container {
 display: flex;
 justify-content: space-between;
}
.footer__container.justify-center {justify-content:center;}
.foot-menu-container {
 display: flex;
 justify-content: space-evenly;
}
  .sub-footer {
    max-width:1200px;
    margin:10px auto 0;
  }
.flex-wide {
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.foot-search {padding-top:15px;}
.column-outer {text-align: left;padding:15px;}
}
.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}

/* Blog header */

.header_bottom .header__container{
  margin: 0 auto;
}

.blog-header {
  background-color: #f8fafc;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
}

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494a52;
}

.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog header - tag listing */

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
}

/* Blog listing */

/* .blog-index {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.blog-index::after {
content: "";
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
}
*/


section.blog-index.post-listing {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}

.blog-index__post-inner-card {
  height: 100%;
}

.blog-index__post .blog-index__post-inner-card img.cm-post-image {
  height: 200px;
  object-fit: cover;
}

.blog-index__post-content .post-meta {
  padding: 20px 0px;
}

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post.blog-index__post--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index__post-inner-card {
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
}

.blog-index__post-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  display: block;
  padding-bottom: 63%;
}

@media (min-width: 1000px) {
  .full-width .blog-index__post-image {
    min-height: auto;
    padding-bottom: unset;
  }
}

.blog-index__post-inner-card .blog-index__post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px 30px 30px 30px;
}

.blog-post__tag-link,
.blog-post__tags {
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-post__tag-link:hover {
  text-decoration: none;
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-post__meta-section {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 30px;
}
.blog-post__meta-section.no-min {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-post__read-more a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  padding-left: 10px;
  position: relative;
  top: 3px;
}

.blog-post__read-more svg {
  height: auto;
  width: 15px;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.cm_meta_page .sidebar {
  margin-top: 30px;
}


/* Blog listing - sidebar */

@media screen and (min-width: 769px) {
  .sidebar.full-width .blog-index .blog-index__post,
  .sidebar .full-width .blog-index .blog-index__post {
    width:100%;
  }
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    width:50%;
  }

  .sidebar.four-col .blog-index .blog-index__post,
  .sidebar .four-col .blog-index .blog-index__post {
    width:50%;
  }
}

@media screen and (min-width: 993px) {
  .sidebar.full-width .blog-index .blog-index__post,
  .sidebar .full-width .blog-index .blog-index__post {
    width:100%;
  }
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    width:50%;
  }

  .sidebar.four-col .blog-index .blog-index__post,
  .sidebar .four-col .blog-index .blog-index__post {
    width:25%;
  }
}


@media screen and (max-width: 768px) {
  .sidebar.full-width .blog-index .blog-index__post,
  .sidebar .full-width .blog-index .blog-index__post {
    width:100%;
  }
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    width:100%;
  }

  .sidebar.four-col .blog-index .blog-index__post,
  .sidebar .four-col .blog-index .blog-index__post {
    width:100%;
  }
}

@media screen and (max-width: 999px) {
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    width:50%;
  }
}



.blog-sidebar h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 20px;
  margin-top: 8px;
}

.blog-sidebar ul {
  background: #fff;
  border-radius: 5px;
  list-style: none;
  padding: 30px;
}

.blog-sidebar ul li {
  border-top: 1px solid #dfddd9;
  font-weight: 600;
  padding: 10px 0;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
  padding-top: 0;
}

.blog-sidebar ul li:last-child {
  padding-bottom: 0;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: list-number;
}

.blog-sidebar-post-listing li:before {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  content: counter(list-number);
  font-size: 36px;
  font-weight: 600;
  padding-right: 22px;
}

.blog-sidebar-post-listing li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Blog mobile sidebar */

@media (max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hs-blog-listing .span9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    display: none;
    opacity: 0;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    visibility: hidden;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    visibility: visible;
  }
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom:40px;
}
.blog-pagination.linked {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #b0c1d4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #b0c1d4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #b0c1d4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #b0c1d4;
}

/* Blog post */

.post-featured-image {
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: -110px;
  margin-top: 40px;
  min-height: 300px;
}

.blog-post {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 960px;
  padding: 84px 100px 80px 100px;
  position: relative;
  width: 90%;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__timestamp {
  display: inline-block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__links-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 0;
}

@media (max-width: 767px) {
  .blog-post__links-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-blog-social-share {
    height: 0 !important;
  }
  .hs-blog-social-share-list {
    padding-top: 20px;
  }
}

.hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-top: -7px;
}

.blog-post__back-to-blog,
.blog-post__back-to-blog:hover {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  margin-right: 10px;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 20px;
}

@media (max-width: 767px) {
  .blog-post img {
    float: none !important;
    width: 100% !important;
  }

  .blog-post {
    width: 90%;
    padding: 30px;
  }

  .blog-post h1 {
    font-size: 1.6rem;
  }
}

/* Blog related posts */

.blog-related-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-related-posts .blog-post__meta-section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-related-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-width: 100%;
  padding-bottom: 63%;
}

.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 100%;
}

.blog-comments form {
  max-width: 100%;
  padding-top: 2em;
}

.blog-comments .hs-submit {
  text-align: center;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/* Subscription section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}


/* Listing  */

.cm-blog-main-header .dnd-section {
  padding: 0;
}

.blog-header {
  text-align: left;
}

.blog-header .blog-header__inner {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  min-height: 360px;
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.cm-blog-main-header .hs_cos_wrapper_type_module {
  width: 100%;
}

.blog-header .blog-header__inner .content-wrapper {
  max-width: 1017.99px;
  width: 100%;
}

.blog-header .blog-header-col {
  float: left;
  min-height: 1px;
  width: 68.67%;
}

.blog-header-content {
  margin: 20px;
}

.blog-header-content h1.blog-heading {
  font-family: 'Barlow',sans-serif;
  color: #24272A;
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-block;
}

.uabb-masonary-filters-wrapper {
  margin-bottom: 20px;
  text-align: center;
}

.uabb-masonary-filters-wrapper ul {
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px -2px rgb(0 0 0 / 14%);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.14);
  box-shadow: 0px 2px 10px -2px rgb(0 0 0 / 14%);
  margin: 0 auto;
  padding: 16px 32px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.uabb-masonary-filters-wrapper ul li {
  background: none;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 6px;
  text-transform: uppercase;
  border-radius: 0;
  color: #24272a;
  margin-right: 5px;
  margin-left: 5px;
  border-style: none;
  display: inline-block;
  cursor: pointer;
}

.uabb-masonary-filters-wrapper ul li a {
  color: inherit;
}

.uabb-masonary-filters-wrapper ul li.active-topic {
  color: #24272a;
  background: none;
  box-shadow: inset 0 -4px 0 #f4753d;
}

.sidebar {
  margin-top: -34px;
}

.sidebar:after, .sidebar:before {
  content: "";
  display: table;
}

.sidebar:after {
  clear: both;
}

.cm-blog-main-cnt .dnd-section {
  padding-top: 0;
}

.blog-index__post {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  display: inline-block !important;
  vertical-align: top;
  float: left;
  border-radius: 0;
  outline: none;
  z-index: 1;
  width: 33.33%;
}

section.blog-index {
  margin: 0 -10px;
}

.blog-index__post .blog-index__post-inner-card {
  font-size: 14px;
  transition: all .35s ease;
  -webkit-box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
  background: #ffffff;
  transition: all 0.3s linear;
  width: 100%;
}

.blog-index__post .blog-index__post-inner-card img.cm-post-image {
  width: 100%;
}

.blog-index__post-inner-card .blog-index__post-content {
  padding: 20px;
  display: block;
}

.blog-index__post-inner-card .blog-index__post-content h2.post-title {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding: 0 0 5px;
}

.blog-index__post-image.blog-index__post-image--small {
  padding: 0;
  border-radius: 0;
}

.post-meta {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  padding: 0 0 0px;
  font-weight: 600;
  color: #384756;
}

.blog-index__post-content .post-meta {
  color: #24272a;
}

.blog-index__post-content .post-meta a:hover,
.blog-index__post-content .post-meta a {
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  color: #384756;
}

.post-archive-author-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.post-archive-author-image img {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  object-fit: cover;
}

.blog-index__post-content a {
  color: #004D93;
}

.blog-index__post-content a:hover {
  color: #004D93;
}

.blog-post__tags {
  display: inline-block;
}

.blog-post__tags a {
  transition: all .2s linear;
  color: #f4753d !important;
  text-transform: uppercase;
}

.blog-post__tags a:hover {
  color: #f4753d !important;
}

.cm-blog-bottom .dnd-section {
  padding: 0;
}

/* Blog Post */


.blog-post-banner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-banner .content-wrapper {
  padding: 20px;
  padding-top: 60px;
  max-width: 1200px;
}

.left-banner-content, .cm-post-feature-image {
  width: 50%;
  float: left;
  min-height: 1px;
}

.cm-banner-post-tag a.blog-post__tag-link {
  color: #f4753d;
  transition: all .2s linear;
  text-decoration: none;
}

.cm-banner-post-tag {
  font-family: 'Barlow',sans-serif;
  padding: 20px;
  color: #F4753D;
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 0;
}

.cm-banner-post-tag p {
  font-size: inherit;
  margin: 0;
}

.cm-module-content {
  padding: 0 20px;
}

.cm-module-content h1.cm-heading {
  font-size: 60px;
  font-family: "Barlow Condensed", "Titillium Web", sans-serif;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.1;
  font-weight: 500;
  margin: 0;
}

.post-separator-inn {
  margin: 20px;
}

.post-separator-inn .cm-separator {
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #F4753D;
  max-width: 290px;
  margin: 0 0 0 0;
}

.meta-module-content {
  margin: 20px;
}

.post-author {
  display: flex;
  align-items: center;
}

.post-author-image-container {
  margin-right: 1em;
}

.post-author-image-container .post-author-image {
  overflow: hidden;
  border-radius: 60px;
}

.post-author-image-container .post-author-image img {
  width: 60px;
}

.post-author-text {
  line-height: 1.4;
}

.post-author-text p {
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  margin: 0;
}

.post-author-text span {
  font-size: 15px;
}

.cm-post-feature-image-inner {
  padding: 20px;
}

.cm-post-feature-image-inner img {
  display: inline;
  height: auto;
  max-width: 100%;
}

.cm-photo-img-png {
  display: inline-block;
  line-height: 0;
  position: relative;
  max-width: 100%;
}

.post-body-container {
/*   padding: 20px;
  padding-right: 20%; */
  margin: 0 auto;
  max-width: 1200px;
}

.news-listing_wrap .content-wrapper,
.two-col-content .content-wrapper{
  margin: 0 auto;
}

.post-body-container .content-wrapper {
/*   max-width: 900px; */
  margin: 0 auto;
  padding: 60px 130px 20px 20px;
}

.cm-module-content h1.cm-heading,
.body-container--blog-index h1,
.blog-index__post-inner-card .blog-index__post-content h2.post-title,
.news-post-item h2.post-title,
.post-body-container h3,
.blog-post__body  ul li,
.blog-post__body  ul li span{
  font-family: Barlow, sans-serif;
  color: #002862;
}

.post-body-container h2,
.blog-post__body  ul li a span,
.blog-post__body a{
  color: #f36c3e;
  font-family: Barlow, sans-serif;
}

.post-body-container h2{
  font-weight: 500;
}

.post-body-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.post-sidebar {
  float: left;
  min-height: 1px;
  width: 10%; 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.main-content-wrpper {
  float: left;
  min-height: 1px;
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.cm-rich-text h5 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  color: #24272a;
}

.post-sidebar-inner .cm-module-content {
  padding: 0;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 4px;
  margin-left: 0px;
}

.cm-module-rich-text:after,.cm-module-rich-text:before {
  content: "";
  display: table;
}

.cm-module-rich-text:after {
  clear: both;
}

.uabb-social-share .uabb-ss-grid-item .uabb-ss-grid-button {
  overflow: hidden;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: background-color, border-color, -webkit-filter;
  transition-property: background-color, border-color, -webkit-filter;
  -o-transition-property: filter, background-color, border-color;
  transition-property: filter, background-color, border-color;
  transition-property: filter, background-color, border-color, -webkit-filter;
  height: 4.5em;
  cursor: pointer;
}

.uabb-ss-button-facebook .uabb-ss-grid-button {
  background-color: #3b5998;
}

.uabb-ss-grid-item {
  margin-right: calc(5px);
  margin-left: calc(5px);
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
}

.uabb-ss-grid-item a.uabb-ss-grid-button-link {
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  transition: all .2s linear;
}

.uabb-ss-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4.5em;
  position: relative;
}

.uabb-ss-icon i {
  font-size: 2em;
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fab, .far {
  font-weight: 400;
}

.uabb-ss-button-text {
  font-size: 1.5em;
  padding-right: 1em;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}

.uabb-ss-button-twitter .uabb-ss-grid-button {
  background-color: #1DA1F2;
}

.fa-twitter:before {
  content: "\f099";
}

.uabb-ss-button-linkedin .uabb-ss-grid-button {
  background-color: #0077b5;
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.uabb-ss-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  
}

.blog-post__body {
  margin: 20px;
}

.blog-post__body p {
  margin-bottom: 1.75em;
  margin-top: 0;
  font-family: 'Barlow',sans-serif;
  color: #002862;
  line-height: 1.85714285714286;
  display: block;
  font-size: inherit;
}

.grecaptcha-badge {
  margin: 10px 0;
}

.blog-comments .hs-submit {
  text-align: left;
  margin: 20px 0;
}
.post-sidebar-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  width: 100%;
}

.sidebar-col-content {
  position: -webkit-sticky;
  position: sticky;
  top: 112px;
  left: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: 200px;
  z-index: 2;
}

.cm-col-content {
  margin-right: 32px;
}

.cm-button-primary a.hs-button {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: #fafafa;
  border: 1px solid #ccc;
  font-size: 20px;
  padding: 10px 14px;
  display: block;
  text-align: center;
  background-color: #F4753D;
  border-color: #F4753D;
  color: #fff;
  box-shadow: 0 5.5px 0 #d15322;
  transform: translateY(0);
  margin-bottom: 5.5px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', 'Titillium Web', serif;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 0;
  transition: background-color 0.25s ease-in-out;
  text-decoration: none;
  text-shadow: none;
}

.cm-button-primary a.hs-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin: -15px 0 0 1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e86b34;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
  transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}

.cm-button-primary a.hs-button:hover:after {
  -webkit-transform: scale3d(17, 17, 1);
  transform: scale3d(17, 17, 1);
}

.cm-button-primary a.hs-button span {
  position: relative;
  z-index: 1;
  margin-bottom: 0.1em;
  display: inline-block;
  letter-spacing: 0.059em;
  transition: color 0.25s ease-in-out;
}

.mobile-visible{
  display:none;
}

.blog-header.blog-meta-header .blog-header__inner {
  background-image: url(), radial-gradient(at center center, #004D93 0%, #16365B 100%);
  padding-top: 56px;
  padding-bottom: 56px;
  min-height: 300px;
  background-size: cover, cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.blog-header.blog-meta-header .blog-header__inner h1.blog-heading {
  font-family: "Barlow Condensed", "Titillium Web", sans-serif;
  text-transform: uppercase;
  font-size: 88px;
  line-height: 1.1;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.blog-header.blog-meta-header .module-content {
  margin: 20px;
  margin-left: 0px;
}

.blog-header.blog-meta-header .content-wrapper {
  max-width: 1116px;
}

.blog-header.blog-meta-header .separator {
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #F4753D;
  max-width: 290px;
  margin: 0 0 0 0;
}

.blog-header.blog-meta-header .module-content:after, 
.blog-header.blog-meta-header .module-content:before {
  content: "";
  display: table;
}

.blog-header.blog-meta-header .module-content:after {
  clear: both;
}

.blog-header.blog-meta-header .module-heading .module-content {
  margin: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.cm-blog-bottom .cnt-wit-frm-col-wrp .cm-col-content {
  margin-right: 0;
}

.blog-comments .hs-error-msgs {
  padding: 2px 13px;
}

.blog-comments .hs-error-msgs label {
  color: red;
  font-size: 12px;
}

@media (max-width: 992px){

  .blog-index__post {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }

  .sidebar {
    margin: 12px;
  }

  .cm-blog-main-cnt .dnd-section {
    padding: 28px;
  }


  /*    */

  .post-sidebar-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    width: 100%;
  }

  .sidebar-col-content {
    position: -webkit-sticky;
    position: sticky;
    top: 112px;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: 200px;
    z-index: 2;
  }

  .cm-col-content {
    margin-right: 32px;
  }

  .blog-post-banner .content-wrapper {
    padding: 28px;
  }

  .cm-post-feature-image-inner {
    padding: 12px;
  }

  .cm-banner-post-tag {
    padding: 12px;
  }

  .left-banner-content .cm-module-content {
    padding: 12px;
  }

  .post-separator-inn {
    margin: 12px;
  }

  .meta-module-content {
    margin: 12px;
  }

  .cm-module-content h1.cm-heading {
    font-size: 48px;
  }

  .post-body-container {
    padding: 28px;
  }

  .post-sidebar {
    width: 25%;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .main-content-wrpper {
    width: 75%;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .blog-post__body {
    margin: 12px;
  }

  .blog-header.blog-meta-header .blog-header__inner h1.blog-heading {
    font-size: 72px;
  }

  .blog-header.blog-meta-header .blog-header__inner {
    padding: 28px;
    min-height: 300px;
  }

  .blog-header.blog-meta-header .module-heading .module-content {
    margin: 12px;
    margin-top: 0;
  }

  .blog-header.blog-meta-header .module-content {
    margin: 12px;
  }


  .cm-blog-main-header .dnd-section[class*="force-full-width-section"]>.row-fluid>.span12.dnd-module {
    padding: 0;
  }

.post-body-container .content-wrapper {

  margin: 0 auto;
  padding: 60px 0px 20px 20px;
}

}

@media (max-width: 768px){
  .blog-header .blog-header-col {
    width: auto;
  }
  .blog-header-content {
    margin: 12px;
  }
  .blog-header .blog-header__inner {
    padding: 28px;
  }
  .blog-index__post {
    width: 100%;
  }
  /*    */
  .desktop-visible{
    display:none;
  }
  .mobile-visible{
    display:block;
  }
  .left-banner-content, .cm-post-feature-image {
    width: 100%;
    max-width: none;
    clear: none;
    float: left;
  }
  .cm-banner-post-tag {
    font-size: 18px;
    padding-bottom: 0;
  }
  .left-banner-content .cm-module-content {
    padding-top: 0;
  }
  .cm-module-content h1.cm-heading {
    font-size: 36px;
  }
  .post-sidebar {
    width: 10%;
    max-width: none;
    clear: none;
    float: left;
  }
  .main-content-wrpper {
    width: 90%;
    max-width: none;
    clear: none;
    float: left;
  }
  .sidebar-col-content .cm-module-rich-text {
    display: none;
  }
  .post-body-container {
    padding-left: 0px;
  }
  .uabb-social-share-inn {
    margin: 12px;
    text-align: center;
    width: 100%;
  }
  
  
  
 
   


  
  
  .uabb-ss-grid-item {
    margin-right: calc( 10px/2 );
    margin-bottom: 10px;
    margin-left: calc( 10px/2 );
  }
  .cm-col-content {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  aside.cm-col-sticky {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .uabb-ss-button-text {
    display: none;
  }
  .blog-header.blog-meta-header .blog-header__inner h1.blog-heading {
    font-size: 48px;
  }
  .blog-header.blog-meta-header .blog-header__inner {
    padding: 20px;
    min-height: 200px;
    background-attachment: scroll;
  }
  .blog-header.blog-meta-header .module-heading .module-content {
    margin: 12px;
    margin-top: 0;
  }
  .blog-header.blog-meta-header .module-content {
    margin: 12px;
  }
  .cm-blog-main-header .dnd-section[class*="force-full-width-section"]>.row-fluid>.span12.dnd-module {
    padding: 0;
  }
  .post-separator-inn .cm-separator {
    margin-left: 0;
    max-width: 50vw;
  }
}


/*
@media (max-width: 768px){
  .uabb-social-share-inn {
    margin: 12px -10px;
    text-align: center;
    width: 100%;
  }
*/


@media (max-width: 600px){
  .uabb-social-share-inn {
     margin-left: -15px !important;
    
  }
  .uabb-ss-icon {
    width: 3em;
  }
  .uabb-social-share .uabb-ss-grid-item .uabb-ss-grid-button {
    height: 3em;
  }
}



@media only screen and (max-width: 450px){
  .cm-blog-main-cnt .dnd-section {
    padding: 0;
  }
  .blog-header-content h1.blog-heading {
    font-size: 42px;
  }
  .blog-post__tags {
    display: block;
    text-align: center;
  }
  span.fl-post-meta-sep.tt-post-meta-sep-2 {
    display: none;
  }
}


@media only screen and (max-width: 480px){
  .news .blog-header-content h1.blog-heading {
    font-size: 28px;
  }
}




/* =============================== NEW BLOG ==================================================== */


.news-listing_wrap {
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  padding: 20px;
  position: relative;
}


.news-listing_wrap .inner {
  width: 100%;
  float: left;
}

.news-post-item h2.post-title {
  line-height: 1.6;
  margin: 0;
  padding: 0 0 5px;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.news-post-item .fl-post-more-link:hover a {
  text-decoration: underline;
}

.news-post-item .fl-post-more-link:hover a::after {
  transform: translateX(2px);
}

.news-post-item {
  position: relative;
}


.news-post-item .fl-post-meta {
  position: absolute;
  bottom: 10px;
  padding: 0;
  font-family: 'Titillium Web';
  font-weight: bold;
  font-size: 14px;
}

.left-col .top_item.news-post-item:nth-child(1), .top_item.news-post-item {
  float: none;
}

.news-post-item .fl-post-more-link {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-family: 'Titillium Web';
  font-weight: bold;
  font-size: 14px;
}

.news-post-item .fl-post-more-link a {
  transition: all .2s linear;
}

.news-post-item .fl-post-more-link a::after {
  content: '\f0da';
  font-family: 'Font Awesome 5 free' !important;
  color: #F4753D;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  transition: all .2s ease;
}

.news.sidebar {
  margin: 0;
}

.news.blog-header .blog-header__inner {
  background-image: url();
}

.left-col .top_item.news-post-item:nth-child(1) {
  width: 100%;
  min-height: 650px;
  box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 20%);
  display: inline-block;
  position: relative;
  overflow: visible;
  margin-bottom: 0;
  border-bottom: 1px solid #e6e6e6;
}

.top_item.news-post-item {
  float: right;
  border-bottom: none;
  box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 20%);
  margin-bottom: 20px;
  width: 100%;
  min-height: 203.33px;
  position: relative;
  overflow: visible;
}
.top_item.news-post-item .post-meta_content {
  padding: 20px;
}

.news-post-item .fl-post-excerpt p {
  font-size: 14px;
  margin-bottom: 1.75em;
  margin-top: 0;
  line-height: 1.85714285714286;
}

.news-listing_wrap .dnd-section {
  padding: 0;
}

.news-listing_wrap .blog-index {
  margin: 0;
}

.post_item_wrap .bottom_item {
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.333333333333%;
  float: left;
}

.post_item_wrap{
  margin: 0;
}

.top_item.news-post-item:last-child {
  margin-bottom: 0 
}

.post_item_wrap .bottom_item:nth-child(3n+1) {
  clear: both;
}

.post_item_wrap .bottom_item .post-inner-card {
  position: relative;
  border: none;
  box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 20%);
  font-size: 14px;
  overflow: visible;
  background: #fff;
}

.post_item_wrap .bottom_item .post-meta_content {
  padding: 20px;
}

.post_item_wrap .bottom_item .ft-post-img {
  border: 1px solid #f1f1f1;
}

.post_item_wrap .bottom_item .ft-post-img img {
  width: 100%;
  object-fit: cover;
}

.top_item.news-post-item .ft-post-img img {
  height: auto;
  width: 100%;
}
.post_item_wrap.top_posts_wrapper {
  margin: 20px;
  margin-bottom: 0px;
}

.post_item_wrap.bottom_posts_wrapper {
  margin: 20px;
}
.post_item_wrap.bottom_posts_wrapper .row_wrap {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}

.news.sidebar.four-col .bottom_posts_wrapper .bottom_item {
  width: 25%;
}

.news.sidebar.four-col .bottom_posts_wrapper .bottom_item:nth-child(3n+1) {
  clear: none;
}

.news.sidebar.four-col .bottom_posts_wrapper .bottom_item:nth-child(4n+1) {
  clear: left;
}

.news.sidebar.two-col .bottom_posts_wrapper .bottom_item {
  width: 50%;
}

.news.sidebar.two-col .bottom_posts_wrapper .bottom_item:nth-child(3n+1) {
  clear: none;
}

.news.sidebar.two-col .bottom_posts_wrapper .bottom_item:nth-child(2n+1) {
  clear: left;
}

.news.sidebar.full-width .bottom_posts_wrapper .bottom_item {
  width: 100%;
}

.post_item_wrap.top_posts_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.post_item_wrap.top_posts_wrapper .left-col {
  width: calc(50% - 10px);
  float: left;
}

.post_item_wrap.top_posts_wrapper .right-col {
  width: calc(50% - 10px);
  float: right;
}




@media (max-width: 1400px){
  .news-post-item h2.post-title {
    font-size: 16px;
  }
}

@media (max-width: 992px){
  .post_item_wrap.top_posts_wrapper .left-col {
    width: 100%;
    float: none;
  }
  .post_item_wrap.top_posts_wrapper .right-col {
    width: 100%;
    float: none;
  }
  .news.sidebar.four-col .bottom_posts_wrapper .bottom_item {
    width: 100%;
  }
  .news.sidebar.two-col .bottom_posts_wrapper .bottom_item {
    width: 100%;
  }
  .post_item_wrap .bottom_item {
    width: 100%;
  }
  .post_item_wrap .bottom_item .post-inner-card {
    width: 70%;
    margin: 0 auto 0 auto;
  }
  .news-post-item h2.post-title {
    font-size: 18px;
  }
  .news-listing_wrap {
    padding: 28px;
  }
  .top_item.news-post-item {
    float: none !important;
    width: 70%;
    margin: 0 auto 20px auto;
    display: block;
    height: auto;
    min-height: auto;
  }
  .left-col .top_item.news-post-item:nth-child(1) {
    float: none;
    width: 70%;
    margin: 0 auto 20px auto;
    display: block;
    height: auto;
    min-height: auto;
  }
  .post_item_wrap.top_posts_wrapper {
    margin: 12px;
  }
  .post_item_wrap.bottom_posts_wrapper {
    margin: 12px;
  }
  .top_item.news-post-item:last-child {
    float: none;
    clear: none;
  }
  .post_item_wrap.bottom_posts_wrapper {
    margin-top: 24px;
  }
}


@media (max-width: 768px){
  .left-col .top_item.news-post-item:nth-child(1) {
    width: 100%;
  }
  .top_item.news-post-item {
    width: 100%;
  }
  .post_item_wrap .bottom_item:nth-child(1n+1) {
    clear: both;
  }
  .post_item_wrap .bottom_item .post-inner-card {
    width: 100%;
  }
  .news-post-item h2.post-title {
    font-size: 16px;
  }
}


@media (max-width: 500px){
  .news-post-item .fl-post-excerpt p {
    font-size: 10px;
  }
}


@media (max-width: 420px){
  .post_item_wrap.bottom_posts_wrapper {
    margin-right: 0;
    margin-left: 0;
  }
  .post_item_wrap.top_posts_wrapper {
    margin-right: 0;
    margin-left: 0;
  }
  .news-listing_wrap {
    padding: 20px;
  }
}


@media (max-width: 400px){
  .news-post-item h2.post-title {
    font-size: 14px;
  }
  .news-post-item .fl-post-meta {
    font-size: 11px;
  }
  .news-post-item .fl-post-more-link {
    font-size: 11px;
  }
}


@media (max-width: 350px){
  .news-post-item .fl-post-meta {
    font-size: 10px;
  }
  .news-post-item .fl-post-more-link {
    font-size: 10px;
  }
}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: ;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}



.search.hero-section-wrap{
  background-color: #192857;
}

.search.hero-section-wrap .hero-section-overlay{
  background-color: transparent;
}

.search.hero-section-wrap .dnd-section{
  padding-top: 100px;
}

.search.hero-section-wrap h1{
  font-family: 'Gotham', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.search.hero-section-wrap form{
  margin-bottom: 25px;
}

.search.hero-section-wrap input{
  border-radius: 0;
}

.search.hero-section-wrap button{
  max-width: fit-content !important;
  font-family: Barlow;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  background-color: rgba(242, 108, 62,0 );
  color: rgba(255, 255, 255,100)!important;
  padding: 16px 24px;
  border-radius: 0px;
  border: 2px solid rgba(255, 255, 255, 100);
  font-size: 1rem!important;
}

.search.hero-section-wrap button span::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 0.6em;
  margin-left: 10px;
  background-image: url(//info.evoquedcs.com/hubfs/raw_assets/public/Evoque%20Theme%202022/images/chevron-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: margin-left 0.3s ease-out;
  -moz-transition: margin-left 0.3s ease-out;
  -o-transition: margin-left 0.3s ease-out;
  -ms-transition: margin-left 0.3s ease-out;
  transition: margin-left 0.3s ease-out;
}

.search.hero-section-wrap button span svg{
  display: none;
}

.hs-search-results__title{
  font-family: Barlow !important;
  color: #f26c3e !important;
}

.search.hero-section-wrap .hs-search-field--open .hs-search-field__suggestions{
  background-color: #fff;
  padding: 12px 24px;
}

.search.hero-section-wrap .hs-search-field--open .hs-search-field__suggestions #results-for{
  padding-bottom: 8px;
  color: #002862;
}

.search.hero-section-wrap .hs-search-field--open .hs-search-field__suggestions li:not(:first-of-type){
  padding-bottom: 4px;
}

.hs-search-results {
  margin-top: 2rem;
}

.hs-search-results__next-page{
  float: unset !important;
}

@media screen and (max-width: 767px){
  .search.hero-section-wrap .dnd-section,
  .search .systems-page{
    padding: 50px 20px;
  }

  .hs-search-results{
    margin-top: 0;
  }

}



ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Open Sans, serif;
  font-size: 1.25rem;
  color: #666666;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
  color: #002862;
  line-height: 30px;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #666666;
}

.hs-search-field__bar form {
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
  max-width: 100% !Important;
}
@media(max-width: 767px){
  .hs-search-field__bar form {
    flex-direction:column;
    align-items: center;
  }
  .hs-search-field__bar button.hs-button {
    max-width: fit-content !important;
    margin-left: 0px!important;
    margin-top: 24px;
  }
  .foot-logo {
    margin: auto;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* Primary */
.b-cta--primary {
  display: inline-block;
  background-color:rgba(242, 108, 62,0 );
  color:rgba(255, 255, 255,100)!important;
  padding:16px 24px;
  border-radius:0px;
  border: 2px solid rgba(255, 255, 255, 100);
  font-size: 1rem!important;
}
@media (max-width: 767px ) {
  .b-cta--primary {
    margin-bottom: 1rem;
  }  
}
.b-cta--primary > * {
  font-size: 1rem!important;
}
.b-cta--primary:hover {color:rgba(255, 255, 255,100)!important;}

[class^="chevron"].b-cta--primary:hover::after {color:#FFF!important;background-image: url(//info.evoquedcs.com/hubfs/raw_assets/public/Evoque%20Theme%202022/images/chevron-white.png)!important;}
/* Secondary */
.b-cta--secondary {
  display: inline-block;
  background-color:rgba(1, 58, 105,0);
  color:#192857!important;
  padding:16px 24px;
  border-radius:0px;
  border: 2px solid rgba(25, 40, 87, 100);
  font-size: 1rem!important;
}
@media (min-width: 767px ) {
  .b-cta--secondary {
    margin-bottom: 1rem;
  }  
}
.b-cta--secondary > * {
  font-size: 1rem!important;
}

.b-cta--secondary:hover {color:#192857!important;}
[class^="chevron"].b-cta--secondary:hover::after {color:#FFF!important;background-image: url(//info.evoquedcs.com/hubfs/raw_assets/public/Evoque%20Theme%202022/images/chevron-blue.png)!important;}
/* Tertiary */
.b-cta--tertiary {
  display: inline-block;
  background-color: rgba(241, 241, 241, 0);
  color:#F26B3E!important;
  padding:16px 24px;
  border-radius:0px;
  border: 2px solid rgba(242, 107, 62, 100);
  font-size: 1rem!important;
}
@media (min-width: 767px ) {
  .b-cta--tertiary {
    margin-bottom: 1rem;
  }  
}
.b-cta--tertiary > * {
  font-size: 1rem!important;
}
[class^="chevron"].b-cta--tertiary::after {color:#FFF!important;background-image: url(//info.evoquedcs.com/hubfs/raw_assets/public/Evoque%20Theme%202022/images/chevron-orange.png)!important;}
[class^="chevron"].b-cta--tertiary:hover::after {color:#F26B3E!important;background-image: url(//info.evoquedcs.com/hubfs/raw_assets/public/Evoque%20Theme%202022/images/chevron-orange.png)!important;}
/* Form CTAs */
.evolve-form__form .hs-button {
  background-color:rgba(0,0,0,0)!important;
  color: #F26B3E!important;
  padding:16px 24px;
  border-radius:0px;
  border: 2px solid #F26B3E;
  font-size: 1rem!important;
}
.evolve-form__form .hs_submit.hs-submit:after {
  content: ""!important;
  background-image: none!important;
}
.evolve-form__form .hs-button:hover {
  color: #F26B3E!important;
  border: 2px solid #F26B3E!important;
}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* List Headers */
h4.h-list-header {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #192857;
  text-transform: uppercase;
}
ul.h-chevron-bullets {
  padding: 0 1rem;
  margin: 0;
  margin-bottom: 2rem;
  list-style: none;
}
ul.h-chevron-bullets li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.25em;
  color: #192857;
}
ul.h-chevron-bullets li:before {
  content: '';
  width: 13px;
  height: 16px;
  display: inline-block;
  background-size: 10px 13px;
  background-position: center left;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url('//5496511.fs1.hubspotusercontent-na1.net/hubfs/5496511/raw_assets/public/Evoque%20Theme%202022/images/data-center-listing/arrow-right-orange.png'); 
}
ul.h-ul-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.h-chevron-bullets.h-chevron-bullets--blue li:before {
  background-image: url('//5496511.fs1.hubspotusercontent-na1.net/hubfs/5496511/raw_assets/public/Evoque%20Theme%202022/images/data-center-listing/arrow-right-blue.png'); 
}