/*
Theme Name: ATMS
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ATMS
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

@font-face {
  font-family: 'source_sans_pro';
  src: url("assets/fonts/sourcesanspro-light-webfont.woff2") format("woff2"), url("assets/fonts/sourcesanspro-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: 200; }

@font-face {
  font-family: 'source_sans_pro';
  src: url("assets/fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("assets/fonts/sourcesanspro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'source_sans_pro';
  src: url("assets/fonts/sourcesanspro-it-webfont.woff2") format("woff2"), url("assets/fonts/sourcesanspro-it-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'source_sans_pro';
  src: url("assets/fonts/sourcesanspro-semibold-webfont.woff2") format("woff2"), url("assets/fonts/sourcesanspro-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'source_sans_proSBdIt';
  src: url("assets/fonts/sourcesanspro-semiboldit-webfont.woff2") format("woff2"), url("assets/fonts/sourcesanspro-semiboldit-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'source_sans_pro';
  src: url("assets/fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("assets/fonts/sourcesanspro-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

/*
Lists
$list1: transparent linear-gradient(90deg, #FF7C00 0%, #FFC13D 73%, #FFB900 100%) 0% 0%
*/
.gform_wrapper .gfield_radio, .gform_wrapper .gfield_checkbox, .header-top .login-account > ul, .header-top .login-account > ul ul, #nav .drop ul, .footer-top .col-logo .footer-contact ul, .footer-top .col-logo .links, .footer-top .col-menu ul, .footer-top .social-networks, .footer-bottom ul, .banner .col-text .links, .single-banner .categories, .single-banner .links, .breadcrumbs ul, .card-membership .card-wrap .desc ul, .filter-list ul, .event-category-lists ul, .sidebar-menu ul, .content-with-sidebar .col-sidebar .social-networks ul, .content-block .content-wrap .links, .tabs-block .tabs, .card-col-with-icon .card-wrap .pdf-lists, .modalities-block .links ul, .card-sponsor .card-wrap .social-networks, .resources-lists .list .list-wrap ul, .contact-block .col-content .col-wrap .social-networks, .login-block .col-content ul, .three-columns-content-block .col-content .college-contact, .three-columns-content-block .social-networks ul, .dashboard-membership-resources .col .col-wrap ul, .dashboard-modalities-block .modalities-list ul, .tml-links, .ui-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .container:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

h1, .h1,
h2, .h2,
h3, .h3, .modal-title,
h4, .h4,
h5,
#main .tel,
#main .membership-faq-block .col-content .col-wrap .contact a,
.membership-faq-block .col-content .col-wrap .contact #main a, .h5,
h6, .h6,
.h {
  color: #000;
  font-family: "Montserrat", "Arial", "Helvetica", "sans-serif";
  margin: 0 0 0.8em;
  line-height: 1.25;
  font-weight: 700; }

h1, .h1 {
  font-size: 36px;
  line-height: 1.12;
  margin-bottom: 0.2em; }
  @media (min-width: 1024px) {
    h1, .h1 {
      font-size: 42px; } }
  @media (min-width: 1440px) {
    h1, .h1 {
      font-size: 56px;
      line-height: 1.285714; } }

h2, .h2 {
  font-size: 28px; }
  @media (min-width: 1024px) {
    h2, .h2 {
      font-size: 34px; } }
  @media (min-width: 1440px) {
    h2, .h2 {
      font-size: 40px;
      line-height: 1.4; } }

h3, .h3, .modal-title {
  font-size: 22px; }
  @media (min-width: 1024px) {
    h3, .h3, .modal-title {
      font-size: 28px; } }
  @media (min-width: 1440px) {
    h3, .h3, .modal-title {
      font-size: 32px; } }

h4, .h4 {
  font-size: 18px;
  line-height: 1.33334; }
  @media (min-width: 1024px) {
    h4, .h4 {
      font-size: 22px; } }
  @media (min-width: 1440px) {
    h4, .h4 {
      font-size: 24px;
      line-height: 1.33334; } }


h5,
#main .tel,
#main .membership-faq-block .col-content .col-wrap .contact a,
.membership-faq-block .col-content .col-wrap .contact #main a, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 1.2em; }

a {
  color: #3C3F47; }
  a:hover, a:focus {
    text-decoration: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #3C3F47;
  background: #fff;
  font: 16px/1.5 "source_sans_pro", "Arial", "Helvetica", "sans-serif";
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

blockquote {
  border-left: 4px solid #3C3F47;
  padding-left: .5em;
  margin-left: 1.5em; }

th, td {
  border: 1px solid #3C3F47;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 1.5em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 1.5em;
  margin: 0 0 0 1.5em; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

.form-control,
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #E7E5E1;
  padding: 5px 16px;
  width: 100%;
  outline: none;
  background: #fff;
  border-radius: 6px;
  height: 44px;
  font-size: 16px;
  color: #000; }
  .form-control:focus,
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='number']:focus,
  textarea:focus {
    outline: none; }
  .form-control::-webkit-input-placeholder,
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='number']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .form-control::-moz-placeholder,
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='number']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5); }
  .form-control:-moz-placeholder,
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='number']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .form-control:-ms-input-placeholder,
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='number']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .form-control.placeholder,
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='number'].placeholder,
  textarea.placeholder {
    color: rgba(0, 0, 0, 0.5); }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: none;
  vertical-align: top;
  height: 85px; }
  @media (min-width: 1024px) {
    textarea {
      height: 112px; } }

input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

