@charset "UTF-8";
/*! 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
   font-weight: 500;
/*     letter-spacing: 0.4rem;} */
}

/**
 * 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; }

/* Underline Button
   example usage:
      @include btn-underline($white, $blue, $orange);

   or use the class btn-underline to apply default settings.
 */
/* UTILITY MIXINS
//=================================================================
/* ---- invisible ---- */
/* ---- bg-image ---- */
/* normalize lists */
/* ---- get values function ---- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box; }

body {
  background-color: #FFFFFF;
  padding: 0;
  overflow-x: hidden; }

.skip-link {
  position: absolute;
  top: 2.5rem;
  left: 1rem;
  transform: translateX(-100vw);
  transition: transform .3s ease;
  z-index: 4; }
  @media screen and (min-width: 60rem) {
    .skip-link {
      top: 1rem; } }
  .skip-link:focus {
    transform: translateX(0); }

#mainSpacer {
/*  overflow-x: hidden; */
}

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

html.noscroll {
  overflow: hidden; }
  html.noscroll.overlay {
    position: relative; }

.invisible {
  position: absolute;
  opacity: 0;
  line-height: 0;
  height: 0;
  width: 0;
  overflow: hidden; }

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.section-intro {
  margin-bottom: 2rem; }
  .section-intro p, .section-intro ul, .section-intro ol {
    margin-bottom: 1rem; }

.section-title {
  font-weight: bold;
  color: #153768;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 48rem) {
    .section-title {
      font-size: 2.375rem; } }

.container {
  width: 100%;
  max-width: 79.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  .container-xs {
    max-width: 40.75rem; }
  .container-sm {
    max-width: 50.375rem; }
  .container-md {
    max-width: 67.375rem; }
  .container-lg {
    max-width: 93.875rem; }

html {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #272625; }
  @media screen and (max-width: 60rem) {
    html {
      overflow-x: hidden; } }

body, ::before, ::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, .h1 {
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 300; }
  @media screen and (min-width: 60rem) {
    h1, .h1 {
      font-size: 4.25rem;
      line-height: 1; } }

h2, .h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 0.9375;
  font-weight: 400; }
  @media screen and (min-width: 60rem) {
    h2, .h2 {
      font-size: 2.625rem;
      line-height: 1.19; } }

h3, .h3 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500; }
  @media screen and (min-width: 60rem) {
    h3, .h3 {
      font-size: 1.5rem;
      line-height: 1.33; } }

a {
  text-decoration: none;
  color: inherit; }
  a.link-arrow {
    position: relative; }
    a.link-arrow:hover::after {
      right: -2.25rem; }
    a.link-arrow::after {
      content: '→';
      position: absolute;
      color: #F7941D;
      font-size: 1.5rem;
      top: -.125rem;
      right: -1.75rem;
      transition: right .5s ease; }
  a.link-underline {
    position: relative; }
    a.link-underline::after {
      content: '';
      position: absolute;
      width: 100%;
      transform: scale(0);
      transform-origin: 0;
      height: 2px;
      background-color: #F7941D;
      bottom: 0;
      left: 0;
      transition: transform .6s ease; }
    a.link-underline:hover::after, a.link-underline:focus::after {
      transform: scale(1); }

