x/*!
Theme Name: Pharmalabs / MenMD
Theme URI: http://underscores.me/
Author: SLANT
Author URI: http://underscores.me/
Description: Custom built for Pharmalabs and built on the MenMD theme.
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: menmd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

menmd is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
  - Normalize
  - Box sizing
# Base
  - Typography
  - Elements
  - Links
  - Forms
## Layouts
# Specialty Page Overrides
  - Resources Page
  - menMD Evolution
  - Survey Landing
# Legacy Styles for Old Blog Posts
  - Comparison Tables
  - SHIMscore
# Components
  - Navigation
  - Posts and pages
  - Comments
  - Widgets
  - Media
  - Captions
  - Galleries
  - Tables
# plugins
  - Jetpack infinite scroll
# Utilities
  - Accessibility
  - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

/* Text-level semantics
   ========================================================================== */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* Adjust Quiz Forms*/
.gform_wrapper.gravity-theme .gf_progressbar_blue {
  background: #f4f4f4 !important;
  border-radius: 5px !important;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
  background: #56a1d4 !important;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage,
.gform_wrapper.gravity-theme .gf_progressbar_percentage:not(.percentbar_100) {
  border-radius: 5px !important;
}
.gf_progressbar_wrapper {
  padding: 15px;
}
.gform_wrapper.gravity-theme .gf_progressbar_title {
  display: none;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #03324c;
  font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0;
  font-weight: 500;
  line-height: 1.3;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 38px;
}
h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #56a1d4;
}
h4 {
  font-size: 21px;
  margin: 0 0 10px;
}
.size-48 {
  font-size: 48px;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

@media all and (min-width: 700px) {
  .size-48 {
    margin-bottom: 24px;
  }
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote,
.reneeQuestion {
  margin: 0 1.5em;
  color: #56a1d4;
  font-size: 24px;
  position: relative;
  margin-top: 30px;
  z-index: 2;
}
blockquote:after {
  left: 50%;
}
blockquote:after,
.reneeQuestion:after {
  content: "“";
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 190px;
  font-weight: bold;
  line-height: 120px;
  color: #f4f4f4;
  position: absolute;
  top: 0;
  width: 100px;
  transform: translateX(-50%);
  z-index: -1;
}
.reneeQuestion {
  margin-bottom: 30px;
  margin-left: 0px;
  border-bottom: 1px solid #56a1d4;
  padding-bottom: 30px;
  padding-left: 50px;
  font-size: 18px;
}
.reneeQuestion:after {
  left: 0px;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  /* background: #fff; */
  background-color: #faf7f6;
  background: linear-gradient(180deg,rgba(250, 247, 246, 1) 50%, rgb(104, 102, 178, 0.5) 90%);
}

hr {
  background-color: #ff8c64;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #56a1d4;
  text-decoration: none;
  transition: 0.3s ease all;
}

a:visited {
  /* color: #800080; */
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}
.anchorlink {
  display: block;
  position: relative;
  top: -125px;
  visibility: hidden;
}
.wp-block-button__link {
  background-color: unset;
  color: #03324c;
  padding: 0px;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* Surgical */
.small-container {
  width: 700px;
  padding: 0 15px;
  max-width: 100%;
  margin: 0 auto;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-normal {
  text-transform: none;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.color-white {
  color: #fff;
}
.color-lightblue {
  color: #56a1d4;
}
.color-superlightblue {
  color: #9ddffc;
}
.color-navy {
  color: #03324c;
}
.color-peach {
  color: #ff8c64;
}
.color-gray {
  color: #787878;
}
.text-sm {
  font-size: 14px;
}
.text-md {
  font-size: 18px;
}
.text-lg {
  font-size: 24px;
}
.colored-heading h2 {
  color: #56a1d4;
  font-size: 38px;
  line-height: 40px;
  margin: 0;
}
.colored-heading h3 {
  text-transform: none;
  color: #f4f4f4;
  font-size: 38px;
  line-height: 40px;
  margin: 0;
}

.pa-25 {
  padding: 25px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}

.mb-0 {
  margin-bottom: 0;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-60 {
  margin-top: 60px;
}

.weight-light {
  font-weight: light;
}

button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.button,
.wp-block-button__link {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 40px;
}
.button:hover,
.wp-block-button__link:hover {
  opacity: 0.8;
}
.button.peach,
.wp-block-button__link.has-peach-background-color {
  background: #ff8c64;
  color: #03324c;
}
.button.navy,
.wp-block-button__link.has-darkblue-background-color {
  background: #03324c;
  color: #fff;
}
.button.peach:hover,
.wp-block-button__link.has-peach-background-color:hover {
  color: inherit;
  opacity: 0.8;
}
.has-small-font-size .wp-block-button__link {
  padding: 10px 20px;
}
.wp-block-button:has(.has-text-align-center) {
  text-align: center;
  display: block;
}
a.arrow.button {
  padding: 21px 0 12px;
  position: relative;
  color: #ff8c64;
}
a.arrow.button:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #ff8c64;
  position: absolute;
  top: 7px;
}
a.arrow.button:after {
  content: "";
  top: 5px;
  right: 2px;
  border: solid #ff8c64;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform-origin: top;
  position: absolute;
}
.bg-blue {
  background: #03324c;
}
.bg-white {
  background: #fff;
}
.button.outlined,
.megamenu a.button.outlined {
  border: 1px solid #03324c;
  background: #fff;
  color: #03324c;
}

@media all and (min-width: 700px) {
  .md-text-right {
    text-align: right;
  }
  .md-mt-0 {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* custom download links/buttons */
.download-bar {
  display: flex; 
  align-items: center; 
  justify-content: space-between;
  padding: 20px 35px; background: 
  #f3f3f3; margin-bottom: 20px;
  color: #000;
}
.download-bar p {
  margin: 0;
}


/* SUPER BLOCK ------------------*/
.super-block {
  padding: 40px 0;
}

/* super block card */
.super-block.card_style .cards-container {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); */
  /* grid-template-columns: repeat(4, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}
.super-block.card_style .card-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 35px;
}

.super-block.card_style .card-block .card-image {
  border-radius: 33px;
  height: 310px;
  background-position: center;
  background-size: cover;
}
.super-block.card_style .card-content {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  justify-content: flex-start;
  flex-grow: 1;
  margin-top: 20px;
}
.super-block.card_style .card-content h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  color: #03324c;
}
.super-block.card_style .card-content p {
  margin-top: 7px;
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 500;
}
.super-block.card_style .card-content .button {
  color: #03324c;
  border: 2px solid #03324c;
  border-radius: 25px;
  padding: 10px 20px;
  width: fit-content;
  margin-top: auto;
  align-self: flex-start;
}
@media screen and (max-width: 991px) {
  .super-block.card_style .cards-container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .super-block.card_style .cards-container {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}

/* super block promo */
.super-block.promo_block_style .promo-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 20px;
}
.super-block.promo_block_style .promo-block.wide.containers-1 {
  min-height: 500px;
  align-items: center;
}
.super-block.promo_block_style .promo-block.wide.containers-2 {
  grid-column: span 2;
}
.super-block.promo_block_style .promo-block.wide.containers-3 {
  grid-column: span 2;
}
.super-block.promo_block_style .promo-block {
  padding: 35px 23px;
  border-radius: 35px;
  display: flex;
  position: relative;
  background-size: cover;
  /* height: 450px; */
}
/* @media screen and (max-width: 767px) {
  .super-block.promo_block_style .promo-block {
    padding: 0px;
  }
} */

.super-block.promo_block_style .promo-block.containers-1 {
  justify-content: center;
}
.super-block.promo_block_style .promo-block.containers-1 .promo-content {
  max-width: 800px;
  text-align: center;
}
.super-block.promo_block_style .promo-block .promo-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.super-block.promo_block_style .promo-block .promo-content h2 {
  margin-bottom: 10px;
  line-height: 41px;
}
.super-block.promo_block_style .promo-block .promo-content p {
  font-size: 18px;
  font-weight: 500;
}
.super-block.promo_block_style .promo-block .promo-content img {
  object-fit: cover;
  border-radius: 12px;
}
.super-block.promo_block_style .promo-block .button,
.megamenu a.button {
  /* background: #ff8c64; */
  color: #03324c;
  border-radius: 25px;
  /* margin-top: auto; */
  align-self: flex-start;
  padding: 10px 20px;
  font-weight: 600;
}
/* .super-block.promo_block_style .promo-block .promo-overlay-img {
  position: absolute;
  right: 20px;
  left: auto;
  bottom: 0px;
  width: 60%;
  max-height: 500px;
  overflow: hidden;
} */
@media screen and (max-width: 991px) {
  .super-block.promo_block_style .promo-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .super-block.promo_block_style .promo-block {
    grid-column: span 1 !important;
    display: block !important;
  }
  .super-block.promo_block_style .promo-block.wide {
    padding-bottom: 0;
    min-height: 342px;
  }
  .super-block.promo_block_style .promo-block .promo-content {
    width: 100% !important;
  }
  .super-block.promo_block_style .promo-block .promo-overlay-img {
    position: inherit;
    justify-content: flex-end;
    display: flex;
    margin-left: auto;
    /* margin-right: -35px; */
    /* margin-top: -115px; */
    /* margin-top: -17%; */
  }
  .super-block.promo_block_style .promo-block .promo-overlay-img img {
    object-fit: contain;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .super-block.promo_block_style .promo-block .promo-overlay-img {
    margin-top: -6%;
  }
}

@media screen and (min-width: 475px) and (max-width: 767px) {
  .super-block.promo_block_style .promo-block .promo-content {
    margin-bottom: 30px;
  }
}

/* Launch Point Slider */
.launch-point-slider {
  padding: 40px 0px;
}
.launch-point-slider .container {
  max-width: 1200px;
  margin: 0 auto;
}
.launch-point-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lp-card {
  width: 23%; /* Adjusted to make 4 cards fit within 100% */
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.lp-card-content.hover-active:hover .lp-card-img {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.946),
      rgba(255, 255, 255, 0.7)
    ),
    url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 892 447.03"><defs><style>.cls-1{opacity:.2;}.cls-1,.cls-2{fill:%2303324c;fill-rule:evenodd;}</style></defs><polygon class="cls-1" points="186.15 274.48 186.15 326.64 237.57 326.64 187.18 373.01 227.53 411.24 277.45 363.76 277.45 411.72 333.56 411.72 333.56 274.48 186.15 274.48"/><polygon class="cls-1" points="0 137.24 0 189.4 51.42 189.4 1.03 235.77 41.38 273.99 91.3 226.52 91.3 274.48 147.41 274.48 147.41 137.24 0 137.24"/><polygon class="cls-1" points="372.3 137.24 372.3 189.4 423.72 189.4 373.33 235.77 413.68 273.99 463.59 226.52 463.59 274.48 519.7 274.48 519.7 137.24 372.3 137.24"/><polygon class="cls-1" points="558.44 274.48 558.44 326.64 609.87 326.64 559.48 373.01 599.83 411.24 649.74 363.76 649.74 411.72 705.85 411.72 705.85 274.48 558.44 274.48"/><polygon class="cls-1" points="558.44 0 558.44 52.16 609.87 52.16 559.48 98.52 599.83 136.75 649.74 89.27 649.74 137.24 705.85 137.24 705.85 0 558.44 0"/><polygon class="cls-1" points="744.59 137.24 744.59 189.4 796.02 189.4 745.62 235.77 785.97 273.99 835.89 226.52 835.89 274.48 892 274.48 892 137.24 744.59 137.24"/><polygon class="cls-2" points="0 374.7 0 402.19 27.1 402.19 .54 426.63 21.81 446.78 48.12 421.75 48.12 447.03 77.7 447.03 77.7 374.7 0 374.7"/><polygon class="cls-2" points="90.48 294.58 90.48 322.07 117.58 322.07 91.02 346.51 112.29 366.66 138.6 341.64 138.6 366.92 168.17 366.92 168.17 294.58 90.48 294.58"/><polygon class="cls-2" points="180.96 374.7 180.96 402.19 208.06 402.19 181.5 426.63 202.77 446.78 229.08 421.75 229.08 447.03 258.65 447.03 258.65 374.7 180.96 374.7"/><polygon class="cls-2" points="271.43 294.58 271.43 322.07 298.54 322.07 271.98 346.51 293.25 366.66 319.56 341.64 319.56 366.92 349.13 366.92 349.13 294.58 271.43 294.58"/><polygon class="cls-2" points="361.91 374.7 361.91 402.19 389.02 402.19 362.46 426.63 383.72 446.78 410.03 421.75 410.03 447.03 439.61 447.03 439.61 374.7 361.91 374.7"/><polygon class="cls-2" points="452.39 294.58 452.39 322.07 479.5 322.07 452.93 346.51 474.2 366.66 500.51 341.64 500.51 366.92 530.09 366.92 530.09 294.58 452.39 294.58"/><polygon class="cls-2" points="542.87 374.7 542.87 402.19 569.97 402.19 543.41 426.63 564.68 446.78 590.99 421.75 590.99 447.03 620.57 447.03 620.57 374.7 542.87 374.7"/><polygon class="cls-2" points="633.35 150 633.35 177.5 660.45 177.5 633.89 201.93 655.16 222.08 681.47 197.06 681.47 222.34 711.04 222.34 711.04 150 633.35 150"/><polygon class="cls-2" points="723.83 374.7 723.83 402.19 750.93 402.19 724.37 426.63 745.64 446.78 771.95 421.75 771.95 447.03 801.52 447.03 801.52 374.7 723.83 374.7"/><polygon class="cls-2" points="0 222.34 0 249.84 27.1 249.84 .54 274.27 21.81 294.42 48.12 269.4 48.12 294.68 77.7 294.68 77.7 222.34 0 222.34"/><polygon class="cls-2" points="180.96 222.34 180.96 249.84 208.06 249.84 181.5 274.27 202.77 294.42 229.08 269.4 229.08 294.68 258.65 294.68 258.65 222.34 180.96 222.34"/><polygon class="cls-2" points="542.87 222.34 542.87 249.84 569.97 249.84 543.41 274.27 564.68 294.42 590.99 269.4 590.99 294.68 620.57 294.68 620.57 222.34 542.87 222.34"/><polygon class="cls-2" points="723.83 222.34 723.83 249.84 750.93 249.84 724.37 274.27 745.64 294.42 771.95 269.4 771.95 294.68 801.52 294.68 801.52 222.34 723.83 222.34"/><polygon class="cls-2" points="814.3 294.58 814.3 322.07 841.41 322.07 814.85 346.51 836.12 366.66 862.43 341.64 862.43 366.92 892 366.92 892 294.58 814.3 294.58"/></svg>');
  background-repeat: repeat;
  background-size: cover;
  -webkit-animation: slide 20s linear infinite;
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 512px -512px;
  }
}

.lp-card a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.lp-card-content {
  padding: 15px;
  text-align: center;
}
.lp-card-img img {
  width: 100%;
  height: auto;
}
.lp-card-text {
  display: flex;
  align-items: flex-start;
  padding-bottom: 5px;
  border-bottom: 3px solid #03324c;
  margin-top: 25px;
}
.lp-card-text p {
  width: 50%;
  text-align: left;
  font-size: 21px;
  font-weight: 500;
  margin: 0;
  line-height: 25px;
  min-height: 50px;
}
.lp-card-text-img {
  width: 50%;
  display: flex;
  justify-content: right;
}
.lp-card-text-img img {
  width: 40px;
  height: 40px;
}
.lp-slider-arrows {
  justify-content: center;
  display: flex;
  gap: 50px;
}
.lp-slider-arrows svg {
  width: 30px;
  height: 30px;
  fill: #03324c;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .lp-card {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .lp-card {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .launch-point-cards.slick-initialized {
    display: block; /* Override flex layout for the slider */
  }
}

/* search block */
.search-block {
  padding: 40px 0;
}
.search-block .container {
  display: flex;
  justify-content: space-between;
}
.search-block h2 {
  font-size: 25px;
  text-transform: uppercase;
}
.search-block .search-block-form {
  position: relative;
  width: 50%;
  justify-content: flex-end;
  display: flex;
}
.search-block .search-block-form .search-submit {
  background: #ff8c64;
  color: #03324c;
  border-radius: 25px;
  padding: 10px 20px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  align-items: center;
  display: flex;
  gap: 10px;
  transition: 0.5s ease all;
  margin-top: -10px;
}
.search-block .search-block-form .search-submit.active {
  gap: 0;
  padding: 10px;
}
.search-block .search-block-form .search-submit.active span {
  font-size: 0px;
  transition: 0.5s ease all;
}
.search-block .search-block-form .search-submit svg {
  width: 25px !important;
  height: 25px !important;
  margin-left: 0 !important;
}
.search-block .search-block-form .search-field {
  border: none;
  border-bottom: 1px solid;
  position: absolute;
  right: 5px;
  width: 0px;
  padding: 0;
  bottom: 10px;
  transition: 0.5s ease all;
  background: transparent;
  padding-bottom: 8px;
}
.search-block .search-block-form .search-field.active {
  width: 100%;
  transition: 0.5s ease all;
}
.search-block .search-block-form .search-field:focus {
  border: none;
  outline: none;
  border-bottom: 1px solid;
}
@media screen and (max-width: 991px) {
  .search-block .container {
    flex-direction: column;
    align-items: center;
  }
  .search-block .search-block-form {
    width: 100%;
    justify-content: center;
  }
  .search-block .search-block-form .search-form {
    margin-top: 60px;
  }
  .search-block .search-block-form .search-submit.active {
    right: 0;
    position: absolute;
    top: auto;
    bottom: 15px;
    /* margin-top: 80px; */
  }
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none !important;
}

.result_item img {
  max-height: 500px;
  object-fit: contain;
}

.genFlex.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns on larger screens */
  gap: 20px; /* Space between items */
}

.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/* Media query for mobile view (2 columns) */
@media (max-width: 768px) {
  .genFlex.logo-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on smaller screens */
  }
}

/* logo grid */
/* .logo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 991px) {
  .logo-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .logo-grid {
    grid-template-columns: 1fr;
  }
  .logo-grid .logo-item {
    text-align: center;
  }
} */

/* icon and text two columns */
.icon-text-columns-container {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 40px;
  row-gap: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.icon-text-column {
  display: flex;
  align-items: start;
  gap: 20px;
}
.icon-text-column img {
  width: 20%;
}
.icon-text-column .text {
  width: 80%;
}

@media screen and (min-width: 850px) {
  .icon-text-columns-container {
    grid-template-columns: 1fr 1fr;
  }
}

.breadcrumbs {
  padding: 30px 0 20px;
  text-transform: uppercase;
}
.breadcrumbs a {
  color: #ff8c64;
}
.comparison-section .breadcrumbs,
.type-product .breadcrumbs,
.breadcrumbs.bg-blue,
.archive-layout .breadcrumbs {
  color: #fff;
}

/* Single Product Page */
.single-product .product-hero {
  background: #faf7f6;
}
.product-image-gallery {
  position: relative;
}
.pi-thumbs .item {
  cursor: pointer;
}
.pi-thumbs .item.with-video {
  position: relative;
}
.pi-thumbs .item.with-video:before,
.slick-slide.with-video:before,
.pc-card .v-thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url("library/images/ic-play.png") no-repeat center center;
  background-size: 34px auto;
}
/* .pi-thumbs-arrows {
  display: flex;
  justify-content: space-evenly;
} */
.pi-thumbs-slick-prev,
.pi-thumbs-slick-next {
  cursor: pointer;
  position: absolute;
  bottom: 25px;
}
.pi-thumbs-slick-prev {
  left: -20px;
}
.pi-thumbs-slick-next {
  right: -20px;
}
@media screen and (max-width: 767px) {
  .pi-thumbs-slick-prev,
  .pi-thumbs-slick-next {
    bottom: -32px !important;
    z-index: 99;
  }
  .pi-thumbs-slick-prev {
    left: 20px;
  }
  .pi-thumbs-slick-next {
    right: 20px;
  }
}
.product-hero,
.what-to-know {
  background: #03324c;
}
.product-title {
  font-size: 38px;
  margin-bottom: 2px;
}
p.product-category {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 12px;
}
.sponsored-label {
  display: inline-block;
  padding: 4px 9px;
  background: #56a1d4;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 12px;
}
.eyebrow {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
.price {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 15px;
}
.what-to-know {
  color: #fff;
  padding: 50px 0;
}
.inner-product-hero {
  background: #fff;
  /* padding: 50px 30px; */
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 0 25px -20px rgba(0, 0, 0, 0.5);
}
.with-product-info {
  order: 2;
  padding: 40px !important;
}
.with-product-info h3 {
  color: #000;
  text-transform: none;
}
.with-product-info h4 {
  margin-bottom: 40px;
}
.with-product-info .rx-required {
  font-style: italic;
}
.icon-bullets {
  background: #56a1d4;
  padding: 60px 0;
  color: #03324c;
}
.icon-with-text {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 30px;
}
.cta-promo-area {
  background: #f4f4f4;
  padding: 60px 0;
}
.cta_promo_grid {
  display: flex;
  justify-content: center;
  grid-gap: 20px;
  flex-wrap: wrap;
}
.promo_item {
  text-align: center;
  max-width: 300px;
  margin-bottom: 20px;
}

.level-up {
  padding: 60px 0;
}
.special-grid {
  padding: 0 15px;
}
.resources-action {
  background: #ff8c64;
  padding: 15px;
  color: #03324c;
  max-height: 230px;
}
.resources-action .inner {
  max-width: 175px;
}
.resources-action h3 {
  margin-bottom: 10px;
  line-height: 1;
}
.resources-action a.arrow.button {
  color: #03324c;
}
.resources-action a.arrow.button:before {
  background: #03324c;
}
.resources-action a.arrow.button:after {
  border-color: #03324c;
}

@media screen and (min-width: 700px) {
  .product-hero {
    padding: 100px 0;
  }
  .with-product-info {
    order: 0;
    padding: 0 !important;
    padding-right: 20px !important;
  }
  .inner-product-hero {
    padding: 50px 45px;
  }
  .icon-with-text {
    grid-template-columns: 150px 1fr;
  }
  .outer-grid {
    margin-left: calc((100% - 1200px) / 2);
    padding: 0 0 0 15px;
    position: relative;
  }
  .special-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    /* max-width: calc(100% - 220px); */
    max-width: 1200px;
  }
  .resources-action {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* downloadable resources block */
.downloadable-resources {
  padding-top: 50px;
  background: #faf7f6;
}
.downloadable-resources .container {
  border-bottom: 2px solid #6866b2;
  padding-bottom: 100px;
}
.downloadable-resources .resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.resources-grid .resource-card {
  background: #6866b2;
  color: #fff;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.resources-grid .resource-card .resource-info {
  width: 60%;
}
.resources-grid .resource-card .resource-info h3 {
  font-size: 18px;
  color: #fff;
}
.resources-grid .resource-card .resource-info .button {
  color: #fff;
  background: #03324c;
  /* border-radius: 25px;
  padding: 10px 20px;
  font-weight: 600;
  text-transform: uppercase; */
}
.resources-grid .resource-card .resource-icon {
  width: 40%;
}
.resources-grid .resource-card .resource-icon i {
  font-size: 70px;
  /* font-weight: 300; */
  color: #fff;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1099px) {
  .resources-grid .resource-card {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .resources-grid .resource-card .resource-info,
  .resources-grid .resource-card .resource-icon {
    width: 100%;
  }
  .resources-grid .resource-card .resource-icon i {
    text-align: left;
  }
}


.single-product-page-builder {
  background: #faf7f6;
}



/* Single Resource page template */
.single-resource-hero {
  background: #03324c;
  color: #fff;
  padding-bottom: 90px;
}
.resource-list {
}
.resource-list .list-item {
  margin-bottom: 15px;
}
.resource-box {
  background: #fff;
  padding: 25px;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
}
.resource-slider {
  padding: 20px 0;
  background: linear-gradient(180deg, #eeeeee 0%, #d8d8d8 100%);
}
.resource-slider .slick-slide img {
  display: block;
  height: clamp(250px, 25vh, 350px);
  width: auto;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .resource-slider {
    width: 60%;
  }

  .resource-gallery {
    display: flex;
  }
  .resource-gallery #rg-gallery {
    width: 85%;
  }
  .resource-gallery .rg-thumbs {
    width: 15%;
  }
}

/* Single Blog Page */
.entry-title {
  font-size: 38px;
  color: #56a1d4;
  position: relative;
  margin-bottom: 12px;
}
.entry-title:after {
}
.entry-meta,
.meta {
  position: relative;
  font-size: 16px;
  padding-top: 10px;
}
.entry-meta:before,
.meta:before {
  content: "";
  width: 130px;
  height: 1px;
  background: #ff8c64;
  position: absolute;
  top: -2px;
  left: 0px;
}
.video_thumbs .meta:before {
  display: none;
}
.byline,
.posted-on {
  display: block;
}
body.single-post .posted-on {
  margin-bottom: 20px;
}

.entry-meta a {
  color: #03324c;
}
.single-post .physAuthor {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start;
}
.single-post .physAuthor p {
  padding-bottom: 5px !important;
  color: #003b6b;
}
.single-post .physBio {
  /* padding-bottom: 30px; */
}

.single-post .physBio {
  overflow-y: auto;
}

.single-post .physAuthor img {
  /* float: left; */
  max-width: 150px;
  max-height: 150px;
  padding-right: 20px;
  align-self: top;
}

.single-post .physBio h5 {
  padding-bottom: 0px;
  color: #003b6b;
  font-size: 1.5em;
  margin: 0;
}
.single-post .physBio .workLocation {
  font-size: 0.9em;
}

/* Blog Archive */
.archive-layout {
  background: #04324c;
}
.archive-header {
  display: flex;
  color: #fff;
  align-items: center;
  padding: 50px 0 40px;
}
.archive-header img {
  width: 68px;
  display: block;
  margin-right: 30px;
}
.archive-title .eyebrow {
  font-size: 38px;
  line-height: 1;
  margin: 0;
  font-weight: 500;
}
.archive-title h1 {
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
  margin: 0;
}
.archive-card {
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
  position: relative;
  border-radius: 30px;
}
.archive-card img {
  border-radius: 20px !important;
}
.archive-card.podcast img {
  width: 100%;
  max-height: 320px !important;
  object-fit: cover;
  background-position: top;
}
.archive-card h2 {
  margin-bottom: 10px;
  word-wrap: break-word;
  font-size: 24px;
}
.archive-card h2 a {
}
.upcoming-tag,
.pc-card .upcoming-tag {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 100px;
  display: block;
  z-index: 1;
  border-radius: 0px !important;
}
.author-meta {
  border-top: 1px solid #ff8c64;
  padding-top: 30px;
  margin: 100px 0 80px;
}
.author-meta img {
  display: block;
  margin: 0 auto 20px;
  border-radius: 100%;
  border: 1px solid #979797;
}
.author-name {
  font-size: 21px;
  font-weight: 500;
}
.author-title {
  font-weight: normal;
  font-size: 16px;
}

body.single-post .post-thumbnail img {
  display: block;
  margin: 0 auto;
}
.post-thumbnail img {
  border-radius: 30px;
}
body.single-podcast .post-thumbnail {
  display: none !important;
}
body.single-podcast .podcast-embed {
  margin-left: -189px;
}
body.single-podcast .podcast-embed iframe {
  height: 500px !important;
}
@media screen and (max-width: 800px) {
  body.single-podcast .podcast-embed {
    margin-left: 0;
  }
}
.related-articles {
  background: #f4f4f4;
  padding: 60px 0 60px;
}

/* Pagination */
.pagination {
  padding: 80px 0;
}

/* Posts Grid Shortcode */
.archive-extra {
}
/* .archive-extra .archive-header {
  margin-bottom: 60px;
} */
.archive-extra .archive-title h3,
.grid-shortcode .archive-title h3 {
  font-size: 36px;
  color: #03324c;
  margin: 0;
  line-height: 1;
}
.grid-shortcode.archive-header {
  padding-bottom: 25px;
}
.archive-extra .archive-header img,
.grid-shortcode .archive-header img {
  width: 100px;
}
.posts-grid {
  display: block;
}
.pc-card {
  display: block;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
}
.pc-card * {
  position: relative;
}
.pc-card img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 30px;
}
.pc-card h3 {
  font-size: 24px;
  margin-bottom: 8px;
  text-transform: none;
}
.meta {
  margin-top: 10px;
}
.meta:before {
  width: 90px;
}
.pc-card .meta {
  color: #03324c;
}
.pc-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #03324c;
}
.more-link {
  padding: 25px 0 40px;
  text-align: center;
}

.articles-grid {
  padding: 10px 0;
}
img.navy-ic {
  display: none;
}
.articles-grid img.white-ic {
  display: none;
}
.articles-grid img.navy-ic {
  display: block;
}

@media (min-width: 700px) {
  .archive-extra .archive-title h3,
  .grid-shortcode .archive-title h3 {
    font-size: 48px;
  }
  .grid-shortcode.archive-header {
    padding-bottom: 75px;
  }
  .posts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
  }
  .posts-grid.four-column {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .posts-grid.two-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pc-card {
    padding: 0;
    margin-bottom: 0;
  }
  .posts-grid.with-big-image {
    grid-template-columns: 50% 1fr 1fr;
  }
  .posts-grid.with-big-image .pc-card:first-of-type {
    color: #fff;
    padding: 20px;
  }
  .posts-grid.with-big-image .pc-card:first-of-type:before {
    content: "";
    background: rgb(3 50 76 / 49%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    border-radius: 30px;
  }
  .posts-grid.with-big-image .pc-card:first-of-type h3,
  .posts-grid.with-big-image .pc-card:first-of-type .pc-excerpt,
  .posts-grid.with-big-image .pc-card:first-of-type .meta {
    z-index: 2;
    color: #fff;
  }
  .posts-grid.with-big-image .pc-card:first-of-type h3 {
    color: #fff;
    font-size: 38px;
  }
  .posts-grid.with-big-image .pc-card:first-of-type img.pc-card-img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    margin: 0;
    bottom: 0;
    height: 100%;
  }
  .more-link {
    padding: 70px 0;
  }
}

/* Regular Sidebar */
.sidebar-widgets {
  background: #fff;
  padding: 20px 30px;
  margin-bottom: 50px;
  border-radius: 30px;
}
.sidebar-widgets h2 {
  font-size: 24px;
  color: #56a1d4;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sidebar-widgets ul {
  list-style: none;
  padding: 0;
}
.sidebar-widgets ul a {
  color: #ff8c64;
}
.sidebar-widgets input[type="search"] {
  border: 2px solid #979797;
  padding: 6px;
}
.sidebar-widgets input[type="search"]:focus {
  outline: none;
}

/* Join the Club Footer */
.join-footer {
  background: #03324c;
  padding: 105px 0;
  position: relative;
}
.related-articles + .join-footer .shape-fill {
  fill: #f4f4f4;
}
.articles-grid + .join-footer .shape-fill {
  fill: #f4f4f4;
}
.shape-top {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  top: -1px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.shape-top svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  width: calc(121% + 1.3px);
  height: 100px;
}
.shape-fill {
  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
body.search .shape-fill {
  fill: #03324c;
}
.join-title {
  text-align: center;
}
.join-title h3 {
  color: #ff8c64;
  font-size: 48px;
  margin: 0 0 45px;
}
.join-title p {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  max-width: 870px;
  margin: 0 auto;
}
.ic-grid {
  margin-top: 30px;
}
.ic-card {
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease all;
  border-radius: 5px;
  padding: 20px 15px;
  display: block;
}
.ic-card:hover {
  background: rgba(255, 255, 255, 0.1);
}
.ic-card img {
  display: block;
  margin: 0 auto 20px;
  width: 150px;
}
.ic-card-title {
  text-transform: uppercase;
  color: #ff8c64;
  font-size: 24px;
  line-height: 1;
}
.ic-card-desc {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
/* Adjust as needed */
.icon-card-link {
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease all;
  border-radius: 5px;
  padding: 20px 15px;
  display: block;
}
.icon-card-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.icon-card-link img {
  display: block;
  margin: 0 auto 20px;
  width: 150px;
}
.icon-card-link h3 {
  text-transform: uppercase;
  color: #ff8c64;
  font-size: 24px;
  line-height: 1;
}
.icon-card-link p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

@media screen and (min-width: 700px) {
  .join-footer {
    padding: 150px 0;
  }
  .ic-grid {
    margin-top: 130px;
  }
  .shape-top svg {
    height: 130px;
  }
  .ic-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 90px;
  }
}

/* Testimonial Footer */
.testimonial-footer {
  padding: 90px 0;
  background: linear-gradient(180deg, #f5f5f5 0%, #dfdfdf 100%);
}
.testimonial-footer h3 {
  color: #03324c;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  margin: 0 0 90px;
}
.quote-content {
  color: #03324c;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  background: url(library/images/quote.png) no-repeat top center;
  background-size: 130px auto;
  padding-bottom: 30px;
  min-height: 115px;
}
.quote-author {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  position: relative;
}
.quote-author:before {
  content: "";
  position: absolute;
  top: -10px;
  width: 45px;
  height: 3px;
  background: #ff8c64;
  left: calc(50% - 45px / 2);
}
.testimonial-footer .owl-stage {
  display: flex;
}

.testimonial-footer .slick-track {
  display: flex !important;
}
.testimonial-footer .slick-slide {
  height: inherit !important;
}
.testimonial-footer .item {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 0 15px;
}

/* Main Footer */
.main-footer {
  padding: 30px 0 30px;
  /* background: #03324c; */
  background: #fff;
  color: #d0d0d0;
}
.main-footer .mobile-only {
  margin-bottom: 40px;
}
.mobile-footer-logo {
  width: 155px;
  display: block;
}
.footer-logo-container {
  display: flex;
  gap: 40px;
  align-items: center;
}
.footer-logo-text h3,
.footer-logo-text p {
  margin: 0;
  color: #03324c;
}
ul#footer-menu,
ul#footer-menu li,
ul#footer-menu li ul,
.main-footer .columns ul,
.main-footer .columns ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#footer-menu a {
  text-decoration: none;
  display: block;
}
ul#footer-menu > li > a {
  text-transform: uppercase;
  color: #56a1d4;
}
ul#footer-menu .sub-menu {
  margin-top: 20px;
}
ul#footer-menu .sub-menu a {
  font-weight: 300;
  color: #d0d0d0;
}
ul#footer-menu,
.main-footer .columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bigarrow {
  width: 80px;
  display: block;
  max-width: 100%;
  float: right;
}
.footer-social {
  margin-top: 40px;
}
.footer-social p {
  text-transform: uppercase;
  color: #56a1d4;
}
.social-icons {
  margin-bottom: 20px;
}
.social-icons a {
  display: inline-block;
  margin-right: 15px;
}
.phones {
  font-weight: 300;
}
.site-info {
  max-width: 100%;
  padding: 50px 10px 0 10px;
  margin-top: 50px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #6866b2;
}
.site-info .footer-menu {
  display: flex;
  gap: 50px;
}
.site-info .footer-menu .privacy-links {
  display: flex;
  flex-direction: column;
}
.foot-small-logo-container {
  text-align: right;;
}
.foot-small-logo-container img {
  width: 250px !important;
}
.site-info p,
.site-info a,
.site-info h5 {
  color: #6866b2;
  font-size: 18px;
  text-transform: none;
  font-weight: 400;;
}
.site-info h5 {
  font-weight: 600;
  margin-bottom: 10px;
}
.site-info p.copyright {
  /* margin: 40px 0 0; */
  position: relative;
}
/* .site-info p.copyright:before {
  content: "";
  width: 225px;
  height: 1px;
  background: #d0d0d0;
  position: absolute;
  top: -20px;
  left: calc(50% - 225px / 2);
} */
.copyright-privacy-links {
  display: flex;
  justify-content: center;
  gap: 40px;
  position: relative;
  margin-top: 50px;
}
.site-info .copyright-privacy-links:before {
  content: "";
  width: 225px;
  height: 1px;
  background: #d0d0d0;
  position: absolute;
  top: -20px;
  left: calc(50% - 225px / 2);
}
.site-info .copyright-privacy-links .pp-link {
  color: #fff !important
}

@media screen and (max-width: 767px) {
  .copyright-privacy-links {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .footer-social .col-4 {
    flex: 0 0 15%;
    max-width: 15%;
  }
  .footer-social .col-8 {
    flex: 0 0 85%;
    max-width: 85%;
  }
  .footer-social .col-sm-6 {
    padding-right: 0px;
  }
}
@media screen and (min-width: 700px) {
  .main-footer {
    padding: 50px 0 50px;
  }
  .main-footer.without-navigation {
    padding: 70px 0 50px;
  }
  .main-footer .mobile-only {
    display: none;
  }
  .bigarrow {
    width: 140px;
  }
  .footer-social {
    margin-top: 0px;
  }
  ul#footer-menu,
  .main-footer .columns {
    justify-content: space-around;
  }
  .site-info {
    margin: 20px auto 20px;
  }
  .without-navigation .site-info {
    margin-top: 0;
  }
}

/* Specialty Page Overrides */
/* Brand Bar Overlay*/
.brand-bar {
  background: #03324c;
  padding-top: 25px;
}
.brand-bar h3 {
  margin: 0px;
}
.brand-bar .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.hero-overlay {
  margin-bottom: -120px;
  padding-top: 15px;
}
/* .hero-overlay .container {
  z-index: 50;
} */
.hero-above .container {
  align-items: center;
}

/*----Resources Page*/
.page-id-348 #primary .basic-centered-content {
  padding: 90px 0px 20px 0px;
}
/*-----menMD Evolution*/
.page-id-6386 #primary .three-icons-section {
  background-color: #f4f4f4;
}
/*----Survey Landing-----*/
.page-id-6932 .gform_title {
  display: none;
}
.gfield_label {
  font-size: 21px !important;
  margin: 0 0 10px;
}
/*-----Physician Landing------*/
.circleArrow {
  position: relative;
  width: 31px;
  height: 31px;
  background-color: #ff8c64;
  border: none;
  color: #03324c;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
}