input[type='submit'] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border-radius: 6px;
  font: 600 16px/1.5 "Montserrat", "Arial", "Helvetica", "sans-serif";
  text-align: center;
  padding: 11px 24px;
  background: #FFB73E;
  border: 1px solid #FFB73E;
  color: #3C3F47;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  min-width: 192px; }
  @media (max-width: 767px) {
    input[type='submit'] {
      width: 100%; } }
  input[type='submit']:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  input[type='submit']:hover {
    background: #ffa40b;
    border-color: #ffa40b; }

.gform_footer {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  width: 100%; }
  @media (min-width: 1024px) {
    .gform_footer {
      margin-top: 16px;
      width: auto; } }
  .gform_footer input[type='submit'] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border-radius: 6px;
    font: 600 16px/1.5 "Montserrat", "Arial", "Helvetica", "sans-serif";
    text-align: center;
    padding: 11px 24px;
    background: #FFB73E;
    border: 1px solid #FFB73E;
    color: #3C3F47;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    min-width: 192px; }
    @media (max-width: 767px) {
      .gform_footer input[type='submit'] {
        width: 100%; } }
    .gform_footer input[type='submit']:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .gform_footer input[type='submit']:hover {
      background: #ffa40b;
      border-color: #ffa40b; }

.ginput_container_select,
.select-wrap {
  display: block;
  position: relative;
  border-radius: 6px;
  border: 2px solid #E7E5E1; }
  .ginput_container_select:before,
  .select-wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    margin-top: -1px; }
    @media (min-width: 1024px) {
      .ginput_container_select:before,
      .select-wrap:before {
        right: 15px;
        margin-top: -3px; } }
  .ginput_container_select select,
  .select-wrap select {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 6px 40px 6px 16px !important;
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
    border-radius: 6px;
    height: 40px;
    font-size: 16px;
    color: #000; }
    @media (max-width: 1023px) {
      .ginput_container_select select,
      .select-wrap select {
        padding-right: 30px !important; } }
    .ginput_container_select select::-ms-expand,
    .select-wrap select::-ms-expand {
      display: none; }

.form-group {
  margin-bottom: 24px; }

form label:not(.form-check-label) {
  position: static;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  font-style: normal !important; }
  @media (min-width: 1024px) {
    form label:not(.form-check-label) {
      font-size: 16px; } }

form .form-control {
  background: #fff !important; }

form .form-check {
  padding-left: 0; }

.input-wrap {
  margin-bottom: 20px; }
  .input-wrap label {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px; }
    @media (min-width: 1024px) {
      .input-wrap label {
        font-size: 16px; } }
  .input-wrap .name {
    font-size: 12px; }

.form-wrap-custom input[type="checkbox"] {
  position: absolute;
  opacity: 0; }
  .form-wrap-custom input[type="checkbox"] + label,
  .form-wrap-custom input[type="checkbox"] + span {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3px 0 0 48px !important;
    min-height: 34px;
    margin: 0; }
  .form-wrap-custom input[type="checkbox"] + span:before,
  .form-wrap-custom input[type="checkbox"] + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-bottom;
    position: absolute;
    top: 3px;
    left: 1px;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #006993; }
  .form-wrap-custom input[type="checkbox"]:checked + span:before,
  .form-wrap-custom input[type="checkbox"]:checked + label:before {
    background: #006993;
    border-color: #006993; }
  .form-wrap-custom input[type="checkbox"]:checked + span:after,
  .form-wrap-custom input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 12px;
    width: 15px;
    height: 8px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(136deg);
        -ms-transform: rotate(136deg);
            transform: rotate(136deg); }

.form-wrap-custom input[type="radio"] {
  position: absolute;
  opacity: 0 !important; }
  .form-wrap-custom input[type="radio"] + label {
    position: relative;
    cursor: pointer;
    display: block;
    padding: 0 0 0 32px !important; }
  .form-wrap-custom input[type="radio"] + label:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #006993; }
  .form-wrap-custom input[type="radio"]:checked + label:before {
    border-color: #006993; }
  .form-wrap-custom input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #006993; }

.gform_wrapper ul {
  list-style: none;
  padding: 0; }

.gform_wrapper .gform_fields {
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.gform_wrapper .gfield {
  position: relative;
  width: 100%;
  margin: 0 8px 16px; }
  @media (min-width: 768px) {
    .gform_wrapper .gfield {
      margin-bottom: 24px; } }
  .gform_wrapper .gfield.gfield_error input, .gform_wrapper .gfield.gfield_error textarea, .gform_wrapper .gfield.gfield_error select {
    border-color: #DC3545; }
  .gform_wrapper .gfield.gfield_error .ginput_container_select, .gform_wrapper .gfield.gfield_error .select-warp {
    border-color: #DC3545; }
  .gform_wrapper .gfield.gfield_error.focus input, .gform_wrapper .gfield.gfield_error.focus textarea {
    border-color: #DC3545; }
  .gform_wrapper .gfield.gfield_error.focus .gfield_label .gfield_required {
    color: #3C3F47; }
  .gform_wrapper .gfield.label-no-change .gfield_label {
    position: static !important;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px; }
  .gform_wrapper .gfield.full-width .gfield_radio li {
    width: 100%; }
    .gform_wrapper .gfield.full-width .gfield_radio li + li {
      margin-left: 0; }
  @media (min-width: 768px) {
    .gform_wrapper .gfield.gfield--width-half, .gform_wrapper .gfield.col-half {
      width: calc(50% - 20px); } }
  @media (min-width: 768px) {
    .gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -10px; } }
  .gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name span {
    display: block; }
    .gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name span.name_first {
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name span.name_first {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name span {
        width: calc(50% - 10px);
        margin: 0 10px; } }
  .gform_wrapper .gfield .gfield_label {
    position: static;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px; }
    @media (min-width: 1024px) {
      .gform_wrapper .gfield .gfield_label {
        font-size: 16px; } }
  .gform_wrapper .gfield.hidden_label .gfield_label {
    display: none !important; }
  .gform_wrapper .gfield.gfield-select .gfield_label {
    font-weight: 700;
    top: -6px;
    color: #3C3F47;
    font-size: 12px;
    left: 8px;
    background: #fff;
    padding: 0 5px;
    z-index: 2; }
  .gform_wrapper .gfield.focus .gfield_label, .gform_wrapper .gfield.float .gfield_label {
    font-size: 12px;
    padding: 0 5px;
    background: #fff;
    top: -6px;
    left: 9px;
    color: #3C3F47;
    font-weight: 700; }

.gform_wrapper label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px; }

.gform_wrapper .gfield_radio li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
  margin-right: 15px; }
  @media (min-width: 768px) {
    .gform_wrapper .gfield_radio li {
      margin-right: 35px; } }
  .gform_wrapper .gfield_radio li:last-child {
    margin-right: 0; }

.gform_wrapper .gfield_checkbox li {
  margin-bottom: 12px; }

.validation_error {
  display: none; }

.validation_message {
  font-size: 12px;
  color: #DC3545;
  margin: 4px 0 0;
  position: relative; }
  @media (min-width: 1024px) {
    .validation_message {
      font-size: 14px; } }

.gform_footer {
  position: relative; }

.gform_ajax_spinner {
  position: absolute;
  top: 50%;
  margin-left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

.gform_confirmation_message {
  text-align: center;
  font-size: 20px;
  color: #000; }

.upload-files .ginput_container_fileupload {
  position: relative; }

.upload-files .file-select-name {
  border: 1px solid #E7E5E1;
  height: 43px;
  border-radius: 30px;
  padding: 8px 35px;
  color: #fff;
  font-size: 16px; }

.upload-files input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  background: transparent;
  font-size: 0;
  -webkit-appearance: none;
  opacity: 0; }

.gform_validation_errors {
  display: none; }
  .gform_validation_errors .gform_submission_error {
    font-size: 16px;
    color: #DC3545; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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;
  outline: none;
  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; }

@media (min-width: 1200px) {
  body {
    font-size: 20px;
    line-height: 1.6; } }

#wrapper {
  width: 100%;
  position: relative; }
  @media (max-width: 1023px) {
    #wrapper {
      overflow: hidden; } }

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1264px;
  padding: 0 16px; }

.section {
  padding: 42px 0; }
  @media (min-width: 768px) {
    .section {
      padding: 60px 0; } }
  @media (min-width: 1200px) {
    .section {
      padding: 112px 0; } }
  .section.p-extra-small {
    padding: 24px 0; }
    @media (min-width: 768px) {
      .section.p-extra-small {
        padding: 40px 0; } }
    @media (min-width: 1200px) {
      .section.p-extra-small {
        padding: 48px 0; } }
  .section.p-small {
    padding: 24px 0; }
    @media (min-width: 768px) {
      .section.p-small {
        padding: 40px 0; } }
    @media (min-width: 1200px) {
      .section.p-small {
        padding: 60px 0; } }
  .section.p-medium {
    padding: 42px 0; }
    @media (min-width: 768px) {
      .section.p-medium {
        padding: 60px 0; } }
    @media (min-width: 1200px) {
      .section.p-medium {
        padding: 82px 0; } }
  .section.p-large {
    padding: 42px 0; }
    @media (min-width: 768px) {
      .section.p-large {
        padding: 60px 0; } }
    @media (min-width: 1200px) {
      .section.p-large {
        padding: 120px 0; } }
    @media (min-width: 1440px) {
      .section.p-large {
        padding: 160px 0; } }

a:not(.btn) {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:not(.btn):hover {
    color: #000; }

.btn {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border-radius: 6px;
  font: 600 16px/1.5 "Montserrat", "Arial", "Helvetica", "sans-serif";
  text-align: center;
  padding: 11px 24px;
  background: #FFB73E;
  border: 1px solid #FFB73E;
  color: #3C3F47;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  @media (max-width: 767px) {
    .btn {
      width: 100%; } }
  .btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn:hover {
    background: #ffa40b;
    border-color: #ffa40b;
    color: #3C3F47; }
  .btn-arrow {
    font-weight: 500;
    letter-spacing: -0.16px;
    position: relative;
    padding-right: 22px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.15);
    display: block;
    text-indent: -9999px;
    overflow: hidden; }
    .btn-arrow:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 9px;
      height: 9px;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
      border-width: 2.5px 2.5px 0 0;
      border-style: solid;
      border-color: #000 #000 transparent transparent;
      margin-left: -2px; }
    .btn-arrow:hover {
      background: #ffa40b;
      border-color: #ffa40b; }
  .btn-arrow-text {
    display: inline-block;
    vertical-align: middle;
    outline: none;
    font: 600 16px/1.5 "Montserrat", "Arial", "Helvetica", "sans-serif";
    padding: 12px 40px 12px 0;
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative; }
    @media (max-width: 767px) {
      .btn-arrow-text {
        width: 100%; } }
    @media (min-width: 1024px) {
      .btn-arrow-text {
        font-size: 22px;
        font-weight: 400;
        line-height: 1.27273; } }
    .btn-arrow-text:hover span {
      background: #ffa40b;
      border-color: #ffa40b; }
    .btn-arrow-text span {
      font-weight: 500;
      letter-spacing: -0.16px;
      position: absolute;
      top: 50%;
      right: 0;
      padding-right: 22px;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: #fff;
      -webkit-box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.15);
      display: block;
      text-indent: -9999px;
      overflow: hidden;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .btn-arrow-text span:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 9px;
        height: 9px;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
        border-width: 2.5px 2.5px 0 0;
        border-style: solid;
        border-color: #000 #000 transparent transparent;
        margin-left: -2px; }
  .btn-outline {
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border-radius: 6px;
    font: 600 16px/1.5 "Montserrat", "Arial", "Helvetica", "sans-serif";
    text-align: center;
    padding: 11px 24px;
    background: #fff;
    color: #3C3F47;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1px solid #3C3F47; }
    @media (max-width: 767px) {
      .btn-outline {
        width: 100%; } }
    .btn-outline.danger {
      color: #DC3545;
      border-color: #DC3545; }
      .btn-outline.danger:hover {
        color: #fff;
        background: #bd2130;
        border-color: #bd2130; }
    .btn-outline:hover {
      background: #ffa40b;
      border-color: #ffa40b; }
    .btn-outline.arrow img {
      margin-left: 10px; }

.tml-button {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border-radius: 6px;
  font: 600 16px/1.5 "Montserrat", "Arial", "Helvetica", "sans-serif";
  text-align: center;
  padding: 11px 24px;
  background: #FFB73E;
  border: 1px solid #FFB73E;
  color: #3C3F47;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  @media (max-width: 767px) {
    .tml-button {
      width: 100%; } }
  .tml-button:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .tml-button:hover {
    background: #ffa40b;
    border-color: #ffa40b; }

.atcb-button {
  border-color: #3C3F47;
  color: #3C3F47;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .alignleft {
      margin-bottom: 0; } }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .alignright {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .alignright + p,
    .alignright + ul,
    .alignright + h2,
    .alignright + h3,
    .alignright + h4,
    .alignright + h5,
    #main .alignright + .tel,
    #main .membership-faq-block .col-content .col-wrap .contact .alignright + a,
    .membership-faq-block .col-content .col-wrap .contact #main .alignright + a {
      clear: both; } }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.img-wrap a:hover {
  opacity: 0.7; }

.text-small {
  font-size: 16px;
  line-height: 1.5; }

figure {
  margin: 0; }
  @media (max-width: 767px) {
    figure.wp-caption {
      width: auto !important; } }
  figure figcaption {
    font-size: 16px; }

.full-width {
  width: 100%; }

.section-heading {
  margin-bottom: 24px; }
  @media (min-width: 1024px) {
    .section-heading {
      margin-bottom: 32px; } }
  @media (min-width: 1200px) {
    .section-heading {
      margin-bottom: 48px; } }
  .section-heading h2 {
    margin: 0; }

.heading-block {
  margin-bottom: 24px; }
  @media (min-width: 1024px) {
    .heading-block {
      margin-bottom: 32px; } }
  @media (min-width: 1200px) {
    .heading-block {
      margin-bottom: 48px; } }
  .heading-block h2 {
    margin: 0 0 24px; }
    .heading-block h2:only-child {
      margin-bottom: 0; }
  .heading-block p:last-child {
    margin-bottom: 0; }

.heading-title {
  margin-bottom: 30px; }
  .heading-title h2 {
    margin: 0; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.no-paddingtop {
  padding-top: 0 !important; }

.pb-0,
.no-paddingbottom {
  padding-bottom: 0 !important; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }
  .row > * {
    padding: 0 15px; }

.col {
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

a.file:not(.btn) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #006993;
  padding-left: 40px;
  font: 600 16px/1.5 "Montserrat", "Arial", "Helvetica", "sans-serif";
  text-transform: capitalize;
  min-height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  a.file:not(.btn):before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("assets/images/icon-download.svg") no-repeat; }

.bg-blue {
  background-color: #F0F9F9; }

.bg-teal {
  background-color: #006993;
  color: #fff; }

.bg-light-green {
  background: #F4F9E8; }

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

.text-black {
  color: #000; }

.text-white {
  color: #fff; }

@media (min-width: 1024px) {
  .hide-desktop {
    display: none; } }

@media (min-width: 768px) {
  .hide-tablet {
    display: none; } }

@media (max-width: 767px) {
  .hide-mobile {
    display: none; } }

#main .tel, #main .membership-faq-block .col-content .col-wrap .contact a, .membership-faq-block .col-content .col-wrap .contact #main a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding-left: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 24px;
  margin: 0; }
  #main .tel:before, #main .membership-faq-block .col-content .col-wrap .contact a:before, .membership-faq-block .col-content .col-wrap .contact #main a:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("assets/images/icon-phone.svg") no-repeat;
    background-size: 100%; }
  #main .tel:hover, #main .membership-faq-block .col-content .col-wrap .contact a:hover, .membership-faq-block .col-content .col-wrap .contact #main a:hover {
    color: #006993; }

#main section p a:not(.btn):not(.file):not(.btn-outline):not(.tel), #main section li a:not(.btn):not(.file):not(.btn-outline):not(.tel) {
  text-decoration: underline; }
  #main section p a:not(.btn):not(.file):not(.btn-outline):not(.tel):hover, #main section li a:not(.btn):not(.file):not(.btn-outline):not(.tel):hover {
    text-decoration: none; }

.admin-bar .fancybox-button {
  top: 46px; }
  @media (min-width: 782px) {
    .admin-bar .fancybox-button {
      top: 32px; } }

iframe {
  vertical-align: top; }

blockquote {
  margin: 0 0 30px;
  border: none;
  padding: 0; }
  blockquote p {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    position: relative;
    padding: 0 40px; }
    @media (min-width: 768px) {
      blockquote p {
        padding: 0 119px; } }
    blockquote p:before, blockquote p:after {
      content: "";
      background-repeat: no-repeat;
      background-size: 100%;
      width: 30px;
      height: 26px;
      position: absolute;
      top: 0; }
      @media (min-width: 768px) {
        blockquote p:before, blockquote p:after {
          width: 89px;
          height: 63px; } }
    blockquote p:before {
      left: 0; }
    blockquote p:after {
      right: 0; }

.wp-block-columns {
  row-gap: 30px; }
  @media (min-width: 1200px) {
    .wp-block-columns {
      -webkit-column-gap: 60px;
         -moz-column-gap: 60px;
              column-gap: 60px; } }

.img-cover {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  width: 100%;
  z-index: 2; }
  .img-cover.top-right-bottom-left-radius {
    border-radius: 0 43px; }
    @media (min-width: 1024px) {
      .img-cover.top-right-bottom-left-radius {
        border-radius: 0 100px; } }
  .img-cover.top-left-bottom-right-radius {
    border-radius: 43px 0; }
    @media (min-width: 1024px) {
      .img-cover.top-left-bottom-right-radius {
        border-radius: 100px 0; } }
  .img-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.chip {
  font-size: 14px;
  line-height: 1.35714;
  padding: 3px 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 61px;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2; }
  @media (min-width: 1024px) {
    .chip {
      font-size: 16px;
      line-height: 1.5; } }
  .chip.free {
    background-color: #c8df8e; }
  .chip.member {
    background-color: #006993;
    color: #fff; }

.alert p {
  font-size: 16px; }

button.close {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: transparent;
  border: 1px solid #3C3F47;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  button.close span {
    font-size: 24px;
    line-height: 0.5;
    display: block;
    margin: 1px 0 0 1px; }

.modal-title {
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .modal-title {
      font-size: 28px !important; } }

.top-right-bottom-left-radius img {
  border-radius: 0 20px; }

.top-left-bottom-right-radius img {
  border-radius: 20px 0; }

.accordion.with-bg .accordion-list.active {
  background: #F0F9F9;
  border-radius: 0 20px;
  border-bottom-color: transparent; }

.accordion.with-bg .accordion-list .title,
.accordion.with-bg .accordion-list .h4,
.accordion.with-bg .accordion-list h3 {
  padding: 24px 80px 24px 24px; }
  @media (min-width: 1024px) {
    .accordion.with-bg .accordion-list .title,
    .accordion.with-bg .accordion-list .h4,
    .accordion.with-bg .accordion-list h3 {
      padding: 32px 32px 32px 88px; } }
  .accordion.with-bg .accordion-list .title:after,
  .accordion.with-bg .accordion-list .h4:after,
  .accordion.with-bg .accordion-list h3:after {
    right: 28px; }
    @media (min-width: 1024px) {
      .accordion.with-bg .accordion-list .title:after,
      .accordion.with-bg .accordion-list .h4:after,
      .accordion.with-bg .accordion-list h3:after {
        right: auto;
        left: 28px; } }
  .accordion.with-bg .accordion-list .title:before,
  .accordion.with-bg .accordion-list .h4:before,
  .accordion.with-bg .accordion-list h3:before {
    right: 24px; }
    @media (min-width: 1024px) {
      .accordion.with-bg .accordion-list .title:before,
      .accordion.with-bg .accordion-list .h4:before,
      .accordion.with-bg .accordion-list h3:before {
        right: auto;
        left: 24px; } }

.accordion.with-bg .accordion-list .slide {
  padding: 0 24px 24px; }
  @media (min-width: 1024px) {
    .accordion.with-bg .accordion-list .slide {
      margin-top: -8px;
      padding: 0 32px 32px 88px; } }

.accordion .accordion-list {
  border-bottom: 1px solid #E7E5E1; }
  .accordion .accordion-list.active .title:after,
  .accordion .accordion-list.active .h4:after,
  .accordion .accordion-list.active h3:after {
    background-image: url("assets/images/icon-dash.svg"); }
  .accordion .accordion-list.active .title:before,
  .accordion .accordion-list.active .h4:before,
  .accordion .accordion-list.active h3:before {
    background: #006993; }
  .accordion .accordion-list.active .title:hover:after,
  .accordion .accordion-list.active .h4:hover:after,
  .accordion .accordion-list.active h3:hover:after {
    background-image: url("assets/images/icon-dash.svg"); }
  @media (min-width: 1024px) {
    .accordion .accordion-list .title.h4 {
      font-size: 20px;
      font-family: "source_sans_pro", "Arial", "Helvetica", "sans-serif"; } }
  .accordion .accordion-list .title,
  .accordion .accordion-list .h4,
  .accordion .accordion-list h3 {
    cursor: pointer;
    position: relative;
    padding: 16px 56px 16px 0;
    margin-bottom: 0;
    display: block;
    color: #000;
    font-weight: 700; }
    @media (min-width: 1024px) {
      .accordion .accordion-list .title,
      .accordion .accordion-list .h4,
      .accordion .accordion-list h3 {
        padding: 16px 0 16px 56px;
        font-weight: 600; } }
    .accordion .accordion-list .title:hover:after,
    .accordion .accordion-list .h4:hover:after,
    .accordion .accordion-list h3:hover:after {
      color: #fff;
      background-image: url("assets/images/icon-plus-white.svg"); }
    .accordion .accordion-list .title:hover:before,
    .accordion .accordion-list .h4:hover:before,
    .accordion .accordion-list h3:hover:before {
      background: #006993; }
    .accordion .accordion-list .title:after,
    .accordion .accordion-list .h4:after,
    .accordion .accordion-list h3:after {
      content: "";
      position: absolute;
      top: 50%;
      color: #000;
      right: 4px;
      width: 24px;
      height: 24px;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      background: url("assets/images/icon-plus.svg") no-repeat;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (min-width: 1024px) {
        .accordion .accordion-list .title:after,
        .accordion .accordion-list .h4:after,
        .accordion .accordion-list h3:after {
          right: auto;
          left: 4px; } }
    .accordion .accordion-list .title:before,
    .accordion .accordion-list .h4:before,
    .accordion .accordion-list h3:before {
      content: "";
      width: 32px;
      height: 32px;
      position: absolute;
      top: 0;
      right: 0;
      top: 50%;
      background: #fff;
      -webkit-box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.15);
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      border-radius: 50%;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
      @media (min-width: 1024px) {
        .accordion .accordion-list .title:before,
        .accordion .accordion-list .h4:before,
        .accordion .accordion-list h3:before {
          right: auto;
          left: 0; } }
  .accordion .accordion-list .slide {
    display: none;
    padding-top: 8px;
    padding-bottom: 16px; }
    @media (min-width: 768px) {
      .accordion .accordion-list .slide {
        padding-right: 44px; } }
    .accordion .accordion-list .slide p {
      margin-bottom: 24px; }
      .accordion .accordion-list .slide p:last-child {
        margin-bottom: 0; }

#header {
  position: relative;
  z-index: 99; }

@media (max-width: 1023px) {
  .logo {
    max-width: 134px; } }

.header-top {
  background: #006993;
  color: #fff;
  padding: 12px 0;
  display: none; }
  @media (min-width: 1024px) {
    .header-top {
      display: block; } }
  .header-top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-top-wrap > a:not(.btn-cta):not(.search-opener) {
      color: #fff;
      padding: 7px 16px; }
      .header-top-wrap > a:not(.btn-cta):not(.search-opener):hover {
        text-decoration: underline; }
  .header-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .header-top .login-account {
    display: none; }
    @media (min-width: 1024px) {
      .header-top .login-account {
        display: block; } }
    .header-top .login-account > ul > li:not(.not-login) {
      position: relative; }
      .header-top .login-account > ul > li:not(.not-login):hover .sub-menu {
        visibility: visible;
        opacity: 1; }
      .header-top .login-account > ul > li:not(.not-login):hover > a {
        color: #000;
        background: #F0F9F9;
        text-decoration: none; }
        .header-top .login-account > ul > li:not(.not-login):hover > a:after {
          margin-top: 9px;
          -webkit-transform: translateY(-50%) rotate(-45deg);
              -ms-transform: translateY(-50%) rotate(-45deg);
                  transform: translateY(-50%) rotate(-45deg);
          border-color: #000 #000 transparent transparent; }
        .header-top .login-account > ul > li:not(.not-login):hover > a svg path {
          fill: #000; }
      .header-top .login-account > ul > li:not(.not-login) > a:after {
        content: "";
        width: 8px;
        height: 8px;
        border-width: 2px 2px 0 0;
        border-style: solid;
        border-color: #fff #fff transparent transparent;
        -webkit-transform: translateY(-50%) rotate(136deg);
            -ms-transform: translateY(-50%) rotate(136deg);
                transform: translateY(-50%) rotate(136deg);
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        margin-top: 2px;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
    .header-top .login-account > ul > li > a {
      border-radius: 6px;
      padding: 8px 12px;
      color: #fff;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header-top .login-account > ul > li > a:hover {
        text-decoration: underline; }
      .header-top .login-account > ul > li > a svg {
        width: 24px;
        height: 24px;
        margin-right: 8px; }
        .header-top .login-account > ul > li > a svg path {
          -webkit-transition: 0.3s ease;
          transition: 0.3s ease; }
    .header-top .login-account > ul .sub-menu {
      display: none; }
      @media (min-width: 1024px) {
        .header-top .login-account > ul .sub-menu {
          display: block;
          padding: 34px 0 0;
          margin: 0;
          position: absolute;
          top: 100%;
          left: -16px;
          width: 250px;
          visibility: hidden;
          opacity: 0;
          z-index: 999; } }
      .header-top .login-account > ul .sub-menu:after {
        content: "";
        position: absolute;
        top: 6px;
        left: 45px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 17px 28px;
        border-color: transparent transparent #FFFFFF transparent;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        display: none; }
        @media (min-width: 1024px) {
          .header-top .login-account > ul .sub-menu:after {
            display: block; } }
      @media (max-width: 1023px) {
        .header-top .login-account > ul .sub-menu a {
          border: none; } }
    .header-top .login-account > ul ul {
      border-radius: 6px;
      -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
      background: #fff;
      padding: 16px; }
      .header-top .login-account > ul ul li + li {
        margin-top: 10px; }
      .header-top .login-account > ul ul li a {
        display: block;
        color: #000;
        padding: 8px 16px;
        border-radius: 6px; }
        .header-top .login-account > ul ul li a:hover {
          background: #F0F9F9;
          text-decoration: none; }
  .header-top .btn-cta {
    border-color: #fff;
    font-family: "Montserrat", "Arial", "Helvetica", "sans-serif";
    text-transform: capitalize;
    color: #fff;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-top .btn-cta:hover {
      background: #fff; }

.header-bottom {
  background: #fff;
  -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
  padding: 18px 0;
  position: relative; }
  @media (max-width: 1023px) {
    .header-bottom {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      min-height: 68px; } }
  @media (min-width: 1024px) {
    .header-bottom {
      padding: 16px 0; } }
  @media (min-width: 1024px) {
    .header-bottom-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.sticky .header-bottom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }

@media (min-width: 1024px) {
  .sticky #main {
    padding-top: 96px; } }

@media (max-width: 1023px) {
  #main {
    padding-top: 68px; } }

@media (min-width: 782px) {
  .admin-bar .header-search {
    top: calc(72px + 32px); } }

@media (min-width: 782px) {
  .admin-bar.sticky .header-bottom {
    top: 32px; } }

.search-opener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px; }
  .search-opener:hover {
    opacity: 0.7; }

.header-search {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 999;
  background: #F0F9F9; }
  .header-search .container {
    position: relative; }
  .header-search .search-close {
    position: absolute;
    width: 18px;
    height: 18px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .header-search .search-close:before, .header-search .search-close:after {
      content: "";
      position: absolute;
      top: 9px;
      left: 0;
      height: 2px;
      width: 100%;
      background: #000; }
    .header-search .search-close:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .header-search .search-close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .header-search form {
    margin: 0 -9px 0;
    border-radius: 8px;
    padding: 10px 50px 10px 10px; }
    @media (min-width: 1024px) {
      .header-search form {
        height: 96px; } }
    .header-search form input {
      border: none;
      height: 100%;
      width: 100%;
      background: transparent;
      color: #3C3F47;
      outline: none; }
      @media (min-width: 1024px) {
        .header-search form input {
          font-size: 18px; } }

.mobile-login {
  position: absolute;
  top: 50%;
  right: 68px;
  width: 30px;
  height: 32px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 3px; }
  @media (min-width: 1024px) {
    .mobile-login {
      display: none; } }
  .mobile-login svg {
    width: 26px;
    height: 26px; }
    .mobile-login svg path {
      fill: #006993; }

.search-active .header-search {
  visibility: visible;
  opacity: 1; }

.header-search-mobile {
  position: absolute;
  top: 50%;
  right: 56px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  @media (min-width: 1024px) {
    .header-search-mobile {
      display: none; } }
  .nav-active .header-search-mobile {
    visibility: visible;
    opacity: 1; }

.header-search-mobile-form {
  position: relative;
  width: 122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; }
  .header-search-mobile-form.focus {
    width: 200px; }
  .header-search-mobile-form input[type="search"] {
    background: url("assets/images/icon-search-teal.svg") no-repeat;
    background-size: 18px 18px;
    background-position: 16px 50%;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: -0.14px;
    border-radius: 6px;
    border: none;
    outline: none;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #006993;
    height: 40px;
    padding: 8px 16px 8px 42px; }
    .header-search-mobile-form input[type="search"]::-webkit-input-placeholder {
      color: #000;
      letter-spacing: -0.14px; }
    .header-search-mobile-form input[type="search"]::-moz-placeholder {
      opacity: 1;
      color: #000;
      letter-spacing: -0.14px; }
    .header-search-mobile-form input[type="search"]:-moz-placeholder {
      color: #000;
      letter-spacing: -0.14px; }
    .header-search-mobile-form input[type="search"]:-ms-input-placeholder {
      color: #000;
      letter-spacing: -0.14px; }
    .header-search-mobile-form input[type="search"].placeholder {
      color: #000;
      letter-spacing: -0.14px; }
  .header-search-mobile-form input[type="submit"] {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 16px;
    background-size: 18px 18px;
    background-position: center;
    border: none;
    outline: none; }

@media (min-width: 1024px) {
  #nav {
    width: calc(100% - 160px);
    position: relative; } }

#nav .drop {
  position: fixed;
  top: 68px;
  left: 0;
  bottom: 0;
  padding: 24px 24px 32px;
  -webkit-transform: translateX(-100vw);
      -ms-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: -webkit-transform .4s linear;
  transition: -webkit-transform .4s linear;
  transition: transform .4s linear;
  transition: transform .4s linear, -webkit-transform .4s linear;
  z-index: 5;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: inset 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 8px 26px 0px rgba(0, 0, 0, 0.1); }
  @media (min-width: 1024px) {
    #nav .drop {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      position: static;
      padding: 0;
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; } }
  @media (min-width: 1024px) {
    #nav .drop ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 1024px) {
    #nav .drop ul.account {
      display: none; } }
  #nav .drop ul.account > li > a {
    background: #c8df8e; }
  #nav .drop ul.account .sub-menu {
    background: #F4F9E8;
    padding: 16px 24px; }
  #nav .drop ul > li {
    position: relative; }
    @media (min-width: 1200px) {
      #nav .drop ul > li {
        margin: 0 0 0 8px; } }
    @media (min-width: 1024px) {
      #nav .drop ul > li:hover > a {
        background: #F0F9F9; } }
    @media (min-width: 1024px) {
      #nav .drop ul > li:hover > ul,
      #nav .drop ul > li:hover .sub-menu {
        visibility: visible;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
    @media (min-width: 1024px) {
      #nav .drop ul > li + li {
        border: none; } }
    @media (min-width: 1024px) {
      #nav .drop ul > li:nth-last-child(2) .sub-menu, #nav .drop ul > li:nth-last-child(1) .sub-menu {
        left: auto;
        right: -20px; } }
    @media (min-width: 1024px) {
      #nav .drop ul > li:nth-last-child(2) .sub-menu:after, #nav .drop ul > li:nth-last-child(1) .sub-menu:after {
        left: auto;
        right: 45px; } }
    #nav .drop ul > li.menu-item-has-children > a {
      position: relative;
      z-index: 1;
      padding-right: 50px; }
      @media (min-width: 1024px) {
        #nav .drop ul > li.menu-item-has-children > a {
          padding-right: 17px; } }
      #nav .drop ul > li.menu-item-has-children > a:after {
        content: "";
        width: 8px;
        height: 8px;
        border-width: 2px 2px 0 0;
        border-style: solid;
        border-color: #006993 #006993 transparent transparent;
        -webkit-transform: translateY(-50%) rotate(136deg);
            -ms-transform: translateY(-50%) rotate(136deg);
                transform: translateY(-50%) rotate(136deg);
        display: none;
        margin-left: 8px;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
        @media (min-width: 1024px) {
          #nav .drop ul > li.menu-item-has-children > a:after {
            display: inline-block;
            vertical-align: middle; } }
    #nav .drop ul > li.menu-item-has-children .arrow {
      position: absolute;
      top: 14px;
      right: 16px;
      font-size: 0;
      width: 30px;
      height: 26px;
      z-index: 1; }
      @media (min-width: 1024px) {
        #nav .drop ul > li.menu-item-has-children .arrow {
          display: none;
          margin: -10px -8px 0 0; } }
      #nav .drop ul > li.menu-item-has-children .arrow:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 10px;
        height: 10px;
        border-width: 2px 2px 0 0;
        border-style: solid;
        border-color: #000 #000 transparent transparent;
        margin: -8px 0 0 -5px;
        -webkit-transform: rotate(136deg);
            -ms-transform: rotate(136deg);
                transform: rotate(136deg);
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
        @media (min-width: 1024px) {
          #nav .drop ul > li.menu-item-has-children .arrow:before {
            display: none; } }
    #nav .drop ul > li.menu-item-has-children.submenu-active > .arrow:before {
      margin-top: -1px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      border-color: #000 #000 transparent transparent; }
    @media (min-width: 1024px) {
      #nav .drop ul > li.menu-item-has-children:hover > a:after {
        bottom: 0;
        margin-top: 9px;
        -webkit-transform: translateY(-50%) rotate(-45deg);
            -ms-transform: translateY(-50%) rotate(-45deg);
                transform: translateY(-50%) rotate(-45deg); } }
    @media (min-width: 1024px) {
      #nav .drop ul > li.current-menu-parent:hover a:after, #nav .drop ul > li.current-menu-item:hover a:after {
        bottom: 0; } }
    @media (min-width: 1024px) {
      #nav .drop ul > li.current-menu-parent > a, #nav .drop ul > li.current-menu-item > a {
        background: #F0F9F9; } }
    #nav .drop ul > li > a {
      position: relative;
      font-size: 16px;
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 1023px) {
        #nav .drop ul > li > a {
          font-weight: 700;
          font-family: "Montserrat", "Arial", "Helvetica", "sans-serif";
          display: block;
          padding: 16px;
          border-bottom: 1px solid #E7E5E1;
          color: #000; } }
      @media (min-width: 1024px) {
        #nav .drop ul > li > a {
          color: #006993;
          font-size: 18px;
          padding: 10px;
          border-radius: 6px; } }
      @media (min-width: 1200px) {
        #nav .drop ul > li > a {
          font-size: 20px; } }
  #nav .drop ul .sub-menu {
    display: none;
    padding: 16px 0 16px 16px;
    position: relative; }
    @media (min-width: 1024px) {
      #nav .drop ul .sub-menu {
        display: block;
        padding: 34px 0 0;
        margin: 0;
        position: absolute;
        top: 100%;
        left: -20px;
        width: 402px;
        visibility: hidden;
        opacity: 0; } }
    #nav .drop ul .sub-menu:after {
      content: "";
      position: absolute;
      top: 6px;
      left: 45px;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 17px 28px;
      border-color: transparent transparent #FFFFFF transparent;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      display: none; }
      @media (min-width: 1024px) {
        #nav .drop ul .sub-menu:after {
          display: block; } }
    @media (max-width: 1023px) {
      #nav .drop ul .sub-menu a {
        border: none; } }
  #nav .drop ul ul {
    width: 100%;
    margin: 0; }
    @media (min-width: 1024px) {
      #nav .drop ul ul {
        display: block;
        margin: 0;
        padding: 16px;
        text-align: left;
        border: none;
        position: relative;
        z-index: 1;
        border-radius: 6px;
        -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
        background: #fff; } }
    #nav .drop ul ul li {
      width: 100%;
      margin: 0; }
      #nav .drop ul ul li.menu-item-has-children > a:before {
        border-color: #000 #000 transparent transparent; }
      #nav .drop ul ul li.menu-item-has-children .arrow {
        margin-top: -5px; }
      #nav .drop ul ul li + li {
        margin: 16px 0 0; }
        @media (min-width: 1024px) {
          #nav .drop ul ul li + li {
            margin-top: 8px; } }
      #nav .drop ul ul li.title > a {
        display: block;
        position: relative; }
        @media (min-width: 1024px) {
          #nav .drop ul ul li.title > a {
            font: 700 24px/1.334 "Montserrat", "Arial", "Helvetica", "sans-serif";
            padding: 8px 16px;
            padding-right: 54px !important; } }
        #nav .drop ul ul li.title > a:after {
          content: "";
          position: absolute;
          top: 50%;
          right: 16px;
          width: 30px;
          height: 30px;
          background: white;
          -webkit-box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.15);
                  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.15);
          border-radius: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
          display: none; }
          @media (min-width: 1024px) {
            #nav .drop ul ul li.title > a:after {
              display: block; } }
        #nav .drop ul ul li.title > a:before {
          content: "";
          position: absolute;
          top: 50%;
          right: 28px;
          width: 9px;
          height: 9px;
          -webkit-transform: translateY(-50%) rotate(45deg);
              -ms-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg);
          border-width: 2.5px 2.5px 0 0;
          border-style: solid;
          border-color: #000 #000 transparent transparent;
          margin-left: -2px;
          z-index: 1;
          -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
          display: none; }
          @media (min-width: 1024px) {
            #nav .drop ul ul li.title > a:before {
              display: block; } }
        #nav .drop ul ul li.title > a:hover:after {
          background: #ffa40b;
          border-color: #ffa40b; }
      @media (min-width: 1024px) {
        #nav .drop ul ul li:hover > a, #nav .drop ul ul li.current-menu-parent > a, #nav .drop ul ul li.current-menu-item > a {
          background: #F0F9F9; } }
      #nav .drop ul ul li:hover ul {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
      #nav .drop ul ul li a {
        display: block;
        padding: 0;
        font-weight: 400;
        color: #000;
        text-transform: inherit; }
        @media (min-width: 1024px) {
          #nav .drop ul ul li a {
            font-size: 20px;
            padding: 10px 24px; } }
        @media (min-width: 1024px) {
          #nav .drop ul ul li a.has-icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
        #nav .drop ul ul li a.has-icon .menu-icon {
          width: 24px;
          height: 24px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-right: 10px;
          margin-top: 3px; }
          @media (max-width: 1023px) {
            #nav .drop ul ul li a.has-icon .menu-icon {
              display: none; } }
          #nav .drop ul ul li a.has-icon .menu-icon img {
            width: auto;
            max-height: 20px; }
        #nav .drop ul ul li a:after {
          display: none; }
  #nav .drop .header-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding-top: 42px; }
    @media (min-width: 1024px) {
      #nav .drop .header-cta {
        display: none; } }