p, li {
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 400; 
  margin-bottom:1rem;
}
  p a, li a {
    border-bottom: 1px solid #007ABD;
    color: #007ABD;
    transition: border-color .3s ease; }
    p a:hover, p a:focus, li a:hover, li a:focus {
      border-color: #F7941D; }

ol {
  margin-left: 1rem; }
  ol li {
    padding-left: .5rem;
    padding-bottom: .25rem; }

ul {
  list-style: none;
  margin-left: 0; }
  ul li {
    position: relative;
    padding-left: 1rem;
    padding-bottom: .25rem; }
    ul li::before {
      content: "\2022";
      color: #007ABD;
      font-weight: bold;
      font-size: 1.5rem;
      line-height: 1.625rem;
      position: absolute;
      top: 0;
      left: 0; }

.normalize {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
  .normalize li {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1; }
    .normalize li::before {
      display: none; }
    .normalize li a {
      border: 0;
      color: inherit; }

.text-orange {
  color: #F7941D; }

.text-blue {
  color: #007ABD; }

.text-dark-blue {
  color: #153768; }

.text-light-blue {
  color: #B3D0E9; }

.text-light-grey {
  color: #F6FBFF; }

.text-dark-grey {
  color: #272625; }

.text-white {
  color: #FFFFFF; }

.text-black {
  color: #000000; }

button, .btn {
  align-items: center;
  background-color: #F7941D;
  color: #272625;
  display: inline-flex;
  font-family: input-sans, monospace;
  font-size: 1rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 1.85px;
  line-height: 1.4375rem;
  padding: 0.9375rem 2.25rem;
  text-align: center;
  text-transform: uppercase;
  transition: background-color .5s ease-in-out, color .5s ease-in-out;
  position: relative; }
  button::before, button::after, .btn::before, .btn::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    border: 2px solid transparent;
    width: 0;
    height: 0; }
  button::before, .btn::before {
    top: 0;
    left: 0; }
  button::after, .btn::after {
    bottom: 0;
    right: 0; }
  button:hover, button:focus, .btn:hover, .btn:focus {
    background-color: transparent;
    color: #F7941D; }
    button:hover::before, button:hover::after, button:focus::before, button:focus::after, .btn:hover::before, .btn:hover::after, .btn:focus::before, .btn:focus::after {
      width: 100%;
      height: 100%; }
    button:hover::before, button:focus::before, .btn:hover::before, .btn:focus::before {
      border-top-color: #F7941D;
      border-right-color: #F7941D;
      transition: width 0.25s ease-in-out, height 0.25s ease-in-out 0.25s; }
    button:hover::after, button:focus::after, .btn:hover::after, .btn:focus::after {
      border-bottom-color: #F7941D;
      border-left-color: #F7941D;
      transition: border-color 0s ease-in-out 0.5s, width 0.25s ease-in-out 0.5s, height 0.25s ease-in-out 0.75s; }
  button-underline, .btn-underline {
    background-color: transparent !important;
    border: 0;
    color: #272625;
    position: relative;
    padding: 0.9375rem 0;
    margin: 0 2.25rem;
    transition: margin .5s ease-in-out, padding .5s ease-in-out; }
    button-underline::after, .btn-underline::after {
      border-bottom-color: #F7941D;
      width: 100%; }
    button-underline:hover, button-underline:focus, .btn-underline:hover, .btn-underline:focus {
      color: #272625;
      padding: 0.9375rem 2.25rem;
      margin: 0; }
      button-underline:hover::before, button-underline:focus::before, .btn-underline:hover::before, .btn-underline:focus::before {
        border-top-color: #F7941D;
        border-right-color: #F7941D;
        transition: border-color 0s ease-in-out 0.5s, width 0.25s ease-in-out 0.5s, height 0.25s ease-in-out 0.75s; }
      button-underline:hover::after, button-underline:focus::after, .btn-underline:hover::after, .btn-underline:focus::after {
        border-bottom-color: #F7941D;
        border-left-color: #F7941D;
        transition: width 0.25s ease-in-out, height 0.25s ease-in-out 0.25s; }

ul.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2rem 0 0; }
  @media (min-width: 48rem) {
    ul.pagination {
      margin: 6.25rem 0; } }
  ul.pagination li {
    padding: 0 0.125rem; }
    ul.pagination li::before {
      display: none; }
    ul.pagination li a {
      font-size: 0.875rem;
      color: #153768;
      transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
      width: 2rem;
      height: 2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none; }
      @media (min-width: 48rem) {
        ul.pagination li a {
          font-size: 1.125rem;
          width: 2.25rem;
          height: 2.25rem; } }
    ul.pagination li:not(.pagination-next):not(.pagination-prev):not(.ellipsis):not(.selected) a:hover {
      background-color: #B3D0E9;
      color: #153768; }
    ul.pagination li.selected a {
      background-color: #007ABD;
      color: #FFFFFF; }
    ul.pagination li.pagination-prev, ul.pagination li.pagination-next {
      transition: transform 0.3s ease-in-out; }
    ul.pagination li.pagination-prev {
      transform: scaleX(-1); }
      @media (min-width: 48rem) {
        ul.pagination li.pagination-prev {
          transform: scaleX(-1) translateX(1.5rem); } }
      @media (min-width: 48rem) {
        ul.pagination li.pagination-prev:hover {
          transform: scaleX(-1) translateX(1.75rem); } }
    @media (min-width: 48rem) {
      ul.pagination li.pagination-next {
        transform: translateX(1.5rem); } }
    @media (min-width: 48rem) {
      ul.pagination li.pagination-next:hover {
        transform: translateX(1.75rem); } }

.contact-information-grid {
  padding: 2rem 0; }
  @media screen and (min-width: 60rem) {
    .contact-information-grid {
      padding: 3.9375rem 0 4.625rem; } }
  @media screen and (min-width: 60rem) {
    .contact-information-grid .container {
      max-width: 71rem; } }
  .contact-information-grid h2, .contact-information-grid .description, .contact-information-grid .phone {
    max-width: 42.625rem;
    text-align: center;
    margin: 0 auto; }
  .contact-information-grid h2 {
    color: #007ABD;
    margin-bottom: 0.9375rem; }
  .contact-information-grid .phone {
    display: flex;
    margin-top: 1.3125rem;
    align-items: center;
    justify-content: center; }
    .contact-information-grid .phone img {
      max-width: 1.125rem;
      margin-right: .5rem; }
      @media screen and (min-width: 60rem) {
        .contact-information-grid .phone img {
          max-width: 1.75rem;
          margin-right: 1rem; } }
    .contact-information-grid .phone .main-phone {
      font-size: 1.25rem;
      font-weight: 500;
      color: #007ABD; }
      @media screen and (min-width: 60rem) {
        .contact-information-grid .phone .main-phone {
          font-size: 1.5rem; } }
  .contact-information-grid .continents {
    padding-top: 3rem; }
    @media screen and (min-width: 48rem) {
      .contact-information-grid .continents {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        max-height: 45rem; } }
    @media screen and (min-width: 60rem) {
      .contact-information-grid .continents {
        padding-top: 4.3125rem;
        max-height: 55rem;
       padding-left: 200px;} }
    .contact-information-grid .continents h3 {
      color: #153768;
      font-weight: 700;
      margin-bottom: 1rem; }
      @media screen and (min-width: 60rem) {
        .contact-information-grid .continents h3 {
          font-size: 2.375rem;
          margin-bottom: 1.5rem; } }
    .contact-information-grid .continents .continent {
      max-width: 20rem; }
      @media screen and (min-width: 48rem) {
        .contact-information-grid .continents .continent:first-child {
          margin-right: auto; } }
      .contact-information-grid .continents .continent:last-child {
        margin-top: 2.5rem; }
    .contact-information-grid .continents .location {
      padding-left: 2.1875rem;
      margin-bottom: 1.625rem;
      position: relative; }
      @media screen and (min-width: 48rem) {
        .contact-information-grid .continents .location:last-child {
          margin-bottom: 0; } }
      .contact-information-grid .continents .location img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 1rem; }
      .contact-information-grid .continents .location strong {
        font-weight: 500; }
      .contact-information-grid .continents .location h4 {
        color: #007ABD;
        font-size: 1.25rem;
        font-weight: 500;
        margin-bottom: .5rem; }
        @media screen and (min-width: 60rem) {
          .contact-information-grid .continents .location h4 {
            font-size: 1.5rem; } }
      .contact-information-grid .continents .location a {
        line-height: 1.625; }

.content-split-cta-list-card {
  margin-top: 5.375rem;
  margin-bottom: 5.375rem; }
  .content-split-cta-list-card .card {
    border: 1px solid #007ABD;
    background-color: #F6FBFF; }
    @media screen and (min-width: 48rem) {
      .content-split-cta-list-card .card {
        display: flex; } }
  .content-split-cta-list-card .cta-content {
    text-align: center;
    padding: 2rem 1rem; }
    @media screen and (min-width: 48rem) {
      .content-split-cta-list-card .cta-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex: 1 0 55%; } }
    .content-split-cta-list-card .cta-content .title,
    .content-split-cta-list-card .cta-content .content {
      max-width: 26.25rem;
      margin: 0 auto 1rem; }
    .content-split-cta-list-card .cta-content .title {
      color: #007ABD; }
    @media screen and (min-width: 48rem) {
      .content-split-cta-list-card .cta-content .btn {
        margin-top: 1rem; } }
  .content-split-cta-list-card .cta-list {
    text-align: center;
    background-color: #007ABD; }
    @media screen and (min-width: 48rem) {
      .content-split-cta-list-card .cta-list {
        flex: 0 0 45%; } }
    .content-split-cta-list-card .cta-list .cta-container {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      height: 100%;
      width: 100%;
      padding: 1rem 1rem; }
      @media screen and (min-width: 48rem) {
        .content-split-cta-list-card .cta-list .cta-container {
          padding: 2rem 10%; } }
      @media screen and (min-width: 60rem) {
        .content-split-cta-list-card .cta-list .cta-container {
          padding: 4rem 13%; } }
    .content-split-cta-list-card .cta-list .cta-row {
      display: flex;
      align-items: center;
      width: 100%;
      margin-right: 2rem; }
      @media screen and (min-width: 60rem) {
        .content-split-cta-list-card .cta-list .cta-row {
          margin-bottom: 0.5rem; } }
    .content-split-cta-list-card .cta-list .image {
      display: block;
      flex: 0 0 2rem;
      height: 2rem;
      background-size: contain; }
      @media screen and (min-width: 60rem) {
        .content-split-cta-list-card .cta-list .image {
          flex: 0 0 2.75rem;
          height: 2.75rem; } }
      .content-split-cta-list-card .cta-list .image + .cta {
        padding-left: 1rem; }
    .content-split-cta-list-card .cta-list .cta {
      position: relative;
      flex: 0 1 auto;
      color: #FFFFFF;
      font-size: 1.125rem;
      text-align: left;
      padding: 1rem 2.5rem 1rem 3.75rem; }
      @media screen and (min-width: 48rem) {
        .content-split-cta-list-card .cta-list .cta {
          font-size: 1.25rem; } }
      @media screen and (min-width: 60rem) {
        .content-split-cta-list-card .cta-list .cta {
          font-size: 1.5rem; } }
      .content-split-cta-list-card .cta-list .cta:hover::after, .content-split-cta-list-card .cta-list .cta:focus::after {
        color: #F7941D;
        transform: translate(0.5rem, -50%); }
      .content-split-cta-list-card .cta-list .cta::after {
        top: 50%;
        right: 0.5rem;
        transform: translateY(-50%);
        color: #FFFFFF;
        transition: 0.3s ease-in-out transform; }

.cta-banner {
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 5.75rem; }
  .cta-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(243.12deg, #0973B6 0%, #00436E 100%);
    opacity: .9; }
  .cta-banner .container {
    position: relative;
    text-align: center; }
  .cta-banner .title {
    color: #FFFFFF;
    margin-bottom: 2.25rem; }
  .cta-banner .content {
    margin-bottom: 2.25rem; }
    .cta-banner .content * {
      color: #FFFFFF; }
  .cta-banner .secondary-link {
    margin-top: 2.875rem; }
    .cta-banner .secondary-link p, .cta-banner .secondary-link .btn {
      margin: 1rem 1rem 0; }
    .cta-banner .secondary-link p {
      display: inline-block;
      color: #FFFFFF; }
    .cta-banner .secondary-link .btn {
      color: #FFFFFF; }

.cta-cards-three-column {
  padding-top: 2.75rem;
  padding-bottom: 1.75rem; }
  @media screen and (min-width: 48rem) {
    .cta-cards-three-column {
      padding-top: 4.75rem;
      padding-bottom: 3.125rem; } }
  .cta-cards-three-column.background {
    background-color: rgba(175, 179, 182, 0.05);
    border-top: 1px solid #AFB3B6;
    border-bottom: 1px solid #AFB3B6; }
  .cta-cards-three-column .container {
    position: relative;
    padding-bottom: 5rem; }
    @media screen and (max-width: 47.9375rem) {
      .cta-cards-three-column .container {
        max-width: 30rem; } }
    @media screen and (min-width: 48rem) {
      .cta-cards-three-column .container {
        position: static;
        padding-bottom: 0; } }
  .cta-cards-three-column .intro {
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 48rem) {
      .cta-cards-three-column .intro {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 2.125rem; } }
    .cta-cards-three-column .intro .btn {
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 0.9375rem;
      margin: 0 1rem; }
      @media screen and (min-width: 48rem) {
        .cta-cards-three-column .intro .btn {
          position: relative;
          margin: 0; } }
  .cta-cards-three-column .title {
    color: #007ABD; }
  @media screen and (min-width: 48rem) {
    .cta-cards-three-column .cards {
      display: flex;
      flex-wrap: wrap;
      margin-right: -2%; } }
  @media screen and (min-width: 60rem) {
    .cta-cards-three-column .cards {
      margin-right: -4%; } }
  .cta-cards-three-column .cards .card {
    margin-bottom: 2.5rem; }
    .cta-cards-three-column .cards .card .date {
      font-style: italic;
      margin-bottom: 10px;
      font-size: 0.8rem; }
    @media screen and (min-width: 48rem) {
      .cta-cards-three-column .cards .card {
        flex: 0 0 31.3333%;
        margin-right: 2%; } }
    @media screen and (min-width: 60rem) {
      .cta-cards-three-column .cards .card {
        flex: 0 0 29.3333%;
        margin-right: 4%; } }
  .cta-cards-three-column .cards .image {
    height: 50vw;
    max-height: 13.75rem;
    box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 60rem) {
      .cta-cards-three-column .cards .image {
        box-shadow: 0 1.125rem 1.5rem 0 rgba(0, 0, 0, 0.15);
        margin-bottom: 2.25rem; } }
  .cta-cards-three-column .cards .heading {
    color: #153768;
    margin-bottom: 0.875rem; }
  .cta-cards-three-column .cards .heading-archive {
    color: #153768;
    margin-bottom: 0.875rem;
    font-size: 1.5rem; }
  .cta-cards-three-column .cards .content p {
    margin-bottom: 0.25rem; }
  .cta-cards-three-column .cards .btn {
    margin-top: 1rem;
    transform: translateX(-2rem);
    transition: transform .5s ease-in-out, margin .5s ease-in-out, padding .5s ease-in-out; }
    .cta-cards-three-column .cards .btn:hover, .cta-cards-three-column .cards .btn:focus {
      transform: translateX(0); }

.faq-accordion {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-bottom: 3rem; }
  .faq-accordion .title {
    font-weight: bold;
    color: #153768;
    font-size: 2.375rem;
    margin-bottom: 1.25rem; }
  .faq-accordion .item {
    border-top: 2px solid #B3D0E9; }
    .faq-accordion .item:last-child {
      border-bottom: 2px solid #B3D0E9; }
    .faq-accordion .item[open] .question::before {
      transform: translate3d(0, -50%, 0) rotate(0deg); }
  .faq-accordion .question span,
  .faq-accordion .answer {
    max-width: 54.25rem;
    margin-right: auto; }
  .faq-accordion .question {
    position: relative;
    width: 100%;
    font-family: "Roboto", sans-serif;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.25rem;
    color: #007ABD;
    border: none;
    background-color: transparent;
    padding: 1.125rem 3rem 1.125rem 0;
    cursor: pointer;
    transition: color 0.3s ease-in-out; }
    @media screen and (min-width: 48rem) {
      .faq-accordion .question {
        font-size: 1.5rem; } }
    .faq-accordion .question:hover, .faq-accordion .question:focus {
      color: #153768; }
    .faq-accordion .question::after, .faq-accordion .question::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 1rem;
      height: 0.325rem;
      width: 1.25rem;
      background-color: #153768;
      transform-origin: center; }
    .faq-accordion .question::after {
      transform: translate3d(0, -50%, 0);
      transition: transform 0.3s ease-in-out; }
    .faq-accordion .question::before {
      transform: translate3d(0, -50%, 0) rotate(-90deg);
      transition: transform 0.3s ease-in-out; }
    .faq-accordion .question::marker {
      content: none; }
  .faq-accordion p, .faq-accordion ul {
    margin-bottom: 1.125rem; }

.featured-logo-banner {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  .featured-logo-banner .intro {
    margin-bottom: 1.875rem; }
  .featured-logo-banner .intro-title {
    color: #007ABD;
    margin-bottom: 1.125rem; }
  .featured-logo-banner .intro-content {
    max-width: 35.875rem;
    margin: 0 auto; }
  .featured-logo-banner .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 48rem) {
      .featured-logo-banner .items {
        margin: 0 -2.5%; } }
  .featured-logo-banner .item {
    margin: 0 5% 2rem;
    flex: 0 0 40%; }
    @media screen and (min-width: 48rem) {
      .featured-logo-banner .item {
        flex: 0 0 20%;
        margin: 0 2.5% 2rem; } }
    .featured-logo-banner .item img {
      max-width: 7rem; }

.featured-video {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  flex-direction: column-reverse;
  height: 100%; }
  @media screen and (min-width: 60rem) {
    .featured-video {
      flex-direction: row; } }
  .featured-video.blue {
    background-color: #153768; }
    .featured-video.blue .btn {
      color: #FFFFFF; }
    .featured-video.blue h2 {
      color: #F7941D; }
  .featured-video.white {
    background-color: #FFFFFF;
    padding-top: 2.5rem;
    padding-bottom: 1rem; }
    .featured-video.white h2 {
      color: #007ABD; }
    .featured-video.white h3 {
      color: #153768; }
    .featured-video.white p {
      color: #000000; }
  .featured-video .video-block {
    flex: 100%;
    width: 100%; }
    @media screen and (min-width: 60rem) {
      .featured-video .video-block {
        flex: 50%; } }
    .featured-video .video-block .video-placeholder {
      display: block; }
      .featured-video .video-block .video-placeholder.hide {
        display: none; }
      .featured-video .video-block .video-placeholder .image {
        position: relative;
        width: 100%;
        height: 50vw;
        max-height: 20.625rem;
        margin: auto; }
        @media screen and (min-width: 60rem) {
          .featured-video .video-block .video-placeholder .image {
            width: 36.813rem; } }
      .featured-video .video-block .video-placeholder .play {
        height: 98px;
        width: 98px;
        z-index: 2;
        top: 30%;
        left: 40%;
        margin: auto;
        cursor: pointer; }
        @media screen and (min-width: 60rem) {
          .featured-video .video-block .video-placeholder .play {
            top: 40%; } }
      .featured-video .video-block .video-placeholder button {
        background-color: transparent; }
        .featured-video .video-block .video-placeholder button::before, .featured-video .video-block .video-placeholder button::after {
          display: none; }
    .featured-video .video-block .video-embed {
      display: none; }
      .featured-video .video-block .video-embed.show {
        display: block; }
      @media screen and (min-width: 60rem) {
        .featured-video .video-block .video-embed {
          position: relative;
          width: 36.813rem;
          height: 50vw;
          max-height: 20.625rem;
          margin: auto; } }
      .featured-video .video-block .video-embed .embed-container {
        position: relative;
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto; }
      .featured-video .video-block .video-embed .embed-container iframe,
      .featured-video .video-block .video-embed .embed-container object,
      .featured-video .video-block .video-embed .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .featured-video .content-block {
    flex: 100%;
    margin: 2rem;
    color: #FFFFFF; }
    @media screen and (min-width: 48rem) {
      .featured-video .content-block {
        flex: 50%; } }
    .featured-video .content-block .content {
      max-width: 40rem; }
      @media screen and (min-width: 60rem) {
        .featured-video .content-block .content {
          width: 90%; } }
      .featured-video .content-block .content h2 {
        letter-spacing: 0; }
      .featured-video .content-block .content h3 {
        font-size: 1.125rem;
        letter-spacing: 0; }
      .featured-video .content-block .content p {
        padding-top: 1.5rem; }
      .featured-video .content-block .content p, .featured-video .content-block .content .btn {
        margin-bottom: 1rem; }
      .featured-video .content-block .content .btn {
        margin-left: 0; }

.flip-grid {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem; }
  @media screen and (max-width: 30rem) {
    .flip-grid {
      padding: 0; } }
  @media screen and (min-width: 48rem) {
    .flip-grid {
      margin-top: 5.875rem;
      margin-bottom: 5.875rem; } }
  @media screen and (min-width: 48rem) {
    .flip-grid.normal .item:nth-child(even),
    .flip-grid.reverse .item:nth-child(odd) {
      flex-direction: row-reverse; } }
  @media screen and (min-width: 48rem) {
    .flip-grid.normal .item:nth-child(even) .content,
    .flip-grid.reverse .item:nth-child(odd) .content {
      padding-right: 15%; } }
  @media screen and (min-width: 60rem) {
    .flip-grid.normal .item:nth-child(even) .content,
    .flip-grid.reverse .item:nth-child(odd) .content {
      padding-left: 4%; } }
  @media screen and (min-width: 68.5625rem) {
    .flip-grid.normal .item:nth-child(even) .content,
    .flip-grid.reverse .item:nth-child(odd) .content {
      padding-left: 8%;
      padding-right: 17%; } }
  @media screen and (min-width: 48rem) {
    .flip-grid.normal .item:nth-child(even) .image,
    .flip-grid.reverse .item:nth-child(odd) .image {
      margin-left: -10%;
      margin-right: 0; } }
  @media screen and (min-width: 48rem) {
    .flip-grid.normal .item:nth-child(odd),
    .flip-grid.reverse .item:nth-child(even) {
      flex-direction: row; } }
  @media screen and (min-width: 48rem) {
    .flip-grid.normal .item:nth-child(odd) .content,
    .flip-grid.reverse .item:nth-child(even) .content {
      padding-left: 15%; } }
  @media screen and (min-width: 60rem) {
    .flip-grid.normal .item:nth-child(odd) .content,
    .flip-grid.reverse .item:nth-child(even) .content {
      padding-right: 4%; } }
  @media screen and (min-width: 68.5625rem) {
    .flip-grid.normal .item:nth-child(odd) .content,
    .flip-grid.reverse .item:nth-child(even) .content {
      padding-right: 8%;
      padding-left: 17%; } }
  @media screen and (min-width: 48rem) {
    .flip-grid.normal .item:nth-child(odd) .image,
    .flip-grid.reverse .item:nth-child(even) .image {
      margin-left: 0;
      margin-right: -10%; } }
  .flip-grid .item {
    margin-bottom: 2rem; }
    @media screen and (min-width: 48rem) {
      .flip-grid .item {
        display: flex;
        align-items: center;
        margin-bottom: 4.75rem; } }
  .flip-grid .image {
    position: relative;
    height: 50vw;
    max-height: 30rem;
    margin-left: 2rem;
    margin-right: 2rem; }
    @media screen and (min-width: 48rem) {
      .flip-grid .image {
        flex: 0 0 47%;
        max-height: 25.5rem;
        margin-right: 0;
        margin-left: 0; } }
    .flip-grid .image.fill-frame {
      box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.15); }
      @media screen and (min-width: 48rem) {
        .flip-grid .image.fill-frame {
          box-shadow: 0 1.125rem 1.5rem 0 rgba(0, 0, 0, 0.15); } }
    .flip-grid .image.fit-within-frame {
      background-size: contain; }
  .flip-grid .content {
    padding: 5rem 1rem 2rem;
    background-color: #F6FBFF;
    border: 1px solid rgba(21, 55, 104, 0.25);
    margin-top: -3rem; }
    @media screen and (min-width: 48rem) {
      .flip-grid .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        margin-top: 0;
        min-height: 30rem;
        padding: 4rem 1rem 3.875rem; } }
    .flip-grid .content p, .flip-grid .content ul, .flip-grid .content ol {
      margin-bottom: 1rem; }
  .flip-grid .title {
    color: #007ABD;
    margin-bottom: 1.25rem;
    line-height: 1.14; }
  .flip-grid .btn {
    margin-top: 1.75rem; }
    .flip-grid .btn:first-child {
      margin-right: 2rem; }
    .flip-grid .btn:hover {
      color: #272625; }

footer {
  margin-top: 3rem;
  border-top: 1px solid #B3D0E9; }
  footer .footer-upper {
    margin: 1rem 0; }
    @media screen and (min-width: 60rem) {
      footer .footer-upper {
        margin: 4.5rem 0 3.5625rem; } }
    footer .footer-upper .container {
      display: flex;
      flex-wrap: wrap; }
      @media screen and (min-width: 60rem) {
        footer .footer-upper .container {
          flex-wrap: nowrap;
          justify-content: space-between; } }
    footer .footer-upper .company-info {
      margin-bottom: 2rem; }
      @media screen and (min-width: 30rem) {
        footer .footer-upper .company-info {
          order: 1;
          max-width: 40%;
          margin-right: 2rem; } }
      @media screen and (min-width: 48rem) {
        footer .footer-upper .company-info {
          max-width: 14.75rem; } }
      @media screen and (min-width: 60rem) {
        footer .footer-upper .company-info {
          margin-bottom: 0;
          margin-right: 1rem; } }
      footer .footer-upper .company-info .logo {
        display: block;
        max-width: 12rem;
        margin-top: 1.5rem;
        margin-bottom: 1rem; }
        footer .footer-upper .company-info .logo::after {
          display: none; }
        @media screen and (min-width: 48rem) {
          footer .footer-upper .company-info .logo {
            max-width: 13.0625rem;
            margin-bottom: 1.8125rem; } }
        @media screen and (min-width: 60rem) {
          footer .footer-upper .company-info .logo {
            margin-top: 0; } }
      footer .footer-upper .company-info p, footer .footer-upper .company-info a {
        font-size: .875rem;
        line-height: 1.5rem;
        display: block; }
      footer .footer-upper .company-info a {
        display: inline-block;
        position: relative; }
        footer .footer-upper .company-info a::after {
          content: '';
          position: absolute;
          width: 100%;
          transform: scale(0);
          transform-origin: 0;
          height: 2px;
          background-color: #F7941D;
          bottom: 0;
          left: 0;
          transition: transform .6s ease; }
        footer .footer-upper .company-info a:hover::after, footer .footer-upper .company-info a:focus::after {
          transform: scale(1); }
      footer .footer-upper .company-info .phone {
        margin-top: .75rem;
        margin-right: 1rem; }
      footer .footer-upper .company-info .service-areas {
        margin-top: 1.125rem; }
        footer .footer-upper .company-info .service-areas span:first-child {
          font-size: 1rem;
          color: #007ABD;
          font-weight: 500;
          display: block; }
        footer .footer-upper .company-info .service-areas .area {
          display: inline-block;
          margin-right: 1rem; }
          footer .footer-upper .company-info .service-areas .area a {
            color: #272625;
            border-bottom: none; }
      footer .footer-upper .company-info .social-icons {
        margin-top: 1.125rem; }
        footer .footer-upper .company-info .social-icons .social-icon {
          display: inline-block;
          margin-right: 1rem; }
          footer .footer-upper .company-info .social-icons .social-icon a {
            color: #272625;
            border-bottom: none; }
    @media screen and (min-width: 30rem) {
      footer .footer-upper .footer-menu {
        order: 3; } }
    footer .footer-upper .menu {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
      footer .footer-upper .menu li {
        padding-left: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        line-height: 1; }
        footer .footer-upper .menu li::before {
          display: none; }
        footer .footer-upper .menu li a {
          border: 0;
          color: inherit; }
      @media screen and (min-width: 60rem) {
        footer .footer-upper .menu {
          max-width: 30rem;
          margin-right: 1rem;
          order: 2; } }
      @media screen and (min-width: 68.5625rem) {
        footer .footer-upper .menu {
          max-width: 36rem; } }
      footer .footer-upper .menu a {
        display: inline-block; }
      footer .footer-upper .menu > li {
        width: 48%;
        margin-bottom: .875rem;
        margin-right: 1rem; }
        @media screen and (min-width: 30rem) {
          footer .footer-upper .menu > li {
            width: 30%; } }
        @media screen and (min-width: 60rem) {
          footer .footer-upper .menu > li {
            margin-bottom: 1.8125rem; }
            footer .footer-upper .menu > li:nth-last-child(-n+3) {
              margin-bottom: 0; } }
        footer .footer-upper .menu > li > a {
          pointer-events: none;
          color: #007ABD;
          font-weight: 500;
          margin-bottom: .25rem; }
        footer .footer-upper .menu > li .sub-menu {
          padding-bottom: 1.4rem; }
          footer .footer-upper .menu > li .sub-menu li a {
            font-size: .875rem;
            line-height: 1rem;
            padding: .375rem 0;
            position: relative; }
            footer .footer-upper .menu > li .sub-menu li a::after {
              content: '';
              position: absolute;
              width: 100%;
              transform: scale(0);
              transform-origin: 0;
              height: 2px;
              background-color: #F7941D;
              bottom: 0;
              left: 0;
              transition: transform .6s ease; }
            footer .footer-upper .menu > li .sub-menu li a:hover::after, footer .footer-upper .menu > li .sub-menu li a:focus::after {
              transform: scale(1); }
    @media screen and (min-width: 30rem) {
      footer .footer-upper iframe {
        order: 2;
        margin-left: auto;
        max-width: 48%; } }
    @media screen and (min-width: 48rem) {
      footer .footer-upper iframe {
        margin: 0; } }
    @media screen and (min-width: 60rem) {
      footer .footer-upper iframe {
        order: 3; } }
  footer .footer-lower {
    padding: 1rem 0;
    background-color: #007ABD;
    color: #FFFFFF; }
    @media screen and (min-width: 60rem) {
      footer .footer-lower {
        padding: 1.75rem 0; } }
    @media screen and (min-width: 60rem) {
      footer .footer-lower .container {
        display: flex;
        justify-content: space-between; } }
    footer .footer-lower p, footer .footer-lower a {
      font-size: .875rem;
      line-height: 1.375rem; }
    footer .footer-lower .menu {
      margin-top: .75rem;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      padding-left: 0;
      margin-bottom: 0; }
      footer .footer-lower .menu li {
        padding-left: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        line-height: 1; }
        footer .footer-lower .menu li::before {
          display: none; }
        footer .footer-lower .menu li a {
          border: 0;
          color: inherit; }
      @media screen and (min-width: 60rem) {
        footer .footer-lower .menu {
          margin-top: 0; } }
      footer .footer-lower .menu li {
        margin-right: 1rem; }
        footer .footer-lower .menu li a {
          padding: .75rem 0;
          position: relative; }
          footer .footer-lower .menu li a::after {
            content: '';
            position: absolute;
            width: 100%;
            transform: scale(0);
            transform-origin: 0;
            height: 2px;
            background-color: #F7941D;
            bottom: 0;
            left: 0;
            transition: transform .6s ease; }
          footer .footer-lower .menu li a:hover::after, footer .footer-lower .menu li a:focus::after {
            transform: scale(1); }

.form-2-column {
  background-color: #153768; }
  @media screen and (min-width: 60rem) {
    .form-2-column .container {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  @media screen and (min-width: 60rem) {
    .form-2-column .container .column-form {
      width: 36.25rem; } }
  .form-2-column .container .column-content {
    padding: 2rem 0;
    color: #FFFFFF; }
    @media screen and (min-width: 60rem) {
      .form-2-column .container .column-content {
        width: 27.6875rem; } }
    .form-2-column .container .column-content h2 {
      margin-bottom: 1.625rem; }
    .form-2-column .container .column-content .orange {
      color: #F7941D; }

.full-width-text {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem; }
  @media screen and (min-width: 48rem) {
    .full-width-text {
      margin-top: 5.875rem;
      margin-bottom: 5.875rem; } }
  .full-width-text.top {
    margin-top: 2rem !important; }
  .full-width-text.bottom {
    margin-bottom: 2rem !important; }
  .full-width-text .content-block.divider {
    padding-bottom: 4rem;
    border-bottom: solid 2px #B3D0E9; }
  .full-width-text .content-block .flex {
    display: flex;
    margin-top: 1rem;
    align-items: center; }
    .full-width-text .content-block .flex .icon-block {
      margin-right: 1rem;
      margin-bottom: 1.5rem; }
  .full-width-text .content-block h3, .full-width-text .content-block h4, .full-width-text .content-block h5, .full-width-text .content-block h6 {
    color: #007ABD;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  .full-width-text .content-block h2 {
    color: #153768; }
  .full-width-text .content-block ul, .full-width-text .content-block ol {
    margin-bottom: 1rem; }
  .full-width-text .icon {
    width: 3.125rem;
    height: 3.125rem; }

.full-width-image {
  margin: 4rem auto; }
  .full-width-image .full-width {
    position: relative;
    width: 100vw;
    height: auto; }

#masthead #menu-btn {
  width: 1.875rem;
  height: 1.40625rem;
  position: relative;
  margin: 0;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  padding: 0;
  background-color: transparent; }
  @media screen and (min-width: 60rem) {
    #masthead #menu-btn {
      display: none; } }
  #masthead #menu-btn::after, #masthead #menu-btn::before {
    display: none !important; }
  #masthead #menu-btn span {
    display: block;
    position: absolute;
    height: .25rem;
    width: 50%;
    background: #24292C;
    opacity: 1;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
    #masthead #menu-btn span:nth-child(even) {
      left: 50%;
      border-radius: 0 .25rem .25rem 0; }
    #masthead #menu-btn span:nth-child(odd) {
      left: 0px;
      border-radius: .25rem 0 0 .25rem; }
    #masthead #menu-btn span:nth-child(1), #masthead #menu-btn span:nth-child(2) {
      top: 0px; }
    #masthead #menu-btn span:nth-child(3), #masthead #menu-btn span:nth-child(4) {
      top: 0.5625rem; }
    #masthead #menu-btn span:nth-child(5), #masthead #menu-btn span:nth-child(6) {
      top: 1.125rem; }

#masthead.open #menu-btn span:nth-child(1), #masthead.open #menu-btn span:nth-child(6) {
  transform: rotate(45deg); }

#masthead.open #menu-btn span:nth-child(2), #masthead.open #menu-btn span:nth-child(5) {
  transform: rotate(-45deg); }

#masthead.open #menu-btn span:nth-child(1) {
  left: 0.15625rem;
  top: 0.21875rem; }

#masthead.open #menu-btn span:nth-child(2) {
  left: calc(50% - 0.15625rem);
  top: 0.21875rem; }

#masthead.open #menu-btn span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#masthead.open #menu-btn span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#masthead.open #menu-btn span:nth-child(5) {
  left: 0.15625rem;
  top: 0.90625rem; }

#masthead.open #menu-btn span:nth-child(6) {
  left: calc(50% - 0.15625rem);
  top: 0.90625rem; }

#masthead #main-nav {
  width: 100vw;
  background-color: #24292C;
  z-index: 3;
  color: #FFFFFF;
  overflow: scroll;
  padding-top: 4.125rem;
  position: absolute;
  top: 3.8125rem;
  left: 100vw;
  height: calc(100vh - 3.8125rem);
  transform: translateX(0);
  transition: transform .6s ease-in-out; }
  @media screen and (min-width: 60rem) {
    #masthead #main-nav {
      height: calc(9.1875rem - 3.125rem);
      position: static;
      top: unset;
      left: unset;
      display: flex;
      padding: 0;
      width: auto;
      background-color: transparent;
      overflow: visible;
      color: #24292C;
      transition: none; } }
  #masthead #main-nav > div {
    overflow: scroll; }
    @media screen and (min-width: 60rem) {
      #masthead #main-nav > div {
        overflow: visible;
        display: flex; } }
  #masthead #main-nav .menu {
    padding-bottom: 1rem;
    margin-left: 3.75rem;
    margin-top: 1.25rem; }
    @media screen and (min-width: 60rem) {
      #masthead #main-nav .menu {
        display: flex;
        margin: 0;
        padding: 0; } }
    #masthead #main-nav .menu > li {
      font-size: 1.125rem;
      line-height: 2.375rem; }
      @media screen and (min-width: 60rem) {
        #masthead #main-nav .menu > li {
          margin-right: 2rem;
          display: flex;
          position: relative; }
          #masthead #main-nav .menu > li::before {
            display: block;
            top: unset;
            content: '';
            position: absolute;
            bottom: 2.25rem;
            left: 0;
            width: calc(100% - 1.5rem);
            background-color: #F7941D;
            height: 1px;
            opacity: 0;
            transition: opacity .3s ease; }
          #masthead #main-nav .menu > li:hover::before, #masthead #main-nav .menu > li:focus::before, #masthead #main-nav .menu > li:focus-within::before {
            opacity: 1; } }
      @media screen and (min-width: 60rem) {
        #masthead #main-nav .menu > li > a {
          padding-right: 1.5rem;
          display: flex;
          align-items: center;
          position: relative; } }
      #masthead #main-nav .menu > li.menu-item-has-children {
        position: relative; }
        #masthead #main-nav .menu > li.menu-item-has-children::after {
          /*content: '\25BC';*/
          content: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6L11 1L1 1L6 6Z' fill='%23153768' fill-opacity='0.6'/%3E%3Cpath d='M6.35355 6.35355C6.15829 6.54882 5.84171 6.54882 5.64645 6.35355L0.646446 1.35355C0.503448 1.21055 0.46067 0.995495 0.53806 0.808658C0.615451 0.621821 0.797769 0.5 1 0.5L11 0.5C11.2022 0.5 11.3845 0.621821 11.4619 0.808658C11.5393 0.995495 11.4966 1.21055 11.3536 1.35355L6.35355 6.35355Z' stroke='%23153768' stroke-opacity='0.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          left: -1.75rem;
          top: 0;
          position: absolute;
          color: #979797;
          font-size: .875rem;
          transform-origin: center;
          transition: transform .3s ease; }
          @media screen and (min-width: 60rem) {
            #masthead #main-nav .menu > li.menu-item-has-children::after {
              right: 0;
              left: unset;
              line-height: 1;
              font-size: .75rem;
              top: 50%;
              transform: translateY(-50%) rotate(0);
              height: 0.625rem;
              transform-origin: center; } }
        @media screen and (min-width: 60rem) {
          #masthead #main-nav .menu > li.menu-item-has-children:hover::after, #masthead #main-nav .menu > li.menu-item-has-children:focus::after, #masthead #main-nav .menu > li.menu-item-has-children:focus-within::after {
            transform: translateY(-50%) rotate(180deg); }
          #masthead #main-nav .menu > li.menu-item-has-children:hover .sub-menu, #masthead #main-nav .menu > li.menu-item-has-children:focus .sub-menu, #masthead #main-nav .menu > li.menu-item-has-children:focus-within .sub-menu {
            max-height: 45rem;
            /*padding: 1.5rem 2.6875rem;*/
            padding: 1.5rem 0;
            box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.5); } }
        #masthead #main-nav .menu > li.menu-item-has-children .sub-menu {
          max-height: 0;
          overflow: hidden; }
          @media screen and (min-width: 60rem) {
            #masthead #main-nav .menu > li.menu-item-has-children .sub-menu {
              position: absolute;
              top: 100%;
              right: 0;
              background-color: #24292C;
              color: #FFFFFF;
              width: 15rem; } }
          #masthead #main-nav .menu > li.menu-item-has-children .sub-menu li {
            transform: translateX(100vw);
            opacity: 0; }
            @media screen and (min-width: 60rem) {
                #masthead #main-nav .menu > li.menu-item-has-children .sub-menu li {
                    transform: translateX(0);
                    opacity: 1; 
                    padding: 0 2.6875rem;
                }
                /*#masthead #main-nav .menu > li.menu-item-has-children .sub-menu li:first-child {
                  display: none; 
                } */
            }
            #masthead #main-nav .menu > li.menu-item-has-children .sub-menu li a {
              color: #B3D0E9;
              font-size: .875rem;
              display: inline-block;
              line-height: 1.8125rem;
              padding: .25rem 0; }
            @media screen and (min-width: 60rem) {
                #masthead #main-nav .menu > li.menu-item-has-children .sub-menu li a {
                  color: #979797;
                  font-size: 1rem;
                  line-height: 1.2;
                  padding: .5rem 0;
                  transition: color .3s ease; 

                  position: relative;
                }
                #masthead #main-nav .menu > li.menu-item-has-children .sub-menu li a:hover, 
                #masthead #main-nav .menu > li.menu-item-has-children .sub-menu li a:focus {
                    color: #FFFFFF; 
                } 
            }