@media (max-width: 991px) {
  .circleArrow {
    transform: rotate(90deg);
  }
}

.circle-line-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.circle-line-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #56a1d4;
  z-index: 0;
}

.page-id-7649 .basic-centered-content.dark-background a:hover {
  color: #7ac9f4;
}

.page-id-7649 .basic-centered-content.dark-background {
  padding: 50px 0 20px 0px;
}

.page-id-7649 .small-container {
  max-width: 1200px;
  width: 100%;
}
.page-id-7649 .two-column-section {
  padding-bottom: 0px;
}
.page-id-7649 .regular p {
  text-align: center;
  margin-bottom: 0px;
}
.page-id-7649 .icon-text-columns-container {
  row-gap: 0px;
}
.page-id-7649 .icon-text-column:nth-child(even) {
  padding-bottom: 80px;
}

/*----SHIM Score Quiz-----*/
.page-id-7755 .resultsContainer {
  display: flex;
}
.page-id-7755 .scoreDetails {
  margin: 30px;
}
.page-id-7755 .shimScore {
  align-items: center;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  padding: 25px;
  background: #f4f4f4;
  color: #56a1d4;
  text-align: center;
  font-size: 95px;
  font-weight: 800;
}
/*VED Giveaway*/
.page-id-10349 .two-column-section .col-12,
.page-id-10349 .two-column-section .col-sm-6 {
  align-self: flex-start;
}
@media screen and (max-width: 700px) {
  .page-id-7755 .col30,
  .page-id-7755 .col70 {
    width: 100%;
  }
  .page-id-7755 .shimScore {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .page-id-7755 .resultsContainer {
    flex-direction: column;
  }
  .page-id-7755 .scoreDetails {
    margin: 0px;
  }
  .page-id-7755 .noWrap {
    flex-direction: column !important;
  }
  .page-id-7755 .dblColumn .gchoice,
  .page-id-7755 .noWrap .gchoice,
  .page-id-7755 .sglColumn .gchoice {
    width: 90% !important;
  }
  .page-id-7755 .noWrap .gfield_radio,
  .page-id-7755 .noWrap .gfield_checkbox {
    flex-wrap: wrap !important;
  }
}
/*----Virtual Clinic-----*/
@media only screen and (max-width: 550px) {
  .page-id-7076 #vc-conditions,
  .page-id-7076 #vc-partner {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }
  .page-id-7076 #vc-conditions ul,
  .page-id-7076 #vc-partner ul {
    text-align: left;
  }
  .page-id-7076 .table-comparison tr {
    line-height: 1.1em;
  }
  .page-id-7076 .table-comparison td {
    width: 20%;
  }
  .page-id-7076 .table-comparison tr td:nth-child(even) {
    background-color: rgba(143, 210, 252, 0.17);
  }
  .page-id-7076 .table-comparison th[scope="row"] {
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
/*-----Quiz Forms*/
.page-id-7755 .gform_wrapper.gravity-theme legend {
  text-align: center;
  font-size: 24px !important;
  font-weight: 500;
  line-height: 1.1em;
  color: #56a1d4;
}
.page-id-7755 .gform_page_footer {
  text-align: center;
}
.page-id-7755 .gform_next_button {
  background: #ff8c64;
  color: #03324c;
}
.page-id-7755 .gform_previous_button {
  background: #f4f4f4 !important;
}
.page-id-7755 .gfield_radio,
.page-id-7755 .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}

.page-id-7755 .gchoice {
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 15px;
  margin: 15px;
}
.page-id-7755 .gfield_radio label,
.page-id-7755 .gfield_checkbox label {
  font-size: 18px !important;
  line-height: 1.1em;
}
.page-id-7755 .dblColumn .gchoice {
  width: 45%;
}
.page-id-7755 .sglColumn .gfield_radio {
  flex-direction: column;
  align-items: center;
}
.page-id-7755 .sglColumn .gchoice {
  width: 50%;
}
.page-id-7755 .noWrap .gfield_radio,
.page-id-7755 .noWrap .gfield_checkbox {
  flex-wrap: nowrap;
}
.page-id-7755 .noWrap .gchoice {
  margin: 15px 5px;
  width: 45%;
}
/* Retargeting Landing Page -------------------*/
.page-id-9158 .basic-centered-content {
  padding: 40px 0px 10px 0px;
}
.page-id-9158 .three-icons-section {
  background-color: #03324c;
  color: #fff !important;
}
.page-id-9158 .text-normal {
  color: #ff8c64;
}
.page-id-9158 .launchtile h3 {
  text-transform: none;
  color: #fff;
}
.page-id-9158 .tilecontainer {
  padding-bottom: 80px;
}
.page-id-9158 .ic-grid {
  margin-top: 0px;
}
.tilecontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.launchtile {
  background: linear-gradient(
    90deg,
    rgba(53, 116, 157, 1) 0%,
    rgba(3, 50, 76, 1) 36%
  );
  border-radius: 10px;
  padding: 15px 30px;
}
.launchtile:not(:last-child) {
  margin-right: 25px;
}
.launchtile p {
  margin-bottom: 0px;
  text-align: right;
}
.tile-25 {
  width: 25%;
}
.tile-33 {
  width: 33%;
}
.tile-50 {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .tilecontainer {
    flex-wrap: wrap;
  }
  .launchtile {
    margin: 0px 0px 25px 0px !important;
  }
  .tile-25 {
    width: 45%;
  }
}
@media screen and (max-width: 700px) {
  .tilecontainer {
    flex-direction: column;
  }
  .launchtile {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tile-25,
  .tile-33,
  .tile-50 {
    width: 70%;
  }
}

/* Legacy Styles For Blog Posts -------------------*/
.single-post .blogDesc {
  display: flex;
  border-top: 1px solid #ff8c64;
  padding-top: 40px;
  justify-content: space-between;
}
.single-post .blogDesc-content {
  padding-right: 25px;
}
.single-post .blogCTA {
  text-align: center !important;
  background: #56a1d4;
  padding: 20px 30px;
  color: #fff;
  margin-bottom: 40px;
}
.blogCTAbtn {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 40px;
  cursor: pointer;
  background: #03324c;
  color: #fff !important;
}
p.blogCTAbtn a {
  color: #fff !important;
}
.blogCTA strong {
  font-size: 22px;
}

.dataTable {
  display: table;
  color: #03324c;
  border: none;
  width: 100%;
  border-collapse: collapse;
}

/* Table column sizing */
.Ctable--2cols > .Ctable-cell {
  width: 50%;
}
.Ctable--3cols > .Ctable-cell {
  width: 33.33%;
}
.Ctable--4cols > .Ctable-cell {
  width: 25%;
}
.Ctable--5cols > .Ctable-cell {
  width: 20%;
}
.Ctable--6cols > .Ctable-cell {
  width: 16.6%;
}

.Ctable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 0;
  padding: 0;
}
.Ctable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 1.2em;
  overflow: hidden;
  list-style: none;
  border-bottom: 2px solid #ff8c64;
  border-right: 2px dotted #ff8c64;
}