#nav .drop-wrap {
  height: calc(100vh - 150px);
  overflow-y: auto;
  overflow-x: hidden; }
  @media (min-width: 1024px) {
    #nav .drop-wrap {
      height: auto;
      overflow: visible;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 20px;
      background: transparent;
      text-align: left; } }

.nav-opener {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 32px;
  height: 32px;
  outline: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (min-width: 1024px) {
    .nav-opener {
      display: none; } }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    position: absolute;
    top: 50%;
    left: 5px;
    height: 2px;
    width: 22px;
    border-radius: 5px;
    background: #006993;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .nav-opener span {
    font-size: 0; }
  .nav-opener:before, .nav-opener:after {
    content: "";
    margin-top: -7px; }
  .nav-opener:after {
    margin-top: 7px; }

@media (min-width: 1024px) {
  .nav-active.sticky #nav .drop {
    padding-top: 40px; } }

.nav-active #nav .drop {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.nav-active .nav-opener span {
  opacity: 0; }

.nav-active .nav-opener:before, .nav-active .nav-opener:after {
  left: 5px;
  margin: 0; }

.nav-active .nav-opener:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.nav-active .nav-opener:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.footer-top {
  padding-top: 24px;
  border-top: 1px solid #E7E5E1; }
  @media (min-width: 1024px) {
    .footer-top {
      padding-top: 40px;
      padding-bottom: 20px; } }
  @media (min-width: 1024px) {
    .footer-top .row {
      margin: 0 -8px;
      row-gap: 30px; } }
  .footer-top .col {
    width: 100%; }
    @media (min-width: 1024px) {
      .footer-top .col {
        padding: 0 8px; } }
  @media (min-width: 1024px) {
    .footer-top .col-logo {
      width: 50%; } }
  @media (min-width: 1200px) {
    .footer-top .col-logo {
      width: 30%; } }
  .footer-top .col-logo .col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px; }
    @media (min-width: 768px) {
      .footer-top .col-logo .col-wrap {
        max-width: 264px; } }
    @media (min-width: 1024px) {
      .footer-top .col-logo .col-wrap {
        gap: 0; } }
  @media (min-width: 1024px) {
    .footer-top .col-logo .footer-logo {
      margin-bottom: 16px; } }
  .footer-top .col-logo .footer-contact {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 24px; }
    @media (min-width: 1024px) {
      .footer-top .col-logo .footer-contact {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        margin-bottom: 0;
        padding: 24px 0; } }
    .footer-top .col-logo .footer-contact ul li {
      position: relative;
      padding-left: 34px; }
      .footer-top .col-logo .footer-contact ul li + li {
        margin-top: 16px; }
        @media (min-width: 1024px) {
          .footer-top .col-logo .footer-contact ul li + li {
            margin-top: 10px; } }
      .footer-top .col-logo .footer-contact ul li:before {
        content: "";
        position: absolute; }
      .footer-top .col-logo .footer-contact ul li.email:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        background: url("assets/images/icon-envelope.svg") no-repeat;
        width: 24px;
        height: 24px;
        background-size: 100%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .footer-top .col-logo .footer-contact ul li.contact:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        background: url("assets/images/icon-phone.svg") no-repeat;
        width: 24px;
        height: 24px;
        background-size: 100%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .footer-top .col-logo .footer-contact ul li a {
        font: 700 18px/1.3334 "Montserrat", "Arial", "Helvetica", "sans-serif";
        color: #000; }
        @media (min-width: 1024px) {
          .footer-top .col-logo .footer-contact ul li a {
            font-size: 22px; } }
        @media (min-width: 1440px) {
          .footer-top .col-logo .footer-contact ul li a {
            font-size: 24px;
            line-height: 1.33334; } }
        .footer-top .col-logo .footer-contact ul li a:hover {
          text-decoration: underline; }
  @media (max-width: 1023px) {
    .footer-top .col-logo .social-networks {
      display: none; } }
  .footer-top .col-logo .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 0;
    gap: 16px; }
    @media (min-width: 1024px) {
      .footer-top .col-logo .links {
        padding: 16px 0; } }
    .footer-top .col-logo .links a {
      width: 100%; }
  @media (min-width: 1024px) {
    .footer-top .col-menu {
      width: 25%; } }
  @media (min-width: 1200px) {
    .footer-top .col-menu {
      width: 17.5%; } }
  .footer-top .col-menu .title {
    display: block;
    padding: 16px;
    padding-right: 32px;
    border-bottom: 1px solid #E7E5E1;
    margin: 0;
    position: relative;
    color: #000; }
    @media (min-width: 1024px) {
      .footer-top .col-menu .title {
        padding: 0;
        border: none;
        margin-bottom: 16px;
        pointer-events: none; } }
    @media (max-width: 1023px) {
      .footer-top .col-menu .title {
        font-family: "source_sans_pro", "Arial", "Helvetica", "sans-serif"; } }
    .footer-top .col-menu .title.show {
      border-bottom-color: transparent; }
      .footer-top .col-menu .title.show:before {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        margin-top: 0; }
    .footer-top .col-menu .title:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 16px;
      width: 8px;
      height: 8px;
      border-style: solid;
      border-width: 2px 2px 0 0;
      border-color: #000 #000 transparent transparent;
      -webkit-transform: rotate(136deg);
          -ms-transform: rotate(136deg);
              transform: rotate(136deg);
      margin-top: -7px;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
      @media (min-width: 1024px) {
        .footer-top .col-menu .title:before {
          display: none; } }
  @media (max-width: 1023px) {
    .footer-top .col-menu:not(.col-bold-menu) .menu-bold {
      display: none; } }
  .footer-top .col-menu ul {
    display: none;
    padding: 0 16px 16px; }
    @media (min-width: 1024px) {
      .footer-top .col-menu ul {
        display: block !important;
        padding: 0; } }
    .footer-top .col-menu ul.menu-bold {
      display: block;
      padding: 0; }
      @media (min-width: 1024px) {
        .footer-top .col-menu ul.menu-bold {
          padding: 16px 0 0; } }
      @media (max-width: 1023px) {
        .footer-top .col-menu ul.menu-bold li + li {
          margin-top: 0; } }
      .footer-top .col-menu ul.menu-bold li a {
        display: block;
        padding: 16px;
        border-bottom: 1px solid #E7E5E1;
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        color: #000; }
        @media (min-width: 1024px) {
          .footer-top .col-menu ul.menu-bold li a {
            display: inline-block;
            font-family: "Montserrat", "Arial", "Helvetica", "sans-serif";
            padding: 0;
            border: none; } }
    .footer-top .col-menu ul li + li {
      margin-top: 16px; }
    .footer-top .col-menu ul li a {
      font-size: 14px;
      line-height: 1.35714;
      color: #000; }
      @media (min-width: 768px) {
        .footer-top .col-menu ul li a {
          font-size: 16px;
          line-height: 1.5; } }
      .footer-top .col-menu ul li a:hover {
        text-decoration: underline; }
  .footer-top .col-social-networks {
    padding-top: 24px;
    padding-bottom: 24px; }
  .footer-top .social-networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 0;
    gap: 24px; }
    .footer-top .social-networks li {
      width: 24px; }
      .footer-top .social-networks li a:hover {
        opacity: 0.7; }

.footer-bottom {
  padding: 24px 0;
  background: #006993;
  font-size: 12px;
  color: #fff; }
  @media (min-width: 1024px) {
    .footer-bottom-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .footer-bottom p {
    margin-bottom: 16px; }
    @media (min-width: 1024px) {
      .footer-bottom p {
        margin: 0; } }
  .footer-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1024px) {
      .footer-bottom ul {
        gap: 24px; } }
    .footer-bottom ul li {
      display: inline-block; }
      .footer-bottom ul li.webqem a {
        display: block;
        padding-right: 36px;
        position: relative; }
        .footer-bottom ul li.webqem a:before {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          width: 28px;
          height: 28px;
          background: url("assets/images/icon-webqem.svg") no-repeat;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .footer-bottom ul li a {
        font-size: 12px;
        font-weight: 700;
        color: #fff; }

.banner .row {
  row-gap: 24px; }
  @media (min-width: 1024px) {
    .banner .row {
      margin: 0 -17px; } }

.banner .col {
  width: 100%; }
  @media (min-width: 1024px) {
    .banner .col {
      padding: 0 17px; } }

.banner .col-image {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }
  @media (min-width: 768px) {
    .banner .col-image {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      width: 51.6588%; } }
  .banner .col-image .second-img {
    display: none;
    padding-top: 34.84%; }
    @media (min-width: 768px) {
      .banner .col-image .second-img {
        display: block; } }
    @media (min-width: 1024px) {
      .banner .col-image .second-img {
        width: 100%; } }

.banner .col-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px; }

.banner .first-image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11px; }
  @media (min-width: 1024px) {
    .banner .first-image-wrap {
      gap: 18px; } }
  .banner .first-image-wrap .decor {
    width: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px; }
    @media (min-width: 1024px) {
      .banner .first-image-wrap .decor {
        gap: 12px;
        width: 115px; } }
    .banner .first-image-wrap .decor .top-decor {
      width: 100%;
      background: #61cbea;
      height: 36.84%;
      border-radius: 24px 0; }
      @media (min-width: 1024px) {
        .banner .first-image-wrap .decor .top-decor {
          height: calc(37.53% - 12px); } }
    .banner .first-image-wrap .decor .bottom-decor {
      width: 100%;
      background: #8dc63f;
      height: 63.16%;
      border-radius: 0 24px; }
      @media (min-width: 1024px) {
        .banner .first-image-wrap .decor .bottom-decor {
          height: 62.47%; } }
  .banner .first-image-wrap .img-wrap {
    width: calc(100% - 63px - 11px);
    padding-top: 36.15%; }
    @media (min-width: 1024px) {
      .banner .first-image-wrap .img-wrap {
        width: calc(100% - 115px - 18px); } }

@media (min-width: 768px) {
  .banner .col-text {
    width: 48.3412%; } }

.banner .col-text .col-wrap {
  height: 100%; }
  @media (min-width: 768px) {
    .banner .col-text .col-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.banner .col-text h1 {
  margin-bottom: 24px; }

.banner .col-text p {
  margin-bottom: 24px; }

.banner .col-text .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px; }
  @media (min-width: 768px) {
    .banner .col-text .links {
      -webkit-box-orient: initial;
      -webkit-box-direction: initial;
          -ms-flex-direction: initial;
              flex-direction: initial;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px; } }
  .banner .col-text .links li a {
    width: 100%; }

.inner-banner {
  padding: 24px 0; }
  @media (min-width: 1024px) {
    .inner-banner {
      padding: 32px; } }
  .inner-banner .row {
    row-gap: 24px; }
    @media (min-width: 768px) {
      .inner-banner .row {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 1024px) {
      .inner-banner .row {
        margin: 0 -17px; } }
  .inner-banner .col {
    width: 100%; }
    @media (min-width: 1024px) {
      .inner-banner .col {
        padding: 0 17px; } }
  .inner-banner .col-image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
    @media (min-width: 768px) {
      .inner-banner .col-image {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        width: 51.6588%; } }
  .inner-banner .col-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 11px; }
    @media (min-width: 1024px) {
      .inner-banner .col-img-wrap {
        gap: 18px; } }
    .inner-banner .col-img-wrap .decor {
      width: 63px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 7px; }
      @media (min-width: 1024px) {
        .inner-banner .col-img-wrap .decor {
          width: 115px;
          gap: 12px; } }
      .inner-banner .col-img-wrap .decor .top-decor {
        width: 100%;
        background: #61cbea;
        height: 36.84%;
        border-radius: 24px 0; }
        @media (min-width: 1024px) {
          .inner-banner .col-img-wrap .decor .top-decor {
            height: calc(33.2% - 12px); } }
      .inner-banner .col-img-wrap .decor .bottom-decor {
        width: 100%;
        background: #8dc63f;
        height: 63.16%;
        border-radius: 0 24px; }
        @media (min-width: 1024px) {
          .inner-banner .col-img-wrap .decor .bottom-decor {
            height: 66.8%; } }
    .inner-banner .col-img-wrap .img-wrap {
      width: calc(100% - 63px - 11px);
      padding-top: 36.15%; }
      @media (min-width: 1024px) {
        .inner-banner .col-img-wrap .img-wrap {
          padding-top: 40.323%;
          width: calc(100% - 115px - 18px); } }
  @media (min-width: 768px) {
    .inner-banner .col-text {
      width: 48.3412%; } }
  .inner-banner .col-text .col-wrap {
    height: 100%; }
  .inner-banner .col-text h1 {
    margin-bottom: 24px; }
    .inner-banner .col-text h1:only-child {
      margin: 0; }

.single-banner {
  padding: 24px 0; }
  .single-banner .row {
    row-gap: 24px; }
    @media (min-width: 768px) {
      .single-banner .row {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 1024px) {
      .single-banner .row {
        margin: 0 -17px; } }
  .single-banner .col {
    width: 100%; }
    @media (min-width: 1024px) {
      .single-banner .col {
        padding: 0 17px; } }
  .single-banner .col-image {
    display: none; }
    @media (min-width: 1024px) {
      .single-banner .col-image {
        display: block;
        width: 38.626%; } }
  .single-banner .col-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px; }
    .single-banner .col-img-wrap .decor {
      width: 100%;
      height: 115px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 12px; }
      .single-banner .col-img-wrap .decor .left-decor {
        background: #61cbea;
        width: 136px;
        border-radius: 0 43px; }
      .single-banner .col-img-wrap .decor .right-decor {
        background: #8dc63f;
        width: calc(100% - 12px - 136px);
        border-radius: 43px 0; }
  @media (min-width: 1024px) {
    .single-banner .col-text {
      width: 61.374%; } }
  .single-banner .col-text h1 {
    margin-bottom: 24px; }
    .single-banner .col-text h1:only-child {
      margin: 0; }
  .single-banner .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 16px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px; }
    @media (min-width: 1024px) {
      .single-banner .categories {
        -webkit-column-gap: 24px;
           -moz-column-gap: 24px;
                column-gap: 24px; } }
    .single-banner .categories li {
      background: #006993;
      color: #fff;
      border-radius: 50px;
      font: 600 14px/1.35714 "Montserrat", "Arial", "Helvetica", "sans-serif";
      padding: 3px 16px; }
  .single-banner .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 10px; }
    @media (min-width: 768px) {
      .single-banner .links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (min-width: 1200px) {
      .single-banner .links {
        -webkit-column-gap: 25px;
           -moz-column-gap: 25px;
                column-gap: 25px; } }
    .single-banner .links li a {
      width: 100%;
      min-width: 150px; }
      @media (min-width: 768px) {
        .single-banner .links li a {
          width: auto; } }
      @media (min-width: 1200px) {
        .single-banner .links li a {
          min-width: 223px; } }

.breadcrumbs-block {
  padding: 15px 0; }

.breadcrumbs ul li {
  padding-right: 20px;
  display: inline-block;
  font-size: 14px;
  position: relative; }
  @media (min-width: 1024px) {
    .breadcrumbs ul li {
      font-size: 16px; } }
  .breadcrumbs ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 8px;
    height: 8px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #3C3F47 #3C3F47 transparent transparent;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px; }
  .breadcrumbs ul li:last-child {
    padding: 0; }
    .breadcrumbs ul li:last-child:before {
      display: none; }
  .breadcrumbs ul li a {
    font-weight: 700;
    text-decoration: underline; }
    .breadcrumbs ul li a:hover {
      text-decoration: none; }

@media (min-width: 768px) {
  .half-content-half-image-block.img-left .col-image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

@media (min-width: 768px) {
  .half-content-half-image-block.img-right .col-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.half-content-half-image-block .row {
  row-gap: 24px; }
  @media (min-width: 1200px) {
    .half-content-half-image-block .row {
      margin: 0 -29px; } }

.half-content-half-image-block .col {
  width: 100%; }
  @media (min-width: 1200px) {
    .half-content-half-image-block .col {
      padding: 0 29px; } }

@media (min-width: 768px) {
  .half-content-half-image-block .col-image {
    width: 48.45%; } }

@media (min-width: 768px) {
  .half-content-half-image-block .col-image.img-three .img-wrap1 {
    width: calc(50.265% - 12px);
    padding-top: 47.09%; } }

@media (min-width: 768px) {
  .half-content-half-image-block .col-image.img-three .img-wrap2 {
    width: calc(49.735% - 12px);
    padding-top: 47.09%; } }

@media (min-width: 768px) {
  .half-content-half-image-block .col-image.img-three .img-wrap3 {
    padding-top: 28.925%; } }

@media (min-width: 768px) {
  .half-content-half-image-block .col-image.img-two .img-wrap1 {
    padding-top: 53.792%; } }

@media (min-width: 768px) {
  .half-content-half-image-block .col-image.img-two .img-wrap2 {
    padding-top: 44.974%; } }

@media (min-width: 1024px) {
  .half-content-half-image-block .col-image.img-two .img-wrap2 {
    padding-top: 25.222%; } }

@media (min-width: 768px) {
  .half-content-half-image-block .col-image.img-one .img-wrap1 {
    padding-top: 50.794%; } }

@media (max-width: 767px) {
  .half-content-half-image-block .col-image .img-wrap1.img-wrap {
    padding-top: 46.065%; } }

@media (max-width: 767px) {
  .half-content-half-image-block .col-image .img-wrap2,
  .half-content-half-image-block .col-image .img-wrap3 {
    display: none; } }

.half-content-half-image-block .col-image .img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%; }
  @media (min-width: 768px) {
    .half-content-half-image-block .col-image .img-list {
      gap: 24px; } }

@media (min-width: 768px) {
  .half-content-half-image-block .col-content {
    width: 51.55%; } }

.half-content-half-image-block .col-content h2 {
  margin-bottom: 24px; }
  @media (min-width: 1024px) {
    .half-content-half-image-block .col-content h2 {
      letter-spacing: -1px; } }

.half-content-half-image-block .col-content .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%; }

.half-content-half-image-block .col-content .short-description {
  font-size: 18px;
  line-height: 1.3334; }
  @media (min-width: 1024px) {
    .half-content-half-image-block .col-content .short-description {
      font-size: 22px;
      line-height: 1.27273; } }
  .half-content-half-image-block .col-content .short-description p {
    margin-bottom: 24px; }

@media (min-width: 1024px) {
  .half-content-half-image-block .col-content .content {
    line-height: 1.6; } }

.half-content-half-image-block .col-content .content p {
  margin-bottom: 24px; }

@media (max-width: 767px) {
  .half-content-half-image-block .col-content .btn-wrap .btn,
  .half-content-half-image-block .col-content .btn-wrap .btn-outline {
    width: 100%; } }

.card-up-event .card-wrap {
  border-radius: 0 20px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
  position: relative; }
  .card-up-event .card-wrap > a {
    position: absolute;
    font-size: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .card-up-event .card-wrap .img-wrap {
    padding-top: 51.312%; }
    .card-up-event .card-wrap .img-wrap a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
  .card-up-event .card-wrap .h4 {
    margin-bottom: 16px; }
    .card-up-event .card-wrap .h4 a {
      color: #000;
      position: relative;
      z-index: 2; }
      .card-up-event .card-wrap .h4 a:hover {
        color: #006993; }
  .card-up-event .card-wrap .date {
    display: block;
    margin-bottom: 16px;
    position: relative;
    padding-left: 32px; }
    @media (min-width: 1024px) {
      .card-up-event .card-wrap .date {
        font-weight: 600; } }
    .card-up-event .card-wrap .date:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      background: url("assets/images/icon-calendar-week.svg") no-repeat;
      width: 24px;
      height: 24px;
      background-size: 100%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .card-up-event .card-wrap .location {
    display: block;
    margin-bottom: 16px;
    position: relative;
    padding-left: 32px; }
    @media (min-width: 1024px) {
      .card-up-event .card-wrap .location {
        font-weight: 600; } }
    .card-up-event .card-wrap .location.webinar:before {
      background-image: url("assets/images/icon-laptop.svg"); }
    .card-up-event .card-wrap .location:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      background: url("assets/images/icon-geo-alt.svg") no-repeat;
      width: 24px;
      height: 24px;
      background-size: 100%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .card-up-event .card-wrap .text-wrap {
    padding: 24px; }
    @media (min-width: 768px) {
      .card-up-event .card-wrap .text-wrap {
        padding-bottom: 60px; } }
    .card-up-event .card-wrap .text-wrap p {
      margin-bottom: 24px; }
  @media (min-width: 768px) {
    .card-up-event .card-wrap .btn-wrap {
      position: absolute;
      bottom: 27px;
      z-index: 2; } }

.upcoming-events-block .row {
  row-gap: 16px;
  margin: 0 -8px; }

.upcoming-events-block .card-up-event {
  padding: 0 8px;
  width: 100%; }
  @media (min-width: 768px) {
    .upcoming-events-block .card-up-event {
      width: 33.33%; } }

.upcoming-events-block .section-btn-wrap {
  margin-top: 24px; }
  @media (min-width: 1024px) {
    .upcoming-events-block .section-btn-wrap {
      margin-top: 48px; } }
  @media (max-width: 767px) {
    .upcoming-events-block .section-btn-wrap .btn-outline {
      width: 100%; } }

.event-listing .card-up-event .card-wrap .img-wrap img {
  -o-object-fit: contain;
     object-fit: contain; }

.cta-block .cta-box .btn-wrap .btn {
  min-width: 203px;
  text-transform: capitalize; }
  @media (max-width: 767px) {
    .cta-block .cta-box .btn-wrap .btn {
      width: 100%; } }

.cta-block .cta-box .btn-wrap .btn-outline {
  background: transparent; }
  .cta-block .cta-box .btn-wrap .btn-outline:hover {
    background-color: #ffa40b; }

@media (min-width: 768px) {
  .cta-block .type1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; } }

.cta-block .type1 .cta-box-text {
  padding: 24px;
  border-radius: 0 20px;
  position: relative; }
  @media (min-width: 768px) {
    .cta-block .type1 .cta-box-text {
      padding-right: 120px;
      width: calc(100% - 160px - 20px); } }
  @media (min-width: 1024px) {
    .cta-block .type1 .cta-box-text {
      padding: 48px 200px 48px 32px;
      border-radius: 0 43px; } }
  .cta-block .type1 .cta-box-text:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 120px;
    background: url("assets/images/icon-ornament.svg") no-repeat;
    background-size: 100%;
    display: none; }
    @media (min-width: 768px) {
      .cta-block .type1 .cta-box-text:before {
        display: block; } }
    @media (min-width: 1024px) {
      .cta-block .type1 .cta-box-text:before {
        width: 150px;
        height: 150px; } }
  .cta-block .type1 .cta-box-text.bg-teal a:not(.btn) {
    color: #fff;
    text-decoration: underline; }
    .cta-block .type1 .cta-box-text.bg-teal a:not(.btn):hover {
      text-decoration: none; }
  .cta-block .type1 .cta-box-text .h3, .cta-block .type1 .cta-box-text .modal-title {
    color: #fff;
    margin-bottom: 16px; }
    @media (min-width: 1024px) {
      .cta-block .type1 .cta-box-text .h3, .cta-block .type1 .cta-box-text .modal-title {
        margin-bottom: 24px; } }
  .cta-block .type1 .cta-box-text p {
    margin-bottom: 24px; }
    @media (min-width: 1024px) {
      .cta-block .type1 .cta-box-text p:last-child {
        margin-bottom: 48px; } }

.cta-block .type1 .decor {
  width: 160px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px; }
  @media (min-width: 768px) {
    .cta-block .type1 .decor {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .cta-block .type1 .decor .top-decor {
    width: 100%;
    background: #61cbea;
    height: calc(34.375% - 12px);
    border-radius: 0 43px; }
    @media (min-width: 1024px) {
      .cta-block .type1 .decor .top-decor {
        height: calc(34.375% - 12px); } }
  .cta-block .type1 .decor .bottom-decor {
    width: 100%;
    background: #8dc63f;
    height: 65.625%;
    border-radius: 43px 0; }
    @media (min-width: 1024px) {
      .cta-block .type1 .decor .bottom-decor {
        height: 65.625%; } }

.cta-block .type2 {
  padding: 24px;
  border-radius: 0 24px; }
  .cta-block .type2 .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 16px; }
    @media (min-width: 1024px) {
      .cta-block .type2 .heading {
        margin-bottom: 20px; } }
    .cta-block .type2 .heading .icon-wrap {
      width: 36px;
      margin-right: 16px; }
    .cta-block .type2 .heading .h4 {
      width: calc(100% - 36px - 16px);
      margin-bottom: 0; }
  .cta-block .type2 p {
    margin-bottom: 24px; }
  @media (min-width: 1024px) {
    .cta-block .type2 .text-wrap {
      padding-left: 52px; } }

@media (max-width: 1023px) {
  .card-news-first {
    margin-bottom: 16px; } }

.card-news-first .card-wrap {
  border-radius: 0 20px;
  border: 1px solid #E7E5E1;
  background: #fff;
  overflow: hidden;
  position: relative; }
  .card-news-first .card-wrap > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    font-size: 0; }

.card-news-first .img-wrap {
  padding-top: 31.675%; }
  @media (min-width: 768px) {
    .card-news-first .img-wrap {
      padding-top: 46.535%; } }

.card-news-first .text-wrap {
  padding: 16px; }
  @media (min-width: 1024px) {
    .card-news-first .text-wrap {
      padding: 24px; } }
  .card-news-first .text-wrap .title {
    display: block;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .card-news-first .text-wrap .title {
        font-weight: 600; } }
    .card-news-first .text-wrap .title a {
      color: #000;
      position: relative;
      z-index: 1; }
      .card-news-first .text-wrap .title a:hover {
        color: #006993; }
  .card-news-first .text-wrap .date-wrap {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 1.35714; }
    @media (min-width: 1024px) {
      .card-news-first .text-wrap .date-wrap {
        font-size: 16px;
        line-height: 1.5; } }
    .card-news-first .text-wrap .date-wrap .member-user {
      margin-right: 4px;
      height: 16px; }
  .card-news-first .text-wrap time {
    display: block; }
  .card-news-first .text-wrap p {
    font-size: 16px; }
    @media (max-width: 767px) {
      .card-news-first .text-wrap p {
        display: none; } }
    .card-news-first .text-wrap p:last-child {
      margin-bottom: 0; }

.card-news .card-wrap {
  border-radius: 0 20px;
  border: 1px solid #E7E5E1;
  background: #fff;
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px) {
    .card-news .card-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .card-news .card-wrap > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    font-size: 0; }

@media (max-width: 767px) {
  .card-news .img-wrap {
    padding-top: 31.675%; } }

@media (min-width: 768px) {
  .card-news .img-wrap {
    width: 198px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0; } }

.card-news .text-wrap {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px; }
  @media (min-width: 768px) {
    .card-news .text-wrap {
      width: calc(100% - 198px);
      padding: 20px 24px; } }
  .card-news .text-wrap .title {
    display: block; }
    @media (min-width: 768px) {
      .card-news .text-wrap .title {
        font-weight: 600; } }
    .card-news .text-wrap .title a {
      color: #000;
      position: relative;
      z-index: 1; }
      .card-news .text-wrap .title a:hover {
        color: #006993; }
  .card-news .text-wrap .date-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 1.35714; }
    @media (min-width: 1024px) {
      .card-news .text-wrap .date-wrap {
        font-size: 16px;
        line-height: 1.5; } }
    .card-news .text-wrap .date-wrap .member-user {
      margin-right: 4px;
      height: 16px; }
  .card-news .text-wrap time {
    display: block; }
  .card-news .text-wrap p {
    font-size: 16px;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .card-news .text-wrap p {
        display: none; } }
    .card-news .text-wrap p:last-child {
      margin-bottom: 0; }

@media (min-width: 1024px) {
  .news-block.template .col-lists {
    row-gap: 24px; } }

.news-block .row {
  margin: 0 -8px; }

.news-block .col {
  padding: 0 8px;
  width: 100%; }
  @media (min-width: 1024px) {
    .news-block .col {
      width: 50%; } }

.news-block .col-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px; }

.news-block .section-btn-wrap {
  margin-top: 24px; }
  @media (min-width: 768px) {
    .news-block .section-btn-wrap {
      margin-top: 32px; } }
  @media (min-width: 1024px) {
    .news-block .section-btn-wrap {
      margin-top: 48px; } }
  @media (max-width: 767px) {
    .news-block .section-btn-wrap .btn-outline {
      width: 100%; } }

.card-col-img .card-wrap .img-wrap {
  margin-bottom: 16px;
  padding-top: 39.651%;
  border-radius: 20px 0; }
  @media (min-width: 1024px) {
    .card-col-img .card-wrap .img-wrap {
      margin-bottom: 24px;
      padding-top: 72.79%; } }

.card-col-img .card-wrap .text-wrap h3, .card-col-img .card-wrap .text-wrap .h3, .card-col-img .card-wrap .text-wrap .modal-title {
  margin-bottom: 16px; }
  @media (min-width: 1024px) {
    .card-col-img .card-wrap .text-wrap h3, .card-col-img .card-wrap .text-wrap .h3, .card-col-img .card-wrap .text-wrap .modal-title {
      margin-bottom: 24px; } }

.card-col-img .card-wrap .text-wrap p {
  margin-bottom: 16px; }
  @media (min-width: 1024px) {
    .card-col-img .card-wrap .text-wrap p {
      margin-bottom: 24px; } }
  .card-col-img .card-wrap .text-wrap p:last-child {
    margin-bottom: 0; }

.column-with-image-block.section-block-logo .card-col-img .card-wrap {
  background: #fff;
  -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 20px;
  padding: 32px;
  height: 100%; }
  .column-with-image-block.section-block-logo .card-col-img .card-wrap .img-wrap {
    padding-top: 35%;
    border-radius: 0; }
    .column-with-image-block.section-block-logo .card-col-img .card-wrap .img-wrap img {
      max-width: 220px;
      height: auto;
      top: 50%;
      max-height: 75px;
      width: auto;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (min-width: 1024px) {
        .column-with-image-block.section-block-logo .card-col-img .card-wrap .img-wrap img {
          max-width: 300px;
          max-height: 100px; } }

.column-with-image-block .row {
  row-gap: 36px;
  margin: 0 -8px; }

.column-with-image-block .card-col-img {
  width: 100%;
  padding: 0 8px; }
  @media (min-width: 768px) {
    .column-with-image-block .card-col-img {
      width: 33.3334%; } }

.card-membership .card-wrap {
  border-radius: 6px;
  -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
  padding: 24px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .card-membership .card-wrap:hover {
    background: #F0F9F9; }
  .card-membership .card-wrap .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px; }
    @media (min-width: 1024px) {
      .card-membership .card-wrap .content-wrap {
        row-gap: 27px; } }
  .card-membership .card-wrap .h4 {
    margin: 0; }
  .card-membership .card-wrap .price {
    margin: 0; }
    .card-membership .card-wrap .price sub {
      font-size: 18px;
      bottom: 0; }
      @media (min-width: 1024px) {
        .card-membership .card-wrap .price sub {
          font-size: 22px;
          line-height: 1.2727; } }
  .card-membership .card-wrap .membership-year {
    display: block; }
  .card-membership .card-wrap .desc {
    border-top: 1px solid #E7E5E1;
    padding-top: 16px; }
    @media (min-width: 1024px) {
      .card-membership .card-wrap .desc {
        margin-bottom: 8px; } }
    .card-membership .card-wrap .desc ul li {
      position: relative;
      padding-left: 32px;
      margin-bottom: 16px; }
      @media (min-width: 1024px) {
        .card-membership .card-wrap .desc ul li {
          padding-left: 40px; } }
      .card-membership .card-wrap .desc ul li:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background: url("assets/images/icon-check-circle.svg") no-repeat;
        border-radius: 50%; }
  .card-membership .card-wrap .btn-wrap {
    margin: 12px 0; }
    .card-membership .card-wrap .btn-wrap .btn-outline {
      background: transparent; }
      .card-membership .card-wrap .btn-wrap .btn-outline:hover {
        background: #ffa40b;
        border-color: #ffa40b; }

.membership-block .row {
  row-gap: 16px;
  margin: 0 -8px; }

.membership-block .card-membership {
  width: 100%;
  padding: 0 8px; }
  @media (min-width: 768px) {
    .membership-block .card-membership {
      width: 33.3334%; } }

@media (min-width: 1200px) {
  .membership-faq-block .row {
    margin: 0 -16px; } }

.membership-faq-block .col {
  width: 100%; }
  @media (min-width: 1200px) {
    .membership-faq-block .col {
      padding: 0 16px; } }

@media (min-width: 768px) {
  .membership-faq-block .col-content {
    width: 40%;
    padding-top: 16px; } }

@media (min-width: 1024px) {
  .membership-faq-block .col-content {
    width: 34.178%; } }

.membership-faq-block .col-content .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px; }
  .membership-faq-block .col-content .col-wrap h2, .membership-faq-block .col-content .col-wrap h3, .membership-faq-block .col-content .col-wrap h4, .membership-faq-block .col-content .col-wrap h5, .membership-faq-block .col-content .col-wrap #main .tel, #main .membership-faq-block .col-content .col-wrap .tel, #main .membership-faq-block .col-content .col-wrap .contact a, .membership-faq-block .col-content .col-wrap .contact #main a, .membership-faq-block .col-content .col-wrap p {
    margin: 0; }
  .membership-faq-block .col-content .col-wrap .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px; }
    .membership-faq-block .col-content .col-wrap .desc * {
      color: #3C3F47; }
  .membership-faq-block .col-content .col-wrap .contact {
    position: relative;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .membership-faq-block .col-content .col-wrap .contact:before {
      position: absolute;
      top: 50%;
      left: 0;
      width: 24px;
      height: 24px;
      background: red;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.membership-faq-block .col-content .btn-wrap .btn-outline {
  min-width: 203px; }
  @media (max-width: 767px) {
    .membership-faq-block .col-content .btn-wrap .btn-outline {
      width: 100%; } }

.membership-faq-block .col-accordion {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .membership-faq-block .col-accordion {
      width: 60%;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .membership-faq-block .col-accordion {
      width: 65.822%; } }
  .membership-faq-block .col-accordion a:not(.btn) {
    text-decoration: underline; }
    .membership-faq-block .col-accordion a:not(.btn):hover {
      text-decoration: none; }

.news-list.temp-card-news .title {
  margin-bottom: 0; }

.news-list .title {
  margin-bottom: 16px; }
  .news-list .title:only-child {
    margin-bottom: 0; }

.news-list p {
  font-size: 16px;
  line-height: 1.5; }

.col-no-post {
  width: 100%; }

.news-listing .col {
  width: 100%; }

@media (min-width: 768px) {
  .news-listing .col-filter {
    width: 30%; } }

@media (min-width: 768px) {
  .news-listing .col-news-lists {
    width: 70%; } }

.news-listing .col-news-lists .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px; }
  .news-listing .col-news-lists .col-wrap .img-wrap img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain; }

.filter-list .title {
  color: #000;
  font-weight: 600;
  display: block; }
  @media (min-width: 1024px) {
    .filter-list .title {
      pointer-events: none; } }

.filter-list .filter-list-wrap {
  position: relative; }
  .filter-list .filter-list-wrap.active ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .filter-list .filter-list-wrap.active .filter-select {
    border-color: #61cbea; }
    .filter-list .filter-list-wrap.active .filter-select:before {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      margin-top: -3px; }

.filter-list .filter-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000; }

.filter-list .filter-select {
  display: block;
  border: 2px solid #E7E5E1;
  border-radius: 6px;
  background: #fff;
  padding: 16px 40px 16px 16px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative; }
  .filter-list .filter-select:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 12px;
    height: 8px;
    background: url("assets/images/icon-arrow-down.svg") no-repeat;
    margin-top: -4px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }

.filter-list ul {
  padding: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  z-index: 5; }
  .filter-list ul li {
    font-size: 16px;
    line-height: 1.5;
    border-radius: 6px;
    cursor: pointer;
    padding: 8px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .filter-list ul li.active, .filter-list ul li:hover {
      background: #F0F9F9; }

.news-filter-form {
  position: relative;
  margin-bottom: 40px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px; }
  @media (min-width: 768px) {
    .news-filter-form {
      max-width: 320px; } }

.post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .post-navigation .btn-navigation {
    width: 70px;
    height: 67px;
    position: relative;
    border-radius: 50%;
    border: none;
    outline: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 30px;
    height: 30px;
    font-size: 0; }
    @media (min-width: 1024px) {
      .post-navigation .btn-navigation {
        width: 70px;
        height: 67px; } }
    .post-navigation .btn-navigation[disabled] {
      opacity: 0.7; }
    .post-navigation .btn-navigation.btn-prev:before {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .post-navigation .btn-navigation:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 16px;
      height: 14px;
      margin: -7px 0 0 -8px;
      background-size: 100%; }
      @media (min-width: 1024px) {
        .post-navigation .btn-navigation:before {
          width: 33px;
          height: 28px;
          margin: -14px 0 0 -17px; } }

#event-loadmore-wrap,
#news-loadmore-wrap {
  margin-top: 48px;
  text-align: center; }

.event-filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .event-filter-form {
      margin-bottom: 32px; } }
  @media (min-width: 1024px) {
    .event-filter-form {
      margin-bottom: 48px; } }
  .event-filter-form .filter-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px; }
    @media (min-width: 768px) {
      .event-filter-form .filter-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-column-gap: 24px;
           -moz-column-gap: 24px;
                column-gap: 24px; } }
    .event-filter-form .filter-row .filter-list {
      min-width: 296px; }

.event-category-lists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  gap: 24px; }
  .event-category-lists ul li {
    position: relative; }
    .event-category-lists ul li input {
      position: absolute;
      top: 0;
      opacity: 0; }
      .event-category-lists ul li input + label {
        padding: 10px 15px !important;
        border-radius: 50px; }
      .event-category-lists ul li input:checked + label {
        background: #ffa40b;
        border-color: #ffa40b; }
    .event-category-lists ul li label {
      display: inline-block;
      vertical-align: middle;
      outline: none;
      border-radius: 6px;
      font: 600 16px/1.5 "Montserrat", "Arial", "Helvetica", "sans-serif";
      text-align: center;
      padding: 11px 24px;
      background: #fff;
      color: #3C3F47;
      text-decoration: none;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      border: 1px solid #3C3F47; }
      @media (max-width: 767px) {
        .event-category-lists ul li label {
          width: 100%; } }
      .event-category-lists ul li label:before, .event-category-lists ul li label:after {
        display: none; }
      .event-category-lists ul li label:hover {
        background: #ffa40b;
        border-color: #ffa40b; }

.event-lists .row {
  row-gap: 24px;
  margin: 0 -8px; }

.event-lists .col {
  padding: 0 8px;
  width: 100%; }
  @media (min-width: 768px) {
    .event-lists .col {
      width: 50%; } }
  @media (min-width: 1024px) {
    .event-lists .col {
      width: 33.3334%; } }

.event-lists .loading {
  display: block;
  text-align: center;
  width: 100%; }

.card-team.no-content .card-wrap .team-opener {
  pointer-events: none;
  visibility: hidden; }

.card-team .card-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0 20px;
  height: 296px; }
  @media (min-width: 768px) {
    .card-team .card-wrap {
      height: 363px; } }
  .card-team .card-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .card-team .card-wrap .text-wrap.active .team-info {
    top: 0;
    bottom: auto; }
  .card-team .card-wrap .text-wrap.active .team-description {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .card-team .card-wrap .text-wrap.active .team-opener:before {
    -webkit-transform: translate(-50%, -50%) rotate(136deg);
        -ms-transform: translate(-50%, -50%) rotate(136deg);
            transform: translate(-50%, -50%) rotate(136deg);
    margin-top: -2px; }
  .card-team .card-wrap .team-opener {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    text-indent: -9999px;
    overflow: hidden; }
    .card-team .card-wrap .team-opener:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 9px;
      height: 9px;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      border-width: 2.5px 2.5px 0 0;
      border-style: solid;
      border-color: #000 #000 transparent transparent;
      margin-top: 2px; }
  .card-team .card-wrap .team-name {
    font-weight: 600;
    display: block;
    color: #000; }
    @media (max-width: 767px) {
      .card-team .card-wrap .team-name {
        font-family: "Montserrat", "Arial", "Helvetica", "sans-serif";
        font-weight: 700; } }
  .card-team .card-wrap .designation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .card-team .card-wrap .team-info {
    position: absolute;
    top: calc(100% - 112px);
    left: 0;
    padding: 16px 52px 16px 16px;
    background: rgba(231, 229, 225, 0.8);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    min-height: 112px; }
    @media (min-width: 1200px) {
      .card-team .card-wrap .team-info {
        top: calc(100% - 120px);
        min-height: 120px; } }
  .card-team .card-wrap .team-description {
    position: absolute;
    left: 0;
    top: 112px;
    background: #fff;
    padding: 16px 0 16px 16px;
    overflow: hidden;
    height: calc(100% - 112px);
    font-size: 16px;
    line-height: 1.5;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 100%; }
    @media (min-width: 1200px) {
      .card-team .card-wrap .team-description {
        top: 120px;
        height: calc(100% - 120px); } }
    .card-team .card-wrap .team-description .team-desc-inner {
      padding-right: 16px;
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto; }

.team-lists .row {
  margin: 0 -8px;
  row-gap: 16px; }

.team-lists .card-team {
  width: 100%;
  padding: 0 8px; }
  @media (min-width: 640px) {
    .team-lists .card-team {
      width: 50%; } }
  @media (min-width: 768px) {
    .team-lists .card-team {
      width: 33.3334%; } }
  @media (min-width: 1200px) {
    .team-lists .card-team {
      width: 25%; } }

@media (min-width: 1024px) {
  .meet-team-block .slide {
    padding-left: 32px !important; } }

.speaker-profile-block .row {
  margin: 0 -8px;
  row-gap: 16px;
  max-width: 576px; }

.speaker-profile-block .card-team {
  width: 100%;
  padding: 0 8px; }
  @media (min-width: 640px) {
    .speaker-profile-block .card-team {
      width: 50% !important; } }

.sidebar-cta-box {
  background: #006993;
  color: #fff;
  padding: 24px;
  border-radius: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px; }
  .sidebar-cta-box h4, .sidebar-cta-box h3 {
    color: #fff; }
  .sidebar-cta-box > * {
    margin: 0; }
  .sidebar-cta-box .btn-outline {
    border-color: #fff; }
    .sidebar-cta-box .btn-outline:hover {
      border-color: #ffa40b; }

.sidebar-cta-icon-box {
  background: #F0F9F9;
  padding: 32px;
  border-radius: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px; }
  .sidebar-cta-icon-box .text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px; }
    .sidebar-cta-icon-box .text-wrap > * {
      margin: 0; }

@media (max-width: 767px) {
  .sidebar-menu {
    display: none; } }

.sidebar-menu ul li a {
  padding: 16px;
  border-bottom: 1px solid #E7E5E1;
  display: block;
  text-decoration: none !important; }
  .sidebar-menu ul li a.active, .sidebar-menu ul li a:hover {
    background: #F4F9E8;
    border-radius: 0 20px;
    color: #000;
    border-bottom-color: transparent; }
  .sidebar-menu ul li a.active {
    font-weight: 700; }

.content-with-sidebar {
  padding-top: 32px;
  padding-bottom: 42px; }
  @media (min-width: 1024px) {
    .content-with-sidebar {
      padding-top: 58px;
      padding-bottom: 112px; } }
  @media (min-width: 1024px) {
    .content-with-sidebar.no-breadcrumbs {
      padding-top: 112px;
      padding-bottom: 156px; } }
  .content-with-sidebar .row {
    margin: 0 -8px;
    row-gap: 24px; }
  @media (min-width: 768px) {
    .content-with-sidebar > .container > .row {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .content-with-sidebar .faq-block .container {
    padding: 0; }
  .content-with-sidebar .col {
    padding: 0 8px;
    width: 100%; }
  @media (min-width: 768px) {
    .content-with-sidebar .col-content {
      width: calc(100% - 296px - 16px); } }
  @media (min-width: 1024px) {
    .content-with-sidebar .col-content .col-wrap {
      padding-right: 60px; } }
  @media (min-width: 1200px) {
    .content-with-sidebar .col-content .col-wrap {
      padding-right: 80px; } }
  @media (min-width: 1440px) {
    .content-with-sidebar .col-content .col-wrap {
      padding-right: 104px; } }
  @media (min-width: 768px) {
    .content-with-sidebar .col-content:only-child {
      width: 100%; } }
  @media (min-width: 768px) {
    .content-with-sidebar .col-sidebar {
      width: calc(296px + 16px);
      position: sticky;
      top: 120px;
      padding-bottom: 40px; } }
  @media (min-width: 1024px) {
    .content-with-sidebar .col-sidebar {
      top: 150px; } }
  .content-with-sidebar .col-sidebar .col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px; }
    @media (min-width: 1024px) {
      .content-with-sidebar .col-sidebar .col-wrap {
        row-gap: 48px; } }
  .content-with-sidebar .col-sidebar .decor {
    width: 100%;
    height: 99px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px; }
    @media (min-width: 768px) {
      .content-with-sidebar .col-sidebar .decor {
        display: none; } }
    .content-with-sidebar .col-sidebar .decor .left-decor {
      background: #65c8c6;
      width: calc(100% - 16px - 109px);
      border-radius: 0 43px; }
    .content-with-sidebar .col-sidebar .decor .right-decor {
      background: #c8df8e;
      width: 109px;
      border-radius: 43px 0; }
  .content-with-sidebar .col-sidebar .social-networks ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px; }
    .content-with-sidebar .col-sidebar .social-networks ul li a:hover {
      opacity: 0.7; }

.related-news .row,
.related-events .row {
  row-gap: 16px; }

.related-news .btn-wrap,
.related-events .btn-wrap {
  padding-top: 24px; }
  @media (min-width: 768px) {
    .related-news .btn-wrap,
    .related-events .btn-wrap {
      padding-top: 32px; } }
  @media (min-width: 1024px) {
    .related-news .btn-wrap,
    .related-events .btn-wrap {
      padding-top: 48px; } }

.related-news .card-news .card-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

@media (min-width: 768px) {
  .related-news .card-news .img-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-top: 46.535%; } }

@media (min-width: 768px) {
  .related-news .card-news .text-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

.card-membership-fee .card-wrap {
  border-radius: 0 20px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
  padding: 16px 32px; }
  @media (min-width: 1024px) {
    .card-membership-fee .card-wrap {
      padding: 32px; } }
  .card-membership-fee .card-wrap .price {
    color: #000; }
    .card-membership-fee .card-wrap .price sub {
      font-size: 16px;
      color: #000;
      bottom: 0; }

.membership-fees-block .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px; }
  .membership-fees-block .content .desc {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px; }
    .membership-fees-block .content .desc > * {
      margin: 0; }
    .membership-fees-block .content .desc strong {
      font-weight: 600; }

.membership-fees-block .row {
  margin: 0 -8px;
  row-gap: 16px; }

.membership-fees-block .card-membership-fee {
  width: 100%;
  padding: 0 8px; }
  @media (min-width: 768px) {
    .membership-fees-block .card-membership-fee {
      width: 50%; } }

.membership-fees-block .btn-wrap {
  margin-top: 32px; }
  @media (min-width: 768px) {
    .membership-fees-block .btn-wrap {
      margin-top: 32px; } }
  @media (min-width: 1024px) {
    .membership-fees-block .btn-wrap {
      margin-top: 48px; } }
  .membership-fees-block .btn-wrap .btn {
    min-width: 223px; }
    @media (max-width: 767px) {
      .membership-fees-block .btn-wrap .btn {
        width: 100%; } }

.membership-benefits-block .row {
  margin: 0 -8px;
  row-gap: 16px; }

@media (min-width: 1024px) {
  .membership-benefits-block .col-two .col {
    width: 50%; } }

@media (min-width: 1024px) {
  .membership-benefits-block .col-three .col {
    width: 33.3334%; } }

.membership-benefits-block .col {
  width: 100%;
  padding: 0 8px; }
  .membership-benefits-block .col strong {
    font-weight: 600; }
  .membership-benefits-block .col ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    margin: 0; }
    .membership-benefits-block .col ul ul {
      row-gap: 0;
      margin-left: 0; }

@media (min-width: 768px) {
  .membership-benefits-block .btn-wrap {
    margin-top: 32px; } }

@media (min-width: 1024px) {
  .membership-benefits-block .btn-wrap {
    margin-top: 48px; } }

.membership-benefits-block .btn-wrap .btn {
  min-width: 223px; }
  @media (max-width: 767px) {
    .membership-benefits-block .btn-wrap .btn {
      width: 100%; } }

.card-img-text .card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px; }
  @media (min-width: 768px) {
    .card-img-text .card-wrap {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      row-gap: 24px; } }
  .card-img-text .card-wrap .img-wrap {
    border-radius: 20px 0;
    overflow: hidden; }
    @media (min-width: 768px) {
      .card-img-text .card-wrap .img-wrap {
        width: 232px; } }
  .card-img-text .card-wrap .text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px; }
    @media (min-width: 768px) {
      .card-img-text .card-wrap .text-wrap {
        width: calc(100% - 232px);
        padding-left: 24px; } }
    @media (min-width: 768px) {
      .card-img-text .card-wrap .text-wrap:only-child {
        width: 100%;
        padding-left: 0; } }
    .card-img-text .card-wrap .text-wrap > * {
      margin: 0; }
    .card-img-text .card-wrap .text-wrap .btn-wrap {
      padding-top: 24px; }
      @media (min-width: 768px) {
        .card-img-text .card-wrap .text-wrap .btn-wrap {
          padding-top: 0; } }

.image-text-block .row {
  margin: 0 -12px;
  row-gap: 36px; }
  @media (min-width: 768px) {
    .image-text-block .row {
      row-gap: 24px; } }

.image-text-block .col {
  width: 100%;
  padding: 0 12px; }
  .image-text-block .col strong {
    font-weight: 600; }

.image-text-block .sec-btn-wrap {
  margin-top: 24px; }
  @media (min-width: 768px) {
    .image-text-block .sec-btn-wrap {
      margin-top: 32px; } }
  @media (min-width: 1024px) {
    .image-text-block .sec-btn-wrap {
      margin-top: 48px; } }
  .image-text-block .sec-btn-wrap .btn {
    min-width: 223px; }
    @media (max-width: 767px) {
      .image-text-block .sec-btn-wrap .btn {
        width: 100%; } }

.content-block .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px; }
  .content-block .content-wrap > * {
    margin: 0; }
  .content-block .content-wrap .short-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    font-size: 18px;
    line-height: 1.3334; }
    @media (min-width: 1024px) {
      .content-block .content-wrap .short-desc {
        font-size: 22px;
        line-height: 1.27273; } }
    .content-block .content-wrap .short-desc > * {
      margin: 0; }
  .content-block .content-wrap .img-wrap {
    margin-top: 8px;
    padding-top: 45.773%;
    border-radius: 43px 0; }
    @media (min-width: 768px) {
      .content-block .content-wrap .img-wrap {
        margin-top: 24px;
        padding-top: 34.682%;
        border-radius: 0 100px; } }
  .content-block .content-wrap .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 24px;
    padding-top: 8px; }
    @media (min-width: 768px) {
      .content-block .content-wrap .links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding-top: 24px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 1200px) {
      .content-block .content-wrap .links {
        -webkit-column-gap: 25px;
           -moz-column-gap: 25px;
                column-gap: 25px; } }
    .content-block .content-wrap .links li a {
      width: 100%;
      min-width: 203px; }
      @media (min-width: 768px) {
        .content-block .content-wrap .links li a {
          width: auto; } }
      @media (min-width: 1200px) {
        .content-block .content-wrap .links li a {
          min-width: 203px; } }