@media screen and (max-width: calc(60rem - 0.0625rem)) {
/** 
   mobile menu sub menu
   */
         #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open::after {
            transform: rotate(180deg); }
          #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu {
            max-height: 100%;
            margin: .5rem 0; }
            #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu li {
              transform: translateX(0);
              opacity: 1; }
              #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu li:nth-child(1) {
                transition: transform 0.5s ease-in-out 0.1s, opacity 0.5s ease-in-out 0.1s; }
              #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu li:nth-child(2) {
                transition: transform 0.5s ease-in-out 0.2s, opacity 0.5s ease-in-out 0.2s; }
              #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu li:nth-child(3) {
                transition: transform 0.5s ease-in-out 0.3s, opacity 0.5s ease-in-out 0.3s; }
              #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu li:nth-child(4) {
                transition: transform 0.5s ease-in-out 0.4s, opacity 0.5s ease-in-out 0.4s; }
              #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu li:nth-child(5) {
                transition: transform 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s; }
              #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu li:nth-child(6) {
                transition: transform 0.5s ease-in-out 0.6s, opacity 0.5s ease-in-out 0.6s; }
              #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu li:nth-child(7) {
                transition: transform 0.5s ease-in-out 0.7s, opacity 0.5s ease-in-out 0.7s; }
              #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu li:nth-child(8) {
                transition: transform 0.5s ease-in-out 0.8s, opacity 0.5s ease-in-out 0.8s; }
              #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu li:nth-child(9) {
                transition: transform 0.5s ease-in-out 0.9s, opacity 0.5s ease-in-out 0.9s; }
              #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu li:nth-child(10) {
                transition: transform 0.5s ease-in-out 1s, opacity 0.5s ease-in-out 1s; }
              #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu li:nth-child(11) {
                transition: transform 0.5s ease-in-out 1.1s, opacity 0.5s ease-in-out 1.1s; }
              #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu li:nth-child(12) {
                transition: transform 0.5s ease-in-out 1.2s, opacity 0.5s ease-in-out 1.2s; }
              #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu li:nth-child(13) {
                transition: transform 0.5s ease-in-out 1.3s, opacity 0.5s ease-in-out 1.3s; }
              #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu li:nth-child(14) {
                transition: transform 0.5s ease-in-out 1.4s, opacity 0.5s ease-in-out 1.4s; }
              #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu li:nth-child(15) {
                transition: transform 0.5s ease-in-out 1.5s, opacity 0.5s ease-in-out 1.5s; }
              #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu li:nth-child(16) {
                transition: transform 0.5s ease-in-out 1.6s, opacity 0.5s ease-in-out 1.6s; }
              #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu li:nth-child(17) {
                transition: transform 0.5s ease-in-out 1.7s, opacity 0.5s ease-in-out 1.7s; }
              #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu li:nth-child(18) {
                transition: transform 0.5s ease-in-out 1.8s, opacity 0.5s ease-in-out 1.8s; }
              #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu li:nth-child(19) {
                transition: transform 0.5s ease-in-out 1.9s, opacity 0.5s ease-in-out 1.9s; } 
 
   
  /* #masthead #main-nav .menu > li.menu-item-has-children .sub-menu {
      max-height: 100%;
      margin: .5rem 0; 
   }
   */
}
          

#masthead .top-menu {
  height: 4.125rem;
  top: 3.8125rem;
  width: 100vw;
  z-index: 4;
  color: #FFFFFF;
  position: absolute;
  left: 100vw;
  transform: translateX(0);
  transition: transform .6s ease-in-out; }
  @media screen and (min-width: 60rem) {
    #masthead .top-menu {
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(209, 207, 200, 0.1);
      border-bottom: 1px solid rgba(36, 41, 44, 0.3);
      width: 100vw;
      height: 3.125rem;
      transition: none; } }

#masthead .top-menu .menu {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #979797; }
  @media screen and (min-width: 60rem) {
    #masthead .top-menu .menu {
      border: 0; } }
  #masthead .top-menu .menu li {
    text-align: center;
    width: 33.33%;
    height: 4.125rem;
    display: flex;
    justify-content: center; }
    @media screen and (min-width: 60rem) {
      #masthead .top-menu .menu li {
        height: 3.125rem;
        width: auto;
        color: #272625; } }
    #masthead .top-menu .menu li:first-child {
      border-right: 1px solid #979797; }
      @media screen and (min-width: 60rem) {
        #masthead .top-menu .menu li:first-child {
          border: 0; } }
    #masthead .top-menu .menu li:not(.btn) {
      background-color: #24292C; }
      @media screen and (min-width: 60rem) {
        #masthead .top-menu .menu li:not(.btn) {
          background-color: transparent;
          padding: 0 .75rem; } }
      #masthead .top-menu .menu li:not(.btn) a {
        position: relative; }
        @media screen and (min-width: 60rem) {
          #masthead .top-menu .menu li:not(.btn) a::before {
            display: block;
            top: unset;
            content: '';
            position: absolute;
            bottom: .875rem;
            left: 0;
            width: 100%;
            background-color: #F7941D;
            height: 1px;
            opacity: 0;
            transition: opacity .3s ease; }
          #masthead .top-menu .menu li:not(.btn) a:hover::before, #masthead .top-menu .menu li:not(.btn) a:focus::before {
            opacity: 1; } }
    #masthead .top-menu .menu li.btn {
      font-size: 0.6875rem;
      line-height: 1rem;
      padding: 0;
      background-color: transparent; }
      @media screen and (min-width: 60rem) {
        #masthead .top-menu .menu li.btn {
          margin-left: 1rem;
          font-size: .875rem;
          height: 3.0625rem; } }
      #masthead .top-menu .menu li.btn::after, #masthead .top-menu .menu li.btn::before {
        display: none !important; }
      #masthead .top-menu .menu li.btn a {
        background-color: #F7941D;
        transition: background-color .3s ease;
        padding: 1.125rem;
        height: 100%;
        width: 100%;
        color: #272625;
        justify-content: center; }
        @media screen and (min-width: 60rem) {
          #masthead .top-menu .menu li.btn a {
            padding: 1.125rem 2.125rem; } }
        #masthead .top-menu .menu li.btn a:hover, #masthead .top-menu .menu li.btn a:focus {
          background-color: #B3D0E9;
          color: #272625; }
    #masthead .top-menu .menu li a {
      display: flex;
      align-items: center; }

    #masthead .top-menu .menu li:last-child a {
      align-items: center;
      background-color: #F7941D;
      color: #272625;
      display: inline-flex;
      font-size: 16px;
      font-weight: 500;
      justify-content: center;
      padding: 0.9376rem 2.25rem;
      text-align: center;
      transition: background-color .5s ease-in-out, color .5s ease-in-out;
      position: relative;
    }

#masthead {
  height: 3.8125rem;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #FFFFFF;
  width: 100vw;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2); }
  @media screen and (min-width: 60rem) {
    #masthead {
      height: 9.1875rem;
      padding-top: 3.125rem; } }
  #masthead ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    #masthead ul li {
      padding-left: 0;
      padding-bottom: 0;
      margin-bottom: 0;
      line-height: 1; }
      #masthead ul li::before {
        display: none; }
      #masthead ul li a {
        border: 0;
        color: inherit; }
  #masthead .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #masthead .container .logo {
      max-width: 9rem; }
      @media screen and (min-width: 60rem) {
        #masthead .container .logo {
          max-width: 14rem; } }
  #masthead.open #main-nav, #masthead.open .top-menu {
    transform: translateX(-100vw); }
    @media screen and (min-width: 60rem) {
      #masthead.open #main-nav, #masthead.open .top-menu {
        transform: translateX(0); } }

@keyframes slide-right {
  100% {
    transform: translateX(30vw); } }

@keyframes slide-right-laptop {
  100% {
    transform: translateX(45vw); } }

@keyframes slide-left {
  100% {
    transform: translateX(0); } }


