@charset "UTF-8";
@import "https://www.avmed.org/src/fontawesome/css/all.min.css";
@import "https://www.avmed.org/src/purecss/base-min.css";
@import "https://www.avmed.org/src/purecss/grids-responsive-min.css";

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

html, body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  letter-spacing: normal;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 320px;
}

button, input, select, textarea, .pure-g [class*=pure-u] {
  font-family: "av", sans-serif, sans-serif;
  line-height: 140%;
}

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

a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  color: #fff;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  margin: 0;
  font-size: 1em;
  line-height: 110%;
}

p {
  line-height: 145%;
}

figure {
  margin: 0;
}

.wrap, .header-wrap, .wrap-lg, .wrap-sm {
  padding-left: 20px;
  padding-right: 20px;
  /*max-width: 320px;*/
  margin-left: auto;
  margin-right: auto;
}

a.btn, button {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  padding: 10px 20px 8px 20px;
  font-weight: 700;
  background: #00818f;
  color: #FFFFFF;
  text-align: left;
  font-size: 0.9em;
  border: 2px solid #00818f;
  margin: 1em 0em;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  max-height: 500px;
  opacity: 1;
  line-height: 130%;
  letter-spacing: 0.04em;
}

.calendar-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

a.btn:not(.noarrow, .search-submit, .mfp-close), button:not(.noarrow, .search-submit, .mfp-close) {
  padding-right: 36px;
}

a.btn:not(.noarrow, .search-submit, .mfp-close):after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 0.6em;
  margin-left: 0.8em;
  position: relative;
  top: -0.1em;
  margin-right: -12px;
}

a.btn:hover, a.btn:active, button:hover, button:active {
  text-decoration: none;
  background: #FFFFFF;
  border-color: #00818f;
  color: #00818f;
}

a.btn:focus, button:focus {
  border-color: #f7dc5e;
}

a.btn.btn-transparent, button.btn-transparent {
  background: transparent;
  color: #00818f;
  padding-left: 10px;
  padding-right: 10px;
  border-color: transparent;
  text-transform: none;
  font-weight: 500;
  text-decoration: underline;
}

a.btn.btn-transparent:hover, a.btn.btn-transparent:active, button.btn-transparent:hover, button.btn-transparent:active {
  color: #000000;
  text-decoration: underline;
}

a.btn.hidden, button.hidden {
  opacity: 0;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

a.btn.alt, button.alt {
  background: #FFFFFF;
  border-color: #00818f;
  color: #00818f;
}

a.btn.alt:hover, button.alt:hover, button.alt:focus {
  background: #00818f;
  color: #FFFFFF;
}

a.btn.external:after, button.external:after {
  content: "";
  font-size: 0.8em;
  margin-right: -14px;
}

a.btn.expand, a.btn.contract, button.expand, button.contract {
  position: relative;
  padding-right: 45px;
}

a.btn.expand:after, a.btn.contract:after, button.expand:after, button.contract:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  right: 17px;
  top: 12px;
}

a.btn.expand.contract:after, a.btn.contract.contract:after, button.expand.contract:after, button.contract.contract:after {
  content: "";
}

a.btn i, button i {
  font-size: 0.9em;
  display: inline-block;
  margin-right: 0.5em;
}

a.btn:last-child, button:last-child {
  margin-bottom: 0;
}

#btnCalendarNext {
  margin-bottom: 18px;
}

.modal-backdrop {
  display: none;
}

a.arrowlink {
  display: inline-block;
  color: #000000;
}

a.arrowlink:after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 0.6em;
  margin-left: 0.6em;
  position: relative;
  top: -0.15em;
  margin-right: -1.4em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

a.arrowlink:active, a.arrowlink:hover {
  text-decoration: none;
  color: #00818f;
}

a.arrowlink:active:after, a.arrowlink:hover:after {
  margin-left: 1em;
  margin-right: -2em;
}

.spacedcols {
  margin-left: -14px;
  margin-right: -14px;
}

.spacedcols > * {
  padding-left: 14px;
  padding-right: 14px;
}

.spacedcols-lg {
  margin-left: -26px;
  margin-right: -26px;
}

.spacedcols-lg > * {
  padding-left: 26px;
  padding-right: 26px;
}

.spacedcols-sm {
  margin-left: -10px;
  margin-right: -10px;
}

.spacedcols-sm > * {
  padding-left: 10px;
  padding-right: 10px;
}

.center-vert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.visuallyhidden, .screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus, .screen-reader-text.focusable:active, .screen-reader-text.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.whitebg {
  background-color: #FFFFFF;
}

.ltgraybg {
  background-color: #f5f5f5;
}

.tealbg {
  background-color: #00818f;
}

.yellowbg {
  background-color: #f7dc5e;
}

.graydottedbg {
  /*background: #f7dc5e url("img/bg-gray-circles.png") repeat center center;*/
}

.yellowdottedbg {
  /*background: #f7dc5e url("img/bg-yellow-circles.jpg") repeat center bottom;*/
}

.color-bg {
  padding: 12% 0;
}

.colored-header-table-column .colored-header {
  margin: 10px;
  padding: 0 10px;
}

.colored-header-table-column div {
  padding: 0 0 0 20px;
}

figure.video-thumb {
  position: relative;
}

figure.video-thumb a {
  display: block;
}

figure.video-thumb a:before {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFFFFF;
  position: absolute;
  width: 72px;
  height: 72px;
  text-align: center;
  line-height: 72px;
  font-size: 30px;
  padding-left: 8px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -30px;
  z-index: 2;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

figure.video-thumb a img {
  display: block;
  position: relative;
  z-index: 1;
}

figure.video-thumb a:hover:before, figure.video-thumb aactive:before {
  color: #f7dc5e;
  border-color: #f7dc5e;
}

a.external:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: -1.6em;
  margin-left: 0.5em;
  font-size: 0.8em;
  position: relative;
  top: -0.1em;
}

a.text-cta-btn {
  display: inline-block;
  margin-top: 30px;
  font-size: 18px;
}

.btnrow {
  margin: 0.2em 0 1.2em 0;
}

.btnrow:last-child {
  margin-bottom: 0;
}

.btnrow a.btn, .btnrow button {
  display: inline-block;
  margin: 1.2em 0.6em 0 0;
  vertical-align: top;
}

.btnrow > span {
  display: block;
  margin: 0.8em 0 0.6em 0;
  font-size: 0.9em;
  padding: 10px 0px 8px 0px;
}

.btnrow > span:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1280px) {
  .btnrow > span {
    margin-top: 1.2em;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.btnstack {
  margin: 2.5em 0;
}

.btnstack a.btn {
  margin: 0.2em 0;
}

.btnstack a.btn:first-child {
  margin-top: 0;
}

.btnstack a.btn:last-child {
  margin-bottom: 0;
}

ul.twocol-list {
  list-style: none !important;
  margin: 1em 0;
  padding: 0;
}

ul.twocol-list > li {
  margin: 0.4em 0;
  padding-left: 22px;
  position: relative;
}

ul.twocol-list > li:before {
  content: "•";
  position: absolute;
  left: 5px;
  top: 0.05em;
}

@media only screen and (min-width: 1024px) {
  ul.twocol-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}

.flexcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.flexcontainer > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.sticky-container {
  position: relative;
}

.sticky-container > .sticky {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.sticky-container > .sticky.sticky-fixed {
  position: fixed;
  z-index: 1000;
  top: 75px;
}

@media only screen and (min-width: 1280px) {
  .sticky-container > .sticky.sticky-fixed {
    top: 140px;
  }
}

/* Forms */
.pure-form {
  max-width: 100%;
  overflow-x: hidden;
}

.pure-form input[type=text], .pure-form input[type=email], .pure-form input[type=tel], .pure-form input[type=number] {
  border: 2px solid #c7c7c7;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.5em 18px;
  font-size: 18px;
  max-width: 100%;
  height: 50px;
}

.pure-form input[type=text]:focus, .pure-form input[type=email]:focus, .pure-form input[type=tel]:focus, .pure-form input[type=number]:focus {
  border-color: #00818f;
}

.pure-form select {
  border: 2px solid #c7c7c7;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.4em 18px;
  font-size: 18px;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*background: #FFFFFF url("img/select-down.png") no-repeat right 3px top 3px;*/
  height: 50px;
  padding-right: 80px;
}

.pure-form select:focus {
  border-color: #00818f;
}

.pure-form label, .pure-form legend {
  display: block;
  padding: 0 8px;
  margin-top: 1em;
  border: none;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 0.9em;
}

.pure-form .form-error, .pure-form .general-error {
  display: block;
  background: #f7dc5e;
  color: #000000;
  font-size: 12px;
  line-height: 100%;
  border-radius: 8px;
  padding: 7px 12px;
  margin: 0.5em 4px 0 4px;
  text-align: left;
}

.pure-form .checkbox-field {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.pure-form .checkbox-field label {
  position: relative;
  padding-left: 40px;
}

.pure-form .radio-field {
  padding-top: 0.5em;
  padding-bottom: 1em;
}

.pure-form .radio-field legend {
  margin-top: 1.5em;
}

.pure-form .radio-field label {
  display: inline-block;
  margin-right: 1.5em;
  position: relative;
  padding-left: 40px;
}

.pure-form input[type=radio], .pure-form input[type=checkbox] {
  display: block;
  position: absolute;
  left: 4px;
  top: 0;
  border-radius: 8px;
  -webkit-appearance: button;
  border: 2px solid #c7c7c7;
  background-color: #FFF;
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  width: 25px;
  height: 25px;
  outline: none;
}

.pure-form input[type=radio]:hover, .pure-form input[type=checkbox]:hover {
  -webkit-box-shadow: 0px 0px 1px #000;
  box-shadow: 0px 0px 1px #000;
}

.pure-form input[type=radio]:checked, .pure-form input[type=checkbox]:checked {
  background-color: #666;
  border-width: 5px;
  border-color: #FFF;
  -webkit-box-shadow: 0px 0px 2px 0px black;
  box-shadow: 0px 0px 2px 0px black;
}

.pure-form input[type=checkbox] {
  border-radius: 2px;
}

.pure-form div.required-msg {
  font-size: 0.9em;
  margin-bottom: 1em;
}

.pure-form span.required {
  font-weight: 700;
  color: #00818f;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1300px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
  margin: 0;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  padding: 0;
  right: 0;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 55px 0px #000000;
  box-shadow: 0px 0px 55px 0px #000000;
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
	     * Remove all paddings around the image on small screen
	     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@font-face {
  font-family: "Open Sans";
  /*src: url("webfonts/OpenSans-Regular.woff2") format("woff2"), url("webfonts/OpenSans-Regular.woff") format("woff");*/
  font-weight: 400;
}

@font-face {
  font-family: "av";
  /*src: url("webfonts/AvantGardeGothicITCW01Md/font.woff2") format("woff2"), url("webfonts/AvantGardeGothicITCW01Md/font.woff") format("woff");*/
  font-weight: 400;
}

@font-face {
  font-family: "av";
  /*src: url("webfonts/AvantGardeGothicITCW01Md/font.woff2") format("woff2"), url("webfonts/AvantGardeGothicITCW01Md/font.woff") format("woff");*/
  font-weight: 500;
}

@font-face {
  font-family: "av";
  /*src: url("webfonts/AvantGardeGothicITCW02Bd/font.woff2") format("woff2"), url("webfonts/AvantGardeGothicITCW02Bd/font.woff") format("woff");*/
  font-weight: 700;
}
/*
TYPEKIT FONTS:

Century Gothic Pro Bold
===========================
font-family: century-gothic, sans-serif;
font-weight: 700;
font-style: normal;

Century Gothic Pro Regular
===========================
font-family: century-gothic, sans-serif;
font-weight: 400;
font-style: normal;
*/
/* ======================================================================
   HEADER ---------------------------------------------------------------
   ====================================================================== */
a#skipnav {
  left: -9999px;
  position: relative;
  display: block;
  top: auto;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  overflow: hidden;
  z-index: -999;
  text-decoration: underline;
}

a#skipnav:focus, a#skipnav:active, a#skipnav.open {
  position: absolute;
  color: #fff;
  background-color: #000;
  left: 0;
  top: 0;
  height: auto;
  overflow: auto;
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: 1.3em;
  text-transform: uppercase;
  z-index: 9999;
}

a#skipnav:hover {
  color: #009ae5;
}

#screen {
  opacity: 0;
  position: fixed;
  z-index: 50;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
  -webkit-transition: height 0s linear 0.5s, opacity 0.5s;
  transition: height 0s linear 0.5s, opacity 0.5s;
}

.menu-open #screen, .search-open #screen, .logins-open #screen, .lang-open #screen, .secondary-open #screen {
  height: 100%;
  opacity: 1;
  -webkit-transition: height 0s, opacity 0.5s;
  transition: height 0s, opacity 0.5s;
}

