@charset "UTF-8";
/**
*
* BASE SCSS FILE
* @package cha
*
**/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,800&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button:focus {
  outline: none !important;
}

/**
*
* Skeleton Framework Styles
* @package merchantsmtg
*
**/
.row {
  position: relative;
  width: calc(80% + 30px);
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding-top: calc(5% + 10px);
  padding-bottom: calc(5% + 10px);
}
.row.no-top {
  padding-top: 0;
}
.row.no-bottom {
  padding-bottom: 0;
}
.row.full-width {
  padding: 0;
  width: 100%;
}
.row.full-width .column,
.row.full-width .columns {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.column,
.columns {
  margin-left: 15px;
  margin-right: 15px;
}
.column.one,
.columns.one {
  width: calc(8.3333% - 30px);
}
.column.two,
.columns.two {
  width: calc(16.6667% - 30px);
}
.column.three,
.columns.three {
  width: calc(25% - 30px);
}
.column.four,
.columns.four {
  width: calc(33.3333% - 30px);
}
.column.five,
.columns.five {
  width: calc(41.6667% - 30px);
}
.column.six,
.columns.six {
  width: calc(50% - 30px);
}
.column.seven,
.columns.seven {
  width: calc(58.3333% - 30px);
}
.column.eight,
.columns.eight {
  width: calc(66.6667% - 30px);
}
.column.nine,
.columns.nine {
  width: calc(75% - 30px);
}
.column.ten,
.columns.ten {
  width: calc(83.3333% - 30px);
}
.column.eleven,
.columns.eleven {
  width: calc(91.6667% - 30px);
}
.column.twelve,
.columns.twelve {
  width: calc(100% - 30px);
}
.column p:last-of-type,
.columns p:last-of-type {
  margin-bottom: 0;
}

.column-wrap {
  padding: 50px;
}

@media (max-width: 1068px) {
  .row .column,
  .row .columns {
    width: 100% !important;
    box-sizing: border-box;
    margin-bottom: 45px;
  }
  .row .column:last-of-type,
  .row .columns:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .row {
    width: calc(85% + 30px);
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .row .column,
  .row .columns {
    width: 100% !important;
    box-sizing: border-box;
  }
}
/**
*
* COLOR VARIABLES
* @package cha
*
**/
/**
*
* TYPOGRAPHY STYLES
* @package cha
*
**/
h1 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #004987;
  font-size: 36px;
  line-height: 1.2;
  padding-bottom: 20px;
}

h2 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}

h3 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #004987;
}

h4 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
}

a,
a:visited {
  color: #004987;
  text-decoration: none;
}
a:hover,
a:visited:hover {
  text-decoration: underline;
}

.content p {
  padding: 0;
  margin: 0 0 20px 0;
}
.content ul {
  padding: 0 0 0 18px;
  margin: 0 0 20px 0;
  list-style: disc;
  list-style-position: outside;
}
.content ul li {
  margin: 0 0 2px 0;
  padding-left: 5px;
}
.content ol {
  counter-reset: li;
  margin: 0 0 20px 0;
  padding: 0;
}
.content ol > li {
  position: relative;
  margin: 0 0 12px 20px;
  padding-left: 5px;
  list-style: none;
  line-height: 1.6;
}
.content ol > li:before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  top: 2px;
  left: -20px;
  width: 20px;
  color: #004987;
  font-weight: 700;
  font-size: 15px;
  text-align: left;
  box-sizing: border-box;
}
.content sup {
  font-size: 70%;
  vertical-align: text-top;
}
.content img {
  max-width: 100%;
}
.content .elementor-button,
.content .elementor-button:visited,
.content .elementor-button-link,
.content .elementor-button-link:visited {
  display: inline-block;
  background: none !important;
  border-radius: 2px !important;
  border: 2px solid #004987;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #004987;
  font-size: 17px !important;
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
  padding: 14px 24px 12px 24px;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
}
.content .elementor-button::after,
.content .elementor-button:visited::after,
.content .elementor-button-link::after,
.content .elementor-button-link:visited::after {
  content: "";
  display: block;
  position: absolute;
  background: #004987;
  height: 700%;
  left: 50%;
  top: 50%;
  width: 0;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease-out;
}
.content .elementor-button:focus, .content .elementor-button:hover,
.content .elementor-button:visited:focus,
.content .elementor-button:visited:hover,
.content .elementor-button-link:focus,
.content .elementor-button-link:hover,
.content .elementor-button-link:visited:focus,
.content .elementor-button-link:visited:hover {
  color: #ffffff !important;
  border-color: #004987;
  text-decoration: none;
}
.content .elementor-button:focus::after, .content .elementor-button:hover::after,
.content .elementor-button:visited:focus::after,
.content .elementor-button:visited:hover::after,
.content .elementor-button-link:focus::after,
.content .elementor-button-link:hover::after,
.content .elementor-button-link:visited:focus::after,
.content .elementor-button-link:visited:hover::after {
  width: 110%;
}
.content .elementor-button.loading,
.content .elementor-button:visited.loading,
.content .elementor-button-link.loading,
.content .elementor-button-link:visited.loading {
  color: rgba(255, 255, 255, 0.3) !important;
  border-color: #004987;
  text-decoration: none;
  padding-right: 36px;
}
.content .elementor-button.loading::before,
.content .elementor-button:visited.loading::before,
.content .elementor-button-link.loading::before,
.content .elementor-button-link:visited.loading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/loading-dark.gif);
  background-position: center;
  background-size: contain;
  width: 36px;
}
.content .elementor-button.loading::after,
.content .elementor-button:visited.loading::after,
.content .elementor-button-link.loading::after,
.content .elementor-button-link:visited.loading::after {
  width: 110%;
}
.content .reversed .elementor-button,
.content .reversed .elementor-button-link,
.content .reversed .elementor-button-link:visited {
  border-color: #ffffff;
  border-width: 1px !important;
  color: #ffffff;
}
.content .reversed .elementor-button::after,
.content .reversed .elementor-button-link::after,
.content .reversed .elementor-button-link:visited::after {
  background: #004987;
}
.content .reversed .elementor-button:hover,
.content .reversed .elementor-button-link:hover,
.content .reversed .elementor-button-link:visited:hover {
  border-color: #004987;
}
.content .reversed a,
.content .reversed a:visited {
  color: #ffffff;
}
.content .reversed .elementor-text-editor a {
  color: inherit;
  text-decoration: underline;
}

::selection {
  background: #00a7e1;
  color: #ffffff;
}

::-moz-selection {
  background: #00a7e1;
  color: #ffffff;
}

/* LAPTOPS AND DESKTOPS (1405px and 1100px)
====================================================================== */
/* TABLETS IN PORTRAIT MODE (1068px)
====================================================================== */
@media only screen and (max-width: 1068px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 22px;
  }
}
/* SMARTPHONES (768px)
====================================================================== */
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 20px;
  }
}
/* SMARTPHONES IN PORTRAIT MODE (550px)
====================================================================== */
/**
*
* CONTENT STYLES
* @package cha
*
**/
.content .nf-form-content {
  padding: 10px 0;
}
.content .nf-form-content label {
  font-size: 15px;
}
.content .nf-form-content textarea,
.content .nf-form-content input[type=text],
.content .nf-form-content input[type=file],
.content .nf-form-content input[type=tel],
.content .nf-form-content input[type=password],
.content .nf-form-content input[type=number],
.content .nf-form-content input[type=email],
.content .nf-form-content input[type=search] {
  border: none;
  padding: 6px 8px;
  font-size: 16px;
  color: #56555a;
  width: 100%;
  font-family: "Noto Serif", Georgia, serif;
  background: #ffffff;
  border: 1px solid #cccccc;
  margin: 0;
  border-radius: 2px;
}
.content .nf-form-content textarea::placeholder,
.content .nf-form-content input[type=text]::placeholder,
.content .nf-form-content input[type=file]::placeholder,
.content .nf-form-content input[type=tel]::placeholder,
.content .nf-form-content input[type=password]::placeholder,
.content .nf-form-content input[type=number]::placeholder,
.content .nf-form-content input[type=email]::placeholder,
.content .nf-form-content input[type=search]::placeholder {
  color: #eeefef;
}
.content .nf-form-content textarea:focus,
.content .nf-form-content input[type=text]:focus,
.content .nf-form-content input[type=file]:focus,
.content .nf-form-content input[type=tel]:focus,
.content .nf-form-content input[type=password]:focus,
.content .nf-form-content input[type=number]:focus,
.content .nf-form-content input[type=email]:focus,
.content .nf-form-content input[type=search]:focus {
  border: 1px solid #00a7e1;
}
.content .nf-form-content input[type=submit],
.content .nf-form-content input[type=button] {
  display: inline-block;
  background: none !important;
  border-radius: 2px !important;
  border: 2px solid #004987;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #004987;
  font-size: 17px !important;
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
  padding: 14px 24px 12px 24px;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
}
.content .nf-form-content input[type=submit]:focus, .content .nf-form-content input[type=submit]:hover,
.content .nf-form-content input[type=button]:focus,
.content .nf-form-content input[type=button]:hover {
  color: #ffffff;
  background: #004987 !important;
  border-color: #004987;
  text-decoration: none;
}
.content .nf-form-content select:-moz-focusring {
  color: transparent;
  text-shadow: none;
}
.content .nf-form-fields-required {
  display: none;
}
.content .nf-form-title {
  display: none;
}

.cha-login-form label {
  display: block;
  margin-bottom: 6px;
}
.cha-login-form input {
  max-width: 360px;
}
.cha-login-form--error p {
  color: #ce0e2d;
}
.cha-login-form--error p a {
  color: #ce0e2d;
  text-decoration: underline;
}

.cha-signup-form {
  position: relative;
}
.cha-signup-form--field {
  max-width: 360px;
  margin-bottom: 20px;
}
.cha-signup-form--field label {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
}
.cha-signup-form--field input[type=text],
.cha-signup-form--field input[type=email],
.cha-signup-form--field input[type=password] {
  border: none;
  padding: 6px 8px;
  font-size: 16px;
  color: #56555a;
  width: 100%;
  font-family: "Noto Serif", Georgia, serif;
  background: #ffffff;
  border: 1px solid #cccccc;
  margin: 0;
  border-radius: 2px;
  box-sizing: border-box;
}
.cha-signup-form--field input[type=text]::placeholder,
.cha-signup-form--field input[type=email]::placeholder,
.cha-signup-form--field input[type=password]::placeholder {
  color: #eeefef;
}
.cha-signup-form--field input[type=text]:focus,
.cha-signup-form--field input[type=email]:focus,
.cha-signup-form--field input[type=password]:focus {
  border: 1px solid #00a7e1;
}
.cha-signup-form--field select {
  width: 100%;
  padding: 6px 8px;
  font-size: 15px;
}
.cha-signup-form--field button[type=submit] {
  display: inline-block;
  background: none !important;
  border-radius: 2px !important;
  border: 2px solid #004987;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #004987;
  font-size: 17px !important;
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
  padding: 14px 24px 12px 24px;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
}
.cha-signup-form--field button[type=submit]:hover {
  color: #ffffff;
  background: #004987 !important;
  text-decoration: none;
}
.cha-signup-form--loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 160px 160px;
  display: none;
  z-index: 3;
}
.cha-signup-form--error {
  color: #ce0e2d;
}

