@charset "UTF-8";
/*!
Theme Name: ChamberOfCommerce theme
Theme URI: https://www.chamberofcommerce.org/
Author: Purezeen
Author URI: https://purezeen.rs/
Description: Custom theme for Chamber of commerce
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: chamber of commerce
Tags: custom-background, custom-logo, custom-menu, featured-images
*/
/*--------------------------------------------------------------
# Configuration and helpers
--------------------------------------------------------------*/
/* fonts */
@font-face {
  font-family: "source-sans-regular";
  src: url(font/SourceSansPro-Regular.ttf);
}
@font-face {
  font-family: "source-sans-bold";
  src: url(font/SourceSansPro-Bold.ttf);
}
@font-face {
  font-family: "source-sans-light";
  src: url(font/SourceSansPro-Light.ttf);
}
@font-face {
  font-family: "source-sans-semibold";
  src: url(font/SourceSansPro-Semibold.ttf);
}
@font-face {
  font-family: "source-sans-italic";
  src: url(font/SourceSansPro-Italic.ttf);
}
/*--------------------------------------------------------------
# COLORS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# RESPONSIVE BREAKPOINTS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# FONTS
--------------------------------------------------------------*/
/* ============ MIXINS ============= */
/* ============ END MIXINS ============= */
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.unstyle-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.unstyle-list li {
  padding: 0;
  margin: 0;
}
.unstyle-list li:before {
  display: none;
}

.disable-scroll {
  overflow: hidden;
}

.open-modal {
  overflow: hidden;
  padding-right: 15px;
}

