/*!
Theme Name: Falcon Care
Author: 21Digital
Author URI: https://21digital.agency
Description: Falcon Care theme
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* Our Site Breakpoints (same as twitter bootstrap) */
@font-face {
  font-family: "HelveticaNeue-Light";
  src: url("fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeue-Light.woff") format("woff"), url("fonts/HelveticaNeue-Light.ttf") format("truetype"), url("fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ArgentCFBold";
  src: url("fonts/ArgentCFBold.eot");
  src: url("fonts/ArgentCFBold.eot") format("embedded-opentype"), url("fonts/ArgentCFBold.woff2") format("woff2"), url("fonts/ArgentCFBold.woff") format("woff"), url("fonts/ArgentCFBold.ttf") format("truetype"), url("fonts/ArgentCFBold.svg#ArgentCFBold") format("svg");
}
@font-face {
  font-family: "CatamaranLight";
  src: url("fonts/CatamaranLight.eot");
  src: url("fonts/CatamaranLight.eot") format("embedded-opentype"), url("fonts/CatamaranLight.woff2") format("woff2"), url("fonts/CatamaranLight.woff") format("woff"), url("fonts/CatamaranLight.ttf") format("truetype"), url("fonts/CatamaranLight.svg#CatamaranLight") format("svg");
}
@font-face {
  font-family: "CatamaranMedium";
  src: url("fonts/CatamaranMedium.eot");
  src: url("fonts/CatamaranMedium.eot") format("embedded-opentype"), url("fonts/CatamaranMedium.woff2") format("woff2"), url("fonts/CatamaranMedium.woff") format("woff"), url("fonts/CatamaranMedium.ttf") format("truetype"), url("fonts/CatamaranMedium.svg#CatamaranMedium") format("svg");
}
p {
  font-size: 14px;
  line-height: 22px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
@media (min-width: 1200px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

.btn, .green-rounded--outlined, .green-rounded {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 10px 30px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  font-family: "CatamaranMedium";
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .btn, .green-rounded--outlined, .green-rounded {
    font-size: 13px;
  }
}
.btn:hover, .green-rounded--outlined:hover, .green-rounded:hover {
  text-decoration: none;
}

.green-rounded {
  background-color: #12A3AB;
  border: 1px solid #12A3AB;
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
}
.green-rounded:visited {
  color: #fff;
}
.green-rounded:hover {
  background-color: rgb(13.1428571429, 119.0158730159, 124.8571428571);
}

.green-rounded--outlined {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
}
.green-rounded--outlined:hover {
  background-color: #12A3AB;
  border: 1px solid #12A3AB;
}
.green-rounded--outlined:visited {
  color: #fff;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number] {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 0;
  padding-left: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0;
  border-bottom: 1px solid #12A3AB;
  color: #12A3AB;
}

textarea {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #12A3AB;
  resize: none;
  padding: 15px;
  color: #12A3AB;
}

label {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.form-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .form-row {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.frm_form_field {
  margin-bottom: 20px;
}

.row-6 {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .row-6 {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0;
  }
  .row-6:nth-of-type(2) {
    margin-right: 0;
  }
}

.row-12 {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .row-12 {
    margin-bottom: 0;
  }
}

.form-row {
  position: relative;
}

.frm_error_style {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  text-align: center;
  position: relative;
  padding: 20px 0;
  margin-bottom: 40px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 15px;
}

.frm_error {
  color: #721c24;
  position: relative;
  top: 5px;
  right: 0;
  font-size: 11px;
  margin: 5px;
}

#form_serviceenquiry .frm_required {
  color: red;
}
#form_serviceenquiry .frm_error {
  color: red;
}

.frm_message {
  display: block;
  position: relative;
  padding: 20px;
  background-color: #EAEFD2;
  border: 1px solid #DCE4B4;
}

/* Step by step form */
#form_applicationform input[type=text] {
  background-color: #fff;
  color: #12A3AB;
}
#form_applicationform select {
  width: 100%;
  border-radius: 0;
  border: 1px solid #12A3AB;
  height: 50px;
  padding-left: 10px;
}
#form_applicationform textarea {
  background-color: #fff;
  color: #12A3AB;
}

.frm_forms .frm_page_bar input {
  border-color: #12A3AB !important;
  background-color: #fff;
  color: #1A3350 !important;
}

.frm_forms .frm_rootline .frm_current_page input[type=button] {
  background-color: #12A3AB !important;
  border-color: #12A3AB !important;
  color: #fff !important;
}

.frm_rootline_title {
  color: #1A3350 !important;
  font-family: "ArgentCFBold" !important;
  margin-top: 10px;
}

.frm_forms .frm_page_bar input,
.frm_forms .frm_page_bar input:disabled {
  font-size: 14px !important;
  font-family: "ArgentCFBold" !important;
}

.vertical_radio {
  margin-bottom: 30px;
}
.vertical_radio .frm_primary_label {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
}
.vertical_radio .frm_opt_container {
  display: flex;
  width: 100%;
}
.vertical_radio .frm_opt_container .frm_radio {
  margin-right: 15px;
}
.vertical_radio .frm_opt_container label {
  margin-bottom: 0 !important;
  line-height: 20px;
}
.vertical_radio .frm_opt_container a:hover {
  text-decoration: none;
}

.frm_pos_top {
  margin-top: 40px;
}

.application-form h2 {
  font-size: 30px !important;
}
.application-form h3 {
  font-size: 26px !important;
}
.application-form input {
  background-color: #fff;
}
.application-form textarea {
  background-color: #fff;
}
.application-form .btn-container {
  text-align: center;
}
.application-form .frm_required {
  color: red;
}
.application-form .frm_error {
  color: red;
}

html {
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #333;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-image: url(./images/bg.jpg);
  background-repeat: repeat;
}
@media (min-width: 992px) {
  body {
    padding-top: 125px;
  }
}
@media (min-width: 1366px) {
  body {
    padding-top: 128px;
  }
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #333;
}

@media (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
  }
}
ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

strong {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
  font-weight: bold;
}

.c-container {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
@media (min-width: 1366px) {
  .c-container {
    padding: 0;
  }
}

.link--underline:hover {
  text-decoration: none;
}
.link--underline:hover:after {
  width: 100%;
}
.link--underline:after {
  content: "";
  display: block;
  position: relative;
  width: 15px;
  height: 1px;
  background-color: #12A3AB;
  margin-top: 5px;
  transition: all 0.3s ease;
}

.site-header {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.falcon-news {
  display: none;
}
.falcon-news a {
  color: #fff;
}
@media (min-width: 992px) {
  .falcon-news {
    display: block;
    position: relative;
    width: 100%;
    background-color: #1A3350;
    padding: 10px 20px;
  }
  .falcon-news p {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
  }
}

.header-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .header-inner {
    flex-direction: row;
  }
}

.header-content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (min-width: 992px) {
  .header-content {
    display: block;
    height: 84px;
    z-index: 50;
  }
}

.site-logo {
  display: flex;
  position: relative;
  width: 150px;
  height: 120px;
  margin: 0 auto;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 20px;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .site-logo {
    width: 130px;
    height: 100px;
    position: fixed;
    top: 64px;
    left: 40px;
    margin: 0;
    z-index: 55;
  }
}
@media (min-width: 1200px) {
  .site-logo {
    width: 190px;
    height: 150px;
  }
}

.mobile-phone {
  display: none;
}
@media (max-width: 768px) {
  .mobile-phone {
    display: block;
    background-color: #1A3350;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
  }
  .mobile-phone a {
    color: #fff;
    font-family: "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  }
  .mobile-phone a:visited {
    color: #fff;
  }
}

.mobile-msg {
  display: none;
  padding: 20px 0;
  text-align: center;
  color: #12A3AB;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
}
.mobile-msg a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #12A3AB;
}
.mobile-msg a:visited {
  color: #12A3AB;
}
.mobile-msg a:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  background-image: url("./images/mobile/covid.png");
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .mobile-msg {
    display: block;
  }
}

.page-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 0;
}

.mobile-version {
  width: 100%;
}

.menu-opened {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.menu-opened .page-overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
}

.mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  background-color: #fff;
  z-index: 300;
  transition: all 0.3s ease;
}
.mobile-menu.opened {
  left: 0;
}
.mobile-menu .mm-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu .mobile-menu--container {
  height: 100%;
  width: 100%;
  padding: 10px 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.mobile-menu .dropdown-inner {
  position: relative;
}
.mobile-menu li {
  display: block;
  position: relative;
  clear: both;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #b2d8dc;
}
.mobile-menu li a {
  text-transform: uppercase;
  padding: 10px 15px;
  display: block;
  font-family: "CatamaranMedium";
  line-height: 26px;
  color: #1A3350;
  font-size: 14px;
}
.mobile-menu li:last-of-type {
  background-color: #1A3350;
  border-bottom: 0;
}
.mobile-menu li:last-of-type a {
  color: #fff;
}
.mobile-menu .dropdown-link span {
  color: #333;
  font-size: 14px;
}
.mobile-menu .dropdown {
  position: static;
}
.mobile-menu .expand {
  width: 100%;
  color: #000;
  z-index: 5;
  height: 46px;
  line-height: 50px;
  text-align: right;
  padding: 0 0 0 15px;
  font-size: 12px;
  cursor: pointer;
  color: #000;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}
.mobile-menu .expand:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  float: right;
  line-height: 46px;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  background-image: url("./images/dropdown-arrow.png");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
}
.mobile-menu .dropdown-menu {
  clear: both;
  padding: 10px;
  float: none;
  border: none;
  visibility: visible;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100% !important;
  min-height: calc(100vh - 60px) !important;
  height: 100%;
  background: #fff !important;
  z-index: 9991;
  opacity: 1;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -moz-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-box-shadow: 0 0 0 #fff;
  -ms-transform: 0 0 0 #fff;
  -o-transform: 0 0 0 #fff;
  box-shadow: 0 0 0 #fff;
}
.mobile-menu .dropdown-menu li:last-of-type {
  background-color: #fff;
  border-bottom: 0;
}
.mobile-menu .dropdown-menu li:last-of-type a {
  color: #1A3350;
}
.mobile-menu .menu-mobile-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.mobile-menu .back-prev-menu {
  height: 46px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  background: #12A3AB;
  border-bottom: 0;
}
.mobile-menu .back-prev-menu span {
  text-align: left;
  color: #fff;
  padding-left: 0;
  font-family: "ArgentCFBold";
  font-size: 18px;
  line-height: 46px;
  text-transform: none;
}
.mobile-menu .back:before {
  float: left;
  padding-left: 0;
  content: "";
  background-image: url("./images/dropdown-back-arrow.png");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
}

.c-close {
  display: flex;
  align-items: center;
  position: absolute;
  right: -60px;
  width: 60px;
  top: 20px;
  height: 50px;
  background-color: #12A3AB;
  justify-content: center;
  color: #fff;
}
.c-close img {
  width: 100%;
  max-width: 15px;
}

@media (min-width: 992px) {
  .has-header-fixed .site-logo {
    position: fixed;
    z-index: 55;
    height: 82px;
    width: 130px;
    transition: all 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .has-header-fixed .site-logo {
    height: 85px;
  }
}
.has-header-fixed .mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.has-header-fixed .mobile-nav li a {
  font-size: 10px;
  padding: 5px 0;
}
@media (min-width: 768px) {
  .has-header-fixed .mobile-nav li a {
    font-size: 14px;
  }
}
.has-header-fixed .mobile-nav li a:before {
  display: none;
}

.menu-contact {
  display: block;
  position: relative;
  padding: 30px 20px;
}
.menu-contact .menu-contact--title {
  position: relative;
  margin-bottom: 20px;
  font-family: "ArgentCFBold";
  color: #1A3350;
  font-size: 24px;
  line-height: 24px;
}
.menu-contact .contact-tel,
.menu-contact .contact-email {
  display: inline-block;
  margin-bottom: 15px;
}
.menu-contact .contact-email {
  text-decoration: underline;
}
.menu-contact .social {
  margin-top: 15px;
}
.menu-contact .social li {
  display: inline-block;
  border: 0;
  width: 30px;
  height: 30px;
  background-color: #12A3AB;
  border-radius: 100%;
  margin-right: 8px;
}
.menu-contact .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  height: 100%;
}
.menu-contact .social li img {
  width: 100%;
  max-width: 15px;
}

#google_language_translator select.goog-te-combo {
  background-color: transparent;
  appearance: none;
  border: 0 !important;
  font-size: 11px;
  line-height: 13px;
  color: #12A3AB !important;
  text-transform: uppercase;
  font-family: "CatamaranLight" !important;
  padding: 0 !important;
  background-image: url("./images/nav-down-arrow-green.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 35px top 3px;
}
@media (min-width: 1200px) {
  #google_language_translator select.goog-te-combo {
    font-size: 14px;
    line-height: 16px;
    background-position: right 8px top 4px;
  }
}