header#top {
  text-align: center;
  padding: 12px 0 0 0;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  height: 75px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.page.has-subnav {
  margin-top: 100px;
}

header#top #logo {
  display: inline-block;
}

header#top #logo img {
  display: block;
}

header#top .wrap, header#top .wrap-lg {
  position: relative;
}

#logins > div, #head-lang > div {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background: #FFFFFF;
  top: 75px;
  bottom: 100%;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 0 20px;
  max-height: 0px;
  opacity: 0;
  z-index: 100;
  -webkit-transition: max-height 0s linear 0.5s, bottom 0s linear 0.5s, opacity 0.5s, padding 0.5s;
  transition: max-height 0s linear 0.5s, bottom 0s linear 0.5s, opacity 0.5s, padding 0.5s;
}

#logins ul, #head-lang ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1;
}

#logins ul li, #head-lang ul li {
  padding: 0;
}

#logins ul li a, #head-lang ul li a {
  display: block;
  text-align: left;
  padding: 14px 0;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.01em;
}

#logins ul li a:hover, #logins ul li a:active, #head-lang ul li a:hover, #head-lang ul li a:active {
  color: #00818f;
  text-decoration: none;
  background: #f5f5f5;
}

#close-logins, #close-lang, .close-secondary, .close-legacy {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 50px;
  padding: 0 20px 0 0;
  color: #000000;
  text-align: right;
  line-height: 50px;
  font-size: 20px;
  z-index: 2;
}

#close-logins:hover, #close-logins:active, #close-lang:hover, #close-lang:active, .close-secondary:hover, .close-secondary:active, .close-legacy:hover, .close-legacy:active {
  text-decoration: none;
  color: #00818f;
}

nav#primary-nav a.close-legacy {
  display: none;
}

/* ======================================================================
   FOOTER ---------------------------------------------------------------
   ====================================================================== */

footer {
  margin-top: 60px;
}

nav#footernav {
  background: #c7c7c7;
  /*font-family: "Century-Gothic";*/
  font-size: 16px;
}

nav#footernav ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}

nav#footernav ul li {
  display: inline-block;
}

nav#footernav ul li a {
  display: block;
  padding: 14px 10px;
  color: #000000;
  font-size: 0.9em;
  line-height: 130%;
}

nav#footernav ul li a:hover, nav#footernav ul li a:active {
  color: #000000;
}

#footer-contact {
  padding: 45px 0;
}

#footer-contact p {
  margin: 1.5em 0;
  font-size: 0.9em;
  line-height: 140%;
  color: #242424;
}

#footer-contact p:first-child {
  margin-top: 0;
}

#footer-contact p:last-child {
  margin-bottom: 0;
}

#footer-contact .phones {
  max-width: 85%;
}

#footer-contact .phones .col {
  margin: 5px 0;
}

nav.footer-inline {
  margin: 0 0 1.5em 0;
}

nav.footer-inline ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}

nav.footer-inline ul li {
  display: inline-block;
}

nav.footer-inline ul li a {
  display: block;
  font-size: 0.9em;
  padding: 8px 10px;
}

nav.social-icons {
  margin-top: 45px;
}

nav.social-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav.social-icons ul li {
  display: inline-block;
}

nav.social-icons ul li a {
  display: block;
  /*border: 2px solid #0171c6;*/
  /*border-radius: 50%;*/
  background: #242424;
  color: #FFFFFF;
  justify-content: center;
  width: 38px;
  height: 38px;
  line-height: 1;
  margin-right: 8px;
  text-align: center;
  font-size: 0.9em;
  padding-top:11px;
}

nav.social-icons ul li a.instagram {
  border: none;
}
nav.social-icons ul li a.instagram img {
  display: block;
  margin-top: 4px;
}
/*nav.social-icons ul li a.instagram:hover, nav.social-icons ul li a.instagram:active {*/
/*  background: #00818f;*/
/*  display: block;*/
/*  margin-top: 4px;*/
/*}*/
nav.social-icons ul li a:hover, nav.social-icons ul li a:active {
  background: #00818f;
}


/* ======================================================================
   PAGE COMPONENTS ------------------------------------------------------
   ====================================================================== */
main h1 {
  font-size: 1.9em;
}

main h2 {
  font-size: 1.35em;
}

main h3 {
  font-size: 1.15em;
}

main h4 {
  font-size: 1em;
}

main h5 {
  font-size: 0.9em;
}

nav#leftnav {
  margin: 44px 0;
}

nav#leftnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #c7c7c7;
}

nav#leftnav ul li {
  border-bottom: 1px solid #c7c7c7;
}

nav#leftnav ul li a {
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding: 17px 0;
  color: #000000;
}

nav#leftnav ul li a:hover, nav#leftnav ul li a:active {
  color: #00818f;
  text-decoration: none;
}

nav#leftnav ul li.parent a {
  font-weight: 700;
}

nav#leftnav ul li.on a {
  color: #00818f;
}

#site-alert {
  background: #F36E53;
  position: relative;
  padding: 12px 0;
  max-height: 300px;
  overflow: hidden;
}

#site-alert p {
  position: relative;
  padding: 6px 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

#site-alert p:before {
  content: "•";
  position: absolute;
  left: -15px;
  top: 6px;
}

#site-alert #alert-close {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  right: 0;
  top: 0;
  line-height: 40px;
  color: #000000;
}