.display-none {
  display: none;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

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

.arrow {
  border: solid #00274c;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 0.4rem;
}
.arrow--light {
  border-color: #00274c;
}
.arrow.right {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.arrow.left {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.arrow.up {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.arrow.down {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.table-scroll {
  overflow-x: auto;
}

/*--------------------------------------------------------------
# Vendors
--------------------------------------------------------------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers (opinionated).
   */
body {
  margin: 0;
}

/**
   * Add the correct display in IE 9-.
   */
article,
aside,
footer,
header,
nav,
section {
  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
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
   * Add the correct margin in IE 8.
   */
figure {
  margin: 1em 40px;
}

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          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
     ========================================================================== */
/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */
a:active,
a:hover {
  outline-width: 0;
}

/**
   * 1. Remove the bottom border in Firefox 39-.
   * 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 */
}

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
b,
strong {
  font-weight: inherit;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font style in Android 4.3-.
   */
dfn {
  font-style: italic;
}

/**
   * Add the correct background and color in IE 9-.
   */
mark {
  background-color: #ff0;
  color: #000;
}

/**
   * 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
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
audio,
video {
  display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Remove the border on images inside links in IE 10-.
   */
img {
  border-style: none;
}

/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
   * Change the border, margin, and padding in all browsers (opinionated).
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
   * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Remove the default vertical scrollbar in IE.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
details,
menu {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Scripting
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
canvas {
  display: inline-block;
}

/**
   * Add the correct display in IE.
   */
template {
  display: none;
}

/* Hidden
     ========================================================================== */
/**
   * Add the correct display in IE 10-.
   */
[hidden] {
  display: none;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* =WordPress Core - Sassified.
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
body {
  font-family: "source-sans-regular", Sans-serif;
  color: black;
  overflow-x: hidden;
}
body {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  body {
    font-size: calc(16px + 2 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  body {
    font-size: 18px;
  }
}
body {
  line-height: 23px;
}
@media screen and (min-width: 320px) {
  body {
    line-height: calc(23px + 2 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  body {
    line-height: 25px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.8rem 0;
  font-family: "source-sans-bold", Sans-serif;
  color: #00274c;
}

p {
  margin: 0 0 1.5rem 0;
}
p:last-of-type {
  margin-bottom: 0;
}

h1 {
  font-size: 33px;
}
@media screen and (min-width: 320px) {
  h1 {
    font-size: calc(33px + 17 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  h1 {
    font-size: 50px;
  }
}
h1 {
  line-height: 36px;
}
@media screen and (min-width: 320px) {
  h1 {
    line-height: calc(36px + 24 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  h1 {
    line-height: 60px;
  }
}

h2 {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  h2 {
    font-size: calc(26px + 2 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  h2 {
    font-size: 28px;
  }
}
h2 {
  line-height: 37px;
}
@media screen and (min-width: 320px) {
  h2 {
    line-height: calc(37px + 2 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  h2 {
    line-height: 39px;
  }
}

h3 {
  font-size: 23px;
}
@media screen and (min-width: 320px) {
  h3 {
    font-size: calc(23px + 3 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  h3 {
    font-size: 26px;
  }
}
h3 {
  line-height: 27px;
}
@media screen and (min-width: 320px) {
  h3 {
    line-height: calc(27px + 9 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  h3 {
    line-height: 36px;
  }
}

.big-title {
  font-size: 35px;
}
@media screen and (min-width: 320px) {
  .big-title {
    font-size: calc(35px + 60 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .big-title {
    font-size: 95px;
  }
}
.big-title {
  line-height: 38px;
}
@media screen and (min-width: 320px) {
  .big-title {
    line-height: calc(38px + 46 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .big-title {
    line-height: 84px;
  }
}

.small-title {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .small-title {
    font-size: calc(18px + 2 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .small-title {
    font-size: 20px;
  }
}
.small-title {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .small-title {
    line-height: calc(20px + 4 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .small-title {
    line-height: 24px;
  }
}

.small-text, .editor table figcaption {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .small-text, .editor table figcaption {
    font-size: calc(14px + 3 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .small-text, .editor table figcaption {
    font-size: 17px;
  }
}
.small-text, .editor table figcaption {
  line-height: 18px;
}
@media screen and (min-width: 320px) {
  .small-text, .editor table figcaption {
    line-height: calc(18px + 4 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .small-text, .editor table figcaption {
    line-height: 22px;
  }
}

.xsmall-text {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .xsmall-text {
    font-size: calc(12px + 2 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .xsmall-text {
    font-size: 14px;
  }
}
.xsmall-text {
  line-height: 18px;
}
@media screen and (min-width: 320px) {
  .xsmall-text {
    line-height: calc(18px + 2 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .xsmall-text {
    line-height: 20px;
  }
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
   * Make all elements from the DOM inherit from the parent box-sizing
   * Since `*` has a specificity of 0, it does not override the `html` value
   * making all elements inheriting from the root box-sizing value
   * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
   */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.content_block .addtoany_share_save_container {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 37%;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    font-size: 43%;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 53%;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}
html.noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  html.noscroll {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 650px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1320px;
  }
}
.container-wide {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .container-wide {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1440px) {
  .container-wide {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 992px) {
  .container--narrow {
    max-width: 900px;
  }
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-video video {
  max-width: 100%;
}

iframe[src*=youtube] {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.wp-video {
  position: relative;
  width: 100% !important;
  height: 0;
  padding-top: 56.25%;
  margin: 2rem 0;
}

.wp-video .wp-video-shortcode {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/**
 * Basic styles for links
 */
a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: none;
}

.button {
  display: inline-block;
  background: #c31e00;
  color: white;
  text-transform: uppercase;
  padding: 13px 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  line-height: 1.4;
  text-align: center;
  min-width: 150px;
  border: 1px solid white;
  font-family: "source-sans-semibold", Sans-serif;
}
.button {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  .button {
    font-size: calc(17px + 3 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .button {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .button {
    padding: 14px 40px;
  }
}
.button:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
  color: white;
}
.button--margin-top {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .button--margin-top {
    margin-top: 40px;
  }
}

.read-more {
  color: #c31e00;
  font-family: "source-sans-semibold", Sans-serif;
  font-size: 14px;
}
.read-more:hover {
  color: #c31e00;
  opacity: 0.8;
}

.btn--center {
  text-align: center;
  width: 100%;
}
.btn--bottom a {
  margin-top: 5rem;
}

.loading-spinner {
  position: relative;
  z-index: 998;
  display: block;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.05);
}
.loading-spinner__icon {
  position: absolute;
  z-index: 999;
  left: 50%;
  margin-left: -3rem;
  top: 10rem;
  border: 3px solid #005a7a;
  border-radius: 50%;
  border-top: 2px solid rgba(191, 253, 113, 0.3);
  width: 4rem;
  height: 4rem;
  -webkit-animation: spin 2.5s linear infinite;
          animation: spin 2.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.all-category-posts-section {
  padding-bottom: 30px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #00274c;
  border: 1px solid #00274c;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #00274c;
}

select {
  border: 1px solid #00274c;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.accordion {
  border-top: 1px solid rgba(45, 52, 124, 0.2);
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .accordion {
    margin-bottom: 30px;
  }
}
.accordion__item {
  border-bottom: 1px solid rgba(45, 52, 124, 0.2);
}
.accordion h3 {
  margin: 0;
}
.accordion__button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 20px 40px 20px 0;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.accordion__button {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .accordion__button {
    font-size: calc(16px + 2 * (100vw - 320px) / 1040);
  }
}
@media screen and (min-width: 1360px) {
  .accordion__button {
    font-size: 18px;
  }
}
.accordion__button {
  line-height: 22px;
}
@media screen and (min-width: 320px) {
  .accordion__button {
    line-height: calc(22px + 2 * (100vw - 320px) / 1040);
  }
}
@media screen and (min-width: 1360px) {
  .accordion__button {
    line-height: 24px;
  }
}
.accordion__button span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.accordion__content {
  display: none;
}
.accordion__content p {
  margin-bottom: 20px;
}
.icon-expand {
  height: 24px;
  width: 24px;
  min-width: 24px;
}
.icon-expand::before, .icon-expand::after {
  background-color: #00274c;
  content: "";
  position: absolute;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.icon-expand::before {
  height: 24px;
  left: 50%;
  margin-left: -1px;
  top: 0;
  width: 2px;
}
.icon-expand::after {
  height: 2px;
  left: 0;
  margin-top: -1px;
  top: 50%;
  width: 24px;
}
.icon-expand.up {
  cursor: pointer;
}
.icon-expand.up::before {
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
          transform: rotate3d(0, 0, 1, 90deg);
}
.icon-expand.up::after {
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
          transform: rotate3d(0, 0, 1, 180deg);
}

.editor p,
.editor li {
  color: #303030;
}
.editor p {
  margin: 0 0 2.2rem 0;
}
.editor p:last-of-type {
  margin-bottom: 0;
}
.editor h4,
.editor h5,
.editor h6 {
  margin-bottom: 18px 0 14px 0;
  color: #215a7a;
}
@media (min-width: 768px) {
  .editor h4,
  .editor h5,
  .editor h6 {
    margin: 4rem 0 1.6rem 0;
  }
}
.editor h2 {
  color: #215a7a;
  margin: 4rem 0 2.2rem 0;
}
.editor h2 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .editor h2 {
    font-size: calc(28px + 2 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .editor h2 {
    font-size: 30px;
  }
}
.editor h2 {
  line-height: 36px;
}
@media screen and (min-width: 320px) {
  .editor h2 {
    line-height: calc(36px + 2 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .editor h2 {
    line-height: 38px;
  }
}
.editor h3 {
  color: #46b0f0;
  margin: 3rem 0 2rem 0;
}
.editor h3 {
  font-size: 23px;
}
@media screen and (min-width: 320px) {
  .editor h3 {
    font-size: calc(23px + 3 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .editor h3 {
    font-size: 26px;
  }
}
.editor h3 {
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  .editor h3 {
    line-height: calc(30px + 3 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .editor h3 {
    line-height: 33px;
  }
}
.editor h4 {
  color: #215a7a;
}
.editor h4 {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .editor h4 {
    font-size: calc(22px + 2 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .editor h4 {
    font-size: 24px;
  }
}
.editor h4 {
  line-height: 29px;
}
@media screen and (min-width: 320px) {
  .editor h4 {
    line-height: calc(29px + 2 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .editor h4 {
    line-height: 31px;
  }
}
.editor h5 {
  color: #215a7a;
}
.editor h5 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .editor h5 {
    font-size: calc(20px + 2 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .editor h5 {
    font-size: 22px;
  }
}
.editor h5 {
  line-height: 26px;
}
@media screen and (min-width: 320px) {
  .editor h5 {
    line-height: calc(26px + 2 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .editor h5 {
    line-height: 28px;
  }
}
.editor h6 {
  color: #215a7a;
}
.editor h6 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .editor h6 {
    font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .editor h6 {
    font-size: 20px;
  }
}
.editor h6 {
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .editor h6 {
    line-height: calc(20px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .editor h6 {
    line-height: 24px;
  }
}
.editor ul,
.editor ol {
  margin: 1.8rem 0;
  padding-left: 25px;
}
@media (min-width: 1200px) {
  .editor ul,
  .editor ol {
    padding-left: 2.6rem;
  }
}
.editor ul li,
.editor ol li {
  margin-bottom: 0.8rem;
}
.editor ul li:last-child,
.editor ol li:last-child {
  margin-bottom: 0;
}
.editor ul {
  list-style: disc;
}
.editor ol {
  list-style: decimal;
}
.editor li > ul,
.editor li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.editor .wp-block-image,
.editor .wp-block-gallery {
  margin: 30px 0;
}
@media (min-width: 992px) {
  .editor .wp-block-image,
  .editor .wp-block-gallery {
    margin: 5rem -6rem;
  }
}
@media (min-width: 1200px) {
  .editor .wp-block-image,
  .editor .wp-block-gallery {
    margin: 6rem -14rem;
  }
}
.editor .wp-block-image img {
  width: 100%;
}
.editor a {
  color: #13aff0;
  text-decoration: underline;
}
.editor a:hover {
  opacity: 0.8;
}
.editor a br {
  display: none;
}
.editor img {
  margin: 2rem 0;
}
.editor blockquote,
.editor .wp-block-quote {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .editor blockquote,
  .editor .wp-block-quote {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}
.editor blockquote p,
.editor .wp-block-quote p {
  margin: 0;
  font-weight: 500;
  position: relative;
  line-height: 1.3;
  position: relative;
  padding-left: 30px;
}
.editor blockquote p,
.editor .wp-block-quote p {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .editor blockquote p,
  .editor .wp-block-quote p {
    font-size: calc(22px + 6 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .editor blockquote p,
  .editor .wp-block-quote p {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .editor blockquote p,
  .editor .wp-block-quote p {
    padding-left: 3.5rem;
  }
}
.editor blockquote p:before,
.editor .wp-block-quote p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
}
.editor blockquote cite,
.editor .wp-block-quote cite {
  margin-top: 14px;
  display: block;
  font-style: normal;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .editor blockquote cite,
  .editor .wp-block-quote cite {
    margin-top: 1.2rem;
    padding-left: 3.5rem;
  }
}
.editor p strong,
.editor p b,
.editor li strong,
.editor li b {
  font-family: "source-sans-bold", Sans-serif;
}
.editor iframe {
  margin: 20px 0;
}
@media (min-width: 992px) {
  .editor iframe {
    margin: 2rem 0;
  }
}
.editor del {
  padding: 8px 13px;
  background: #e5f3fe;
  text-decoration: none;
  display: block;
  margin: 2.7rem 0;
}
@media (min-width: 992px) {
  .editor del {
    padding: 10px 20px;
  }
}
.editor .margin-top-0 {
  margin-top: 0;
}
.editor .margin-top-0 li,
.editor .margin-top-0 h2,
.editor .margin-top-0 h3,
.editor .margin-top-0 h4,
.editor .margin-top-0 h5,
.editor .margin-top-0 h6,
.editor .margin-top-0 ul, .editor .margin-top-0 img, .editor .margin-top-0 iframe {
  margin-top: 0;
}
.editor table {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  text-align: left;
  display: block;
  max-width: 100vw;
  overflow-x: auto;
  margin: 20px -20px 20px -20px;
}
@media (min-width: 768px) {
  .editor table {
    margin: 35px auto;
    display: table;
  }
}
@media (min-width: 768px) {
  .editor table {
    border: 1px solid #ebebeb;
  }
}
@media (min-width: 992px) {
  .editor table {
    width: 100%;
  }
}
.editor table td {
  min-width: 140px;
}
.editor table thead {
  background-color: #00274c;
}
.editor table thead th {
  font-weight: 600;
  padding: 14px 10px 14px 20px;
  line-height: 1.4;
  color: white;
  border: 0;
}
@media (min-width: 992px) {
  .editor table thead th {
    padding: 16px 12px 16px 25px;
  }
}
.editor table tbody td {
  padding: 14px 10px 14px 20px;
  line-height: 1.4;
  border: 0;
  text-align: left !important;
}
@media (min-width: 992px) {
  .editor table tbody td {
    padding: 17px 12px 17px 25px;
  }
}
.editor table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: white;
}
.editor table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.editor table figcaption {
  padding: 5px 0;
}

.back-to-top {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border-radius: 2px;
  text-align: center;
  z-index: 100;
  -webkit-transition: opacity 0.4s ease-in-out, background-color 0.25s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, background-color 0.25s ease-in-out;
  transition: opacity 0.4s ease-in-out, background-color 0.25s ease-in-out;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}
.back-to-top:hover, .back-to-top:focus, .back-to-top:active {
  background-color: rgba(0, 0, 0, 0.6);
}
/* faq */
.accordion-question {
  cursor: pointer;
  margin: 0;
  padding: 15px 20px 15px 35px;
  font-weight: 700;
  line-height: 1;
  outline: none;
  border: 1px solid #d4d4d4;
  margin-bottom: 0 !important;
  border-bottom: unset;
  border-top: unset;
  text-align: left;
  position: relative;
}

h3.accordion-question {
  margin-top: 0;
  line-height: inherit;
  font-size: inherit;
}

.accordion-question.first-accordion {
  border-top: 1px solid #d4d4d4 !important;
}

.accordion-question:after {
  content: "+";
  position: absolute;
  font-size: 26px;
  top: 14px;
  left: 14px;
  color: #005a7a;
  display: block;
}

.active:after {
  content: "−";
}

.faq-answer {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  border: 1px solid #d4d4d4;
}

.faq-answer p {
  margin: 18px;
}
.faq-answer p:first-of-type {
  margin-top: 22px;
}
.faq-answer p:last-of-type {
  margin-bottom: 22px;
}

.accordion {
  margin: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: none;
  font-family: source-sans-regular, Sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #46ABE1;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  text-align: left;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .accordion {
    font-size: 18px;
  }
}
@media screen and (max-width: 766px) {
  .accordion {
    font-size: 15px;
    padding: 0;
    display: inline-block;
    text-align: left;
  }
  .accordion-question {
    padding: 15px 20px;
  }
  .accordion-question::after {
    font-size: 16px;
    left: 6px;
    top: 15px;
  }
  .faq-answer p {
    margin: 10px;
  }
  .faq-answer p:first-of-type {
    margin-top: 12px;
  }
  .faq-answer p:last-of-type {
    margin-bottom: 12px;
  }
}
h2.faq-heading {
  margin-top: 5rem;
}

/* list of countries */
h2.countries-list-title span.left-divider {
  margin-right: 10px;
}

h2.countries-list-title span.divider {
  background-color: #eee;
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

h2.countries-list-title span.right-divider {
  margin-left: 10px;
}

h2.countries-list-title i {
  color: #c31e00;
  font-size: 26px;
  margin-right: 10px;
}

h2.countries-list-title {
  justify-content: center;
  margin: 30px 0 10px;
  margin-bottom: 10px;
  color: #215a7a;
  color: #00274c;
  font-family: source-sans-bold, Sans-serif;
  font-size: 28px;
  font-weight: 700;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

h2.countries-list-title a {
  text-decoration: none;
  color: #00274c;
  font-size: 30px;
  font-family: source-sans-bold, Sans-serif;
}

ul.countries-list {
  list-style-type: none;
  margin: 20px 10px;
  padding: 0;
  width: auto;
  display: inline-block;
}

ul.countries-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: inherit;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 2.5px;
}

ul.countries-list li i {
  color: #50b8f1;
  width: 1.25em;
  font-size: 16px;
  position: relative;
  top: 2px;
  padding-right: 15px;
}

ul.countries-list li a {
  font-size: 20px;
  font-weight: 700;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: #005c7a;
  -ms-flex-item-align: center;
      align-self: center;
  padding-left: 5px;
  margin-left: 10px;
}

@media screen and (max-width: 766px) {
  h2.countries-list-title a, h2.countries-list-title i {
    font-size: 16px;
  }
  h2.countries-list-title span.divider, ul.countries-list {
    width: 100%;
    margin: 0 10px;
  }
}
/* forms */
.gform_page .button {
  margin-right: 10px;
  display: inline-block;
  font-size: 1em;
  margin: 0 16px 0 0;
  width: auto;
  background-color: #e93f33;
  cursor: pointer;
  -webkit-appearance: button;
  font-family: inherit;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 20px;
  border: 0;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.gform_page .button:hover {
  background-color: #13aff0;
}

/* table of services */
.table-of-services {
  border-spacing: 0 !important;
  border: none !important;
  font-family: source-sans-regular, Sans-serif;
  width: 100% !important;
  border-collapse: unset;
  overflow: visible !important;
  display: block !important;
}
.table-of-services tbody {
  display: block !important;
}
.table-of-services tr {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: transparent !important;
  position: relative;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(165, 165, 165, 0.1019607843);
          box-shadow: 0px 4px 4px 0px rgba(165, 165, 165, 0.1019607843);
  margin-bottom: 24px;
}

.table-of-services td {
  display: block;
}

.table-of-services tr > td:nth-child(1) {
  width: 30%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0px 40px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table-of-services tr > td:nth-child(1) img {
  margin: 0;
}

.table-of-services tr > td:nth-child(2) {
  font-family: source-sans-bold, Sans-serif;
  border-right: none;
  vertical-align: middle;
  text-align: left !important;
  color: #232323 !important;
  font-size: 20px !important;
  line-height: 1.2;
  line-height: 1;
  text-decoration: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  padding: 20px 30px 24px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 15px;
}
@media (min-width: 768px) {
  .table-of-services tr > td:nth-child(2) {
    padding: 20px 30px 24px 30%;
  }
}
.table-of-services tr > td:nth-child(2) em {
  font-size: 15px;
  line-height: 1;
  font-style: normal;
  font-family: "source-sans-semibold", Sans-serif;
  font-weight: 400;
  position: relative;
  padding: 10px 12px 10px 18px;
  display: inline-block;
  background-color: #e8f7ff;
  min-height: 37px;
  margin-right: 30px;
  color: black;
  margin-left: -9px;
  position: absolute;
  left: 0;
  top: 13px;
}
.table-of-services tr > td:nth-child(2) em::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 9px;
  height: 9px;
  background: -webkit-gradient(linear, left bottom, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #add8ee), to(#add8ee));
  background: -webkit-linear-gradient(bottom left, #fff 0%, #fff 50%, #add8ee 50%, #add8ee 100%);
  background: -o-linear-gradient(bottom left, #fff 0%, #fff 50%, #add8ee 50%, #add8ee 100%);
  background: linear-gradient(to top right, #fff 0%, #fff 50%, #add8ee 50%, #add8ee 100%);
}

.table-of-services tr > td:nth-child(3) ul {
  margin: 0;
  padding: 0;
}

.table-of-services tr > td:nth-child(3) ul li {
  margin: 0 0 5px 0;
  padding-left: 23px;
  list-style: none;
  position: relative;
  font-size: 17px;
  line-height: 1.4;
  color: #646464;
}
.table-of-services tr > td:nth-child(3) ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
}
.table-of-services tr > td:nth-child(3) ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 14px;
  width: 7px;
  border-bottom: 0.15em solid #1ea2ec;
  border-right: 0.15em solid #1ea2ec;
}

.table-of-services tr > td:nth-child(3) {
  width: 40%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 0 20px 20px 0;
  border-width: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-of-services tr > td:nth-child(4) {
  width: 30%;
  vertical-align: middle;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  padding: 0 30px 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.table-of-services tr > td:nth-child(4) a {
  color: #fff !important;
  display: block !important;
  background-color: #ef3131 !important;
  line-height: 1.1em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-family: "source-sans-semibold", Sans-serif;
  font-size: 15px;
  border-radius: 10px !important;
  padding: 18px 40px 18px 18px !important;
  text-align: center !important;
  -webkit-transition: all 0.2es ease-in-out !important;
  -o-transition: all 0.2es ease-in-out !important;
  transition: all 0.2es ease-in-out !important;
  margin: auto;
  max-width: 240px;
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .table-of-services tr > td:nth-child(4) a {
    font-size: 18px;
  }
}
.table-of-services tr > td:nth-child(4) a:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  position: absolute;
  right: 14px;
  top: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 1200px) {
  .table-of-services tr > td:nth-child(4) a:after {
    right: 19px;
  }
}
.table-of-services tr > td:nth-child(4) a:before {
  content: "";
  width: 16px;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 25px;
  right: 13px;
}
@media (min-width: 1200px) {
  .table-of-services tr > td:nth-child(4) a:before {
    right: 18px;
  }
}
.table-of-services tr > td:nth-child(4) a ~ p a,
.table-of-services tr > td:nth-child(4) a ~ a {
  text-align: center !important;
  padding: 0 !important;
  background-color: transparent !important;
  text-decoration: underline !important;
  text-transform: none !important;
  color: #1EA2EC !important;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 15px;
  line-height: 1.2;
  font-style: normal;
  font-family: "source-sans-regular", Sans-serif;
  font-weight: 400;
  position: relative;
}
.table-of-services tr > td:nth-child(4) a ~ p a::before, .table-of-services tr > td:nth-child(4) a ~ p a::after,
.table-of-services tr > td:nth-child(4) a ~ a::before,
.table-of-services tr > td:nth-child(4) a ~ a::after {
  display: none;
}
.table-of-services tr > td:nth-child(4) a ~ p a:hover,
.table-of-services tr > td:nth-child(4) a ~ a:hover {
  background-color: transparent !important;
  opacity: 0.8 !important;
}

.table-of-services tr > td:nth-child(4) a:hover {
  background-color: #de2828 !important;
  opacity: 1 !important;
}

.table-of-taxes {
  width: 100%;
}

.table-of-taxes tr td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px;
  padding-left: 30px;
}

@media screen and (max-width: 766px) {
  .table-of-services {
    margin: 20px 0 !important;
  }
  .table-of-services tr {
    margin-bottom: 20px;
  }
  .table-of-services td {
    width: 100% !important;
  }
  .table-of-services tr > td:nth-child(1) {
    padding: 0 20px 20px 20px;
  }
  .table-of-services tr > td:nth-child(2) {
    padding: 20px;
  }
  .table-of-services tr > td:nth-child(2) em {
    margin-left: -30px;
    position: relative;
    top: 0;
  }
  .table-of-services tr > td:nth-child(4) {
    padding: 0 20px 20px 20px;
  }
  .table-of-services tr > td:nth-child(3) {
    padding: 0 20px 20px 20px;
  }
}
div.addtoany_content {
  margin: 40px 0 30px 0;
}
@media (min-width: 992px) {
  div.addtoany_content {
    margin: 60px 0 30px 0;
  }
}
div.addtoany_content .addtoany_header {
  font-family: "source-sans-semibold", Sans-serif;
  font-size: 18px;
}
@media (min-width: 768px) {
  div.addtoany_content .addtoany_header {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  div.addtoany_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
div.addtoany_content .a2a_svg {
  padding: 3px;
}
div.addtoany_content .addtoany_list a:not(.addtoany_special_service) > span {
  border-radius: 0;
}
div.addtoany_content .a2a_kit a {
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.pagination {
  display: block;
  text-align: center;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .pagination {
    padding: 3rem 0;
  }
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination .page-numbers {
  color: #00274c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 28px;
  height: 28px;
  border-radius: 2px;
  padding: 4px;
  line-height: 1;
  margin: 0 2px;
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.pagination .page-numbers.current {
  color: #46b0f0;
}
.pagination .page-numbers:not(.current):hover {
  opacity: 0.7;
}
.pagination .page-numbers.next {
  margin-left: 10px;
}
.pagination .page-numbers.prev {
  margin-right: 10px;
}

.cta-content {
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  background-color: #f7f7f7;
  position: relative;
  color: #fff;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 35px;
}

.cta-content .content-item {
  width: 100%;
  text-align: center;
}

.cta-content-transparent {
  text-align: center;
  background-color: #ffffff;
}

.cta-content .cta-icon {
  text-align: center;
  margin-bottom: 15px;
}

.cta-content h3 {
  margin: 0;
  margin-bottom: 15px;
  color: #55595C;
  font-family: source-sans-regular, Sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3em;
  width: 100%;
}

.cta-content .cta-icon i {
  font-size: 18px !important;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #005A7A;
  font-size: 50px;
  text-align: center;
}

.cta-description {
  color: #55595c;
  border-color: #55595c;
  fill: #55595c;
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.cta-button-wrapper {
  color: #55595c;
  border-color: #55595c;
  fill: #55595c;
  width: 100%;
  margin: 0;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  text-align: center;
  transition: 0.5s;
}

.cta-button-wrapper a.cta-button,
a[role=button] {
  font-weight: bold;
  color: #ffffff;
  background-color: #c31e00;
  border-color: #55595c;
  cursor: pointer;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a[role=button] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #d9534f;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: source-sans-bold, Sans-serif;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.state-links {
  margin: 40px 0 50px 0;
}
@media (min-width: 992px) {
  .state-links {
    margin: 60px 0 80px 0;
  }
}
.state-links .title-wrap i {
  color: #c31e00;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .state-links__grid {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
}
@media (min-width: 992px) {
  .state-links__grid {
    -webkit-columns: 5;
       -moz-columns: 5;
            columns: 5;
    margin: 0 30px;
  }
}
@media (min-width: 1200px) {
  .state-links__grid {
    -webkit-columns: 6;
       -moz-columns: 6;
            columns: 6;
  }
}
.state-links__grid a {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #005c7a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13px;
}
@media (min-width: 992px) {
  .state-links__grid a {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.state-links__grid a i {
  margin-right: 15px;
  color: #50b8f1;
  font-size: 16px;
  position: relative;
  top: 1px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.state-links__grid a:hover {
  color: #50b8f1;
}
.state-links__grid a:hover i {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

.text-image-block {
  max-width: 1030px;
  margin: 40px auto 50px auto;
}
@media (min-width: 768px) {
  .text-image-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .text-image-block {
    margin: 100px auto 150px auto;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }
}
.text-image-block__text {
  margin-bottom: 25px;
}
.text-image-block__text p {
  color: #939393;
}
@media (min-width: 768px) {
  .text-image-block__text {
    margin-bottom: 0;
  }
}
.text-image-block__img {
  border-radius: 16px;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.24%;
  position: relative;
}
.text-image-block__img img:first-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-image-block__img img.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 17%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.text-image-block__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.text-image-block__img:hover img.play-icon {
  -webkit-transform: scale(1.1) translate(-50%, -50%);
      -ms-transform: scale(1.1) translate(-50%, -50%);
          transform: scale(1.1) translate(-50%, -50%);
}
.text-image-block__img:hover:after {
  opacity: 1;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.header {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  background-color: white;
}
.header .container-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
}
@media (min-width: 992px) {
  .header .container-wide {
    height: auto;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 170px;
  z-index: 9;
}
@media (min-width: 1200px) {
  .header__logo {
    max-width: 250px;
  }
}

.main-navigation {
  position: fixed;
  top: -200%;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .main-navigation {
    position: static;
    width: auto;
    height: auto;
    margin-left: auto;
    background-color: transparent;
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
.main-navigation ul {
  list-style: none;
}
.main-navigation .menu {
  margin: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .main-navigation .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-navigation .menu .menu-item-has-children > a:after {
  color: #555;
  content: " \f107";
  font-size: 13px;
  vertical-align: -1px;
  padding-left: 3px;
  font-family: "Font Awesome 6 Free";
}
@media (min-width: 992px) {
  .main-navigation .menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
}
.main-navigation .menu .menu-item-has-children.active > a {
  background: rgba(18, 18, 18, 0.07);
  color: #00274c;
}
.main-navigation .menu .menu-item-has-children.active:after {
  display: none;
}
.main-navigation .menu > li {
  position: relative;
  margin: 3rem 0;
}
@media (min-width: 992px) {
  .main-navigation .menu > li {
    margin: 0 1rem;
  }
}
.main-navigation .menu > li > a {
  text-decoration: none;
  padding: 10px 13px;
  font-size: 18px;
  line-height: 1.3;
  display: block;
  color: #555;
  letter-spacing: 0.6px;
  position: relative;
  font-family: source-sans-light, Sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .main-navigation .menu > li > a {
    display: inline-block;
    line-height: 72px;
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .main-navigation .menu > li > a {
    line-height: 80px;
    padding: 0 2.2rem;
  }
}
.main-navigation .menu > li > a:hover, .main-navigation .menu > li > a:focus, .main-navigation .menu > li > a:active {
  opacity: 0.6;
}
.main-navigation .menu > li.astm-search-menu {
  margin-right: 0;
}
@media (min-width: 992px) {
  .main-navigation .menu > li.astm-search-menu > a {
    padding: 0 8px;
  }
}
@media (min-width: 1200px) {
  .main-navigation .menu > li.astm-search-menu > a {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .main-navigation .menu > li.astm-search-menu > a {
    display: none !important;
  }
}
.main-navigation .menu > li.is-menu.is-dropdown form {
  max-width: 100%;
  min-width: 270px;
}
.main-navigation .menu > li.is-menu.is-dropdown form:after {
  content: " \f002";
  color: rgba(85, 85, 85, 0.8);
  font-size: 18px;
  position: absolute;
  top: 11px;
  right: 12px;
  font-family: "Font Awesome 6 Free";
}
@media (min-width: 992px) {
  .main-navigation .menu > li.is-menu.is-dropdown form:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-navigation .menu > li.is-menu.is-dropdown form {
    border-top: 3px solid #13aff0;
    padding: 15px !important;
    background-color: white;
    max-width: 300px;
    min-width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .main-navigation .menu > li.is-menu.is-dropdown form {
    display: block !important;
    position: relative !important;
    margin: 20px 0 0 0;
  }
}
.main-navigation .menu > li.is-menu.is-dropdown form input.is-search-input {
  height: 40px;
  padding-right: 40px;
}
@media (min-width: 992px) {
  .main-navigation .menu > li.is-menu.is-dropdown form input.is-search-input {
    padding-right: 12px;
  }
}
.main-navigation .menu > li .search-close {
  right: -5px;
}
@media (min-width: 992px) {
  .main-navigation .menu > li .search-close {
    right: -22px;
  }
}
.main-navigation li a {
  display: block;
  text-decoration: none;
}
header.menu-opened .main-navigation {
  top: 56px;
  overflow: auto;
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.15);
}

/* Submenu */
.sub-menu {
  display: none;
  margin: 0;
  padding-left: 0;
  border-top: 3px solid #13aff0;
}
@media (min-width: 992px) {
  .sub-menu {
    display: block;
    position: absolute;
    min-width: 180px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer-events: none;
    opacity: 0;
    background: white;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
  }
}
.sub-menu li {
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .sub-menu li {
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    white-space: nowrap;
    white-space: normal;
  }
}
.sub-menu li a {
  padding: 10px 12px;
  color: #13aff0;
  display: block;
  position: relative;
  float: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.6px;
  padding: 12px 15px;
  text-transform: capitalize;
  font-family: source-sans-light, Sans-serif;
  text-align: left;
}
.sub-menu li:hover {
  background: rgba(18, 18, 18, 0.07);
}

.menu-main-menu-container {
  padding: 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .menu-main-menu-container {
    width: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
  }
}

/* Small menu */
.menu-toggle {
  display: block;
  position: relative;
  z-index: 9999999999;
  margin-left: 1.5rem;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #00274c;
}
.menu-toggle.opened span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.opened span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
      -ms-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.menu-toggle.opened span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
      -ms-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}
@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}

.footer h2,
.footer h3 {
  color: white;
}

footer {
  background-color: #00274c;
  padding: 0 !important;
  color: #fff;
  display: block !important;
  margin-top: 40px;
}

footer .footer-column {
  text-align: left;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  footer .footer-column {
    margin-bottom: 0;
  }
}

footer .footer-column:last-of-type {
  margin-bottom: 0;
}

footer .footer-section {
  padding: 40px 0;
}

footer .footer-column h2.wp-block-heading,
footer .footer-column h3.widget-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
}

footer .footer-column p {
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  footer .footer-column.footer-two {
    padding-left: 40px;
  }
}

footer .footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-column ul li {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  footer .footer-column ul li:last-of-type {
    margin-bottom: 0;
  }
}

footer .footer-column ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
  font-weight: 600;
  font-size: 15px;
}
footer .footer-column ul li a:hover {
  color: #46b0f0;
}

footer .footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.19);
  text-align: left;
  padding: 10px 0;
}

footer .footer-copyright p {
  font-size: 12px;
  font-family: "source-sans-light", Sans-serif;
  margin-bottom: 0;
  opacity: 0.8;
}

footer #menu-guides li,
footer #menu-product-and-service-reviews li {
  margin-bottom: 5px;
}

footer #menu-guides li a,
footer #menu-product-and-service-reviews li a {
  font-weight: 500;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.review-img,
.article-img {
  background-repeat: no-repeat;
  background-size: contain;
}

.header-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -135px 0;
  padding: 35px 0 30px 0;
}
@media (min-width: 768px) {
  .header-image {
    background-position: 0 -30px;
  }
}
@media (min-width: 992px) {
  .header-image {
    padding: 40px 0;
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1200px) {
  .header-image {
    min-height: 600px;
  }
}
.header-image-content {
  max-width: 280px;
}
@media (min-width: 768px) {
  .header-image-content {
    max-width: 50%;
  }
}
.header-image h1 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .header-image h1 {
    margin-bottom: 0;
  }
}
.header-image .header-subtitle {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .header-image .header-subtitle {
    font-size: calc(22px + 12 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .header-image .header-subtitle {
    font-size: 34px;
  }
}
.header-image .header-subtitle {
  line-height: 28px;
}
@media screen and (min-width: 320px) {
  .header-image .header-subtitle {
    line-height: calc(28px + 20 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .header-image .header-subtitle {
    line-height: 48px;
  }
}

.header-text {
  color: #00274c;
  font-family: "source-sans-semibold", Sans-serif;
  display: block;
  max-width: 200px;
}
@media (min-width: 768px) {
  .header-text {
    max-width: 500px;
  }
}

.header-text-slider {
  margin: 30px 0;
  color: #005a7a;
  line-height: 1.4;
}
.header-text-slider {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .header-text-slider {
    font-size: calc(30px + 10 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .header-text-slider {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .header-text-slider {
    margin: 50px 0;
  }
}

.home .popular-articles-section .article,
.home .featured-posts-section .article {
  margin-bottom: 27px;
  position: relative;
  display: block;
}
.home .popular-articles-section .article:after,
.home .featured-posts-section .article:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 992px) {
  .home .popular-articles-section .article,
  .home .featured-posts-section .article {
    margin-bottom: 0;
    height: 100%;
  }
}
.home .popular-articles-section .article .article-image,
.home .featured-posts-section .article .article-image {
  display: inline-block;
  width: 48%;
  height: 100%;
}
.home .popular-articles-section .article .post-category,
.home .featured-posts-section .article .post-category {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 48%;
}
.home .popular-articles-section .article .blog-card__img,
.home .featured-posts-section .article .blog-card__img {
  background-position: center;
  background-size: cover;
  background-position: center;
  width: 100%;
  display: block;
}
.home .popular-articles-section .article .blog-card__content,
.home .popular-articles-section .article .post-content,
.home .featured-posts-section .article .blog-card__content,
.home .featured-posts-section .article .post-content {
  width: 48%;
  display: inline-block;
  float: right;
}
@media (min-width: 992px) {
  .home .popular-articles-section .article .blog-card__content,
  .home .popular-articles-section .article .post-content,
  .home .featured-posts-section .article .blog-card__content,
  .home .featured-posts-section .article .post-content {
    width: 48%;
  }
}
.home .popular-articles-section .article .blog-card__content span.post-title,
.home .popular-articles-section .article .post-content span.post-title,
.home .featured-posts-section .article .blog-card__content span.post-title,
.home .featured-posts-section .article .post-content span.post-title {
  display: block;
  color: #005a7a;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.3em;
  font-family: source-sans-regular, Sans-serif;
}
.home .popular-articles-section .article .blog-card__content p,
.home .popular-articles-section .article .post-content p,
.home .featured-posts-section .article .blog-card__content p,
.home .featured-posts-section .article .post-content p {
  font-family: source-sans-regular, Sans-serif;
  line-height: 1.4em;
  color: #000000;
  margin: 4px 0px 0px 0px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.home .content_block, .post-text .content_block {
  display: none;
}

.home .featured-posts-section .article-image,
.home .featured-posts-section .post-content {
  width: 100% !important;
}

@media (min-width: 992px) {
  .home .popular-article-group-posts > .row {
    row-gap: 20px;
  }
}
.home .popular-article-group-posts .blog-card__content {
  padding-top: 0;
}
.home .popular-article-first-post {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .home .popular-article-first-post {
    margin-bottom: 0;
  }
}
.home .popular-article-first-post .bg-cover {
  background-position: center;
  background-size: cover;
  background-position: center;
  padding: 70px 15px 15px 15px;
  position: relative;
  color: white;
}
@media (min-width: 992px) {
  .home .popular-article-first-post .bg-cover {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home .popular-article-first-post .post-category {
  position: absolute;
  top: 0;
  left: 0;
}
.home .popular-article-first-post .post-title {
  color: white;
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .home .popular-article-first-post .blog-card__content {
    margin-top: auto;
  }
}

.title-wrap {
  text-align: center;
  margin: 45px 0 30px;
}
@media (min-width: 992px) {
  .title-wrap {
    margin: 50px 0 40px 0;
  }
}
.title-wrap h2 {
  display: inline-block;
  padding: 0 20px;
  background-color: white;
  margin: 0;
}

.line-behind {
  position: relative;
}
.line-behind:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #eeeeee;
  z-index: -1;
}

.icon-red {
  color: #c31e00;
}

.icon-left {
  margin-right: 10px;
}

.post-category {
  display: block;
  background-color: #c31e00;
  border: 1px solid #c31e00;
  color: white;
  padding: 4px 12px;
}
.post-category:hover {
  color: white;
}

.home .featured-posts-section {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .home .featured-posts-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .home .featured-posts-section {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .home .featured-posts-section {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.home .featured-posts-section .featured-posts {
  padding: 30px 20px;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .home .featured-posts-section .featured-posts {
    padding: 35px;
  }
}
.home .featured-posts-section .featured-posts:nth-child(odd) {
  background-color: #f5f5f5;
}
.home .featured-posts-section .featured-posts__title {
  display: block;
}
.home .featured-posts-section .featured-posts__title i {
  color: #c31e00;
  margin-right: 8px;
}
.home .featured-posts-section .featured-posts a.featured-posts__title h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .home .featured-posts-section .featured-posts a.featured-posts__title h2 {
    margin-bottom: 3.7rem;
  }
}
.home .featured-posts-section .featured-posts h2 {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .home .featured-posts-section .featured-posts h2 {
    margin-bottom: 3.7rem;
  }
}
.home .featured-posts-section .article {
  display: grid;
  grid-template-columns: 3fr 4fr;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-bottom: 27px;
}
.home .featured-posts-section .article:last-of-type {
  margin-bottom: 0;
}

.product-reviews-section {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .product-reviews-section {
    padding-bottom: 50px;
  }
}
.product-reviews-section .reviews {
  display: grid;
  gap: 15px;
}
@media (min-width: 768px) {
  .product-reviews-section .reviews {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    row-gap: 30px;
  }
}
@media (min-width: 1200px) {
  .product-reviews-section .reviews {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.product-reviews-section .product-review {
  border: 1px solid #eeeeee;
  padding: 15px;
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.32);
}
@media (min-width: 768px) {
  .product-reviews-section .product-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-reviews-section .product-review__logo {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-reviews-section .product-review__logo img {
  max-width: 85%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .product-reviews-section .product-review__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.product-reviews-section .product-review .read-more {
  margin-top: auto;
}
.product-reviews-section .product-review__text {
  margin-bottom: 18px;
}
.product-reviews-section .product-review__title {
  font-size: 20px;
  line-height: 1.3;
  color: #005a7a;
}
.product-reviews-section .product-review__title h2 {
  margin-bottom: 1rem;
}

@-webkit-keyframes text-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes text-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes text-slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes text-slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-slide .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper {
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper {
  overflow: hidden;
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text,
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text,
.elementor-headline-animation-type-wave .elementor-headline-dynamic-text {
  white-space: nowrap;
}

.elementor-msie .elementor-headline--style-highlight svg {
  top: auto;
  left: auto;
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
}

.header-text-slider {
  position: relative;
  height: 56px;
}
.header-text-slider span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header-text-slider .text-active {
  opacity: 1;
  -webkit-animation: text-slide-in 0.6s;
          animation: text-slide-in 0.6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.header-text-slider .text-inactive {
  -webkit-animation: text-slide-out 0.6s;
          animation: text-slide-out 0.6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.blog-card {
  display: block;
  cursor: pointer;
}
@media (min-width: 768px) {
  .blog-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-card__img {
  position: relative;
  overflow: hidden;
  padding-bottom: 62.5%;
}
.blog-card__img img {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.blog-card__content {
  padding-top: 2.5rem;
}
.blog-card__content h3 {
  margin-bottom: 1.6rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-card__author {
  text-transform: uppercase;
  letter-spacing: 1.25px;
}
@media (min-width: 768px) {
  .blog-card__author {
    margin-top: auto;
  }
}
.blog-card__date {
  text-transform: uppercase;
  letter-spacing: 1.25px;
  margin-bottom: 8px;
  display: block;
}
@media (min-width: 768px) {
  .blog-card__date {
    margin-top: auto;
  }
}

.blogs-related {
  display: grid;
  grid-column-gap: 6.4rem;
  grid-row-gap: 40px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 576px) {
  .blogs-related {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .blogs-related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blogs-related__img {
  position: relative;
  overflow: hidden;
  padding-bottom: 62.5%;
}
.blogs-related__img img {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.blogs-related__content {
  padding-top: 2.5rem;
}
.blogs-related__content h3 {
  margin-bottom: 1.6rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blogs-related__author {
  text-transform: uppercase;
  letter-spacing: 1.25px;
}
@media (min-width: 768px) {
  .blogs-related__author {
    margin-top: auto;
  }
}
.blogs-related__date {
  text-transform: uppercase;
  letter-spacing: 1.25px;
  margin-bottom: 8px;
  display: block;
}
@media (min-width: 768px) {
  .blogs-related__date {
    margin-top: auto;
  }
}

.hero-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 230px;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-section h1 {
  line-height: 1.3;
  color: white;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.hero-section h1 {
  font-size: 34px;
}
@media screen and (min-width: 320px) {
  .hero-section h1 {
    font-size: calc(34px + 10 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .hero-section h1 {
    font-size: 44px;
  }
}

.hero-section--without-img {
  min-height: 230px;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-linear-gradient(230deg, rgba(0, 39, 76, 0.55) 0%, rgba(0, 92, 122, 0.55) 100%);
  background-image: -o-linear-gradient(230deg, rgba(0, 39, 76, 0.55) 0%, rgba(0, 92, 122, 0.55) 100%);
  background-image: linear-gradient(220deg, rgba(0, 39, 76, 0.55) 0%, rgba(0, 92, 122, 0.55) 100%);
}
.hero-section--without-img h1 {
  line-height: 1.3;
  color: white;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.hero-section--without-img h1 {
  font-size: 34px;
}
@media screen and (min-width: 320px) {
  .hero-section--without-img h1 {
    font-size: calc(34px + 10 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .hero-section--without-img h1 {
    font-size: 44px;
  }
}

.single-page .page-content {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .single-page .page-content {
    padding: 60px 0;
  }
}

.hero-single {
  background-color: #f5f5f5;
  padding: 40px 0 30px 0;
}
@media (min-width: 992px) {
  .hero-single {
    padding: 55px 0 40px 0;
  }
}
.hero-single h1 {
  color: #215A7A;
  line-height: 1.3;
  margin-bottom: 30px;
}
.hero-single h1 {
  font-size: 44px;
}
@media screen and (min-width: 320px) {
  .hero-single h1 {
    font-size: calc(44px + 18 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .hero-single h1 {
    font-size: 62px;
  }
}
@media (min-width: 992px) {
  .hero-single h1 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .hero-single__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hero-single__notice {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.5;
  font-family: "source-sans-italic";
  color: rgba(74, 74, 74, 0.8);
}
@media (min-width: 992px) {
  .hero-single__notice {
    margin-top: 30px;
  }
}
.hero-single__description {
  margin-top: 20px;
  font-size: 18px;
  line-height: 25px;
}
@media (min-width: 992px) {
  .hero-single__description {
    margin-top: 30px;
    font-size: 20px;
    line-height: 27px;
  }
}

.author-box {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .author-box {
    margin-bottom: 0;
    margin-right: 40px;
  }
}
.author-box .author-img {
  margin-right: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.author-box .author-img img {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
     object-fit: cover;
}
.author-box .author-info h6 {
  margin: 0;
  color: #215a7a;
  font-size: 18px;
  font-weight: 700;
}

.contributor {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .contributor {
    margin-bottom: 0;
    margin-right: 40px;
  }
}
.contributor__img {
  margin-right: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contributor__img img {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contributor__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contributor__name span {
  display: block;
  font-family: "source-sans-semibold", Sans-serif;
}
.contributor__name h4 {
  margin: 0;
  color: #215a7a;
  font-size: 18px;
  font-weight: 700;
}

.reviewed-tag {
  color: #363636;
  display: inline-block;
  margin-right: 9px;
  margin-left: 22px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 0 4px 4px 0;
  border: 1px solid #215a7a;
  border-left: 0;
  padding: 2px 6px 3px 7px;
  position: relative;
  font-size: 14px;
  line-height: 1;
  font-family: "source-sans-semibold", Sans-serif;
}
.reviewed-tag:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: -15px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}
.reviewed-tag:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -25px;
  width: 25px;
  height: 25px;
  background-color: #215a7a;
  border-radius: 50%;
}

/* hero section */
.hero.hero-without-image {
  margin-bottom: 40px;
  padding: 40px 0 30px 0;
  background-color: #F5F5F5;
}
@media (min-width: 992px) {
  .hero.hero-without-image {
    margin-bottom: 100px;
    padding: 90px 0 80px 0;
  }
}

.hero.hero-with-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 220px;
  position: relative;
  padding: 0;
  margin-bottom: 40px;
}

.page-template-page-guides .hero.hero-with-image {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-template-page-guides .hero.hero-with-image {
    background-position: 0px -92px;
  }
}

.hero.hero-with-image .hero-bckg-overlay {
  background-image: -webkit-linear-gradient(230deg, #00274c 0%, #005c7a 100%);
  background-image: -o-linear-gradient(230deg, #00274c 0%, #005c7a 100%);
  background-image: linear-gradient(220deg, #00274c 0%, #005c7a 100%);
  opacity: 0.55;
  min-height: 220px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.hero.hero-with-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero.hero-with-image h1.hero-title {
  color: #ffffff;
  font-family: source-sans-bold, Sans-serif;
  font-size: 34px;
  line-height: 1.1;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .hero.hero-with-image h1.hero-title {
    font-size: 44px;
  }
}

.hero.hero-without-image h1.hero-title {
  color: #353535;
  font-size: 62px;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: source-sans-bold;
  text-align: center;
}

.hero .hero-content {
  font-size: 21.6px;
}

.hero .hero-content h4 {
  font-weight: bold;
  font-size: 18px;
}

.hero h1 {
  padding-top: 0;
}

h3.section-title {
  color: #353535;
  font-size: 38px;
  line-height: 1.1;
  margin-bottom: 30px;
  text-align: center;
  font-family: source-sans-bold, Sans-serif;
}
@media (min-width: 992px) {
  h3.section-title {
    font-size: 48px;
    margin-bottom: 60px;
  }
}

.sidebar {
  text-align: left;
  list-style: none;
  font-size: 17px;
  background: #f7f7f7;
  padding: 15px 12px;
  border: 1px solid lightgrey;
  border-radius: 3px;
  line-height: 1.3;
}
.sidebar ul {
  margin: 0;
  padding-left: 25px;
}
@media (min-width: 1200px) {
  .sidebar ul {
    padding-left: 2.6rem;
  }
}
.sidebar ul li {
  margin-bottom: 0.8rem;
}
.sidebar ul li:last-child {
  margin-bottom: 0;
}
.sidebar a {
  color: #13aff0;
}
.sidebar a:hover {
  opacity: 0.8;
}

.sidebar-left,
.sidebar-right {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .sidebar-left,
  .sidebar-right {
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.sidebar-left .sidebar,
.sidebar-right .sidebar {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .sidebar-left .sidebar,
  .sidebar-right .sidebar {
    position: sticky;
    top: 25px;
  }
}
@media (min-width: 992px) {
  .sidebar-left .sidebar-wrap,
  .sidebar-right .sidebar-wrap {
    width: 26%;
  }
}
@media (min-width: 992px) {
  .sidebar-left .post-content,
  .sidebar-right .post-content {
    width: 71%;
  }
}
.sidebar-left .sidebar-logo,
.sidebar-right .sidebar-logo {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .sidebar-left .sidebar-logo,
  .sidebar-right .sidebar-logo {
    margin-bottom: 40px;
  }
}
.sidebar-left .sidebar-logo img,
.sidebar-right .sidebar-logo img {
  max-width: 80%;
}

@media (min-width: 992px) {
  .sidebar-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/* single page */
h1.page-title {
  text-align: center;
  color: #005a7a;
  font-size: 40px;
  line-height: 1.1;
  font-family: source-sans-light, Sans-serif;
  margin: 26px 0;
}
@media (min-width: 992px) {
  h1.page-title {
    font-size: 55px;
  }
}

@media (min-width: 992px) {
  .search-not-found {
    padding: 20px 0;
  }
}
.search-not-found h1.page-title {
  margin: 0 0 6rem 0;
}
.search-not-found__text {
  margin-bottom: 3rem !important;
}
.search-not-found input[type=search] {
  padding: 9px 15px;
}

.search-page {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .search-page {
    padding: 60px 0;
  }
}
.search-page h1.page-title {
  margin: 0 0 6rem 0;
}
.search-page__text {
  margin-bottom: 3rem !important;
}
.search-page .search-list-item {
  display: block;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 90, 122, 0.2);
}
.search-page .search-list-item h2 {
  margin-bottom: 0;
}
.search-page .search-list-item h2 a {
  color: #00274c;
}
.search-page .search-list-item h2 a:hover {
  color: #005a7a;
}
.search-page .search-list-item .entry-summary p {
  margin-top: 1.8rem;
}

.posts-navigation {
  margin-top: 3rem;
}
.posts-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.posts-navigation .nav-links a {
  color: #005a7a;
  font-family: "source-sans-semibold", Sans-serif;
}
.posts-navigation .nav-links a:hover {
  opacity: 0.8;
}

.popup-search-close::after,
.search-close::after,
.popup-search-close::before,
.search-close::before {
  height: 13px;
}

.is-menu.is-dropdown .search-close {
  top: calc(100% + 3px);
}

.main-navigation .menu > li .search-close {
  right: 0;
}

.page-guide-reviews .hero.hero-without-image {
  margin-bottom: 0;
}
.page-guide-reviews .popular-article-first-post .card-content {
  min-height: 280px;
}
.page-guide-reviews .featured-posts-section .blog-card__img.article-img {
  background-size: contain;
}
.page-guide-reviews .review-card {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-guide-reviews .review-card {
    margin-bottom: 0;
  }
}
.page-guide-reviews .review-card .blog-card__img.cover {
  background-size: contain;
  padding-bottom: 0;
  height: 130px;
}
@media (min-width: 768px) {
  .page-guide-reviews .review-card .blog-card__img.cover {
    height: 100%;
  }
}
.page-guide-reviews .btn--bottom a {
  margin-top: 1rem;
}

.page-template-page-name-generator .footer {
  margin-top: 0;
}

.archive-page {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .archive-page {
    padding-top: 60px;
  }
}
.archive-page h1.page-title {
  margin: 0 0 7rem 0;
}
@media (min-width: 992px) {
  .archive-page h1.page-title {
    margin: 0 0 9rem 0;
  }
}
.archive-page .card-item .entry-meta {
  margin-bottom: 10px;
}
.archive-page .card-item .entry-meta a {
  color: #005a7a;
}
.archive-page .card-item .entry-meta a:hover {
  opacity: 0.8;
}
.archive-page .card-item h3 a {
  color: #00274c;
}
.archive-page .card-item h3 a:hover {
  opacity: 0.8;
}
.archive-page .card-item .card-text .content_block {
  display: none;
}

/* press */
.card-item {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .card-item {
    margin-bottom: 60px;
  }
}

.card-item .card {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-shadow: 0px 4px 10px -2px rgba(40, 38, 56, 0.15);
          box-shadow: 0px 4px 10px -2px rgba(40, 38, 56, 0.15);
  padding: 25px 23px 33px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background-color: white;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.card-item .card:hover {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}

.card-item .card .card-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  margin-bottom: 30px;
  max-width: 80%;
}
@media (min-width: 992px) {
  .card-item .card .card-img {
    height: 110px;
    max-width: 55%;
  }
}

.card-item .card .card-img img {
  max-height: 80%;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
}

.card-item .card .card-title {
  margin-bottom: 12px;
  color: #383838 !important;
  font-size: 22px;
  line-height: 1.1;
  font-family: "source-sans-semibold", Sans-serif;
}
@media (min-width: 992px) {
  .card-item .card .card-title {
    font-size: 26px;
  }
}

.card-item .card .card-text {
  margin-bottom: 22px;
  color: #5a5a5a;
  line-height: 1.5;
}

.card-item .card .card-read-more {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #cb2d2d;
  font-weight: 600;
  font-size: 18px;
}

.long-arrow-right::after {
  content: "";
  display: block;
  width: 2px;
  height: 13px;
  background-color: #cb2d2d;
  -webkit-transform: rotate(-45deg) translate(4px, 1px);
      -ms-transform: rotate(-45deg) translate(4px, 1px);
          transform: rotate(-45deg) translate(4px, 1px);
}

.long-arrow-right {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #cb2d2d;
  border-left: 2px solid #cb2d2d;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: 1px;
  margin-left: 13px;
}

.our-research-content .card-item:nth-of-type(1) .card,
.our-research-content .card-item:nth-of-type(6) .card,
.our-research-content .card-item:nth-of-type(7) .card,
.our-research-content .card-item:nth-of-type(12) .card,
.our-research-content .card-item:nth-of-type(13) .card {
  background: #f2f6fc;
  border: 1px solid #e2e0fb;
}

.our-research-content .card-item:nth-of-type(3) .card,
.our-research-content .card-item:nth-of-type(5) .card,
.our-research-content .card-item:nth-of-type(9) .card,
.our-research-content .card-item:nth-of-type(11) .card,
.our-research-content .card-item:nth-of-type(17) .card {
  background: #e8f7ff;
  border: 1px solid #d7eeff;
}

.press-page .hero h1 {
  color: #383838;
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 20px;
  text-align: center;
  font-family: "source-sans-semibold", Sans-serif;
}
@media (min-width: 992px) {
  .press-page .hero h1 {
    font-size: 55px;
    margin-bottom: 2.5rem;
  }
}
.press-page .hero p {
  margin-bottom: 3rem;
  color: #868686;
  font-size: 20px;
  line-height: 1.3;
}
.press-page .hero h4 {
  color: #383838;
}
.press-page .hero .hero-content {
  max-width: 1000px;
  margin: 0 auto;
}
.press-page .news-coverage-content {
  margin-bottom: 30px;
}
.press-page h2.section-title,
.press-page h3.section-title {
  color: #383838;
  font-size: 30px;
  line-height: 1.2;
  font-family: "source-sans-semibold", Sans-serif;
}
@media (min-width: 992px) {
  .press-page h2.section-title,
  .press-page h3.section-title {
    font-size: 48px;
  }
}

/* about us */
.about-us-intro {
  font-size: 22px;
  font-weight: 700;
  font-family: source-sans-bold, Sans-serif;
  line-height: 32px;
  color: #00274c;
  margin-bottom: 30px !important;
}
@media (min-width: 992px) {
  .about-us-intro {
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 40px !important;
  }
}

.about-us-content .about-us-text {
  font-size: 21.6px;
  line-height: 28.8px;
}
@media (min-width: 992px) {
  .about-us-content .about-us-text {
    padding: 0 30px;
  }
}

.about-us-content .about-us-text p {
  margin-bottom: 25px;
}

.about-us-content .contact-form {
  max-width: 600px;
  margin: 0 auto 30px auto;
}
@media (min-width: 992px) {
  .about-us-content .contact-form {
    margin: 0 auto 9rem auto;
  }
}

.contact-form .contact-form-title {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  color: #383838;
  font-family: "source-sans-semibold", Sans-serif;
  font-size: 30px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .contact-form .contact-form-title {
    margin-bottom: 35px;
    font-size: 38px;
  }
}

.contact-form form.wpcf7-form label {
  padding-bottom: 0;
  display: block;
  font-size: 18px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .contact-form form.wpcf7-form label {
    margin-bottom: 30px;
  }
}

.contact-form form.wpcf7-form .wpcf7-form-control-wrap input {
  background-color: #fff;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  border: 1px solid #818181;
  color: #373a3c;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: inline-block;
  min-height: 40px;
  font-size: 16px;
  line-height: 1.8;
  padding: 6px 12px;
  border-radius: 6px;
  margin-top: 8px;
}
.contact-form form.wpcf7-form .wpcf7-form-control-wrap input:focus {
  outline: none;
  border: 1px solid #109fdc;
}

.contact-form form.wpcf7-form .wpcf7-form-control-wrap textarea {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  border: 1px solid #818181;
  color: #373a3c;
  font-size: 16px;
  line-height: 1.8;
  padding: 6px 12px;
  border-radius: 6px;
  margin-top: 8px;
  height: 180px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .contact-form form.wpcf7-form .wpcf7-form-control-wrap textarea {
    margin-bottom: 15px;
  }
}
.contact-form form.wpcf7-form .wpcf7-form-control-wrap textarea:focus {
  outline: none;
  border: 1px solid #109fdc;
}

.contact-form form.wpcf7-form input.wpcf7-submit {
  background-color: #ef3131;
  min-height: 48px;
  padding: 10px;
  border: none;
  width: 100%;
  max-width: 100%;
  color: #fff;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  font-family: "source-sans-semibold", Sans-serif;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.contact-form form.wpcf7-form input.wpcf7-submit:hover {
  background-color: #0b7cac;
}

@media (min-width: 992px) {
  .contact-page .hero.hero-without-image {
    padding-top: 75px;
    padding-bottom: 65px;
    margin-bottom: 80px;
  }
}
.contact-page .hero .hero-content {
  max-width: 900px;
}
@media (min-width: 992px) {
  .contact-page .hero .hero-content h1 {
    margin-bottom: 3rem;
  }
}
.contact-page .hero .hero-content p {
  margin-bottom: 12px;
}
.contact-page .hero .hero-content p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .contact-page .hero .hero-content p {
    margin-bottom: 16px;
  }
}

/* page guides */
.guides-section {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .guides-section {
    padding-top: 70px;
  }
}

.guides-section h3 {
  justify-content: center;
  margin: 0 0 10px;
  color: #215a7a;
  color: #00274c;
  font-family: source-sans-bold, Sans-serif;
  font-size: 28px;
  font-weight: 700;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .guides-section h3 {
    margin-bottom: 30px;
  }
}

.guides-section h3 i {
  color: #c31e00;
  font-size: 26px;
  margin-right: 10px;
}

.guides-section span.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.guides-section span.divider {
  background-color: #eee;
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.guides-section span.left-divider {
  margin-right: 10px;
}

.guides-section span.right-divider {
  margin-left: 10px;
}

body:not(.home) .blog-card__img.article-img {
  -webkit-box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.5);
  height: 100%;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  background-position: center;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

#featured-posts .card-content {
  position: relative;
}

#featured-posts .popular-article-first-post {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  #featured-posts .popular-article-first-post {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  #featured-posts .popular-article-group-posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
#featured-posts .popular-article-group-posts .card-content {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  #featured-posts .popular-article-group-posts .card-content {
    margin-bottom: 0;
  }
}

#featured-posts .card-content .card-text-content {
  position: absolute;
  bottom: 0;
  padding: 20px;
  z-index: 6;
}

#featured-posts .card-content .card-text-content p {
  font-family: source-sans-regular, Sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  color: #fff;
  margin: 10px 0 0;
  text-align: left;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  overflow: hidden;
}

#featured-posts .popular-article-group-posts .card-content .card-text-content p {
  max-height: 0;
  opacity: 0;
}

#featured-posts .card-content .card-overlay {
  position: absolute;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  z-index: 5;
}

#featured-posts .popular-article-first-post .card-content,
#featured-posts .popular-article-first-post .card-content .blog-card {
  height: 100%;
}

#featured-posts .popular-article-group-posts .card-content:hover > .card-text-content p {
  max-height: 10em;
  opacity: 1;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

#featured-posts a.blog-card {
  text-decoration: none;
  position: relative;
}

#featured-posts span.post-title {
  font-family: source-sans-bold, Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2em;
  color: #fff;
  text-align: left;
}

.category-posts {
  margin-top: 40px;
}

.category-posts a.blog-card {
  text-decoration: none;
}

.category-posts .post-image {
  padding: 10px;
  display: inline-block;
}

.category-posts .post-content {
  display: inline-block;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .category-posts .post-content {
    margin-top: 0;
  }
}

.category-posts .post-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.category-posts h3.post-title {
  display: block;
  color: #005c7a;
  font-family: source-sans-bold, Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 5px;
}

.category-posts .category-post {
  display: block;
  margin-bottom: 35px;
  position: relative;
}

.category-posts .category-post .blog-card__img {
  display: block;
}
@media (min-width: 768px) {
  .category-posts .category-post .blog-card__img {
    padding-bottom: 100%;
  }
}

.blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

@media screen and (max-width: 766px) {
  .guides-section span.divider {
    width: 100%;
  }
}
.error-404 {
  padding: 60px 0 30px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .error-404 {
    padding: 90px 0 60px 0;
  }
}
@media (min-width: 1440px) {
  .error-404 {
    padding: 120px 0 90px 0;
  }
}
.error-404 h1 {
  margin: 0 0 6rem 0;
}

.learning-center .hero .hero-content {
  max-width: 800px;
}
.learning-center h2 {
  color: #383838;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "source-sans-semibold", Sans-serif;
}
@media (min-width: 992px) {
  .learning-center h2 {
    font-size: 36px;
    margin-bottom: 3rem;
  }
}

.learning-links {
  padding-bottom: 28px;
}
@media (min-width: 992px) {
  .learning-links {
    padding-bottom: 50px;
  }
}
.learning-links__intro {
  max-width: 740px;
  margin: 0 auto 28px auto;
  text-align: center;
}
@media (min-width: 992px) {
  .learning-links__intro {
    margin: 0 auto 80px auto;
  }
}
.learning-links__intro p {
  color: #939393;
}
.learning-links__accordion {
  max-width: 1030px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.learning-links__accordion ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.learning-links__accordion .accordion__item {
  border: none;
  margin-bottom: 15px;
}
.learning-links__accordion .accordion__item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .learning-links__accordion .accordion__item {
    margin-bottom: 25px;
  }
}
.learning-links__accordion .accordion__button {
  padding: 12px 35px 12px 15px;
  border-radius: 6px;
  border: 1px solid #cbe4f2;
  background-color: #e8f7ff;
  background: #e8f7ff;
  border: 1px solid #d7eeff;
}
@media (min-width: 768px) {
  .learning-links__accordion .accordion__button {
    padding: 14px 40px 14px 20px;
  }
}
.learning-links__accordion .active .accordion__button {
  background: #f2f6fc;
  border: 1px solid #f2f6fc;
}
.learning-links__accordion .icon-expand {
  height: 18px;
  width: 18px;
  min-width: 18px;
  right: 10px;
}
@media (min-width: 992px) {
  .learning-links__accordion .icon-expand {
    right: 15px;
  }
}
.learning-links__accordion .icon-expand::before {
  background-color: #cb2d2d;
  height: 18px;
}
.learning-links__accordion .icon-expand::after {
  background-color: #cb2d2d;
  width: 18px;
}
.learning-links__accordion .active::after {
  display: none;
}
.learning-links__accordion .accordion__content {
  border-radius: 6px;
  background-color: #f2f6fc;
  padding: 18px 15px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .learning-links__accordion .accordion__content {
    padding: 25px 20px;
    margin-top: 13px;
  }
}
.learning-links__accordion .accordion__content li {
  margin-bottom: 10px;
}
.learning-links__accordion .accordion__content li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .learning-links__accordion .accordion__content li {
    margin-bottom: 1.5rem;
  }
}
.learning-links__accordion .accordion__content li a {
  color: #1ea2ec;
  text-decoration: underline;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.learning-links__accordion .accordion__content li a:hover {
  color: #1f84a8;
}