/* LAPTOPS AND DESKTOPS (1405px and 1100px)
====================================================================== */
/* TABLETS IN PORTRAIT MODE (1068px)
====================================================================== */
/* SMARTPHONES (768px)
====================================================================== */
/**
*
* ANIMATION STYLES
* @package cha
*
**/
@keyframes cha-fadeInUp {
  from {
    opacity: 0;
    transform: translate(0, 40px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes cha-fadeInRight {
  from {
    opacity: 0;
    transform: translate(40px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes cha-fadeInBottom {
  from {
    opacity: 0;
    transform: translate(0, -40px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes cha-fadeInLeft {
  from {
    opacity: 0;
    transform: translate(-40px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes pulse {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.content .fadeInUp {
  animation-name: cha-fadeInUp;
}

.content .fadeInRight {
  animation-name: cha-fadeInRight;
}

.content .fadeInBottom {
  animation-name: cha-fadeInBottom;
}

.content .fadeInLeft {
  animation-name: cha-fadeInLeft;
}

/**
*
* BASE ELEMENT STYLES
* @package cha
*
**/
html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Serif", Georgia, serif;
  color: #56555a;
  background: #cbced0;
  font-size: 16px;
  line-height: 1.7;
  font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.noscroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

/**
*
* BASE ELEMENTOR STYLES
* @package cha
*
**/
.elementor img {
  width: 100%;
}

section.elementor-section-boxed {
  padding-top: 5%;
  padding-bottom: 5%;
}
section.elementor-section-boxed section {
  padding-top: 0;
  padding-bottom: 0;
}

section.elementor-section-boxed > .elementor-container {
  width: 80%;
  max-width: 1440px;
}
section.elementor-section-boxed > .elementor-container .elementor-section-boxed > .elementor-container {
  width: 100%;
  max-width: 100%;
}
section.elementor-section-boxed.elementor-inner-section > .elementor-container {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}
section.elementor-section-boxed.wide > .elementor-container {
  max-width: none;
}

section.elementor-section-full_width > .elementor-container {
  width: 100%;
  max-width: 100%;
}

.content .elementor-column-gap-default .elementor-row {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
.content .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding-left: 20px;
  padding-right: 20px;
}
.content .elementor-column-gap-wide .elementor-row {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}

/* TABLETS IN PORTRAIT MODE (1068px)
====================================================================== */
/* SMARTPHONES (768px)
====================================================================== */
@media (max-width: 767px) {
  section.elementor-section-boxed > .elementor-container {
    width: 85%;
  }
  section.elementor-section-boxed {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  section.elementor-section-boxed section {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/**
*
* HEADER STYLES
* @package cha
*
**/
a.skip-link {
  position: absolute;
  top: -45px;
  left: 0;
  background-color: #111;
  color: #fff;
  padding: 8px 15px;
  z-index: 100;
  text-decoration: none;
}

a.skip-link:focus {
  top: 0;
}

header,
#ms-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 5;
}
header .header-top,
#ms-header .header-top {
  display: flex;
  justify-content: flex-end;
  background: #00a7e1;
  padding: 0 30px;
  overflow: hidden;
  height: 50px;
  transition: all 0.3s ease-out;
}
header .header-top--search,
#ms-header .header-top--search {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  margin: 10px 0;
}
header .header-top--search form,
#ms-header .header-top--search form {
  display: flex;
}
header .header-top--search form .search-submit-wrap,
#ms-header .header-top--search form .search-submit-wrap {
  display: block;
  width: 30px;
  height: 30px;
}
header .header-top--search form .search-submit-wrap svg,
#ms-header .header-top--search form .search-submit-wrap svg {
  cursor: pointer;
  width: 30px;
  height: 30px;
}
header .header-top--search form .search-submit-wrap svg path,
#ms-header .header-top--search form .search-submit-wrap svg path {
  fill: #004987;
}
header .header-top--search form input[type=text],
#ms-header .header-top--search form input[type=text] {
  width: 150px;
  padding: 0px 8px;
  margin: 0px;
  border: none;
  vertical-align: middle;
  font-size: 1em;
  color: #111c4e;
  background: none !important;
}
header .header-top--search form input[type=submit],
#ms-header .header-top--search form input[type=submit] {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
header .header-top--search form input[type=submit]:focus + svg path,
#ms-header .header-top--search form input[type=submit]:focus + svg path {
  fill: white;
}
header .header-top--social,
#ms-header .header-top--social {
  margin: 10px 12px 10px 0px;
}
header .header-top--social a,
#ms-header .header-top--social a {
  display: block;
  float: left;
  margin: 0px 0px 0px 6px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #80bc00;
  transition: all 0.3s ease-out;
}
header .header-top--social a.twitter,
#ms-header .header-top--social a.twitter {
  background: #004987 url(../img/icon-twitter.svg) center no-repeat;
  background-size: 30px 30px;
}
header .header-top--social a.twitter:hover,
#ms-header .header-top--social a.twitter:hover {
  background: #111c4e url(../img/icon-twitter.svg) center no-repeat;
  background-size: 30px 30px;
}
header .header-top--social a.linkedin,
#ms-header .header-top--social a.linkedin {
  background: #004987 url(../img/icon-linkedin.svg) center no-repeat;
  background-size: 30px 30px;
}
header .header-top--social a.linkedin:hover,
#ms-header .header-top--social a.linkedin:hover {
  background: #111c4e url(../img/icon-linkedin.svg) center no-repeat;
  background-size: 30px 30px;
}
header .header-top--social a.logout,
#ms-header .header-top--social a.logout {
  width: auto;
  background: none;
  border-radius: 0;
  line-height: 30px;
  font-size: 13px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-right: 8px;
  color: #ffffff;
}
header .header-top a,
#ms-header .header-top a {
  color: #56555a;
}
header .header-bottom,
#ms-header .header-bottom {
  background: #333333;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}
header .header-bottom .logo,
#ms-header .header-bottom .logo {
  width: 310px;
  margin-top: -8px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-out;
}
header .header-bottom .logo a,
#ms-header .header-bottom .logo a {
  display: block;
  transition: all 0.3s ease-out;
}
header .header-bottom .logo a svg,
#ms-header .header-bottom .logo a svg {
  vertical-align: top;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-out;
}
header .header-bottom .nav-desktop .primary,
header .header-bottom .nav-desktop .secondary,
#ms-header .header-bottom .nav-desktop .primary,
#ms-header .header-bottom .nav-desktop .secondary {
  background: none;
  text-align: right;
  padding: 0px;
}
header .header-bottom .nav-desktop ul,
#ms-header .header-bottom .nav-desktop ul {
  position: relative;
  display: inline-block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
header .header-bottom .nav-desktop ul li,
#ms-header .header-bottom .nav-desktop ul li {
  display: inline-block;
  margin: 0px 0px 0px 15px;
  position: relative;
}
header .header-bottom .nav-desktop ul li:first-child,
#ms-header .header-bottom .nav-desktop ul li:first-child {
  margin: 0px;
}
header .header-bottom .nav-desktop ul li.mega,
#ms-header .header-bottom .nav-desktop ul li.mega {
  position: static;
}
header .header-bottom .nav-desktop ul li a,
#ms-header .header-bottom .nav-desktop ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 1em;
  transition: all 0.3s ease-out;
}
header .header-bottom .nav-desktop ul li.primary-hide-mobile,
#ms-header .header-bottom .nav-desktop ul li.primary-hide-mobile {
  display: none;
}
header .header-bottom .nav-desktop .menu-item-has-children:focus-within .sub-menu,
#ms-header .header-bottom .nav-desktop .menu-item-has-children:focus-within .sub-menu {
  visibility: visible;
  opacity: 1;
}
header .header-bottom .nav-desktop .menu-item-has-children > a:focus + .sub-menu,
#ms-header .header-bottom .nav-desktop .menu-item-has-children > a:focus + .sub-menu {
  visibility: visible;
  opacity: 1;
}
header .header-bottom .nav-desktop .primary ul li a,
#ms-header .header-bottom .nav-desktop .primary ul li a {
  color: #ffffff;
  position: relative;
  padding-bottom: 15px;
  line-height: 1.7;
}
header .header-bottom .nav-desktop .primary ul li a:hover,
#ms-header .header-bottom .nav-desktop .primary ul li a:hover {
  color: #00a7e1;
  text-decoration: none;
}
header .header-bottom .nav-desktop .primary ul li a::after,
#ms-header .header-bottom .nav-desktop .primary ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.3s ease-out;
  height: 3px;
  background: #00a7e1;
}
header .header-bottom .nav-desktop .primary ul li:hover a,
#ms-header .header-bottom .nav-desktop .primary ul li:hover a {
  color: #00a7e1;
}
header .header-bottom .nav-desktop .primary ul li:hover a::after,
#ms-header .header-bottom .nav-desktop .primary ul li:hover a::after {
  width: 100%;
}
header .header-bottom .nav-desktop .primary ul li ul,
#ms-header .header-bottom .nav-desktop .primary ul li ul {
  width: 260px;
  padding: 15px 0px;
  height: auto;
  position: absolute;
  z-index: 9999;
  left: -15px;
  background: #eeefef;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease-out;
}
header .header-bottom .nav-desktop .primary ul li ul div,
#ms-header .header-bottom .nav-desktop .primary ul li ul div {
  width: 100%;
}
header .header-bottom .nav-desktop .primary ul li ul li,
#ms-header .header-bottom .nav-desktop .primary ul li ul li {
  display: block;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