section.pagehero {
  background: url("img/bg-yellow-circles.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

section.pagehero .wrap {
  padding: 35px 0;
}

section.pagehero h1 {
  margin: 0;
  line-height: 120%;
}

section.pagehero p {
  font-size: 1.5em;
  margin: 0.5em 0;
}

section.pagehero a.btn {
  margin-bottom: 0;
  font-size: 1em;
  margin-top: 1.5em;
}

section.pagehero .pagehero-half-img {
  position: absolute;
  left: 550px;
  width: 840px;
  top: -28px;
}

section.pagehero .pagehero-half-img img {
  display: block;
}

section.pagehero .pagehero-full-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
}

@media only screen and (min-width: 1280px) {
  section.pagehero .wrap {
    height: 500px;
    position: relative;
  }

  section.pagehero article {
    width: 570px;
  }

  section.pagehero article p {
    font-size: 38px;
  }

  section.pagehero.fullbg .wrap {
    position: relative;
    z-index: 2;
  }
}

/* PAGE HERO TEXT ALIGNMENT ADDITION */
@media only screen and (min-width: 480px) {
  section.pagehero.Right .wrap {
    align-items: flex-end;
  }
}

/* PAGE HERO SET MOBILE STYLING ADDITION */
@media only screen and (max-width: 479px) {
  section.pagehero {
    background-position: center top;
    padding-top: 15px;
  }

  section.pagehero.Yellow {
    background-color: #f7dc5e;
  }

  section.pagehero.Full.Yellow {
    /*background-image: url(../img/full-yellow-mobile-background.jpg) !important;*/
  }

  section.pagehero.White {
    background-color: #f5f5f5;
  }

  section.pagehero.Full.White {
    /*background-image: url(../img/full-white-mobile-background.jpg) !important;*/
  }

  section.pagehero.White.Opaque {
    /*background-image: url(../img/opaque-circle-mobile-background.jpg) !important;*/
  }

  section.pagehero.White.Semi-Transparent {
    /*background-image: url(../img/transparent-circle-mobile-background.jpg) !important;*/
  }
}

aside.note {
  background: #f5f5f5;
  padding: 14px 0;
  text-align: center;
  font-size: 0.9em;
  -webkit-box-shadow: inset 0 9px 20px -9px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 9px 20px -9px rgba(0, 0, 0, 0.2);
}

aside.note a {
  color: #000000;
  text-decoration: underline;
}

aside.note a:hover, aside.note a:active {
  color: #00818f;
}

@media only screen and (min-width: 1280px) {
  aside.note {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

div.contact-stripe {
  text-align: center;
  border-top: 8px solid #f7dc5e;
  padding: 20px 0;
  background: #FAFAFA;
}

div.contact-stripe:first-child {
  -webkit-box-shadow: 0px 10px 15px -12px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 15px -12px rgba(0, 0, 0, 0.2);
}

div.contact-stripe p {
  font-size: 15px;
  letter-spacing: normal;
}

div.contact-stripe a.btn {
  margin: 0;
  vertical-align: middle;
}

@media only screen and (min-width: 1280px) {
  div.contact-stripe .flexcontainer div:first-child {
    text-align: left;
  }

  div.contact-stripe .btn-container {
    text-align: right;
  }
}

section.intro-with-sidebar {
  margin: 50px 0 60px 0;
}

section.intro-with-sidebar aside {
  background: #f5f5f5;
  padding: 25px;
}

section.intro-with-sidebar aside h3 {
  font-size: 20px;
  margin-bottom: 0.5em;
}

section.intro-with-sidebar aside p {
  margin: 0 0 0.8em 0;
}

section.intro-with-sidebar aside p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1280px) {
  section.intro-with-sidebar article {
    padding-right: 70px;
  }

  section.intro-with-sidebar aside {
    padding: 35px;
  }
}

section.twocol-modules, section.threecol-modules, section.fourcol-modules {
  margin: 70px 0 40px 0;
}

section.twocol-modules h2, section.twocol-modules h3, section.threecol-modules h2, section.threecol-modules h3, section.fourcol-modules h2, section.fourcol-modules h3 {
  margin-bottom: 1em;
}

section.twocol-modules div.pure-g, section.threecol-modules div.pure-g, section.fourcol-modules div.pure-g {
  margin-top: 16px;
}

section.twocol-modules div.pure-g > div, section.threecol-modules div.pure-g > div, section.fourcol-modules div.pure-g > div {
  margin-bottom: 40px;
}

section.twocol-modules article, section.threecol-modules article, section.fourcol-modules article {
  min-height: 100%;
  background: #f5f5f5;
  max-width: 370px;
}

section.twocol-modules article figure, section.threecol-modules article figure, section.fourcol-modules article figure {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: #000000;
}

section.twocol-modules article figure img, section.threecol-modules article figure img, section.fourcol-modules article figure img {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  display: block;
}

section.twocol-modules article .module-content, section.threecol-modules article .module-content, section.fourcol-modules article .module-content {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  padding: 20px 20px 12px 20px;
  color: #000000;
  /*min-height: 100%;*/
  position: relative;
}

section.twocol-modules article .module-content:before, section.threecol-modules article .module-content:before, section.fourcol-modules article .module-content:before {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: #c7c7c7;
}

section.twocol-modules article .module-content h3, section.threecol-modules article .module-content h3, section.fourcol-modules article .module-content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}

section.twocol-modules article .module-content p, section.threecol-modules article .module-content p, section.fourcol-modules article .module-content p {
  margin: 0.6em 0 0 0;
}

section.twocol-modules article.download .module-content, section.threecol-modules article.download .module-content, section.fourcol-modules article.download .module-content {
  padding-bottom: 10px !important;
}

section.twocol-modules article.download .module-content h2, section.twocol-modules article.download .module-content h3, section.threecol-modules article.download .module-content h2, section.threecol-modules article.download .module-content h3, section.fourcol-modules article.download .module-content h2, section.fourcol-modules article.download .module-content h3 {
  font-weight: 700;
}

section.twocol-modules article.download .module-content h2 span, section.twocol-modules article.download .module-content h3 span, section.threecol-modules article.download .module-content h2 span, section.threecol-modules article.download .module-content h3 span, section.fourcol-modules article.download .module-content h2 span, section.fourcol-modules article.download .module-content h3 span {
  position: relative;
  display: inline-block;
  font-weight: 400;
  margin-left: 0.3em;
  font-size: 0.7em;
  color: #6C6C6C;
  vertical-align: bottom;
  top: 0.14em;
}

section.twocol-modules article.download .module-content h2:after, section.twocol-modules article.download .module-content h3:after, section.threecol-modules article.download .module-content h2:after, section.threecol-modules article.download .module-content h3:after, section.fourcol-modules article.download .module-content h2:after, section.fourcol-modules article.download .module-content h3:after {
  display: none;
}

section.twocol-modules article a, section.threecol-modules article a, section.fourcol-modules article a {
  text-decoration: none;
}

section.twocol-modules article a h2, section.twocol-modules article a h3, section.threecol-modules article a h2, section.threecol-modules article a h3, section.fourcol-modules article a h2, section.fourcol-modules article a h3 {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

section.twocol-modules article a h2:after, section.twocol-modules article a h3:after, section.threecol-modules article a h2:after, section.threecol-modules article a h3:after, section.fourcol-modules article a h2:after, section.fourcol-modules article a h3:after {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  content: "";
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 0.5em;
  margin-top: -0.1em;
  margin-left: 0.6em;
  margin-right: -1.4em;
  vertical-align: middle;
  font-weight: 900;
}

section.twocol-modules article a:hover figure img, section.twocol-modules article a:active figure img, section.threecol-modules article a:hover figure img, section.threecol-modules article a:active figure img, section.fourcol-modules article a:hover figure img, section.fourcol-modules article a:active figure img {
  opacity: 0.7;
}

section.twocol-modules article a:hover h2, section.twocol-modules article a:hover h3, section.twocol-modules article a:active h2, section.twocol-modules article a:active h3, section.threecol-modules article a:hover h2, section.threecol-modules article a:hover h3, section.threecol-modules article a:active h2, section.threecol-modules article a:active h3, section.fourcol-modules article a:hover h2, section.fourcol-modules article a:hover h3, section.fourcol-modules article a:active h2, section.fourcol-modules article a:active h3 {
  color: #00818f;
}

section.twocol-modules article a:hover h2:after, section.twocol-modules article a:hover h3:after, section.twocol-modules article a:active h2:after, section.twocol-modules article a:active h3:after, section.threecol-modules article a:hover h2:after, section.threecol-modules article a:hover h3:after, section.threecol-modules article a:active h2:after, section.threecol-modules article a:active h3:after, section.fourcol-modules article a:hover h2:after, section.fourcol-modules article a:hover h3:after, section.fourcol-modules article a:active h2:after, section.fourcol-modules article a:active h3:after {
  margin-left: 1em;
  margin-right: -2em;
}

section.twocol-modules article a:hover .module-content:before, section.twocol-modules article a:active .module-content:before, section.threecol-modules article a:hover .module-content:before, section.threecol-modules article a:active .module-content:before, section.fourcol-modules article a:hover .module-content:before, section.fourcol-modules article a:active .module-content:before {
  height: 14px;
}

section.twocol-modules article a:focus-visible, section.twocol-modules article a:focus-visible, section.threecol-modules article a:focus-visible, section.threecol-modules article a:focus-visible, section.fourcol-modules article a:focus-visible, section.fourcol-modules article a:focus-visible {
  display: block;
  border: #000 2px solid;
}

section.twocol-modules.twocol-modules article, section.threecol-modules.twocol-modules article, section.fourcol-modules.twocol-modules article {
  max-width: 600px;
}

section.twocol-modules.twocol-modules article .module-content, section.threecol-modules.twocol-modules article .module-content, section.fourcol-modules.twocol-modules article .module-content {
  padding-top: 25px;
  padding-bottom: 25px;
}

section.twocol-modules.twocol-modules article .module-content h2, section.threecol-modules.twocol-modules article .module-content h2, section.fourcol-modules.twocol-modules article .module-content h2 {
  font-size: 28px;
  padding-top: 5px;
  margin-bottom: 0.4em;
}

section.twocol-modules.twocol-modules article .module-content a.btn, section.threecol-modules.twocol-modules article .module-content a.btn, section.fourcol-modules.twocol-modules article .module-content a.btn {
  margin-top: 1.7em;
}

section.twocol-modules.twocol-modules article .module-content ul, section.threecol-modules.twocol-modules article .module-content ul, section.fourcol-modules.twocol-modules article .module-content ul {
  list-style: none;
  margin: 0.5em 0 0 0;
}

section.twocol-modules.twocol-modules article .module-content ul li, section.threecol-modules.twocol-modules article .module-content ul li, section.fourcol-modules.twocol-modules article .module-content ul li {
  padding-left: 0;
  margin: 0 0 0.8em 0;
}

section.twocol-modules.twocol-modules article .module-content ul li:before, section.threecol-modules.twocol-modules article .module-content ul li:before, section.fourcol-modules.twocol-modules article .module-content ul li:before {
  display: none;
}

section.twocol-modules.twocol-modules article .module-content ul li:last-child, section.threecol-modules.twocol-modules article .module-content ul li:last-child, section.fourcol-modules.twocol-modules article .module-content ul li:last-child {
  margin-bottom: 0;
}

section.twocol-modules.fourcol-modules article, section.threecol-modules.fourcol-modules article, section.fourcol-modules.fourcol-modules article {
  max-width: 270px;
}

section.twocol-modules.fourcol-modules article h3, section.threecol-modules.fourcol-modules article h3, section.fourcol-modules.fourcol-modules article h3 {
  font-size: 18px;
  font-weight: 700;
}

section.twocol-modules.fourcol-modules article .module-content, section.threecol-modules.fourcol-modules article .module-content, section.fourcol-modules.fourcol-modules article .module-content {
  padding-top: 24px;
  padding-bottom: 40px;
}

section.twocol-modules.textmodules article .module-content:before, section.threecol-modules.textmodules article .module-content:before, section.fourcol-modules.textmodules article .module-content:before {
  background-color: #f7dc5e;
}

section.twocol-modules.textmodules article h3, section.threecol-modules.textmodules article h3, section.fourcol-modules.textmodules article h3 {
  font-size: 18px;
  font-weight: 700;
}

section.twocol-modules.textmodules article .module-content, section.threecol-modules.textmodules article .module-content, section.fourcol-modules.textmodules article .module-content {
  padding-top: 28px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 1280px) {
  section.twocol-modules.twocol-modules article .module-content, section.threecol-modules.twocol-modules article .module-content, section.fourcol-modules.twocol-modules article .module-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

aside.inpage-alert + section.twocol-modules {
  margin-top: 30px;
}

section.video-cta, section.image-cta {
  margin: 70px 0 80px 0;
}

section.video-cta figure, section.image-cta figure {
  max-width: 492px;
  margin-bottom: 1.5em;
}

section.video-cta article, section.image-cta article {
  max-width: 550px;
}

section.video-cta article p, section.image-cta article p {
  font-size: 1.15em;
}

section.video-cta article p:last-child, section.image-cta article p:last-child {
  margin-bottom: 0;
}

section.video-cta .btn, section.image-cta .btn {
  display: inline-block;
}

section.video-cta a.btn:last-child {
  margin-bottom: 1em;
}

.gray-text {
  font-size: 16px;
  color: #6C6C6C;
}

@media only screen and (min-width: 1024px) {
  section .video-cta figure, section.image-cta figure {
    margin-bottom: 0;
  }
}

section .panel-cta {
  margin: 80px 0;
}

section.panel-cta article {
  padding: 10% 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-top: 8px solid #c7c7c7;
}

section.panel-cta article h2 {
  max-width: 50%;
}

section.panel-cta.noborder article {
  border: none;
}

section.panel-cta a.btn {
  margin-top: 1.7em;
}

@media only screen and (min-width: 1280px) {
  section.panel-cta article {
    padding-left: 80px;
  }
}

nav.breadcrumbs {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

nav.breadcrumbs strong > a {
  color: #000000;
}

nav.breadcrumbs span.sep {
  display: inline-block;
  margin-left: 0.6em;
  margin-right: 0.6em;
}

div.pagetitle {
  padding-top: 40px;
  margin-bottom: 40px;
}

div.pagetitle h1 {
  margin: 0;
}

div.pagetitle p {
  font-size: 1.2em;
  margin: 0.6em 0 0 0;
  line-height: 150%;
}

div.pagetitle ul {
  margin: 1.5em 0 2em 0;
}

div.pagetitle ul li {
  margin: 0.6em 0;
  font-size: 1.2em;
}

div.pagetitle .membercheck h4 {
  font-size: 1.1em;
}

div.pagetitle .membercheck p {
  font-size: 1em;
}

section.pageintro {
  margin-bottom: 50px;
}

section.pageintro article > p {
  font-size: 1.15em;
  line-height: 140%;
  margin-bottom: 0;
}

section.pageintro figure {
  margin-bottom: 2em;
}

@media only screen and (min-width: 1280px) {
  section.pageintro figure {
    margin-bottom: 0;
  }

  section.pageintro article {
    padding-left: 20px;
    padding-right: 20px;
  }
}

div.membercheck {
  margin: 1.5em 0 0 0;
  max-width: 500px;
}

div.membercheck h4 {
  margin: 0;
}

div.membercheck p {
  margin: 0.2em 0 0 0;
  line-height: 130%;
}

section.downloads {
  margin: 60px 0;
}

section.downloads article h2 {
  margin: 0;
}

section.downloads article > p {
  font-size: 1.2em;
  line-height: 140%;
  margin: 0.2em 0 0.5em 0;
  max-width: 900px;
}

section.downloads h3 {
  margin: 2em 0 0 0;
  font-size: 1.1em;
}

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

ul.download-list li {
  margin: 1em 0;
}

ul.download-list li a {
  display: block;
}

ul.download-list li a span.dl-ext {
  font-size: 0.8em;
  color: #6C6C6C;
  display: inline-block;
  margin-left: 0.6em;
}

ul.download-list li span.dl-desc {
  display: block;
  color: #6C6C6C;
  margin: 0.1em 0 0 0;
  font-size: 0.9em;
}

div.twocol-content {
  margin-top: 40px;
  margin-bottom: 40px;
}

div.twocol-content h4 {
  margin-top: 1.2em;
  margin-bottom: 0.3em;
}

div.twocol-content h4:first-child {
  margin-top: 0.2em;
}

div.twocol-content p {
  margin-top: 0;
}

div.expandable {
  margin: 60px 0;
  /*
	figure.centerimg{
	    max-width: 950px;
	}
	*/
}

.expand-inner .wrap {
  width: 100%;
}

div .expandable > .wrap > article h2 {
  margin-bottom: 0.4em;
}

div.expandable > .wrap > article p {
  line-height: 140%;
}

div.expandable ul.expand-list {
  list-style: none;
  margin: 1.5em 0 0 0;
  padding: 0;
  border-bottom: 1px solid #c7c7c7;
}

div.expandable ul.expand-list > li, .accordion-row {
  border-top: 1px solid #c7c7c7;
}

div.expandable ul.expand-list > li h3, .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  font-size: 1em;
  font-weight: 400;
}

div.expandable ul.expand-list > li h3 a, .accordion-title {
  display: block;
  padding: 1em 20px 1em 38px;
  font-size: 1.15em;
  color: #000000;
}

div.expandable ul.expand-list > li h3 a:before, .accordion-title:before {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  left: 5px;
  top: 1em;
  color: #000000;
}

div.expandable ul.expand-list > li h3 a:hover, div.expandable ul.expand-list > li h3 a:active, .accordion-title:active {
  color: #00818f;
  text-decoration: none;
}

div.expandable ul.expand-list > li h3 a:hover:before, div.expandable ul.expand-list > li h3 aactive:before {
  color: #00818f;
}

div.expandable ul.expand-list > li > div {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
}

div.expandable ul.expand-list > li > div h4 {
  margin-top: 1.5em;
}

div.expandable ul.expand-list > li > div p {
  margin: 0.6em 0 1em 0;
}

div.expandable ul.expand-list > li > div p:first-child {
  margin-top: 0;
}

div.expandable ul.expand-list > li > div p:last-child {
  margin-bottom: 0;
}

div.expandable ul.expand-list > li.open h3 a:before {
  content: "";
}

div.expandable ul.expand-list > li.open > div {
  opacity: 1;
  max-height: 6000px;
  margin-top: 0px;
  margin-bottom: 30px;
}

div.expandable ul.expand-list .contact-modules article {
  margin-top: 1em;
  margin-bottom: 2em;
}

div.expandable ul.expand-list .contact-modules article h4 {
  margin: 2em 0 0 0;
  font-size: 1em;
}

div.expandable ul.expand-list .contact-modules article h4:first-child {
  margin-top: 0;
}

div.expandable ul.expand-list .contact-modules article p {
  margin: 0.6em 0;
}

div.expandable ul.expand-list .contact-modules article p span {
  display: block;
  font-size: 0.9em;
  color: #6C6C6C;
  opacity: 0.7;
}

div.expandable ul.expand-list .contact-modules article a.btn {
  margin-bottom: 0 !important;
}

div.expandable ul.expand-list .contact-modules article a.text-cta-btn {
  display: block;
  margin-top: 12px;
  font-size: 0.9em;
}

div.expandable ul:not(.expand-list) {
  list-style: disc;
  margin-top: 1em;
  margin-bottom: 1.4em;
}

div.expandable ul:not(.expand-list):first-child {
  margin-top: 0;
}

div.expandable ul:not(.expand-list) li {
  margin: 0.8em 0;
  line-height: 140%;
}

div.expandable p {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  div.expandable ul.expand-list {
    margin-top: 2.5em;
  }

  div.expandable ul.expand-list > li > div {
    padding-left: 38px;
  }
}

div.wizzy-content {
  margin: 60px 0;
}

div.wizzy-content h1:first-child, div.wizzy-content h2:first-child, div.wizzy-content h3:first-child, div.wizzy-content h4:first-child, div.wizzy-content h5:first-child {
  margin-top: 0;
}

div.wizzy-content h1:last-child, div.wizzy-content h2:last-child, div.wizzy-content h3:last-child, div.wizzy-content h4:last-child, div.wizzy-content h5:last-child {
  margin-bottom: 0;
}

div.wizzy-content figure.float-right:first-child + h1, div.wizzy-content figure.float-right:first-child + h2, div.wizzy-content figure.float-right:first-child + h3, div.wizzy-content figure.float-right:first-child + h4, div.wizzy-content figure.float-right:first-child + h5 {
  margin-top: 0;
}

div.wizzy-content h2, div.wizzy-content h3 {
  margin-top: 2.5em;
}

div.wizzy-content h4 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}

div.wizzy-content p {
  margin-top: 0.5em;
}

section.compare {
  margin: 60px 0;
}

section.compare > .wrap h2 {
  font-size: 22px;
}

section.compare > .wrap p {
  margin: 0.3em 0 0 0;
}

section.compare .pure-g {
  margin-top: 2em;
}

section.compare .pure-u-1 {
  margin-bottom: 1.7em;
}

section.compare article {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  min-height: 100%;
  background: #f6f6f6;
  border-left: 25px solid #c7c7c7;
  padding: 18px;
}

section.compare article h4 {
  margin: 0;
  font-size: 20px;
}

section.compare article p {
  margin: 0.4em 0;
}

section.compare article ul {
  margin: 0.5em 0;
}

section.compare article ul li {
  margin: 0.4em 0;
}

section.compare article.clickable {
  cursor: pointer;
}

section.compare p.compare-disclaimer {
  margin-top: -0.8em;
  font-size: 0.85em;
}

section.compare nav.inline-nav {
  margin-top: 0.5em;
}

@media only screen and (min-width: 1280px) {
  section.compare article {
    padding: 40px;
    border-left-width: 38px;
  }

  section.compare article:hover {
    border-left-width: 46px;
    padding-left: 32px;
  }
}

div.compare-table {
  margin: 60px 0;
}

div.compare-table .table-scroll {
  position: relative;
  overflow-x: auto;
  max-width: 100%;
  padding-bottom: 20px;
}

div.compare-table table {
  border: none;
  min-width: 960px;
  width: 100%;
  border-collapse: collapse;
}

div.compare-table table tbody {
  border: none;
}

div.compare-table table tbody tr:first-child td {
  border-top: none;
}

div.compare-table table tbody tr:nth-child(odd) td {
  background: #f5f5f5;
}

div.compare-table table th {
  padding: 12px 15px;
  border: 1px solid #c7c7c7;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

div.compare-table table th.colorhead {
  background-color: #00818f;
  height: 25px;
}

div.compare-table table th.col-cta {
  position: relative;
  padding-bottom: 75px;
}

div.compare-table table th.col-cta a.btn {
  position: absolute;
  left: 12px;
  bottom: 18px;
  line-height: 110%;
  max-width: 95%;
}

div.compare-table table th h3 {
  font-size: 1.3em;
}

div.compare-table table th h3 a {
  width: 100%;
}

div.compare-table table th p {
  margin: 0.3em 0;
}

div.compare-table table td {
  padding: 10px 15px;
  border: 1px solid #c7c7c7;
  text-align: center;
  vertical-align: middle;
}

div.compare-table table td.col-label {
  width: 25%;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
}

div.compare-table table td p {
  margin: 0.3em;
  line-height: 120%;
}

div.compare-table table td p:first-child {
  margin-top: 0;
}

div.compare-table table td p:last-child {
  margin-bottom: 0;
}

div.compare-table span.check {
  display: inline-block;
  overflow: hidden;
  text-indent: -5000px;
  width: 40px;
  height: 30px;
  position: relative;
}

div.compare-table span.check:before {
  content: "";
  text-indent: initial;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  top: 0;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
}

@media only screen and (max-width: 1023px) {
  div.compare-table .wrap {
    position: relative;
    overflow: hidden;
  }

  /*div.compare-table .wrap:after {
			content: "";
			position: absolute;
			width: 15px;
			top: 0;
			bottom: 20px;
			right: 20px;
			border-right: 1px solid #c7c7c7;
			background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15)));
			background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
			z-index: 10;
		}*/

  /*div.compare-table .wrap:before {
			content: "";
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			display: block;
			width: 30px;
			height: 30px;
			padding-top: 5px;
			padding-left: 5px;
			border-top-left-radius: 90%;
			background: #00818f;
			color: #FFFFFF;
			right: 20px;
			bottom: 20px;
			position: absolute;
			z-index: 20;
			text-align: center;
			line-height: 30px;
		}*/
}

@media only screen and (max-width: 1350px) {
  div.compare-table a.btn {
    font-size: 14px;
    padding-left: 14px;
    padding-right: 24px;
  }
}

nav.inline-nav {
  margin: 2em 0;
}

nav.inline-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav.inline-nav ul li {
  display: block;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}

nav.inline-nav ul li a:not(.btn) {
  display: block;
  padding: 0.4em 0;
}

@media only screen and (min-width: 1280px) {
  nav.inline-nav ul {
    margin-left: -12px;
    margin-right: -12px;
    position: relative;
  }

  nav.inline-nav ul li {
    display: inline-block;
    padding: 12px 0;
  }

  nav.inline-nav ul li a:not(.btn) {
    border-left: 2px solid #242424;
    padding: 0 12px 0 14px;
  }

  nav.inline-nav ul li:first-child a {
    border: none;
  }

  nav.inline-nav ul li.cta-btn {
    display: block;
    position: absolute;
    right: 14px;
    top: 0px;
    padding: 0;
  }

  nav.inline-nav ul li.cta-btn a.btn {
    margin: 0;
  }
}

section.iconlist {
  margin: 60px 0;
}

section.iconlist h2 {
  font-size: 22px;
  margin-bottom: 1.2em;
}

section.iconlist .pure-u-1 {
  margin-bottom: 1.8em;
}

section.iconlist article {
  position: relative;
  padding-left: 50px;
  min-height: 40px;
  max-width: 510px;
}

section.iconlist article a h4 {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  color: #000000;
  text-decoration: none;
}

section.iconlist article a h4:after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 0.6em;
  margin-left: 0.6em;
  position: relative;
  top: -0.15em;
  margin-right: -1.4em;
}

section.iconlist article a p {
  margin: 0.5em 0 0 0;
  color: #000000;
  text-decoration: none;
}

section.iconlist article a:hover, section.iconlist article a:active {
  text-decoration: none;
}

section.iconlist article a:hover h4, section.iconlist article a:active h4 {
  color: #00818f;
}

section.iconlist div.icon {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}

@media only screen and (min-width: 1280px) {
  section.iconlist div.icon {
    width: 70px;
    height: 70px;
  }

  section.iconlist article {
    padding-left: 95px;
  }
}

aside.detailbox {
  border: 5px solid #EEECE9;
  padding: 15px;
  overflow: visible;
  position: relative;
  margin: 60px auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

aside.detailbox.small {
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
}

aside.detailbox .detailbox-head {
  position: absolute;
  top: -1.2em;
  left: 5%;
  right: 5%;
  text-align: center;
  width: 90%;
}

aside.detailbox .detailbox-head h2 {
  font-size: 1em;
  display: inline-block;
  background: #FFFFFF;
  padding: 0.5em 1em;
}

aside.detailbox .detailbox-head h2 span {
  font-weight: 400;
}

@media only screen and (min-width: 1280px) {
  aside.detailbox {
    padding: 25px;
  }

  aside.detailbox:not(.small) {
    padding: 40px 70px 50px 70px;
  }
}

div.icon-modules .pure-u-1 {
  margin-bottom: 28px;
  overflow: hidden;
}

div.icon-modules article {
  position: relative;
  margin: 2em 0;
  background: #f6f6f6;
  min-height: 100%;
  padding: 0 25px;
}

div.icon-modules article > a {
  display: block;
  color: #000000;
}

div.icon-modules article > a h4 {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

div.icon-modules article > a h4:after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 0.6em;
  margin-left: 0.6em;
  position: relative;
  top: -0.15em;
  margin-right: -1.4em;
}

div.icon-modules article > a:hover, div.icon-modules article > a:active {
  text-decoration: none;
}

div.icon-modules article > a:hover h4, div.icon-modules article > a:active h4 {
  color: #00818f;
}

div.icon-modules article h4 {
  margin: 0 0 0.5em 0;
  line-height: 140%;
}

div.icon-modules article p {
  margin: 0.5em 0 0 0 !important;
}

div.icon-modules div.icon {
  height: 110px;
  background-color: #FFFFFF;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 -25px;
  border-bottom: 25px solid #FFFFFF;
}

div.icon-modules.small {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  /*
	margin-left:auto;
	margin-right: auto;
	*/
}

nav.icon-nav ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

nav.icon-nav ul li {
  margin: 0 !important;
  padding: 0;
  border-bottom: 2px solid #EEECE9;
}

nav.icon-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0 8px 55px;
  position: relative;
  min-height: 65px;
  color: #000000;
  font-weight: 700;
}

nav.icon-nav ul li a:hover, nav.icon-nav ul li a:active {
  color: #00818f;
  text-decoration: none;
  background: #f5f5f5;
}

nav.icon-nav ul li a span:last-child:after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 0.6em;
  margin-left: 0.6em;
  position: relative;
  top: -0.15em;
  margin-right: -1.4em;
}

nav.icon-nav ul li a span {
  display: block;
  width: 100%;
}

nav.icon-nav ul li a span.icon {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  left: 0;
  top: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (min-width: 1280px) {
  nav.icon-nav ul li a {
    padding-left: 80px;
    min-height: 74px;
  }

  nav.icon-nav ul li a span.icon {
    width: 50px;
    height: 50px;
  }
}

aside.imgmodule {
  background: #f6f6f6;
  padding: 0 25px 25px 25px;
}

aside.imgmodule > a {
  display: block;
  color: #000000;
}

aside.imgmodule > a h4 {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

aside.imgmodule > a h4:after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 0.6em;
  margin-left: 0.6em;
  position: relative;
  top: -0.15em;
  margin-right: -1.4em;
}

aside.imgmodule > a:hover, aside.imgmodule > a:active {
  text-decoration: none;
}

aside.imgmodule > a:hover h4, aside.imgmodule > a:active h4 {
  color: #00818f;
}

aside.imgmodule h4 {
  margin: 0 0 0.5em 0;
  line-height: 140%;
}

aside.imgmodule p {
  margin: 0.5em 0 0 0 !important;
}

aside.imgmodule figure {
  background-color: #FFFFFF;
  margin: 0 -25px;
  text-align: center;
  padding: 25px 0;
}

figure.fullwidth {
  margin: 0;
  padding: 0;
}

figure.fullwidth img {
  width: 100%;
  display: block;
}

figure.centerimg, figure.float-right {
  margin: 2em 0;
  text-align: left;
}

figure.centerimg.centerimg, figure.float-right.centerimg {
  text-align: center;
}

figure.centerimg picture, figure.centerimg img, figure.float-right picture, figure.float-right img {
  display: inline-block;
  width: auto;
}

div.appstores {
  margin: 50px 0;
}

div.appstores a {
  display: inline-block;
  margin-right: 12px;
}

div.appstores a img {
  height: 40px;
  width: auto;
}

section.dosdonts {
  margin: 60px 0;
}

section.dosdonts .pure-u-1 {
  margin-top: 1.5em;
}

section.dosdonts article {
  min-height: 100%;
  background: #f6f6f6;
}

section.dosdonts article h4 {
  display: block;
  text-transform: uppercase;
  background: #f7dc5e;
  padding: 20px 35px;
  font-weight: 700;
  font-size: 28px;
}

section.dosdonts article h4:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  /*background: url("img/icon-thumbs-up.png") no-repeat center center;*/
  background-size: contain;
  margin-top: -0.25em;
  margin-left: 0.5em;
}

section.dosdonts article > div {
  padding: 16px 10px 24px 10px;
}

section.dosdonts article ul {
  margin: 0;
}

section.dosdonts article ul li {
  font-size: 18px;
  margin: 0.6em 0;
}

section.dosdonts article.donts h4 {
  background: #c7c7c7;
}

section.dosdonts article.donts h4:after {
  /*background-image: url("img/icon-thumbs-down.png");*/
  margin-top: -0.1em;
}

@media only screen and (min-width: 1280px) {
  section.dosdonts article h4 {
    font-size: 45px;
  }

  section.dosdonts article h4:after {
    width: 38px;
    height: 38px;
  }
}

aside.inpage-alert {
  margin-top: 40px;
  margin-bottom: 40px;
}

aside.inpage-alert article {
  background: #FFF9DC;
  padding: 20px 40px;
}

aside.inpage-alert p {
  margin: 0.6em 0;
}

aside.inpage-alert a {
  color: #000000;
  text-decoration: underline;
}

aside.inpage-alert a:hover, aside.inpage-alert a:active {
  color: #00818f;
}

div.pagetitle + aside.inpage-alert {
  margin-top: -10px;
}

/* ======================================================================
   MEDIA QUERIES --------------------------------------------------------
   ====================================================================== */
@media only screen and (max-width: 1279.9px) {
  .hidemobile {
    display: none !important;
  }

  /* content swapping for mobile */
  .flex-flip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .flex-flip > * {
    width: auto !important;
  }

  .flex-flip > :first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    -moz-box-flex: 2;
  }

  .flex-flip > :last-child {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    -moz-box-flex: 1;
  }

  /* Mobile Menu */
  header#top .wrap, header#top .wrap-lg {
    max-width: none;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  #menu-toggle {
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    padding: 10px 0;
    color: #000000;
    padding: 10px 12px 10px 47px;
    margin-left: -12px;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 0.03em;
    border: 2px solid transparent;
    border-radius: 8px;
  }

  #menu-toggle:hover, #menu-toggle:active {
    border-color: #00818f;
    text-decoration: none;
  }

  #menu-toggle:focus {
    border-color: #f7dc5e;
  }

  #menu-toggle span {
    display: block;
    position: absolute;
    left: 12px;
    top: 10px;
    line-height: 20px;
    font-size: 20px;
  }
  .fa-bars:before {
    content: "\f0c9";
  }
  nav#primary-nav {
    position: relative;
    width: 200%;
    -webkit-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
  }

  nav#primary-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  nav#primary-nav ul li {
    margin: 0;
    padding: 0;
    text-align: left;
  }

  nav#primary-nav ul li a {
    display: block;
    color: #000000;
    padding: 14px 20px;
    font-size: 20px;
    background: #F6F6F6;
    letter-spacing: 0.01em;
  }

  nav#primary-nav ul li a:hover, nav#primary-nav ul li a:active {
    background: #EEECE9;
    text-decoration: none;
  }

  nav#primary-nav ul li.haschildren > a {
    position: relative;
    padding-right: 35px;
  }

  nav#primary-nav ul li.haschildren > a:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    position: absolute;
    right: 20px;
    top: 17px;
    font-size: 14px;
  }

  nav#primary-nav ul li.backlink {
    display: none;
  }

  nav#primary-nav ul li.backlink > a {
    font-weight: 500;
    font-size: 20px;
    padding-left: 45px;
  }

  nav#primary-nav ul li.backlink > a:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    top: 17px;
    left: 20px;
  }

  nav#primary-nav > ul {
    width: 50%;
  }

  nav#primary-nav > ul > li {
    border-bottom: 2px solid #EEECE9;
  }

  nav#primary-nav > ul > li.mobile-secondary {
    border: none;
  }

  nav#primary-nav > ul > li.mobile-secondary > a {
    font-size: 16px;
    background: transparent;
  }

  nav#primary-nav > ul > li.on {
    background: #EEECE9;
  }

  nav#primary-nav > ul > li > div {
    position: absolute;
    left: 50%;
    top: 10px;
    width: 50%;
    list-style: none;
    display: none;
  }

  nav#primary-nav > ul > li > div > ul > li.backlink {
    display: block;
  }

  nav#primary-nav > ul > li > div > ul > li.haschildren > a:after {
    content: "";
  }

  nav#primary-nav > ul > li > div > ul > li.haschildren > ul {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    max-height: 0px;
    overflow-y: hidden;
  }

  nav#primary-nav > ul > li > div > ul > li.haschildren.active > a:after {
    content: "";
  }

  nav#primary-nav > ul > li > div > ul > li.haschildren.active > ul {
    max-height: 450px;
    overflow-y: auto;
    border-bottom: 2px solid #EEECE9;
  }

  nav#primary-nav > ul > li > div > ul > li a {
    font-size: 16px;
    background: #F6F6F6;
    border-bottom: 2px solid #EEECE9;
  }

  nav#primary-nav > ul > li.active > div {
    display: block;
  }

  nav#primary-nav > ul ul ul > li > a {
    border: none;
    padding-left: 35px;
  }

  #header-nav-container {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    left: 0;
    right: 0;
    background: #FAFAFA;
    top: 75px;
    bottom: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  #header-nav-container.childmenu nav#primary-nav {
    margin-left: -100%;
  }

  body.menu-open #header-nav-container {
    bottom: 0;
    overflow-y: auto;
  }

  body.menu-open #menu-toggle {
    border-color: #00818f;
  }

  #secondary-nav-container {
    position: absolute;
    right: 0;
    top: 4px;
  }

  #secondary-nav-container a.btn {
    margin: 0;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 20px;
  }

  body.logins-open #screen {
    /*z-index: 1000;*/
  }

  body.logins-open #logins > div {
    display: block;
    max-height: 10000px;
    opacity: 1;
    bottom: 0;
    overflow-y: auto;
    padding: 50px 20px;
    -webkit-transition: max-height 0s linear 0s, bottom 0s linear 0s, opacity 0.5s;
    transition: max-height 0s linear 0s, bottom 0s linear 0s, opacity 0.5s;
  }

  body.logins-open #secondary-nav-container a.btn {
    background: #FFFFFF;
    color: #00818f;
  }

  #header-search {
    padding: 30px 20px;
    background: #F6F6F6;
    -webkit-box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.15);
  }

  #header-search > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    border-radius: 8px;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background: #EEECE9;
    border: 1px solid #c7c7c7;
  }

  #header-search > div > label, #header-search > div > button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #header-search > div > button {
    margin: 0;
    background: transparent;
    border: none;
    color: #242424;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0 10px;
    height: 30px;
    text-align: right;
  }

  #header-search input[type=search] {
    display: block;
    background: transparent;
    width: 100%;
    border: none;
    height: 30px;
    font-size: 16px;
  }

  #main-container {
    margin-top: 75px;
  }
}