.Ctable-first {
  padding-left: 0px;
}
.Ctable-last {
  border-right: none;
}

.Ctable-header {
  border-bottom: 4px solid #9ddffc;
}
.Ctable-bottom {
  border-bottom: none;
}

/* COMPARISON TABLE STYLING */
.comparisonTable {
  display: table;
  color: #03324c;
  border: none;
  width: 100%;
  border-collapse: collapse;
}
/*Header Row Styling*/
.comparisonTable .divTableHeading {
  background-color: #9ddffc;
}
.comparisonTable .divTableHead {
  border-top: none;
  border-right: 2px solid #fff;
  /* set width on per table basis: width: 25%;*/
  padding: 10px;
}
.comparisonTable .divTableHead:last-child {
  border-right: none;
}
.divTableHead h4 {
  color: #03324c;
  margin-bottom: 0px;
}

/*First Column Styling*/
.divTableBody .divTableRow .divTableCell:first-child {
  border-left: none;
  border-right: 2px solid #9ddffc;
}
/*Last Column Styling*/
.comparisonTable .divTableHeading .divTableRow .divTableHead:last-child,
.comparisonTable .divTableBody .divTableRow .divTableCell:last-child {
  border-right: none;
}
/*Last Row Styling*/
.comparisonTable .divTableBody .divTableRow:last-child > .divTableCell {
  border-bottom: none;
}
/*Inner Cell Borders*/
.comparisonTable .divTableCell {
  border-top: 2px solid #9ddffc;
  border-bottom: 2px solid #9ddffc;
  border-right: 2px dotted #9ddffc;
  padding: 10px;
}