.apply-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px; }
  .apply-lists .apply-list {
    padding-left: 32px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px; }
    .apply-lists .apply-list:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 24px;
      height: 24px;
      background: url("assets/images/icon-check-circle.svg") no-repeat; }
    .apply-lists .apply-list > * {
      margin: 0; }
    @media (min-width: 768px) {
      .apply-lists .apply-list .title strong {
        font-weight: 600; } }
    .apply-lists .apply-list small {
      font-size: 12px;
      line-height: 1.3334; }
      @media (min-width: 768px) {
        .apply-lists .apply-list small {
          line-height: 1.28571; } }
    .apply-lists .apply-list a.file {
      margin-top: 16px; }

.tabs-block .tabs {
  border: 1px solid #006993;
  border-radius: 0 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .tabs-block .tabs {
      margin-bottom: 32px; } }
  @media (min-width: 1024px) {
    .tabs-block .tabs {
      margin-bottom: 48px; } }
  .tabs-block .tabs li {
    width: 50%; }
    .tabs-block .tabs li.tab-active a {
      color: #fff;
      background: #006993; }
      .tabs-block .tabs li.tab-active a svg path {
        fill: #fff; }
    .tabs-block .tabs li a {
      padding: 12px 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: 700;
      color: #006993;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-decoration: none !important; }
      .tabs-block .tabs li a:hover {
        color: #fff;
        background: #006993; }
        .tabs-block .tabs li a:hover svg path {
          fill: #fff; }
      .tabs-block .tabs li a svg {
        margin-right: 8px; }
        .tabs-block .tabs li a svg path {
          fill: #006993; }

.tabs-block .tab-content {
  display: none; }
  .tabs-block .tab-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px; }
  .tabs-block .tab-content:first-child {
    display: block; }
  .tabs-block .tab-content .btn-wrap {
    margin-top: 24px; }
    .tabs-block .tab-content .btn-wrap .btn {
      min-width: 223px; }
      @media (max-width: 767px) {
        .tabs-block .tab-content .btn-wrap .btn {
          width: 100%; } }

.tab-box {
  background: #F0F9F9;
  padding: 24px;
  border-radius: 0 20px;
  font-size: 14px;
  line-height: 1.35714;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px; }
  @media (min-width: 1024px) {
    .tab-box {
      font-size: 16px;
      line-height: 1.5; } }
  .tab-box > * {
    margin: 0; }
  .tab-box strong {
    font-weight: 600; }

.card-col-with-icon .card-wrap {
  height: 100%;
  border-radius: 0 20px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 16px;
  position: relative;
  overflow: hidden; }
  .card-col-with-icon .card-wrap > a {
    font-size: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 0; }
    .card-col-with-icon .card-wrap > a:before {
      display: none; }
  .card-col-with-icon .card-wrap .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px; }
  .card-col-with-icon .card-wrap .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px; }
    .card-col-with-icon .card-wrap .heading .h4 {
      margin-bottom: 0; }
  .card-col-with-icon .card-wrap .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px; }
    .card-col-with-icon .card-wrap .content > * {
      margin-bottom: 0; }
  .card-col-with-icon .card-wrap .pdf-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
    position: relative;
    z-index: 1; }
    .card-col-with-icon .card-wrap .pdf-lists li {
      min-height: 48px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .card-col-with-icon .card-wrap .btn-wrap {
    position: relative;
    z-index: 2; }

.col-with-no-bg .card-col-with-icon .card-wrap {
  padding: 0;
  border-radius: 0; }
  @media (min-width: 1024px) {
    .col-with-no-bg .card-col-with-icon .card-wrap {
      row-gap: 24px; } }
  .col-with-no-bg .card-col-with-icon .card-wrap .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px; }
    @media (max-width: 767px) {
      .col-with-no-bg .card-col-with-icon .card-wrap .heading {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-column-gap: 16px;
           -moz-column-gap: 16px;
                column-gap: 16px; } }
    @media (min-width: 1024px) {
      .col-with-no-bg .card-col-with-icon .card-wrap .heading {
        row-gap: 24px; } }
    .col-with-no-bg .card-col-with-icon .card-wrap .heading .icon-wrap {
      width: 43px;
      height: 43px;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #F0F9F9; }
      @media (min-width: 1024px) {
        .col-with-no-bg .card-col-with-icon .card-wrap .heading .icon-wrap {
          width: 72px;
          height: 72px; } }
      .col-with-no-bg .card-col-with-icon .card-wrap .heading .icon-wrap img {
        max-width: 24px; }
        @media (min-width: 1024px) {
          .col-with-no-bg .card-col-with-icon .card-wrap .heading .icon-wrap img {
            max-width: 36px; } }
    .col-with-no-bg .card-col-with-icon .card-wrap .heading .h4 {
      margin-bottom: 0; }
  .col-with-no-bg .card-col-with-icon .card-wrap .content {
    row-gap: 32px; }
  .col-with-no-bg .card-col-with-icon .card-wrap .btn-wrap {
    padding-top: 8px; }
    @media (min-width: 1024px) {
      .col-with-no-bg .card-col-with-icon .card-wrap .btn-wrap {
        padding-top: 32px; } }

.three-columns-with-icon-block .row {
  margin: 0 -8px;
  row-gap: 16px; }
  .three-columns-with-icon-block .row.col-with-no-bg {
    row-gap: 48px; }

.three-columns-with-icon-block .col {
  padding: 0 8px;
  width: 100%; }
  @media (min-width: 768px) {
    .three-columns-with-icon-block .col {
      width: 33.3334%; } }

.card-modality .card-wrap {
  padding: 16px;
  border-radius: 0 20px;
  background: #E0F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px; }
  .card-modality .card-wrap .title {
    margin: 0; }
    @media (min-width: 768px) {
      .card-modality .card-wrap .title {
        font: 22px/1.27273% "source_sans_pro", "Arial", "Helvetica", "sans-serif"; } }

.modalities-block .row {
  margin: 0 -8px;
  row-gap: 16px; }

.modalities-block .col {
  padding: 0 8px;
  width: 100%; }
  @media (min-width: 768px) {
    .modalities-block .col {
      width: 33.3334%; } }

.modalities-block .links {
  padding-top: 24px; }
  @media (min-width: 768px) {
    .modalities-block .links {
      padding-top: 32px; } }
  @media (min-width: 1024px) {
    .modalities-block .links {
      padding-top: 48px; } }
  .modalities-block .links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 24px; }
    @media (min-width: 768px) {
      .modalities-block .links ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 24px;
           -moz-column-gap: 24px;
                column-gap: 24px; } }
    @media (max-width: 767px) {
      .modalities-block .links ul li {
        width: 100%; } }

.events-webinars-block .row {
  margin: 0 -8px;
  row-gap: 16px; }

.events-webinars-block .col {
  padding: 0 8px;
  width: 100%; }
  @media (min-width: 768px) {
    .events-webinars-block .col {
      width: 50%; } }

.events-webinars-block .section-btn-wrap {
  padding-top: 24px; }
  @media (min-width: 768px) {
    .events-webinars-block .section-btn-wrap {
      padding-top: 32px; } }
  @media (min-width: 1024px) {
    .events-webinars-block .section-btn-wrap {
      padding-top: 48px; } }

.card-event-held .card-wrap {
  padding: 24px;
  border-radius: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .card-event-held .card-wrap > * {
    margin: 0;
    font-style: normal; }
  @media (max-width: 767px) {
    .card-event-held .card-wrap .icon-wrap img {
      width: 24px; } }
  @media (max-width: 767px) {
    .card-event-held .card-wrap h3 {
      margin-top: -41px;
      margin-left: 40px; } }
  @media (min-width: 1024px) {
    .card-event-held .card-wrap h3 {
      letter-spacing: 0.01em; } }
  .card-event-held .card-wrap button[type="button"] {
    border-color: #3C3F47;
    color: #3C3F47;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .card-event-held .card-wrap .btn-outline {
    background: transparent; }
    .card-event-held .card-wrap .btn-outline:hover {
      background: #ffa40b;
      border-color: #ffa40b; }

.event-price-card-block + .event-held-block {
  padding-top: 16px; }
  @media (min-width: 768px) {
    .event-price-card-block + .event-held-block {
      padding-top: 32px; } }
  @media (min-width: 1024px) {
    .event-price-card-block + .event-held-block {
      padding-top: 44px; } }

.event-price-card-block .event-price-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  color: #fff;
  background: #006993;
  border-radius: 0px 20px;
  -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
  row-gap: 16px; }
  @media (min-width: 768px) {
    .event-price-card-block .event-price-card-wrap {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-column-gap: 16px;
         -moz-column-gap: 16px;
              column-gap: 16px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 1024px) {
    .event-price-card-block .event-price-card-wrap {
      padding: 32px; } }
  .event-price-card-block .event-price-card-wrap h3 {
    color: #fff;
    margin: 0; }
  .event-price-card-block .event-price-card-wrap .btn {
    min-width: 232px; }

.event-held-block .event-held-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 16px;
  margin: 0 -8px; }
  .event-held-block .event-held-wrap .card-event-held {
    padding: 0 8px;
    width: 100%; }
    @media (min-width: 768px) {
      .event-held-block .event-held-wrap .card-event-held {
        width: 50%; } }

.card-sponsor .card-wrap {
  border: 1px solid #E7E5E1;
  border-radius: 0 20px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px; }
  .card-sponsor .card-wrap .img-wrap {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .card-sponsor .card-wrap .img-wrap img {
      max-width: 202px;
      max-height: 140px;
      width: auto;
      height: auto; }
  .card-sponsor .card-wrap .social-networks {
    display: none; }
    @media (min-width: 1024px) {
      .card-sponsor .card-wrap .social-networks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 24px;
           -moz-column-gap: 24px;
                column-gap: 24px; } }
    .card-sponsor .card-wrap .social-networks a {
      display: block;
      line-height: 1;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
      .card-sponsor .card-wrap .social-networks a:hover {
        opacity: 0.7; }
  .card-sponsor .card-wrap .website-link a {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #006993;
    text-decoration: underline; }
    .card-sponsor .card-wrap .website-link a:hover {
      text-decoration: none; }

.sponsor-spotlight-block .row {
  margin: 0 -8px;
  row-gap: 16px; }

.sponsor-spotlight-block .col {
  padding: 0 8px;
  width: 100%; }
  @media (min-width: 768px) {
    .sponsor-spotlight-block .col {
      width: 50%; } }

@media (max-width: 767px) {
  .sponsor-spotlight-block .card-sponsor:nth-child(n+5) {
    display: none; } }

.sponsor-spotlight-block .sponsor-load-more {
  padding-top: 24px; }
  @media (min-width: 768px) {
    .sponsor-spotlight-block .sponsor-load-more {
      display: none; } }

.column-lists-cta-block .col-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px; }
  .column-lists-cta-block .col-lists.with-icon .list-wrap .text-wrap {
    padding-top: 0; }
  @media (min-width: 768px) {
    .column-lists-cta-block .col-lists.with-icon .list-wrap .btn-arrow {
      bottom: auto;
      top: 24px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  .column-lists-cta-block .col-lists .list-wrap {
    border-radius: 0 20px;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    position: relative; }
    .column-lists-cta-block .col-lists .list-wrap > a:not(.btn-arrow) {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      font-size: 0; }
    .column-lists-cta-block .col-lists .list-wrap > * {
      margin: 0; }
    .column-lists-cta-block .col-lists .list-wrap .text-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 16px;
      padding-right: 56px; }
      .column-lists-cta-block .col-lists .list-wrap .text-wrap > * {
        margin: 0; }
    .column-lists-cta-block .col-lists .list-wrap .btn-arrow {
      position: absolute;
      bottom: 24px;
      right: 24px;
      z-index: 2; }
      @media (min-width: 768px) {
        .column-lists-cta-block .col-lists .list-wrap .btn-arrow {
          bottom: auto;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); } }
      .column-lists-cta-block .col-lists .list-wrap .btn-arrow.file {
        padding: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        background: transparent;
        border-radius: 0; }
        .column-lists-cta-block .col-lists .list-wrap .btn-arrow.file:before {
          border: none;
          margin-left: 0; }
    .column-lists-cta-block .col-lists .list-wrap .file:not(.btn-arrow):before {
      display: none; }

.column-lists-cta-block .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px; }

.resources-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px; }
  .resources-lists .list .list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    border-radius: 0px 20px;
    padding: 32px;
    -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1); }
    .resources-lists .list .list-wrap > * {
      margin: 0; }
    .resources-lists .list .list-wrap .desc {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 16px; }
      .resources-lists .list .list-wrap .desc > * {
        margin: 0; }
    .resources-lists .list .list-wrap ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 16px; }
      .resources-lists .list .list-wrap ul li a {
        color: #006993;
        position: relative;
        display: inline-block;
        padding-left: 32px;
        font-weight: 600;
        text-decoration: none !important; }
        .resources-lists .list .list-wrap ul li a:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          background: url("assets/images/icon-link.svg") no-repeat;
          width: 24px;
          height: 24px; }
        .resources-lists .list .list-wrap ul li a:hover {
          color: #000; }

.contact-block .row {
  margin: 0 -8px; }

.contact-block .col {
  padding: 0 8px;
  width: 100%; }

.contact-block .col-content {
  margin-bottom: 42px; }
  @media (min-width: 768px) {
    .contact-block .col-content {
      width: 41.667%;
      margin-bottom: 0; } }
  .contact-block .col-content .col-wrap {
    padding: 24px;
    border-radius: 0 20px;
    -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
    height: 100%; }
    @media (min-width: 768px) {
      .contact-block .col-content .col-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 30px; } }
    @media (min-width: 1024px) {
      .contact-block .col-content .col-wrap {
        padding: 32px; } }
    .contact-block .col-content .col-wrap .heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 16px;
      margin-bottom: 36px; }
      .contact-block .col-content .col-wrap .heading > * {
        margin: 0; }
    .contact-block .col-content .col-wrap .contact {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 24px; }
      @media (min-width: 1024px) {
        .contact-block .col-content .col-wrap .contact {
          row-gap: 36px; } }
    .contact-block .col-content .col-wrap .phone,
    .contact-block .col-content .col-wrap .email,
    .contact-block .col-content .col-wrap .fax,
    .contact-block .col-content .col-wrap address {
      position: relative;
      padding-left: 58px;
      font-size: 16px;
      font-weight: 600;
      font-style: normal;
      min-height: 42px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 350px; }
      @media (min-width: 1024px) {
        .contact-block .col-content .col-wrap .phone,
        .contact-block .col-content .col-wrap .email,
        .contact-block .col-content .col-wrap .fax,
        .contact-block .col-content .col-wrap address {
          font-size: 20px; } }
      .contact-block .col-content .col-wrap .phone:before,
      .contact-block .col-content .col-wrap .email:before,
      .contact-block .col-content .col-wrap .fax:before,
      .contact-block .col-content .col-wrap address:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 42px;
        height: 42px;
        background-color: #F0F9F9;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 50%; }
      .contact-block .col-content .col-wrap .phone a,
      .contact-block .col-content .col-wrap .email a,
      .contact-block .col-content .col-wrap .fax a,
      .contact-block .col-content .col-wrap address a {
        padding: 0 !important;
        font: 600 16px/1.5 "source_sans_pro", "Arial", "Helvetica", "sans-serif" !important;
        color: #3C3F47 !important; }
        @media (min-width: 1024px) {
          .contact-block .col-content .col-wrap .phone a,
          .contact-block .col-content .col-wrap .email a,
          .contact-block .col-content .col-wrap .fax a,
          .contact-block .col-content .col-wrap address a {
            font-size: 20px !important; } }
        .contact-block .col-content .col-wrap .phone a:before,
        .contact-block .col-content .col-wrap .email a:before,
        .contact-block .col-content .col-wrap .fax a:before,
        .contact-block .col-content .col-wrap address a:before {
          display: none; }
        .contact-block .col-content .col-wrap .phone a:hover,
        .contact-block .col-content .col-wrap .email a:hover,
        .contact-block .col-content .col-wrap .fax a:hover,
        .contact-block .col-content .col-wrap address a:hover {
          color: #006993 !important; }
    .contact-block .col-content .col-wrap .phone:before {
      background-image: url("assets/images/icon-telephone-teal.svg"); }
    .contact-block .col-content .col-wrap .email:before {
      background-image: url("assets/images/icon-envelope-teal.svg"); }
    .contact-block .col-content .col-wrap .fax:before {
      background-image: url("assets/images/icon-printer-teal.svg"); }
    .contact-block .col-content .col-wrap address:before {
      background-image: url("assets/images/icon-geo-alt-teal.svg"); }
    .contact-block .col-content .col-wrap .social-networks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-column-gap: 24px;
         -moz-column-gap: 24px;
              column-gap: 24px;
      padding: 24px 0; }
      .contact-block .col-content .col-wrap .social-networks li a:hover {
        opacity: 0.7; }

@media (min-width: 768px) {
  .contact-block .col-form {
    width: 58.333%; } }

@media (min-width: 768px) {
  .contact-block .col-form .col-wrap {
    padding: 24px 24px 0; } }

.contact-block .form-wrap {
  margin-bottom: 24px; }
  @media (min-width: 1024px) {
    .contact-block .form-wrap {
      margin-bottom: 37px; } }

.contact-block .contact-box {
  background: #F0F9F9;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  border-radius: 0px 20px;
  font-size: 14px; }
  .contact-block .contact-box > * {
    margin: 0; }

.login-block .row {
  margin: 0 -8px; }

.login-block .col {
  padding: 0 8px;
  width: 100%; }
  @media (min-width: 768px) {
    .login-block .col {
      width: 50%; } }

.login-block .col-form {
  margin-bottom: 42px; }
  .login-block .col-form .col-wrap {
    padding: 24px;
    border-radius: 0 20px;
    -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
    height: 100%; }
    @media (min-width: 1024px) {
      .login-block .col-form .col-wrap {
        padding: 32px; } }
    .login-block .col-form .col-wrap .h2 {
      margin-bottom: 24px; }
  .login-block .col-form .login-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px; }
    .login-block .col-form .login-form > * {
      margin-bottom: 0; }
    .login-block .col-form .login-form .forget-password a {
      font-weight: 700;
      text-decoration: underline;
      color: #000; }
      .login-block .col-form .login-form .forget-password a:hover {
        text-decoration: none; }
    .login-block .col-form .login-form .submit-wrap {
      padding-top: 8px; }
      @media (min-width: 768px) {
        .login-block .col-form .login-form .submit-wrap {
          padding-top: 27px; } }

.login-block .col-content .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 24px; }
  @media (min-width: 768px) {
    .login-block .col-content .col-wrap {
      padding: 0 0 32px 24px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .login-block .col-content .col-wrap > * {
    margin-bottom: 0; }

.login-block .col-content .decor {
  width: 100%;
  height: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 9px; }
  @media (min-width: 1024px) {
    .login-block .col-content .decor {
      gap: 15px;
      height: 115px; } }
  .login-block .col-content .decor .left-decor {
    background: #61cbea;
    width: 102px;
    border-radius: 0 43px; }
    @media (min-width: 1024px) {
      .login-block .col-content .decor .left-decor {
        width: 174px; } }
  .login-block .col-content .decor .right-decor {
    background: #8dc63f;
    width: calc(100% - 9px - 102px);
    border-radius: 43px 0; }
    @media (min-width: 1024px) {
      .login-block .col-content .decor .right-decor {
        width: calc(100% - 15px - 174px); } }

@media (min-width: 1024px) {
  .login-block .col-content .h5 {
    font-size: 24px; } }

.login-block .col-content p {
  font-size: 18px;
  line-height: 1.3334; }
  @media (min-width: 1024px) {
    .login-block .col-content p {
      font-size: 22px; } }

.login-block .col-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  font-size: 16px;
  line-height: 1.27273; }
  .login-block .col-content ul li {
    position: relative;
    padding-left: 32px;
    min-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .login-block .col-content ul li:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: url("assets/images/icon-check-circle.svg") no-repeat;
      width: 24px;
      height: 24px; }

.login-block .col-content .btn-wrap {
  padding-top: 48px; }

.card-course .card-wrap {
  border-radius: 0 20px;
  -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
  position: relative; }
  .card-course .card-wrap > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    font-size: 0; }