@media only screen and (max-width: 1023px) {
  section.panel-cta article h2 {
    max-width: 300px;
  }

  section.panel-cta article[style] {
    /*background-image: url("img/bg-panel-cta-mobile.png") !important;*/
  }
}

@media only screen and (min-width: 480px) {
  .wrap, .wrap-lg, .wrap-sm {
    max-width: none;
    width: 431px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .wrap, .wrap-lg, .wrap-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
  }

@media only screen and (min-width: 550px) {
  .wrap, .wrap-lg, .wrap-sm {
    max-width: 100%;
    width: 686px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .wrap, .wrap-lg, .wrap-sm {
    width: 960px;
  }
}

@media only screen and (min-width: 1024px) {
  .wrap, .wrap-lg {
    width: 960px;
    padding-left: 0;
    padding-right: 0;
  }

  figure.float-right {
    float: right;
    margin-top: 0;
    margin-left: 3em;
    max-width: 50%;
  }

  div.wizzy-content p.leadin {
    font-size: 22px;
    line-height: 34px;
    margin: 1.2em 0;
  }
}

@media only screen and (min-width: 1280px) {
  .hidedesktop {
    display: none !important;
  }

  .wrap {
    width: 1270px;
  }

  .wrap-lg {
    width: 1220px;
  }

  /* == DESKTOP HEADER / FOOTER CHANGES == */
  header#top {
    height: 140px;
    position: fixed;
    padding-top: 0;
    z-index: 1000;
  }
  .page.has-subnav {
    margin-top: 190px;
  }

  header#top > .wrap-lg {
    padding: 0;
    position: relative;
  }

  #main-container {
    position: relative;
    margin-top: 140px;
    z-index: 1;
  }

  #logo {
    position: absolute;
    left: 0px;
    top: 58px;
  }

  #logo img {
    width: 223px;
    height: 63px;
  }

  #footer-contact .wrap {
    position: relative;
  }

  #footer-contact nav.social-icons {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 2;
  }

  #footer-contact #copyright {
    line-height: 40px;
  }

  /* == SECONDARY NAVIGATION == */
  #secondary-nav-container {
    background: #f5f5f5;
    height: 40px;
    margin: 0 -3000px;
    padding: 0 3000px;
  }

  #secondary-nav {
    width: 850px;
  }

  #secondary-nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
  }

  #secondary-nav > ul > li {
    display: inline-block;
    position: relative;
  }

  #secondary-nav > ul > li:hover > a, #secondary-nav > ul > li:focus > a {
    border-color: #00818f;
    background: #FFFFFF;
    color: #00818f;
  }

  #secondary-nav > ul > li:hover > ul, #secondary-nav > ul > li:focus > ul {
    max-height: 500px;
    opacity: 1;
    padding: 10px 10px;
    -webkit-box-shadow: 0px 6px 23px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 23px -5px rgba(0, 0, 0, 0.3);
  }

  #secondary-nav > ul > li > a {
    font-size: 17px;
    height: 40px;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000000;
    border-top: 4px solid transparent;
    position: relative;
    z-index: 3;
  }

  #secondary-nav > ul > li > a:hover {
    text-decoration: none;
  }

  #secondary-nav > ul > li.active {
    z-index: 1000;
  }

  #secondary-nav > ul > li.active > a {
    border-color: #00818f;
    background: #FFFFFF;
    color: #00818f;
  }

  #secondary-nav > ul > li.active div.secondary-drop {
    -webkit-transition: max-height 0s linear 0s, bottom 0s linear 0.5s, opacity 0.3s, padding 0.3s;
    transition: max-height 0s linear 0s, bottom 0s linear 0.5s, opacity 0.3s, padding 0.3s;
    max-height: 800px;
    opacity: 1;
    -webkit-box-shadow: 0px 6px 23px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 23px -5px rgba(0, 0, 0, 0.3);
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  #secondary-nav > ul > li ul {
    list-style: none;
    padding: 0;
  }

  #secondary-nav > ul > li ul > li > a {
    padding: 12px 30px;
    color: #000000;
    font-size: 16px;
  }

  #secondary-nav > ul > li ul > li > a:hover, #secondary-nav > ul > li ul > li > a:active {
    color: #00818f;
    background: #f5f5f5;
    text-decoration: none;
  }

  #secondary-nav > ul > li ul > li > .external-link:after {
    content: "";
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3E%3Cpath fill="currentColor" d="M432 320h-32a16 16 0 0 0-16 16v112H64V144h112a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H48A48 48 0 0 0 0 128v320a48 48 0 0 0 48 48h320a48 48 0 0 0 48-48V336a16 16 0 0 0-16-16zM400 32H272a16 16 0 0 0-11.31 27.31l34.34 34.34L174.63 214.06a16 16 0 0 0 0 22.63l22.63 22.63a16 16 0 0 0 22.63 0L340.29 139l34.34 34.34A16 16 0 0 0 400 160V32a16 16 0 0 0-16-16z"%3E%3C/path%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0.3em;
    opacity: 0.6;
    vertical-align: middle;
  }

  #secondary-nav > ul > li ul > li:first-child {
    position: relative;
  }

  #secondary-nav > ul > li ul > li:first-child a {
    font-weight: 700;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }

  #secondary-nav > ul > li ul > li:first-child:after {
    content: "";
    position: absolute;
    left: 40px;
    right: 40px;
    height: 2px;
    bottom: -4px;
    background: #EEECE9;
  }

  #secondary-nav > ul > li a {
    display: block;
  }

  #secondary-nav #ada-enable {
    position: absolute;
    left: 0;
    top: 0;
  }

  #secondary-nav #ada-enable a {
    padding-left: 0;
  }

  div.secondary-drop {
    -webkit-transition: max-height 0s linear 0.3s, bottom 0s linear 0.5s, opacity 0.3s, padding 0.3s;
    transition: max-height 0s linear 0.3s, bottom 0s linear 0.5s, opacity 0.3s, padding 0.3s;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 2;
    max-height: 0px;
    overflow-y: hidden;
    opacity: 0;
    margin-left: -150px;
    width: 300px;
    background: #FFFFFF;
    text-align: left;
    display: none;
  }

  div.secondary-drop a.close-secondary {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }

  body.secondary-open header#top {
    z-index: 999;
  }

  body.secondary-open #screen {
    opacity: 0;
    z-index: 998;
  }

  nav#logins, nav#head-lang {
    position: absolute;
    top: 0;
    width: 140px;
    height: 40px;
  }

  nav#logins > div, nav#head-lang > div {
    position: absolute;
    right: 0;
    left: auto;
    top: 100%;
    bottom: auto;
    width: 180px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    -webkit-transition: max-height 0s linear 0.3s, bottom 0s linear 0.5s, opacity 0.3s, padding 0.3s;
    transition: max-height 0s linear 0.3s, bottom 0s linear 0.5s, opacity 0.3s, padding 0.3s;
  }

  nav#logins ul li a, nav#head-lang ul li a {
    padding: 10px 40px;
    font-weight: 400;
  }

  nav#head-lang {
    right: 140px;
  }

  nav#head-lang #lang-toggle {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    display: block;
    height: 100%;
    width: 100%;
    color: #000000;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
    background: #c7c7c7;
  }

  nav#head-lang:hover #lang-toggle, nav#head-lang:focus #lang-toggle {
    background: #f5f5f5;
    border-color: #c7c7c7;
  }

  body.lang-open header#top {
    z-index: 999;
  }

  body.lang-open #head-lang {
    z-index: 1010;
  }

  body.lang-open #head-lang > div {
    -webkit-box-shadow: 0px 6px 23px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 23px -5px rgba(0, 0, 0, 0.3);
    padding: 50px 0 25px 0;
    max-height: 700px;
    opacity: 1;
    -webkit-transition: max-height 0s linear 0s, bottom 0s linear 0.5s, opacity 0.3s, padding 0.3s;
    transition: max-height 0s linear 0s, bottom 0s linear 0.5s, opacity 0.3s, padding 0.3s;
    display: block;
  }

  body.lang-open #screen {
    opacity: 0;
    z-index: 998;
  }

  /* == LOGINS DROP NAV == */
  nav#logins {
    right: 0;
  }

  nav#logins a.btn {
    border-radius: 0;
    margin: 0;
    padding: 0;
    line-height: 35px;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  nav#logins:hover a.btn, nav#logins:focus a.btn {
    background: #f5f5f5;
    border-color: #00818f;
    color: #00818f;
  }

  body.logins-open header#top {
    z-index: 999;
  }

  body.logins-open #logins {
    z-index: 1010;
  }

  body.logins-open #logins > div {
    display: block;
    -webkit-box-shadow: 0px 6px 23px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 23px -5px rgba(0, 0, 0, 0.3);
    padding: 50px 0 25px 0;
    max-height: 700px;
    opacity: 1;
    -webkit-transition: max-height 0s linear 0s, bottom 0s linear 0.5s, opacity 0.3s, padding 0.3s;
    transition: max-height 0s linear 0s, bottom 0s linear 0.5s, opacity 0.3s, padding 0.3s;
  }

  body.logins-open #logins a.btn {
    background: #f5f5f5;
    border-color: #00818f;
    color: #00818f;
  }

  body.logins-open #screen {
    opacity: 0;
    z-index: 998;
  }

  /* == DESKTOP SEARCH == */
  #header-search {
    position: absolute;
    right: 290px;
    top: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
  }

  #header-search > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    width: 240px;
    position: absolute;
    right: 0;
    top: 0;
  }

  #header-search > div > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #header-search button {
    background: transparent;
    color: #000000;
    margin: 0;
    border-radius: 0;
    height: 40px;
    width: 40px;
    border: 1px solid transparent;
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    text-align: center;
  }

  #header-search button i {
    margin: 0;
  }

  #header-search input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    height: 40px;
    border-color: transparent;
    background: #FFFFFF;
    padding-left: 10px;
  }

  #header-search input:focus {
    border-color: #00818f;
    outline: none;
  }
  @media only screen and (min-width: 1280px) {
    #header-search input:focus {
      border-color: #00818f;
      outline: none;
    }
  }

  body.search-open header#top {
    z-index: 999;
  }

  body.search-open #header-search {
    z-index: 1010;
    width: 240px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
  }

  body.search-open #header-search button {
    background: #FFFFFF;
  }

  /* == PRIMARY NAVIGATION / MEGA MENUS == */
  #primary-nav {
    width: 850px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 40px;
  }

  #primary-nav ul {
    list-style: none;
    margin: 0;
  }

  #primary-nav ul > li a:not(.btn) {
    display: block;
  }

  #primary-nav > ul {
    text-align: right;
    padding: 40px 0 0 0;
  }

  #primary-nav > ul > li {
    display: inline-block;
    vertical-align: text-bottom;
  }

  #primary-nav > ul > li > a {
    height: 60px;
    padding: 0px 20px 0 20px;
    font-size: 20px;
    line-height: 54px;
    color: #000000;
    background: transparent;
    border-top: 4px solid transparent;
  }

  #primary-nav > ul > li > a:hover, #primary-nav > ul > li > aactive {
    text-decoration: none;
  }

  #primary-nav > ul > li.active {
    background: #FAFAFA;
  }

  #primary-nav > ul > li.active > a {
    border-color: #00818f;
  }

  #primary-nav > ul > li.active > div.megamenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 800px;
    opacity: 1;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-shadow: 0px 25px 20px -25px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 25px 20px -25px rgba(0, 0, 0, 0.2);
  }

  #primary-nav > ul > li.on {
    background: #FAFAFA;
  }

  #primary-nav > ul > li.on > a {
    border-color: #00818f;
  }

  #primary-nav > ul > li:not(.active) a:hover, #primary-nav > ul > li:not(.active) a:active {
    background: #f5f5f5;
    border-color: #00818f;
    text-decoration: none;
  }

  div.megamenu {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    left: -320px;
    right: 0;
    top: 100%;
    margin-left: -2000px;
    margin-right: -2000px;
    padding: 0 2000px;
    background: #FAFAFA;
    text-align: left;
    -webkit-box-shadow: 0px 6px 23px -25px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 23px -25px rgba(0, 0, 0, 0.3);
  }

  div.megamenu .close-mega {
    position: absolute;
    top: 10px;
    right: 2000px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-size: 1.2em;
    color: #000000;
  }

  div.megamenu .close-mega:hover, div.megamenu .close-mega:active {
    color: #00818f;
  }

  div.megamenu li.backlink {
    display: none;
  }

  div.megamenu .mega-intro {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    width: 35%;
    padding-right: 70px;
    position: relative;
  }

  div.megamenu .mega-intro:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }

  div.megamenu .mega-intro h3 {
    font-size: 28px;
  }

  div.megamenu .mega-intro a.btn {
    display: inline-block;
  }

  div.megamenu ul li a:hover, div.megamenu ul li a:active {
    text-decoration: none;
    color: #00818f;
  }

  div.megamenu > ul {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    width: 65%;
    padding: 0 460px 0 0;
    position: relative;
  }

  div.megamenu > ul > li.haschildren > a {
    position: relative;
    padding-right: 35px;
  }

  div.megamenu > ul > li.haschildren > a:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    display: inline-block;
    font-size: 12px;
    margin-left: 0.5em;
    margin-right: -1.5em;
  }

  div.megamenu > ul > li > a {
    font-weight: 500;
  }

  div.megamenu > ul > li a {
    padding: 10px;
    color: #000000;
  }

  div.megamenu > ul > li > ul {
    position: absolute;
    top: 0;
    right: 0%;
    width: 460px;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
  }

  div.megamenu > ul > li.active > a {
    color: #00818f;
  }

  div.megamenu > ul > li.active > ul {
    max-height: 1000px;
    opacity: 1;
  }

  /* Legacy Drop Navigation */
  #primary-nav.legacy > ul > li, #primary-nav > ul > li.legacyitem {
    position: relative;
  }

  #primary-nav.legacy > ul > li.lastdesktop div.legacymenu, #primary-nav.legacy > ul > li.lastdesktop div.legacymenu {
    left: auto;
    right: 0;
    margin-left: 0;
    display: block;
  }

  #primary-nav.legacy > ul > li.active div.legacymenu, #primary-nav > ul > li.legacyitem.active div.legacymenu {
    max-height: 1000px;
    opacity: 1;
    display: block;
  }

  nav#primary-nav a.close-legacy {
    display: block;
  }

  div.legacymenu {
    display: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    width: 320px;
    position: absolute;
    left: 50%;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    margin-left: -160px;
    background: #f5f5f5;
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
  }

  div.legacymenu > ul {
    padding: 30px;
  }

  div.legacymenu > ul > li.backlink {
    display: none;
  }

  div.legacymenu > ul > li.parent {
    margin-bottom: 10px;
  }

  div.legacymenu > ul > li.parent a {
    border-bottom: 2px solid #c7c7c7;
    font-weight: 700;
  }

  div.legacymenu > ul > li.on a {
    color: #00818f;
  }

  div.legacymenu > ul > li > a {
    text-align: left;
    color: #000000;
    padding: 12px 0px;
    font-size: 16px;
    line-height: 20px;
  }

  div.legacymenu > ul > li > a:hover {
    color: #00818f;
    border-color: #c7c7c7 !important;
  }

  /* == CONTENT == */
  main h1 {
    font-size: 50px;
  }

  main h2 {
    font-size: 32px;
  }

  main h3 {
    font-size: 28px;
  }

  main .leftnav-pagecontent h1 {
    font-size: 32px;
  }

  main .leftnav-pagecontent div.wizzy-content:first-child {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1350px) {
  .wrap-lg {
    width: 1280px;
  }

  #secondary-nav {
    width: 950px;
  }
}