.comparisonTable .divTableRow {
  display: table-row;
}
.comparisonTable .divTableHeading {
  display: table-header-group;
}
.comparisonTable .divTableCell,
.comparisonTable .divTableHead {
  display: table-cell;
  vertical-align: top;
}
.comparisonTable .divTableHeading {
  display: table-header-group;
}
.comparisonTable .divTableFoot {
  display: table-footer-group;
}
.comparisonTable .divTableBody {
  display: table-row-group;
}

/*Column Spacing*/
.col3 {
  width: 33%;
}
.col4 {
  width: 25%;
}

/* SHIM Table Customization */
.SHIMgridTable .divTableHead:first-child {
  width: 25%;
}
.SHIMgridTable .divTableHead:not(:first-child) {
  width: 12.5%;
}
.SHIMtitle {
  height: 65px;
  line-height: 1em;
  text-align: center;
}

.SHIMvalue {
  height: 20px;
}
.SHIMvalue h4,
.SHIMtitle p {
  margin: 0;
  text-align: center;
}
/*First Column*/
.SHIMgridTable .divTableHeading .divTableHead:first-child,
.SHIMgridTable .divTableBody .divTableRow .divTableCell:first-child {
  text-align: left;
  padding-bottom: 20px;
}
/* First Row */
.SHIMgridTable .divTableHead,
.SHIMgridTable .divTableHeading .divTableHead:first-child {
  border-right: none;
}