header .header-bottom .nav-desktop .primary ul li ul li a,
#ms-header .header-bottom .nav-desktop .primary ul li ul li a {
  text-transform: none;
  font-size: 0.9375em;
  padding: 8px 15px;
  margin: 0px;
  line-height: 1.4;
  color: #111c4e;
}
header .header-bottom .nav-desktop .primary ul li ul li a:hover,
#ms-header .header-bottom .nav-desktop .primary ul li ul li a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #004987;
}
header .header-bottom .nav-desktop .primary ul li ul li a::after,
#ms-header .header-bottom .nav-desktop .primary ul li ul li a::after {
  display: none;
}
header .header-bottom .nav-desktop .primary ul li.mega ul,
#ms-header .header-bottom .nav-desktop .primary ul li.mega ul {
  width: 100%;
  left: 0;
}
header .header-bottom .nav-desktop .primary ul li.mega ul div,
#ms-header .header-bottom .nav-desktop .primary ul li.mega ul div {
  float: left;
}
header .header-bottom .nav-desktop .primary ul li:hover ul,
#ms-header .header-bottom .nav-desktop .primary ul li:hover ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
header .header-bottom .nav-desktop .primary ul li:hover ul li a,
#ms-header .header-bottom .nav-desktop .primary ul li:hover ul li a {
  text-transform: none;
  font-size: 0.9375em;
  padding: 8px 15px;
  margin: 0px;
  line-height: 1.4;
  color: #111c4e;
}
header .header-bottom .nav-desktop .primary ul li.col2 ul div,
#ms-header .header-bottom .nav-desktop .primary ul li.col2 ul div {
  width: 50%;
}
header .header-bottom .nav-desktop .primary ul li.col3 ul div,
#ms-header .header-bottom .nav-desktop .primary ul li.col3 ul div {
  width: 33.3%;
}
header .header-bottom .nav-desktop .primary ul li.col4 ul div,
#ms-header .header-bottom .nav-desktop .primary ul li.col4 ul div {
  width: 25%;
}
header .header-bottom .nav-desktop .secondary,
#ms-header .header-bottom .nav-desktop .secondary {
  padding: 23px 0px 12px 0px;
  transition: all 0.3s ease-out;
}
header .header-bottom .nav-desktop .secondary ul li a,
#ms-header .header-bottom .nav-desktop .secondary ul li a {
  color: #00a7e1;
  font-size: 15px;
  padding: 0px;
  line-height: 1.7;
}
header .header-bottom .nav-desktop .secondary ul li a:hover,
#ms-header .header-bottom .nav-desktop .secondary ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
header .header-bottom .nav-desktop .secondary .search,
#ms-header .header-bottom .nav-desktop .secondary .search {
  float: right;
  background: #fff;
  border-radius: 4px;
  height: 30px;
  margin: 10px 0;
}
header .header-bottom .nav-desktop .secondary .search label,
#ms-header .header-bottom .nav-desktop .secondary .search label {
  display: none;
}
header .header-bottom .nav-mobile,
#ms-header .header-bottom .nav-mobile {
  display: none;
}
header .header-bottom .nav-mobile button.cha-dropdown-menu-btn,
#ms-header .header-bottom .nav-mobile button.cha-dropdown-menu-btn {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
}
header .header-bottom .nav-mobile .mobile-coverup,
#ms-header .header-bottom .nav-mobile .mobile-coverup {
  position: fixed;
  background: #111c4e;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 0;
  z-index: 99997;
  transition: all 0.3s ease-out;
}
header .header-bottom .nav-mobile .mobile-coverup.visible,
#ms-header .header-bottom .nav-mobile .mobile-coverup.visible {
  width: 100%;
}
header .header-bottom .nav-mobile .mobile-button,
#ms-header .header-bottom .nav-mobile .mobile-button {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  float: right;
  width: 50px;
  margin: 22px 0px 0px 0px;
  height: 50px;
  display: block;
  position: relative;
  transition: all 0.3s ease-out;
  z-index: 99999;
}
header .header-bottom .nav-mobile .mobile-button .bar,
#ms-header .header-bottom .nav-mobile .mobile-button .bar {
  width: 36px;
  height: 4px;
  background: #ffffff;
  position: absolute;
  transition: all 0.3s ease-out;
}
header .header-bottom .nav-mobile .mobile-button .bar.top,
#ms-header .header-bottom .nav-mobile .mobile-button .bar.top {
  left: 7px;
  top: 13px;
}
header .header-bottom .nav-mobile .mobile-button .bar.middle,
#ms-header .header-bottom .nav-mobile .mobile-button .bar.middle {
  left: 7px;
  top: 23px;
}
header .header-bottom .nav-mobile .mobile-button .bar.bottom,
#ms-header .header-bottom .nav-mobile .mobile-button .bar.bottom {
  left: 7px;
  top: 33px;
}
header .header-bottom .nav-mobile .mobile-button.opened,
#ms-header .header-bottom .nav-mobile .mobile-button.opened {
  margin-top: -46px;
}
header .header-bottom .nav-mobile .mobile-button.opened .bar.top,
#ms-header .header-bottom .nav-mobile .mobile-button.opened .bar.top {
  top: 23px;
  transform: rotate(45deg);
}
header .header-bottom .nav-mobile .mobile-button.opened .bar.middle,
#ms-header .header-bottom .nav-mobile .mobile-button.opened .bar.middle {
  width: 0px;
  left: 25px;
}
header .header-bottom .nav-mobile .mobile-button.opened .bar.bottom,
#ms-header .header-bottom .nav-mobile .mobile-button.opened .bar.bottom {
  top: 23px;
  transform: rotate(-45deg);
}
header .header-bottom .nav-mobile nav.mobile,
#ms-header .header-bottom .nav-mobile nav.mobile {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 0%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  overflow-y: scroll;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  z-index: 99998;
  transition: all 0.3s ease-out;
}
header .header-bottom .nav-mobile nav.mobile.visible,
#ms-header .header-bottom .nav-mobile nav.mobile.visible {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 100px;
}
header .header-bottom .nav-mobile nav.mobile .mobile-wrap,
#ms-header .header-bottom .nav-mobile nav.mobile .mobile-wrap {
  position: relative;
  padding: 60px 20px 80px 20px;
}
header .header-bottom .nav-mobile nav.mobile .mobile-wrap > div > ul,
#ms-header .header-bottom .nav-mobile nav.mobile .mobile-wrap > div > ul {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
header .header-bottom .nav-mobile nav.mobile .mobile-wrap > div > ul > li,
#ms-header .header-bottom .nav-mobile nav.mobile .mobile-wrap > div > ul > li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .header-bottom .nav-mobile nav.mobile .mobile-wrap > div > ul > li > a,
#ms-header .header-bottom .nav-mobile nav.mobile .mobile-wrap > div > ul > li > a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 19px;
  color: #fff;
}
header .header-bottom .nav-mobile nav.mobile .mobile-wrap > div > ul > li > a:hover,
#ms-header .header-bottom .nav-mobile nav.mobile .mobile-wrap > div > ul > li > a:hover {
  text-decoration: none;
}
header .header-bottom .nav-mobile nav.mobile .mobile-wrap > div > ul > li > span,
#ms-header .header-bottom .nav-mobile nav.mobile .mobile-wrap > div > ul > li > span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-image: url(../img/mobile-nav-next.svg);
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
header .header-bottom .nav-mobile nav.mobile .mobile-wrap > div > ul > li::after,
#ms-header .header-bottom .nav-mobile nav.mobile .mobile-wrap > div > ul > li::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 60px;
  right: 60px;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
}
header .header-bottom .nav-mobile nav.mobile .mobile-wrap > div > ul > li.open span,
#ms-header .header-bottom .nav-mobile nav.mobile .mobile-wrap > div > ul > li.open span {
  transform: rotate(90deg);
}
header .header-bottom .nav-mobile nav.mobile .mobile-wrap > div > ul > li > ul,
#ms-header .header-bottom .nav-mobile nav.mobile .mobile-wrap > div > ul > li > ul {
  display: none;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 60px;
}
header .header-bottom .nav-mobile nav.mobile .mobile-wrap > div > ul > li > ul li a,
#ms-header .header-bottom .nav-mobile nav.mobile .mobile-wrap > div > ul > li > ul li a {
  display: block;
  color: #fff;
  padding: 8px 0px;
  line-height: 1.3;
}
header .header-bottom .nav-mobile nav.mobile .mobile-wrap > div > ul > li > ul li a:hover,
#ms-header .header-bottom .nav-mobile nav.mobile .mobile-wrap > div > ul > li > ul li a:hover {
  text-decoration: none;
}
header#mat .header-bottom,
#ms-header#mat .header-bottom {
  background: #582c5f;
  padding: 0px 30px;
  z-index: 2;
}
header#mat .header-bottom .mat-overlay,
#ms-header#mat .header-bottom .mat-overlay {
  position: absolute;
  right: 60px;
  bottom: 0;
  top: 50px;
  left: 0;
  background: url(../img/colorado-mat-overlay.svg) right bottom no-repeat;
  background-size: 60%;
  opacity: 0.1;
  transition: all 0.3s ease-out;
}
header#mat .header-bottom .nav-desktop .primary ul li a,
#ms-header#mat .header-bottom .nav-desktop .primary ul li a {
  color: #ccb2d3;
}
header#mat .header-bottom .nav-desktop .secondary ul li a,
#ms-header#mat .header-bottom .nav-desktop .secondary ul li a {
  color: #ffffff;
}
header#mat .header-bottom .nav-desktop .secondary ul li a:hover,
#ms-header#mat .header-bottom .nav-desktop .secondary ul li a:hover {
  color: #00a7e1;
}
header#mat.small .header-bottom .mat-overlay,
#ms-header#mat.small .header-bottom .mat-overlay {
  top: 0;
}
header.small .header .header-top,
#ms-header.small .header .header-top {
  height: 0;
}
header.small .header .header-bottom .logo,
#ms-header.small .header .header-bottom .logo {
  width: 210px;
  margin-top: 5px;
}
header.small .header .header-bottom .nav-desktop .primary > div > ul > li > a,
#ms-header.small .header .header-bottom .nav-desktop .primary > div > ul > li > a {
  padding-bottom: 12px;
}
header.small .header .header-bottom .nav-desktop .secondary,
#ms-header.small .header .header-bottom .nav-desktop .secondary {
  padding: 10px 0 8px 0;
}

body.admin-bar header {
  top: 32px;
}