.anchoroffset {
  top: -320px;
  display: block;
  position: relative;
  visibility: hidden;
}

#text-size-row {
  position: relative;
}

#text-size {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 18px;
  background-color: #fafafa;
  display: inline-block;
  width: 200px;
  padding: 8px 0px 8px 16px;
}

#text-size span {
  margin-right: 10px;
}

#text-size button {
  padding: 0px 0px 0px 0px;
  font-weight: 400;
  background: #fff;
  color: #000;
  text-align: left;
  border: 0px solid #00818f;
  margin: 0em 0em;
  border-radius: 0px;
  cursor: pointer;
  overflow: hidden;
  max-height: 40px;
  opacity: 1;
  line-height: 110%;
  /*letter-spacing: 0.04em;*/
}

#text-size button:focus {
  outline: #000 2px solid;
}

#text-size button.active {
  color: #00818f;
}

#text-size .text-size-regular {
  font-size: 18px;
}

#text-size .text-size-large {
  font-size: 20px;
}

#text-size .text-size-xlarge {
  font-size: 24px;
}


.text-size-large body, .text-size-large div, .text-size-large p {
  font-size: 20px;
}

.text-size-xlarge body, .text-size-xlarge div, .text-size-xlarge p {
  font-size: 22px;
}

.text-size-large h1 {
  font-size: 40px;
}