/** 
* main menu (third tier)
**/
/* li item */
@media screen and (min-width: 60rem) {
    #masthead #main-nav .menu > li.menu-item-has-children:hover .sub-menu, 
    #masthead #main-nav .menu > li.menu-item-has-children:focus .sub-menu, 
    #masthead #main-nav .menu > li.menu-item-has-children:focus-within .sub-menu {
        overflow: visible;
    }

    #masthead #main-nav .menu > li.menu-item-has-children .sub-menu > li.menu-item-has-children::after {
        content: url("data:image/svg+xml,%3Csvg width='7' height='13' viewBox='0 0 7 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6.5L1 1.5L1 11.5L6 6.5Z' fill='white' fill-opacity='0.6'/%3E%3Cpath d='M6.35355 6.14645C6.54882 6.34171 6.54882 6.65829 6.35355 6.85355L1.35355 11.8536C1.21056 11.9966 0.995496 12.0393 0.808659 11.9619C0.621822 11.8845 0.500001 11.7022 0.500001 11.5L0.5 1.5C0.5 1.29777 0.621821 1.11545 0.808658 1.03806C0.995495 0.96067 1.21055 1.00345 1.35355 1.14645L6.35355 6.14645Z' stroke='white' stroke-opacity='0.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        line-height: 1;
        font-size: .75rem;
        top: 50%;
        transform: translateY(-50%) rotate(0);
        position: absolute;
        color: #d3d4d5;
        /*transition: color .3s ease;*/
        margin-left: 0.5rem;
    }
    #masthead #main-nav .menu > li.menu-item-has-children .sub-menu > li.menu-item-has-children:focus::after,
    #masthead #main-nav .menu > li.menu-item-has-children .sub-menu > li.menu-item-has-children:hover::after {
        content: url("data:image/svg+xml,%3Csvg width='7' height='13' viewBox='0 0 7 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.35355 6.14645C6.54882 6.34171 6.54882 6.65829 6.35355 6.85355L1.35355 11.8536C1.21056 11.9966 0.995496 12.0393 0.808659 11.9619C0.621822 11.8845 0.500001 11.7022 0.500001 11.5L0.5 1.5C0.5 1.29777 0.621821 1.11545 0.808658 1.03806C0.995495 0.96067 1.21055 1.00345 1.35355 1.14645L6.35355 6.14645Z' fill='%23E9993E' stroke='%23E9993E' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
    #masthead #main-nav .menu > li.menu-item-has-children .sub-menu > li > a::before {
        content: '';
        position: absolute;
        bottom:-3px;
        height: 2px;
        background-color: #F7941D;
        width: 0;
        transition: width .3s ease;
    }
    #masthead #main-nav .menu > li.menu-item-has-children .sub-menu > li:focus > a::before,
    #masthead #main-nav .menu > li.menu-item-has-children .sub-menu > li:hover > a::before,
    #masthead #main-nav .menu > li.menu-item-has-children .sub-menu > li:active > a::before { 
        width: 100%;
    }
}

/* ul submenu */
@media screen and (min-width: 60rem){
    #masthead #main-nav .menu > li.menu-item-has-children .sub-menu > li.menu-item-has-children .sub-menu {
        left: 100%;
        top: 0;
        border-left: 1px solid white;
        margin-top: -1.5rem; /* offset ul padding */

        visibility: hidden;
    }
    #masthead #main-nav .menu > li.menu-item-has-children .sub-menu > li.menu-item-has-children:focus > .sub-menu,
    #masthead #main-nav .menu > li.menu-item-has-children .sub-menu > li.menu-item-has-children:hover > .sub-menu {
        visibility: visible;
    }
}

/* main menu third tier - mobile view */
@media screen and (max-width: calc(59.9375rem)) {
    #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu > li.menu-item-has-children > a{
      display: none;
    }
    #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu > li.menu-item-has-children .sub-menu{
        padding-left: 1rem;
    }
    #masthead #main-nav .menu > li.menu-item-has-children.sub-menu-open .sub-menu > li.menu-item-has-children .sub-menu > li:first-of-type{
        margin-left: -1rem;
    }
}



.hero {
  margin-top: 3.8125rem;
  position: relative;
  padding: 3rem 0; }
  @media screen and (min-width: 60rem) {
    .hero {
      padding: 6.625rem 0 8.125rem;
      margin-top: 9.1875rem; } }
  @media screen and (min-width: 60rem) {
    .hero.compact {
      padding: 6.625rem 0; } }
  .hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(243.12deg, #0973B6 0%, #00436E 100%);
    opacity: .9; }
  .hero .container {
    position: relative;
    z-index: 1;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0.25rem; }
    @media screen and (min-width: 60rem) {
      .hero .container {
        margin-top: 0.5rem; } }
    .hero .container .intro {
      font-size: .875rem;
      font-weight: 500;
      position: relative;
      margin-bottom: 1.9375rem; }
      @media screen and (min-width: 60rem) {
        .hero .container .intro {
          font-size: 1.125rem; } }
    .hero .container .content {
      max-width: 36.75rem;
      margin: 1.5rem auto;
      font-weight: 500;
      font-size: 1.125rem;
      line-height: 1.5rem; }
    .hero .container .btn-underline {
      background-color: transparent !important;
      border: 0;
      color: #FFFFFF;
      position: relative;
      padding: 0.9375rem 0;
      margin: 0 2.25rem;
      transition: margin .5s ease-in-out, padding .5s ease-in-out;
      margin-top: 2.875rem !important; }
      .hero .container .btn-underline::after {
        border-bottom-color: #F7941D;
        width: 100%; }
      .hero .container .btn-underline:hover, .hero .container .btn-underline:focus {
        color: #FFFFFF;
        padding: 0.9375rem 2.25rem;
        margin: 0; }
        .hero .container .btn-underline:hover::before, .hero .container .btn-underline:focus::before {
          border-top-color: #F7941D;
          border-right-color: #F7941D;
          transition: border-color 0s ease-in-out 0.5s, width 0.25s ease-in-out 0.5s, height 0.25s ease-in-out 0.75s; }
        .hero .container .btn-underline:hover::after, .hero .container .btn-underline:focus::after {
          border-bottom-color: #F7941D;
          border-left-color: #F7941D;
          transition: width 0.25s ease-in-out, height 0.25s ease-in-out 0.25s; }
  .hero-home {
    padding-bottom: 6rem; }
    @media screen and (min-width: 60rem) {
      .hero-home {
        margin-bottom: 3rem; } }
    .hero-home .container {
      text-align: left;
      transform: translateX(-100vw);
      animation-timing-function: ease-in-out;
      animation: slide-left 1s forwards;
      animation-delay: .5s;
      margin-top: 0; }
      @media screen and (min-width: 60rem) {
        .hero-home .container {
          animation: slide-left 1.25s forwards;
          animation-delay: 0s; } }
      @media screen and (min-width: 48rem) {
        .hero-home .container .intro, .hero-home .container h1 {
          max-width: 31rem; } }
      .hero-home .container .intro {
        margin-bottom: 3rem; }
        @media screen and (min-width: 60rem) {
          .hero-home .container .intro {
            margin-bottom: 4.5625rem; } }
        .hero-home .container .intro::after {
          content: '';
          position: absolute;
          left: 0;
          height: .2rem;
          width: 6rem;
          background-color: #F7941D;
          bottom: -1rem; }
          @media screen and (min-width: 60rem) {
            .hero-home .container .intro::after {
              height: .5rem;
              width: 7.8125rem;
              bottom: -2.0625rem; } }
      .hero-home .container .btn {
        margin-top: 2.0625rem; }
    .hero-home img {
      z-index: 1;
      position: absolute;
      transform: translateX(100vw);
      bottom: -3rem;
      animation: slide-right 1s forwards;
      animation-timing-function: ease-in-out;
      animation-delay: .5s;
      width: 24.375rem; }
      @media screen and (min-width: 30rem) {
        .hero-home img {
          width: 26rem; } }
      @media screen and (min-width: 48rem) {
        .hero-home img {
          width: 36rem; } }
      @media screen and (min-width: 60rem) {
        .hero-home img {
          width: 73.375rem;
          bottom: -5.3125rem;
          animation: slide-right-laptop 1s forwards;
          animation-delay: .45s; } }

.video-page {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 0rem;
   }
  @media screen and (min-width: 48rem) {
    .video-page {
      justify-content: center; } }
  .video-page .embed-container {
    width: 100%; }
    @media screen and (min-width: 48rem) {
      .video-page .embed-container {
        width: 100%; } }
    .video-page .embed-container iframe {
      max-width: 100%; }
  .video-page .video-content {
    margin-top: 4rem;
    margin-bottom: 1rem; }
section.video-page iframe {
    padding-top: 5rem;
/*     padding-bottom: 5rem; */
}

.blog-date {
  margin-top: 4rem;
  font-style: italic; }
  .blog-date p {
    font-size: 0.8rem; }