/* LAPTOPS AND DESKTOPS (1405px and 1100px)
====================================================================== */
@media only screen and (max-width: 1405px) {
  header .header-bottom .logo,
  #ms-header .header-bottom .logo {
    max-width: 280px;
    margin-bottom: 18px;
  }
  header .header-bottom .nav-desktop,
  #ms-header .header-bottom .nav-desktop {
    display: none;
  }
  header .header-bottom .nav-mobile,
  #ms-header .header-bottom .nav-mobile {
    display: block;
  }
}
/* TABLETS IN PORTRAIT MODE (1068px)
====================================================================== */
@media only screen and (max-width: 1068px) {
  header,
  #ms-header {
    position: relative;
  }
  header .header-top,
  #ms-header .header-top {
    height: auto;
  }
  header .header-top--social,
  #ms-header .header-top--social {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  header .header-top--search,
  #ms-header .header-top--search {
    margin: 8px 0;
  }
  header .header-bottom .logo,
  #ms-header .header-bottom .logo {
    max-width: 250px;
  }
  header .header-bottom .logo .logo.ctn,
  #ms-header .header-bottom .logo .logo.ctn {
    max-width: 210px;
  }
  header .header-bottom .nav-mobile,
  #ms-header .header-bottom .nav-mobile {
    display: block;
  }
  header .header-bottom .nav-mobile .mobile-button,
  #ms-header .header-bottom .nav-mobile .mobile-button {
    margin-top: 18px;
  }
  header .search-button,
  #ms-header .search-button {
    display: block;
  }
  header .nav-desktop,
  #ms-header .nav-desktop {
    display: none;
  }
  header .mobile-button .bar,
  #ms-header .mobile-button .bar {
    width: 36px;
    height: 4px;
    background: #fff;
    position: absolute;
    transition: all 0.3s ease-out;
  }
  body.admin-bar header {
    top: auto;
  }
}
/* SMARTPHONES (768px)
====================================================================== */
@media only screen and (max-width: 767px) {
  header .header-top,
  #ms-header .header-top {
    padding: 0 20px;
  }
  header .header-top--search form .search-submit-wrap,
  #ms-header .header-top--search form .search-submit-wrap {
    width: 24px;
    height: 24px;
  }
  header .header-top--search form .search-submit-wrap svg,
  #ms-header .header-top--search form .search-submit-wrap svg {
    width: 24px;
    height: 24px;
  }
  header .header-top--search form input[type=text],
  #ms-header .header-top--search form input[type=text] {
    width: 100px;
    height: auto;
    font-size: 14px;
  }
  header .header-top--social a.twitter,
  header .header-top--social a.linkedin,
  #ms-header .header-top--social a.twitter,
  #ms-header .header-top--social a.linkedin {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
  header .header-bottom,
  #ms-header .header-bottom {
    padding: 0 15px;
  }
  header .header-bottom .logo,
  #ms-header .header-bottom .logo {
    width: 200px;
    margin-top: -7px;
    margin-bottom: 12px;
  }
  header .header-bottom .nav-mobile .mobile-button,
  #ms-header .header-bottom .nav-mobile .mobile-button {
    margin-top: 8px;
  }
  header .header-bottom .nav-mobile .mobile-button.opened,
  #ms-header .header-bottom .nav-mobile .mobile-button.opened {
    margin-top: -38px;
  }
  header .header-bottom .nav-desktop ul li.primary-hide-mobile,
  #ms-header .header-bottom .nav-desktop ul li.primary-hide-mobile {
    display: list-item;
  }
}
/* SMARTPHONES IN PORTRAIT MODE (550px)
====================================================================== */
/**
*
* HOME STYLES
* @package cha
*
**/
.content .home-top--slider .swiper-slide {
  height: 30vw !important;
}
.content .home-top--slider .swiper-slide .swiper-slide-inner {
  padding: 0;
}
.content .home-top--slider .swiper-slide .swiper-slide-inner .swiper-slide-contents {
  max-width: 100%;
  width: 100%;
  background: rgba(53, 56, 61, 0.6);
  text-align: left;
}
.content .home-top--slider .swiper-slide .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 1.5vw;
  font-weight: 600;
  padding: 20px 100px 20px 20px;
}
.content .home-top--slider .elementor-swiper-button-prev {
  left: auto;
  right: 60px;
  bottom: 6px;
  top: auto;
}
.content .home-top--slider .elementor-swiper-button-next {
  right: 20px;
  bottom: 6px;
  top: auto;
}
.content .home-top--features .elementor-column-wrap {
  padding: 0;
}
.content .home-top--features .elementor-column-wrap .elementor-widget:not(:last-child) {
  margin: 0;
}
.content .home-top--features .elementor-column-wrap .elementor-widget-wrap .elementor-widget:nth-child(1) {
  background: rgba(0, 0, 0, 0);
}
.content .home-top--features .elementor-column-wrap .elementor-widget-wrap .elementor-widget:nth-child(2) {
  background: rgba(0, 0, 0, 0.05);
}
.content .home-top--features .elementor-column-wrap .elementor-widget-wrap .elementor-widget:nth-child(3) {
  background: rgba(0, 0, 0, 0.1);
}
.content .home-top--features .elementor-column-wrap .elementor-image-box-wrapper {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
}
.content .home-top--features .elementor-column-wrap .elementor-image-box-wrapper .elementor-image-box-img {
  width: 10vw !important;
  height: 10vw !important;
  margin: 0 !important;
  overflow: hidden;
  background: #00a7e1;
}
.content .home-top--features .elementor-column-wrap .elementor-image-box-wrapper .elementor-image-box-img a {
  display: block;
}
.content .home-top--features .elementor-column-wrap .elementor-image-box-wrapper .elementor-image-box-img a img {
  vertical-align: top;
  transition: all 0.3s ease-out;
}
.content .home-top--features .elementor-column-wrap .elementor-image-box-wrapper .elementor-image-box-content {
  height: 10vw !important;
  width: 23.33vw !important;
  position: relative;
}
.content .home-top--features .elementor-column-wrap .elementor-image-box-wrapper .elementor-image-box-content h2 {
  display: block;
}
.content .home-top--features .elementor-column-wrap .elementor-image-box-wrapper .elementor-image-box-content h2 a {
  align-items: center;
  padding: 0 5vw 0 1vw;
  color: #111c4e;
  display: flex;
  transition: all 0.3s ease-out;
  height: 10vw !important;
  font-size: 1.5vw;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Noto Serif", Georgia, serif;
}
.content .home-top--features .elementor-column-wrap .elementor-image-box-wrapper:hover .elementor-image-box-img img {
  opacity: 0.4;
}
.content .home-top--features .elementor-column-wrap .elementor-image-box-wrapper:hover .elementor-image-box-content h2 a {
  color: #ffffff;
  background: #00a7e1;
}
.content .home-bottom {
  padding: 3% 0;
}
.content .home-bottom.elementor-section-boxed > .elementor-container {
  width: 90%;
}
.content .home-bottom .elementor-column-wrap {
  padding: 0 !important;
  margin: 0 20px 20px 20px;
  width: calc(100% - 40px);
}
.content .home-bottom .elementor-column-wrap .elementor-widget-image-box {
  margin: 0 0 4px 0;
  background: #ffffff;
}
.content .home-bottom--news .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a {
  background: #80bc00;
}
.content .home-bottom--features .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a {
  background: #007580;
}
.content .home-bottom--news .elementor-widget-image-box.elementor-position-top .elementor-image-box-img, .content .home-bottom--features .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
  display: block;
}
.content .home-bottom--news .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a, .content .home-bottom--features .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a {
  display: block;
  overflow: hidden;
}
.content .home-bottom--news .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a img, .content .home-bottom--features .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a img {
  width: calc((90vw - 80px) / 3);
  height: calc((90vw - 80px) / 3 * 0.5625);
  max-height: 255px;
  object-fit: cover;
  vertical-align: top;
}
.content .home-bottom--news .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a:hover img, .content .home-bottom--features .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a:hover img {
  transform: scale(1.05);
  opacity: 0.8;
}
.content .home-bottom--news .elementor-widget-image-box.elementor-position-top .elementor-image-box-content, .content .home-bottom--features .elementor-widget-image-box.elementor-position-top .elementor-image-box-content {
  padding: 20px 20px 30px 20px;
  text-align: left;
}
.content .home-bottom--news .elementor-widget-image-box.elementor-position-top .elementor-image-box-content h3, .content .home-bottom--features .elementor-widget-image-box.elementor-position-top .elementor-image-box-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.content .home-bottom--news .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper, .content .home-bottom--features .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
  align-items: center;
}
.content .home-bottom--news .elementor-widget-image-box.elementor-position-left .elementor-image-box-img, .content .home-bottom--features .elementor-widget-image-box.elementor-position-left .elementor-image-box-img {
  width: 30%;
}
.content .home-bottom--news .elementor-widget-image-box.elementor-position-left .elementor-image-box-img a, .content .home-bottom--features .elementor-widget-image-box.elementor-position-left .elementor-image-box-img a {
  display: block;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.content .home-bottom--news .elementor-widget-image-box.elementor-position-left .elementor-image-box-img a img, .content .home-bottom--features .elementor-widget-image-box.elementor-position-left .elementor-image-box-img a img {
  width: 100%;
  min-height: 100px;
  object-fit: cover;
  vertical-align: middle;
}
.content .home-bottom--news .elementor-widget-image-box.elementor-position-left .elementor-image-box-content, .content .home-bottom--features .elementor-widget-image-box.elementor-position-left .elementor-image-box-content {
  padding: 10px 20px;
  text-align: left;
}
.content .home-bottom--news .elementor-widget-image-box.elementor-position-left .elementor-image-box-content h3, .content .home-bottom--features .elementor-widget-image-box.elementor-position-left .elementor-image-box-content h3 {
  font-size: 17px;
}
.content .home-bottom--news .home-bottom--title h2 {
  background: #004987 !important;
}
.content .home-bottom--features .home-bottom--title h2 {
  background: #007580 !important;
}
.content .home-bottom--twitter .home-bottom--title h2 {
  background: #6f1d46 !important;
}
.content .home-bottom--title {
  margin-bottom: 0 !important;
}
.content .home-bottom--title h2 {
  display: block;
  color: #ffffff !important;
  background: #004987 !important;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 20px;
  padding-bottom: 15px;
  margin: 0px;
}
.content .home-bottom--twitter #ctf {
  max-height: 850px;
}
.content .home-bottom--twitter #ctf .ctf-header {
  display: none;
}
.content .home-bottom--twitter #ctf .ctf-tweets {
  padding: 0 15px 15px 15px;
}
.content .home-bottom--twitter #ctf .ctf-item {
  background: #ffffff;
}
.content .home-bottom--twitter #ctf .ctf-item .ctf-author-avatar {
  display: none;
}
.content .home-bottom--twitter #ctf .ctf-item .ctf-author-box {
  margin-left: 0;
}
.content .home-bottom--twitter #ctf .ctf-item .ctf-tweet-content {
  margin-left: 0;
}