.text-size-large .headingStyle {
  font-size: 40px;
}

.text-size-large legend {
  font-size: 40px;
}

.text-size-large h2 {
  font-size: 33.75px;
}

.text-size-large h3 {
  font-size: 27px;
}

.text-size-large h4 {
  font-size: 18px;
}

.text-size-large h5 {
  font-size: 11.25px;
}

.text-size-xlarge h1 {
  font-size: 60px;
}

.text-size-xlarge .headingStyle {
  font-size: 60px;
}

.text-size-xlarge legend {
  font-size: 60px;
}

.text-size-xlarge h2 {
  font-size: 39px;
}

.text-size-xlarge h3 {
  font-size: 31.2px;
}

.text-size-xlarge h4 {
  font-size: 20.8px;
}

.text-size-xlarge h5 {
  font-size: 13px;
}


.dropdownlinks {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  max-width: 400px;
  width: 100%;
  border: #00818f 1.5px solid;
  border-radius: 5px;
  margin-top: 20px;
  cursor: pointer;
}

.dropdownlinks:after {
  content: "";
  color: #00818f;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  display: inline-block;
  font-size: 16px;
  float: right;
  margin-top: 2px;
  margin-left: .5em;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: inherit;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  top: 52px;
  left: 0;
  width: 100%;
  z-index: 1;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
}