.goog-te-gadget .goog-te-combo {
  margin: 0 !important;
}

.site-footer {
  position: relative;
  background-color: #fff;
}

.footer-inner {
  padding: 60px 30px;
}
@media (min-width: 768px) {
  .footer-inner {
    padding: 30px 30px;
  }
}
@media (min-width: 1200px) {
  .footer-inner {
    padding: 60px 0;
  }
}

.footer-cols {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-cols {
    flex-direction: row;
  }
}
.footer-cols .col-title {
  font-family: "ArgentCFBold";
  color: #1A3350;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}
.footer-cols address {
  display: block;
  position: relative;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.footer-cols a {
  display: inline-block;
  position: relative;
  width: auto;
  margin-bottom: 10px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.footer-cols a + a {
  margin-bottom: 0;
}
.footer-cols .social {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.footer-cols .social li {
  display: inline-block;
  margin-bottom: 0;
  background-color: #12A3AB;
  width: 25px;
  height: 25px;
  border-radius: 100%;
}
.footer-cols .social li:not(:last-of-type) {
  margin-right: 7px;
}
.footer-cols .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
  height: 100%;
}
.footer-cols .social li img {
  width: 12px;
  height: 12px;
}

.footer-logo {
  width: 100%;
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 120px;
}
@media (min-width: 768px) {
  .footer-logo {
    width: 10%;
    margin-bottom: 0;
    margin-right: 10%;
  }
}
@media (min-width: 1200px) {
  .footer-logo {
    width: 20%;
    padding-right: 30px;
    margin-right: 0;
  }
  .footer-logo img {
    max-width: 200px;
    width: 90%;
  }
}

.footer-links {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer-links {
    width: 35%;
    margin-right: 5%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .footer-links {
    width: 20%;
  }
}
.footer-links ul {
  width: 100%;
}
.footer-links li a {
  display: inline-flex;
  align-items: center;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.footer-links li a:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  background-image: url("./images/footer-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5px;
  margin-right: 5px;
}

.footer-contact {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer-contact {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .footer-contact {
    width: 15%;
    margin-right: 0%;
  }
}
.footer-contact .contact-tel:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  background-image: url("./images/footer-phone.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  margin-right: 5px;
}
.footer-contact .contact-email {
  text-decoration: underline;
}
.footer-contact .contact-email:hover {
  text-decoration: none;
}
.footer-contact .contact-email:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 7px;
  background-image: url("./images/footer-email.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  margin-right: 5px;
}

@media (min-width: 992px) {
  .footer-cqc {
    width: 25%;
    padding: 0 0 0 20px;
  }
}
.footer-cqc .tg-review-widget-container {
  width: 100% !important;
  padding-top: 20px !important;
}
@media (min-width: 992px) {
  .footer-cqc .tg-review-widget-container {
    padding-top: 0 !important;
  }
}

.copyright {
  display: block;
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
  text-align: center;
  padding: 20px 0;
}
.copyright p {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}
@media (min-width: 768px) {
  .copyright p {
    max-width: 100%;
  }
}
.copyright a:not(:first-of-type) {
  margin-left: 10px;
  text-decoration: underline;
}
.copyright a:hover {
  color: #12A3AB;
}

.back-to-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 60px;
  position: absolute;
  right: 30px;
  top: 60px;
  color: #12A3AB;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .back-to-top {
    top: calc(50% - 60px);
  }
}
.back-to-top:hover {
  text-decoration: none;
}
.back-to-top:hover span {
  text-decoration: none;
}
.back-to-top span {
  text-decoration: none;
  font-family: "CatamaranMedium";
}

.top-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #12A3AB;
  border-radius: 100%;
  margin-bottom: 8px;
}
.top-arrow img {
  width: 100%;
  max-width: 10px;
}

.accreditations {
  text-align: center;
  padding-bottom: 40px;
}
.accreditations h6 {
  font-family: "ArgentCFBold";
  color: #1A3350;
  font-size: 30px;
}
.accreditations ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
@media (min-width: 768px) {
  .accreditations ul {
    flex-direction: row;
  }
}
.accreditations li {
  display: inline-block;
  margin: 0 2%;
}
.accreditations img {
  width: auto;
  height: 90px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.5;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.5;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.5;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 0.9;
}

.breadcrumb {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.breadcrumb ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.breadcrumb li {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.breadcrumb li:not(:first-of-type):before {
  content: "/";
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  margin: 0 5px;
}

.error-404 {
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
.error-404 .page-header {
  text-align: center;
  margin-bottom: 30px;
}
.error-404 .page-header h1 {
  font-size: 80px;
  line-height: 80px;
  font-family: "ArgentCFBold";
  text-transform: uppercase;
  color: #1A3350;
}
@media (min-width: 1200px) {
  .error-404 .page-header h1 {
    font-size: 160px;
    line-height: 160px;
  }
}
.error-404 p {
  text-align: center;
}

.secondary-links {
  display: none;
  background-color: #fff;
  padding: 12px 40px;
}
@media (min-width: 992px) {
  .secondary-links {
    display: block;
  }
}
.secondary-links ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.secondary-links li {
  display: inline-flex;
  align-items: center;
  position: relative;
  text-transform: uppercase;
  font-size: 11px !important;
}
@media (min-width: 1200px) {
  .secondary-links li {
    font-size: 14px !important;
  }
}
.secondary-links li:not(:first-of-type) {
  margin-left: 2%;
}
.secondary-links li:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  margin-right: 5px;
}
.secondary-links li a {
  color: #12A3AB;
  font-family: "CatamaranLight";
}
.secondary-links li a:visited {
  color: #12A3AB;
}
.secondary-links li:nth-of-type(1):before {
  background-image: url("./images/language-icon.svg");
  top: -2px;
}
.secondary-links li:nth-of-type(2):before {
  background-image: url("./images/coronavirus-icon.png");
}
.secondary-links li:nth-of-type(3):before {
  background-image: url("./images/callback-icon.png");
}
.secondary-links li:nth-of-type(4):before {
  background-image: url("./images/care-icon.png");
}

.primary-nav {
  display: none;
  background-color: #12A3AB;
  width: 100%;
  padding: 0 40px;
}
@media (min-width: 992px) {
  .primary-nav {
    display: block;
  }
}
.primary-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 80%;
  margin-left: auto;
}
.primary-nav li {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 15px 0 12px 0;
}
.primary-nav li:hover {
  background-color: #fff;
}
.primary-nav li:hover a {
  color: #12A3AB !important;
}
.primary-nav li a {
  display: block;
  position: relative;
  color: #fff;
  font-family: "CatamaranLight";
  text-transform: uppercase;
  font-size: 10px;
  padding: 0 10px;
  border-left: 1px solid #fff;
}
@media (min-width: 1200px) {
  .primary-nav li a {
    font-size: 14px;
    padding: 0 15px;
  }
}
.primary-nav li a:hover {
  text-decoration: none;
}
.primary-nav li a:visited {
  color: #fff;
}
.primary-nav li:first-of-type a, .primary-nav li:last-of-type a {
  border-left: 0;
}
.primary-nav li:last-of-type {
  background-color: #1A3350;
}
.primary-nav li:last-of-type:hover {
  background-color: #fff;
}
.primary-nav li:last-of-type:hover a {
  color: #1A3350;
}
.primary-nav li:last-of-type a {
  font-family: "CatamaranLight";
}

.has-children a {
  display: block;
  position: relative;
  width: auto !important;
}
.has-children a:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  background-image: url(./images/nav-down-arrow.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  margin-left: 10px;
}
.has-children:hover a:after {
  background-image: url(./images/nav-down-arrow-green.png);
}
.has-children:hover .desktop-dropdown--menu, .has-children:hover .sub-menu {
  left: 0;
  z-index: 100;
}

.desktop-dropdown--menu, .sub-menu {
  display: block !important;
  position: absolute;
  top: 34px;
  z-index: 10;
  width: 200px !important;
  height: auto;
  background-color: #fff;
  padding: 0 10px;
  left: -9999px;
}
@media (min-width: 1200px) {
  .desktop-dropdown--menu, .sub-menu {
    top: 41px;
  }
}
.desktop-dropdown--menu li, .sub-menu li {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #b2d8dc;
}
.desktop-dropdown--menu li a, .sub-menu li a {
  border: 0;
  padding: 0;
  color: #12A3AB;
}
.desktop-dropdown--menu li a:visited, .sub-menu li a:visited {
  color: #12A3AB;
}
.desktop-dropdown--menu li a:after, .sub-menu li a:after {
  display: none;
}
.desktop-dropdown--menu li:last-of-type, .sub-menu li:last-of-type {
  background-color: transparent;
  border-bottom: 0;
}
.desktop-dropdown--menu li:last-of-type a, .sub-menu li:last-of-type a {
  color: #12A3AB;
}
.desktop-dropdown--menu li:hover a, .sub-menu li:hover a {
  color: #1A3350;
}

.mobile-nav {
  display: flex;
  width: 100%;
  background-color: #12A3AB;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33.333%;
}
.mobile-nav li:nth-of-type(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.mobile-nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  width: 100%;
  font-family: "CatamaranLight";
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.mobile-nav li a:before {
  content: "";
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.mobile-nav li a.open-nav:before {
  background-image: url("./images/mobile/menu.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.mobile-nav li a.callback:before {
  background-image: url("./images/mobile/callback.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.mobile-nav li a.visit:before {
  background-image: url("./images/mobile/home-visit.png");
  background-repeat: no-repeat;
  background-size: contain;
}

/* Homepage Components */
.homepage-hero {
  display: none;
  margin-bottom: 0 !important;
}
.homepage-hero.slick-initialized {
  display: block;
}
.homepage-hero .slick-next {
  right: 25px !important;
  background-color: #12A3AB;
  border-radius: 100%;
  z-index: 5;
  width: 30px;
  height: 30px;
  background-image: url("./images/next-arrow.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
}
.homepage-hero .slick-prev {
  left: 25px !important;
  background-color: #12A3AB;
  border-radius: 100%;
  z-index: 5;
  width: 30px;
  height: 30px;
  background-image: url("./images/prev-arrow.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
}
.homepage-hero img {
  width: 100%;
}
.homepage-hero li {
  position: relative;
}
.homepage-hero .slick-dots {
  bottom: 25px !important;
}
.homepage-hero .slick-dots li {
  margin: 0 1px;
  width: 15px;
  height: 15px;
}
.homepage-hero .slick-dots li button {
  background-color: transparent;
  border: 1px solid #12A3AB;
  border-radius: 100%;
  width: 15px;
  height: 15px;
}
.homepage-hero .slick-dots .slick-active button {
  background-color: #12A3AB;
}

.hero-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inner-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px;
  padding: 50px 30px 0 30px;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .inner-content {
    padding: 50px 80px;
  }
}
@media (min-width: 1200px) {
  .inner-content {
    padding: 0 130px;
    justify-content: center;
  }
}
.inner-content .green-rounded--outlined {
  color: #12A3AB;
  border-color: #12A3AB;
}
.inner-content .green-rounded--outlined:hover {
  color: #fff;
}

.hero-title {
  font-family: "ArgentCFBold";
  font-size: 26px;
  line-height: 36px;
  color: #1A3350;
}
@media (min-width: 1200px) {
  .hero-title {
    font-size: 50px;
    line-height: 60px;
  }
}

.hero-btns {
  display: block;
  position: relative;
  margin-top: 30px;
}
.hero-btns a:not(:last-of-type) {
  margin-bottom: 20px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .hero-btns a:not(:last-of-type) {
    margin-bottom: 0;
  }
}

/* thin hero */
.thin-hero {
  border-bottom: 3px solid #12A3AB;
}
.thin-hero img {
  width: 100%;
}

.mission-is--simple {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #1A3350;
  background-image: url(./images/falcon-care-logo-fade.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: bottom 110% right -140%;
}
.mission-is--simple .c-container {
  display: flex;
  flex-direction: column;
  padding: 60px 30px 60px 30px;
}
@media (min-width: 768px) {
  .mission-is--simple .c-container {
    flex-direction: row;
    padding: 60px 30px 80px 30px;
  }
}
@media (min-width: 1366px) {
  .mission-is--simple .c-container {
    padding: 90px 0 150px 0;
  }
}
.mission-is--simple h1 {
  font-family: "ArgentCFBold";
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .mission-is--simple h1 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 0;
  }
}
.mission-is--simple h1 span {
  color: #12A3AB;
}
.mission-is--simple:after {
  content: "";
  display: none;
  position: relative;
  width: 100%;
  height: 140px;
  background-color: #12A3AB;
}
@media (min-width: 768px) {
  .mission-is--simple:after {
    display: block;
  }
}

.heading-block,
.copy-block {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .heading-block,
  .copy-block {
    width: 50%;
  }
}

.copy-block p {
  color: #fff;
  font-size: 16px;
}
@media (min-width: 768px) {
  .copy-block p {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .copy-block p {
    font-size: 18px;
  }
}
.copy-block a {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  text-transform: uppercase;
  color: #12A3AB;
  font-family: "CatamaranLight";
  font-size: 14px;
}
@media (min-width: 1200px) {
  .copy-block a {
    font-size: 16px;
  }
}
.copy-block a:visited {
  color: #12A3AB;
}

.choosing-care {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.choosing-care .c-container {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 768px) {
  .choosing-care .c-container {
    flex-direction: row;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .choosing-care .c-container {
    padding-bottom: 0;
  }
}
.choosing-care img {
  width: 100%;
}
.choosing-care .col-l {
  width: 100%;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .choosing-care .col-l {
    width: 55%;
    margin-right: 7%;
    margin-top: -220px;
    padding-bottom: 0;
  }
}
.choosing-care .col-l h2 {
  margin: 60px 15px 30px 30px;
  font-family: "ArgentCFBold";
  font-size: 26px;
  line-height: 36px;
  color: #1A3350;
}
@media (min-width: 768px) {
  .choosing-care .col-l h2 {
    margin: 30px 15px 30px 30px;
  }
}
@media (min-width: 1200px) {
  .choosing-care .col-l h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 60px 15px 30px 30px;
  }
}
.choosing-care .col-l h2:after {
  content: "";
  display: block;
  position: relative;
  width: 40px;
  height: 1px;
  background-color: #12A3AB;
  margin-top: 10px;
}
.choosing-care .col-l p {
  padding: 0 30px;
}
.choosing-care .col-l a {
  display: inline-block;
  position: relative;
  font-family: "CatamaranLight";
  margin-top: 30px;
  font-size: 14px;
  color: #12A3AB;
  text-transform: uppercase;
  margin-left: 30px;
}
@media (min-width: 1200px) {
  .choosing-care .col-l a {
    font-size: 16px;
  }
}
.choosing-care .col-l a:visited {
  color: #12A3AB;
}
.choosing-care .col-r {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .choosing-care .col-r {
    width: 60%;
    margin-top: -75px;
    z-index: 10;
  }
}
.choosing-care .col-r blockquote {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 90px 40px 40px 40px;
  background: rgb(77, 161, 169);
  background: linear-gradient(0deg, rgb(77, 161, 169) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 1200px) {
  .choosing-care .col-r blockquote {
    padding: 90px 60px;
  }
}
.choosing-care .col-r blockquote p {
  position: relative;
  font-family: "ArgentCFBold";
  font-size: 26px;
  line-height: 36px;
  color: #fff;
}
@media (min-width: 768px) {
  .choosing-care .col-r blockquote p {
    max-width: 90%;
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .choosing-care .col-r blockquote p {
    max-width: 95%;
    font-size: 32px;
    line-height: 42px;
  }
}
.choosing-care .col-r blockquote p:before {
  content: "";
  display: block;
  position: absolute;
  top: -70px;
  left: -15px;
  width: 90px;
  height: 70px;
  background-image: url("./images/quotation-1.png");
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: center;
  margin-bottom: 20px;
}
.choosing-care .col-r blockquote p:after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  bottom: -20px;
  width: 50px;
  height: 40px;
  background-image: url("./images/quotation-2.png");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
}
@media (min-width: 1200px) {
  .choosing-care .col-r blockquote p:after {
    right: 10px;
    bottom: -20px;
  }
}

.here-for--you {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-image: url("./images/image-3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.here-for--you:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .here-for--you {
    margin-top: -40px;
  }
}
.here-for--you .c-container {
  padding: 80px 0 80px 0;
}
@media (min-width: 1200px) {
  .here-for--you .c-container {
    padding: 110px 0 150px 0;
  }
}
.here-for--you h3 {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "ArgentCFBold";
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .here-for--you h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.here-for--you h3:before {
  content: "";
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  background-image: url("./images/logo-icon.png");
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center;
}
.here-for--you h3:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  left: calc(50% - 25px);
  height: 1px;
  background-color: #fff;
  margin-top: 20px;
}
.here-for--you p {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .here-for--you p {
    max-width: 60%;
  }
}
.here-for--you .btn-container {
  margin-top: 60px;
  text-align: center;
}
.here-for--you .btn-container a:not(:last-of-type) {
  margin-right: 20px;
}

.our-services {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.services .our-services {
  background-color: transparent;
}
.our-services .c-container {
  padding: 60px 0 30px 0;
}
@media (min-width: 1200px) {
  .our-services .c-container {
    padding: 90px 0 100px 0;
  }
}
.our-services h1, .our-services h3 {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "ArgentCFBold";
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
  color: #1A3350;
}
@media (min-width: 1200px) {
  .our-services h1, .our-services h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.our-services h1:before, .our-services h3:before {
  content: "";
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  background-image: url(./images/logo-icon-2.png);
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center;
}
.services .our-services h1:before, .services .our-services h3:before {
  display: none;
}
.our-services h1:after, .our-services h3:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  left: calc(50% - 25px);
  height: 1px;
  background-color: #1A3350;
  margin-top: 20px;
}
.our-services p {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .our-services p {
    max-width: 80%;
  }
}
.our-services ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .our-services ul {
    margin-top: 90px;
  }
}
.our-services li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.our-services li:nth-of-type(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .our-services li {
    width: 23%;
    margin-right: 2%;
  }
  .our-services li:nth-of-type(2n) {
    margin-right: 2%;
  }
  .our-services li:nth-of-type(4n) {
    margin-right: 0;
  }
}
.our-services li img {
  max-width: 100px;
  margin-bottom: 20px;
}
.our-services li .icon-title {
  font-family: "ArgentCFBold";
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #1A3350;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .our-services li .icon-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.our-services li a {
  color: #12A3AB;
  font-family: "CatamaranMedium";
  text-transform: uppercase;
  font-size: 11px;
}
@media (min-width: 1200px) {
  .our-services li a {
    font-size: 14px;
  }
}

.page-template-page-services .our-services h1, .page-template-page-services .our-services h3 {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "ArgentCFBold";
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
  color: #1A3350;
}
@media (min-width: 1200px) {
  .page-template-page-services .our-services h1, .page-template-page-services .our-services h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.page-template-page-services .our-services h1:before, .page-template-page-services .our-services h3:before {
  content: "";
  display: none;
  position: relative;
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  background-image: unset;
  background-repeat: unset;
  background-size: unset;
  background-position: unset;
}
.services .page-template-page-services .our-services h1:before, .services .page-template-page-services .our-services h3:before {
  display: none;
}
.page-template-page-services .our-services h1:after, .page-template-page-services .our-services h3:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  left: calc(50% - 25px);
  height: 1px;
  background-color: #12A3AB;
  margin-top: 20px;
}
.page-template-page-services .our-services .c-container {
  padding: 30px 0 30px 0;
}
@media (min-width: 1200px) {
  .page-template-page-services .our-services .c-container {
    padding: 40px 0 100px 0;
  }
}

.career-with--us {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-image: url("./images/career-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 3px solid #12A3AB;
}
.career-with--us:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.career-with--us .c-container {
  display: flex;
  flex-direction: column;
  padding: 50px 30px;
}
@media (min-width: 768px) {
  .career-with--us .c-container {
    flex-direction: row;
    min-height: 420px;
  }
}
@media (min-width: 992px) {
  .career-with--us .c-container {
    min-height: auto;
  }
}
@media (min-width: 1200px) {
  .career-with--us .c-container {
    padding: 50px 0;
    min-height: 420px;
  }
}
.career-with--us .txt-col {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .career-with--us .txt-col {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    margin-right: 5%;
    margin-bottom: 0;
  }
}
.career-with--us .txt-col a {
  display: inline-block;
  align-self: flex-start;
  position: relative;
  margin-top: 30px;
  font-family: "CatamaranLight";
  font-size: 14px;
  color: #12A3AB;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .career-with--us .txt-col a {
    font-size: 16px;
  }
}
.career-with--us .txt-col a:visited {
  color: #12A3AB;
}
.career-with--us h5 {
  font-family: "ArgentCFBold";
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #fff;
}
@media (min-width: 1200px) {
  .career-with--us h5 {
    font-size: 40px;
    line-height: 50px;
  }
}
.career-with--us p {
  max-width: 80%;
  color: #fff;
}
.career-with--us .img-col {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .career-with--us .img-col {
    width: 50%;
    text-align: right;
  }
}
.career-with--us .img-col img:nth-of-type(1) {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .career-with--us .img-col img:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 245px;
  }
}
@media (min-width: 992px) {
  .career-with--us .img-col img:nth-of-type(1) {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .career-with--us .img-col img:nth-of-type(1) {
    width: auto;
    position: absolute;
  }
}
.career-with--us .img-col img:nth-of-type(2) {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .career-with--us .img-col img:nth-of-type(2) {
    display: none;
    width: auto;
    position: absolute;
    max-width: 270px;
    top: calc(50% - 290px);
    right: -30px;
  }
}
@media (min-width: 1200px) {
  .career-with--us .img-col img:nth-of-type(2) {
    display: block;
    right: 0;
  }
}
@media (max-width: 576px) {
  .career-with--us .img-col img:nth-of-type(2) {
    display: none;
  }
}

.location-select {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px;
  margin-top: 40px;
}
.location-select label {
  width: auto;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: sans-serif;
}
.location-select ul {
  margin-left: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px 25px 15px 10px;
  width: 200px;
  background-image: url("./images/nav-down-arrow-green.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 15px top 20px;
}
.location-select li {
  font-family: sans-serif;
}
.location-select li:not(.initial-select) {
  display: none;
}

.location-select--list li:not(.initial-select) {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.location-select--list .initial-select {
  margin-bottom: 10px;
}

.care-advice {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.care-advice .c-container {
  padding: 60px 30px 60px 30px;
}
@media (min-width: 1200px) {
  .care-advice .c-container {
    padding: 120px 0 90px 0;
  }
}
.care-advice .heading-panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .care-advice .heading-panel {
    flex-direction: row;
  }
}
.care-advice .heading-panel a {
  display: inline-flex;
  align-items: center;
  color: #12A3AB;
  font-family: "CatamaranMedium";
  text-transform: uppercase;
  font-size: 14px;
}
.care-advice .heading-panel a:visited {
  color: #12A3AB;
}
.care-advice .heading-panel a:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  background-image: url("./images/dropdown-arrow.png");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
  margin-right: 10px;
}
.care-advice h5 {
  font-family: "ArgentCFBold";
  font-size: 26px;
  line-height: 36px;
  color: #1A3350;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .care-advice h5 {
    margin-bottom: 0;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .care-advice h5 {
    font-size: 34px;
    line-height: 44px;
  }
}
.care-advice ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .care-advice ul {
    flex-direction: row;
  }
}
.care-advice li {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.care-advice li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .care-advice li {
    width: 31%;
    margin-right: 4%;
    margin-bottom: 0;
  }
  .care-advice li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.care-advice h6 {
  font-size: 16px;
  line-height: 20px;
  color: #1A3350;
  margin-bottom: 20px;
  color: #1A3350;
}
@media (min-width: 1200px) {
  .care-advice h6 {
    font-size: 18px;
    line-height: 24px;
  }
}
.care-advice h6 a {
  color: #1A3350;
}
.care-advice h6 a:visited {
  color: #1A3350;
}
.care-advice h6:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #12A3AB;
  margin-top: 15px;
  margin-bottom: 15px;
}
.care-advice .readmore {
  display: inline-block;
  color: #12A3AB;
  font-family: "CatamaranMedium";
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .care-advice .readmore {
    font-size: 14px;
  }
}
.care-advice .readmore:hover {
  text-decoration: none;
}
.care-advice .readmore:hover:after {
  width: 100%;
}
.care-advice .readmore:after {
  content: "";
  display: block;
  position: relative;
  width: 15px;
  height: 1px;
  background-color: #12A3AB;
  transition: all 0.3s ease;
  margin-top: 5px;
}

.quote-callout {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #12A3AB;
  background-image: url("./images/quote-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.quote-callout .c-container {
  padding: 70px 0 70px 0;
}
.quote-callout blockquote p {
  margin: 0;
}
.quote-callout blockquote p + p {
  margin-top: 0.5em;
}
.quote-callout blockquote.marks {
  content: "";
  position: relative;
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .quote-callout blockquote.marks {
    max-width: 60%;
  }
}
.quote-callout blockquote.marks:before {
  content: "";
  color: #fff;
  position: absolute;
  top: -30px;
  left: -15px;
  width: 30px;
  height: 30px;
  font-size: 60px;
  background-image: url(./images/quote-quotation-1.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
@media (min-width: 1200px) {
  .quote-callout blockquote.marks:before {
    width: 70px;
    height: 55px;
    font-size: 90px;
    left: -75px;
    background-size: 70px;
  }
}
.quote-callout blockquote.marks:after {
  content: "";
  color: #fff;
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 30px;
  height: 30px;
  font-size: 60px;
  background-image: url(./images/quote-quotation-2.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
@media (min-width: 1200px) {
  .quote-callout blockquote.marks:after {
    width: 70px;
    height: 55px;
    font-size: 90px;
    right: -55px;
    background-size: 70px;
  }
}
.quote-callout blockquote.marks p {
  display: inline;
  color: #fff;
  text-align: center;
  font-family: "ArgentCFBold";
  font-size: 24px;
  line-height: 34px;
}
@media (min-width: 1200px) {
  .quote-callout blockquote.marks p {
    font-size: 30px;
    line-height: 40px;
  }
}

/* About Page Components */
.about-intro {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.about-intro .c-container {
  padding: 55px 30px 55px 30px;
}
@media (min-width: 768px) {
  .about-intro .c-container {
    padding: 0 30px 30px 30px;
  }
}
@media (min-width: 1200px) {
  .about-intro .c-container {
    padding: 0;
  }
}

.intro-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .intro-inner {
    flex-direction: row;
  }
}

.intro-txt {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .intro-txt {
    width: 50%;
    padding: 90px 50px 30px 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .intro-txt {
    padding: 90px 60px 90px 0;
  }
}
.intro-txt h1 {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  font-family: "ArgentCFBold";
  color: #1A3350;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .intro-txt h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.intro-txt h1:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  left: 0;
  height: 1px;
  background-color: #12A3AB;
  margin-top: 20px;
}
.intro-txt p {
  margin-bottom: 30px;
}
.intro-txt p:only-of-type, .intro-txt p:last-of-type {
  margin-bottom: 0;
}

.intro-img {
  width: 100%;
  height: auto;
  z-index: 20;
}
@media (min-width: 768px) {
  .intro-img {
    width: 50%;
    transform: translateY(50px);
  }
}
.intro-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.about-mission--statement {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #1A3350;
}
.about-mission--statement:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.about-mission--statement .c-container {
  padding: 55px 30px 55px 30px;
}
@media (min-width: 768px) {
  .about-mission--statement .c-container {
    padding: 90px 0 100px 0;
  }
}
@media (min-width: 1200px) {
  .about-mission--statement .c-container {
    padding: 150px 0 160px 0;
  }
}
.about-mission--statement .heading-small {
  display: block;
  position: relative;
  color: #12A3AB;
  font-family: "CatamaranMedium";
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}
.about-mission--statement .heading-small:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  left: 0;
  height: 1px;
  background-color: #12A3AB;
  margin-top: 40px;
  left: calc(50% - 25px);
}
.about-mission--statement blockquote {
  color: #fff;
  font-family: "ArgentCFBold";
  max-width: 95%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .about-mission--statement blockquote {
    max-width: 60%;
  }
}
.about-mission--statement blockquote p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-family: "ArgentCFBold";
}
@media (min-width: 1200px) {
  .about-mission--statement blockquote p {
    font-size: 32px;
    line-height: 42px;
  }
}
.about-mission--statement blockquote:after {
  content: "";
  display: inline-block;
  position: relative;
  margin: 50px auto 0 auto;
  width: auto;
  min-width: 110px;
  height: auto;
  min-height: 35px;
  background-image: url("./images/icons/quote-marks.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: calc(50% - 55px);
}

.our-staff {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .our-staff {
    padding-bottom: 100px;
  }
}

.staff-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .staff-inner {
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.staff-txt {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .staff-txt {
    width: 50%;
    padding: 40px 0px 80px 40px;
  }
}
@media (min-width: 1200px) {
  .staff-txt {
    padding: 80px 70px 0 80px;
  }
}
.staff-txt h2 {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  font-family: "ArgentCFBold";
  color: #1A3350;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .staff-txt h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.staff-txt h2:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  left: 0;
  height: 1px;
  background-color: #12A3AB;
  margin-top: 20px;
}
.staff-txt p {
  margin-bottom: 30px;
}
.staff-txt p:only-of-type, .staff-txt p:last-of-type {
  margin-bottom: 0;
}
.staff-txt a {
  display: inline-block;
  margin-top: 40px;
  font-family: "CatamaranLight";
  font-size: 14px;
  text-transform: uppercase;
  color: #12A3AB;
}

.staff-img {
  width: 100%;
  height: auto;
  z-index: 20;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .staff-img {
    width: 50%;
    transform: translateY(-60px);
    margin-bottom: 0;
  }
}

.about-here {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #1A3350;
  background-image: url("./images/image-3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-here .c-container {
  padding: 55px 30px 55px 30px;
}
@media (min-width: 768px) {
  .about-here .c-container {
    padding: 55px 30px 0 30px;
  }
  .page-template-page-covid .about-here .c-container {
    padding-bottom: 55px;
  }
}
@media (min-width: 1200px) {
  .about-here .c-container {
    padding: 55px 0 55px 0;
  }
}
.page-template-page-covid .about-here {
  background-image: url(./images/falcon-care-covid-backing-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.here-for--image {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .here-for--image {
    transform: translateY(-160px);
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .here-for--txt {
    transform: translateY(-80px);
  }
  .page-template-page-covid .here-for--txt {
    transform: none;
  }
}
.here-for--txt h3 {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "ArgentCFBold";
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .here-for--txt h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.here-for--txt h3:before {
  content: "";
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  background-image: url("./images/logo-icon.png");
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center;
  margin-bottom: 20px;
}
.page-template-page-covid .here-for--txt h3:before {
  display: none;
}
.here-for--txt h3:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  left: calc(50% - 25px);
  height: 1px;
  background-color: #12A3AB;
  margin-top: 20px;
}
.here-for--txt p {
  text-align: center;
  max-width: 95%;
  color: #fff;
  margin: 0 auto 30px auto;
}
@media (min-width: 768px) {
  .here-for--txt p {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .here-for--txt p {
    max-width: 70%;
  }
}
.here-for--txt p:last-of-type {
  margin-bottom: 0;
}

.better-care {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .better-care {
    padding: 55px 0;
  }
  .service .better-care {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .better-care {
    padding: 100px 0;
  }
}

.care-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .care-inner {
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.care-txt {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .care-txt {
    width: 50%;
    padding: 40px 40px 40px 0;
    margin-bottom: 0;
  }
  .service .care-txt {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .care-txt {
    padding: 40px 70px 40px 0;
  }
}
.care-txt h1, .care-txt h3 {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  font-family: "ArgentCFBold";
  color: #1A3350;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .care-txt h1, .care-txt h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.care-txt h1:after, .care-txt h3:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  left: 0;
  height: 1px;
  background-color: #12A3AB;
  margin-top: 20px;
}
.care-txt h2 {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  font-family: "ArgentCFBold";
  color: #1A3350;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .care-txt h2 {
    font-size: 30px;
    line-height: 50px;
  }
}
.care-txt p {
  margin-bottom: 30px;
}
.care-txt p:only-of-type, .care-txt p:last-of-type {
  margin-bottom: 0;
}
.care-txt p a {
  text-decoration: underline;
}
.care-txt p a:hover {
  text-decoration: none;
}
.care-txt ul {
  margin-bottom: 30px;
}
.page-template-page-service .care-txt ul {
  margin-top: 30px;
}
.care-txt li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  line-height: 20px;
  padding-left: 35px;
}
@media (min-width: 1200px) {
  .care-txt li {
    font-size: 16px;
  }
}
.care-txt li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("./images/green-tick.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}

.care-img {
  width: 100%;
  height: auto;
  z-index: 20;
}
@media (min-width: 768px) {
  .care-img {
    width: 50%;
  }
  .service .care-img {
    transform: translateY(60px);
  }
}

/* Services Page Components */
.services-reverse--rows {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.service-block {
  display: block;
  position: relative;
  width: 100%;
  background-color: #1A3350;
}
.service-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.service-block .service-content {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .service-block .service-content {
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.service-block:nth-of-type(even) {
  background-color: transparent;
  background-image: none;
}
.service-block:nth-of-type(even):before {
  display: none;
}
@media (min-width: 768px) {
  .service-block:nth-of-type(even) .service-content {
    flex-direction: row-reverse;
  }
}
.service-block:nth-of-type(even) .service-detail h2 {
  color: #1A3350;
}
.service-block:nth-of-type(even) .service-detail p {
  color: #1A3350;
  margin-bottom: 30px;
}
.service-block:nth-of-type(even) .service-detail p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .service-block:nth-of-type(even) .service-detail {
    padding-right: 0;
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .service-block:nth-of-type(even) .service-detail {
    padding-left: 110px;
  }
}
@media (min-width: 768px) {
  .service-block:last-of-type {
    padding: 80px 0 100px 0;
  }
}
@media (min-width: 768px) {
  .service-block:last-of-type .service-img {
    transform: translateY(0);
  }
}

.service-detail {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .service-detail {
    width: 50%;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .service-detail {
    margin-right: 50px;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-left: 40px;
  }
}
.service-detail h2 {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  font-family: "ArgentCFBold";
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 40px;
  color: #fff;
}
@media (min-width: 1200px) {
  .service-detail h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.service-detail h2:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  left: 0;
  height: 1px;
  background-color: #12A3AB;
  margin-top: 20px;
}
.service-detail p {
  color: #fff;
  margin-bottom: 30px;
}
.service-detail p:last-of-type {
  margin-bottom: 0;
}
.service-detail a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #12A3AB;
  font-family: "CatamaranLight";
  margin-top: 40px;
  font-size: 14px;
}
.service-detail a:hover {
  text-decoration: none;
}
.service-detail a:hover:after {
  width: 100%;
}
.service-detail a:after {
  content: "";
  display: block;
  position: relative;
  width: 15px;
  left: 0;
  height: 1px;
  background-color: #12A3AB;
  transition: all 0.3s ease;
  margin-top: 5px;
}
.service-detail ul {
  display: block;
  position: relative;
  margin-top: 30px;
}
.service-detail li {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin-bottom: 20px;
  padding-left: 40px;
}
@media (min-width: 1200px) {
  .service-detail li {
    font-size: 16px;
    line-height: 24px;
  }
}
.service-detail li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 7px;
  height: 7px;
  background-color: #12A3AB;
  border-radius: 100%;
}
.service-detail li a {
  display: inline;
  margin-top: 0;
  font-size: 14px;
  line-height: 22px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-transform: none;
  color: #1A3350;
}
@media (min-width: 1200px) {
  .service-detail li a {
    font-size: 16px;
    line-height: 24px;
  }
}
.service-detail li a:visited {
  color: #1A3350;
}
.service-detail li a:hover {
  text-decoration: underline;
}
.service-detail li a:after {
  display: none;
}

.service-img {
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  .service-img {
    width: 50%;
    transform: translateY(25px);
  }
}
@media (min-width: 1200px) {
  .service-img {
    transform: translateY(80px);
  }
}
.service-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

/* Service Page Components */
.service-quote {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .service-quote {
    flex-direction: row;
  }
}
.service-quote .quote-block {
  width: 100%;
  display: flex;
  position: relative;
  padding: 100px 0;
  align-items: center;
  justify-content: center;
  background-color: #1A3350;
  background-image: url("./images/image-3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.service-quote .quote-inner {
  position: relative;
  width: 100%;
  max-width: 80%;
  text-align: left;
}
@media (min-width: 768px) {
  .service-quote .quote-inner {
    max-width: 60%;
  }
}
.service-quote .quote-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  left: 0;
  width: 60px;
  height: 45px;
  background-image: url("./images/quotation-1.png");
  background-size: contain;
}
@media (min-width: 768px) {
  .service-quote .quote-inner:before {
    left: -60px;
  }
}
.service-quote .quote-inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 50px;
  height: 38px;
  background-image: url("./images/quotation-2.png");
  background-size: contain;
}
@media (min-width: 768px) {
  .service-quote .quote-inner:after {
    right: -60px;
    bottom: -60px;
  }
}
.service-quote blockquote {
  font-family: "ArgentCFBold";
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #fff;
}
.service-quote cite {
  display: block;
  width: 100%;
  text-align: right;
  text-transform: uppercase;
  color: #12A3AB;
  font-family: "CatamaranMedium";
  font-size: 14px;
  line-height: 18px;
}
.service-quote .service-quote-img {
  max-width: 345px;
}

.faqs {
  padding: 60px 0 60px 0;
}
@media (min-width: 1200px) {
  .faqs {
    padding: 60px 0 110px 0;
  }
}
.faqs h4 {
  text-align: center;
  margin-bottom: 70px;
  font-size: 26px;
  line-height: 36px;
  font-family: "ArgentCFBold";
  color: #1A3350;
}
@media (min-width: 1200px) {
  .faqs h4 {
    font-size: 40px;
    line-height: 50px;
  }
}

.accordion-block {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.accordion {
  width: 100%;
  max-width: 100%;
  margin: 20px auto 0 auto;
  padding-left: 0;
}
@media (min-width: 768px) {
  .accordion {
    max-width: 90%;
  }
}

.accordion-toggle {
  cursor: pointer;
  font-size: 22px;
  font-family: "ArgentCFBold";
  padding: 20px;
  position: relative;
  list-style: none;
  background-color: rgba(221, 221, 221, 0.2);
  margin-bottom: 2px;
}

.accordion-content {
  padding: 20px;
  list-style-type: none;
  display: none;
  font-size: 14px;
  line-height: 20px;
}
.accordion-content ul {
  font-size: 16px;
  line-height: 24px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .accordion-content {
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  .accordion-content {
    font-size: 16px;
    line-height: 22px;
  }
}

.accordion-content.show {
  display: block;
}

.accordion-toggle .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("./images/plus.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  right: 10px;
  top: 10px;
}

.accordion-toggle.active .icon {
  background-image: url("./images/minus.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}

.accordion-toggle.active {
  background-color: #12A3AB;
  color: #fff;
}

.service-contact {
  position: relative;
  background-color: #1A3350;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("./images/bg/services-contact-bg.jpg");
  padding: 80px 0;
}
.service-contact:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.service-contact h3 {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  font-family: "ArgentCFBold";
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 40px;
  color: #fff;
}
@media (min-width: 1200px) {
  .service-contact h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.service-contact h3:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  left: 0;
  height: 1px;
  background-color: #12A3AB;
  margin-top: 20px;
}
.service-contact p {
  color: #fff;
  margin-bottom: 30px;
}

.contact-inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .contact-inner {
    flex-direction: row;
  }
}
.contact-inner .txt-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .contact-inner .txt-block {
    margin-bottom: 0;
    width: 50%;
    margin-right: 5%;
  }
}
@media (min-width: 768px) {
  .contact-inner .txt-block p {
    max-width: 80%;
  }
}
.contact-inner .txt-block a {
  align-self: flex-start;
  color: #fff;
  margin-bottom: 35px;
}
.contact-inner .txt-block a + a {
  margin-bottom: 0;
}

.tel-link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}
.tel-link:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  background-image: url("./images/white-phone.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  margin-right: 8px;
}

.contact-form {
  width: 100%;
}
@media (min-width: 768px) {
  .contact-form {
    width: 50%;
  }
  .contact-form h3 {
    max-width: 80%;
  }
}
.contact-form label {
  color: #fff;
}
.contact-form label a {
  color: #fff;
  text-decoration: underline;
}
.contact-form label a:visited {
  color: #fff;
}
.contact-form .btn-container {
  margin-top: 20px;
}

/* Choosing Care Page */
.text-block {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.text-block .c-container {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 1200px) {
  .text-block .c-container {
    padding-bottom: 135px;
  }
  .page-template-page-covid .text-block .c-container {
    padding-bottom: 55px;
  }
}
.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "ArgentCFBold";
  color: #1A3350;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
    font-size: 40px;
    line-height: 50px;
  }
}
.text-block h1:after, .text-block h2:after, .text-block h3:after, .text-block h4:after, .text-block h5:after, .text-block h6:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  left: calc(50% - 25px);
  height: 1px;
  background-color: #12A3AB;
  margin-top: 20px;
}
.text-block p {
  text-align: center;
  max-width: 95%;
  margin: 0 auto 30px auto;
}
@media (min-width: 768px) {
  .text-block p {
    max-width: 80%;
  }
}
.text-block p:last-of-type, .text-block p:only-of-type {
  margin-bottom: 0;
}

.content-links {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.content-links li {
  margin: 0 15px;
}
.content-links a {
  text-transform: uppercase;
  color: #12A3AB;
  font-size: 11px;
  line-height: 11px;
}
@media (min-width: 768px) {
  .content-links a {
    font-size: 14px;
    line-height: 14px;
  }
}
.content-links a:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #12A3AB;
  margin-top: 5px;
}
.content-links a:hover {
  text-decoration: none;
}
.content-links a:hover:after {
  background-color: transparent !important;
}
.content-links a:visited {
  color: #12A3AB;
}

.what-else--tb .c-container {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .what-else--tb .c-container {
    padding-top: 0;
    padding-bottom: 85px;
  }
}

.news-intro .c-container {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .news-intro .c-container {
    padding-top: 55px;
    padding-bottom: 85px;
  }
}

.get-in-touch {
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
.get-in-touch .frm_checkbox {
  text-align: center;
}
.get-in-touch .frm_required {
  color: red;
}
.get-in-touch .frm-g-recaptcha div {
  margin: 0 auto;
}
.get-in-touch #frm_error_field_t7uwo, .get-in-touch #frm_error_field_3fhet, .get-in-touch #frm_error_field_z2dmw, .get-in-touch #frm_error_field_o1uv6 {
  text-align: center;
}
.get-in-touch select {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 0;
  padding-left: 15px;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #12A3AB;
  color: #12A3AB;
}
@media (min-width: 768px) {
  .get-in-touch {
    width: 70%;
  }
  .get-in-touch h3 {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .get-in-touch {
    width: 50%;
  }
}
.get-in-touch label {
  line-height: 20px;
}
.get-in-touch label a {
  text-decoration: underline;
}
.get-in-touch label a:hover {
  text-decoration: none;
}
.get-in-touch input,
.get-in-touch textarea {
  background-color: #fff;
}
.get-in-touch .btn-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.map-form .frm_required, .map-form .frm_error {
  color: red;
}

.type-of--homecare {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .type-of--homecare {
    height: 520px;
  }
}
.type-of--homecare:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.type-of--homecare:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 60px;
  background-color: #12A3AB;
  bottom: -60px;
  left: 0;
}
@media (min-width: 768px) {
  .type-of--homecare:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .type-of--homecare:after {
    display: block;
  }
}
.type-of--homecare .c-container {
  padding: 60px 30px 60px 30px;
}
@media (min-width: 1200px) {
  .type-of--homecare .c-container {
    padding: 0;
    height: 100%;
  }
}
.type-of--homecare h2 {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  font-family: "ArgentCFBold";
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
  color: #fff;
}
@media (min-width: 1200px) {
  .type-of--homecare h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.type-of--homecare h2:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  left: 0;
  height: 1px;
  background-color: #12A3AB;
  margin-top: 20px;
}
.type-of--homecare p {
  color: #fff;
}
.type-of--homecare .txt-block {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .type-of--homecare .txt-block {
    width: 50%;
    padding-right: 50px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .type-of--homecare .txt-block {
    padding-right: 115px;
  }
}
.type-of--homecare .img-block {
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  .type-of--homecare .img-block {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .type-of--homecare .img-block {
    transform: translateY(-75px);
  }
}

.type-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .type-inner {
    flex-direction: row;
  }
}

.by-your--side:after {
  display: none;
}

@media (min-width: 768px) {
  .make-a--list {
    padding-top: 55px;
  }
}
@media (min-width: 992px) {
  .make-a--list {
    padding-top: 130px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1200px) {
  .make-a--list {
    padding-bottom: 0;
  }
}
.make-a--list .list-inner {
  display: flex;
  flex-direction: column;
  padding-bottom: 55px;
}
.page-template-page-covid .make-a--list .list-inner {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .page-template-page-covid .make-a--list .list-inner {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .make-a--list .list-inner {
    flex-direction: row;
    padding-bottom: 0;
  }
}

.list-img {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .list-img {
    width: 50%;
    padding-right: 5%;
    margin-bottom: 0;
  }
}

.list-txt {
  width: 100%;
}
@media (min-width: 768px) {
  .list-txt {
    width: 50%;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .list-txt {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.list-txt h3 {
  font-family: "ArgentCFBold";
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
  color: #1A3350;
}
@media (min-width: 1200px) {
  .list-txt h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.list-txt h3:after {
  content: "";
  display: block;
  position: relative;
  width: 60px;
  height: 1px;
  background-color: #12A3AB;
  margin-top: 30px;
}
.list-txt ul {
  margin-top: 30px;
}
.list-txt li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding-left: 35px;
}
@media (min-width: 1200px) {
  .list-txt li {
    font-size: 16px;
    line-height: 22px;
  }
}
.list-txt li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #12A3AB;
  border-radius: 100%;
}
.list-txt ol {
  margin-top: 30px;
}
.list-txt ol li {
  padding-left: 0;
}
.list-txt ol li:before {
  display: none;
}
.list-txt ol a {
  color: #12A3AB;
}

.link-list {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 55px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .link-list {
    padding-top: 0;
    padding-bottom: 170px;
  }
}
.link-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.link-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.link-list li:nth-of-type(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .link-list li {
    width: 23.5%;
    margin-bottom: 0;
  }
  .link-list li:nth-of-type(2n) {
    margin-right: 2%;
  }
  .link-list li:nth-of-type(4n) {
    margin-right: 0;
  }
}
.link-list img {
  margin-bottom: 20px;
}
.link-list .link-title {
  font-family: "ArgentCFBold";
  color: #1A3350;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 1200px) {
  .link-list .link-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.link-list a {
  text-transform: uppercase;
  color: #12A3AB;
  font-family: "CatamaranLight";
  font-size: 12px;
}
@media (min-width: 1200px) {
  .link-list a {
    font-size: 14px;
  }
}

.cqc-rating {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #1A3350;
}
@media (min-width: 1200px) {
  .cqc-rating {
    height: 520px;
  }
}
.cqc-rating:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.cqc-rating .c-container {
  padding: 30px 30px 60px 30px;
}
@media (min-width: 1200px) {
  .cqc-rating .c-container {
    padding: 0;
    height: 100%;
  }
}
.cqc-rating h3 {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  font-family: "ArgentCFBold";
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
  color: #fff;
}
@media (min-width: 1200px) {
  .cqc-rating h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.cqc-rating h3:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  left: 0;
  height: 1px;
  background-color: #12A3AB;
  margin-top: 20px;
}
.cqc-rating p {
  width: 100%;
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
}
.cqc-rating p:last-of-type {
  margin-bottom: 0;
}
.cqc-rating .txt-block {
  width: 100%;
}
@media (min-width: 768px) {
  .cqc-rating .txt-block {
    width: 50%;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .cqc-rating .txt-block {
    padding-left: 100px;
  }
}
.cqc-rating .img-block {
  width: 100%;
  z-index: 10;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cqc-rating .img-block {
    width: 50%;
    transform: translateY(-100px);
    margin-bottom: 0;
  }
}

.type-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .type-inner {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .providers-list {
    padding-top: 55px;
    padding-bottom: 0;
  }
  .page-template-page-covid .providers-list {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .providers-list {
    padding-bottom: 55px;
  }
}
@media (min-width: 1200px) {
  .providers-list {
    padding-top: 130px;
    padding-bottom: 90px;
  }
  .page-template-page-covid .providers-list {
    padding-top: 30px;
  }
}
.providers-list .list-inner {
  display: flex;
  flex-direction: column;
  padding-top: 55px;
}
@media (min-width: 768px) {
  .providers-list .list-inner {
    flex-direction: row;
    padding-top: 0;
  }
}
.providers-list .list-img {
  padding-right: 0;
}
@media (min-width: 768px) {
  .providers-list .list-img {
    padding-left: 5%;
  }
}
.providers-list .list-txt {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .providers-list .list-txt {
    padding-left: 0;
    padding-right: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .providers-list .list-txt {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.funding-questions {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #1A3350;
}
.funding-questions:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.funding-questions .c-container {
  padding: 55px 30px 55px 30px;
}
@media (min-width: 768px) {
  .funding-questions .c-container {
    padding: 55px 0;
  }
}
@media (min-width: 1200px) {
  .funding-questions .c-container {
    padding: 70px 0;
  }
}
.funding-questions h4 {
  font-family: "ArgentCFBold";
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1200px) {
  .funding-questions h4 {
    font-size: 40px;
    line-height: 50px;
  }
}
.funding-questions h4:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  left: calc(50% - 25px);
  height: 1px;
  background-color: #12A3AB;
  margin-top: 20px;
}
.funding-questions p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  max-width: 95%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .funding-questions p {
    max-width: 70%;
  }
}
@media (min-width: 1200px) {
  .funding-questions p {
    max-width: 40%;
  }
}
.funding-questions .link-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.funding-questions a {
  display: inline-block;
  text-transform: uppercase;
  color: #12A3AB;
  font-family: "CatamaranLight";
  font-size: 12px;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .funding-questions a {
    font-size: 16px;
  }
}
.funding-questions a:hover {
  text-decoration: none;
}
.funding-questions a:after {
  content: "";
  display: block;
  position: relative;
  width: 20px;
  height: 1px;
  background-color: #12A3AB;
  margin-top: 5px;
  margin-left: calc(50% - 10px);
}

.type-of--funding {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #1A3350;
}
.type-of--funding:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.type-of--funding .c-container {
  padding: 60px 30px 60px 30px;
}
@media (min-width: 1200px) {
  .type-of--funding .c-container {
    padding: 0;
    height: 100%;
  }
}
.type-of--funding h2 {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  font-family: "ArgentCFBold";
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
  color: #fff;
}
@media (min-width: 1200px) {
  .type-of--funding h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.type-of--funding h2:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  left: 0;
  height: 1px;
  background-color: #12A3AB;
  margin-top: 20px;
}
.type-of--funding p {
  color: #fff;
  margin-bottom: 30px;
}
.type-of--funding p:last-of-type {
  margin-bottom: 0;
}
.type-of--funding .txt-block {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .type-of--funding .txt-block {
    width: 50%;
    padding-right: 40px;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .type-of--funding .txt-block {
    padding-right: 150px;
    padding-left: 30px;
  }
}
.type-of--funding .txt-block ol {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.type-of--funding .txt-block li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  padding-left: 35px;
  color: #fff;
}
@media (min-width: 1200px) {
  .type-of--funding .txt-block li {
    font-size: 16px;
    line-height: 22px;
  }
}
.type-of--funding .txt-block li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #12A3AB;
  border-radius: 100%;
}
.type-of--funding .txt-block a {
  display: inline-block;
  margin-top: 40px;
  font-family: "CatamaranLight";
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.type-of--funding .img-block {
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  .type-of--funding .img-block {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .type-of--funding .img-block {
    transform: translateY(-60px);
  }
}

.type-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .type-inner {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .funding-details {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .funding-details {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.funding-details .details-inner {
  display: flex;
  flex-direction: column;
  padding-bottom: 55px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .funding-details .details-inner {
    flex-direction: row;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.details-img {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .details-img {
    width: 50%;
    padding-right: 5%;
    margin-bottom: 0;
  }
}
.details-img img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.details-txt {
  width: 100%;
}
@media (min-width: 768px) {
  .details-txt {
    width: 50%;
    padding-top: 25px;
    padding-right: 50px;
    padding-left: 0;
    padding-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .details-txt {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
.details-txt h3 {
  font-family: "ArgentCFBold";
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
  color: #1A3350;
}
@media (min-width: 1200px) {
  .details-txt h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.details-txt h3:after {
  content: "";
  display: block;
  position: relative;
  width: 60px;
  height: 1px;
  background-color: #12A3AB;
  margin-top: 30px;
}
.details-txt p {
  margin-bottom: 30px;
}
.details-txt a {
  display: inline-block;
  position: relative;
  font-family: "CatamaranLight";
  text-transform: uppercase;
  color: #12A3AB;
}
.details-txt a:hover {
  text-decoration: none;
}
.details-txt a:hover:after {
  width: 100%;
}
.details-txt a:after {
  content: "";
  display: block;
  position: relative;
  width: 15px;
  height: 1px;
  background-color: #12A3AB;
  transition: all 0.3s ease;
  margin-top: 5px;
}
.details-txt ul {
  margin-top: 30px;
}
.details-txt li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .details-txt li {
    font-size: 16px;
    line-height: 22px;
  }
}
.details-txt li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #12A3AB;
  border-radius: 100%;
}
.details-txt ol {
  margin-top: 30px;
}
.details-txt ol li {
  margin-bottom: 5px;
}
.details-txt ol a {
  color: #12A3AB;
  margin: 0;
  text-transform: none;
}
.details-txt ol a:after {
  display: none;
}

.bottom-txt--block .c-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .bottom-txt--block .c-container {
    padding-top: 140px;
    padding-bottom: 90px;
  }
}
.bottom-txt--block p {
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .bottom-txt--block p {
    max-width: 60%;
  }
}

/* News Page */
.news-listing {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
}
.news-listing .c-container {
  padding: 60px 30px 60px 30px;
}
@media (min-width: 768px) {
  .news-listing .c-container {
    padding: 0 30px 0 30px;
  }
}
@media (min-width: 1200px) {
  .news-listing .c-container {
    padding: 0 0 90px 0;
  }
}
.news-listing ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .news-listing ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.news-listing li {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.news-listing li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .news-listing li {
    width: 30.666%;
    margin-right: 4%;
    margin-bottom: 60px;
  }
  .news-listing li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.news-listing .article-title {
  font-size: 16px;
  line-height: 20px;
  color: #1A3350;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .news-listing .article-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.news-listing .article-title a {
  color: #1A3350;
}
.news-listing .article-title a:visited {
  color: #1A3350;
}
.news-listing .article-title:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #12A3AB;
  margin-top: 15px;
  margin-bottom: 15px;
}
.news-listing .readmore {
  display: inline-block;
  color: #12A3AB;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .news-listing .readmore {
    font-size: 14px;
  }
}
.news-listing .readmore:hover {
  text-decoration: none;
}
.news-listing .readmore:hover:after {
  width: 100%;
}
.news-listing .readmore:after {
  content: "";
  display: block;
  position: relative;
  width: 15px;
  height: 1px;
  background-color: #12A3AB;
  transition: all 0.3s ease;
  margin-top: 5px;
}

/* Article Page */
.article-intro {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.article-intro .c-container {
  display: flex;
  flex-direction: column;
  padding: 55px 30px;
}
@media (min-width: 768px) {
  .article-intro .c-container {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .article-intro .c-container {
    padding: 55px 0;
  }
}
.article-intro h1, .article-intro h2 {
  font-family: "ArgentCFBold";
  font-size: 26px;
  line-height: 36px;
  color: #1A3350;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .article-intro h1, .article-intro h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.article-intro h1:after, .article-intro h2:after {
  content: "";
  display: block;
  position: relative;
  width: 40px;
  height: 1px;
  background-color: #12A3AB;
  margin-top: 10px;
}

.article-intro--txt {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .article-intro--txt {
    width: 50%;
    margin-right: 10%;
    margin-bottom: 0;
    padding: 20px 0 0 0;
  }
}

.story-text {
  background-color: #1A3350;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 1200px) {
  .story-text {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.story-text blockquote {
  margin-bottom: 20px;
}
.story-text p {
  color: #fff;
  margin-bottom: 20px;
}
.story-text p a {
  color: #fff;
  text-decoration: underline;
}
.story-text p a:hover {
  text-decoration: none;
}
.story-text p:last-of-type {
  margin-bottom: 0;
}

.article-author {
  display: none;
  position: relative;
  width: 100%;
}
.article-author .c-container {
  padding: 40px 0;
  border-bottom: 1px solid #12A3AB;
}
@media (min-width: 768px) {
  .article-author .c-container {
    padding: 60px 30px;
  }
}

.author-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .author-details {
    flex-direction: row;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.author-details img {
  width: 100%;
  max-width: 200px;
  height: 200px;
  border-radius: 100%;
  object-fit: cover;
  margin-left: 5%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .author-details img {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.author-details .author-information {
  display: block;
  position: relative;
  width: 80%;
  margin-left: 5%;
}
.author-details .author-name {
  text-align: left;
  text-transform: uppercase;
  color: #12A3AB;
  font-family: "CatamaranMedium";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}
.author-details p {
  width: 100%;
  margin-bottom: 0;
}

.share-story,
.follow {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 60px;
}
.share-story p,
.follow p {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
  width: auto;
  max-width: unset;
  color: #12A3AB;
  padding-right: 20px;
}
.share-story ul,
.follow ul {
  display: flex;
  flex-direction: row;
  margin-left: 20px;
}
.share-story li,
.follow li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  list-style-type: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #12A3AB;
}
.share-story li:last-of-type,
.follow li:last-of-type {
  margin-right: 0;
}
.share-story img,
.follow img {
  width: 100%;
  max-width: 18px;
  height: auto;
  border-radius: 0;
  margin: 0;
}

.follow {
  margin-top: 0;
}

.related-articles {
  display: block;
  position: relative;
  width: 100%;
}
.related-articles .c-container {
  padding-top: 55px;
  padding-bottom: 100px;
}
.related-articles h3 {
  font-family: "ArgentCFBold";
  font-size: 26px;
  line-height: 36px;
  color: #1A3350;
  margin-bottom: 55px;
  text-align: center;
}
@media (min-width: 1200px) {
  .related-articles h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.related-articles ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .related-articles ul {
    flex-direction: row;
  }
}
.related-articles li {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.related-articles li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .related-articles li {
    width: 31%;
    margin-right: 4%;
    margin-bottom: 0;
  }
  .related-articles li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.related-articles .article-title {
  font-size: 16px;
  line-height: 20px;
  color: #1A3350;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .related-articles .article-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.related-articles .article-title a {
  color: #1A3350;
}
.related-articles .article-title a:visited {
  color: #1A3350;
}
.related-articles .article-title:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #12A3AB;
  margin-top: 15px;
  margin-bottom: 15px;
}
.related-articles .readmore {
  display: inline-block;
  color: #12A3AB;
  font-family: "CatamaranLight";
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .related-articles .readmore {
    font-size: 14px;
  }
}
.related-articles .readmore:hover {
  text-decoration: none;
}
.related-articles .readmore:hover:after {
  width: 100%;
}
.related-articles .readmore:after {
  content: "";
  display: block;
  position: relative;
  width: 15px;
  height: 1px;
  background-color: #12A3AB;
  transition: all 0.3s ease;
  margin-top: 5px;
}

/* Careers Page */
.the-benefits {
  background-color: #1A3350;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 1200px) {
  .the-benefits {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.the-benefits h3 {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "ArgentCFBold";
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .the-benefits h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
  }
}
.the-benefits h3:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  left: calc(50% - 25px);
  height: 1px;
  background-color: #12A3AB;
  margin-top: 20px;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .benefits-list {
    flex-direction: row;
    justify-content: space-between;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .benefits-list {
    max-width: 60%;
  }
}
.benefits-list ul {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .benefits-list ul {
    margin-bottom: 0;
    width: 50%;
  }
}
.benefits-list li {
  color: #fff;
  display: block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  margin-bottom: 15px;
  padding-left: 35px;
}
@media (min-width: 768px) {
  .benefits-list li {
    font-size: 16px;
    line-height: 24px;
  }
}
.benefits-list li:last-of-type {
  margin-bottom: 0;
}
.benefits-list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #12A3AB;
  border-radius: 100%;
}

.locations-list ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .locations-list ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.locations-list li {
  width: 100%;
  padding: 0 30px;
}
.locations-list li:before {
  display: none;
}
.locations-list li address {
  text-align: center;
  margin-bottom: 30px;
}
.locations-list li p {
  color: #fff;
  text-align: center;
}
.locations-list li p a {
  display: block;
  position: relative;
  width: 200px;
  margin: 30px auto 0 auto;
  background-color: #12A3AB;
  border-radius: 30px;
  padding: 15px 15px 11px 15px;
  color: #fff;
  text-transform: uppercase;
}
.locations-list li p a:visited {
  color: #fff;
}
.locations-list li p a:hover {
  text-decoration: none;
  background-color: rgb(15.5714285714, 141.0079365079, 147.9285714286);
}
.locations-list li .phone {
  font-weight: 700;
}

.location-vacancies {
  background-image: url("./images/vacancies-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  scroll-margin: 80px;
}

.location-contact {
  background-image: url("./images/get-in-touch-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  scroll-margin: 80px;
}
.location-contact .c-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .location-contact .c-container {
    flex-direction: row;
  }
}
.location-contact label {
  color: #fff;
}
.location-contact label a {
  color: #fff;
  text-decoration: underline;
}
.location-contact input[type=text],
.location-contact input[type=email],
.location-contact input[type=tel],
.location-contact input[type=password],
.location-contact input[type=number] {
  background-color: rgb(255, 255, 255);
}
.location-contact select {
  height: 50px;
  margin-bottom: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 15px;
  background-color: rgb(255, 255, 255);
  border: 0;
  border-bottom: 1px solid #12A3AB;
  color: #12A3AB;
  background-image: url("./images/nav-down-arrow-green.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 15px top 23px;
}
.location-contact textarea {
  background-color: rgb(255, 255, 255);
}
.location-contact .map-form {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .location-contact .map-form {
    margin-bottom: 0;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .location-contact .map {
    padding-left: 30px;
    width: 50%;
  }
}
.location-contact .map iframe {
  width: 100%;
  margin-bottom: 10px;
}
.location-contact .map address {
  margin: 15px 0;
  font-size: 16px;
}
.location-contact .map h5 {
  color: #fff;
  font-family: "ArgentCFBold";
  font-size: 20px;
  padding: 10px 0;
}
.location-contact .map address,
.location-contact .map p {
  color: #fff;
}
.location-contact .map .telephone {
  font-weight: 700;
  padding: 5px 0;
}
.location-contact .map .telephone:before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background-image: url("./images/white-phone.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  top: 2px;
}

.team-modal {
  max-width: 600px !important;
  width: 100%;
}
.team-modal .modal-title {
  color: #1A3350;
  font-family: "ArgentCFBold";
  font-size: 24px;
  padding: 10px 0;
}
.team-modal p {
  padding: 5px 0;
}

.socials {
  display: flex;
}

.socials li {
  padding: 10px 10px 0 0;
}

.socials li img {
  width: 40px;
  height: auto;
}

.location-contact .txt-block h3 {
  text-align: left;
}

.location-contact .txt-block h3:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  height: 1px;
  background-color: #12A3AB;
  margin-top: 20px;
  left: unset;
}

.location-contact .txt-block p {
  margin-bottom: 20px;
}

.our-vacancies {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.our-vacancies .c-container {
  padding-top: 55px;
  padding-bottom: 85px;
}
.our-vacancies h3 {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "ArgentCFBold";
  color: #1A3350;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .our-vacancies h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.our-vacancies h3:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  left: calc(50% - 25px);
  height: 1px;
  background-color: #12A3AB;
  margin-top: 20px;
}
.our-vacancies p {
  text-align: center;
  max-width: 95%;
  margin: 0 auto 30px auto;
}
@media (min-width: 768px) {
  .our-vacancies p {
    max-width: 80%;
  }
}
.our-vacancies p:last-of-type, .our-vacancies p:only-of-type {
  margin-bottom: 0;
}

.vacancy-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.vacancy-list li {
  width: 47%;
  margin-right: 5%;
  margin-top: 50px;
  border-top: 1px solid #12A3AB;
  padding-top: 20px;
}
.vacancy-list li:nth-of-type(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .vacancy-list li {
    width: 30%;
    margin-right: 5%;
  }
  .vacancy-list li:nth-of-type(2n) {
    margin-right: 5%;
  }
  .vacancy-list li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.vacancy-list .job-title {
  font-size: 16px;
  line-height: 16px;
  color: #1A3350;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .vacancy-list .job-title {
    font-size: 18px;
    line-height: 18px;
  }
}
.vacancy-list .job-title2 {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .vacancy-list .job-title2 {
    font-size: 18px;
    line-height: 18px;
  }
}
.vacancy-list .apply {
  display: inline-block;
  position: relative;
  color: #12A3AB;
  font-family: "CatamaranMedium";
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
}
@media (min-width: 1200px) {
  .vacancy-list .apply {
    font-size: 14px;
    line-height: 14px;
  }
}
.vacancy-list .apply:hover {
  text-decoration: none;
}
.vacancy-list .apply:hover:after {
  width: 100%;
}
.vacancy-list .apply:after {
  content: "";
  display: block;
  position: relative;
  width: 15px;
  height: 1px;
  background-color: #12A3AB;
  transition: all 0.3s ease;
  margin-top: 5px;
}

.vacancy-intro {
  padding: 0 20px;
}
.vacancy-intro p {
  color: #fff;
  text-align: center;
}
.archive .vacancy-intro p {
  color: #1A3350;
}

/* Vacancy Page */
.job-overview {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #12A3AB;
}
@media (min-width: 768px) {
  .job-overview {
    padding: 15px 0;
  }
}
.job-overview ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .job-overview ul {
    flex-direction: row;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.job-overview li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
.job-overview li:last-of-type {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .job-overview li {
    width: 33.333%;
    border-bottom: 0;
    border-right: 1px solid #fff;
  }
  .job-overview li:last-of-type {
    border-right: 0;
  }
}

.overview-primary {
  font-family: "ArgentCFBold";
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 15px;
  color: #fff;
}
@media (min-width: 1200px) {
  .overview-primary {
    font-size: 26px;
    line-height: 26px;
  }
}

.overview-secondary {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
}

.text-block .withaccordion.career {
  padding-top: 50px;
}

.about-vacancy {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #1A3350;
}
.about-vacancy .c-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .about-vacancy .c-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.about-vacancy h3 {
  font-family: "ArgentCFBold";
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 60px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1200px) {
  .about-vacancy h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-vacancy h3:after {
  content: "";
  display: block;
  position: relative;
  width: 60px;
  height: 1px;
  left: calc(50% - 30px);
  background-color: #12A3AB;
  margin-top: 30px;
}
.about-vacancy p {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .about-vacancy p {
    max-width: 60%;
  }
}
.about-vacancy strong {
  display: block;
  position: relative;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.about-vacancy strong a {
  color: #fff;
}
.about-vacancy .btn-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.team {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
  scroll-margin: 180px;
}
.team .c-container {
  max-width: 1280px;
}
.team h2 {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "ArgentCFBold";
  color: #1A3350;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .team h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.team h2:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  left: calc(50% - 25px);
  height: 1px;
  background-color: #12A3AB;
  margin-top: 20px;
}

.team-section--links {
  display: block;
  position: relative;
  width: 100%;
  background-image: url(./images/vacancies-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 20px;
  text-align: center;
}
.team-section--links h2 {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "ArgentCFBold";
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .team-section--links h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
  }
}
.team-section--links ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media (min-width: 768px) {
  .team-section--links ul {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.team-section--links li a {
  color: #12A3AB;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  font-family: "CatamaranMedium";
}
.team-section--links li a:hover {
  text-underline-offset: 7px;
}

.team-section {
  scroll-margin: 190px;
}
.team-section:not(:last-of-type) {
  margin-bottom: 60px;
}
.team-section h3 {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "ArgentCFBold";
  color: #1A3350;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .team-section h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 90px;
  }
}

.team-members {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}
.team-members li {
  text-align: center;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
.team-members img {
  margin-bottom: 15px;
  max-width: 280px;
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/9;
}
.team-members .name {
  color: #12A3AB;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: sans-serif;
  font-size: 20px;
  line-height: 20px;
}
.team-members .role {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
}
.team-members p a {
  color: #12A3AB;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "CatamaranLight";
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
}
.team-members p a:hover {
  text-underline-offset: 5px;
}

/* Contact Page */
.located {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #1A3350;
}

.located-inner {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .located-inner {
    flex-direction: row;
  }
}
.located-inner .col-l {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .located-inner .col-l {
    width: 50%;
    margin-bottom: 0;
  }
}
.located-inner h4 {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  font-family: "ArgentCFBold";
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
  color: #fff;
}
@media (min-width: 1200px) {
  .located-inner h4 {
    font-size: 40px;
    line-height: 50px;
  }
}
.located-inner h4:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  left: 0;
  height: 1px;
  background-color: #12A3AB;
  margin-top: 20px;
}
.located-inner address {
  color: #fff;
  margin-bottom: 30px;
  font-size: 16px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  line-height: 20px;
}
.located-inner .tel-link {
  align-self: flex-start;
  color: #fff;
  margin-bottom: 30px;
}
.located-inner .request {
  align-self: flex-start;
}
.located-inner .col-r {
  width: 100%;
}
@media (min-width: 768px) {
  .located-inner .col-r {
    width: 50%;
  }
}
.located-inner .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.located-inner .embed-container iframe,
.located-inner .embed-container object,
.located-inner .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-locations h2 {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "ArgentCFBold";
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .contact-locations h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
  }
}
.contact-locations h2:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  left: calc(50% - 25px);
  height: 1px;
  background-color: #12A3AB;
  margin-top: 20px;
}
.contact-locations P {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

/* Covid page */
.useful-links {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  color: #fff;
}
.useful-links:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./images/bg/useful-links-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.useful-links .c-container {
  padding: 80px 20px 80px 20px;
}
@media (min-width: 1200px) {
  .useful-links .c-container {
    padding: 110px 0 110px 0;
  }
}
.useful-links h3 {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "ArgentCFBold";
  text-transform: capitalize;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .useful-links h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.useful-links h3:after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  left: calc(50% - 25px);
  height: 1px;
  background-color: #12A3AB;
  margin-top: 20px;
}
.useful-links p {
  text-align: center;
}
.useful-links p a {
  color: #fff;
}
@media (min-width: 768px) {
  .useful-links p {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.useful-links ul {
  display: block;
  position: relative;
  margin: 30px 0;
}
.useful-links li {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
@media (min-width: 1200px) {
  .useful-links li {
    font-size: 16px;
    line-height: 24px;
  }
}
.useful-links li a {
  color: #12A3AB;
}

/* Page With Accordion */
.text-block .basiccontent {
  padding-bottom: 0;
}
.text-block .basiccontent ul {
  margin-top: 30px;
}
.text-block .basiccontent li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  .text-block .basiccontent li {
    font-size: 16px;
    line-height: 22px;
  }
}
.text-block .basiccontent li:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -3px;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #12A3AB;
  border-radius: 100%;
}
.text-block .withaccordion {
  padding-top: 10px;
}
.text-block .withaccordion p {
  text-align: left;
  max-width: 100%;
}
.text-block .withaccordion .accordion-content table {
  border: 1px solid #ccc;
  margin: 20px 0;
}
.text-block .withaccordion .accordion-content table td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.text-block .withaccordion .accordion-content ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
.text-block .withaccordion .accordion-content p {
  margin-bottom: 10px;
}
.text-block .withaccordion .accordion-content h4, .text-block .withaccordion .accordion-content h5 {
  text-align: left;
  font-size: 24px;
  margin-bottom: 10px;
}
.text-block .withaccordion .accordion-content h4:after, .text-block .withaccordion .accordion-content h5:after {
  display: none;
}
.text-block .withaccordion .accordion-content li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .text-block .withaccordion .accordion-content li {
    font-size: 16px;
    line-height: 22px;
  }
}
.text-block .withaccordion .accordion-content li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #12A3AB;
  border-radius: 100%;
}

/*# sourceMappingURL=style.css.map */