/* HOME ELEMENTS - LAPTOPS AND DESKTOPS (1405px)
====================================================================== */
@media only screen and (max-width: 1440px) {
  .content .home-bottom--title h2 {
    font-size: 1.4vw;
  }
}
/* HOME ELEMENTS - TABLETS IN LANDSCAPE MODE (1100px)
====================================================================== */
/* HOME ELEMENTS - TABLETS IN PORTRAIT MODE (1068px)
====================================================================== */
@media only screen and (max-width: 1068px) {
  .content .home-top--slider .swiper-slide {
    height: 39vw !important;
  }
  .content .home-top--slider .swiper-slide .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading {
    font-size: 16px;
  }
  .content .home-top--features .elementor-column-wrap .elementor-image-box-wrapper .elementor-image-box-img {
    height: 13vw !important;
  }
  .content .home-top--features .elementor-column-wrap .elementor-image-box-wrapper .elementor-image-box-img a {
    height: 13vw !important;
  }
  .content .home-top--features .elementor-column-wrap .elementor-image-box-wrapper .elementor-image-box-img a img {
    height: 100%;
    object-fit: cover;
  }
  .content .home-top--features .elementor-column-wrap .elementor-image-box-wrapper .elementor-image-box-content {
    height: 13vw !important;
  }
  .content .home-top--features .elementor-column-wrap .elementor-image-box-wrapper .elementor-image-box-content h2 a {
    height: 13vw !important;
    font-size: 17px;
  }
  .content .home-bottom.elementor-section-boxed > .elementor-container {
    width: calc(100% - 60px);
  }
  .content .home-bottom .elementor-column-wrap {
    margin: 0 10px 20px 10px;
    width: calc(100% - 20px);
  }
  .content .home-bottom .elementor-image-box-wrapper {
    max-width: 100% !important;
  }
  .content .home-bottom--features .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a img, .content .home-bottom--news .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a img {
    width: calc((100vw - 40px) / 3);
    height: calc((100vw - 40px) / 3 * 0.5625);
  }
  .content .home-bottom--features .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper, .content .home-bottom--news .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
    display: flex;
  }
  .content .home-bottom--features .elementor-widget-image-box.elementor-position-left .elementor-image-box-img, .content .home-bottom--news .elementor-widget-image-box.elementor-position-left .elementor-image-box-img {
    width: 40%;
  }
  .content .home-bottom--features .elementor-widget-image-box.elementor-position-left .elementor-image-box-img a img, .content .home-bottom--news .elementor-widget-image-box.elementor-position-left .elementor-image-box-img a img {
    min-height: 120px;
  }
  .content .home-bottom--features .elementor-widget-image-box.elementor-position-left .elementor-image-box-content h3, .content .home-bottom--news .elementor-widget-image-box.elementor-position-left .elementor-image-box-content h3 {
    font-size: 15px;
  }
  .content .home-bottom--title h2 {
    font-size: 17px;
  }
  .content .home-bottom--title h2 span {
    display: block;
  }
}
/* HOME ELEMENTS - SMARTPHONES (768px)
====================================================================== */
@media only screen and (max-width: 767px) {
  .content .home-top--slider .swiper-slide {
    height: 40vw !important;
  }
  .content .home-top--slider .swiper-slide .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading {
    margin: 0;
  }
  .content .home-top--features .elementor-column-wrap .elementor-image-box-wrapper {
    max-width: 100% !important;
    display: flex;
  }
  .content .home-top--features .elementor-column-wrap .elementor-image-box-wrapper .elementor-image-box-img {
    height: 25vw !important;
    width: 25vw !important;
  }
  .content .home-top--features .elementor-column-wrap .elementor-image-box-wrapper .elementor-image-box-img a {
    width: 100%;
  }
  .content .home-top--features .elementor-column-wrap .elementor-image-box-wrapper .elementor-image-box-img a img {
    height: 25vw;
    object-fit: cover;
  }
  .content .home-top--features .elementor-column-wrap .elementor-image-box-wrapper .elementor-image-box-content {
    width: 75vw !important;
    height: 25vw !important;
  }
  .content .home-top--features .elementor-column-wrap .elementor-image-box-wrapper .elementor-image-box-content h2 a {
    height: 25vw !important;
    font-size: 22px;
    padding: 0 2.4vw;
    text-align: left;
  }
  .content .home-bottom {
    padding: 35px 0;
  }
  .content .home-bottom .elementor-column-wrap {
    margin: 0 10px 20px 10px;
    width: calc(100% - 20px);
  }
  .content .home-bottom--features .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a img, .content .home-bottom--news .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a img {
    width: calc(100vw - 40px);
    height: calc((100vw - 40px) * 0.5625);
  }
  .content .home-bottom--features .elementor-widget-image-box.elementor-position-left .elementor-image-box-img, .content .home-bottom--news .elementor-widget-image-box.elementor-position-left .elementor-image-box-img {
    width: 25%;
  }
  .content .home-bottom--features .elementor-widget-image-box.elementor-position-left .elementor-image-box-img a img, .content .home-bottom--news .elementor-widget-image-box.elementor-position-left .elementor-image-box-img a img {
    min-height: 145px;
  }
  .content .home-bottom--features .elementor-widget-image-box.elementor-position-left .elementor-image-box-content h3, .content .home-bottom--news .elementor-widget-image-box.elementor-position-left .elementor-image-box-content h3 {
    font-size: 17px;
  }
  .content .home-bottom--title h2 span {
    display: inline;
  }
}
.content .elementor-swiper-button.elementor-swiper-button-prev:focus i,
.content .elementor-swiper-button.elementor-swiper-button-next:focus i {
  color: #80bc00;
}

/* FOOTER ELEMENTS - SMARTPHONES IN PORTRAIT MODE (480-768px)
====================================================================== */
@media only screen and (max-width: 550px) {
  .content .home-top--slider .swiper-slide {
    height: 65vw !important;
  }
  .content .home-top--features .elementor-column-wrap .elementor-image-box-wrapper .elementor-image-box-content h2 a {
    font-size: 18px;
  }
}
/**
*
* CONTENT STYLES
* @package cha
*
**/
main #main-content,
#ms-main #main-content {
  display: flex;
  min-height: 60vh;
  background: #ffffff;
  padding-top: 154px;
}
main #main-content .sidebar,
#ms-main #main-content .sidebar {
  position: relative;
  width: 20%;
  min-height: 60vh;
  min-width: 260px;
}
main #main-content .sidebar .image,
#ms-main #main-content .sidebar .image {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 20%;
  min-width: 260px;
  background: url(../img/sidebar-background.jpg) top center no-repeat;
  background-size: cover;
  z-index: 1;
}
main #main-content .sidebar .menu,
#ms-main #main-content .sidebar .menu {
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  position: relative;
  z-index: 3;
}
main #main-content .sidebar .menu ul,
#ms-main #main-content .sidebar .menu ul {
  padding: 75px 30px 60px 30px;
  list-style: none;
}
main #main-content .sidebar .menu ul li,
#ms-main #main-content .sidebar .menu ul li {
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.9375em;
  line-height: 1.2;
  margin: 0px 0px 15px 0px;
}
main #main-content .sidebar .menu ul li a,
#ms-main #main-content .sidebar .menu ul li a {
  color: #fff;
  transition: color 0.3s ease-out;
}
main #main-content .sidebar .menu ul li a:hover,
#ms-main #main-content .sidebar .menu ul li a:hover {
  color: #00a7e1;
  text-decoration: none;
}
main #main-content .sidebar .menu ul li.current_page_item > a,
#ms-main #main-content .sidebar .menu ul li.current_page_item > a {
  color: #00a7e1;
}
main #main-content .sidebar .menu ul li ul,
#ms-main #main-content .sidebar .menu ul li ul {
  padding: 10px 20px 0px 20px;
}
main #main-content .sidebar .menu ul li ul li.current_page_ancestor a,
#ms-main #main-content .sidebar .menu ul li ul li.current_page_ancestor a {
  color: #00a7e1;
}
main #main-content .sidebar.single-post li.page-item-221 a,
#ms-main #main-content .sidebar.single-post li.page-item-221 a {
  color: #00a7e1;
}
main #main-content .content,
#ms-main #main-content .content {
  width: 80%;
  max-width: calc(100% - 260px);
}
main #main-content .content.full-width,
#ms-main #main-content .content.full-width {
  width: 100%;
  max-width: 100%;
}
main #main-content .content .elementor-toggle .elementor-tab-title,
#ms-main #main-content .content .elementor-toggle .elementor-tab-title {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 19px;
  border-top: 0;
  border-right: 1px solid #eeefef;
  border-bottom: 1px solid #eeefef;
  border-left: 1px solid #eeefef;
  transition: all 0.3s ease-out;
}
main #main-content .content .elementor-toggle .elementor-tab-title.elementor-active,
#ms-main #main-content .content .elementor-toggle .elementor-tab-title.elementor-active {
  background: #004987;
  color: #ffffff;
}
main #main-content .content .elementor-toggle .elementor-tab-title .elementor-toggle-icon,
#ms-main #main-content .content .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
  margin-right: 10px;
  margin-top: 2px;
  font-size: 16px;
}
main #main-content .content .elementor-toggle .elementor-tab-content,
#ms-main #main-content .content .elementor-toggle .elementor-tab-content {
  padding: 25px;
  border-top: 0;
  border-right: 1px solid #eeefef;
  border-bottom: 1px solid #eeefef;
  border-left: 1px solid #eeefef;
}
main #main-content .content .elementor-toggle .elementor-toggle-item:first-child .elementor-tab-title,
#ms-main #main-content .content .elementor-toggle .elementor-toggle-item:first-child .elementor-tab-title {
  border-top: 1px solid #eeefef;
}
main #main-content .content .elementor-widget-tabs .elementor-tabs-wrapper,
#ms-main #main-content .content .elementor-widget-tabs .elementor-tabs-wrapper {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
main #main-content .content .elementor-widget-testimonial .elementor-widget-container,
#ms-main #main-content .content .elementor-widget-testimonial .elementor-widget-container {
  background: #eeefef;
  padding: 35px 25px 25px 25px;
}
main #main-content .content .elementor-widget-testimonial .elementor-widget-container::before,
#ms-main #main-content .content .elementor-widget-testimonial .elementor-widget-container::before {
  content: "”";
  font-family: "Noto Serif", Georgia, serif;
  font-size: 20px;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  display: block;
  position: absolute;
  left: calc(50% - 20px);
  top: -20px;
  width: 40px;
  height: 40px;
  padding: 8px 0 0 0;
  border-radius: 50%;
  background: #004987;
  color: #ffffff;
  overflow: hidden;
}
main #main-content .content .elementor-widget-testimonial .elementor-widget-container .elementor-testimonial-content,
#ms-main #main-content .content .elementor-widget-testimonial .elementor-widget-container .elementor-testimonial-content {
  font-size: 18px;
  line-height: 1.7;
}
main #main-content .content .elementor-widget-testimonial .elementor-widget-container .elementor-testimonial-name,
#ms-main #main-content .content .elementor-widget-testimonial .elementor-widget-container .elementor-testimonial-name {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: 700;
  color: #004987;
}
main #main-content .content .elementor-widget-testimonial .elementor-widget-container .elementor-testimonial-job,
#ms-main #main-content .content .elementor-widget-testimonial .elementor-widget-container .elementor-testimonial-job {
  font-size: 15px;
  line-height: 1.2;
  color: #004987;
}
main #main-content .content .elementor-cta--skin-classic .elementor-cta:hover .elementor-cta__bg,
#ms-main #main-content .content .elementor-cta--skin-classic .elementor-cta:hover .elementor-cta__bg {
  transform: none;
}
main #main-content .content .elementor-cta--skin-classic .elementor-cta:hover .elementor-cta__bg-overlay,
#ms-main #main-content .content .elementor-cta--skin-classic .elementor-cta:hover .elementor-cta__bg-overlay {
  background-color: rgba(0, 0, 0, 0) !important;
}
main #main-content .content .elementor-cta--skin-classic .elementor-cta__content,
#ms-main #main-content .content .elementor-cta--skin-classic .elementor-cta__content {
  background: none;
  padding: 20px 0;
}
main #main-content .content .elementor-cta--skin-classic .elementor-cta__content h2,
#ms-main #main-content .content .elementor-cta--skin-classic .elementor-cta__content h2 {
  color: #004987;
  margin-bottom: 10px;
}
main #main-content .content .elementor-cta--skin-classic .elementor-cta__content h3.elementor-cta__title,
#ms-main #main-content .content .elementor-cta--skin-classic .elementor-cta__content h3.elementor-cta__title {
  font-size: 20px;
  color: #004987 !important;
  margin-bottom: 5px !important;
}
main #main-content .content .elementor-cta--skin-classic .elementor-cta__content .elementor-cta__button-wrapper a,
#ms-main #main-content .content .elementor-cta--skin-classic .elementor-cta__content .elementor-cta__button-wrapper a {
  color: #004987;
  border-color: #004987;
}
main #main-content .content .elementor-widget-posts .elementor-post-date,
#ms-main #main-content .content .elementor-widget-posts .elementor-post-date {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #56555a;
}
main #main-content .content .elementor-widget-posts .elementor-post__excerpt p,
#ms-main #main-content .content .elementor-widget-posts .elementor-post__excerpt p {
  font-size: 16px;
  line-height: 1.7;
}
main #main-content .content .elementor-widget-posts .elementor-post__read-more,
#ms-main #main-content .content .elementor-widget-posts .elementor-post__read-more {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #00a7e1;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
main #main-content .content .elementor-widget-posts .elementor-post__text,
#ms-main #main-content .content .elementor-widget-posts .elementor-post__text {
  padding-bottom: 25px;
}
main #main-content .content .elementor-widget-posts .elementor-pagination,
#ms-main #main-content .content .elementor-widget-posts .elementor-pagination {
  margin-top: 30px;
}
main #main-content .content .nomination-form iframe,
#ms-main #main-content .content .nomination-form iframe {
  width: 100%;
  min-height: 1000px;
}
main #main-content .content .advice-video .elementor-blockquote,
#ms-main #main-content .content .advice-video .elementor-blockquote {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding-top: 20px;
}
main #main-content .content .advice-video .elementor-blockquote::before,
#ms-main #main-content .content .advice-video .elementor-blockquote::before {
  display: block;
  position: absolute;
  top: -10px;
  left: calc(50% - 20px);
  font-size: 45px;
  text-align: center;
  padding-top: 4px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