.blog-content .full-width-text {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.product-card-grid {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media screen and (min-width: 48rem) {
    .product-card-grid {
      margin-top: 5.875rem;
      margin-bottom: 5.875rem; } }
  @media screen and (min-width: 30rem) {
    .product-card-grid .items {
      display: flex;
      flex-wrap: wrap;
      margin-right: -4%; } }
  @media screen and (min-width: 60rem) {
    .product-card-grid .items {
      margin-right: -5%; } }
  .product-card-grid .item {
    margin-bottom: 2.625rem; }
    @media screen and (min-width: 30rem) {
      .product-card-grid .item {
        flex: 0 0 46%;
        margin-right: 4%; } }
    @media screen and (min-width: 48rem) {
      .product-card-grid .item {
        flex: 0 0 29.33334%; } }
    @media screen and (min-width: 60rem) {
      .product-card-grid .item {
        flex: 0 0 28.33334%;
        margin-right: 5%; } }
  .product-card-grid .image-container {
    height: 70vw;
    max-height: 12.875rem;
    background-color: #F6FBFF;
    border: 1px solid #AFB3B6;
    margin-bottom: 0.75rem;
    padding: 1.25rem; }
    @media screen and (min-width: 30rem) {
      .product-card-grid .image-container {
        height: 30vw; } }
  .product-card-grid .image {
    height: 100%;
    width: 100%;
    background-size: contain; }
  @media screen and (max-width: 47.9375rem) {
    .product-card-grid .title {
      font-size: 1.25rem; } }

.product-services-grid {
  margin-bottom: 3rem; }
  @media screen and (min-width: 60rem) {
    .product-services-grid {
      margin-bottom: 5.3125rem; } }
  .product-services-grid .intro-section {
    text-align: center;
    padding: 4rem 0;
    max-width: 40.875rem;
    margin: 0 auto; }
    .product-services-grid .intro-section h2 {
      color: #007ABD; }
      @media screen and (max-width: 48rem) {
        .product-services-grid .intro-section h2 {
          padding-bottom: 1rem;
          line-height: 2rem; } }
    .product-services-grid .intro-section h3 {
      padding-bottom: 1rem; }
    .product-services-grid .intro-section p {
      padding-bottom: 1rem; }
  .product-services-grid .grid-content {
    background-color: #F6FBFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border: solid 2px rgba(27, 66, 121, 0.25);
    padding: 4rem 0 1rem; }
    @media screen and (min-width: 60rem) {
      .product-services-grid .grid-content {
        padding: 4rem 4rem 1rem; } }
    .product-services-grid .grid-content h3 {
      color: #153768;
      margin-bottom: 2px;
      transition: color .3s ease; }
      .product-services-grid .grid-content h3:hover, .product-services-grid .grid-content h3:focus {
        color: #007ABD; }
        .product-services-grid .grid-content h3:hover::after, .product-services-grid .grid-content h3:focus::after {
          transform: translateX(1rem); }
    .product-services-grid .grid-content h3::after {
      color: #F7941D;
      content: " ➞";
      margin-left: .25rem;
      transition: transform .5s ease;
      display: inline-block; }
    .product-services-grid .grid-content p {
      padding-top: 0.625rem; }
    .product-services-grid .grid-content .icon {
      width: 50px;
      height: 50px;
      margin: 0 auto 1.375rem; }
    .product-services-grid .grid-content .grid-item {
      width: 100%;
      padding: 0 1rem 2rem;
      text-align: center; }
      @media screen and (min-width: 48rem) {
        .product-services-grid .grid-content .grid-item {
          width: 50%;
          padding: 0 2.5rem 4.25rem; } }

.specification-table {
  margin-top: 5.875rem;
  margin-bottom: 5.875rem; }
  .specification-table .row {
    border-top: 1px solid rgba(21, 55, 104, 0.25);
    padding: 0.6875rem; }
    @media screen and (min-width: 48rem) {
      .specification-table .row {
        display: flex;
        justify-content: space-between; } }
    .specification-table .row:nth-child(odd) {
      background-color: rgba(175, 179, 182, 0.1); }
  .specification-table .heading {
    font-size: 1rem;
    line-height: 1.625;
    font-weight: 500;
    margin-bottom: 0.5rem; }
    @media screen and (min-width: 48rem) {
      .specification-table .heading {
        flex: 0 0 30%;
        margin-bottom: 0; } }
  @media screen and (min-width: 48rem) {
    .specification-table .content {
      flex: 0 0 65%; } }
  .specification-table .content strong {
    font-weight: 500; }

.two-column-comparison {
  text-align: center;
  background-color: #153768;
  padding-top: 2.875rem;
  padding-bottom: 2.875rem; }
  @media screen and (min-width: 48rem) {
    .two-column-comparison {
      padding-top: 4.875rem;
      padding-bottom: 4.875rem; } }
  .two-column-comparison ul, .two-column-comparison ol {
    text-align: left; }
  .two-column-comparison .section-intro {
    max-width: 42.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.75rem; }
    @media screen and (min-width: 48rem) {
      .two-column-comparison .section-intro {
        margin-bottom: 4.75rem; } }
    .two-column-comparison .section-intro * {
      color: #FFFFFF; }
  .two-column-comparison .columns {
    position: relative; }
    @media screen and (min-width: 30rem) {
      .two-column-comparison .columns {
        margin: 0 -3%; } }
    @media screen and (min-width: 30rem) {
      .two-column-comparison .columns::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        background-color: #B3D0E9;
        opacity: 0.5; } }
  .two-column-comparison .row {
    position: relative;
    padding: 1.5rem 0; }
    @media screen and (min-width: 30rem) {
      .two-column-comparison .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 2.5rem;
        padding: 0; } }
    .two-column-comparison .row:nth-child(even)::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      height: 100%;
      width: 100vw;
      background-color: #122e57; }
      @media screen and (min-width: 30rem) {
        .two-column-comparison .row:nth-child(even)::after {
          content: none; } }
  .two-column-comparison .column {
    max-width: 19.625rem;
    margin: 0 auto; }
    @media screen and (min-width: 30rem) {
      .two-column-comparison .column {
        flex: 0 0 44%;
        margin: 0 3%;
        padding: 0; } }
    .two-column-comparison .column::before {
      position: relative;
      display: block;
      content: attr(data-column-title);
      color: #B3D0E9;
      font-size: 1.25rem;
      font-weight: bold;
      padding-top: 1rem;
      margin-bottom: 1.25rem;
      z-index: 2; }
      @media screen and (min-width: 30rem) {
        .two-column-comparison .column::before {
          content: none; } }
    .two-column-comparison .column * {
      position: relative;
      z-index: 1; }
  .two-column-comparison .column-title {
    display: none;
    color: #B3D0E9; }
    @media screen and (min-width: 30rem) {
      .two-column-comparison .column-title {
        display: block; } }
  .two-column-comparison .image {
    height: 6.125rem;
    width: 8.25rem;
    margin: 0 auto 0.875rem; }
    @media screen and (min-width: 30rem) {
      .two-column-comparison .image {
        margin-bottom: 1.25rem; } }
  .two-column-comparison .content * {
    color: #FFFFFF; }
  .two-column-comparison .content p, .two-column-comparison .content ul, .two-column-comparison .content ol {
    margin-bottom: 1rem; }

.upsell-banner {
  position: relative;
  background-color: #153768;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }
  @media screen and (min-width: 48rem) {
    .upsell-banner {
      padding-top: 6.25rem;
      padding-bottom: 7.5rem; } }
  .upsell-banner .container {
    position: relative; }
    @media screen and (min-width: 48rem) {
      .upsell-banner .container {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center; } }
    @media screen and (max-width: 47.9375rem) {
      .upsell-banner .container {
        max-width: 30rem; } }
  .upsell-banner .image {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 2rem;
    margin-right: -1rem; }
    @media screen and (min-width: 30rem) {
      .upsell-banner .image {
        margin-right: 0; } }
    @media screen and (min-width: 48rem) {
      .upsell-banner .image {
        flex: 0 0 48%;
        margin-bottom: 0;
        padding-left: 4rem; } }
    .upsell-banner .image img {
      max-height: 100%;
      box-shadow: 0 1.125rem 1.5rem 0 rgba(0, 0, 0, 0.15); }
  .upsell-banner .title {
    color: #FFFFFF;
    margin-bottom: 1.25rem; }
  @media screen and (min-width: 48rem) {
    .upsell-banner .content {
      width: 50%; } }
  .upsell-banner .content *:not(.btn) {
    color: #FFFFFF; }
  .upsell-banner .content p, .upsell-banner .content ul, .upsell-banner .content ol {
    margin-bottom: 1rem; }
  .upsell-banner .btn {
    margin-top: 1rem; }


/* Download template style */
body.page-template-template-dowload header#masthead #main-nav {
  display: block !important;
  height: auto !important; }

body.page-template-template-dowload header#masthead {
  height: 97px; }

.download-hero {
  background-color: #fff !important;
  position: relative; }
  @media (max-width: 576px) {
    .download-hero {
      padding: 0 !important; } }
  .download-hero > div {
    position: relative; }
  .download-hero:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0C88C9;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 20%, 0 75%);
    clip-path: polygon(0 0, 100% 0, 100% 20%, 0 75%);
    position: absolute; }
    @media (max-width: 576px) {
      .download-hero:before {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 35%, 0 60%);
        clip-path: polygon(0 0, 100% 0, 100% 35%, 0 60%); } }
  .download-hero .download-hero-item-title {
    font-size: 26px !important;
    line-height: 120% !important; }
  .download-hero .download-hero-item {
    display: flex;
    align-items: center; }
    .download-hero .download-hero-item img {
      flex-shrink: 0;
      margin-right: 10px; }
  .download-hero .download-three-column-wrp {
    padding: 0 90px; }
    @media (max-width: 576px) {
      .download-hero .download-three-column-wrp {
        padding: 0px; } }
  .download-hero .download-download-form {
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    @media (max-width: 576px) {
      .download-hero .download-download-form {
        padding: 20px;
        border-radius: 10px;
        margin-top: 30px; } }
  .download-hero .download-download-form-title {
    font-size: 26px; }
    @media (max-width: 576px) {
      .download-hero .download-download-form-title {
        font-size: 24px; } }
  .download-hero .download-hero-title {
    line-height: 120% !important; }
    @media (max-width: 576px) {
      .download-hero .download-hero-title {
        font-size: 28px !important; } }

.download-middle-cta {
  position: relative;
  padding: 0 50px; }
  @media (max-width: 576px) {
    .download-middle-cta {
      padding: 0; }
      .download-middle-cta .wp-block-spacer {
        height: 30px !important; } }
  .download-middle-cta > div {
    position: relative; }
  .download-middle-cta:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 100px);
    left: 0;
    bottom: 0;
    background: linear-gradient(96.6deg, #1E89CB 0%, #106DA6 100%);
    border-radius: 20px;
    box-shadow: 0px 20px 70px rgba(4, 26, 57, 0.3); }
    @media (max-width: 576px) {
      .download-middle-cta:before {
        display: none; } }
  .download-middle-cta .download-middle-cta-title {
    font-size: 26px;
    line-height: 120% !important; }
    @media (max-width: 576px) {
      .download-middle-cta .download-middle-cta-title {
        font-size: 24px;
        color: #153768; } }
  @media (max-width: 576px) {
    .download-middle-cta .download-middle-cta-text {
      color: #153768; }
    .download-middle-cta .download-middle-cta-img-wrp {
      position: relative; }
      .download-middle-cta .download-middle-cta-img-wrp > div {
        position: relative; }
      .download-middle-cta .download-middle-cta-img-wrp:before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% - 100px);
        left: 0;
        bottom: 0;
        background: linear-gradient(96.6deg, #1E89CB 0%, #106DA6 100%);
        border-radius: 20px;
        box-shadow: 0px 20px 70px rgba(4, 26, 57, 0.3); } }
  .download-middle-cta .download-middle-cta-btn {
    padding-top: 15px; }
  .download-middle-cta .download-middle-cta-btn a {
    font-family: inherit;
    text-transform: inherit;
    font-weight: 700;
    transition: all ease 0.3s; }
    .download-middle-cta .download-middle-cta-btn a:hover {
      opacity: 0.8; }
  @media (max-width: 576px) {
    .download-middle-cta .download-middle-cta-btn {
      width: 100%; }
    .download-middle-cta .download-middle-cta-btn a {
      width: 100%; } }
  .download-middle-cta .wp-block-image {
    margin-bottom: 0; }

@media (max-width: 576px) {
  .download-middle-cta-2 .wp-block-spacer {
    height: 30px !important; } }
.download-middle-cta-2 .download-middle-cta-2-title {
  font-size: 26px;
  line-height: 120%; }
.download-middle-cta-2 .download-middle-cta-2-btn {
  padding-top: 25px; }
.download-middle-cta-2 .download-middle-cta-2-btn a {
  font-family: inherit;
  text-transform: inherit;
  font-weight: 700;
  transition: all ease 0.3s; }
  .download-middle-cta-2 .download-middle-cta-2-btn a:hover {
    opacity: 0.8; }
@media (max-width: 576px) {
  .download-middle-cta-2 .download-middle-cta-2-btn {
    width: 100%; }
  .download-middle-cta-2 .download-middle-cta-2-btn a {
    width: 100%; } }

.download-mobile-view {
  display: none; }

@media (max-width: 576px) {
  .download-spacer {
    height: 0px !important; }

  .download-mobile-view {
    display: block; }

  .download-desktop-view {
    display: none; } }


/**
 * Products page styles
 */
body.page-template-template-products header#masthead #main-nav {
  display: block !important;
  height: auto !important; }

body.page-template-template-products header#masthead {
  height: 97px; }

.st-products-hero h1 {
  font-size: 64px;
  color: #fff;
  line-height: 120%;
  margin-bottom: 10px; }
  @media (max-width: 576px) {
    .st-products-hero h1 {
      font-size: 40px; } }
.st-products-hero p {
  font-size: 17px;
  color: #fff; }
.st-products-hero .wp-block-button {
  padding-top: 15px; }
  .st-products-hero .wp-block-button a {
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-transform: unset;
    padding: 12px 40px; }
    .st-products-hero .wp-block-button a:hover {
      opacity: 0.8; }

.st-products-benefits-sc .img-wrp {
  padding-top: 30px; }
  .st-products-benefits-sc .img-wrp figure {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 66.25%;
    margin-bottom: 15px; }
    .st-products-benefits-sc .img-wrp figure img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      object-position: center; }
.st-products-benefits-sc .content-wrp {
  padding-left: 40px; }
  @media (max-width: 576px) {
    .st-products-benefits-sc .content-wrp {
      padding-left: 0;
      padding-top: 30px; }
      .st-products-benefits-sc .content-wrp h2 {
        line-height: 120%; } }
  .st-products-benefits-sc .content-wrp .benefits-wrp-title {
    font-size: 24px;
    letter-spacing: 0.04em;
    padding-top: 20px;
    margin-bottom: 20px; }
    @media (max-width: 576px) {
      .st-products-benefits-sc .content-wrp .benefits-wrp-title {
        font-size: 20px; } }
  .st-products-benefits-sc .content-wrp .benefits-wrp .wp-block-columns {
    margin-bottom: 20px; }
    @media (max-width: 576px) {
      .st-products-benefits-sc .content-wrp .benefits-wrp .wp-block-columns {
        margin-bottom: 0; } }
  .st-products-benefits-sc .content-wrp .benefits-wrp .wp-block-column {
    border-left: 3px solid #057DBE;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    transform: skew(-15deg, 0deg); }
    @media (max-width: 576px) {
      .st-products-benefits-sc .content-wrp .benefits-wrp .wp-block-column {
        margin-bottom: 20px; } }
    .st-products-benefits-sc .content-wrp .benefits-wrp .wp-block-column p {
      display: flex;
      align-items: center;
      margin: 0;
      padding: 10px 15px; }
      .st-products-benefits-sc .content-wrp .benefits-wrp .wp-block-column p img {
        height: 40px;
        flex-shrink: 0;
        margin-right: 15px;
        width: auto !important; }
    .st-products-benefits-sc .content-wrp .benefits-wrp .wp-block-column:last-child {
      margin-left: 10px; }
      @media (max-width: 576px) {
        .st-products-benefits-sc .content-wrp .benefits-wrp .wp-block-column:last-child {
          margin-left: 0; } }
  .st-products-benefits-sc .content-wrp .wp-block-column {
    border-left: 3px solid #057DBE;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    transform: skew(-15deg, 0deg); }
    .st-products-benefits-sc .content-wrp .wp-block-column .wp-block-group__inner-container {
      display: flex;
      align-items: center;
      margin: 0;
      padding: 10px 15px;
      transform: skew(15deg, 0deg); }
      .st-products-benefits-sc .content-wrp .wp-block-column .wp-block-group__inner-container figure {
        margin-bottom: 0; }
      .st-products-benefits-sc .content-wrp .wp-block-column .wp-block-group__inner-container img {
        height: 40px;
        flex-shrink: 0;
        margin-right: 15px;
        width: auto !important; }
      .st-products-benefits-sc .content-wrp .wp-block-column .wp-block-group__inner-container p {
        padding: 0; }

.st-products-brochure-sc .wp-block-columns {
  justify-content: space-between; }
@media (max-width: 576px) {
  .st-products-brochure-sc .content-wrp {
    padding-top: 30px; }
    .st-products-brochure-sc .content-wrp h2 {
      line-height: 120%; } }
.st-products-brochure-sc .content-wrp ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }
  .st-products-brochure-sc .content-wrp ul li:before {
    color: #fff; }
.st-products-brochure-sc .content-wrp .wp-block-button {
  padding-top: 15px; }
  .st-products-brochure-sc .content-wrp .wp-block-button a {
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-transform: unset;
    padding: 12px 40px; }
    .st-products-brochure-sc .content-wrp .wp-block-button a:hover {
      opacity: 0.8; }

.st-products-configure-sc .wp-block-columns {
  justify-content: space-between; }
.st-products-configure-sc h2 {
  font-size: 40px; }
  @media (max-width: 576px) {
    .st-products-configure-sc h2 {
      font-size: 30px;
      line-height: 120%; } }
.st-products-configure-sc .wp-block-button {
  padding-top: 15px; }
  @media (max-width: 576px) {
    .st-products-configure-sc .wp-block-button {
      padding-bottom: 40px; } }
  .st-products-configure-sc .wp-block-button a {
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-transform: unset;
    padding: 12px 40px; }
    .st-products-configure-sc .wp-block-button a:hover {
      opacity: 0.8; }

.st-products-performance-sc .right-content-wrp {
  padding-right: 7.5%; }
  @media (max-width: 576px) {
    .st-products-performance-sc .right-content-wrp {
      padding-right: 0; } }
  .st-products-performance-sc .right-content-wrp .wp-block-group {
    margin-left: -30%; }
    @media (max-width: 576px) {
      .st-products-performance-sc .right-content-wrp .wp-block-group {
        margin-left: 0; } }
    .st-products-performance-sc .right-content-wrp .wp-block-group ul {
      margin: 0;
      padding: 0;
      margin-bottom: 20px; }
      .st-products-performance-sc .right-content-wrp .wp-block-group ul li:before {
        color: #fff; }
    .st-products-performance-sc .right-content-wrp .wp-block-group .wp-block-button {
      padding-top: 15px; }
      .st-products-performance-sc .right-content-wrp .wp-block-group .wp-block-button a {
        font-size: 17px;
        font-family: "Roboto", sans-serif;
        color: #fff;
        text-transform: unset;
        padding: 12px 40px; }
        .st-products-performance-sc .right-content-wrp .wp-block-group .wp-block-button a:hover {
          opacity: 0.8; }
@media (max-width: 576px) {
  .st-products-performance-sc figure {
    margin: 0 !important; } }

.st-products-cycletime-sc h2 {
  font-size: 40px; }
  @media (max-width: 576px) {
    .st-products-cycletime-sc h2 {
      font-size: 30px;
      line-height: 120%; } }
@media (max-width: 576px) {
  .st-products-cycletime-sc figure {
    margin-top: 30px; } }

.st-products-threebox-sc h3 {
  font-size: 28px; }
.st-products-threebox-sc .wp-block-columns .wp-block-column {
  transition: all ease 0.3;
  padding: 15px; }
.st-products-threebox-sc .wp-block-columns .wp-block-column:hover {
  background-color: #007ABD; }
  .st-products-threebox-sc .wp-block-columns .wp-block-column:hover h3 {
    color: #fff !important; }
  .st-products-threebox-sc .wp-block-columns .wp-block-column:hover p {
    color: #fff; }

.st-products-features-sc .left-content-wrp {
  padding-left: 7.5%;
  position: relative; }
  @media (max-width: 576px) {
    .st-products-features-sc .left-content-wrp {
      padding-left: 0; } }
  .st-products-features-sc .left-content-wrp .wp-block-group {
    margin-right: -30%; }
    @media (max-width: 576px) {
      .st-products-features-sc .left-content-wrp .wp-block-group {
        margin-right: 0; } }
    .st-products-features-sc .left-content-wrp .wp-block-group ul {
      margin: 0;
      padding: 0;
      margin-bottom: 20px; }
      .st-products-features-sc .left-content-wrp .wp-block-group ul li:before {
        color: #fff; }
    .st-products-features-sc .left-content-wrp .wp-block-group .wp-block-button {
      padding-top: 15px; }
      .st-products-features-sc .left-content-wrp .wp-block-group .wp-block-button a {
        font-size: 17px;
        font-family: "Roboto", sans-serif;
        color: #fff;
        text-transform: unset;
        padding: 12px 40px; }
        .st-products-features-sc .left-content-wrp .wp-block-group .wp-block-button a:hover {
          opacity: 0.8; }
@media (max-width: 576px) {
  .st-products-features-sc figure {
    margin: 0 !important; } }

.st-products-applications-sc {
  background: #F6FBFF;
  border-top: 2px solid rgba(0, 122, 189, 0.44); }
  .st-products-applications-sc .top-content-wrp {
    justify-content: space-between; }
  .st-products-applications-sc .left-content-wrp h2 {
    font-size: 42px; }
    @media (max-width: 576px) {
      .st-products-applications-sc .left-content-wrp h2 {
        font-size: 30px;
        line-height: 120%; } }
  .st-products-applications-sc .right-content-wrp .wp-block-columns {
    margin-bottom: 30px; }
    @media (max-width: 576px) {
      .st-products-applications-sc .right-content-wrp .wp-block-columns {
        margin-bottom: 0; } }
  .st-products-applications-sc .right-content-wrp .wp-block-column {
    border-left: 3px solid #057DBE;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    transform: skew(-15deg, 0deg); }
    @media (max-width: 576px) {
      .st-products-applications-sc .right-content-wrp .wp-block-column {
        margin-bottom: 30px; } }
    .st-products-applications-sc .right-content-wrp .wp-block-column p {
      display: flex;
      align-items: center;
      margin: 0;
      padding: 10px 15px; }
      .st-products-applications-sc .right-content-wrp .wp-block-column p img {
        height: 40px;
        flex-shrink: 0;
        margin-right: 15px;
        width: auto !important; }
    .st-products-applications-sc .right-content-wrp .wp-block-column:last-child {
      margin-left: 30px; }
      @media (max-width: 576px) {
        .st-products-applications-sc .right-content-wrp .wp-block-column:last-child {
          margin-left: 0; } }
  .st-products-applications-sc .right-content-wrp .wp-block-column {
    border-left: 3px solid #057DBE;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    transform: skew(-15deg, 0deg); }
    .st-products-applications-sc .right-content-wrp .wp-block-column .wp-block-group__inner-container {
      display: flex;
      align-items: center;
      margin: 0;
      padding: 10px 15px;
      transform: skew(15deg, 0deg); }
      .st-products-applications-sc .right-content-wrp .wp-block-column .wp-block-group__inner-container figure {
        margin-bottom: 0; }
      .st-products-applications-sc .right-content-wrp .wp-block-column .wp-block-group__inner-container img {
        height: 40px;
        flex-shrink: 0;
        margin-right: 15px;
        width: auto !important; }
      .st-products-applications-sc .right-content-wrp .wp-block-column .wp-block-group__inner-container p {
        padding: 0; }

.st-products-casestudy-sc h3 {
  font-size: 24px;
  margin-bottom: 10px; }

/*.menu-item-2905 a{
  align-items: center;
    background-color: #F7941D;
    color: #272625;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    padding: 0.9376rem 2.25rem;
    text-align: center;
    transition: background-color .5s ease-in-out, color .5s ease-in-out;
    position: relative;
}*/


/* Custom Button hover style */
.underline-hover-btn {
  background-color: transparent !important;
  border: 0 !important;
  color: #272625;
  position: relative;
  padding: 0.9375rem 0 !important;
  /*margin: 0 2.25rem;*/
  transition: margin 0.5s ease-in-out, padding 0.5s ease-in-out !important;
}
.underline-hover-btn::after, .underline-hover-btn::before {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.underline-hover-btn::before {
  top: 0;
  left: 0;
}
.underline-hover-btn::after {
  bottom: 0;
  right: 0;
}
.underline-hover-btn::after {
  border-bottom-color: #F7941D;
  width: 100%;
}
.underline-hover-btn:hover, .underline-hover-btn:focus {
  color: #272625;
  padding: 0.9375rem 2.25rem !important;
  margin: 0;
}
.underline-hover-btn:hover::before, .underline-hover-btn:focus::before {
  width: 100%;
  height: 100%;
  border-top-color: #F7941D;
  border-right-color: #F7941D;
  transition: border-color 0s ease-in-out 0.5s, width 0.25s ease-in-out 0.5s, height 0.25s ease-in-out 0.75s !important;
}
.underline-hover-btn:hover::after, .underline-hover-btn:focus::after {
  width: 100%;
  height: 100%;
  border-bottom-color: #F7941D;
  border-left-color: #F7941D;
  transition: width 0.25s ease-in-out, height 0.25s ease-in-out 0.25s !important;
}

.with-bg-hover-btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  position: relative;
  border: 0 !important;
}
.with-bg-hover-btn::before, .with-bg-hover-btn::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.with-bg-hover-btn::before {
  top: 0;
  left: 0;
}
.with-bg-hover-btn::after {
  bottom: 0;
  right: 0;
}
.with-bg-hover-btn:hover, .with-bg-hover-btn:focus {
  background-color: transparent !important;
}
.with-bg-hover-btn:hover::before, .with-bg-hover-btn:hover::after, .with-bg-hover-btn:focus::before, .with-bg-hover-btn:focus::after {
  width: 100%;
  height: 100%;
}
.with-bg-hover-btn:hover::before, .with-bg-hover-btn:hover::before, .with-bg-hover-btn:focus::before, .with-bg-hover-btn:focus::before {
  border-top-color: #F7941D;
  border-right-color: #F7941D;
  transition: width 0.25s ease-in-out, height 0.25s ease-in-out 0.25s;
}
.with-bg-hover-btn:hover::after, .with-bg-hover-btn:hover::after, .with-bg-hover-btn:focus::after, .with-bg-hover-btn:focus::after {
  border-bottom-color: #F7941D;
  border-left-color: #F7941D;
  transition: border-color 0s ease-in-out 0.5s, width 0.25s ease-in-out 0.5s, height 0.25s ease-in-out 0.75s;
}


/* News and Evnts section styles */
.ats-events-news-section {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.ats-events-news-section .row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .ats-events-news-section {
    background-color: #F2F2F2;
  }
}

@media (min-width: 768px) {
  .ats-events-news-section .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .ats-events-news-section .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .ats-events-news-section .col-md-8 {
    flex-shrink: 0;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

.ats-events-news-section .events-wrp {
  background-color: #F2F2F2;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.ats-events-news-section .events-wrp .title-part {
  padding-bottom: 30px;
}
.ats-events-news-section .events-wrp .title-part h2, .ats-events-news-section .events-wrp .title-part .h2 {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  color: #1B2A3E;
}
.ats-events-news-section .events-wrp .events-inner-wrp .each-event {
  border: 1px solid #808C98;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 15px;
}
.ats-events-news-section .events-wrp .events-inner-wrp .each-event a {
  text-decoration: none;
}
.ats-events-news-section .events-wrp .events-inner-wrp .each-event a:hover {
  text-decoration: none;
}
.ats-events-news-section .events-wrp .events-inner-wrp .each-event .img-wrp {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 0%;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all ease 0.5s;
}
.ats-events-news-section .events-wrp .events-inner-wrp .each-event .img-wrp img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all ease 0.5s;
}
.ats-events-news-section .events-wrp .events-inner-wrp .each-event .each-wrp {
  display: flex;
  align-items: center;
  padding: 15px 20px;
}
.ats-events-news-section .events-wrp .events-inner-wrp .each-event .each-wrp .date-info {
  width: 30%;
  position: relative;
  padding-right: 20px;
  flex-shrink: 0;
}
.ats-events-news-section .events-wrp .events-inner-wrp .each-event .each-wrp .date-info:after {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
  width: 2px;
  height: 30px;
  background-color: #808C98;
}
.ats-events-news-section .events-wrp .events-inner-wrp .each-event .each-wrp .date-info .date p {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #0083BF;
  margin-bottom: 0;
}
.ats-events-news-section .events-wrp .events-inner-wrp .each-event .each-wrp .date-info .month p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #1B2A3E;
  margin-bottom: 0;
}
.ats-events-news-section .events-wrp .events-inner-wrp .each-event .each-wrp .event-title {
  padding-left: 20px;
}
.ats-events-news-section .events-wrp .events-inner-wrp .each-event .each-wrp .event-title p {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #1B2A3E;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ats-events-news-section .events-wrp .events-inner-wrp .each-event:hover .img-wrp {
  padding-bottom: 56.25%;
}
.ats-events-news-section .news-wrp {
  padding-left: 50px;
  padding-right: 30px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .ats-events-news-section .news-wrp {
    padding-left: 30px;
    padding-top: 0;
  }
}
.ats-events-news-section .news-wrp .title-part {
  padding-bottom: 30px;
  display: flex;
}
.ats-events-news-section .news-wrp .title-part h2, .ats-events-news-section .news-wrp .title-part .h2 {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  color: #1B2A3E;
}
@media (max-width: 992px) {
  .ats-events-news-section .news-wrp .title-part h2, .ats-events-news-section .news-wrp .title-part .h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .ats-events-news-section .news-wrp .title-part h2, .ats-events-news-section .news-wrp .title-part .h2 {
    font-size: 32px;
  }
}
.ats-events-news-section .news-wrp .title-part .media-contact {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  align-items: center;
}
.ats-events-news-section .news-wrp .title-part .media-contact p {
  font-size: 16px;
  color: #1B2A3E;
}
.ats-events-news-section .news-wrp .title-part .media-contact p.sub-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.ats-events-news-section .news-wrp .title-part .media-contact p a {
  color: #1B2A3E;
  text-decoration: none;
}
.ats-events-news-section .news-wrp .title-part .media-contact p a:hover {
  text-decoration: none;
}
.ats-events-news-section .news-wrp .news-inner-wrp .each-news {
  margin-bottom: 50px;
}
.ats-events-news-section .news-wrp .news-inner-wrp .each-news .each-wrp .img-wrp {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #f1f1f1;
}
.ats-events-news-section .news-wrp .news-inner-wrp .each-news .each-wrp .img-wrp img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all ease 0.5s;
}
.ats-events-news-section .news-wrp .news-inner-wrp .each-news .each-wrp .post-info p.post-date {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #808C98;
  margin-bottom: 5px;
}
.ats-events-news-section .news-wrp .news-inner-wrp .each-news .each-wrp .post-info .post-title {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #1B2A3E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ats-events-news-section .news-wrp .news-inner-wrp .each-news .each-wrp .post-info .btn-wrp {
  padding-top: 5px;
}
.ats-events-news-section .news-wrp .news-inner-wrp .each-news .each-wrp .post-info .btn-wrp a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #0083BF;
  text-decoration: none;
  transition: all ease 0.3s;
}
.ats-events-news-section .news-wrp .news-inner-wrp .each-news .each-wrp .post-info .btn-wrp a:hover {
  opacity: 0.8;
}
.ats-events-news-section .news-wrp .news-inner-wrp .each-news .each-wrp:hover .img-wrp img {
  transform: scale(1.2);
}
.ats-events-news-section .news-wrp .pagination-wrp {
  padding-top: 30px;
  text-align: center;
}
.ats-events-news-section .news-wrp .pagination-wrp a {
  padding: 10px 13px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #808C98;
  background: #FFFFFF;
  border: 1px solid #808C98;
  border-radius: 4px;
  margin: 0 3px;
  text-decoration: none;
  transition: all ease 0.3s;
}
.ats-events-news-section .news-wrp .pagination-wrp a:hover {
  background-color: #0083bf;
  color: #fff;
  border-color: #0083bf;
}
.ats-events-news-section .news-wrp .pagination-wrp a.current {
  background-color: #0083bf;
  color: #fff;
  border-color: #0083bf;
}


/* Related Case Studies */
.ats-case-studies-section .row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .ats-case-studies-section .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    flex-shrink: 0;
  }
}
.ats-case-studies-section .posts-wrp .each {
  margin-bottom: 30px;
  padding: 0 15px;
}
.ats-case-studies-section .posts-wrp .each .each-wrp .img-wrp {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #f1f1f1;
}
.ats-case-studies-section .posts-wrp .each .each-wrp .img-wrp img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all ease 0.3s;
}
.ats-case-studies-section .posts-wrp .each .each-wrp .post-info p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #808C98;
  margin-bottom: 5px;
}
.ats-case-studies-section .posts-wrp .each .each-wrp .post-title a {
  text-decoration: none;
}
.ats-case-studies-section .posts-wrp .each .each-wrp .post-title a h3, .ats-case-studies-section .posts-wrp .each .each-wrp .post-title a .h3 {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #1B2A3E;
}
.ats-case-studies-section .posts-wrp .each .each-wrp .post-excerpt p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #808C98;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ats-case-studies-section .posts-wrp .each .each-wrp .post-excerpt .btn, .ats-case-studies-section .posts-wrp .each .each-wrp .post-excerpt .wpcf7 input[type=submit], .wpcf7 .ats-case-studies-section .posts-wrp .each .each-wrp .post-excerpt input[type=submit], .ats-case-studies-section .posts-wrp .each .each-wrp .post-excerpt .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .ats-case-studies-section .posts-wrp .each .each-wrp .post-excerpt a.button, .ats-case-studies-section .posts-wrp .each .each-wrp .post-excerpt .woocommerce-info a.button, .woocommerce-info .ats-case-studies-section .posts-wrp .each .each-wrp .post-excerpt a.button {
  display: none;
}
.ats-case-studies-section .posts-wrp .each .each-wrp .btn-wrp {
  padding-top: 15px;
}
.ats-case-studies-section .posts-wrp .each .each-wrp .btn-wrp a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #0083BF;
  text-decoration: none;
}
.ats-case-studies-section .posts-wrp .each .each-wrp .btn-wrp a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* Single Event Page */
.single-event-page {
  padding-top: 11rem;
  padding-bottom: 6rem;
}

.single-event-page .row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .single-event-page .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .single-event-page .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .single-event-page .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
    padding-left: 15px;
    padding-right: 15px;
    flex-shrink: 0;
  }
}

.single-event-page .left-content {
  padding-right: 50px;
}

@media (max-width: 768px) {
  .single-event-page .left-content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.single-event-page .breadcrumbs {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #808C98;
  padding-bottom: 30px;
}
.single-event-page .breadcrumbs a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #808C98;
}
.single-event-page .title-part {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .single-event-page .title-part {
    padding-bottom: 30px;
  }
}
.single-event-page .title-part h1, .single-event-page .title-part .h1 {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 120%;
  text-transform: uppercase;
  color: #1B2A3E;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .single-event-page .title-part h1, .single-event-page .title-part .h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .single-event-page .title-part h1, .single-event-page .title-part .h1 {
    font-size: 32px;
  }
}
.single-event-page .post-content p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #1B2A3E;
}
.single-event-page .post-content img {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.single-event-page .right-content {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .single-event-page .right-content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.single-event-page .right-content .img-wrp {
  padding-bottom: 30px;
}
.single-event-page .right-content .event-info {
  padding: 30px;
  background: #FFFFFF;
  border: 1px solid #808C98;
  border-radius: 4px;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.single-event-page .right-content .event-info .event-location p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #808C98;
  display: flex;
}
@media (max-width: 992px) {
  .single-event-page .right-content .event-info .event-location p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .single-event-page .right-content .event-info .event-location p {
    font-size: 15px;
  }
}
.single-event-page .right-content .event-info .event-location p svg {
  margin-top: 5px;
  margin-right: 10px;
  flex-shrink: 0;
}
.single-event-page .right-content .event-info .event-location p.sub-title {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 180%;
  color: #1B2A3E;
}
@media (max-width: 992px) {
  .single-event-page .right-content .event-info .event-location p.sub-title {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .single-event-page .right-content .event-info .event-location p.sub-title {
    font-size: 15px;
  }
}
.single-event-page .right-content .event-info .event-date p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #808C98;
  display: flex;
}
@media (max-width: 992px) {
  .single-event-page .right-content .event-info .event-date p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .single-event-page .right-content .event-info .event-date p {
    font-size: 15px;
  }
}
.single-event-page .right-content .event-info .event-date p svg {
  margin-top: 5px;
  margin-right: 10px;
  flex-shrink: 0;
}
.single-event-page .right-content .event-info .event-date p.sub-title {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  color: #1B2A3E;
  margin-top:8px;
}
@media (max-width: 992px) {
  .single-event-page .right-content .event-info .event-date p.sub-title {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .single-event-page .right-content .event-info .event-date p.sub-title {
    font-size: 15px;
  }
}


/**
 * ATSLS Blog Section
 */
.ats-blog-section {
  padding-top: 1rem;
  padding-bottom: 4rem;
}
.ats-blog-section div {
  margin-top: 0 !important;
}
.ats-blog-section .tags-filter {
  padding-bottom: 30px;
}
.ats-blog-section .tags-filter .tags-wrp {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 576px) {
  .ats-blog-section .tags-filter .tags-wrp {
    display: none;
  }
}
.ats-blog-section .tags-filter .tags-wrp li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left:0;
}
.ats-blog-section .tags-filter .tags-wrp li::before {
  display: none;
}
.ats-blog-section .tags-filter .tags-wrp li:first-child {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #070809;
}
.ats-blog-section .tags-filter .tags-wrp li a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #070809;
  text-decoration: none;
  padding: 5px 10px;
  background-color: rgba(0, 130, 190, 0.1);
  border-radius: 5px;
  border-bottom:0;
}
.ats-blog-section .tags-filter .tags-wrp li a:hover {
  text-decoration: none;
}
.ats-blog-section .tags-filter .tags-wrp li.active a {
  background-color: rgba(0, 130, 190, 0.3);
}
.ats-blog-section .tags-filter .select {
  display: none;
  padding: 10px;
  font-size: 16px;
  line-height: 150%;
  min-width: 200px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .ats-blog-section .tags-filter .select {
    display: block;
  }
}
.ats-blog-section .title-part h2, .ats-blog-section .title-part .h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  color: #070809;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .ats-blog-section .title-part h2, .ats-blog-section .title-part .h2 {
    font-size: 40px;
  }
}
.ats-blog-section .featured-posts-wrp {
  padding-bottom: 4rem;
}
.ats-blog-section .featured-posts-wrp .inner-wrp {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.ats-blog-section .featured-posts-wrp .first-item {
  width: 66.66%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .ats-blog-section .featured-posts-wrp .first-item {
    width: 100%;
    margin-bottom: 30px;
    min-height: 400px;
  }
}
.ats-blog-section .featured-posts-wrp .first-item .each-wrp {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  transition: background-size 0.5s ease;
}
@media (max-width: 768px) {
  .ats-blog-section .featured-posts-wrp .first-item .each-wrp {
    background-size: cover !important;
  }
}
.ats-blog-section .featured-posts-wrp .first-item .each-wrp:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(7, 8, 9, 0.9) 11.84%, rgba(7, 8, 9, 0) 100%);
}
.ats-blog-section .featured-posts-wrp .first-item .each-wrp .btn-wrp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.ats-blog-section .featured-posts-wrp .first-item .each-wrp .btn-wrp a {
  padding: 10px 30px;
  background-color: #E9993E;
  border-radius: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: all ease 0.5s;
  opacity: 0;
}
@media (max-width: 768px) {
  .ats-blog-section .featured-posts-wrp .first-item .each-wrp .btn-wrp a {
    opacity: 1 !important;
  }
}
.ats-blog-section .featured-posts-wrp .first-item .each-wrp .btn-wrp a:hover {
  text-decoration: none;
}
.ats-blog-section .featured-posts-wrp .first-item .each-wrp .tag-wrp {
  text-align: right;
  padding: 30px;
  position: relative;
  z-index: 5;
}
.ats-blog-section .featured-posts-wrp .first-item .each-wrp .tag-wrp p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #070809;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 0;
  margin-left: auto;
}
.ats-blog-section .featured-posts-wrp .first-item .each-wrp .tag-wrp a {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #070809;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  text-decoration: none;
}
.ats-blog-section .featured-posts-wrp .first-item .each-wrp .tag-wrp a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.ats-blog-section .featured-posts-wrp .first-item .each-wrp .post-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px;
}
.ats-blog-section .featured-posts-wrp .first-item .each-wrp .post-info .post-info-wrp {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .ats-blog-section .featured-posts-wrp .first-item .each-wrp .post-info .post-info-wrp {
    display: block;
  }
}
.ats-blog-section .featured-posts-wrp .first-item .each-wrp .post-info .post-info-wrp .post-title {
  width: 66.66%;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .ats-blog-section .featured-posts-wrp .first-item .each-wrp .post-info .post-info-wrp .post-title {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
.ats-blog-section .featured-posts-wrp .first-item .each-wrp .post-info .post-info-wrp .post-title a {
  text-decoration: none;
}
.ats-blog-section .featured-posts-wrp .first-item .each-wrp .post-info .post-info-wrp .post-title a:hover {
  text-decoration: none;
}
.ats-blog-section .featured-posts-wrp .first-item .each-wrp .post-info .post-info-wrp .post-title h3, .ats-blog-section .featured-posts-wrp .first-item .each-wrp .post-info .post-info-wrp .post-title .h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .ats-blog-section .featured-posts-wrp .first-item .each-wrp .post-info .post-info-wrp .post-title h3, .ats-blog-section .featured-posts-wrp .first-item .each-wrp .post-info .post-info-wrp .post-title .h3 {
    font-size: 24px;
  }
}
.ats-blog-section .featured-posts-wrp .first-item .each-wrp .post-info .post-info-wrp .author-info {
  display: flex;
  align-items: center;
  width: 33.33%;
}
@media (max-width: 768px) {
  .ats-blog-section .featured-posts-wrp .first-item .each-wrp .post-info .post-info-wrp .author-info {
    width: 100%;
  }
}
.ats-blog-section .featured-posts-wrp .first-item .each-wrp .post-info .post-info-wrp .author-info .author-photo {
  width: 50px;
  flex-shrink: 0;
  margin-right: 15px;
}
.ats-blog-section .featured-posts-wrp .first-item .each-wrp .post-info .post-info-wrp .author-info .author-photo .img-wrp {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 50%;
}
.ats-blog-section .featured-posts-wrp .first-item .each-wrp .post-info .post-info-wrp .author-info .author-photo .img-wrp img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
}
.ats-blog-section .featured-posts-wrp .first-item .each-wrp .post-info .post-info-wrp .author-info .author-name-date .author-name p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 0px;
}
.ats-blog-section .featured-posts-wrp .first-item .each-wrp .post-info .post-info-wrp .author-info .author-name-date .post-date p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 0;
  opacity: 0.6;
}
.ats-blog-section .featured-posts-wrp .first-item .each-wrp:hover {
  background-size: 120%;
}
.ats-blog-section .featured-posts-wrp .first-item .each-wrp:hover .btn-wrp a {
  opacity: 1;
}
.ats-blog-section .featured-posts-wrp .second-item {
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}
@media (max-width: 768px) {
  .ats-blog-section .featured-posts-wrp .second-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.ats-blog-section .featured-posts-wrp .second-item .each-wrp {
  height: 100%;
}
.ats-blog-section .featured-posts-wrp .second-item .each-wrp > .img-wrp {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
  background-color: #f1f1f1;
  margin-bottom: 15px;
  border-radius: 5px;
  transition: all ease 0.5s;
}
.ats-blog-section .featured-posts-wrp .second-item .each-wrp > .img-wrp img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px;
  transition: all ease 0.5s;
}
.ats-blog-section .featured-posts-wrp .second-item .each-wrp > .img-wrp .btn-wrp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.ats-blog-section .featured-posts-wrp .second-item .each-wrp > .img-wrp .btn-wrp a {
  padding: 10px 30px;
  background-color: #E9993E;
  border-radius: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: all ease 0.5s;
  opacity: 0;
}
@media (max-width: 768px) {
  .ats-blog-section .featured-posts-wrp .second-item .each-wrp > .img-wrp .btn-wrp a {
    opacity: 1 !important;
  }
}
.ats-blog-section .featured-posts-wrp .second-item .each-wrp > .img-wrp .btn-wrp a:hover {
  text-decoration: none;
}
.ats-blog-section .featured-posts-wrp .second-item .each-wrp .cats-info p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #070809;
  background-color: rgba(0, 130, 190, 0.1);
  border-radius: 5px;
  margin-bottom: 10px;
}
.ats-blog-section .featured-posts-wrp .second-item .each-wrp .cats-info a {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #153768;
  background-color: rgba(29, 136, 202, 0.1);
  border-radius: 5px;
  margin-bottom: 10px;
  text-decoration: none;
}
.ats-blog-section .featured-posts-wrp .second-item .each-wrp .cats-info a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.ats-blog-section .featured-posts-wrp .second-item .each-wrp .post-title a {
  text-decoration: none;
}
.ats-blog-section .featured-posts-wrp .second-item .each-wrp .post-title a:hover {
  text-decoration: none;
}
.ats-blog-section .featured-posts-wrp .second-item .each-wrp .post-title h3, .ats-blog-section .featured-posts-wrp .second-item .each-wrp .post-title .h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #153768;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .ats-blog-section .featured-posts-wrp .second-item .each-wrp .post-title h3, .ats-blog-section .featured-posts-wrp .second-item .each-wrp .post-title .h3 {
    font-size: 24px;
  }
}
.ats-blog-section .featured-posts-wrp .second-item .each-wrp .post-excerpt {
  transition: all ease 0.5s;
}
.ats-blog-section .featured-posts-wrp .second-item .each-wrp .post-excerpt p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(21, 55, 104, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ats-blog-section .featured-posts-wrp .second-item .each-wrp hr {
  border-top: 1px solid rgba(7, 8, 9, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
}
.ats-blog-section .featured-posts-wrp .second-item .each-wrp .author-info {
  display: flex;
  align-items: center;
}
.ats-blog-section .featured-posts-wrp .second-item .each-wrp .author-info .author-photo {
  width: 50px;
  flex-shrink: 0;
  margin-right: 15px;
}
.ats-blog-section .featured-posts-wrp .second-item .each-wrp .author-info .author-photo .img-wrp {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 50%;
}
.ats-blog-section .featured-posts-wrp .second-item .each-wrp .author-info .author-photo .img-wrp img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
}
.ats-blog-section .featured-posts-wrp .second-item .each-wrp .author-info .author-name-date .author-name p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #153768;
  margin-bottom: 0px;
}
.ats-blog-section .featured-posts-wrp .second-item .each-wrp .author-info .author-name-date .post-date p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgba(21, 55, 104, 0.6);
  margin-bottom: 0;
}
.ats-blog-section .featured-posts-wrp .second-item .each-wrp:hover > .img-wrp img {
  transform: scale(1.2);
}
.ats-blog-section .featured-posts-wrp .second-item .each-wrp:hover > .img-wrp .btn-wrp a {
  opacity: 1;
}
.ats-blog-section .posts-wrp .inner-wrp {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.ats-blog-section .posts-wrp .inner-wrp .each {
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .ats-blog-section .posts-wrp .inner-wrp .each {
    width: 100%;
    margin-bottom: 30px;
  }
}
.ats-blog-section .posts-wrp .inner-wrp .each .each-wrp {
  height: 100%;
}
.ats-blog-section .posts-wrp .inner-wrp .each .each-wrp > .img-wrp {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
  background-color: #f1f1f1;
  margin-bottom: 15px;
  border-radius: 5px;
  transition: all ease 0.5s;
}
.ats-blog-section .posts-wrp .inner-wrp .each .each-wrp > .img-wrp img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px;
  transition: all ease 0.5s;
}
.ats-blog-section .posts-wrp .inner-wrp .each .each-wrp > .img-wrp .btn-wrp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.ats-blog-section .posts-wrp .inner-wrp .each .each-wrp > .img-wrp .btn-wrp a {
  padding: 10px 30px;
  background-color: #E9993E;
  border-radius: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: all ease 0.5s;
  opacity: 0;
}
@media (max-width: 768px) {
  .ats-blog-section .posts-wrp .inner-wrp .each .each-wrp > .img-wrp .btn-wrp a {
    opacity: 1 !important;
  }
}
.ats-blog-section .posts-wrp .inner-wrp .each .each-wrp > .img-wrp .btn-wrp a:hover {
  text-decoration: none;
}
.ats-blog-section .posts-wrp .inner-wrp .each .each-wrp .cats-info p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #153768;
  background-color: rgba(29, 136, 202, 0.1);
  border-radius: 5px;
  margin-bottom: 10px;
}
.ats-blog-section .posts-wrp .inner-wrp .each .each-wrp .cats-info a {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #153768;
  background-color: rgba(29, 136, 202, 0.1);
  border-radius: 5px;
  margin-bottom: 10px;
  text-decoration: none;
}
.ats-blog-section .posts-wrp .inner-wrp .each .each-wrp .cats-info a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.ats-blog-section .posts-wrp .inner-wrp .each .each-wrp .post-title a {
  text-decoration: none;
}
.ats-blog-section .posts-wrp .inner-wrp .each .each-wrp .post-title a:hover {
  text-decoration: none;
}
.ats-blog-section .posts-wrp .inner-wrp .each .each-wrp .post-title h3, .ats-blog-section .posts-wrp .inner-wrp .each .each-wrp .post-title .h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #153768;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .ats-blog-section .posts-wrp .inner-wrp .each .each-wrp .post-title h3, .ats-blog-section .posts-wrp .inner-wrp .each .each-wrp .post-title .h3 {
    font-size: 24px;
  }
}
.ats-blog-section .posts-wrp .inner-wrp .each .each-wrp .post-excerpt {
  transition: all ease 0.5s;
}
.ats-blog-section .posts-wrp .inner-wrp .each .each-wrp .post-excerpt p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(21, 55, 104, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ats-blog-section .posts-wrp .inner-wrp .each .each-wrp hr {
  border-top: 1px solid rgba(7, 8, 9, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
}
.ats-blog-section .posts-wrp .inner-wrp .each .each-wrp .author-info {
  display: flex;
  align-items: center;
}
.ats-blog-section .posts-wrp .inner-wrp .each .each-wrp .author-info .author-photo {
  width: 50px;
  flex-shrink: 0;
  margin-right: 15px;
}
.ats-blog-section .posts-wrp .inner-wrp .each .each-wrp .author-info .author-photo .img-wrp {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 50%;
}
.ats-blog-section .posts-wrp .inner-wrp .each .each-wrp .author-info .author-photo .img-wrp img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
}
.ats-blog-section .posts-wrp .inner-wrp .each .each-wrp .author-info .author-name-date .author-name p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #153768;
  margin-bottom: 0px;
}
.ats-blog-section .posts-wrp .inner-wrp .each .each-wrp .author-info .author-name-date .post-date p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgba(21, 55, 104, 0.6);
  margin-bottom: 0;
}
.ats-blog-section .posts-wrp .inner-wrp .each .each-wrp:hover > .img-wrp img {
  transform: scale(1.2);
}
.ats-blog-section .posts-wrp .inner-wrp .each .each-wrp:hover > .img-wrp .btn-wrp a {
  opacity: 1;
}
.ats-blog-section .pagination-wrp {
  text-align: center;
  margin-top: 30px !important;
}
.ats-blog-section .pagination-wrp a {
  padding: 10px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #808C98;
  background: #FFFFFF;
  border: 1px solid #808C98;
  border-radius: 4px;
  margin: 0 3px;
  text-decoration: none;
  transition: all ease 0.3s;
  display: inline-block;
  margin-bottom: 10px;
}
.ats-blog-section .pagination-wrp a:hover {
  background-color: #E5F2F8;
  color: #fff;
  border-color: #070809;
}
.ats-blog-section .pagination-wrp a.current {
  background-color: #0083bf;
  color: #fff;
  border-color: #0083bf;
}
.ats-blog-section .load-more-btn-wrp {
  text-align: center;
  margin-top: 30px !important;
}
.ats-blog-section .load-more-btn-wrp a {
  padding: 10px 30px;
  font-size: 16px;
  background-color: #0083bf;
  color: #fff;
  border: 1px solid #0083bf;
  text-decoration: none;
  border-radius: 4px;
  transition: all ease 0.3s;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
}
.ats-blog-section .load-more-btn-wrp a:hover {
  text-decoration: none;
  opacity: 0.8;
}