/* SHIM Table MOBILE */
.SHIMgridMobile {
  display: none;
}
.SHIMgridMobile .divTableHead:first-child {
  width: 40%;
}
.SHIMgridMobile .divTableHead:not(:first-child) {
  width: 60%;
}
.SHIMgridMobile .divTableCell ul li {
  text-align: left;
}
.SHIMgridMobile .divTableCell ul {
  padding-left: 20px;
  margin-top: 0px;
}

@media screen and (max-width: 745px) {
  .SHIMgridMobile {
    display: table;
  }
  .SHIMgridTable {
    display: none;
  }
  .SHIMscoreContainer {
    flex-wrap: wrap;
  }
  .SHIMscoreBracket {
    width: 50%;
    margin-bottom: 20px;
  }
}

.tealContainer {
  background-color: #f4f4f4;
  padding: 20px;
}
.tealContainer h4 {
  margin-top: 0;
}
.SHIMscoreContainer {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: no-wrap;
}
.SHIMscoreBracket {
  border-left: 1px solid #03324c;
  padding-left: 10px;
  padding-right: 20px;
  width: 20%;
  color: #03324c;
}
.SHIMbracketTitle {
  font-size: 1.3em;
  font-weight: 600;
}

.col80 {
  width: 80%;
}
.col75 {
  width: 75%;
}
.col70 {
  width: 70%;
}
.col60 {
  width: 60%;
}
.col50 {
  width: 50%;
}
.col40 {
  width: 40%;
}
.col30 {
  width: 30%;
}
.col20 {
  width: 20%;
}

@media screen and (max-width: 700px) {
  .tableToColumn table,
  .tableToColumn thead,
  .tableToColumn tbody,
  .tableToColumn th,
  .tableToColumn td,
  .tableToColumn tr {
    display: block;
  }

  .tableToColumn td {
    padding: 24px;
  }
  .Ctable {
    display: block;
  }
  .Ctable-cell {
    border-top: 2px dotted #ff8c64;
    border-right: none;
  }
  .Ctable-first {
    padding-left: 1.2em;
    border-top: none;
  }
  .Ctable-last {
    border-right: none;
  }

  .Ctable-header {
    border-bottom: 4px solid #ff8c64;
  }
  .Ctable-bottom {
    border-bottom: none;
  }
  .Ctable--2cols > .Ctable-cell {
    width: 100%;
  }
  .Ctable--3cols > .Ctable-cell {
    width: 100%;
  }
  .Ctable--4cols > .Ctable-cell {
    width: 100%;
  }
  .Ctable--5cols > .Ctable-cell {
    width: 100%;
  }
  .Ctable--6cols > .Ctable-cell {
    width: 100%;
  }

  .blogDesc {
    flex-direction: column;
  }
  .blogDesc .col60,
  .blogDesc .col40,
  .col50 {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.menu-toggle {
  z-index: 9999 !important;
}
.main-navigation {
  display: flex;
  /* width: 100%; */
  justify-content: flex-end;
  padding-bottom: 10px;
}
.main-navigation .menu-main-menu-container {
  display: none;
}

.main-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
  gap: 40px;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  color: rgba(104, 103, 179, 1);
  /* font-family: OpenSans-Bold; */
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.16px;
  text-align: center;
}
.main-navigation a:hover {
  color: #03324c;
}

body.megamenu-open .main-navigation a,
body.megamenu-open .small-header a,
body.new-megamenu-open .main-navigation a,
body.new-megamenu-open .small-header a {
  opacity: 0.5;
}
body.megamenu-open .main-navigation a:hover,
body.megamenu-open .small-header a:hover,
body.megamenu-open a[href="#megamenu"],
body.new-megamenu-open .main-navigation a:hover,
body.new-megamenu-open .small-header a:hover,
body.new-megamenu-open a[href="#newmegamenu"] {
  opacity: 1;
}

.peach-button a {
  background: #ff8c64;
  color: #03324c;
  padding: 18px 35px;
  font-weight: 500;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.megamenu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  z-index: 5;
  display: none;
}
.megamenu {
  background: #fff;
  position: fixed;
  top: 54px;
  left: 0;
  right: 0;
  z-index: 10;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.2s ease;
  -webkit-box-shadow: 0 12px 15px -15px rgba(0, 0, 0, 0.55);
  box-shadow: 0 12px 15px -15px rgba(0, 0, 0, 0.55);
}
body.logged-in .megamenu {
  top: 54px;
}
body.megamenu-open .megamenu,
body.new-megamenu-open .megamenu {
  max-height: 4000px;
  overflow: scroll;
  height: 100vh;
  padding-bottom: 150px;
}
body.megamenu-open .megamenu-overlay {
  display: block;
}

.megamenu .column {
  padding: 25px 0;
  border-bottom: 1px solid #bce4f9;
}
.megamenu .column:last-of-type {
  border: none;
}
.megamenu h4 {
  color: #56a1d4;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.27px;
  line-height: 21px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.megamenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
.megamenu ul li {
  padding: 8px 0;
}
.megamenu ul,
.megamenu a {
  color: #03324c;
}
.megamenu a:hover {
  color: #56a1d4;
}
.megamenu a.button {
  background-color: #ff8c64;
  border: 1px solid #ff8c64;
  padding: 14px 24px;
  font-weight: 600;
}
.megamenu a.button:hover {
  color: #03324c;
}

.megamenu .column.mobile-only li,
.megamenu .column.mobile-only li a {
  /* color: #56a1d4;
  font-size: 17px;
  text-transform: uppercase; */
}
.megamenu .column.mobile-only li.peach-button a {
  color: #03324c;
  display: inline-block;
}
.megamenu .blue-box {
  padding: 15px 20px;
  border: 1px solid #56a1d4;
  margin: 0 auto;
}
.megamenu .bluebox h4 {
  margin-bottom: 5px;
  font-size: 16px;
}

@media screen and (min-width: 800px) {
  .megamenu {
    top: 92px;
    position: fixed;
  }
  body.logged-in .megamenu {
    top: 124px;
  }
  body.megamenu-open .megamenu,
  body.new-megamenu-open .megamenu {
    height: inherit;
  }
  a[href="#megamenu"],
  a[href="#newmegamenu"] {
    position: relative;
    padding-right: 18px;
  }

  a[href="#megamenu"]:after,
  a[href="#newmegamenu"]:after {
    content: "";
    position: absolute;
    right: 0;
    top: 38%;
    width: 15px;
    height: 15px;
    transition: 0.3s ease-out all;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transform-origin: center;
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 509.96 317.97'%3E%3Cpolygon fill='%23ff8c64' class='cls-1' points='446.98 .02 254.98 192.02 94.44 31.58 63 0 0 63 254.98 317.97 509.96 63 446.98 .02'/%3E%3C/svg%3E");
  }
  body.megamenu-open a[href="#megamenu"]:after,
  body.new-megamenu-open a[href="#newmegamenu"]:after {
    transform: rotate(180deg);
  }
  body.megamenu-open a[href="#megamenu"],
  body.new-megamenu-open a[href="#newmegamenu"] {
    color: #03324c;
  }
  .megamenu .columns {
    display: grid;
    grid-template-columns: 20% 20% 1fr 24%;
    grid-gap: 15px;
  }
  .megamenu .dblColumns {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 15px;
  }
  .megamenu .column {
    border: none;
  }
  .megamenu .column.mobile-only {
    display: none !important;
  }
  .megamenu .column.col-treatments {
    background: linear-gradient(180deg, #fbfbfb 0%, #f4f4f4 100%);
    padding: 25px 20px 25px 35px;
  }
  .megamenu h4 {
    font-size: 14px;
  }
  .main-navigation li.only-mobile {
    display: none;
  }
  .megamenu .blue-box {
    max-width: 220px;
  }
}

/* NEW MEGA MENU -------------------------- */
.no-scroll {
  overflow: hidden;
}
#new-mega-menu {
  display: none;
}
.new-megamenu-open .site-header {
  position: fixed;
}
.new-megamenu-open #new-mega-menu {
  display: block;
}
.new-megamenu-open .megamenu .columns,
.megamenu.from-page-content .desktop-only {
  display: none;
}
.new-megamenu-open .megamenu .column.mobile-only {
  padding-top: 50px;
}

.new-megamenu-open.mobile {
  overflow-y: scroll !important;
}
.new-megamenu-open .megamenu .container,
.megamenu .wp-block-columns {
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
}
.main-navigation.new-menu .menu-menu-3-container {
  display: none;
}
.main-navigation.new-menu .menu-toggle {
  display: block;
}
.new-megamenu-open .megamenu {
  position: fixed;
  overflow: unset !important;
  transform: translateX(0%);
  width: 100%;
  transition: 0.3s ease all;
}
.new-megamenu-open .megamenu .column {
  border-bottom: none;
}
.new-megamenu-open .megamenu .column.mega {
  padding-bottom: 0;
}
.new-megamenu-open .mobile-only .inner-column-one {
  border-bottom: 1px solid rgba(122, 201, 244, 0.5);
  margin-bottom: 20px;
}
.new-megamenu-open .megamenu .mega-column {
  position: absolute;
  /* right: -390px; */
  right: -100vw;
  top: 0;
  transition: 0.3s ease all;
  width: 100vw;
  background: #fff;
  padding: 30px 30px 130px 30px;
  height: 100vh;
  overflow-y: scroll;
}
.new-megamenu-open.mobile .megamenu {
  transform: translateX(-100%);
  transition: 0.3s ease all;
}
.new-megamenu-open .megamenu .support-block {
  display: none;
}
.new-megamenu-open .megamenu .mobile-only .support-block {
  display: block;
  padding: 30px 30px 90px 30px;
  margin-left: -30px;
  margin-right: -30px;
  background-color: #f4f4f4;
}
.new-megamenu-open .megamenu .mobile-only .support-block h4 {
  margin-bottom: 5px;
}
.new-megamenu-open .megamenu .mobile-only .support-block p {
  margin-bottom: 5px;
  font-size: 18px;
}
.new-megamenu-open .megamenu .mobile-only .inner-columns p {
  font-size: 18px;
}
.new-megamenu-open .megamenu .mobile-only .support-block span {
  font-size: 14px;
}
.new-megamenu-open.mobile .megamenu .mobile-only h3,
.new-megamenu-open.mobile .megamenu .mobile-only h4 {
  font-size: 21px;
}
.new-megamenu-open.mobile .megamenu .mobile-only h3,
.new-megamenu-open .megamenu .columns h3 {
  color: #03324c;
  border-bottom: 2px solid #03324c;
  padding-bottom: 3px;
  margin-bottom: 25px;
}
.new-megamenu-open .megamenu .columns h3 {
  font-size: 18px;
}
.new-megamenu-open .megamenu .mega-column a {
  /* font-size: 18px !important;
  color: #03324c;
  text-transform: capitalize !important; */
}
#mobile-go-back {
  font-size: 18px;
  color: #56a1d4;
  position: relative;
  padding-left: 22px;
}
#mobile-go-back::before {
  content: "";
  position: absolute;
  left: 0;
  top: 27%;
  width: 15px;
  height: 15px;
  transition: 0.3s ease-out all;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform-origin: center;
  transform: rotate(90deg);
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 509.96 317.97'%3E%3Cpolygon fill='%23ff8c64' class='cls-1' points='446.98 .02 254.98 192.02 94.44 31.58 63 0 0 63 254.98 317.97 509.96 63 446.98 .02'/%3E%3C/svg%3E");
}
.new-megamenu-open li.for-patients {
  position: relative;
}
.new-megamenu-open li.for-patients::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 35%;
  width: 15px;
  height: 15px;
  transition: 0.3s ease-out all;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform-origin: center;
  transform: rotate(-90deg);
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 509.96 317.97'%3E%3Cpolygon fill='%23ff8c64' class='cls-1' points='446.98 .02 254.98 192.02 94.44 31.58 63 0 0 63 254.98 317.97 509.96 63 446.98 .02'/%3E%3C/svg%3E");
}
.upper-mobile-nav a {
  font-size: 24px !important;
  line-height: 35px;
  color: #56a1d4;
}
.new-megamenu-open .mobile-nav-buttons {
  padding: 25px 0;
  display: flex;
  gap: 30px;
}
.new-megamenu-open .mobile-nav-buttons a {
  font-size: 18px !important;
  line-height: 25px;
  color: #03324c;
  font-weight: 600;
}
.new-megamenu-open .mobile-nav-button-one,
.new-megamenu-open .mobile-nav-button-two {
  padding: 10px 0;
  width: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.new-megamenu-open .mobile-nav-button-one {
  background-color: #ff8c64;
}
.new-megamenu-open .mobile-nav-button-two {
  border: 1px solid #03324c;
}
.new-megamenu-open .mobile-nav-lower p {
  font-size: 21px;
}
.new-megamenu-open .peach-button {
  display: none;
}

/* New Mega Menu with page content */
.megamenu.from-page-content .wp-block-columns {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0 15px;
}
.megamenu.from-page-content .wp-block-columns .wp-block-column {
  padding: 25px 0 40px;
}
.megamenu.from-page-content .wp-block-columns p {
  margin-bottom: 10px;
}

.mobile-sub-menu section.wp-block-group.has-background {
  background: transparent !important;
}

@media screen and (min-width: 900px) {
  .new-megamenu-open .site-header {
    position: sticky;
  }
  .new-megamenu-open .peach-button {
    display: block;
  }
  #mobile-go-back {
    display: none;
  }
  .main-navigation.new-menu .menu-menu-3-container {
    display: flex;
  }
  .main-navigation.new-menu .menu-toggle {
    display: none;
  }
  .new-megamenu-open .megamenu {
    position: fixed;
    border-top: 1px solid #cccccc;
    padding-bottom: 0px !important;
  }
  .new-megamenu-open .megamenu .columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    position: relative;
    right: 0;
    top: 0;
  }
  .megamenu.from-page-content .desktop-only {
    display: block;
  }
  .new-megamenu-open li.for-patients::after {
    display: none;
  }
  .new-megamenu-open .megamenu .columns h3 {
    text-align: center;
  }
  .new-megamenu-open .megamenu .columns h4 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .new-megamenu-open .megamenu .inner-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  .new-megamenu-open .megamenu .column.two {
    background-color: #f9f9f9;
    padding-left: 30px;
  }
  .new-megamenu-open .megamenu .column {
    padding-right: 30px;
  }
  .new-megamenu-open .megamenu .support-block {
    padding: 20px;
    background-color: #f9f9f9;
    display: block;
  }
  .new-megamenu-open .megamenu .support-block p {
    margin-bottom: 5px;
  }
  .new-megamenu-open .megamenu .support-block p {
    font-size: 18px;
  }
  .new-megamenu-open .megamenu .support-block span {
    font-size: 14px;
  }
}
/* END NEW MEGA MENU --------------------------------------- */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 3em 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* HIDDEN SIDEBAR SEARCH */
.sidebar-search {
  display: none !important;
}