.dropdownlinks li a {
  text-decoration: none;
  color: black;
  display: block;
  padding: 15px 20px;
}

.dropdownlinks ul {
  padding: 0;
  margin: 0;
}

.dropdownlinks li {
  list-style: none;
}

.dropdownlinks li:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}

.dropdownlinks li:hover {
  background-color: #c7c7c7;
}


/*Comparison Block Addition - 2023*/
.compare-table .desktop {
  display: none;
}

.compare-table .mobile {
  display: block;
}

.compare-table .mobile .product {
  border: 1px solid #c7c7c7;
  padding-top: 20px;
}

.compare-table .mobile .product:not(:last-of-type) {
  margin-bottom: 30px;
}

.compare-table .mobile .product .productinner {
  background: #fff;
}

.compare-table .mobile .product .productexpand {
  display: none;
}

.compare-table .mobile .product .productinner .producthead, .compare-table .mobile .product .productinner .container {
  padding: 20px;
}

.compare-table .mobile .product .productinner .producthead {
  position: relative;
  cursor: pointer;
}

.compare-table .mobile .product .productinner .producthead::after {
  content: "";
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  right: 20px;
  top: 20px;
  color: #00818f;
  font-size: 36px;
}

.compare-table .mobile .product .productinner .producthead h3 {
  font-size: 24px;
  line-height: 36px;
}