/* single blog page */
.single-blog-page {
  padding-top: 12rem;
  padding-bottom: 6rem;
}
.single-blog-page .single-blog-wrp {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.single-blog-page .single-blog-wrp .tags-filter .tags-wrp {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 576px) {
  .single-blog-page .single-blog-wrp .tags-filter .tags-wrp {
    display: none;
  }
}
.single-blog-page .single-blog-wrp .tags-filter .tags-wrp li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 0;
}
.single-blog-page .single-blog-wrp .tags-filter .tags-wrp li::before {
  display: none;
}
.single-blog-page .single-blog-wrp .tags-filter .tags-wrp li:first-child {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #070809;
  padding: 5px 0px;
}
.single-blog-page .single-blog-wrp .tags-filter .tags-wrp li:first-child a {
  background-color: transparent;
}
.single-blog-page .single-blog-wrp .tags-filter .tags-wrp li a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #070809;
  text-decoration: none;
  padding: 5px 10px;
  background-color: rgba(0, 130, 190, 0.1);
  border-radius: 5px;
  border-bottom: none;
}
.single-blog-page .single-blog-wrp .tags-filter .tags-wrp li a:hover {
  text-decoration: none;
}
.single-blog-page .single-blog-wrp .tags-filter .select {
  display: none;
  padding: 10px;
  font-size: 16px;
  line-height: 150%;
  min-width: 200px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .single-blog-page .single-blog-wrp .tags-filter .select {
    display: block;
  }
}
.single-blog-page .single-blog-wrp .blog-title-wrp {
  padding-top: 50px;
}
.single-blog-page .single-blog-wrp .blog-title-wrp .inner-wrp {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
  align-items: center;
}
.single-blog-page .single-blog-wrp .blog-title-wrp .inner-wrp .img-wrapper {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .single-blog-page .single-blog-wrp .blog-title-wrp .inner-wrp .img-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
}
.single-blog-page .single-blog-wrp .blog-title-wrp .inner-wrp .img-wrapper .img-wrp {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 60px 0px;
}
.single-blog-page .single-blog-wrp .blog-title-wrp .inner-wrp .img-wrapper .img-wrp img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 60px 0px;
}
.single-blog-page .single-blog-wrp .blog-title-wrp .inner-wrp .title-part {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .single-blog-page .single-blog-wrp .blog-title-wrp .inner-wrp .title-part {
    width: 100%;
  }
}
.single-blog-page .single-blog-wrp .blog-title-wrp .inner-wrp .title-part h1, .single-blog-page .single-blog-wrp .blog-title-wrp .inner-wrp .title-part .h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 130%;
  text-transform: uppercase;
  color: #153768;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .single-blog-page .single-blog-wrp .blog-title-wrp .inner-wrp .title-part h1, .single-blog-page .single-blog-wrp .blog-title-wrp .inner-wrp .title-part .h1 {
    font-size: 40px;
  }
}
.single-blog-page .single-blog-wrp .blog-title-wrp .inner-wrp .title-part .author-info {
  display: flex;
  align-items: center;
}
.single-blog-page .single-blog-wrp .blog-title-wrp .inner-wrp .title-part .author-info .author-photo {
  width: 70px;
  flex-shrink: 0;
  margin-right: 15px;
}
.single-blog-page .single-blog-wrp .blog-title-wrp .inner-wrp .title-part .author-info .author-photo .img-wrp {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 50%;
}
.single-blog-page .single-blog-wrp .blog-title-wrp .inner-wrp .title-part .author-info .author-photo .img-wrp img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
}
.single-blog-page .single-blog-wrp .blog-title-wrp .inner-wrp .title-part .author-info .author-name-date .author-name p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #153768;
  margin-bottom: 0px;
}
.single-blog-page .single-blog-wrp .blog-title-wrp .inner-wrp .title-part .author-info .author-name-date .post-date p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(21, 55, 104, 0.6);
  margin-bottom: 0;
}
.single-blog-page .single-blog-wrp .content-wrp {
  padding-top: 4rem;
}
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .sidebar {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .single-blog-page .single-blog-wrp .content-wrp .inner-wrp .sidebar {
    display: none;
  }
}
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .sidebar .sidebar-wrp {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #F0F1F1;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding: 30px;
  border-radius: 10px;
}
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .sidebar .sidebar-wrp .logo-wrp {
  margin-bottom: 20px;
}
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .sidebar .sidebar-wrp .logo-wrp img {
  width: 140px;
  max-width: 100%;
}
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .sidebar .sidebar-wrp .sidebar-title h2, .single-blog-page .single-blog-wrp .content-wrp .inner-wrp .sidebar .sidebar-wrp .sidebar-title .h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #070809;
  margin-bottom: 0;
}
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .sidebar .sidebar-wrp hr {
  border-top: 1px solid rgba(7, 8, 9, 0.1);
  margin-top: 25px;
  margin-bottom: 25px;
}
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .sidebar .sidebar-wrp .social-links {
  display: block;
}
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .sidebar .sidebar-wrp .social-links a {
  display: inline-block;
  margin-right: 10px;
}
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .sidebar .sidebar-wrp .social-links a img {
  width: 30px;
}
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .sidebar .sidebar-wrp .social-links .btn-wrp {
  padding-top: 25px;
}
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .sidebar .sidebar-wrp .social-links .btn-wrp a {
  padding: 10px 20px;
  background-color: #0082BE;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .sidebar .sidebar-wrp .social-links .btn-wrp a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .sidebar .subscribe-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  display: none;
}
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .sidebar .subscribe-modal.modal-show {
  display: flex;
}
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .sidebar .subscribe-modal:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .sidebar .subscribe-modal .modal-wrp {
  width: 600px;
  height: auto;
  position: relative;
  max-width: 100%;
  background-color: #f2f2f2;
  padding: 30px;
  border-radius: 8px;
}
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .sidebar .subscribe-modal .modal-wrp .close-btn {
  position: absolute;
  top: 7px;
  right: 10px;
}
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .sidebar .subscribe-modal .modal-wrp .close-btn a {
  color: #222;
  font-size: 20px;
  text-decoration: none;
}
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .sidebar .subscribe-modal .modal-wrp .close-btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .post-content {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .post-content .full-width-text .content-block p, 
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .post-content .full-width-text .content-block ul li, 
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .post-content .full-width-text .content-block ol li {
  color: rgba(21, 55, 104, 0.6);
}
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .post-content .full-width-text .content-block h2, 
.single-blog-page .single-blog-wrp .content-wrp .inner-wrp .post-content .full-width-text .content-block h3 {
  color: #153768;
}
@media (max-width: 768px) {
  .single-blog-page .single-blog-wrp .content-wrp .inner-wrp .post-content {
    width: 100%;
  }
}
.single-blog-page .single-blog-wrp .author-banner {
  margin-top: 4rem;
  margin-bottom: 4rem;
  background: linear-gradient(301.12deg, #051936 0%, #1D88CA 100%);
  padding: 3rem 40px;
}
.single-blog-page .single-blog-wrp .author-banner .banner-wrp {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.single-blog-page .single-blog-wrp .author-banner .inner-wrp {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
  align-items: center;
}
.single-blog-page .single-blog-wrp .author-banner .inner-wrp .author-photo {
  width: 25%;
  text-align: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .single-blog-page .single-blog-wrp .author-banner .inner-wrp .author-photo {
    width: 100%;
  }
}
.single-blog-page .single-blog-wrp .author-banner .inner-wrp .author-photo .img-wrapper {
  max-width: 100%;
  width: 210px;
}
@media (max-width: 768px) {
  .single-blog-page .single-blog-wrp .author-banner .inner-wrp .author-photo .img-wrapper {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
}
.single-blog-page .single-blog-wrp .author-banner .inner-wrp .author-photo .img-wrapper .img-wrp {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 50%;
}
.single-blog-page .single-blog-wrp .author-banner .inner-wrp .author-photo .img-wrapper .img-wrp img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
}
.single-blog-page .single-blog-wrp .author-banner .inner-wrp .author-info {
  padding-left: 50px;
  width: 75%;
}
@media (max-width: 768px) {
  .single-blog-page .single-blog-wrp .author-banner .inner-wrp .author-info {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
}
.single-blog-page .single-blog-wrp .author-banner .inner-wrp .author-info .author-name h2, .single-blog-page .single-blog-wrp .author-banner .inner-wrp .author-info .author-name .h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .single-blog-page .single-blog-wrp .author-banner .inner-wrp .author-info .author-name h2, .single-blog-page .single-blog-wrp .author-banner .inner-wrp .author-info .author-name .h2 {
    font-size: 32px;
  }
}
.single-blog-page .single-blog-wrp .author-banner .inner-wrp .author-info .author-position p {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .single-blog-page .single-blog-wrp .author-banner .inner-wrp .author-info .author-position p {
    font-size: 22px;
  }
}
.single-blog-page .single-blog-wrp .author-banner .inner-wrp .author-info .author-detail p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
}
.single-blog-page .single-blog-wrp .related-blog {
  padding-top: 2rem;
}
.single-blog-page .single-blog-wrp .related-blog .section-title h2, .single-blog-page .single-blog-wrp .related-blog .section-title .h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 130%;
  text-transform: uppercase;
  color: #070809;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .single-blog-page .single-blog-wrp .related-blog .section-title h2, .single-blog-page .single-blog-wrp .related-blog .section-title .h2 {
    font-size: 40px;
  }
}
.single-blog-page .single-blog-wrp .related-blog .inner-wrp {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.single-blog-page .single-blog-wrp .related-blog .inner-wrp .each {
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .single-blog-page .single-blog-wrp .related-blog .inner-wrp .each {
    width: 100%;
    margin-bottom: 30px;
  }
}
.single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp {
  height: 100%;
}
.single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp > .img-wrp {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
  background-color: #f1f1f1;
  margin-bottom: 15px;
  border-radius: 5px;
}
.single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp > .img-wrp img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px;
  transition: all ease 0.5s;
}
.single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp > .img-wrp .btn-wrp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp > .img-wrp .btn-wrp a {
  padding: 10px 30px;
  background-color: #E9993E;
  border-radius: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: all ease 0.5s;
  opacity: 0;
}
@media (max-width: 768px) {
  .single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp > .img-wrp .btn-wrp a {
    opacity: 1 !important;
  }
}
.single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp > .img-wrp .btn-wrp a:hover {
  text-decoration: none;
}