.card-course .card-heading {
  padding: 16px 24px;
  background: #c8df8e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 1024px) {
    .card-course .card-heading {
      padding: 24px; } }
  .card-course .card-heading .icon-wrap {
    margin-right: 8px;
    max-width: 24px;
    height: 24px; }
    .card-course .card-heading .icon-wrap img {
      max-width: 24px; }
  .card-course .card-heading .title {
    margin: 0; }

.card-course .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  padding: 16px;
  padding-bottom: 56px; }
  @media (min-width: 1024px) {
    .card-course .content {
      padding: 24px;
      padding-bottom: 72px; } }
  .card-course .content > * {
    margin: 0; }
  .card-course .content .logo-wrap {
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .card-course .content .logo-wrap img {
      width: auto;
      max-height: 75px;
      max-width: 159px;
      height: auto; }
  .card-course .content .serial-number {
    font-size: 14px;
    line-height: 1.35714; }
    @media (min-width: 1024px) {
      .card-course .content .serial-number {
        font-size: 16px;
        line-height: 1.5; } }
  .card-course .content h4 a {
    position: relative;
    z-index: 2; }
    .card-course .content h4 a:hover {
      text-decoration: underline; }
  .card-course .content .btn-wrap {
    position: absolute;
    bottom: 16px;
    z-index: 2; }
    @media (min-width: 1024px) {
      .card-course .content .btn-wrap {
        bottom: 24px; } }

.courses-colleges-block .college-filter-form {
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .courses-colleges-block .college-filter-form {
      margin-bottom: 32px; } }
  @media (min-width: 1024px) {
    .courses-colleges-block .college-filter-form {
      margin-bottom: 48px; } }

.courses-colleges-block .filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px; }
  @media (min-width: 768px) {
    .courses-colleges-block .filter-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-column-gap: 24px;
         -moz-column-gap: 24px;
              column-gap: 24px; } }
  .courses-colleges-block .filter-row .filter-list {
    min-width: 296px; }
    .courses-colleges-block .filter-row .filter-list .filter-dropdown {
      max-height: 300px;
      overflow-x: hidden;
      overflow-y: auto; }