/* Header
--------------------------------------------- */
.small-header {
  background: linear-gradient(180deg, #ffffff 0%, #ececec 100%);
  text-align: right;
  display: none;
  position: sticky;
  z-index: 100;
  top: 0;
  height: 38px;
}
body.logged-in .small-header {
  top: 32px;
}
.small-menu {
  position: relative;
  /* padding-right: 40px; */
}
.small-header a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.27px;
  padding: 12px 10px;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.small-header .toggle-search {
  color: #ff8c64;
  font-size: 18px;
  padding: 3px 10px;
  line-height: 1;
  font-weight: normal;
  z-index: 3;
}
body.search-visible .small-header a:not(.toggle-search) {
  opacity: 0.3;
  pointer-events: none;
}
.toggle-search .fa-xmark {
  display: none;
}
body.search-visible .toggle-search .fa-xmark {
  display: block;
}
body.search-visible .toggle-search .fa-magnifying-glass {
  display: none;
}
.toggle-search svg.fa-xmark {
  width: 20px;
  margin: 0;
  height: auto;
}

.site-header {
  position: sticky;
  top: 0px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}
.site-header .row {
  align-items: end !important;
}
.site-header .container,
.small-header .container {
  max-width: 1200px !important;
}
.site-logo {
  padding: 8px 0;
  display: block;
  z-index: 99999 !important;
  position: relative;
}
.site-logo img {
  display: block;
  width: 500px;
}

.toggle-search.just-mobile {
  /* padding: 5px 15px;
  margin-right: 10px;
  color: #ff8c64;
  font-size: 18px;
  line-height: 1;
  font-weight: normal; */
  display: none;
}
.toggle-search.just-mobile svg {
  height: 1em;
  width: auto;
}
/* When search is open on mobile */
body.search-visible .site-header .justify-content-end {
  justify-content: flex-start !important;
}
body.search-visible .toggle-search.just-mobile {
  transform: translateX(-100%);
}
body.new-megamenu-open .toggle-search.just-mobile,
body.megamenu-open .toggle-search.just-mobile {
  display: none;
}

.menu-toggle {
  /* margin-left: auto; */
  margin-right: 10px;
  position: relative;
  height: 30px;
  width: 28px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 10;
  display: block;
}

.menu-toggle.open .menu-slice:after,
.menu-toggle.open .menu-slice:before {
  background: #03324c;
}

.menu-toggle .menu-slice {
  width: 100%;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  background-color: #03324c;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.menu-toggle .menu-slice:before {
  -webkit-transform: translateY(-450%);
  transform: translateY(-450%);
}

.menu-toggle .menu-slice:after {
  -webkit-transform: translateY(450%);
  transform: translateY(450%);
}

.menu-toggle .menu-slice:after,
.menu-toggle .menu-slice:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #03324c;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu-toggle .menu-slice:after {
  width: 50%;
}

.megamenu-open .menu-toggle .menu-slice:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.megamenu-open .menu-toggle .menu-slice:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  width: 100%;
}

.megamenu-open .menu-toggle .menu-slice {
  background-color: transparent;
}

body.megamenu-open,
body.new-megamenu-open {
  overflow: hidden;
}