.single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp > .img-wrp:hover img {
  transform: scale(1.2);
}
.single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp > .img-wrp:hover .btn-wrp a {
  opacity: 1;
}
.single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp .cats-info p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #153768;
  background-color: rgba(29, 136, 202, 0.1);
  border-radius: 5px;
  margin-bottom: 10px;
}
.single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp .cats-info a {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #153768;
  background-color: rgba(29, 136, 202, 0.1);
  border-radius: 5px;
  margin-bottom: 10px;
  text-decoration: none;
}
.single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp .cats-info a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp .post-title a {
  text-decoration: none;
}
.single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp .post-title a:hover {
  text-decoration: none;
}
.single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp .post-title h3, .single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp .post-title .h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #153768;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp .post-title h3, .single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp .post-title .h3 {
    font-size: 24px;
  }
}
.single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp .post-excerpt p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(21, 55, 104, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp hr {
  border-top: 1px solid rgba(7, 8, 9, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp .author-info {
  display: flex;
  align-items: center;
}
.single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp .author-info .author-photo {
  width: 50px;
  flex-shrink: 0;
  margin-right: 15px;
}
.single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp .author-info .author-photo .img-wrp {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 50%;
}
.single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp .author-info .author-photo .img-wrp img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
}
.single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp .author-info .author-name-date .author-name p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #153768;
  margin-bottom: 0px;
}
.single-blog-page .single-blog-wrp .related-blog .inner-wrp .each .each-wrp .author-info .author-name-date .post-date p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgba(21, 55, 104, 0.6);
  margin-bottom: 0;
}