main #main-content .content .advice-video .elementor-blockquote p,
#ms-main #main-content .content .advice-video .elementor-blockquote p {
  color: #ffffff;
}
main #main-content .content .advice-video .elementor-blockquote footer,
#ms-main #main-content .content .advice-video .elementor-blockquote footer {
  background: none;
  border: none;
  color: #ffffff;
}
main #main-content .content .advice-video .elementor-blockquote footer .elementor-blockquote__author,
#ms-main #main-content .content .advice-video .elementor-blockquote footer .elementor-blockquote__author {
  color: #ffffff;
  font-weight: 400;
}
main #main-content .content .elementor-widget-image .widget-image-caption,
#ms-main #main-content .content .elementor-widget-image .widget-image-caption {
  padding-top: 15px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}
main #main-content .content .home-bottom.broadband,
#ms-main #main-content .content .home-bottom.broadband {
  padding: 5% 0;
}
main #main-content .content .home-bottom.broadband.elementor-section-boxed > .elementor-container,
#ms-main #main-content .content .home-bottom.broadband.elementor-section-boxed > .elementor-container {
  width: 80%;
}
main #main-content .content .home-bottom.broadband .elementor-column-wrap,
#ms-main #main-content .content .home-bottom.broadband .elementor-column-wrap {
  padding: 0 !important;
  margin: 0 20px 20px 20px;
  width: calc(100% - 40px);
}
main #main-content .content .home-bottom.broadband .elementor-column-wrap .elementor-widget-image-box,
#ms-main #main-content .content .home-bottom.broadband .elementor-column-wrap .elementor-widget-image-box {
  margin: 0 0 4px 0;
  background: #ffffff;
}
main #main-content .content .home-bottom.broadband .home-bottom--news .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a img,
main #main-content .content .home-bottom.broadband .home-bottom--features .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a img,
#ms-main #main-content .content .home-bottom.broadband .home-bottom--news .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a img,
#ms-main #main-content .content .home-bottom.broadband .home-bottom--features .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a img {
  width: calc((64vw - 40px) / 2);
  height: calc((64vw - 40px) / 2 * 0.5625);
}

.single-post .sidebar ul li.current_page_parent > a {
  color: #80bc00;
}

.single-careers .sidebar ul li.page-item-239 > a {
  color: #80bc00;
}

.individual-hospital .sidebar ul li.page-item-149 > a {
  color: #80bc00;
}

.individual-associate .sidebar ul li.page-item-233 > a {
  color: #80bc00;
}

.posts-wrap {
  padding: 40px 0px 0px 0px;
}

.post {
  padding: 0px 0px 30px 0px;
  margin: 0px 0px 30px 0px;
  border-bottom: 1px solid #eeefef;
}

.apply {
  margin: 0px 0px 0px 10px;
}

.history h2 {
  color: #80bc00;
}

.career-features .et_pb_main_blurb_image {
  margin-bottom: 15px;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
}

.career-features .et_pb_main_blurb_image a {
  display: block;
}

.career-features .et_pb_main_blurb_image img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.report-card-top--pdf {
  display: flex;
  justify-content: center;
  margin: 5px;
  width: 250px;
}

.report-card-bottom--div {
  padding: 20px;
  border: 2px solid #005b94;
  border-radius: 3px;
  padding: 14px 24px 12px 24px;
  margin-bottom: 1%;
}

body .cff-date {
  color: #56555a !important;
}

/* LAPTOPS AND DESKTOPS (1405px and 1100px)
====================================================================== */
@media only screen and (max-width: 1405px) {
  main #main-content,
  #ms-main #main-content {
    padding-top: 144px;
  }
}
/* TABLETS IN PORTRAIT MODE (1068px)
====================================================================== */
@media only screen and (max-width: 1068px) {
  main #main-content,
  #ms-main #main-content {
    padding-top: 0;
  }
  main #main-content .sidebar,
  #ms-main #main-content .sidebar {
    display: none;
  }
  main #main-content .content,
  #ms-main #main-content .content {
    width: 100%;
    max-width: 100%;
  }
  main #main-content .content .home-bottom.broadband .home-bottom--news .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a img,
  main #main-content .content .home-bottom.broadband .home-bottom--features .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a img,
  #ms-main #main-content .content .home-bottom.broadband .home-bottom--news .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a img,
  #ms-main #main-content .content .home-bottom.broadband .home-bottom--features .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a img {
    width: calc((80vw - 40px) / 2);
    height: calc((80vw - 40px) / 2 * 0.5625);
  }
}
/* SMARTPHONES (768px)
====================================================================== */
@media only screen and (max-width: 768px) {
  main #main-content .content .elementor-toggle .elementor-tab-title,
  #ms-main #main-content .content .elementor-toggle .elementor-tab-title {
    font-size: 17px;
  }
  main #main-content .content .elementor-image-box-wrapper,
  #ms-main #main-content .content .elementor-image-box-wrapper {
    max-width: 360px;
    margin: 0 auto;
  }
  main #main-content .content .elementor-widget-testimonial,
  #ms-main #main-content .content .elementor-widget-testimonial {
    margin-top: 30px;
  }
  main #main-content .content .home-bottom.broadband,
  #ms-main #main-content .content .home-bottom.broadband {
    padding: 35px 0;
  }
  main #main-content .content .home-bottom.broadband .home-bottom--news .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a img,
  main #main-content .content .home-bottom.broadband .home-bottom--features .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a img,
  #ms-main #main-content .content .home-bottom.broadband .home-bottom--news .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a img,
  #ms-main #main-content .content .home-bottom.broadband .home-bottom--features .elementor-widget-image-box.elementor-position-top .elementor-image-box-img a img {
    width: 80vw;
    height: 45vw;
  }
}
/* CONTENT ELEMENTS - SMARTPHONES IN PORTRAIT MODE (0-479px)
====================================================================== */
/* CONTENT ELEMENTS - SMARTPHONES IN LANDSCAPE MODE (480-768px)
====================================================================== */
/**
*
* MAT STYLES
* @package cha
*
**/
main#mat .content h1,
main#mat .content h2,
main#mat .content h3,
main#mat .content h4,
main#mat .content h5,
main#mat .content h6 {
  color: #582c5f;
}
main#mat .content .elementor-text-editor a {
  color: #582c5f;
  text-decoration: underline;
}
main#mat .content ol > li::before {
  color: #582c5f;
}
main#mat .content .elementor-button,
main#mat .content .elementor-button-link,
main#mat .content .elementor-button-link:visited {
  border: 2px solid #582c5f;
  color: #582c5f;
}
main#mat .content .elementor-button::after,
main#mat .content .elementor-button-link::after,
main#mat .content .elementor-button-link:visited::after {
  background: #582c5f;
}
main#mat .content .diagram-title {
  margin-bottom: -25px !important;
  z-index: 4;
  text-align: center;
}
main#mat .content .diagram-title h2 {
  color: #ffffff !important;
  display: inline-block;
  padding: 12px 20px !important;
  background: #004987;
}
main#mat .content .txgps-locator {
  width: 100% !important;
  height: 40vw !important;
  z-index: 1;
}

/* LAPTOPS AND DESKTOPS (1405px and 1100px)
====================================================================== */
/* TABLETS IN PORTRAIT MODE (1068px)
====================================================================== */
@media only screen and (max-width: 1068px) {
  main#mat .content .txgps-locator {
    height: 60vw !important;
  }
}
/* SMARTPHONES (768px)
====================================================================== */
@media only screen and (max-width: 767px) {
  main#mat .content .txgps-locator {
    height: 100vw !important;
  }
}
/* SMARTPHONES IN PORTRAIT MODE (550px)
====================================================================== */
/**
*
* DIRECTORY STYLES
* @package cha
*
**/
.content #hospitals {
  width: 100%;
}
.content #hospitals th {
  color: #fff;
  font-weight: normal;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1em;
  cursor: pointer;
  padding: 8px 20px 8px 8px;
  text-align: left;
}
.content #hospitals th.tablesorter-headerUnSorted {
  background: #007580 url(../img/icon-unsorted.svg) right center no-repeat;
  background-size: 16px 16px;
}
.content #hospitals th.tablesorter-headerAsc {
  background: #007580 url(../img/icon-sorted-asc.svg) right center no-repeat;
  background-size: 16px 16px;
}
.content #hospitals th.tablesorter-headerDesc {
  background: #007580 url(../img/icon-sorted-desc.svg) right center no-repeat;
  background-size: 16px 16px;
}
.content #hospitals th:nth-child(1) {
  width: 40%;
}
.content #hospitals td {
  padding: 8px;
  width: 20%;
}
.content #hospitals td:nth-child(1) {
  width: 40%;
}
.content #hospitals td.premiere {
  font-weight: 700;
}
.content #hospitals tr:nth-child(even) {
  background: #eeefef;
}
.content #map-canvas {
  width: 100%;
  min-height: 40vw;
  margin-top: 4%;
}
.content .individual-title {
  padding-bottom: 30px;
}
.content p.member-label {
  margin-bottom: 0px;
  font-size: 0.875em;
  line-height: 1.3;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #004987;
  text-transform: uppercase;
}
.content p.word-wrap {
  word-break: break-all;
}
.content #single-map-canvas {
  width: 100%;
  min-height: 30vw;
}