@media screen and (min-width: 800px) {
  body.megamenu-open,
  body.new-megamenu-open {
    overflow: auto;
  }
  .site-header {
    /* top: 38px; */
    padding-top: 40px;
    padding-bottom: 20px;
  }
  /* body.logged-in .site-header {
    top: 70px;
  } */
  .small-header {
    display: block;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation .menu-main-menu-container {
    display: block;
  }
  .toggle-search.just-mobile {
    display: none;
  }
}

/* .main-navigation ul {
  gap: 8px;
} */
.menu-2025-mega-menu-container a[href^="#"] {
  padding-right: 22px;
}
.menu-2025-mega-menu-container a[href^="#"]:after {
  content: "";
  position: absolute;
  right: 0;
  top: 38%;
  width: 15px;
  height: 15px;
  transition: 0.3s ease-out all;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform-origin: center;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 509.96 317.97'%3E%3Cpolygon fill='%23ff8c64' class='cls-1' points='446.98 .02 254.98 192.02 94.44 31.58 63 0 0 63 254.98 317.97 509.96 63 446.98 .02'/%3E%3C/svg%3E");
}
.menu-2025-mega-menu-container li.active a[href^="#"]:after {
  transform: rotate(180deg);
}
.menu-2025-mega-menu-container li.active a[href^="#"] {
  color: #03324c;
  opacity: 1;
}
.main-navigation li.peach-rounded a {
  background: #ff8c64;
  color: #03324c;
  padding: 18px 10px 18px 20px;
  font-weight: 500;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.megamenuu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #f6f6f6;
  z-index: 1000;
  padding: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}

.megamenuu.is-active {
  max-height: 4000px; /* Big enough to show any section */
  opacity: 1;
  visibility: visible;
}

/* Hide all sections inside mega menu initially */
.megamenuu > section {
  display: none;
}

/* Show only the active section */
.megamenuu > section.is-shown {
  display: block;
}

/* Inner Container */
.megamenuu > section .wp-block-group__inner-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

@media (max-width: 768px) {
  .menu-2025-mega-menu-container a[href^="#"]:after {
    transform: rotate(270deg);
  }

  .megamenu-open .megamenuu {
    height: calc(100vh - 53px);
    overflow-y: auto;
  }
  .megamenuu > section.is-shown {
    padding: 20px 0 0 0;
  }
  .megamenuu > section .wp-block-group__inner-container {
    padding: 0;
  }
  .megamenuu .three-columns {
    padding: 0 20px;
  }
  .megamenuu :where(.wp-block-columns.is-layout-flex) {
    gap: 0;
  }

  .menu-2025-mega-menu-container {
    display: none;
  }
  .megamenu-open .menu-2025-mega-menu-container {
    display: block;
    position: fixed;
    width: 100%;
    top: 83px;
    height: calc(100vh - 53px);
    transition: 0.3s ease all;
    left: 0;
    right: 0;
    z-index: 10;
    background: #f6f6f6;
    padding: 30px 20px;
  }
  .menu-2025-mega-menu-container ul {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 18px;
  }
  .menu-2025-mega-menu-container ul li {
    padding: 8px 0;
  }
  body.megamenu-open .main-navigation a,
  body.megamenu-open .small-menu a {
    font-size: 24px;
    line-height: 35px;
    padding: 0;
    opacity: 1;
    font-weight: normal;
  }
  body.megamenu-open .small-menu a {
    padding: 8px 0;
    color: #56a1d4 !important;
  }
  .megamenu-open .main-navigation li.peach-rounded a {
    opacity: 1;
    text-align: center;
    font-size: 18px !important;
    line-height: 25px;
    color: #03324c;
    font-weight: 600;
    border-radius: 40px;
    padding: 12px 20px;
  }

  .button-columns {
    padding-top: 10px;
  }
  .button-columns .wp-block-column {
    flex-basis: 50% !important;
  }
  .button-columns a {
    padding: 16px 18px;
  }

  .megamenu-open .megamenuu hr {
    display: none;
  }

  /* Mobile Back Button Styles */
  .mobile-back-button {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    color: #03324c;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  .mobile-back-button svg {
    width: 24px;
    height: 24px;
  }
}

/* Hide back button on desktop */
@media (min-width: 769px) {
  .mobile-back-button {
    display: none;
  }
}

/* Custom Styling for the mega menu */
.megamenuu .list-columns .wp-block-column {
  padding-top: 25px;
}
.megamenuu .list-columns h3,
.megamenuu .list-columns ul {
  margin-bottom: 8px;
}
.megamenuu hr {
  border-width: 1px;
  height: 0px;
}
.megamenuu :where(.wp-block-columns) {
  margin-bottom: 0;
}
.megamenuu .three-columns {
  padding-bottom: 20px;
}
/* Last Column on the right */
.megamenuu .callout-column {
  padding: 35px;
}
.megamenuu .callout-column hr {
  margin-bottom: 0;
}
.megamenuu h4 {
  line-height: 1.1;
  margin-bottom: 0px;
}
.megamenuu h4.arrow-headline {
  position: relative;
  padding-right: 35px;
}
.megamenuu h4:after {
  content: "";
  width: 25px;
  height: 30px;
  background: url(<?phpechoget_stylesheet_directory_uri();?>/library/images/bluearrow.png);
  position: absolute;
  right: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.mm-image.aspect-square {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
.aspect-square.webinar-image img {
  aspect-ratio: 1 / 1;
  max-width: 50%;
}
.aspect-square img {
  aspect-ratio: 2 / 1;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  padding-bottom: 15px;
}
.mmFlex {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.megamenuu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
.megamenuu ul li {
  padding: 8px 0;
}
.megamenuu ul,
.megamenuu a {
  color: #03324c;
}
.megamenuu a:hover,
#primary-menu a.active {
  color: #56a1d4;
}
.megamenuu a.button {
  background-color: #ff8c64;
  color: #03324c;
  border-radius: 25px;
  margin-top: auto;
  align-self: flex-start;
  padding: 10px 20px;
  font-weight: 600;
}
.megamenuu a.button:hover {
  color: #03324c;
}

.megamenuu .column.mobile-only li.peach-button a {
  color: #03324c;
  display: inline-block;
}
.megamenuu .blue-box {
  padding: 15px 20px;
  border: 1px solid #56a1d4;
  margin: 0 auto;
}
.megamenuu .bluebox h4 {
  margin-bottom: 5px;
  font-size: 16px;
}

/* Header Search
--------------------------------------------- */
.header-search-form {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  display: block;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
body.search-visible .header-search-form {
  opacity: 1;
  pointer-events: auto;
}
.header-search-form input[type="search"] {
  width: 100%;
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  border: none;
  border-bottom: 2px solid rgb(255 140 100 / 52%);
  transition: 0.3s ease all;
}
.header-search-form input[type="search"]:focus,
.header-search-form input[type="search"]:focus-visible {
  outline: none;
  border: none;
  border-bottom: 2px solid #ff8c64;
}
.header-search-form button[type="submit"] {
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  background: transparent;
  visibility: hidden;
}

/* Posts and pages
--------------------------------------------- */

/* HOMEPAGE HERO BLOCK----------------- */
.homepage-hero {
  height: 70vh;
  align-items: end;
  display: flex;
  padding-bottom: 100px;
}
.homepage-hero-content {
  max-width: 60%;
}
.homepage-hero-content h1 {
  color: #ffffff;
  font-size: 60px;
  margin: 0;
  font-weight: 400;
}
.homepage-hero-content p {
  color: #ffffff;
  font-size: 20px;
}


/* HERO BLOCK ------- */
.hero {
  background: linear-gradient(180deg, #539fd0 0.07%, #04344e 100%);
  color: #ffffff;
  padding: 40px 10px 0;
}
.hero h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  margin: 15px 0 15px;
}
.hero-body {
}
.heroslider {
  margin-left: -24px;
  margin-right: -24px;
}
.heroslider > .item:not(:first-child) {
  display: none;
}
.heroslider img {
  max-height: 400px;
  width: auto;
  /* margin: 0 auto; */
  display: block;
}
.heroslider .slick-slide {
  /* padding-top: 40px; */
  max-height: 400px !important;
}
.heroslider .align-center {
  justify-content: flex-end;
}
.heroslider .desktop-image {
  display: none;
}
.heroslider .mobile-image {
  padding-top: 40px;
}

@media screen and (min-width: 700px) {
  .hero {
    padding: 0;
  }
  .heroslider .desktop-image {
    display: flex;
    justify-content: flex-end;
  }
  .heroslider .mobile-image {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .hero-content {
    /* min-height: 420px;
    vertical-align: middle;
    justify-content: center;
    display: flex;
    flex-direction: column; */
  }
  .hero-content a.button {
    align-self: flex-start;
  }
  .heroslider .lg:align-end {
    justify-content: flex-end;
  }
}

.promo-area {
  padding: 60px 0;
  background: #fff;
}
.promo-image {
  background: linear-gradient(152.99deg, #f5f5f5 0%, #aaaaaa 100%);
  width: 520px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  max-width: 100%;
  margin-bottom: 30px;
}
.promo-image img {
  display: block;
  align-self: center;
}
.promo-area .subhead {
  font-size: 24px;
  font-weight: 500;
  color: #56a1d4;
  text-transform: uppercase;
}
.blue-icons {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-bottom: 25px;
}
.blue-icons img {
  width: 55px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.upcoming-promo {
  background: #03324c;
  position: relative;
}
.upcoming-promo-inner {
  padding: 25px 0;
}
.leftside {
  display: none;
}
.rightside {
  display: none;
}
.main-img {
  max-width: 70%;
  display: block;
  margin: 0 auto;
  padding: 30px 0;
}
.small-img {
  position: absolute;
  z-index: 9;
  top: -65px;
  right: 10px;
}
.small-img img {
  display: block;
  border-radius: 100%;
  border: 5px solid #7ac9f4;
  width: 125px;
}
.webinar-title img {
  display: block;
  width: 256px;
  margin-bottom: 25px;
}
.date-time svg,
.duration svg {
  display: inline-block;
  width: 16px;
  height: auto;
  vertical-align: middle;
  margin-right: 4px;
  fill: #fff;
}
.webinar-date {
  font-size: 24px;
}

.genFlex {
  display: flex;
}

@media screen and (min-width: 700px) {
  .promo-area {
    padding: 90px 0;
  }
  .promo-image {
    height: 520px;
    margin: 0;
  }
  .upcoming-promo-inner {
    padding: 0;
  }
  .leftside {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(152.99deg, #f5f5f5 0%, #aaaaaa 100%);
    display: flex;
    justify-content: flex-end;
  }
  .img-on-right .leftside {
    left: inherit;
    right: 0;
    justify-content: flex-start;
  }
  .leftside svg {
    position: relative;
    right: -1px;
  }
  .img-on-right .leftside svg {
    transform: rotate(180deg);
    right: inherit;
    left: -1px;
  }
  .img-on-right .first-row {
    flex-flow: row-reverse;
  }
  .img-on-right h2,
  .img-on-right .up-desc {
    max-width: 85%;
  }
  .rightside {
  }
  .leftside svg {
    display: block;
    height: 100%;
    width: auto;
  }
  .main-img {
    max-width: 100%;
    max-height: 560px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 10px;
  }
  .main-img img {
    max-height: 540px;
    align-self: center;
    width: auto;
  }
  .small-img {
    top: 20px;
    right: -100px;
  }
  .small-img img {
    border: 10px solid #7ac9f4;
    width: 225px;
  }
  .img-on-right .small-img {
    left: -65px;
    right: inherit;
  }
  .upcoming-promo-inner {
    padding-left: 30px;
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .img-on-right .upcoming-promo-inner {
    padding-left: 0;
  }
}

@media screen and (max-width: 700px) {
  .gradient-on-mobile {
    background: linear-gradient(152.99deg, #f5f5f5 0%, #aaaaaa 100%);
    order: 2 !important;
  }
}
.blog-articles {
  padding: 90px 0;
}
.article-grid {
}
.article-card {
}
.article-card img {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}
.article-card .pc-excerpt,
.article-card .meta {
  color: #03324c;
}

@media screen and (min-width: 700px) {
  .article-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
  }
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.desktop-ad,
.mobile-ad {
  margin: 0 auto;
}
.blog-sb .ad-manager,
.blog-sb .ad-manager img,
.blog-sb .ad-holder {
  border-radius: 30px;
}
.ad-manager .desktop-ad {
  display: none;
}
.ad-manager .mobile-ad {
  display: block;
}
.blog-sb .ad-manager {
  margin-bottom: 20px;
}
.blog-sb .ad-holder .container {
  padding: 0;
}

.sidebar .desktop-ad,
.sidebar .mobile-ad {
  margin: 20px auto;
}
.sidebar img.mobile-ad {
  width: 100%;
}

@media screen and (min-width: 700px) {
  .ad-manager .desktop-ad {
    display: block;
  }
  .ad-manager .mobile-ad {
    display: none;
  }
}

.upsell {
  padding: 60px 0;
}
.upsell h2 {
  color: #56a1d4;
}
.products-grid {
}

.products-grid .p-card {
  background: linear-gradient(180deg, #eeeeee 0%, #d8d8d8 100%);
  height: 240px;
  padding: 20px 30px 0px 30px;
  margin-bottom: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 30px;
}
.products-grid .p-card img {
  display: block;
  max-height: 200px;
  width: auto;
}
.product-card h3 {
  margin-bottom: 5px;
}
.product-card p {
  color: #787878;
  font-size: 14px;
}

@media screen and (min-width: 700px) {
  .upsell {
    padding: 80px 0;
  }
  .products-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
  }
  .products-grid.three-across {
    grid-template-columns: repeat(3, 1fr);
  }
}

.faq-section {
  background: #03324c;
  padding: 80px 0;
  color: #fff;
}

.product-comparison {
  padding: 60px 0;
  background: #03324c;
  color: #fff;
}
.product-comparison h2,
.product-comparison h3 {
  color: #9ddffc;
}
.comparison-grid {
  margin-top: 75px;
  margin-bottom: 75px;
}
.is-resource .comparison-grid {
  margin-top: 0;
}
.compare-card {
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 1),
    rgba(226, 226, 226, 1)
  );
  margin-bottom: 20px;
  border-radius: 30px;
}
.compare-card img {
  width: 156px;
  padding: 15px 30px 15px 15px;
}
.compare-card .card-content {
  width: 60%;
}
.compare-card h4 {
  color: #56a1d4;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.1em;
}
.compare-card .product-cat {
  font-size: 14px;
  color: #787878;
  font-weight: 300;
}
.card-actions label {
  display: flex;
  align-items: center;
}
.card-actions label input {
  margin-right: 5px;
}

/* main .product-comparison:not(:nth-child(1)){

  border-top: 1px solid red;
  
} */

@media screen and (min-width: 700px) {
  .comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .compare-card {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 900px) {
  .comparison-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.three-icons-section {
  padding: 45px 0 80px;
  text-align: center;
}
.three-icons-section img {
  width: 200px;
  margin: 0 auto 20px;
  display: block;
}

.two-column-section {
  padding: 80px 0 40px;
}
.blue-callout {
  padding: 25px 35px;
  margin: 0 -15px;
  background: #e6f6fe;
  border-radius: 30px;
}
.blue-callout .flex-grid {
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 700px) {
  .blue-callout {
    padding: 25px 35px;
    margin: 0;
  }
  .blue-callout .flex-grid {
    display: flex;
    justify-content: space-between;
  }
  .blue-callout .flex-grid .item {
    flex: 1;
  }
  .blue-callout .flex-grid .item img {
    max-width: 45px;
  }
}

/* Comparison Page */
.comparison-section {
  padding: 0 0 40px;
  position: relative;
}
.comparison-section .blue-top {
  position: absolute;
  min-height: 550px;
  background: #03324c;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.c-card-holder {
  padding: 0px;
  display: flex !important;
  flex-direction: column;
  height: inherit !important;
}
.c-card {
  padding: 30px 25px;
  background: #fff;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}
.c-card .img-holder {
  height: 275px;
  margin: 20px 0;
  padding: 30px 0;
}
.c-card .img-holder img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
.c-card .overview {
  min-height: 225px;
}
.c-card .pros-cons {
  background: #f4f4f4;
  margin: 0 -25px;
  padding: 25px;
  flex: 1;
}
.pros-cons .pros {
  margin-bottom: 20px;
  min-height: 140px;
}
.pros-cons ul {
  margin-bottom: 0px;
}
.c-card .shop-now {
  padding-top: 50px;
  margin-top: auto;
}

@media screen and (min-width: 700px) {
  .c-grid {
    display: flex;
    justify-content: space-between;
    grid-gap: 30px;
  }
  .comparison-carousel .slick-track {
    display: flex !important;
  }
  .c-card-holder {
    padding: 20px;
  }
  .c-card {
    flex: 1;
  }
  .comparison-carousel ul.slick-dots {
    display: none;
  }
}

.basic-centered-content,
.team-section {
  padding: 60px 0;
}
.team-section {
  background: #7ac9f4;
}
.team-card {
  background: #fff;
  margin: 0 auto 20px;
  padding: 25px 40px;
}
.team-card img {
  display: block;
  margin: 0 auto 30px;
  border-radius: 100%;
  width: 175px;
  height: 175px;
  object-fit: cover;
  object-position: center;
}
.team-card.square img {
  width: 100%;
  height: auto;
  border-radius: 0px;
}

@media screen and (min-width: 700px) {
  .basic-centered-content,
  .team-section {
    padding: 90px 0;
  }
  .team-grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .team-card {
    margin: 0;
  }
}

/* More Surgical Classes */
.dark-background {
  color: #fff;
}
.dark-background h1,
.dark-background h2,
.dark-background h3,
.dark-background h4 {
  color: #9ddffc;
}
.white-background,
.lightblue-background {
  color: #03324c;
}

/* Slick Dots */
ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.slick-dots li {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  -webkit-appearance: none;
  font-size: 0;
  line-height: 0;

  display: block;

  width: 13px;
  height: 13px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: #d8d8d8;
  border-radius: 100%;
}
.slick-dots li.slick-active button {
  background: #03324c;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/* Search Results
============================================================ */

.post_type_label {
}
.search-excerpt p {
  margin-bottom: 0px;
}
.readmore {
  margin-top: 15px;
}
.type-video .post-thumbnail img {
  display: block;
  width: 100%;
}

@media (min-width: 700px) {
  .search-results-layout {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .inner_results,
  .inner_results.type-post,
  .inner_results.type-webinar,
  .inner_results.type-video,
  .inner_results.type-condition,
  .inner_results.type-product {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 30px;
  }
  .inner_results.type-product {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}

/* FAQ Tabs
============================================================ */
.faq-holder {
  padding: 80px 0 100px;
  background: #f3fcff;
}
.faq-holder h3 {
  text-align: center;
  font-size: 2em;
  font-style: italic;
}
.w-tabs-list {
  position: relative;
  zoom: 1;
}

.w-tabs-list:after,
.w-tabs-list:before {
  display: table;
  content: " ";
}

.w-tabs-list:after {
  clear: both;
}

.w-tabs-item {
  float: left;
  font-size: 0;
  position: relative;
  cursor: pointer;
  padding: 10px;
}

.w-tabs-item-title {
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.w-tabs-item-control {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
}

.w-tabs-section {
  position: relative;
}

.w-tabs-section-title {
  display: none;
  font-size: 0;
  position: relative;
  cursor: pointer;
  padding: 10px;
}

.w-tabs-section-title-text {
  display: block;
  padding-right: 34px;
  font-size: 24px;
  line-height: 24px;
  color: #56a1d4;
  font-weight: 500;
}

.w-tabs-section-title-control {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
}

.w-tabs-section-content-h {
  padding: 10px;
}

.w-tabs-item.with_icon .w-tabs-item-title,
.w-tabs-section.with_icon .w-tabs-section-title-text {
  margin-left: 34px;
}

.w-tabs-item-icon,
.w-tabs-section-title-icon {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 24px;
  height: 24px;
}

.w-tabs-section-content,
.w-tabs.layout_accordion .w-tabs-list {
  display: none;
}

.w-tabs-section.active .w-tabs-section-content,
.w-tabs-item.with_icon .w-tabs-item-icon,
.w-tabs-section.with_icon .w-tabs-section-title-icon,
.w-tabs.layout_accordion .w-tabs-section-title {
  display: block;
}

.w-tabs {
  text-align: left;
}

.w-tabs-list {
  text-align: left;
  background-color: #f2f2f2;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
}

.w-tabs-item {
  border-top: 3px solid transparent;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
  padding: 12px 20px;
}

.w-tabs-item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.w-tabs-item.active {
  box-shadow: none;
  background-color: #fff;
  color: #31c5c7;
  border-color: #31c5c7;
}

.w-tabs-section-content-h {
  padding: 25px 0 1px;
}

.w-tabs-section-title {
  padding: 14px 20px;
}

.w-tabs-item-icon,
.w-tabs-section-title-icon {
  font-size: 18px;
  top: 14px;
  left: 20px;
}

.w-tabs-section-title-icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.w-tabs-section-title:hover .w-tabs-section-title-icon,
.w-tabs-section.active .w-tabs-section-title-icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
}

.w-tabs-item.with_icon .w-tabs-item-title,
.w-tabs-section.with_icon .w-tabs-section-title-text {
  margin-left: 32px;
}

.w-tabs.layout_accordion {
}

.w-tabs.layout_accordion .w-tabs-section {
  border-bottom: 2px solid #979797;
}

.w-tabs.layout_accordion .w-tabs-section.active {
  /* background: #fff;  */
}

.w-tabs.layout_accordion .w-tabs-section-title {
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.w-tabs.layout_accordion .w-tabs-section-title:hover {
  /* background-color: #fff;  */
}

.w-tabs.layout_accordion .w-tabs-section.active .w-tabs-section-title {
  color: #034a98;
}

.w-tabs.layout_accordion .w-tabs-section-content-h {
  padding: 15px 20px;
}

.w-tabs.layout_accordion .w-tabs-section-title-control {
  top: 12px;
  right: 20px;
  font-size: 20px;
  line-height: 22px;
  width: 21px;
  text-align: center;
  transition: transform 0.25s ease;
}
.w-tabs.layout_accordion .w-tabs-section-title-control .icon-angle-down svg {
  display: block;
  width: 100%;
  fill: #56a1d4;
}

.w-tabs.layout_accordion .w-tabs-section.active .w-tabs-section-title-control {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Tables
--------------------------------------------- */
.table-comparison {
  border-collapse: collapse;
}
.table-comparison th {
  font-weight: normal;
}
.table-comparison th[scope="row"] {
  width: 25%;
  text-align: left;
}
.table-light th[scope="row"] {
  color: #03324c;
}
.table-dark th[scope="row"] {
  color: #fff;
}
.table-comparison th[scope="col"] {
  color: #9ddffc;
  text-align: center;
}
.table-comparison tr:not(:last-child) {
  border-bottom: 1px solid #9ddffc;
}
.table-comparison tr {
  padding: 15px 0px;
}
.table-comparison td {
  text-align: center;
  padding: 25px 0px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*Lightbox Video Player*/
.lg-toolbar .lg-icon.lg-close,
.lg-icon.lg-next,
.lg-icon.lg-prev {
  font-size: 45px;
  color: #ff8c64;
}
.lg-toolbar .lg-icon.lg-close {
  margin-top: 5vh;
  margin-right: 5vw;
}

.lg-toolbar .lg-icon.lg-download {
  display: none;
}
/* Modal by Erick */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #7bc9f4;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #fff;
  width: 90%;
  max-width: 700px;
}
.modal-content-wht {
  background-color: #ffffff;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px 40px 40px;
  border: 1px solid #ffffff;
  width: 90%;
  max-width: 700px;
}

#myModal .gform_heading {
  display: none;
}

.modal-content-wht .gform_footer input {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .modal-content-wht {
    width: 100%;
  }
}

.close {
  color: #fff;
  float: right;
  font-size: 32px;
  font-weight: bold;
}
.wht {
  color: #03324c;
}

.close:hover,
.close:focus,
.close-wht:hover,
.close-wht:focus {
  color: rgba(3, 50, 76, 0.802);
  text-decoration: none;
  cursor: pointer;
}

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

.not-found {
  padding: 80px 0;
  text-align: center;
}
.margin-parent-override-0 {
  margin-left: -8%;
}
@media (max-width: 576px) {
  .margin-parent-override-0 {
    margin-left: 0px;
  }
}
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;

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

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
  position: relative;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.with-video img {
}
.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;
}

/* Light Gallery Overrides */
.lg-next,
.lg-prev {
  top: 80% !important;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .margin-parent-override-0 {
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