.courses-colleges-lists .row {
  margin: 0 -8px;
  row-gap: 16px; }

.courses-colleges-lists .col {
  width: 100%;
  padding: 0 8px; }
  @media (min-width: 768px) {
    .courses-colleges-lists .col {
      width: 33.3333%; } }

#college-loadmore-wrap {
  margin-top: 48px;
  text-align: center; }

.single-atms-colleges .content-block h2 {
  font-size: 22px; }
  @media (min-width: 1024px) {
    .single-atms-colleges .content-block h2 {
      font-size: 28px; } }
  @media (min-width: 1440px) {
    .single-atms-colleges .content-block h2 {
      font-size: 32px; } }

.single-atms-colleges .columns-with-map-link-block .heading-block h2 {
  font-size: 22px; }
  @media (min-width: 1024px) {
    .single-atms-colleges .columns-with-map-link-block .heading-block h2 {
      font-size: 28px; } }
  @media (min-width: 1440px) {
    .single-atms-colleges .columns-with-map-link-block .heading-block h2 {
      font-size: 32px; } }

@media (min-width: 1024px) {
  .single-atms-colleges .columns-with-map-link-block .card-map-link .card-wrap h3 {
    font-size: 28px; } }

.card-map-link .card-wrap {
  height: 100%;
  border-radius: 0 20px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1); }
  .card-map-link .card-wrap > * {
    margin-bottom: 0; }