.compare-table .mobile .product .productinner .producthead p {
  margin: 0;
  font-size: 20px;
  line-height: 36px;
}

.compare-table .mobile .product .productinner table {
  min-width: unset;
  margin-bottom: 20px;
}

.compare-table .mobile .product .productinner table tr:first-child td {
  border-top: 1px solid #c7c7c7;
}

.compare-table .mobile .product .productinner table tr td:first-child {
  border-left: none;
}

.compare-table .mobile .product .productinner table tr td:last-child {
  border-right: none;
}

.compare-table .mobile table td {
  padding: 16px;
  font-size: 16px;
}

.compare-table .mobile table td.col-label {
  padding: 16px;
}

.compare-table .mobile .product .productinner .container {
  text-align: center;
  padding-top: 0;
}

.compare-table .mobile .product .productinner .container .btn {
  display: block;
  width: 100%;
  text-align: center;
}

.compare-table .mobile .product .productinner .container a:not(.btn) {
  font-weight: bold;
}

.compare-table .mobile .product .productinner .producthead.active::after {
  content: "";
}

.compare-table .mobile .product .productinner .productexpand.active {
  display: block;
}

@media only screen and (min-width: 1350px) {
  .compare-table .desktop {
    display: block;
  }

  .compare-table .mobile {
    display: none;
  }
}

input[type="search"] {
  box-sizing: border-box;
}
.search-field::placeholder {
  padding-top: 5px; /* Adjust the value as needed */
}
.homepage-disclaimer {
  font-size: 14px !important;
  font-style: italic;
}