#map-canvas .gm-style-iw-chr {
  position: absolute;
  top: 6px;
  right: 6px;
}
#map-canvas .gm-style-iw-c {
  padding: 0 !important;
}
#map-canvas .gm-style-iw-d {
  padding: 0 !important;
  overflow: hidden !important;
}
#map-canvas .gm-style-iw-ch {
  display: none !important;
  padding-top: 0 !important;
}
#map-canvas .gm-ui-hover-effect {
  width: 30px !important;
  height: 30px !important;
  background: #eeefef !important;
  border-radius: 15px !important;
  opacity: 1 !important;
  transition: all 0.3s ease-out !important;
}
#map-canvas .gm-ui-hover-effect span {
  width: 18px !important;
  height: 18px !important;
  padding: 0 !important;
  margin: 6px !important;
}
#map-canvas .gm-ui-hover-effect:hover {
  background: #cccccc !important;
}
#map-canvas .cha-map-marker-window {
  max-width: 240px;
  padding: 15px;
  margin: 0;
}
#map-canvas .cha-map-marker-window a {
  display: block;
}
#map-canvas .cha-map-marker-window .image {
  background: linear-gradient(90deg, #eeefef 0%, #cccccc 50%, #eeefef 100%);
  background-size: 200% 100%;
  animation: pulse 2s ease-in-out infinite;
  margin-bottom: 8px;
}
#map-canvas .cha-map-marker-window img {
  max-width: 100%;
  width: 240px;
  height: 130px;
  object-fit: cover;
  vertical-align: top;
}
#map-canvas .cha-map-marker-window h2 {
  font-size: 17px;
  font-weight: 700;
}
#map-canvas .cha-map-marker-window h2.no-image {
  padding-right: 32px;
}

.gm-ui-hover-effect img {
  width: 20px !important; /* Adjust the desired width */
  height: 20px !important; /* Adjust the desired height */
}

/* LAPTOPS AND DESKTOPS (1405px and 1100px)
====================================================================== */
/* TABLETS IN PORTRAIT MODE (1068px)
====================================================================== */
@media only screen and (max-width: 1068px) {
  .content #map-canvas {
    min-height: 60vw;
  }
}
/* SMARTPHONES (768px)
====================================================================== */
@media only screen and (max-width: 767px) {
  .content #map-canvas {
    min-height: 100vw;
  }
  .content .table-wrap {
    max-width: 85vw;
    overflow-x: scroll;
  }
  .content #single-map-canvas {
    min-height: 60vw;
  }
}
/* SMARTPHONES IN PORTRAIT MODE (550px)
====================================================================== */
/**
*
* FOOTER STYLES
* @package cha
*
**/
footer,
#ms-footer {
  position: relative;
  background: #333333;
  color: #ffffff;
  z-index: 4;
  border-top: 1px solid #fff;
  line-height: 1.7em;
  font-weight: 500;
  font-family: "Noto Serif", Georgia, serif;
}
footer .footer-top,
#ms-footer .footer-top {
  display: flex;
  padding: 30px;
}
footer .footer-top a,
#ms-footer .footer-top a {
  color: #ffffff;
}
footer .footer-top h3,
#ms-footer .footer-top h3 {
  color: #00a7e1;
  margin-bottom: 10px;
}
footer .footer-top nav,
#ms-footer .footer-top nav {
  width: 30%;
  margin-right: 3%;
}
footer .footer-top nav .social,
#ms-footer .footer-top nav .social {
  display: block;
  padding: 0px 0px 15px 0px;
  display: flex;
  align-items: flex-start;
}
footer .footer-top nav .social a,
#ms-footer .footer-top nav .social a {
  display: block;
  margin: 0px 6px 0px 0px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #a8adb0;
  transition: all 0.3s ease-out;
}
footer .footer-top nav .social a.twitter,
#ms-footer .footer-top nav .social a.twitter {
  background: #00a7e1 url(../img/icon-twitter.svg) center no-repeat;
  background-size: 30px 30px;
}
footer .footer-top nav .social a.twitter:hover,
#ms-footer .footer-top nav .social a.twitter:hover {
  background: #80bc00 url(../img/icon-twitter.svg) center no-repeat;
  background-size: 30px 30px;
}
footer .footer-top nav .social a.linkedin,
#ms-footer .footer-top nav .social a.linkedin {
  background: #00a7e1 url(../img/icon-linkedin.svg) center no-repeat;
  background-size: 30px 30px;
}
footer .footer-top nav .social a.linkedin:hover,
#ms-footer .footer-top nav .social a.linkedin:hover {
  background: #80bc00 url(../img/icon-linkedin.svg) center no-repeat;
  background-size: 30px 30px;
}
footer .footer-top .contact,
#ms-footer .footer-top .contact {
  width: 30%;
  margin-right: 3%;
}
footer .footer-top .footer-top .subscribe,
#ms-footer .footer-top .footer-top .subscribe {
  float: left;
  width: 48%;
  margin-right: 2%;
}
footer .footer-top .footer-top .subscribe form,
#ms-footer .footer-top .footer-top .subscribe form {
  margin: 10px 0px 0px 0px;
  background: #fff;
  border-radius: 4px;
}
footer .footer-top .footer-top .subscribe input[type=text],
#ms-footer .footer-top .footer-top .subscribe input[type=text] {
  float: left;
  width: 70%;
  margin: 0px;
  padding: 10px 15px;
  border: none;
  vertical-align: middle;
  font-size: 1em;
  background: none;
}
footer .footer-top .footer-top .subscribe input[type=text]:focus,
#ms-footer .footer-top .footer-top .subscribe input[type=text]:focus {
  border: none;
}
footer .footer-top .footer-top .subscribe input[type=submit],
#ms-footer .footer-top .footer-top .subscribe input[type=submit] {
  float: right;
  border-radius: 0px 4px 4px 0px;
  margin: 0px;
  padding: 11px 15px;
  background: #cbced0;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
}
footer .footer-bottom,
#ms-footer .footer-bottom {
  background: #56555a;
  color: #cccccc;
  padding: 12px 30px;
  font-size: 0.875em;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
footer ul,
#ms-footer ul {
  list-style: none;
}