.columns-with-map-link-block .row {
  margin: 0 -8px;
  row-gap: 16px; }

.columns-with-map-link-block .col {
  padding: 0 8px;
  width: 100%; }
  @media (min-width: 768px) {
    .columns-with-map-link-block .col {
      width: 33.3334%; } }

.three-columns-content-block .row {
  margin: 0 -8px;
  row-gap: 24px; }

.three-columns-content-block .col-content {
  padding: 0 8px;
  width: 100%; }
  @media (min-width: 768px) {
    .three-columns-content-block .col-content {
      width: 33.3334%; } }
  .three-columns-content-block .col-content .college-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px; }
    .three-columns-content-block .col-content .college-contact li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      line-height: 1.2; }
      .three-columns-content-block .col-content .college-contact li .icon {
        width: 24px;
        margin-right: 6px; }
      .three-columns-content-block .col-content .college-contact li .text {
        width: calc(100% - 30px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 5px; }
        .three-columns-content-block .col-content .college-contact li .text > * {
          margin: 0; }
      .three-columns-content-block .col-content .college-contact li .fa {
        margin-right: 6px;
        color: #65c8c6;
        font-size: 16px; }
  .three-columns-content-block .col-content .col-wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px; }
    .three-columns-content-block .col-content .col-wrap > * {
      margin-bottom: 0; }