/* Home Hero Section */
.home-hero-section .hero-text {
  transform: translateX(-100vw);
  -webkit-animation: hero-slide-left 1.25s forwards;
  animation: hero-slide-left 1.25s forwards;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.home-hero-section .hero-image {
  transform: translateX(100vw);
  -webkit-animation: hero-slide-right 1s forwards;
  animation: hero-slide-right 1s forwards;
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
@-webkit-keyframes hero-slide-right {
  100% {
    transform: translateX(0);
  }
}
@keyframes hero-slide-right {
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes hero-slide-left {
  100% {
    transform: translateX(0);
  }
}
@keyframes hero-slide-left {
  100% {
    transform: translateX(0);
  }
}

.video-hero-section .wp-block-cover {
  padding: 0 !important;
}
.video-hero-section .hero-text h1,
.video-hero-section .hero-text p {
  color: #fff !important;
}

footer .global-footer-newsletter {
  order: 4;
}
footer .global-footer-newsletter p.sub-title {
  pointer-events: none;
  color: #007ABD;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
footer .global-footer-newsletter .btn-wrp {
  padding-top: 15px;
}

footer .global-footer-newsletter .footer-subscribe-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  display: none;
}
footer .global-footer-newsletter .footer-subscribe-modal.modal-show {
  display: flex;
}
footer .global-footer-newsletter .footer-subscribe-modal:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
footer .global-footer-newsletter .footer-subscribe-modal .modal-wrp {
  width: 600px;
  height: auto;
  position: relative;
  max-width: 100%;
  background-color: #f2f2f2;
  padding: 30px;
  border-radius: 8px;
}
footer .global-footer-newsletter .footer-subscribe-modal .modal-wrp .close-btn {
  position: absolute;
  top: 7px;
  right: 10px;
}
footer .global-footer-newsletter .footer-subscribe-modal .modal-wrp .close-btn a {
  color: #222;
  font-size: 20px;
  text-decoration: none;
}
footer .global-footer-newsletter .footer-subscribe-modal .modal-wrp .close-btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
footer .global-footer-newsletter .footer-subscribe-modal .modal-wrp .form-wrp iframe {
  width: 100%;
  max-width: 100%;
}

.trakmaster-links-card > .gb-grid-column > .gb-container {
  border: 2px solid #fff;
  transition: all ease 0.3s;
}
.trakmaster-links-card > .gb-grid-column > .gb-container .link-wrp {
  opacity: 0;
  transition: all ease 0.3s;
  margin-bottom: 0;
}
.trakmaster-links-card > .gb-grid-column > .gb-container .description {
  padding-top: 15px;
  padding-bottom: 5px;
  transition: all ease 0.3s;
  margin-bottom: 0;
}
.trakmaster-links-card > .gb-grid-column:hover > .gb-container {
  border: 2px solid #106DA6;
}
.trakmaster-links-card > .gb-grid-column:hover > .gb-container .link-wrp {
  opacity: 1;
}
.trakmaster-links-card > .gb-grid-column:hover > .gb-container .description {
  padding-top: 5px;
  padding-bottom: 15px;
}


.trakmaster-integrated-functionality-slider .slick-arrow::before {
  display: none;
}
.trakmaster-integrated-functionality-slider .slick-arrow::after {
  border: none !important;
}
.trakmaster-integrated-functionality-slider .slick-prev {
  left: -50px;
  background-image: url("../images/arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #153768;
}
.trakmaster-integrated-functionality-slider .slick-next {
  right: -50px;
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #153768;
}
@media (max-width: 768px) {
  .trakmaster-integrated-functionality-slider .slick-prev {
    left: 15px;
    width: 30px;
    height: 30px;
    z-index: 1;
  }
  .trakmaster-integrated-functionality-slider .slick-next {
    right: 15px;
    width: 30px;
    height: 30px;
    z-index: 1;
  }
}
.trakmaster-integrated-functionality-slider .slick-track {
  display: flex;
}
.trakmaster-integrated-functionality-slider .gb-grid-column {
  padding: 15px;
  height: inherit;
}
.trakmaster-integrated-functionality-slider .gb-grid-column > .gb-container {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(4, 26, 57, 0.1);
  border-radius: 10px;
  text-align: center;
  transition: all ease 0.3s;
  position: relative;
  height: 100%;
}
.trakmaster-integrated-functionality-slider .gb-grid-column > .gb-container figure img {
  height: 150px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  transition: all ease 0.3s;
}
.trakmaster-integrated-functionality-slider .gb-grid-column > .gb-container p {
  opacity: 0;
  position: absolute;
  bottom: -50px;
  transition: all ease 0.3s;
  left: 0;
  padding: 0 15px;
}
.trakmaster-integrated-functionality-slider .gb-grid-column:hover > .gb-container {
  padding-bottom: 80px;
}
.trakmaster-integrated-functionality-slider .gb-grid-column:hover > .gb-container figure img {
  height: 90px;
}
.trakmaster-integrated-functionality-slider .gb-grid-column:hover > .gb-container p {
  opacity: 1;
  bottom: 0px;
}

.trakmaster-system-simulations .hidden-paragraph.hidden {
  display: none;
}
.trakmaster-system-simulations .readmore-btn {
  cursor: pointer;
}
.trakmaster-system-simulations .readmore-btn.hidden {
  transform: rotate(180deg);
}


.trakmaster-video-section .video-play {
  cursor: pointer;
}
.trakmaster-video-section .video-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}
.trakmaster-video-section .video-modal.modal-show {
  display: flex;
}
.trakmaster-video-section .video-modal .inner-wrp {
  max-width: 100%;
  width: 800px;
  padding: 30px;
  position: relative;
}
.trakmaster-video-section .video-modal .inner-wrp .close-x {
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.trakmaster-video-section .video-modal .inner-wrp > .gb-inside-container {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
}
.trakmaster-video-section .video-modal .inner-wrp > .gb-inside-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.hero-slider-cta {
  align-items: center;
  background-color: #F7941D;
  color: #FFFFFF;
  display: inline-flex;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  position: relative;
}
.hero-slider-cta::before, .hero-slider-cta::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.hero-slider-cta::before {
  top: 0;
  left: 0;
}
.hero-slider-cta::after {
  bottom: 0;
  right: 0;
}
.hero-slider-cta:hover, .hero-slider-cta:focus {
  background-color: transparent;
  color: #F7941D;
}
.hero-slider-cta:hover::before, .hero-slider-cta:hover::after, .hero-slider-cta:focus::before, .hero-slider-cta:focus::after {
  width: 100%;
  height: 100%;
}
.hero-slider-cta:hover::before, .hero-slider-cta:focus::before {
  border-top-color: #F7941D;
  border-right-color: #F7941D;
  transition: width 0.25s ease-in-out, height 0.25s ease-in-out 0.25s;
}
.hero-slider-cta:hover::after, .hero-slider-cta:focus::after {
  border-bottom-color: #F7941D;
  border-left-color: #F7941D;
  transition: border-color 0s ease-in-out 0.5s, width 0.25s ease-in-out 0.5s, height 0.25s ease-in-out 0.75s;
}

/* icon-item hover effect border & icon swap */
.icon-item.hover-effect {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;

  -webkit-transition: border-color 0.25s linear; /* Saf3.2+, Chrome */
   -moz-transition: border-color 0.25s linear; /* FF3.7+ */
     -o-transition: border-color 0.25s linear; /* Opera 10.5 */
        transition: border-color 0.25s linear;
}
.icon-item.hover-effect:focus, 
.icon-item.hover-effect:hover{
  border-color: #2065a3;
}
.icon-item.hover-effect .gb-inside-container{ 
  padding-bottom: 0;
}
.icon-item.hover-effect > .gb-inside-container{ 
  padding: 1rem;
}
.icon-hover-effect {
  position: relative;
}
.icon-hover-effect figure {
  width: 70px;
}
.icon-hover-effect figure + figure {
  position: absolute;
  top: 0;
  margin-top: 0;
  opacity: 0;

  -webkit-transition: opacity 0.25s linear; /* Saf3.2+, Chrome */
  -moz-transition: opacity 0.25s linear; /* FF3.7+ */
    -o-transition: opacity 0.25s linear; /* Opera 10.5 */
       transition: opacity 0.25s linear;
}
.icon-item.hover-effect:focus .icon-hover-effect figure + figure, 
.icon-item.hover-effect:hover .icon-hover-effect figure + figure{
  opacity: 1;
}

.icon-item.hover-effect .hidden-paragraph.hide-text {
  display: none;
}
.icon-item.hover-effect .readmore-btn {
  cursor: pointer;
}
.icon-item.hover-effect .readmore-btn.hidden {
  transform: rotate(180deg);
}

header.site-header .header-language-bar::before {
  content: url('../images/globe.png');
  margin-right: 10px;
  margin-top:3px;
}
header.site-header .header-language-bar {
  display: inherit;
  flex-shrink: 0;
  position: relative;
}

.wpml-ls-statics-shortcode_actions {
  border: 1px solid #dcdcdc;
  width: 100px!important;;
}
.wpml-ls-statics-shortcode_actions a {
  padding: 7px 10px;
}


.atsls-innovation-tab {
  margin-top: 0 !important;
}
.atsls-innovation-tab div {
  margin-top: 0 !important;
}
.atsls-innovation-tab .tab-item {
  cursor: pointer;
  transition: all ease 0.3s;
}
.atsls-innovation-tab .tab-item h3, .atsls-innovation-tab .tab-item .h3, .atsls-innovation-tab .tab-item p {
  transition: all ease 0.3s;
  color: #fff !important;
}
.atsls-innovation-tab .tab-item.active {
  background-color: #fff;
  background-image: unset;
}
.atsls-innovation-tab .tab-item.active h3, .atsls-innovation-tab .tab-item.active .h3 {
  color: #000 !important;
}
.atsls-innovation-tab .tab-item.active p {
  color: #454545 !important;
}
.atsls-innovation-tab .tab-content {
  display: none;
}
.atsls-innovation-tab .tab-content.active {
  display: block;
}


.atsco-culture-section {
  position: relative;
}
.atsco-culture-section .culture-sidebar {
  position: sticky;
  top: 120px;
  height: auto !important;
}
.atsco-culture-section .culture-sidebar .culture-sidebar-menu h3, .atsco-culture-section .culture-sidebar .culture-sidebar-menu .h3 {
  position: relative;
  transition: all ease 0.5s;
  cursor: pointer;
}
.atsco-culture-section .culture-sidebar .culture-sidebar-menu h3:before, .atsco-culture-section .culture-sidebar .culture-sidebar-menu .h3:before {
  content: "///";
  position: absolute;
  top: 20px;
  left: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 32px;
  opacity: 0;
  transition: all ease 0.5s;
  letter-spacing: 4px;
  font-weight: 700;
}
.atsco-culture-section .culture-sidebar .culture-sidebar-menu h3:after, .atsco-culture-section .culture-sidebar .culture-sidebar-menu .h3:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  opacity: 0;
  transition: all ease 0.5s;
  width: 45px;
  border-top: 6px solid #E9993E;
}
.atsco-culture-section .culture-sidebar .culture-sidebar-menu h3:hover, .atsco-culture-section .culture-sidebar .culture-sidebar-menu .h3:hover {
  padding-left: 55px;
  color: #ffffff;
  font-weight: 700;
}
.atsco-culture-section .culture-sidebar .culture-sidebar-menu h3:hover:after, .atsco-culture-section .culture-sidebar .culture-sidebar-menu .h3:hover:after {
  opacity: 1;
}
.atsco-culture-section .culture-sidebar .culture-sidebar-menu h3:hover:hover:before, .atsco-culture-section .culture-sidebar .culture-sidebar-menu .h3:hover:hover:before {
  opacity: 0 !important;
}
.atsco-culture-section .culture-sidebar .culture-sidebar-menu h3.active, .atsco-culture-section .culture-sidebar .culture-sidebar-menu .active.h3 {
  padding-left: 55px;
  color: #ffffff;
  font-weight: 700;
}
.atsco-culture-section .culture-sidebar .culture-sidebar-menu h3.active:after, .atsco-culture-section .culture-sidebar .culture-sidebar-menu .active.h3:after {
  opacity: 1;
}
.atsco-culture-section .culture-sidebar .culture-sidebar-menu h3.active:hover:before, .atsco-culture-section .culture-sidebar .culture-sidebar-menu .active.h3:hover:before {
  opacity: 0 !important;
}


/* atsls modal */
.st-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  transition: all ease 0.3s;
}
.st-modal .gb-inside-container {
  background-color: #fff;
  position: relative;
}
.st-modal .gb-inside-container .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-top: 0;
}
.st-modal .gb-inside-container .close-btn:after {
  position: absolute;
  content: "✕";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.st-modal.st-modal-small .gb-inside-container {
  width: 100%;
  max-width: 500px;
  padding-left: 30px;
  padding-right: 30px;
}
.st-modal.st-modal-medium .gb-inside-container {
  width: 100%;
  max-width: 800px;
  padding-left: 30px;
  padding-right: 30px;
}
.st-modal.st-modal-large .gb-inside-container {
  width: 100%;
  max-width: 1100px;
  padding-left: 30px;
  padding-right: 30px;
}
.st-modal.modal-show {
  opacity: 1;
  z-index: 1000;
}


.st-home-slider {
  overflow: visible !important;
}
.st-home-slider:after {
  opacity: 0.9;
}
.st-home-slider .slick-list {
  overflow: visible;
}
.st-home-slider .slick-dots {
  width: 50%;
  bottom: 25px;
}
@media (max-width: 768px) {
  .st-home-slider .slick-dots {
    width: 100%;
  }
}
.st-home-slider .slick-dots li:before {
  display: none;
}
.st-home-slider .slick-dots li button:before {
  font-size: 12px;
  color: #fff;
  border: none;
}
.st-home-slider .slick-dots li button:after {
  display: none;
}
.st-home-slider .each-slide .content-wrp {
  transition: all ease 1s;
  transform: translateX(-100vw);
}
.st-home-slider .each-slide .divide-line {
  margin-left: 0;
}
.st-home-slider .each-slide .slide-image {
  width: 130%;
  max-width: 130%;
  transition: all ease 1s;
  transform: translateX(100vw);
}
.st-home-slider .each-slide.slick-current .content-wrp {
  transform: translateX(0vw);
}
.st-home-slider .each-slide.slick-current .slide-image {
  transform: translateX(0vw);
}

.st-divider-left-align {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.st-divider-right-align {
  margin-right: 0 !important;
  margin-left: auto !important;
}

.iso-image {
  margin-top: 2rem;
  width: 12.5rem;
}