/* FOOTER ELEMENTS - LAPTOPS AND DESKTOPS (1405px)
====================================================================== */
/* FOOTER ELEMENTS - TABLETS IN LANDSCAPE MODE (1100px)
====================================================================== */
/* FOOTER ELEMENTS - TABLETS IN PORTRAIT MODE (1068px)
====================================================================== */
@media only screen and (max-width: 1068px) {
  footer .footer-top,
  #ms-footer .footer-top {
    flex-wrap: wrap;
  }
  footer .footer-top nav,
  #ms-footer .footer-top nav {
    width: 48%;
    margin-right: 2%;
    padding: 0px 0px 20px 0px;
  }
  footer .footer-top .contact,
  #ms-footer .footer-top .contact {
    width: 48%;
    margin-right: 2%;
    margin: 0;
  }
}
/* FOOTER ELEMENTS - SMARTPHONES (768px)
====================================================================== */
@media only screen and (max-width: 768px) {
  footer .footer-top nav,
  #ms-footers .footer-top nav {
    width: 100%;
    margin: 0;
    padding: 0px 0px 20px 0px;
    text-align: center;
  }
  footer .footer-top nav .social,
  #ms-footers .footer-top nav .social {
    justify-content: center;
  }
  footer .footer-top .contact,
  #ms-footers .footer-top .contact {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  footer .footer-bottom,
  #ms-footers .footer-bottom {
    text-align: center;
  }
}
/* FOOTER ELEMENTS - SMARTPHONES IN PORTRAIT MODE (480-768px)
====================================================================== */
/* Fonts
================================================================================ */
/* Animations
================================================================================ */
@keyframes paragraph-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    height: auto;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    height: auto;
    transform: translateY(0);
  }
}
/* Container
================================================================================ */
.patient-process {
  height: 700px;
  background: #582c5f;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

/* Columns
================================================================================ */
.patient-process--column {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  transition: all ease-out 0.3s;
}

.patient-process.active .patient-process--column {
  width: 0;
  opacity: 0;
}

.patient-process.active .patient-process--column.column-active {
  width: 100%;
  opacity: 1;
}

.patient-process--column:nth-of-type(1) {
  background: #826187;
}

.patient-process--column:nth-of-type(2) {
  background: #79567f;
}

.patient-process--column:nth-of-type(3) {
  background: #714c77;
}

.patient-process--column:nth-of-type(4) {
  background: #69416f;
}

.patient-process--column:nth-of-type(5) {
  background: #603767;
}

/* Blocks
================================================================================ */
.patient-process--block {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-top: 15px;
  overflow: hidden;
}

.patient-process--block.block-active {
  cursor: default;
  padding: 0;
}

.column-active .patient-process--block.split,
.column-active .patient-process--block.split.top,
.column-active .patient-process--block.split.botom {
  height: 0;
  padding: 0;
}

.column-active .patient-process--block.split.block-active {
  height: 100%;
}

.patient-process--block.split {
  height: 38%;
  transition: height ease-out 0.3s;
}

.patient-process--block.split.top,
.patient-process--block.split.bottom {
  height: 31%;
}

.patient-process--block.split.top {
  padding-top: 40px;
}

.patient-process--block.split.bottom {
  padding-bottom: 20px;
}

.patient-process--block.empty {
  cursor: default;
}

/* Block Arrows
================================================================================ */
.patient-process--block-arrow {
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  left: -20px;
  width: 40px;
  height: 40px;
  opacity: 0.5;
  z-index: 4;
  transition: all ease-out 0.3s;
  background: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 30px 18px;
  background-position: center;
}

.patient-process--block-arrow.top {
  top: 15%;
}

.patient-process--block-arrow.bottom {
  top: 85%;
}

.patient-process--block-arrow.up {
  transform: rotate(-30deg);
  top: calc(30% - 20px);
}

.patient-process--block-arrow.down {
  transform: rotate(30deg);
  top: calc(70% - 20px);
}

.column-active .patient-process--block-arrow {
  opacity: 0;
}

/* Block Contents
================================================================================ */
.patient-process--content {
  width: 100%;
  text-align: center;
}

/* Icon
======================================== */
.patient-process--content svg {
  width: 80%;
  max-width: 110px;
  height: auto !important;
  max-height: 70px;
  position: relative;
  transition: all ease-out 0.3s;
  z-index: 3;
}

.patient-process--block:hover .patient-process--content svg {
  transform: translateY(-5px);
}

.patient-process--content svg path.blue {
  opacity: 0;
  transition: opacity ease-out 0.3s;
}

.patient-process--block:hover .patient-process--content svg path.blue {
  opacity: 1;
}

.patient-process--block.block-active .patient-process--content svg {
  max-width: 130px;
  max-height: 83px;
  transform: translateY(0);
}

.patient-process--block.block-active .patient-process--content svg path.blue {
  opacity: 1;
}

/* Title
======================================== */
.patient-process--content h3 {
  color: #fff !important;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin: 10px 0 0 0;
  display: block;
  padding: 0 25px;
  transition: all ease-out 0.3s;
  position: relative;
  z-index: 2;
}

.patient-process--block:hover .patient-process--content h3 {
  transform: translateY(-5px);
}

.patient-process--block.block-active .patient-process--content h3 {
  transform: translateY(0);
  font-size: 30px;
  margin-right: 15%;
  margin-left: 15%;
  margin-bottom: 15px;
}

/* Circle
======================================== */
.patient-process--content h3::before {
  content: "";
  display: block;
  position: absolute;
  background: #582c5f;
  width: 0;
  height: 0;
  left: 50%;
  top: -50px;
  z-index: -1;
  border-radius: 50%;
  transition: all ease-out 0.3s;
}

.patient-process--block:hover .patient-process--content h3::before {
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
  top: -100px;
}

.patient-process--block.block-active .patient-process--content h3::before,
.patient-process--block.block-active:hover .patient-process--content h3::before {
  width: 2000px;
  height: 2000px;
  left: calc(50% - 1000px);
  top: -1050px;
}

/* Paragraph
======================================== */
.patient-process--content p {
  padding: 0;
  color: white;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin: 0 15%;
  height: 0;
  opacity: 0;
  z-index: 5;
  position: relative;
}

.patient-process--content a {
  color: #fff !important;
  text-decoration: underline !important;
}

.patient-process--block.block-active .patient-process--content p {
  animation: paragraph-in 0.75s forwards;
  height: auto;
}

/* Read More
======================================== */
.patient-process--content .read-more {
  visibility: hidden;
  transition: all ease-out 0.3s;
  opacity: 0;
  transform: translateY(10px);
  font-family: "Montserrat", Arial, sans-serif;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all ease-out 0.3s;
}

.patient-process--content .read-more::before,
.patient-process--content .read-more::after {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  background: #582c5f;
  top: 13px;
}

.patient-process--content .read-more::before {
  left: 20px;
  right: calc(50% + 50px);
}

.patient-process--content .read-more::after {
  left: calc(50% + 50px);
  right: 20px;
}

.patient-process--block:hover .patient-process--content .read-more {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.patient-process--block.block-active .patient-process--content .read-more .patient-process--block.block-active:hover .patient-process--content .read-more {
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
}

/* Close Button
======================================== */
.patient-process--close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  background: url(../img/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  opacity: 0;
  z-index: 3;
  visibility: hidden;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

.patient-process--column.column-active .patient-process--close-button {
  opacity: 1;
  visibility: visible;
}

/* SMALL DESKTOP STYLES
================================================================================ */
@media only screen and (max-width: 1300px) {
  .patient-process--content h3 {
    font-size: 15px;
  }
  .patient-process--block-arrow.up {
    transform: rotate(-45deg);
    top: calc(35% - 20px);
  }
  .patient-process--block-arrow.down {
    transform: rotate(45deg);
    top: calc(65% - 20px);
  }
}
/* TABLET STYLES
================================================================================ */
@media only screen and (max-width: 1068px) {
  /* Container
    ======================================== */
  .patient-process {
    flex-wrap: wrap;
    height: auto;
    margin-top: 25px;
  }
  /* Columns
    ======================================== */
  .patient-process--column {
    width: 100%;
  }
  .patient-process.active .patient-process--column {
    width: 100%;
    opacity: 1;
  }
  /* Blocks
    ======================================== */
  .patient-process--block,
  .patient-process--block.split.top,
  .patient-process--block.split.bottom {
    padding: 45px 0 30px 0;
  }
  .patient-process--block.split {
    height: auto;
    width: 33.33%;
    align-items: flex-start;
  }
  .patient-process--block.split.top,
  .patient-process--block.split.bottom {
    height: auto;
  }
  .patient-process--block.block-active {
    padding: 45px 0 30px 0;
  }
  .column-active .patient-process--block.split,
  .column-active .patient-process--block.split.top,
  .column-active .patient-process--block.split.botom {
    height: auto;
    width: 0;
  }
  .column-active .patient-process--block.split.block-active {
    padding: 45px 0 30px 0;
    width: 100%;
  }
  /* Block Arrows
    ======================================== */
  .patient-process--block-arrow {
    top: -20px;
    left: calc(50% - 20px);
    transform: rotate(90deg);
  }
  .patient-process--block-arrow.top {
    top: -20px;
    left: calc(16.5% - 20px);
  }
  .patient-process--block-arrow.bottom {
    top: -20px;
    left: calc(83.5% - 20px);
  }
  .patient-process--block-arrow.up {
    top: -20px;
    left: calc(27% - 20px);
    transform: rotate(130deg);
  }
  .patient-process--block-arrow.down {
    top: -20px;
    left: calc(73% - 20px);
    transform: rotate(40deg);
  }
  /* Title
    ======================================== */
  .patient-process--content h3 {
    font-size: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .patient-process--block.block-active .patient-process--content h3 {
    font-size: 22px;
  }
  /* Paragraph
    ======================================== */
  .patient-process--content p {
    font-size: 16px;
  }
  /* Read More
    ======================================== */
  .patient-process--content .read-more::before {
    right: calc(50% + 50px);
    left: auto;
    width: 30px;
  }
  .patient-process--content .read-more::after {
    left: calc(50% + 50px);
    right: auto;
    width: 30px;
  }
}
/* MOBILE STYLES
================================================================================ */
@media only screen and (max-width: 768px) {
  /* Container
    ======================================== */
  .patient-process {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  /* Title
    ======================================== */
  .patient-process--block.split .patient-process--content h3 {
    font-size: 14px;
  }
  .patient-process--block.split.block-active .patient-process--content h3 {
    font-size: 22px;
  }
}
/**
*
* SEARCH CATEGORIES
* @package cha
*
**/
.cha-search-cat--filters {
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
.cha-search-cat--filters select {
  border: 0;
  outline: 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 40px 10px 15px;
  background-color: #eeefef;
  background-image: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 15px top 50%, 0 0;
  background-size: 13px auto, 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  min-width: 200px;
  margin: 0 10px 0 0;
}
.cha-search-cat--content {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.cha-search-cat--content--loading {
  height: 240px;
  width: 100%;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 160px 160px;
}
.cha-search-cat--content--loading::after {
  content: "Loading";
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 16px;
  color: #56555a;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.cha-search-cat--content article {
  width: calc(33.33% - 30px);
  margin: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background: #ffffff;
  transition: all 0.3s ease-out;
}
.cha-search-cat--content article:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.cha-search-cat--content article:hover .cha-search-cat--image--overlay {
  transform: scale(1.05);
  opacity: 0.8;
}
.cha-search-cat--content article:hover .cha-search-cat--image--overlay.cha-attachment {
  opacity: 1;
}
.cha-search-cat--content article a {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding-bottom: 45px;
}
.cha-search-cat--content article a h4 {
  position: absolute;
  display: inline-block;
  z-index: 2;
  top: 10px;
  right: 10px;
  padding: 0 10px;
  height: 22px;
  border-radius: 11px;
  line-height: 22px;
  font-size: 11px;
  margin: 0;
  text-transform: uppercase;
  background: #00a7e1;
  color: #ffffff;
}
.cha-search-cat--content article:nth-child(5n+1) .cha-search-cat--image {
  background: #004987;
}
.cha-search-cat--content article:nth-child(5n+2) .cha-search-cat--image {
  background: #007580;
}
.cha-search-cat--content article:nth-child(5n+3) .cha-search-cat--image {
  background: #6c3175;
}
.cha-search-cat--content article:nth-child(5n+4) .cha-search-cat--image {
  background: #80bc00;
}
.cha-search-cat--content article:nth-child(5n+5) .cha-search-cat--image {
  background: #111c4e;
}
.cha-search-cat--image {
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cha-search-cat--image--overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: top center;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.cha-search-cat--image--overlay.cha-attachment {
  opacity: 0.8;
}
.cha-search-cat--excerpt {
  width: 100%;
  padding: 20px 25px 25px 25px;
}
.cha-search-cat--excerpt h3 {
  margin: 0;
}
.cha-search-cat--date {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 25px;
  border-top: 1px solid #eeefef;
}
.cha-search-cat--date p {
  font-size: 14px;
  margin: 0;
  color: #56555a;
}
.cha-search-cat--no-results {
  padding: 30px 15px;
}

/* LAPTOPS AND DESKTOPS
====================================================================== */
@media only screen and (max-width: 1300px) {
  .cha-search-cat--content article {
    width: calc(50% - 30px);
  }
}
/* TABLETS IN PORTRAIT MODE (1068px)
====================================================================== */
@media only screen and (max-width: 1068px) {
  .cha-search-cat--content article {
    width: calc(33.33% - 30px);
  }
}
@media only screen and (max-width: 960px) {
  .cha-search-cat--content article {
    width: calc(50% - 30px);
  }
}
/* SMARTPHONES (768px)
====================================================================== */
/* SMARTPHONES IN PORTRAIT MODE (550px)
====================================================================== */
@media only screen and (max-width: 550px) {
  .cha-search-cat--content article {
    width: calc(100% - 30px);
  }
  .cha-search-cat--filters select {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
/**
*
* NO-BUILDER STYLES
* @package cha
*
**/
.no-builder {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  padding-top: calc(5% + 10px);
  padding-bottom: calc(5% + 10px);
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

/* TABLETS IN PORTRAIT MODE (1068px)
====================================================================== */
/* SMARTPHONES (768px)
====================================================================== */
@media only screen and (max-width: 767px) {
  .no-builder {
    padding-top: 45px;
    padding-bottom: 90px;
    padding-left: calc(7.5% + 10px);
    padding-right: calc(7.5% + 10px);
    margin: 0 auto;
    max-width: 1024px;
  }
}