.three-columns-content-block .social-networks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px; }
  .three-columns-content-block .social-networks ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    background: #006993;
    color: #fff;
    text-decoration: none !important;
    border-radius: 50%; }
    .three-columns-content-block .social-networks ul li a:hover {
      background: #004560; }

.college-logo-block .logo-wrap {
  max-width: 300px; }

.tab-navs {
  position: sticky;
  top: 68px;
  background: #c8df8e;
  z-index: 9;
  padding: 24px 0; }
  @media (min-width: 1024px) {
    .tab-navs {
      top: 82px;
      padding: 0; } }
  @media (min-width: 1200px) {
    .tab-navs {
      top: 83px; } }
  .tab-navs .dashboard-my-account .title {
    display: block;
    font-size: 14px;
    line-height: 1.357142;
    margin-bottom: 8px; }
    @media (min-width: 1024px) {
      .tab-navs .dashboard-my-account .title {
        display: none; } }
  .tab-navs .dashboard-my-account .account-drop-title {
    padding: 11px 66px 11px 16px;
    background: #fff;
    border-radius: 2px;
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 1.357142;
    font-weight: 400; }
    @media (min-width: 1024px) {
      .tab-navs .dashboard-my-account .account-drop-title {
        display: none; } }
    .tab-navs .dashboard-my-account .account-drop-title.active:before {
      margin-top: -1px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .tab-navs .dashboard-my-account .account-drop-title:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 21px;
      width: 8px;
      height: 8px;
      border-width: 1px 1px 0 0;
      border-style: solid;
      border-color: #000 #000 transparent transparent;
      -webkit-transform: rotate(136deg);
          -ms-transform: rotate(136deg);
              transform: rotate(136deg);
      margin-top: -6px; }
  @media (max-width: 1023px) {
    .tab-navs .dashboard-my-account .nav-tabs {
      display: none;
      position: absolute;
      top: 100%;
      left: 13px;
      right: 13px;
      width: auto !important;
      background: #fff; } }
  @media (min-width: 1024px) {
    .tab-navs .dashboard-my-account .nav-tabs {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }
  .tab-navs .nav-tabs {
    width: 100% !important; }
    .tab-navs .nav-tabs .nav-item .nav-link {
      padding: 10px 12px;
      color: #000;
      border: none;
      font-size: 18px;
      line-height: 1.6; }
      @media (min-width: 1024px) {
        .tab-navs .nav-tabs .nav-item .nav-link {
          padding: 14px 12px; } }
      @media (min-width: 1200px) {
        .tab-navs .nav-tabs .nav-item .nav-link {
          font-size: 20px;
          padding: 16px; } }
      .tab-navs .nav-tabs .nav-item .nav-link.active {
        border: none;
        background: transparent;
        color: #000;
        font-weight: 600; }

textarea.form-control {
  min-height: 120px; }

table {
  color: #3C3F47; }
  table .badge {
    color: #3C3F47; }

.response-activities {
  margin: 30px 0; }

form .form-check input[type=radio].form-check-input {
  opacity: 1 !important;
  margin: 7px 6px 0 0;
  position: static; }
  form .form-check input[type=radio].form-check-input + label:before, form .form-check input[type=radio].form-check-input + label:after {
    display: none; }

.form-group {
  width: 100%; }
  .form-group label {
    width: 100%; }
  .form-group.form-row .col {
    width: 100%;
    padding: 0; }
    .form-group.form-row .col label {
      width: 100%; }

.dashboard-table-block-wrap {
  position: relative; }
  @media (min-width: 1024px) {
    .dashboard-table-block-wrap {
      -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
      padding: 32px;
      border-radius: 0 20px; } }
  .dashboard-table-block-wrap .btn-wrap {
    margin-top: 23px; }
    @media (min-width: 1024px) {
      .dashboard-table-block-wrap .btn-wrap {
        margin-top: 28px; } }
    .dashboard-table-block-wrap .btn-wrap img {
      margin-right: 8px; }

.dashboard-table-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px; }
  @media (min-width: 1024px) {
    .dashboard-table-group {
      gap: 32px; } }
  @media (min-width: 1200px) {
    .dashboard-table-group {
      gap: 48px; } }

.dashboard-table-wrap {
  overflow-x: auto;
  max-width: 100%; }
  @media (max-width: 1023px) {
    .dashboard-table-wrap {
      padding: 24px;
      border-radius: 8px;
      background: #fff;
      -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1); } }
  .dashboard-table-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 74px);
    width: 24px;
    background: #fff;
    z-index: 1;
    border-radius: 6px 0 0 6px; }
    @media (min-width: 1024px) {
      .dashboard-table-wrap:before {
        display: none; } }
  .dashboard-table-wrap #btn-show-cpe-submissions:before {
    background: #fff; }
  .dashboard-table-wrap #btn-show-cpe-submissions:after {
    background-image: url("assets/images/icon-plus.svg"); }
  .dashboard-table-wrap #btn-hide-cpe-submissions:after {
    color: #000;
    background-image: url("assets/images/icon-dash.svg"); }
  .dashboard-table-wrap #btn-hide-cpe-submissions:before {
    background: #006993; }
  .dashboard-table-wrap .cpe-accordion {
    background: transparent;
    border: none;
    border-radius: 0;
    position: relative;
    padding: 12px 15px 12px 60px;
    width: 100%;
    text-align: left;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    @media (min-width: 1024px) {
      .dashboard-table-wrap .cpe-accordion {
        padding: 12px 15px 12px 60px; } }
    .dashboard-table-wrap .cpe-accordion:after {
      content: "";
      position: absolute;
      top: 50%;
      color: #000;
      left: 4px;
      width: 24px;
      height: 24px;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      background: url("assets/images/icon-dash.svg") no-repeat;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .dashboard-table-wrap .cpe-accordion:before {
      content: "";
      width: 32px;
      height: 32px;
      position: absolute;
      top: 0;
      left: 0;
      top: 50%;
      background: #006993;
      -webkit-box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.15);
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      border-radius: 50%;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
  .dashboard-table-wrap table {
    border-collapse: collapse;
    width: 100%;
    min-width: 800px; }
    .dashboard-table-wrap table.member-cpe-activities tr.cpe-year th {
      padding-top: 8px; }
    .dashboard-table-wrap table.member-cpe-activities tr td:first-child {
      min-width: 0;
      width: 80px; }
    .dashboard-table-wrap table.member-cpe-activities tbody.hide .cpe-accordion:before {
      background: #fff; }
    .dashboard-table-wrap table.member-cpe-activities tbody.hide .cpe-accordion:after {
      background-image: url("assets/images/icon-plus.svg"); }
    .dashboard-table-wrap table tr:hover td {
      background: #F0F9F9; }
    .dashboard-table-wrap table .subtotal th, .dashboard-table-wrap table .subtotal td {
      background: rgba(224, 244, 244, 0.8); }
    .dashboard-table-wrap table .tr-end td {
      background: #E0F4F4; }
      .dashboard-table-wrap table .tr-end td:first-child {
        padding-left: 16px; }
    .dashboard-table-wrap table .tr-end > strong {
      font-weight: 600; }
    .dashboard-table-wrap table .subhead th {
      font-size: 20px; }
    .dashboard-table-wrap table th, .dashboard-table-wrap table td {
      padding: 8px;
      text-align: left;
      background: #fff;
      font-size: 16px;
      line-height: 1.5;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      border: none; }
      .dashboard-table-wrap table th:first-child, .dashboard-table-wrap table td:first-child {
        position: sticky;
        left: 0; }
        @media (max-width: 767px) {
          .dashboard-table-wrap table th:first-child, .dashboard-table-wrap table td:first-child {
            -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
                    box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1); } }
    .dashboard-table-wrap table th {
      font-weight: 600;
      border-bottom: 1px solid #E7E5E1; }
    .dashboard-table-wrap table td {
      padding: 15px 8px;
      vertical-align: middle; }
      .dashboard-table-wrap table td:first-child {
        min-width: 80px;
        color: #000; }
        @media (min-width: 1024px) {
          .dashboard-table-wrap table td:first-child {
            min-width: 160px; } }
        @media (max-width: 1023px) {
          .dashboard-table-wrap table td:first-child {
            max-width: 80px; } }
      .dashboard-table-wrap table td.df-edit {
        text-align: right; }
      .dashboard-table-wrap table td .delete,
      .dashboard-table-wrap table td .edit {
        border: none;
        padding: 0;
        background: none; }
    .dashboard-table-wrap table .chip {
      font-weight: 600;
      padding: 3px 16px;
      border-radius: 50px;
      display: inline-block;
      min-width: 100px;
      text-align: center;
      position: static; }
    .dashboard-table-wrap table .approved {
      background-color: #F4F9E8; }
    .dashboard-table-wrap table .reviewing {
      background-color: #FFB73E; }
    .dashboard-table-wrap table .rejected {
      background-color: #F3D3D3; }
    .dashboard-table-wrap table .actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 24px; }
    .dashboard-table-wrap table .tooltip {
      display: inline-block;
      vertical-align: middle;
      width: 19px;
      height: 19px;
      margin-top: -2px;
      position: relative; }
      .dashboard-table-wrap table .tooltip:hover:after {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: #444;
        border-radius: 8px;
        color: #fff;
        content: attr(data-title);
        position: absolute;
        bottom: 100%;
        font-size: 12px;
        padding: 5px 10px;
        width: 220px; }

.dashboard-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 24px; }
  .dashboard-heading .h2,
  .dashboard-heading h1 {
    width: 100%;
    margin: 0; }
    @media (min-width: 768px) {
      .dashboard-heading .h2,
      .dashboard-heading h1 {
        width: calc(50% - 8px); } }
  .dashboard-heading .note {
    width: 100%;
    -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    border: 1px solid #FFB73E;
    background: #FFF1D8;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px; }
    @media (min-width: 768px) {
      .dashboard-heading .note {
        width: calc(50% - 8px);
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (min-width: 1200px) {
      .dashboard-heading .note {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .dashboard-heading .note p {
      position: relative;
      font-size: 14px;
      line-height: 1.35714;
      color: #22272B;
      padding-left: 28px;
      margin: 0; }
      @media (min-width: 768px) {
        .dashboard-heading .note p {
          font-size: 16px;
          line-height: 1.5; } }
      .dashboard-heading .note p:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: url("assets/images/icon-warning.svg") no-repeat;
        width: 20px;
        height: 20px;
        margin-right: 8px; }
        @media (min-width: 768px) {
          .dashboard-heading .note p:before {
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); } }
  .dashboard-heading .btn-wrap {
    width: 100%; }
    @media (min-width: 768px) {
      .dashboard-heading .btn-wrap {
        width: calc(50% - 8px);
        text-align: right; } }

.dashboard-points-block .row {
  margin: 0 -8px;
  row-gap: 16px; }

.dashboard-points-block .col {
  width: 100%;
  padding: 0 8px; }
  @media (min-width: 768px) {
    .dashboard-points-block .col {
      width: 50%; } }
  .dashboard-points-block .col .col-wrap {
    height: 100%;
    border-radius: 0 20px;
    padding: 24px;
    -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px; }
    @media (min-width: 1024px) {
      .dashboard-points-block .col .col-wrap {
        padding: 32px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .dashboard-points-block .col .col-wrap > * {
      margin: 0; }

.dashboard-points-block .col-points {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }
  @media (min-width: 768px) {
    .dashboard-points-block .col-points {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; } }
  .dashboard-points-block .col-points .col-wrap {
    background: #c8df8e;
    position: relative; }
    .dashboard-points-block .col-points .col-wrap:before {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 86px;
      height: 128px;
      background: url("assets/images/icon-ornament-mobile.svg") no-repeat;
      background-size: 100%; }
      @media (min-width: 1024px) {
        .dashboard-points-block .col-points .col-wrap:before {
          background-image: url("assets/images/icon-ornament.svg");
          width: 150px;
          height: 150px; } }
    @media (min-width: 1024px) {
      .dashboard-points-block .col-points .col-wrap .points {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    .dashboard-points-block .col-points .col-wrap .points > * {
      margin: 0; }
    @media (min-width: 1024px) {
      .dashboard-points-block .col-points .col-wrap .points h4 {
        line-height: 1; } }
    .dashboard-points-block .col-points .col-wrap .points p {
      font-weight: 700; }
      @media (min-width: 1024px) {
        .dashboard-points-block .col-points .col-wrap .points p {
          font-weight: 600;
          font-size: 20px; } }

.dashboard-points-block .text-small {
  font-size: 14px; }
  @media (min-width: 1024px) {
    .dashboard-points-block .text-small {
      font-size: 16px; } }

.dashboard-points-block .col-note p {
  font-size: 14px; }
  @media (min-width: 1024px) {
    .dashboard-points-block .col-note p {
      font-size: 16px; } }

.dashboard-membership-resources .row {
  row-gap: 16px;
  margin: 0 -8px; }

.dashboard-membership-resources .col {
  width: 100%;
  padding: 0 8px; }
  @media (min-width: 768px) {
    .dashboard-membership-resources .col {
      width: 50%; } }
  .dashboard-membership-resources .col .col-wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    border-radius: 0px 20px;
    padding: 24px;
    -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1); }
    @media (min-width: 1024px) {
      .dashboard-membership-resources .col .col-wrap {
        padding: 32px; } }
    .dashboard-membership-resources .col .col-wrap > * {
      margin: 0; }
    .dashboard-membership-resources .col .col-wrap .heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      row-gap: 16px; }
      .dashboard-membership-resources .col .col-wrap .heading > * {
        margin: 0; }
      .dashboard-membership-resources .col .col-wrap .heading .lock {
        width: 32px;
        height: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: #006993;
        border-radius: 50%; }
    .dashboard-membership-resources .col .col-wrap ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 16px; }
      .dashboard-membership-resources .col .col-wrap ul li a {
        color: #000;
        position: relative;
        display: inline-block;
        padding-left: 32px;
        font-weight: 600;
        text-decoration: none !important; }
        .dashboard-membership-resources .col .col-wrap ul li a:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          background: url("assets/images/icon-link.svg") no-repeat;
          width: 24px;
          height: 24px; }
        .dashboard-membership-resources .col .col-wrap ul li a:hover {
          color: #006993; }

.dashboard-addresses .address-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px; }
  @media (min-width: 768px) {
    .dashboard-addresses .address-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .dashboard-addresses .address-box .address {
    background: #fff;
    border-radius: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    padding: 24px;
    -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
    max-width: 608px;
    width: 100%; }
    @media (min-width: 1024px) {
      .dashboard-addresses .address-box .address {
        padding: 32px; } }
    .dashboard-addresses .address-box .address .heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px; }
      .dashboard-addresses .address-box .address .heading > * {
        margin: 0; }
    .dashboard-addresses .address-box .address .res-address,
    .dashboard-addresses .address-box .address .mail-address {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 16px;
      font-size: 16px;
      line-height: 1.6;
      color: #000; }
      @media (min-width: 1024px) {
        .dashboard-addresses .address-box .address .res-address,
        .dashboard-addresses .address-box .address .mail-address {
          font-size: 20px; } }
      .dashboard-addresses .address-box .address .res-address .title,
      .dashboard-addresses .address-box .address .mail-address .title {
        font-weight: 600; }
      .dashboard-addresses .address-box .address .res-address address,
      .dashboard-addresses .address-box .address .mail-address address {
        font-style: normal; }
  .dashboard-addresses .address-box .last-update {
    font-size: 14px;
    line-height: 1.28571; }
  .dashboard-addresses .address-box .decor {
    height: 87px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    height: 40px; }
    @media (min-width: 768px) {
      .dashboard-addresses .address-box .decor {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
        gap: 18px;
        width: 160px; } }
    .dashboard-addresses .address-box .decor .top-decor {
      width: 100%;
      background: #c8df8e;
      width: 36.84%;
      border-radius: 0 24px; }
      @media (min-width: 768px) {
        .dashboard-addresses .address-box .decor .top-decor {
          border-radius: 0 43px;
          width: auto;
          height: calc(37.53% - 18px); } }
    .dashboard-addresses .address-box .decor .bottom-decor {
      width: 100%;
      background: #65c8c6;
      width: 63.16%;
      border-radius: 24px 0; }
      @media (min-width: 768px) {
        .dashboard-addresses .address-box .decor .bottom-decor {
          width: auto;
          height: 62.47%;
          border-radius: 43px 0; } }

.dashboard-provider-block .row {
  margin: 0 -8px;
  row-gap: 16px; }

.dashboard-provider-block .col {
  width: 100%;
  padding: 0 8px; }
  @media (min-width: 768px) {
    .dashboard-provider-block .col {
      width: 50%; } }
  .dashboard-provider-block .col .col-wrap {
    height: 100%;
    border-radius: 0 20px;
    padding: 24px;
    -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px; }
    @media (min-width: 1024px) {
      .dashboard-provider-block .col .col-wrap {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .dashboard-provider-block .col .col-wrap > * {
      margin: 0; }
    .dashboard-provider-block .col .col-wrap .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 16px;
      color: #000; }
      .dashboard-provider-block .col .col-wrap .text > * {
        margin: 0; }
      .dashboard-provider-block .col .col-wrap .text strong {
        font-weight: 600; }
      .dashboard-provider-block .col .col-wrap .text address {
        font-style: normal; }

.dashboard-note-block .note {
  width: 100%;
  -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: 1px solid #FFB73E;
  background: #FFF1D8;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  color: #22272B;
  font-size: 14px;
  line-height: 1.35714;
  margin: 0; }
  @media (min-width: 768px) {
    .dashboard-note-block .note {
      font-size: 16px;
      line-height: 1.5; } }
  .dashboard-note-block .note strong {
    font-weight: 600; }
  .dashboard-note-block .note .text-wrap {
    width: calc(100% - 20px - 8px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px; }
  .dashboard-note-block .note p {
    position: relative;
    margin: 0; }

.dashboard-qualification-block .qualification-box {
  width: 100%;
  -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 20px;
  background: #E0F4F4;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px; }
  .dashboard-qualification-block .qualification-box .icon-wrap {
    width: 36px; }
  .dashboard-qualification-block .qualification-box .text-wrap {
    width: calc(100% - 36px - 16px); }
  .dashboard-qualification-block .qualification-box .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    max-width: 550px; }
    @media (min-width: 1024px) {
      .dashboard-qualification-block .qualification-box .text {
        max-width: 680px; } }
    .dashboard-qualification-block .qualification-box .text > * {
      margin: 0; }
    .dashboard-qualification-block .qualification-box .text .email {
      color: #006993;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 700;
      text-decoration: underline;
      position: relative;
      padding-left: 40px; }
      .dashboard-qualification-block .qualification-box .text .email:hover {
        text-decoration: none; }
      .dashboard-qualification-block .qualification-box .text .email:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: url("assets/images/icon-envelope-teal.svg") no-repeat;
        width: 24px;
        height: 24px; }

.dashboard-modalities-block .modalities-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px; }
  @media (min-width: 768px) {
    .dashboard-modalities-block .modalities-list ul {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .dashboard-modalities-block .modalities-list ul li {
    border-radius: 0px 20px;
    background: #FFF;
    -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
    font: 700 16px/1.5 "Montserrat", "Arial", "Helvetica", "sans-serif";
    padding: 24px;
    min-width: 296px; }

.dashboard-my-detail .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 24px; }
  .dashboard-my-detail .heading > * {
    margin: 0; }

.dashboard-my-detail .row {
  margin: 0 -8px;
  row-gap: 24px; }
  .dashboard-my-detail .row > * {
    padding: 0 8px; }

.dashboard-my-detail .col-wrap {
  background: #fff;
  border-radius: 0 20px;
  padding: 24px;
  -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1); }
  @media (min-width: 1024px) {
    .dashboard-my-detail .col-wrap {
      padding: 32px; } }
  .dashboard-my-detail .col-wrap form {
    max-width: 390px; }
    .dashboard-my-detail .col-wrap form input[type="text"],
    .dashboard-my-detail .col-wrap form input[type="email"],
    .dashboard-my-detail .col-wrap form input[type="tel"],
    .dashboard-my-detail .col-wrap form input[type="number"] {
      background: #E7E5E1;
      color: #5C5C5C; }

.dashboard-my-detail .change-password a {
  text-decoration: underline;
  font-weight: 700;
  color: #000; }
  .dashboard-my-detail .change-password a:hover {
    text-decoration: none; }

.dashboard-my-detail .last-updated {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.285714; }

.dashboard-my-detail p.fees-alternative {
  padding-left: 40px;
  position: relative; }
  .dashboard-my-detail p.fees-alternative .fee-alternative {
    position: absolute;
    left: 0;
    bottom: -27px; }

.dashboard-my-detail .renewal-fellow {
  padding-left: 40px; }

.my-certifications .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 24px; }
  .my-certifications .heading > * {
    margin: 0; }

.my-certifications .row {
  margin: 0 -8px;
  row-gap: 24px; }
  .my-certifications .row > * {
    padding: 0 8px; }

.my-certifications .pii-wrapper {
  background: #fff;
  border-radius: 0 20px;
  padding: 24px;
  -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
  height: 100%; }
  @media (min-width: 1024px) {
    .my-certifications .pii-wrapper {
      padding: 32px; } }
  .my-certifications .pii-wrapper form {
    max-width: 390px; }
    .my-certifications .pii-wrapper form input[type="text"],
    .my-certifications .pii-wrapper form input[type="email"],
    .my-certifications .pii-wrapper form input[type="tel"],
    .my-certifications .pii-wrapper form input[type="number"] {
      background: #E7E5E1;
      color: #5C5C5C; }

.user-dashboard .news-block .card-wrap {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  background: #fff;
  border: none; }

.tml-lostpassword {
  padding: 24px;
  border-radius: 0 20px;
  -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
  height: 100%; }
  @media (min-width: 1024px) {
    .tml-lostpassword {
      padding: 32px; } }
  .tml-lostpassword .tml-links .tml-login-link a {
    font-weight: 700;
    color: #000; }

.datepicker td,
.datepicker th {
  padding: 0.3em; }

[class^="dashboard-"] .form-group,
.modal .form-group {
  margin-bottom: 10px; }

.find-a-practitioner {
  padding-top: 40px !important; }
  .find-a-practitioner .entry-content h2 {
    margin-bottom: 10px; }
  .find-a-practitioner .entry-content p {
    margin-bottom: 0; }
  .find-a-practitioner .entry-content .member {
    margin: 24px 0; }
    .find-a-practitioner .entry-content .member:last-child {
      margin-bottom: 0; }
    .find-a-practitioner .entry-content .member h3 {
      margin-bottom: 0;
      color: #81bd41; }
    .find-a-practitioner .entry-content .member p {
      margin-bottom: 0; }
      .find-a-practitioner .entry-content .member p.modalities {
        font-weight: bold; }

#findforms {
  margin-bottom: 34px; }
  #findforms:only-child {
    margin-bottom: 0; }
  #findforms .form-wrap {
    background: #fff;
    border-radius: 0 20px;
    -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 24px; }
    #findforms .form-wrap form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 24px;
      row-gap: 15px; }
      @media (min-width: 768px) {
        #findforms .form-wrap form {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; } }
      #findforms .form-wrap form .input-wrap {
        margin: 0;
        width: 100%; }
        @media (min-width: 768px) {
          #findforms .form-wrap form .input-wrap {
            width: calc(28% - 24px); } }
      @media (max-width: 767px) {
        #findforms .form-wrap form .submit-wrap {
          width: 100%;
          margin-top: 12px; } }
      #findforms .form-wrap form .submit-wrap input[type="submit"] {
        min-width: 100px; }
  #findforms button[type="button"] {
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border-radius: 6px;
    font: 600 16px/1.5 "Montserrat", "Arial", "Helvetica", "sans-serif";
    text-align: center;
    padding: 11px 24px;
    background: #fff;
    color: #3C3F47;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1px solid #3C3F47; }
    @media (max-width: 767px) {
      #findforms button[type="button"] {
        width: 100%; } }
    #findforms button[type="button"]:hover {
      background: #ffa40b;
      border-color: #ffa40b; }

.ui-menu {
  padding: 8px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  z-index: 5;
  width: 100%; }
  @media (min-width: 768px) {
    .ui-menu {
      width: calc(28% - 24px) !important; } }
  @media (min-width: 1280px) {
    .ui-menu {
      width: 309px !important; } }
  .ui-menu li {
    font-size: 16px;
    line-height: 1.5;
    border-radius: 6px;
    cursor: pointer;
    padding: 8px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .ui-menu li.active, .ui-menu li:hover {
      background: #F0F9F9; }
/*# sourceMappingURL=style.css.map */