html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  font-size: 1.6em;
  /*overscroll-behavior-y: none;*/
  color: #09090f;

  @media screen and (max-width: 768px) {
    font-size: 1.4em;
  }

  @media screen and (max-width: 480px) {
  }
}

.errorMainStage {
  background-image: url(/images/404-bg.jpg);
}

.splashMainStage {
  background-image: url(/images/splash.jpg);
}

.splashBanner {
  position: fixed !important;
  width: 100%;
  height: 100%;
}


#gatsby-focus-wrapper {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

*,*:before,*:after {
  box-sizing: border-box;
}

html {
  border: 0;
}

body {
  margin: 0;
  padding: 0;
}

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

img {
  border: none;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

.jw-tab-focus:focus {
  outline: 0 !important;
}

.cms-jwplayer {
  width: 100%;
  position: relative;
}

.media-left {
  float: left;
  margin: 1em 1em 1em 0;
}

.media-right {
  float: right;
  margin: 1em 0 1em 1em;
}

.media-full {
  display: block;
  margin: 1em auto;
}

.media-small {
  width: 25%;
}

.media-medium {
  width: 50%;
}

.media-large {
  width: 100%;
}

video {
  max-width: 100%;
}

.cms-jwplayer video {
  max-width: none;
}

button {
  border: 0;
}

figure {
  text-align: center;
}

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

icon svg,svg[data-use] {
  height: 1em;
  width: 1em;
  fill: currentColor;
}

svg[data-use] [style*="stroke-width"],svg[data-use] [stroke-width] {
  stroke: currentColor;
}

svg[data-use] [style*="stroke-width"]:not([fill]),svg[data-use] [stroke-width]:not([fill]) {
  fill: none;
}

.half {
  width: 50%;
}

.third {
  width: 33.3%;
}

.fourth {
  width: 25%;
}

.two-thirds {
  width: 66.66%;
}

.three-fourths {
  width: 75%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.cms-admin .clear {
  height: auto;
}

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

.cf:after {
  content: ' ';
  display: block;
  clear: both;
}

body .ninja {
  display: none !important;
}

html.no-generatedcontent .clearfix {
  zoom:1;}

html.no-generatedcontent .cf {
  zoom:1;}

.img-left {
  float: left;
}

.img-right {
  float: right;
}

.img-full {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
}

.img-small {
  width: 25%;
}

.img-medium {
  width: 50%;
}

.img-large {
  width: 100%;
}

.cms-button {
  display: inline-block;
  border: none;
  background-color: #35A6F6;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 2px;
  text-transform: uppercase;
  line-height: 1em;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .25s ease;
  -moz-transition: .25s ease;
  -o-transition: .25s ease;
  transition: .25s ease;
}

.cms-button.big {
  padding: 20px 40px;
  font-size: 16px;
}

.cms-button.unsafe {
  background-color: #EA5F5F;
}

.cms-button.unsafe:hover {
  background-color: #FF7373;
}

.cms-button.command {
  background-color: #FFFFFF;
  color: #35A6F6;
  border: 1px solid #D4D9E1;
}

.cms-button.command:hover {
  color: #63BEFF;
  border-color: #63BEFF;
  background-color: #FFFFFF;
}

.cms-button:hover {
  color: #FFFFFF;
  background-color: #63BEFF;
}

.cms-button.expand:after {
  content: '';
  display: inline-block;
  background-image: url(/images/site/sprite24.png);
  width: 16px;
  height: 16px;
  background-position: -437px -293px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 5px;
  border: 1px solid #35A6F6;
  vertical-align: middle;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  opacity: .7;
}

.cms-button.expand:hover:after {
  opacity: 1;
}

.cms-button:focus {
  outline: 0;
}

.ui-scroll {
  overflow: auto;
}

.ui-scroll.horizontal {
  overflow-x: auto;
  overflow-y: hidden;
}

.ui-scroll.vertical {
  overflow-x: hidden;
  overflow-y: auto;
}

.ui-scroll::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background: none;
}

.ui-scroll::-webkit-scrollbar-track {
  background: none;
}

.ui-scroll::-webkit-scrollbar-thumb {
  border: solid 2px transparent;
  background-clip: padding-box;
  border-radius: 12px;
  background-color: rgba(16,37,78,.1);
}

.ui-scroll::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.ui-scroll::-webkit-scrollbar-corner {
  background-color: transparent;
}

.ui-scroll-wrap .ui-scroll-thumb {
  position: absolute;
  margin: 2px;
  border-radius: 4px;
  background-color: rgba(16,37,78,.1);
}

.ui-scroll-wrap .ui-scroll-thumb.vertical {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 8px;
  height: 100px;
  min-height: 8px;
}

.ui-scroll-wrap .ui-scroll-thumb.horizontal {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 100px;
  min-width: 8px;
}

.ui-scroll.horizontal .ui-scroll-thumb.vertical {
  display: none !important;
}

.ui-scroll.vertical .ui-scroll-thumb.horizontal {
  display: none !important;
}

.ui-front {
  z-index: 100;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
  -webkit-animation: fade-in-60 .3s forwards;
  -moz-animation: fade-in-60 .3s forwards;
  -o-animation: fade-in-60 .3s forwards;
  animation: fade-in-60 .3s forwards;
}

.ui-widget-overlay.out {
  animation: fade-60-out .4s forwards;
}

.ui-widget-overlay.subtle {
  background: #FFFFFF;
  opacity: 0.05;
  -webkit-animation: fade-in-05 .3s forwards;
  -moz-animation: fade-in-05 .3s forwards;
  -o-animation: fade-in-05 .3s forwards;
  animation: fade-in-05 .3s forwards;
}

.ui-dialog {
  position: absolute;
  background: #1b1e24;
  color: #747b8f;
  border-radius: 3px;
  box-shadow: 2px 2px 13px rgba(0,0,0,0.7);
  font-family: 'Open Sans', Arial;
  font-size: 14px;
  outline: 0;
  opacity: 0;
  -webkit-animation: dialog-in .5s .1s 1 ease forwards;
  -moz-animation: dialog-in .5s .1s 1 ease forwards;
  -o-animation: dialog-in .5s .1s 1 ease forwards;
  animation: dialog-in .5s .1s 1 ease forwards;
}

.ui-dialog.dialog-out {
  -webkit-animation: dialog-out .4s 1 ease forwards;
  -moz-animation: dialog-out .4s 1 ease forwards;
  -o-animation: dialog-out .4s 1 ease forwards;
  animation: dialog-out .4s 1 ease forwards;
}

.ui-dialog a:hover {
  text-decoration: none;
}

.ui-dialog .ui-widget-overlay {
  background: #1b1e24;
  position: absolute;
}

.ui-dialog > .ui-widget-overlay {
  border-radius: 3px;
}

.ui-dialog .ui-dialog-titlebar {
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: 40px;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #d1d1d1;
  cursor: default;
  background: none;
  font-family: Montserrat, sans-serif;
}

.ui-dialog-titlebar.ui-draggable-handle:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/images/site/sprite24.png);
  background-repeat: no-repeat;
  background-position: -96px -216px;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -12px;
  text-align: center;
  opacity: 0;
  cursor: move;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.ui-dialog-titlebar.ui-draggable-handle:hover:after {
  opacity: .5;
}

.ui-draggable-handle span {
  cursor: default;
}

.ui-dialog .ui-dialog-titlebar-close {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  cursor: pointer;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  background-image: url(/images/site/sprite24.png);
  background-repeat: no-repeat;
  background-position: 0px -216px;
  border-radius: 0;
}

.ui-dialog .ui-dialog-titlebar-close:focus {
  outline: solid 1px #747b8f;
  color: #fff;
}

.ui-dialog .ui-dialog-titlebar-close span {
  display: none;
}

.ui-dialog .ui-dialog-content {
  display: block;
}

.ui-dialog > section {
  position: relative;
  z-index: 1;
}

.ui-dialog header {
  height: 68px;
  font-size: 16px;
  line-height: 36px;
  border-bottom: solid 1px rgba(217,240,255,.1);
  position: relative;
  z-index: 2;
}

.ui-dialog .ui-main {
  padding: 20px;
}

.ui-dialog .ui-dialog-buttonpane {
  height: 80px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  border-top: solid 1px rgba(217,240,255,.1);
  position: relative;
  z-index: 0;
  background: none;
  text-align: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0;
  background-color: transparent;
  padding: 0 30px;
  font-family: Montserrat, Arial;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  vertical-align: middle;
  text-transform: uppercase;
  border: 0;
  border-left: solid 1px rgba(217,240,255,.1);
  outline: 0;
  height: 79px;
  cursor: pointer;
  border-radius: 0;
  color: #9ca2b1;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.ui-dialog .ui-dialog-buttonpane button span {
  color: #9ca2b1;
  font-family: Montserrat, Arial;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  vertical-align: middle;
}

.ui-dialog .ui-dialog-buttonpane button:focus {
  background-color: #35a6f6;
  color: #fff;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
  background-color: #35a6f6;
  color: #fff;
}

.ui-dialog .ui-dialog-buttonpane button:focus span {
  color: #fff;
}

.ui-dialog .ui-dialog-buttonpane button:hover span {
  color: #fff;
}

.night .ui-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(217,240,255,.2);
}

.night .ui-scroll-wrap .ui-scroll-thumb {
  background-color: rgba(217,240,255,.2);
}

.ui-noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.ui-noselect input {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}

.ui-noselect .ui-select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}

.ui-dialog.ui-full-screen {
  position: fixed !important;
  top: 50px !important;
  left: 50px !important;
  width: calc(100% - 100px ) !important;
  height: calc(100% - 100px ) !important;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}

.ui-dialog .ui-dialog-titlebar-fullscreen {
  background: none;
  border: none;
  position: absolute;
  right: 35px;
  top: 5px;
  width: 36px;
  height: 24px;
  border-right: solid 1px #9b9d9e;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar-fullscreen:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/images/site/sprite24.png);
  background-repeat: no-repeat;
  background-position: -48px -216px;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.ui-dialog.ui-full-screen .ui-dialog-titlebar-fullscreen:before {
  background-position: -72px -216px;
}

.ui-dialog .ui-dialog-titlebar-fullscreen:hover:before {
  opacity: 1;
}

.ui-dialog.ui-full-screen .ui-dialog-content {
  height: calc(100% - 80px) !important;
}

.ui-dialog.ui-no-buttons .ui-dialog-content {
  height: 100% !important;
}

.ui-dialog.ui-full-screen .ui-dialog-titlebar.ui-draggable-handle {
  cursor: inherit;
}

.ui-dialog.ui-full-screen .ui-draggable-handle:after {
  display: none !important;
}

.ui-dialog.ui-full-preview {
  position: fixed !important;
  top: 50px !important;
  left: 50px !important;
  width: calc(100% - 100px ) !important;
  height: calc(100% - 100px ) !important;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}

.ui-dialog.ui-full-preview .ui-dialog-content {
  height: 100% !important;
}

.ui-dialog.cms-alert {
  background: rgba(53,166,246,0.95);
  box-shadow: 2px 2px 9px rgba(0,0,0,0.4);
  min-width: 450px;
}

.no-rgba .ui-dialog.cms-alert {
  background: #35a6f6;
}

.ui-dialog.cms-alert .ui-dialog-content {
  color: #fff;
  padding: 40px 10px 20px;
  text-align: center;
  font-style: normal;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  color: #afdcfd;
}

.ui-dialog.cms-alert .ui-dialog-content h2 {
  font-family: Montserrat, 'Open Sans', Arial;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.ui-dialog.cms-alert .ui-dialog-content h2 strong {
  display: block;
}

.ui-dialog.cms-alert .ui-dialog-content strong {
  color: #FFFFFF;
}

.ui-dialog.cms-alert .ui-dialog-content em {
  display: inline-block;
  margin: 15px 0 10px;
}

.ui-dialog.cms-alert.icon .ui-dialog-content {
  padding: 10px 10px 20px;
}

.ui-dialog.cms-alert.icon .ui-dialog-content:before {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  margin: 20px auto;
  background-image: url(/images/site/sprite24.png);
  background-repeat: no-repeat;
  background-position: -192px -552px;
  opacity: 0.4;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane {
  border-top: 0;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane {
  text-align: center;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane button {
  display: inline-block;
  background-color: #5dbafc;
  padding: 18px 40px;
  line-height: 1em;
  height: auto;
  border-radius: 3px;
  border: 0;
  margin: 0 7px;
  text-transform: uppercase;
  font-size: 16px;
  float: none;
  cursor: pointer;
  outline: 0;
  transition: background-color 0.15s;
  color: #fff;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane button span {
  color: #fff;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane button:focus {
  background: #64cb66;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane button:hover {
  background: #64cb66;
}

.ui-dialog fieldset.form {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

.ui-dialog fieldset.form ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

.ui-dialog fieldset.form ul li {
  margin: 0;
  padding: 10px 20px 10px 10px;
  font-size: 16px;
}

.ui-dialog .form-group {
  display: table;
  width: 100%;
}

.ui-dialog .form-group > * {
  display: table-cell;
  vertical-align: top;
}

.ui-dialog .form-group > div:first-child {
  display: block;
}

.ui-dialog .form-group label {
  color: #ffffff;
  line-height: 2em;
  text-align: right;
  padding: 0 20px;
}

.ui-dialog .form-group label.value {
  text-align: left;
  font-weight: 600;
  padding-left: 0px;
}

.ui-dialog .form-group .input-textbox {
  background: #fff;
  border: solid 1px #a0bdd3;
  border-radius: 3px;
  position: relative;
  -webkit-transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  transition: 0.15s ease;
}

.ui-dialog .form-group .input-textbox input {
  color: #889aa7;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: normal;
  margin: 0;
  padding: 6px;
  border: none;
  vertical-align: middle;
  background: none;
  outline: 0;
  width: 100%;
}

.ui-dialog .form-group .input-textbox textarea {
  color: #889aa7;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: normal;
  margin: 0;
  padding: 6px;
  border: none;
  vertical-align: middle;
  background: none;
  outline: 0;
  width: 100%;
  resize: none;
}

.ui-dialog .form-group .input-textbox.input-addon input {
  width: 90%;
}

.ui-dialog .form-group .input-textbox.input-addon:before {
  width: 10%;
  border-left: solid 1px #a0bdd3;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  text-align: center;
  padding: 9px 15px;
  color: #a0bdd3;
  font-size: 16px;
  -webkit-transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  transition: 0.15s ease;
  font-family: 'icomoon-ult';
}

.ui-dialog .form-group.focused .input-textbox {
  border-color: #35a6f6;
  box-shadow: 0 0 3px rgba(53,166,246,0.5);
}

.ui-dialog .form-group.focused .input-textbox.input-addon:before {
  border-left-color: #35a6f6;
  color: #35a6f6;
}

.ui-dialog .form-group.invalid label {
  color: #D73B2A;
}

.ui-dialog .form-group.invalid .input-textbox {
  border-color: #D73B2A !important;
  box-shadow: 0 0 3px rgba(215,59,42,0.5) !important;
}

.ui-dialog .form-group.invalid .input-textbox.input-addon:before {
  border-left-color: #D73B2A !important;
  color: #D73B2A !important;
}

.ui-dialog .form-group .validation {
  display: block;
  color: #D73B2A;
  font-size: 14px;
  line-height: 2em;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.ui-dialog .form-group.invalid .validation {
  height: 28px;
}

.ui-dialog.night .form-group .input-textbox {
  background: #2C313B;
  border-color: #2C313B;
}

.ui-dialog.night .form-group .input-textbox input {
  color: #afbac1;
}

.ui-dialog.night .form-group .input-textbox textarea {
  color: #afbac1;
}

.ui-dialog.night .form-group label {
  color: #5d616b;
}

.ui-dialog.night .form-group.focused .input-textbox {
  border-color: #4c535f;
  box-shadow: 0 0 3px rgba(76,83,95,0.5);
}

.ui-dialog.night .form-group.focused .input-textbox.input-addon:before {
  border-left-color: #8e93a1;
  color: #8e93a1;
}

.ui-dialog.night [data-tooltip]:before {
  background-color: #8667ab;
  color: #ffffff;
}

.ui-dialog.night [data-tooltip]:after {
  background-color: #8667ab;
}

.ui-dialog.daylight {
  background: #fff;
}

.ui-dialog.daylight header {
  border-bottom-color: rgba(16,37,78,.15);
}

.ui-dialog.daylight .ui-dialog-buttonpane {
  border-top-color: rgba(16,37,78,.15);
}

.ui-dialog.daylight .ui-dialog-buttonpane button {
  border-left-color: rgba(16,37,78,.15);
}

.ui-dialog.daylight .ui-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(16,37,78,.15);
}

.ui-dialog.daylight .ui-scroll-wrap .ui-scroll-thumb {
  background-color: rgba(16,37,78,.15);
}

.daylight .ui-widget-overlay {
  background: #fff;
}

.no-animation {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.no-animation * {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

@-webkit-keyframes fade-in {
  0% {
      opacity: 0;
      visibility: visible;
  }

  100% {
      opacity: 1;
      visibility: visible;
  }
}

@-moz-keyframes fade-in {
  0% {
      opacity: 0;
      visibility: visible;
  }

  100% {
      opacity: 1;
      visibility: visible;
  }
}

@-o-keyframes fade-in {
  0% {
      opacity: 0;
      visibility: visible;
  }

  100% {
      opacity: 1;
      visibility: visible;
  }
}

@keyframes fade-in {
  0% {
      opacity: 0;
      visibility: visible;
  }

  100% {
      opacity: 1;
      visibility: visible;
  }
}

@-webkit-keyframes fade-out {
  0% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}

@-moz-keyframes fade-out {
  0% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}

@-o-keyframes fade-out {
  0% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}

@keyframes fade-out {
  0% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}

@-webkit-keyframes fade-60-out {
  0% {
      opacity: .6;
  }

  100% {
      opacity: 0;
  }
}

@-moz-keyframes fade-60-out {
  0% {
      opacity: .6;
  }

  100% {
      opacity: 0;
  }
}

@-o-keyframes fade-60-out {
  0% {
      opacity: .6;
  }

  100% {
      opacity: 0;
  }
}

@keyframes fade-60-out {
  0% {
      opacity: .6;
  }

  100% {
      opacity: 0;
  }
}

@-webkit-keyframes fade-in-60 {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 0.6;
  }
}

@-moz-keyframes fade-in-60 {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 0.6;
  }
}

@-o-keyframes fade-in-60 {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 0.6;
  }
}

@keyframes fade-in-60 {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 0.6;
  }
}

@-webkit-keyframes fade-in-05 {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 0.05;
  }
}

@-moz-keyframes fade-in-05 {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 0.05;
  }
}

@-o-keyframes fade-in-05 {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 0.05;
  }
}

@keyframes fade-in-05 {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 0.05;
  }
}

@-webkit-keyframes fade-in-90 {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 0.9;
  }
}

@-moz-keyframes fade-in-90 {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 0.9;
  }
}

@-o-keyframes fade-in-90 {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 0.9;
  }
}

@keyframes fade-in-90 {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 0.9;
  }
}

@-webkit-keyframes grow-in {
  0% {
      -webkit-transform: scale(0.1);
      opacity: 0;
  }

  100% {
      -webkit-transform: scale(1);
      opacity: 1;
  }
}

@-moz-keyframes grow-in {
  0% {
      -moz-transform: scale(0);
      opacity: 0;
  }

  100% {
      -moz-transform: scale(1);
      opacity: 1;
  }
}

@-o-keyframes grow-in {
  0% {
      -o-transform: scale(0);
      opacity: 0;
  }

  100% {
      -o-transform: scale(1);
      opacity: 1;
  }
}

@keyframes grow-in {
  0% {
      transform: scale(0);
      opacity: 0;
  }

  100% {
      transform: scale(1);
      opacity: 1;
  }
}

@-webkit-keyframes counter-clockwise {
  0% {
      -webkit-transform: rotate(360deg);
  }

  100% {
      -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes counter-clockwise {
  0% {
      -moz-transform: rotate(360deg);
  }

  100% {
      -moz-transform: rotate(0deg);
  }
}

@-o-keyframes counter-clockwise {
  0% {
      -o-transform: rotate(360deg);
  }

  100% {
      -o-transform: rotate(0deg);
  }
}

@keyframes counter-clockwise {
  0% {
      transform: rotate(360deg);
  }

  100% {
      transform: rotate(0deg);
  }
}

@-webkit-keyframes clockwise {
  0% {
      -webkit-transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes clockwise {
  0% {
      -moz-transform: rotate(0deg);
  }

  100% {
      -moz-transform: rotate(360deg);
  }
}

@-o-keyframes clockwise {
  0% {
      -o-transform: rotate(0deg);
  }

  100% {
      -o-transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

@-webkit-keyframes background-position {
  0% {
      background-position: 100% 0%;
  }

  100% {
      background-position: 0% 0%;
  }
}

@-moz-keyframes background-position {
  0% {
      background-position: 100% 0%;
  }

  100% {
      background-position: 0% 0%;
  }
}

@-o-keyframes background-position {
  0% {
      background-position: 100% 0%;
  }

  100% {
      background-position: 0% 0%;
  }
}

@keyframes background-position {
  0% {
      background-position: 100% 0%;
  }

  100% {
      background-position: 0% 0%;
  }
}

@-webkit-keyframes slide-up-20 {
  0% {
      -webkit-transform: translateY(20px);
  }

  100% {
      -webkit-transform: translateY(0px);
  }
}

@-moz-keyframes slide-up-20 {
  0% {
      -moz-transform: translateY(20px);
  }

  100% {
      -moz-transform: translateY(0px);
  }
}

@-o-keyframes slide-up-20 {
  0% {
      -o-transform: translateY(20px);
  }

  100% {
      -o-transform: translateY(0px);
  }
}

@keyframes slide-up-20 {
  0% {
      transform: translateY(20px);
  }

  100% {
      transform: translateY(0px);
  }
}

@-webkit-keyframes slide-down-20 {
  0% {
      -webkit-transform: translateY(-20px);
  }

  100% {
      -webkit-transform: translateY(0px);
  }
}

@-moz-keyframes slide-down-20 {
  0% {
      -moz-transform: translateY(-20px);
  }

  100% {
      -moz-transform: translateY(0px);
  }
}

@-o-keyframes slide-down-20 {
  0% {
      -o-transform: translateY(-20px);
  }

  100% {
      -o-transform: translateY(0px);
  }
}

@keyframes slide-down-20 {
  0% {
      transform: translateY(-20px);
  }

  100% {
      transform: translateY(0px);
  }
}

@-webkit-keyframes dialog-in {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -50px, 0);
  }

  100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes dialog-in {
  0% {
      opacity: 0;
      -moz-transform: translate3d(0, -50px, 0);
  }

  100% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes dialog-in {
  0% {
      opacity: 0;
      -o-transform: translate3d(0, -50px, 0);
  }

  100% {
      opacity: 1;
      -o-transform: translate3d(0, 0, 0);
  }
}

@keyframes dialog-in {
  0% {
      opacity: 0;
      transform: translate3d(0, -50px, 0);
  }

  100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes dialog-out {
  0% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
  }

  100% {
      opacity: 0;
      -webkit-transform: translate3d(0, 35px, 0);
  }
}

@-moz-keyframes dialog-out {
  0% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0);
  }

  100% {
      opacity: 0;
      -moz-transform: translate3d(0, 35px, 0);
  }
}

@-o-keyframes dialog-out {
  0% {
      opacity: 1;
      -o-transform: translate3d(0, 0, 0);
  }

  100% {
      opacity: 0;
      -o-transform: translate3d(0, 35px, 0);
  }
}

@keyframes dialog-out {
  0% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
  }

  100% {
      opacity: 0;
      transform: translate3d(0, 35px, 0);
  }
}

.ui-tabs .ui-tab {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.ui-tabs .ui-tab-panel {
  display: none;
}

.ui-tabs .ui-tab-panel.active {
  display: block;
}

.ui-tabs tr.ui-tab-panel.active {
  display: table-row;
}

.ui-tabs .ui-tab-panel.flex.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ui-tabs .ui-tab-panel.ninja {
  display: none;
}

.ui-conditionals .ui-conditional-panel {
  display: none;
}

.ui-conditionals .ui-conditional-panel.active {
  display: block;
}

.ui-conditionals tr.ui-conditional-panel.active {
  display: table-row;
}

.ui-conditionals .ui-conditional-panel.flex.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ui-conditionals .ui-conditional-panel.ninja {
  display: none;
}

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

nav.ui-top-nav li {
  padding: 0;
  position: relative;
}

nav.ui-top-nav > ul {
  display: table;
}

nav.ui-top-nav > ul > li {
  display: table-cell;
  white-space: nowrap;
}

nav.ui-desktop-nav > ul > li {
  display: table-cell;
  white-space: nowrap;
}

nav.ui-top-nav > ul > li ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: auto;
}

nav.ui-top-nav > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
}

nav.ui-top-nav ul li > ul {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease,visibility 0s linear 0.25s;
  -moz-transition: opacity 0.25s ease,visibility 0s linear 0.25s;
  -o-transition: opacity 0.25s ease,visibility 0s linear 0.25s;
  transition: opacity 0.25s ease,visibility 0s linear 0.25s;
}

nav.ui-top-nav ul li.active > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease,visibility 0s linear 0s;
  -moz-transition: opacity 0.25s ease,visibility 0s linear 0s;
  -o-transition: opacity 0.25s ease,visibility 0s linear 0s;
  transition: opacity 0.25s ease,visibility 0s linear 0s;
}

.ui-ajax-draggable {
  position: relative;
}

.ui-ajax-draggable .blank {
  background-color: #dedede;
}

.ui-ajax-draggable .blank * {
  visibility: hidden;
}

.ui-ajax-draggable tr.blank td {
  visibility: visible;
}

.ui-ajax-draggable tr.blank td * {
  visibility: hidden;
}

.ui-ajax-draggable .droppable {
  position: relative;
}

.ui-ajax-draggable .droppable:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  height: 2px;
  width: 100%;
  background-color: #666666;
}

.ui-ajax-draggable .droppable.end:before {
  top: auto;
  bottom: -1px;
}

.ui-ajax-draggable tr.droppable:before {
  display: none;
}

.ui-ajax-draggable tr.droppable td {
  position: relative;
}

.ui-ajax-draggable tr.droppable td:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  height: 2px;
  width: 100%;
  background-color: #666666;
}

.ui-ajax-draggable tr.droppable.end td:before {
  top: auto;
  bottom: -1px;
}

.ui-ajax-draggable .ui-draggable-dragging {
  background-color: rgba(255,255,255,1);
  box-shadow: 0 2px 14px rgba(0,0,0,.4);
  opacity: 0.5;
  cursor: default;
}

.call-out {
  padding: 2.8em 0;
  font-size: 1.67em;
  line-height: 1.26;
  position: relative;
  z-index: 0;
}

.call-out strong {
  font-weight: 400 !important;
  display: block;
  font-size: 1.5em;
  line-height: 1.13;
}

.call-out img.media-left {
  margin-top: .5em;
  margin-right: .5em;
}

.call-out img.media-right {
  margin-top: .5em;
  margin-left: .5em;
}

.call-out.v1 strong {
  color: #0C3C61;
}

.call-out.v2 strong {
  color: #00A0DD;
}

.call-out.v2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #e8eef0;
  z-index: -1;
}

.bullet-list.v1 {
  position: initial;
}

ul.bullet-list.v2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul.bullet-list.v2 > li {
  width: 48%;
}

ul.bullet-list.v3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul.bullet-list.v3 > li {
  width: 32%;
}

@media screen and (min-width: 1025px) {
  .content-zone .call-out.v2:before {
      width:calc(110%);
  }
}

@media screen and (max-width: 1440px) {
  ul.bullet-list.v3 li {
      width:48%;
  }
}

@media screen and (max-width: 1024px) {
  .call-out {
      font-size:1.5em;
  }
}

@media screen and (max-width: 800px) {
  ul.bullet-list.v2 li,ul.bullet-list.v3 li {
      width:100%;
  }
}

:root {
}

input,textarea,select {
  font-size: 1em;
  line-height: inherit;
  padding: .5em 1em;
  border: none;
  border-radius: 0;
  background-image: none;
  resize: none;
  outline: none;
  box-shadow: none;
  font-family: 'Verdana', 'Arial', sans-serif;
  color: #727373;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

input[type='search'] {
  -webkit-appearance: none;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

fieldset > legend {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

fieldset ul ul {
  margin-top: 0;
  margin-bottom: 0;
}

fieldset > ul > li {
  position: relative;
  width: 100%;
  font-size: inherit;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

fieldset li svg {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  font-size: 1.1em;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.no-flexbox fieldset > ul > li:not(.full) {
  display: block;
  float: left;
}

fieldset > ul > li.fourth {
  width: 24%;
}

fieldset > ul > li.third {
  width: 32%;
}

fieldset > ul > li.half {
  width: 49%;
}

.input-text {
  position: relative;
}

fieldset > ul.column-form > li.half {
  padding-bottom: 0;
}

fieldset > ul.column-form > li.half > ul {
  width: 100%;
}

fieldset > ul.column-form > li.half > ul > li {
  width: 100%;
  padding-bottom: .8em;
}

fieldset li .inline-field,fieldset li .inline-field > ul {
  display: flex;
  align-items: center;
}

fieldset li .inline-field > label {
  margin-right: .8rem;
}

fieldset li .inline-field ul li + li {
  margin-left: .8rem;
}

fieldset li > label {
  display: block;
  position: relative;
  font-weight: 400;
  margin: .5em 0;
}

fieldset li > label.hide {
  display: none;
}

fieldset li > label small {
  display: block;
  line-height: 1;
}

.input-text input[type='text'],.input-text input[type='search'],.input-text input[type='month'],.input-text input[type='email'],.input-text input[type='tel'],.input-text input[type='datetime'],.input-text input[type='password'],.input-text input[type='datetime-local'],.input-text textarea,.input-text select,.zip-search-input {
  display: block;
  padding: 1rem 1.5rem;
  width: 100%;
  border-radius: 0;
  border: none;
  background-color: #e8eef0;
  text-align: left;
  outline: none;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.2;
  transition: background-color .4s ease 0s, border-color .4s ease 0s, color .4s ease 0s;
}

.search-form .input-text input[type='text'],.search-form .input-text input[type='month'],.search-form .input-text input[type='email'],.search-form .input-text input[type='tel'],.search-form .input-text input[type='datetime'],.search-form .input-text input[type='password'],.search-form .input-text input[type='datetime-local'],.search-form .input-text textarea,.search-form .input-text select,.search-form .zip-search-input {
  _display: initial;
}

input:invalid {
  box-shadow: none;
}

:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}

.input-text textarea {
  resize: none;
  min-height: 8em;
  overflow: hidden;
}

.input-text select {
  _display: initial;
}

.touch .input-text select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.input-text input[type='month'] {
  _display: initial;
}

.input-text input:focus,.input-text select:focus,.input-text textarea:focus,.zip-search-input:focus {
  outline: none;
}

.input-text.check-box label:not(.check-replace) {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.input-text.check-box input {
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
}

.input-text.check-box input[type="checkbox"] + .check-replace {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: .75em;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  border: 1px solid transparent;
  border-radius: 0;
  pointer-events: none;
}

.input-text.check-box input[type="checkbox"] + .check-replace:before,.input-text.check-box input[type="checkbox"] + .check-replace:after {
  content: '';
  position: absolute;
  width: 1.5px;
  height: 90%;
  top: 50%;
  left: 50%;
  background-color: #036936;
}

.input-text.check-box input[type="checkbox"] + .check-replace:before {
  transition: transform .3s ease 0s;
  -webkit-transform: translate(-50%,-50%) rotate(45deg) scaleY(0);
  -ms-transform: translate(-50%,-50%) rotate(45deg) scaleY(0);
  transform: translate(-50%,-50%) rotate(45deg) scaleY(0);
}

.input-text.check-box input[type="checkbox"] + .check-replace:after {
  transition: transform .3s ease 0s;
  -webkit-transform: translate(-50%,-50%) rotate(-45deg) scaleY(0);
  -ms-transform: translate(-50%,-50%) rotate(-45deg) scaleY(0);
  transform: translate(-50%,-50%) rotate(-45deg) scaleY(0);
}

.input-text.check-box input[type="checkbox"]:checked + .check-replace:before {
  transition: transform .3s ease 0s;
  -webkit-transform: translate(-50%,-50%) rotate(45deg) scaleY(1);
  -ms-transform: translate(-50%,-50%) rotate(45deg) scaleY(1);
  transform: translate(-50%,-50%) rotate(45deg) scaleY(1);
}

.input-text.check-box input[type="checkbox"]:checked + .check-replace:after {
  transition: transform .3s ease .3s;
  -webkit-transform: translate(-50%,-50%) rotate(-45deg) scaleY(1);
  -ms-transform: translate(-50%,-50%) rotate(-45deg) scaleY(1);
  transform: translate(-50%,-50%) rotate(-45deg) scaleY(1);
}

.input-text.check-box input[type="radio"] + .check-replace {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: .75em;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  border: 1px solid transparent;
  border-radius: 50%;
  pointer-events: none;
  overflow: hidden;
}

.input-text.check-box input[type="radio"] + .check-replace:before {
  content: '';
  position: absolute;
  width: 102%;
  height: 102%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #036936;
  transition: transform .2s ease-out 0s;
  -ms-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  border: 3px solid #e8eef0;
}

.input-text.check-box input[type="radio"]:checked + .check-replace:before {
  -ms-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

fieldset > ul > li.radio-list ul li {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

fieldset > ul > li.radio-list ul li input {
  width: 1.15em;
  height: 1.15em;
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
}

fieldset > ul > li.radio-list ul li label.radio-replace {
  display: inline-block;
  width: 1.15em;
  height: 1.15em;
  border-style: solid;
  border-width: .25em;
  margin-right: .75em;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  transition: border-color .4s ease 0s, background-color .4s ease 0s;
  border-radius: 50%;
}

fieldset > ul > li.radio-list ul li label.label {
  display: inline-block;
}

.input-text select option {
  text-transform: none;
  text-align: center;
}

.input-text ::placeholder {
  opacity: 1;
  color: #727373;
}

.input-text ::-webkit-input-placeholder {
  opacity: 1;
  color: #727373;
}

.input-text :-moz-placeholder {
  opacity: 1;
  color: #727373;
}

.input-text ::-moz-placeholder {
  opacity: 1;
  color: #727373;
}

.input-text ::-ms-input-placeholder {
  opacity: 1;
  color: #727373;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

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;
}

.input-text.uploader {
  border-radius: .3em;
}

.input-text.uploader input {
  padding-top: .5em;
  padding-bottom: .5em;
  width: 100%;
  margin: .3em .5em 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .input-text.uploader input {
      padding-left:3.75em;
  }
}

.input-text.uploader input::-webkit-file-upload-button {
  visibility: hidden;
}

.input-text.uploader input:before {
  content: 'Upload Image';
  border-radius: .5em;
  display: inline-block;
  padding: .5em 1em;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: .95em;
  text-transform: uppercase;
  line-height: 1;
  transition: background-color .4s ease 0s, color .4s ease 0s;
  margin-left: -3.25rem;
  margin-top: -.75rem;
}

.input-text.uploader input.uploaded:before {
  content: 'Change Image';
}

fieldset .validation {
  position: absolute;
  padding: .5em 1em;
  top: 100%;
  z-index: 2;
  font-size: .8em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  transition: .25s;
  white-space: nowrap;
  display: block;
  right: 0;
}

fieldset .invalid .validation {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  visibility: visible;
  background-color: rgba(0,0,0,0.8);
  color: #FFFFFF;
}

fieldset .validation:before {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-left: solid .5em transparent;
  border-right: solid .5em transparent;
  border-bottom: solid .5em rgba(0,0,0,0.8);
  bottom: 100%;
  right: 1em;
}

@media screen and (max-width: 1024px) {
  .input-text input[type='text'],.input-text input[type='search'],.input-text input[type='month'],.input-text input[type='email'],.input-text input[type='tel'],.input-text input[type='datetime'],.input-text input[type='password'],.input-text input[type='datetime-local'],.input-text textarea,.input-text select,.zip-search-input {
      padding:0.7rem 1.5rem;
  }
}

@media screen and (max-width: 500px) {
  fieldset > ul > li {
      display:block;
      width: 100% !important;
  }

  fieldset > ul > li.fake-label label {
      display: none;
  }

  .input-text input[type='text'],.input-text input[type='month'],.input-text input[type='email'],.input-text input[type='tel'],.input-text input[type='datetime'],.input-text input[type='datetime-local'],.input-text textarea,.input-text select,.zip-search-input {
      font-size: 18px !important;
  }
}

:root {
}

html {
  font-size: calc(14px + (18 - 15) * ((100vw - 1601px) / (1920 - 1601)));
}

body {
  font-size: 100%;
  font-weight: 400;
  font-family: 'Verdana', 'Arial', sans-serif;
  line-height: 1.8;
  color: #727373;
  background-color: #FFFFFF;
  overflow-x: hidden;
  transition: opacity .25s ease .25s;
  opacity: 1 !important;
}

main {
  transition: padding-top .2s ease 0s;
}

ol,ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a[href^=tel] {
  cursor: default;
  color: #727373;
}

*[data-src] {
  opacity: 0;
}

img,video,source {
  opacity: 1;
  transition: opacity .3s ease 0s;
}

dl,dt,dd {
  margin: 0;
}

.img-rel {
  position: relative;
}

.img-rel img,.img-fill {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

svg {
  height: 1em;
  width: 1em;
  fill: currentColor;
}

svg [style*='stroke-width'] {
  fill: none;
  stroke: currentColor;
  stroke-width: 0;
}

figure {
  position: relative;
  margin: 0;
}

figure figcaption {
  font-size: .889em;
  line-height: 1.8;
}

p,address {
  display: block;
  margin: 1em 0;
  font-style: normal;
  font-size: 0.94rem;
}

address:not(.override),address:not(.override) p {
  line-height: 1.2;
}

.ie-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.ie-popup.show {
  display: block;
}

.cms-active-only .ie-popup {
  display: block;
  position: relative;
}

.ie-popup .bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.ie-popup .container {
  position: absolute;
  background-color: #bbbbbb;
  width: 50%;
  left: 25%;
  top: 25%;
  padding: 4em 3em;
  text-align: center;
}

.ie-popup .container .modal-btn {
  position: absolute;
  font-size: 1.75em;
  top: .25em;
  right: .5em;
  cursor: pointer;
  line-height: 1;
}

.ie-popup .container .modal-btn:hover {
  color: #0C3C61;
}

.ie-popup .container .content .icon {
  font-size: 3.5em;
  margin: 0;
  line-height: 1;
}

.ie-popup .container .content p {
  font-size: 1.333em;
}

sup {
  font-size: .5em;
}

icon:before,icon>svg {
  pointer-events: none;
}

svg * {
  pointer-events: none;
}

.left,.right {
  float: none;
}

.hide {
  display: none;
}

.block {
  display: block;
}

body>iframe {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

[data-content=true] {
  outline: 0;
}

.el-tab-panel:not(.active) {
  display: none;
}

button {
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.ui-dialog.popup {
  width: calc(100% - 2.5% * 2);
  max-width: 50em;
}

.ui-dialog.popup video,.ui-dialog.popup iframe {
  display: block;
}

main section:not(.no-padding),.section-padding {
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative;
}

.main {
  width: 100%;
  margin: 0 auto;
  max-width: calc(77.7rem + (2.5% * 2));
  padding-left: 2.5%;
  padding-right: 2.5%;
  position: relative;
}

.main.wide {
  max-width: calc(90rem + (2.5% * 2));
}

.main.thin {
  max-width: calc(66.4rem + (2.5% * 2));
}

.main.right,.main.left {
  float: none;
}

.fixed-side-element-layout footer .main,.fixed-side-element-layout main .main {
  width: calc(98% - 24em);
  margin: 0 auto 0 0;
  max-width: none!important;
}

section picture:not(.img),.section-padding picture:not(.img) {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

section picture img,.section-padding picture img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  min-height: calc(100% + 1px);
  object-fit: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section picture.top img {
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

section picture.right img {
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

section picture.top.right img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

footer section {
  position: relative;
}

.two-col-container {
  margin-top: 1.5em;
}

.breadcrumb + .two-col-container {
  margin-top: 0;
}

.two-col-container .content-zone {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 65%;
}

.two-col-container .side-zone {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30%;
}

.two-col-container .side-zone > *:first-child {
  margin-top: 0;
}

.two-col-container .side-zone > *:last-child {
  margin-bottom: 0;
}

.fixed-side-element-layout .two-col-container .side-zone {
  width: 38%;
}

.two-col-container .side-zone > *:not(form),.two-col-container .side-zone > form > *,.two-col-container .side-zone .aside-margin {
  margin-bottom: 2.3em;
}

img.absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.ui-scroll::-webkit-scrollbar {
  background-color: #C9C9C9;
  width: 8px;
}

.ui-scroll::-webkit-scrollbar-thumb {
  border-radius: 0;
  border: none;
  background-color: #777777;
}

.primary-bg {
  background-color: #0C3C61;
}

.secondary-bg {
  background-color: #00A0DD;
}

.click1-bg {
  background-color: #6EC4D5;
}

.click2-bg {
  background-color: #6EBE4A;
}

.off-bg {
  background-color: #e8eef0;
}

[class*="bg-cover"] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

[class*="bg-contain"] {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

[class*="bg-cover"][class*="-center"],[class*="bg-contain"][class*="-center"] {
  background-position: center;
}

[class*="bg-cover"][class*="-center"][class*="-top"],[class*="bg-contain"][class*="-center"][class*="-top"] {
  background-position: top center;
}

[class*="bg-cover"][class*="-center"][class*="-bottom"],[class*="bg-contain"][class*="-center"][class*="-bottom"] {
  background-position: bottom center;
}

[class*="bg-cover"][class*="-center"][class*="-right"],[class*="bg-contain"][class*="-center"][class*="-right"] {
  background-position: right center;
}

[class*="bg-cover"][class*="-center"][class*="-left"],[class*="bg-contain"][class*="-center"][class*="-left"] {
  background-position: left center;
}

[class*="bg-cover"][class*="-bottom"],[class*="bg-contain"][class*="-bottom"] {
  background-position: bottom;
}

[class*="bg-cover"][class*="-bottom"][class*="-center"],[class*="bg-contain"][class*="-bottom"][class*="-center"] {
  background-position: bottom center;
}

[class*="bg-cover"][class*="-bottom"][class*="-right"],[class*="bg-contain"][class*="-bottom"][class*="-right"] {
  background-position: right bottom;
}

[class*="bg-cover"][class*="-bottom"][class*="-left"],[class*="bg-contain"][class*="-bottom"][class*="-left"] {
  background-position: left bottom;
}

[class*="bg-cover"][class*="-top"],[class*="bg-contain"][class*="-top"] {
  background-position: top;
}

[class*="bg-cover"][class*="-top"][class*="-center"],[class*="bg-contain"][class*="-top"][class*="-center"] {
  background-position: top center;
}

[class*="bg-cover"][class*="-top"][class*="-right"],[class*="bg-contain"][class*="-top"][class*="-right"] {
  background-position: right top;
}

[class*="bg-cover"][class*="-top"][class*="-left"],[class*="bg-contain"][class*="-top"][class*="-left"] {
  background-position: left top;
}

[class*="bg-cover"][class*="-left"],[class*="bg-contain"][class*="-left"] {
  background-position: left;
}

[class*="bg-cover"][class*="-left"][class*="-top"],[class*="bg-contain"][class*="-left"][class*="-top"] {
  background-position: top left;
}

[class*="bg-cover"][class*="-left"][class*="-center"],[class*="bg-contain"][class*="-left"][class*="-center"] {
  background-position: left center;
}

[class*="bg-cover"][class*="-left"][class*="-bottom"],[class*="bg-contain"][class*="-left"][class*="-bottom"] {
  background-position: bottom left;
}

[class*="bg-cover"][class*="-right"],[class*="bg-contain"][class*="-right"] {
  background-position: right;
}

[class*="bg-cover"][class*="-right"][class*="-top"],[class*="bg-contain"][class*="-right"][class*="-top"] {
  background-position: top right;
}

[class*="bg-cover"][class*="-right"][class*="-center"],[class*="bg-contain"][class*="-right"][class*="-center"] {
  background-position: right center;
}

[class*="bg-cover"][class*="-right"][class*="-bottom"],[class*="bg-contain"][class*="-right"][class*="-bottom"] {
  background-position: right bottom;
}

.pad-t-0 {
  padding-top: 0;
}

.pad-t-tiny {
  padding-top: 0.56rem;
}

.pad-t-base {
  padding-top: 1rem;
}

.pad-t-1 {
  padding-top: calc(1.67rem * .5);
}

.pad-t,.pad-t-2 {
  padding-top: calc(1.67rem * 1);
}

.pad-t-3 {
  padding-top: calc(1.67rem * 1.5);
}

.pad-t-huge {
  padding-top: 3rem;
}

.pad-b-0 {
  padding-top: 0;
}

.pad-b-tiny {
  padding-bottom: 0.56rem;
}

.pad-b-base {
  padding-bottom: 1rem;
}

.pad-b-1 {
  padding-bottom: calc(1.67rem * .5);
}

.pad-b,.pad-b-2 {
  padding-bottom: calc(1.67rem * 1);
}

.pad-b-3 {
  padding-bottom: calc(1.67rem * 1.5);
}

.pad-b-huge {
  padding-bottom: 3rem;
}

.pad-e-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pad-e-tiny {
  padding-top: 0.56rem;
  padding-bottom: 0.56rem;
}

.pad-e-base {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.pad-e-1 {
  padding-top: calc(1.67rem * .5);
  padding-bottom: calc(1.67rem * .5);
}

.pad-e,.pad-e-2 {
  padding-top: calc(1.67rem * 1);
  padding-bottom: calc(1.67rem * 1);
}

.pad-e-3 {
  padding-top: calc(1.67rem * 1.5);
  padding-bottom: calc(1.67rem * 1.5);
}

.pad-e-huge {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pad-l-0 {
  padding-left: 0;
}

.pad-l-tiny {
  padding-left: 0.56rem;
}

.pad-l-base {
  padding-left: 1rem;
}

.pad-l-1 {
  padding-left: calc(1.67rem * .5);
}

.pad-l,.pad-l-2 {
  padding-left: calc(1.67rem * 1);
}

.pad-l-3 {
  padding-left: calc(1.67rem * 1.5);
}

.pad-l-huge {
  padding-left: 3rem;
}

.pad-r-0 {
  padding-right: 0;
}

.pad-r-tiny {
  padding-right: 0.56rem;
}

.pad-r-base {
  padding-right: 1rem;
}

.pad-r-1 {
  padding-right: calc(1.67rem * .5);
}

.pad-r,.pad-r-2 {
  padding-right: calc(1.67rem * 1);
}

.pad-r-3 {
  padding-right: calc(1.67rem * 1.5);
}

.pad-r-huge {
  padding-right: 3rem;
}

.pad-s-0 {
  padding-left: 0;
  padding-right: 0;
}

.pad-s-tiny {
  padding-left: 0.56rem;
  padding-right: 0.56rem;
}

.pad-s-base {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pad-s-1 {
  padding-left: calc(1.67rem * .5);
  padding-right: calc(1.67rem * .5);
}

.pad-s,.pad-s-2 {
  padding-left: calc(1.67rem * 1);
  padding-right: calc(1.67rem * 1);
}

.pad-s-3 {
  padding-left: calc(1.67rem * 1.5);
  padding-right: calc(1.67rem * 1.5);
}

.pad-s-huge {
  padding-left: 3rem;
  padding-right: 3rem;
}

.mar-t-0 {
  margin-top: 0;
}

.mar-t-tiny {
  margin-top: 0.56rem;
}

.mar-t-base {
  margin-top: 1rem;
}

.mar-t-1 {
  margin-top: calc(1.67rem * .5);
}

.mar-t,.mar-t-2 {
  margin-top: calc(1.67rem * 1);
}

.mar-t-3 {
  margin-top: calc(1.67rem * 1.5);
}

.mar-t-huge {
  margin-top: 3rem;
}

.mar-b-0 {
  margin-bottom: 0;
}

.mar-b-tiny {
  margin-bottom: 0.56rem;
}

.mar-b-base {
  margin-bottom: 1rem;
}

.mar-b-1 {
  margin-bottom: calc(1.67rem * .5);
}

.mar-b,.mar-b-2 {
  margin-bottom: calc(1.67rem * 1);
}

.mar-b-3 {
  margin-bottom: calc(1.67rem * 1.5);
}

.mar-b-huge {
  margin-bottom: 3rem;
}

.mar-e-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mar-e-tiny {
  margin-top: 0.56rem;
  margin-bottom: 0.56rem;
}

.mar-e-base {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mar-e-1 {
  margin-top: calc(1.67rem * .5);
  margin-bottom: calc(1.67rem * .5);
}

.mar-e,.mar-e-2 {
  margin-top: calc(1.67rem * 1);
  margin-bottom: calc(1.67rem * 1);
}

.mar-e-3 {
  margin-top: calc(1.67rem * 1.5);
  margin-bottom: calc(1.67rem * 1.5);
}

.mar-e-huge {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mar-l-0 {
  margin-left: 0;
}

.mar-l-tiny {
  margin-left: 0.56rem;
}

.mar-l-base {
  margin-left: 1rem;
}

.mar-l-1 {
  margin-left: calc(1.67rem * .5);
}

.mar-l,.mar-l-2 {
  margin-left: calc(1.67rem * 1);
}

.mar-l-3 {
  margin-left: calc(1.67rem * 1.5);
}

.mar-l-huge {
  margin-left: 3rem;
}

.mar-r-0 {
  margin-right: 0;
}

.mar-r-tiny {
  margin-right: 0.56rem;
}

.mar-r-base {
  margin-right: 1rem;
}

.mar-r-1 {
  margin-right: calc(1.67rem * .5);
}

.mar-r,.mar-r-2 {
  margin-right: calc(1.67rem * 1);
}

.mar-r-3 {
  margin-right: calc(1.67rem * 1.5);
}

.mar-r-huge {
  margin-right: 3rem;
}

.mar-s-0 {
  margin-left: 0;
  margin-right: 0;
}

.mar-s-tiny {
  margin-left: 0.56rem;
  margin-right: 0.56rem;
}

.mar-s-base {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mar-s-1 {
  margin-left: calc(1.67rem * .5);
  margin-right: calc(1.67rem * .5);
}

.mar-s,.mar-s-2 {
  margin-left: calc(1.67rem * 1);
  margin-right: calc(1.67rem * 1);
}

.mar-s-3 {
  margin-left: calc(1.67rem * 1.5);
  margin-right: calc(1.67rem * 1.5);
}

.mar-s-huge {
  margin-left: 3rem;
  margin-right: 3rem;
}

h1,h2,h3,h4,h5,h6,section header {
  font-weight: 400;
  margin: 0;
}

[class*="title-style-"] {
  display: block;
  font-style: normal;
}

main section header {
  text-align: left;
}

main section header.center {
  text-align: center;
}

section header > em,section header > a > em {
  font-style: normal;
}

section header em {
  font-style: normal;
}

main section [class*='flex-'] .content header,.column-layout-content header {
  text-align: left;
}

main section header > *:last-child {
  margin-bottom: 0;
}

h1,section header:not(.content-style) > h2:not([class*="title-style"]),section header:not(.content-style) > strong:first-child:not([class*="title-style"]),.title-style-1 {
  font-size: 2.1rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  color: #099ede;
}

.dark h1,section.dark header:not(.content-style) > h2:not([class*="title-style"]),section.dark header:not(.content-style) > strong:first-child:not([class*="title-style"]),.dark .title-style-1 {
  color: #FFFFFF;
}

h2,section header:not(.content-style) > h3:not([class*="title-style"]),section header:not(.content-style) > strong:first-child + em,.title-style-2 {
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.13;
  color: #0C3C61;
}

.dark h2,section header.dark:not(.content-style) > h3:not([class*="title-style"]),section header.dark:not(.content-style) > strong:first-child + em,.dark .title-style-2 {
  color: #FFFFFF;
}

h3,.title-style-3 {
  font-size: 1.4rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  color: #727373;
}

h4,.title-style-4 {
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  color: #0C3C61;
}

h5,.title-style-5 {
  font-size: 1.2rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  color: #0C3C61;
}

h6 {
  font-size: 1em;
  color: #727373;
}

.note-style-1 {
  font-size: 0.89em;
  font-weight: 600;
  line-height: 1.25;
  font-style: italic;
  color: #727373;
  display: block;
}

label .note-style-1 {
  display: inline;
  text-transform: none;
  letter-spacing: normal;
}

label:not(.hide):not([class*="title-style"]),.label-style {
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
  text-transform: uppercase;
  display: block;
  color: #0C3C61;
}

a {
  text-decoration: none;
  transition: color .4s ease 0s;
  color: #00A0DD;
}

a:hover,a:focus {
  color: #DF4825;
}

.btn {
  display: inline-block;
  transition: background-color .4s ease 0s;
}

span.btn {
  text-align: center;
}

.btn.v1 {
  font-family: 'Verdana', 'Arial', sans-serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  padding: .9em 1.75em;
  border-radius: 0;
  background-color: #ff4d00;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
}

.btn.v2 {
  font-family: 'Verdana', 'Arial', sans-serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  padding: .9em 1.75em;
  border-radius: 0;
  background-color: #0C3C61;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
}

.link-style-1 {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #00A0DD;
  transition: color .4s ease 0s, opacity .4s ease 0s;
  display: inline-block;
}

.link-style-1:hover,a:hover .link-style-1,.link-style-1:focus,a:focus .link-style-1 {
  color: #727373;
  text-decoration: underline;
}

.link-style-2 {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #DF4825;
  transition: color .4s ease 0s, opacity .4s ease 0s;
  display: inline-block;
}

.link-style-2:hover,a:hover .link-style-2,.link-style-2:focus,a:focus .link-style-2 {
  color: #727373;
  text-decoration: underline;
}

.link-style-disabled {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #727373;
  transition: color .4s ease 0s;
  display: inline-block;
}

.link-style-1[class*="flex-"],.link-style-2[class*="flex-"],.link-style-disabled[class*="flex-"] {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.link-style-1 svg,.link-style-2 svg,.link-style-disabled svg {
  font-size: 1.2em;
  margin-right: .5em;
}

.dark .content-style,.dark.content-style {
  color: #FFFFFF;
}

main section .content-style header,main section header.content-style {
  padding-bottom: 0;
}

.content-style > h2:not([class*="mar-t"]),.content-style > .title-style-2:not([class*="mar-t"]),.content-style > dl .title-style-2:not([class*="mar-t"]),.content-style > h3:not([class*="mar-t"]),.content-style > .title-style-3:not([class*="mar-t"]),.content-style > dl .title-style-3:not([class*="mar-t"]),.content-style > h4:not([class*="mar-t"]),.content-style > .title-style-4:not([class*="mar-t"]),.content-style > dl .title-style-4:not([class*="mar-t"]),.content-style > h5:not([class*="mar-t"]),.content-style > .title-style-5:not([class*="mar-t"]),.content-style > dl .title-style-5:not([class*="mar-t"]),.content-style > h6:not([class*="mar-t"]),.content-style > .title-style-6:not([class*="mar-t"]),.content-style > dl .title-style-6:not([class*="mar-t"]) {
  margin-top: 1.3rem;
}

.content-style > h1 + h2:not([class*="mar-t"]) {
  margin-top: .6em;
}

.content-style strong:not([class*="title-style"]) {
  font-weight: 700;
}

.content-style a:not(.btn) {
  text-decoration: underline;
  color: #00A0DD;
  font-weight: 700;
}

.content-style a:not(.btn):hover,.content-style a:not(.btn):focus {
  color: #0C3C61;
}

.content-style a.btn {
  text-decoration: none;
}

.content-style ul:not([class*="flex-"]),.content-style ol {
  margin: 1.5em 0;
  font-size: 0.94em;
}

.content-style ul:not([class*="flex-"]) {
  list-style-type: none;
}

.content-style ul:not([class*="flex-"]) ul {
  margin: 1em 0;
}

.content-style ol {
  counter-reset: item;
  list-style-type: none;
}

.content-style ol ol {
  _margin: .1em 0 0;
}

.content-style ul li {
  color: #727373;
  position: relative;
  padding: .5em 2em;
}

.content-style ol li {
  color: #727373;
  counter-increment: item;
  position: relative;
  padding: .5em 2em;
}

.content-style ol li:before {
  content: counter(item, decimal) '.';
  display: block;
  position: absolute;
  left: 0;
  top: 1em;
  font-size: .752rem;
  color: #00A0DD;
  font-weight: 700;
}

.content-style ol ol li:before {
  content: counter(item, lower-latin) '.';
}

.content-style ol ol ol li:before {
  content: counter(item, upper-roman) '.';
  letter-spacing: -1px;
}

.content-style ul:not([class*="flex"]) li:before {
  content: '';
  background-color: #00A0DD;
  display: block;
  border: 2px solid #00A0DD;
  background-color: #00A0DD;
  width: .5em;
  height: .5em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.2em;
}

.content-style ul:not([class*="flex"]) ul li:before {
  background-color: #FFFFFF;
}

.content-style ul:not([class*="flex"]) ul ul li:before {
  background-color: #0C3C61;
  border-color: #FFFFFF;
}

.content-style p {
  margin: .7em 0 1em 0;
}

.content-style dd > p:first-child {
  margin-top: .3rem;
}

.content-style dl:not([class*="flex"]) dd {
  margin-left: 0;
}

.content-style > :first-child {
  margin-top: 0 !important;
}

.content-style>:last-child {
  margin-bottom: 0 !important;
}

.content-style iframe {
  width: 100%;
}

.bottom-paging {
  _-webkit-justify-content: flex-start !important;
  _-ms-flex-pack: start !important;
  _justify-content: flex-start !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.bottom-paging > div:last-child {
  display: none;
}

.container {
  position: relative;
  overflow: hidden;
  display: block;
}

.container ul {
  transition: transform .4s ease 0s;
}

.scrolling-list-nav {
  display: none;
  line-height: 1;
}

.active .scrolling-list-nav {
  display: block;
}

.active .scrolling-list-nav[class*='flex-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.scrolling-list-nav .pages-cont,[class*="-paging"] .pages-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

[class*="-paging"] .pages-cont {
  margin: 0 2.5rem;
}

.scrolling-list-nav .pages-cont {
  margin: 0 1.5rem;
}

[class*="-paging"] .pages-cont span {
  display: inline-block;
  margin: 0 .2rem;
}

[class*="-paging"] .pages-cont input {
  width: auto;
  max-width: 3em;
  display: none;
}

.system-style [class*='-paging'] .paging-button,.scrolling-list-nav .scrolling-button {
  color: #6EBE4A;
  transition: color .4s ease 0s, opacity .4s ease 0s;
  cursor: pointer;
}

.system-style [class*='-paging'] .paging-button:hover,.system-style [class*='-paging'] .paging-button:focus,.scrolling-list-nav .scrolling-button:hover,.scrolling-list-nav .scrolling-button:focus {
  color: #6EC4D5;
}

.system-style [class*='-paging'] .paging-button.disabled,[data-role="scroller"].start .scrolling-button[class*="prev"],[data-role="scroller"].end .scrolling-button[class*="next"] {
  opacity: .2;
  pointer-events: none;
}

[data-role="scroller"].start.end .scrolling-button {
  display: none !important;
}

.system-style [class*='-paging'] a svg,.scrolling-list-nav .scrolling-button svg {
  display: block;
  font-size: 1em;
}

.scrolling-list-nav .scrolling-button svg {
  pointer-events: none;
}

[class*="-paging"] .input-text select {
  padding-right: 1.7em;
}

[class*="-paging"] .input-text svg {
  position: absolute;
  top: 50%;
  right: .5rem;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

[data-role="scroller"] [data-role="container"] {
  position: relative;
  overflow: hidden;
}

[data-role="scroller"] [data-role="list"] {
  position: relative;
  transition: transform 1s ease 0s, margin 1s ease 0s;
}

[data-role="scroller"] [data-role="item"] {
  flex: 0 0 auto !important;
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  section picture img,.section-padding picture img {
      width: 100%;
      height: 100%;
      min-height: initial;
      object-fit: initial;
  }
}

@media screen and (min-width: 1025px) {
  .main.right {
      margin-right:0;
      padding-right: 0;
  }

  .main.left {
      margin-left: 0;
      padding-left: 0;
  }

  .btn.v1:hover,.btn.v1:focus,a:hover .btn.v1,a:focus .btn.v1 {
      background-color: #DF4825;
  }

  .btn.v2:hover,.btn.v2:focus,a:hover .btn.v2,a:focus .btn.v2 {
      background-color: #727373;
  }
}

@media screen and (min-width: 1921px) {
  html {
      position:relative;
      z-index: 1;
      font-size: calc(18px + (22 - 18) * ((100vw - 1921px) / (3840 - 1921)));
      overflow-x: hidden;
  }

  html:before {
      content: '';
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      _background-image: repeating-radial-gradient(circle,#FFFFFF,#FFFFFF .444em,#FAFAFA .444em,#FAFAFA .888em);
      background-attachment: fixed;
      background-position: 50% 50%;
      z-index: -1;
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  }

  html.cms-admin:before,html.cms-active-only:before,html.cms-inspecting:before {
      display: none;
  }

  body {
      max-width: 106.666em;
      margin: 0 auto !important;
  }

  main,footer {
      overflow-x: hidden;
  }

  .header-area {
      max-width: 106.666em;
      margin: 0 auto;
  }

  .fixed-side-element {
      right: auto;
      left: calc(50% + 28em);
  }
}

@media screen and (max-width: 1600px) {
  html {
      font-size:calc(15px + (18 - 15) * ((100vw - 1024px) / (1600 - 1024)));
  }

  main section:not(.no-padding),.section-padding {
      padding-top: calc(3em * .8);
      padding-bottom: calc(3em * .8);
  }

  .two-col-container .content-zone {
      width: 64%;
  }

  .two-col-container .side-zone {
      width: 32%;
  }
}

@media screen and (max-width: 1440px) {
  .fixed-side-element-layout footer .main,.fixed-side-element-layout main .main {
      width:100%;
  }

  .fixed-side-element-layout .two-col-container .content-zone {
      width: 65%;
  }

  .fixed-side-element-layout .two-col-container .side-zone {
      width: 30%;
  }
}

@media screen and (max-width: 1024px) {
  html {
      font-size:calc(14px + (17 - 14) * ((100vw - 801px) / (1024 - 801)));
  }

  .two-col-container .side-zone {
      display: flex;
      flex-direction: column;
  }

  .two-col-container .side-zone,.fixed-side-element-layout .two-col-container .side-zone {
      width: 100%;
      margin-top: 2em;
  }

  .two-col-container .content-zone,.fixed-side-element-layout .two-col-container .content-zone {
      width: 100%;
  }

  a:hover,a:focus {
      color: #6EC4D5;
  }

  .link-style-1:hover,a:hover .link-style-1,.link-style-1:focus,a:focus .link-style-1 {
      color: #0C3C61;
  }

  .link-style-2:hover,a:hover .link-style-2,.link-style-2:focus,a:focus .link-style-2 {
      color: #0C3C61;
  }

  .system-style [class*='-paging'] a:hover,.system-style [class*='-paging'] a:focus {
      color: #6EBE4A;
  }

  .btn.v1:hover,.btn.v1:focus,a:hover .btn.v1,a:focus .btn.v1 {
      background-color: #6EC4D5;
  }

  .btn.v2:hover,.btn.v2:focus,a:hover .btn.v2,a:focus .btn.v2 {
      background-color: #6EBE4A;
  }

  .link-style-1:hover,a:hover .link-style-1,.link-style-1:focus,a:focus .link-style-1 {
      color: #6EC4D5;
  }

  .link-style-2:hover,a:hover .link-style-2,.link-style-2:focus,a:focus .link-style-2 {
      color: #6EBE4A;
  }

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

  .pad-b-3 {
      padding-bottom: calc(1.67rem * 1.2);
  }

  .pad-t-3 {
      padding-top: calc(1.67rem * 1.2);
  }

  .pad-e-3 {
      padding-top: calc(1.67rem * 1.2);
      padding-bottom: calc(1.67rem * 1.2);
  }

  .pad-l-3 {
      padding-left: calc(1.67rem * 1.2);
  }

  .pad-r-3 {
      padding-right: calc(1.67rem * 1.2);
  }

  .pad-s-3 {
      padding-right: calc(1.67rem * 1.2);
      padding-left: calc(1.67rem * 1.2);
  }

  .mar-b-3 {
      margin-bottom: calc(1.67rem * 1.2);
  }

  .mar-t-3 {
      margin-top: calc(1.67rem * 1.2);
  }

  .mar-e-3 {
      margin-top: calc(1.67rem * 1.2);
      margin-bottom: calc(1.67rem * 1.2);
  }

  .mar-l-3 {
      margin-left: calc(1.67rem * 1.2);
  }

  .mar-r-3 {
      margin-right: calc(1.67rem * 1.2);
  }

  .mar-s-3 {
      margin-right: calc(1.67rem * 1.2);
      margin-left: calc(1.67rem * 1.2);
  }

  .pad-b-huge {
      padding-bottom: calc(3rem * .8);
  }

  .pad-t-huge {
      padding-top: calc(3rem * .8);
  }

  .pad-e-huge {
      padding-top: calc(3rem * .8);
      padding-bottom: calc(3rem * .8);
  }

  .pad-l-huge {
      padding-left: calc(3rem * .8);
  }

  .pad-r-huge {
      padding-right: calc(3rem * .8);
  }

  .pad-s-huge {
      padding-right: calc(3rem * .8);
      padding-left: calc(3rem * .8);
  }

  .mar-b-huge {
      margin-bottom: calc(3rem * .8);
  }

  .mar-t-huge {
      margin-top: calc(3rem * .8);
  }

  .mar-e-huge {
      margin-top: calc(3rem * .8);
      margin-bottom: calc(3rem * .8);
  }

  .mar-l-huge {
      margin-left: calc(3rem * .8);
  }

  .mar-r-huge {
      margin-right: calc(3rem * .8);
  }

  .mar-s-huge {
      margin-right: calc(3rem * .8);
      margin-left: calc(3rem * .8);
  }
}

@media screen and (max-width: 800px) {
  html {
      font-size:calc(16px + (18 - 16) * ((100vw - 501px) / (800 - 501)));
  }

  main section:not(.no-padding),.section-padding {
      padding-top: calc(3em * .6);
      padding-bottom: calc(3em * .6);
  }

  main section header {
      text-align: center;
  }

  h1 > strong,.content-style h2.look-like-h1 > strong,section header > *:first-child:not(a) > strong,section header > a > *:first-child > strong {
      display: inline;
  }
}

@media screen and (max-width: 500px) {
  html {
      font-size:calc(15px + (17 - 15) * ((100vw - 320px) / (500 - 320)));
  }

  main section:not(.no-padding),.section-padding {
      padding-top: 11%;
      padding-bottom: 11%;
  }

  main section header {
      text-align: center;
  }

  main section .btn-con {
      margin-top: 1.2em;
  }

  h1,section header:not(.content-style) > h2:not([class*="title-style"]),h1,section header:not(.content-style) > strong:first-child:not([class*="title-style"]),.title-style-1 {
      font-size: 1.88rem;
  }
}

:root {
}

[class*='flex-'] {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

[class*='flex-'] .fit {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

[class*='flex-'] .auto {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

[class*='flex-'] .auto.fix {
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

[class*='flex-'] .stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

[class*='flex-']:not([class*='-column']) .fit,[class*='flex-']:not([class*='-column']) .auto {
  width: auto;
}

[class*='flex-'][class*='-inline'] {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

[class*='flex-'][class*='-center'] {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[class*='flex-'][class*='-end'] {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

[class*='flex-'][class*='-start'] {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

[class*='flex-'][class*='-between'],[class*='flex-'][class*='-spaced'],.items-spaced .item-spacing {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[class*='flex-'][class*='-around'] {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

[class*='flex-'][class*='-evenly'] {
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

[class*='flex-'][class*='-middle'] {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

[class*='flex-'][class*='-top'] {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

[class*='flex-'][class*='-baseline'] {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

[class*='flex-'][class*='-bottom']:not([class*="mar-top"]):not([class*="pad-top"]) {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

[class*='flex-'][class*='-wrap'] {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[class*='flex-'][class*='-row'] {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

[class*='flex-'][class*='-reverse'],[class*='flex-'][class*='-flip'] {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

[class*='flex-'][class*='-column'] {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

[class*='flex-'][class*='-flip'][class*='-column'],[class*='flex-'][class*='-reverse'][class*='-column'] {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.full,.col-100-100 .item-widths > * {
  width: 100%;
}

.block-no-pad.full,.col-100-100 .item-widths > .block-no-pad {
  padding: 0 !important;
}

.col-100-100 [class*='flex-'].item-widths {
  display: block;
}

.col-100-100 [class*='flex-'][class*="margined"].item-widths > * + * {
  margin-top: 0.8335rem;
}

.half,.col-50-50 .item-widths > * {
  width: 50%;
}

[class*='flex-'][class*='-spaced'] > .half,.items-spaced .item-spacing > .half,.col-50-50.items-spaced .item-spacing > * {
  width: calc( 50% - 1.7% );
}

.larger-half {
  width: 55%;
}

.smaller-half {
  width: 45%;
}

.third,.col-33-66 .item-widths > *:first-child,.col-66-33 .item-widths > *:last-child {
  width: 33.333%;
}

[class*='flex-'][class*='-spaced'] > .third,.items-spaced .item-spacing > .third,.col-33-66.items-spaced .item-widths.item-spacing > *:first-child,.col-66-33.items-spaced .item-widths.item-spacing > *:last-child {
  width: calc( 33.333% - ( 1.7% * .6667 ) );
}

.two-thirds,.col-66-33 .item-widths > *:first-child,.col-33-66 .item-widths > *:last-child {
  width: 66.6667%;
}

[class*='flex-'][class*='-spaced'] > .two-thirds,.items-spaced .item-spacing > .two-thirds,.col-66-33.items-spaced .item-widths.item-spacing > *:first-child,.col-33-66.items-spaced .item-widths.item-spacing > *:last-child {
  width: calc( 66.6667% - ( 1.7% * .75 ) );
}

.fourth,.col-25-75 .item-widths > *:first-child,.col-75-25 .item-widths > *:last-child {
  width: 25%;
}

[class*='flex-'][class*='-spaced'] > .fourth,.items-spaced .item-spacing > .fourth,.col-25-75.items-spaced .item-widths.item-spacing > *:first-child,.col-75-25.items-spaced .item-widths.item-spacing > *:last-child {
  width: 25%;
}

.three-fourths,.col-75-25 .item-widths > *:first-child,.col-25-75 .item-widths > *:last-child {
  width: 75%;
}

[class*='flex-'][class*='-spaced'] > .three-fourths,.items-spaced .item-spacing > .three-fourths,.col-75-25.items-spaced .item-widths.item-spacing > *:first-child,.col-25-75.items-spaced .item-widths.item-spacing > *:last-child {
  width: calc( 75% - ( 1.7% * 1.6667 ) );
}

.fifth {
  width: 20%;
}

.two-fifths,.col-40-60 .item-widths > *:first-child,.col-60-40 .item-widths > *:last-child {
  width: 40%;
}

[class*='flex-'][class*='-spaced'] > .two-fifths,.items-spaced .item-spacing > .two-fifths,.col-40-60.items-spaced .item-widths.item-spacing > *:first-child,.col-60-40.items-spaced .item-widths.item-spacing > *:last-child {
  width: calc( 40% - ( 1.7% * .6667 ) );
}

.three-fifths,.col-60-40 .item-widths > *:first-child,.col-40-60 .item-widths > *:last-child {
  width: 60%;
}

[class*='flex-'][class*='-spaced'] > .three-fifths,.items-spaced .item-spacing > .three-fifths,.col-60-40.items-spaced .item-widths.item-spacing > *:first-child,.col-40-60.items-spaced .item-widths.item-spacing > *:last-child {
  width: calc( 60% - ( 1.7% * 1.333 ) );
}

.four-fifths {
  width: 80%;
}

[class*='flex-'][class*='-spaced'] > .four-fifths,.items-spaced .item-spacing > .four-fifths {
  width: calc( 80% - ( 1.7% * 1.6667 ) );
}

.sixth {
  width: 16%;
}

[class*='flex-'][class*='-spaced'] > .sixth {
  width: 14%;
}

[class*='flex-'][class*='-grid'] {
  position: relative;
  width: calc(100% + 1.667rem);
  left: calc(1.667rem * -.5);
}

[class*='flex-'][class*='-grid'][class*='-small'] {
  width: calc(100% + 0.8335rem);
  left: calc(0.8335rem * -.5);
}

[class*='flex-'][class*='-grid'][class*='-large'] {
  width: calc(100% + 3rem);
  left: calc(3rem * -.5);
}

[class*='flex-'][class*='-grid'] > * {
  margin: calc(1.667rem * .5);
  flex: 1 1 auto;
}

[class*='flex-'][class*='-grid'] > *.fit {
  flex: 0 1 auto;
}

[class*='flex-'][class*='-grid'][class*='-small'] > * {
  margin: calc(0.8335rem * .5);
}

[class*='flex-'][class*='-grid'][class*='-large'] > * {
  margin: calc(3rem * .5);
}

[class*='flex-'][class*='-grid'] > *.half,[class*='flex-'][class*='-grid'].items-2 > *.third {
  width: calc(50% - 3rem);
  max-width: calc(50% - 1.667rem);
}

[class*='flex-'][class*='-grid'][class*='-small'] > *.half,[class*='flex-'][class*='-grid'][class*='-small'].items-2 > *.third {
  max-width: calc(50% - 0.8335rem);
}

[class*='flex-'][class*='-grid'][class*='-large'] > *.half,[class*='flex-'][class*='-grid'][class*='-large'].items-2 > *.third {
  max-width: calc(50% - 3rem);
}

[class*='flex-'][class*='-grid'] > *.third {
  width: calc(33.333% - 3rem);
  max-width: calc(33.333% - 1.667rem);
}

[class*='flex-'][class*='-grid'].items-2 > *.third {
  width: calc(50% - 3rem);
  max-width: calc(50% - 1.667rem);
}

[class*='flex-'][class*='-grid'][class*='-small'] > *.third {
  max-width: calc(33.333% - 0.8335rem);
}

[class*='flex-'][class*='-grid'][class*='-small'].items-2 > *.third {
  width: calc(50% - 3rem);
  max-width: calc(50% - 1.667rem);
}

[class*='flex-'][class*='-grid'][class*='-large'] > *.third {
  max-width: calc(33.333% - 3rem);
}

[class*='flex-'][class*='-grid'][class*='-large'].items-2 > *.third {
  width: calc(50% - 3rem);
  max-width: calc(50% - 1.667rem);
}

[class*='flex-'][class*='-grid'] > *.two-thirds {
  width: calc(66.666% - 3rem);
  max-width: calc(66.666% - 1.667rem);
}

[class*='flex-'][class*='-grid'][class*='-small'] > *.two-thirds {
  max-width: calc(66.666% - 0.8335rem);
}

[class*='flex-'][class*='-grid'][class*='-large'] > *.two-thirds {
  max-width: calc(66.666% - 3rem);
}

[class*='flex-'][class*='-grid'] > *.fourth {
  width: calc(25% - 3rem);
  max-width: calc(25% - 1.667rem);
}

[class*='flex-'][class*='-grid'][class*='-small'] > *.fourth {
  max-width: calc(25% - 0.8335rem);
}

[class*='flex-'][class*='-grid'][class*='-large'] > *.fourth {
  max-width: calc(25% - 3rem);
}

[class*='flex-'][class*='-grid'] > *.three-fourths {
  width: calc(75% - 3rem);
  max-width: calc(75% - 1.667rem);
}

[class*='flex-'][class*='-grid'][class*='-small'] > *.three-fourths {
  max-width: calc(75% - 0.8335rem);
}

[class*='flex-'][class*='-grid'][class*='-large'] > *.three-fourths {
  max-width: calc(75% - 3rem);
}

[class*='flex-'][class*='-grid'] > *.fifth {
  width: calc(20% - 3rem);
  max-width: calc(20% - 1.667rem);
}

[class*='flex-'][class*='-grid'][class*='-small'] > *.fifth {
  max-width: calc(20% - 0.8335rem);
}

[class*='flex-'][class*='-grid'][class*='-large'] > *.fifth {
  max-width: calc(20% - 3rem);
}

[class*='flex-'][class*='-grid'] > *.two-fifths {
  width: calc(40% - 3rem);
  max-width: calc(40% - 1.667rem);
}

[class*='flex-'][class*='-grid'][class*='-small'] > *.two-fifths {
  max-width: calc(40% - 0.8335rem);
}

[class*='flex-'][class*='-grid'][class*='-large'] > *.two-fifths {
  max-width: calc(40% - 3rem);
}

[class*='flex-'][class*='-grid'] > *.three-fifths {
  width: calc(60% - 3rem);
  max-width: calc(60% - 1.667rem);
}

[class*='flex-'][class*='-grid'][class*='-small'] > *.three-fifths {
  max-width: calc(60% - 0.8335rem);
}

[class*='flex-'][class*='-grid'][class*='-large'] > *.three-fifths {
  max-width: calc(60% - 3rem);
}

[class*='flex-'][class*='-grid'] > *.four-fifths {
  width: calc(80% - 3rem);
  max-width: calc(80% - 1.667rem);
}

[class*='flex-'][class*='-grid'][class*='-small'] > *.four-fifths {
  max-width: calc(80% - 0.8335rem);
}

[class*='flex-'][class*='-grid'][class*='-large'] > *.four-fifths {
  max-width: calc(80% - 3rem);
}

[class*='flex-'][class*='-grid'] > *.sixth {
  width: calc(16.666% - 3rem);
  max-width: calc(16.666% - 1.667rem);
}

[class*='flex-'][class*='-grid'][class*='-small'] > *.sixth {
  max-width: calc(16.666% - 0.8335rem);
}

[class*='flex-'][class*='-grid'][class*='-large'] > *.sixth {
  max-width: calc(16.666% - 3rem);
}

[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(2):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(2):first-of-type ~ * {
  width: 50%;
}

[class*="auto-size"][class*="flex-"][class*="-spaced"] > *:nth-last-of-type(2):first-of-type,[class*="auto-size"][class*="flex-"][class*="-spaced"] > *:nth-last-of-type(2):first-of-type ~ * {
  width: 49%;
}

[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(2):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(2):first-of-type ~ * {
  width: calc(50% - 1.667rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(2):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(2):first-of-type ~ * {
  width: calc(50% - 0.8335rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(2):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(2):first-of-type ~ * {
  width: calc(50% - 3rem);
}

[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(3):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(3):first-of-type ~ * {
  width: 33.333%;
}

[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(3):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(3):first-of-type ~ * {
  width: calc(33.333% - 1.667rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(3):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(3):first-of-type ~ * {
  width: calc(33.333% - 0.8335rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(3):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(3):first-of-type ~ * {
  width: calc(33.333% - 3rem);
}

[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(4):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(7):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(7):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(8):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(8):first-of-type ~ * {
  width: 25%;
}

[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(4):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(7):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(7):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(8):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(8):first-of-type ~ * {
  width: calc(25% - 1.667rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(4):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(7):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(7):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(8):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(8):first-of-type ~ * {
  width: calc(25% - 0.8335rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(4):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(7):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(7):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(8):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(8):first-of-type ~ * {
  width: calc(25% - 3rem);
}

[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(5):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(5):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(9):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(9):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(10):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(10):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(13):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(13):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(14):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(14):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(15):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(15):first-of-type ~ * {
  width: 20%;
}

[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(5):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(5):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(9):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(9):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(10):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(10):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(13):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(13):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(14):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(14):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(15):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(15):first-of-type ~ * {
  width: calc(20% - 1.667rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(5):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(5):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(9):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(9):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(10):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(10):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(13):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(13):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(14):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(14):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(15):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(15):first-of-type ~ * {
  width: calc(20% - 0.8335rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(5):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(5):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(9):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(9):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(10):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(10):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(13):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(13):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(14):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(14):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(15):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(15):first-of-type ~ * {
  width: calc(20% - 3rem);
}

[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(6):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(6):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(11):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(11):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(12):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(12):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(16):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(16):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(17):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(17):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(18):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(18):first-of-type ~ * {
  width: 16.666%;
}

[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(6):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(6):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(11):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(11):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(12):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(12):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(16):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(16):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(17):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(17):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(18):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(18):first-of-type ~ * {
  width: calc(16.666% - 1.667rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(6):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(6):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(11):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(11):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(12):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(12):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(16):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(16):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(17):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(17):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(18):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(18):first-of-type ~ * {
  width: calc(16.666% - 0.8335rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(6):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(6):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(11):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(11):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(12):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(12):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(16):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(16):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(17):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(17):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(18):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(18):first-of-type ~ * {
  width: calc(16.666% - 3rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'] > *.full {
  width: 100% !important;
}

[class*="auto-size"][class*="flex-"][class*="max-2"] > * {
  min-width: calc(50% - 1.667rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-small"][class*="max-2"] > * {
  min-width: calc(50% - 0.8335rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-large"][class*="max-2"] > * {
  min-width: calc(50% - 3rem);
}

[class*="auto-size"][class*="flex-"][class*="max-3"] > * {
  min-width: calc(33.333% - 1.667rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-small"][class*="max-3"] > * {
  min-width: calc(33.333% - 0.8335rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-large"][class*="max-3"] > * {
  min-width: calc(33.333% - 3rem);
}

[class*="auto-size"][class*="flex-"][class*="max-3"] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"][class*="max-3"] > *:nth-last-of-type(4):first-of-type ~ * {
  min-width: calc(50% - 1.667rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-small"][class*="max-3"] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-small"][class*="max-3"] > *:nth-last-of-type(4):first-of-type ~ * {
  min-width: calc(50% - 0.8335rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-large"][class*="max-3"] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-large"][class*="max-3"] > *:nth-last-of-type(4):first-of-type ~ * {
  min-width: calc(50% - 3rem);
}

[class*="auto-size"][class*="flex-"][class*="max-4"] > * {
  min-width: calc(25% - 1.667rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-small"][class*="max-4"] > * {
  min-width: calc(25% - 0.8335rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-large"][class*="max-4"] > * {
  min-width: calc(25% - 3rem);
}

[class*="auto-size"][class*="flex-"][class*="max-4"] > *:nth-last-of-type(5):first-of-type,[class*="auto-size"][class*="flex-"][class*="max-4"] > *:nth-last-of-type(5):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*="max-4"] > *:nth-last-of-type(6):first-of-type,[class*="auto-size"][class*="flex-"][class*="max-4"] > *:nth-last-of-type(6):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*="max-4"] > *:nth-last-of-type(9):first-of-type,[class*="auto-size"][class*="flex-"][class*="max-4"] > *:nth-last-of-type(9):first-of-type ~ * {
  min-width: calc(33.333% - 1.667rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-small"][class*="max-4"] > *:nth-last-of-type(5):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-small"][class*="max-4"] > *:nth-last-of-type(5):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-small"][class*="max-4"] > *:nth-last-of-type(6):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-small"][class*="max-4"] > *:nth-last-of-type(6):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-small"][class*="max-4"] > *:nth-last-of-type(9):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-small"][class*="max-4"] > *:nth-last-of-type(9):first-of-type ~ * {
  min-width: calc(33.333% - 0.8335rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-large"][class*="max-4"] > *:nth-last-of-type(5):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-large"][class*="max-4"] > *:nth-last-of-type(5):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-large"][class*="max-4"] > *:nth-last-of-type(6):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-large"][class*="max-4"] > *:nth-last-of-type(6):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-large"][class*="max-4"] > *:nth-last-of-type(9):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-large"][class*="max-4"] > *:nth-last-of-type(9):first-of-type ~ * {
  min-width: calc(33.333% - 3rem);
}

[class*="auto-size"][class*="flex-"][class*="max-5"] > * {
  min-width: calc(20% - 1.667rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-small"][class*="max-5"] > * {
  min-width: calc(20% - 0.8335rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-large"][class*="max-5"] > * {
  min-width: calc(20% - 3rem);
}

[class*="auto-size"][class*="flex-"][class*="max-5"] > *:nth-last-of-type(6):first-of-type,[class*="auto-size"][class*="flex-"][class*="max-5"] > *:nth-last-of-type(6):first-of-type ~ * {
  min-width: calc(33.333% - 1.667rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-small"][class*="max-5"] > *:nth-last-of-type(6):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-small"][class*="max-5"] > *:nth-last-of-type(6):first-of-type ~ * {
  min-width: calc(33.333% - 0.8335rem);
}

[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-large"][class*="max-5"] > *:nth-last-of-type(6):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-large"][class*="max-5"] > *:nth-last-of-type(6):first-of-type ~ * {
  min-width: calc(33.333% - 3rem);
}

[class*="auto-size"][class*="flex-"][class*="max-5"] > *:nth-last-of-type(7):first-of-type,[class*="auto-size"][class*="flex-"][class*="max-5"] > *:nth-last-of-type(7):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*="max-5"] > *:nth-last-of-type(8):first-of-type,[class*="auto-size"][class*="flex-"][class*="max-5"] > *:nth-last-of-type(8):first-of-type ~ * {
  min-width: calc(25% - 1.667rem);
}

[class*="auto-size"][class*="flex-"][class*="max-5"][class*='-grid'][class*='-small'] > *:nth-last-of-type(7):first-of-type,[class*="auto-size"][class*="flex-"][class*="max-5"][class*='-grid'][class*='-small'] > *:nth-last-of-type(7):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*="max-5"][class*='-grid'][class*='-small'] > *:nth-last-of-type(8):first-of-type,[class*="auto-size"][class*="flex-"][class*="max-5"][class*='-grid'][class*='-small'] > *:nth-last-of-type(8):first-of-type ~ * {
  min-width: calc(25% - 0.8335rem);
}

[class*="auto-size"][class*="flex-"][class*="max-5"][class*='-grid'][class*='-large'] > *:nth-last-of-type(7):first-of-type,[class*="auto-size"][class*="flex-"][class*="max-5"][class*='-grid'][class*='-large'] > *:nth-last-of-type(7):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*="max-5"][class*='-grid'][class*='-large'] > *:nth-last-of-type(8):first-of-type,[class*="auto-size"][class*="flex-"][class*="max-5"][class*='-grid'][class*='-large'] > *:nth-last-of-type(8):first-of-type ~ * {
  min-width: calc(25% - 3rem);
}

.full {
  width: 100%;
}

.half {
  width: 50%;
}

[class*='flex-'][class*='-spaced'] > .half {
  width: 49%;
}

.third {
  width: 33.333%;
}

[class*='flex-'][class*='-spaced'] > .third {
  width: 32%;
}

.two-thirds {
  width: 66.6667%;
}

[class*='flex-'][class*='-spaced'] > .two-thirds {
  width: 64%;
}

.fourth {
  width: 25%;
}

[class*='flex-'][class*='-spaced'] > .fourth {
  width: 24%;
}

.three-fourths {
  width: 75%;
}

[class*='flex-'][class*='-spaced'] > .three-fourths {
  width: 73%;
}

.fifth {
  width: 20%;
}

[class*='flex-'][class*='-spaced'] > .fifth {
  width: 18%;
}

.two-fifths {
  width: 40%;
}

[class*='flex-'][class*='-spaced'] > .two-fifths {
  width: 38%;
}

.three-fifths {
  width: 60%;
}

[class*='flex-'][class*='-spaced'] > .three-fifths {
  width: 58%;
}

.four-fifths {
  width: 80%;
}

@media screen and (max-width: 1600px) {
  [class*="auto-size"][class*="flex-"] > *:nth-last-of-type(11):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(11):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(12):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(12):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(16):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(16):first-of-type ~ * {
      width:25%;
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(11):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(11):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(12):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(12):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(16):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(16):first-of-type ~ * {
      width: calc(25% - 1.667rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(11):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(11):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(12):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(12):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(16):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(16):first-of-type ~ * {
      width: calc(25% - 0.8335rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(11):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(11):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(12):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(12):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(16):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(16):first-of-type ~ * {
      width: calc(25% - 3rem);
  }

  [class*="auto-size"][class*="flex-"] > * {
      min-width: calc(20% - 1.667rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > * {
      min-width: calc(20% - 0.8335rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > * {
      min-width: calc(20% - 3rem);
  }

  [class*='flex-'][class*="-block-1600"][class*="-grid"] {
      width: 100%;
      left: 0;
  }

  [class*='flex-'][class*="-block-1600"][class*="-grid"] > * {
      max-width: none !important;
  }

  [class*="auto-size"][class*="flex-"] > *:nth-last-of-type(6):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(6):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(11):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(11):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(12):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(12):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(16):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(16):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(17):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(17):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(18):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(18):first-of-type ~ * {
      width: 33.333%;
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(6):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(6):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(11):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(11):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(12):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(12):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(16):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(16):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(17):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(17):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(18):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(18):first-of-type ~ * {
      width: calc(33.333% - 1.667rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(6):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(6):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(11):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(11):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(12):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(12):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(16):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(16):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(17):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(17):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(18):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(18):first-of-type ~ * {
      width: calc(33.333% - 0.8335rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(6):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(6):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(11):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(11):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(12):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(12):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(16):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(16):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(17):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(17):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(18):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(18):first-of-type ~ * {
      width: calc(33.333% - 3rem);
  }

  [class*="auto-size"][class*='flex-'][class*="-break-1600"] > * {
      min-width: calc(50% - 1.667rem);
  }

  [class*="auto-size"][class*='flex-'][class*='-grid'][class*='-small'][class*="-break-1600"] > * {
      min-width: calc(50% - 0.8335rem);
  }

  [class*="auto-size"][class*='flex-'][class*='-grid'][class*='-large'][class*="-break-1600"] > * {
      min-width: calc(50% - 3rem);
  }

  [class*="auto-size"][class*="flex-"][class*="-break-1600"][class*="max-4"] > *,[class*="auto-size"][class*="flex-"][class*="-break-1600"][class*="max-5"] > * {
      min-width: calc(33.333% - 1.667rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'][class*="-break-1600"][class*="max-4"] > *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'][class*="-break-1600"][class*="max-5"] > * {
      min-width: calc(33.333% - 0.8335rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'][class*="-break-1600"][class*="max-4"] > *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'][class*="-break-1600"][class*="max-5"] > * {
      min-width: calc(33.333% - 3rem);
  }

  [class*="auto-size"][class*="flex-"][class*="-break-1600"][class*="max-4"] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"][class*="-break-1600"][class*="max-4"] > *:nth-last-of-type(4):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*="-break-1600"][class*="max-5"] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"][class*="-break-1600"][class*="max-5"] > *:nth-last-of-type(4):first-of-type ~ * {
      min-width: calc(50% - 1.667rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'][class*="-break-1600"][class*="max-4"] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'][class*="-break-1600"][class*="max-4"] > *:nth-last-of-type(4):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'][class*="-break-1600"][class*="max-5"] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'][class*="-break-1600"][class*="max-5"] > *:nth-last-of-type(4):first-of-type ~ * {
      min-width: calc(50% - 0.8335rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'][class*="-break-1600"][class*="max-4"] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'][class*="-break-1600"][class*="max-4"] > *:nth-last-of-type(4):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'][class*="-break-1600"][class*="max-5"] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'][class*="-break-1600"][class*="max-5"] > *:nth-last-of-type(4):first-of-type ~ * {
      min-width: calc(50% - 3rem);
  }

  [class*="flex-"][class*="-block-1600"] > *,[class*="flex-"][class*="-block-1600"] > .full,[class*="flex-"][class*="-block-1600"][class*="-grid"] > *,[class*="flex-"][class*="-block-1600"][class*="-grid"] > .full,[class*="flex-"][class*="-block-1600"] > .half,[class*="flex-"][class*="-block-1600"][class*="-grid"] > .half,[class*="flex-"][class*="-block-1600"] > .third,[class*="flex-"][class*="-block-1600"] > .two-thirds,[class*="flex-"][class*="-block-1600"][class*="-grid"] > .third,[class*="flex-"][class*="-block-1600"][class*="-grid"] > .two-thirds,[class*="flex-"][class*="-block-1600"] > .fourth,[class*="flex-"][class*="-block-1600"] > .three-fourths,[class*="flex-"][class*="-block-1600"][class*="-grid"] > .fourth,[class*="flex-"][class*="-block-1600"][class*="-grid"] > .three-fourths,[class*="flex-"][class*="-block-1600"] > .fifth,[class*="flex-"][class*="-block-1600"] > .two-fifths,[class*="flex-"][class*="-block-1600"] > .three-fifths,[class*="flex-"][class*="-block-1600"][class*="-grid"] > .fifth,[class*="flex-"][class*="-block-1600"][class*="-grid"] > .two-fifths,[class*="flex-"][class*="-block-1600"][class*="-grid"] > .three-fifths,[class*="flex-"][class*="-block-1600"] > .sixth [class*="flex-"][class*="-block-1600"][class*="-grid"] > .sixth {
      width: 100%;
      max-width: none;
      min-width: 0;
      margin-left: initial;
      margin-right: initial;
  }
}

@media screen and (max-width: 1440px) {
  [class*='flex-'][class*="-block-1440"][class*="-grid"] {
      width:100%;
      left: 0;
  }

  [class*='flex-'][class*="-block-1440"][class*="-grid"] > * {
      max-width: none !important;
  }

  [class*="auto-size"][class*='flex-'][class*="-break-1440"] > *,[class*="auto-size"][class*="flex-"][class*="-break-1600"][class*="max-4"] > *,[class*="auto-size"][class*="flex-"][class*="-break-1600"][class*="max-4"] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"][class*="-break-1600"][class*="max-4"] > *:nth-last-of-type(4):first-of-type ~ * {
      min-width: calc(50% - 1.667rem);
  }

  [class*="auto-size"][class*='flex-'][class*='-grid'][class*='-small'][class*="-break-1440"] > *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'][class*="-break-1600"][class*="max-4"] > *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'][class*="-break-1600"][class*="max-4"] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'][class*="-break-1600"][class*="max-4"] > *:nth-last-of-type(4):first-of-type ~ * {
      min-width: calc(50% - 0.8335rem);
  }

  [class*="auto-size"][class*='flex-'][class*='-grid'][class*='-large'][class*="-break-1440"] > *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'][class*="-break-1600"][class*="max-4"] > *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'][class*="-break-1600"][class*="max-4"] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'][class*="-break-1600"][class*="max-4"] > *:nth-last-of-type(4):first-of-type ~ * {
      min-width: calc(50% - 3rem);
  }

  [class*="auto-size"][class*="flex-"][class*="-break-1440"][class*="max-5"] > * {
      min-width: calc(50% - 1.667rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'][class*="-break-1440"][class*="max-5"] > * {
      min-width: calc(50% - 0.8335rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'][class*="-break-1440"][class*="max-5"] > * {
      min-width: calc(50% - 3rem);
  }

  [class*="auto-size"][class*="flex-"][class*="-break-1440"][class*="max-5"] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"][class*="-break-1440"][class*="max-5"] > *:nth-last-of-type(4):first-of-type ~ * {
      min-width: calc(50% - 1.667rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'][class*="-break-1440"][class*="max-5"] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'][class*="-break-1440"][class*="max-5"] > *:nth-last-of-type(4):first-of-type ~ * {
      min-width: calc(50% - 0.8335rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'][class*="-break-1440"][class*="max-5"] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'][class*="-break-1440"][class*="max-5"] > *:nth-last-of-type(4):first-of-type ~ * {
      min-width: calc(50% - 3rem);
  }

  [class*="flex-"][class*="-block-1440"] > *,[class*="flex-"][class*="-block-1440"] > .full,[class*="flex-"][class*="-block-1440"][class*="-grid"] > *,[class*="flex-"][class*="-block-1440"][class*="-grid"] > .full,[class*="flex-"][class*="-block-1440"] > .half,[class*="flex-"][class*="-block-1440"][class*="-grid"] > .half,[class*="flex-"][class*="-block-1440"] > .third,[class*="flex-"][class*="-block-1440"] > .two-thirds,[class*="flex-"][class*="-block-1440"][class*="-grid"] > .third,[class*="flex-"][class*="-block-1440"][class*="-grid"] > .two-thirds,[class*="flex-"][class*="-block-1440"] > .fourth,[class*="flex-"][class*="-block-1440"] > .three-fourths,[class*="flex-"][class*="-block-1440"][class*="-grid"] > .fourth,[class*="flex-"][class*="-block-1440"][class*="-grid"] > .three-fourths,[class*="flex-"][class*="-block-1440"] > .fifth,[class*="flex-"][class*="-block-1440"] > .two-fifths,[class*="flex-"][class*="-block-1440"] > .three-fifths,[class*="flex-"][class*="-block-1440"][class*="-grid"] > .fifth,[class*="flex-"][class*="-block-1440"][class*="-grid"] > .two-fifths,[class*="flex-"][class*="-block-1440"][class*="-grid"] > .three-fifths,[class*="flex-"][class*="-block-1440"] > .sixth [class*="flex-"][class*="-block-1440"][class*="-grid"] > .sixth {
      width: 100%;
      max-width: none;
      min-width: 0;
      margin-left: initial;
      margin-right: initial;
  }
}

@media screen and (max-width: 1280px) {
  [class*="auto-size"][class*="flex-"] > *:nth-last-of-type(5):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(5):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(9):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(9):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(13):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(13):first-of-type ~ * {
      width:33.333%;
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(5):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(5):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(9):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(9):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(13):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(13):first-of-type ~ * {
      width: calc(33.333% - 1.667rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(5):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(5):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(9):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(9):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(13):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(13):first-of-type ~ * {
      width: calc(33.333% - 0.8335rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(5):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(5):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(9):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(9):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(13):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(13):first-of-type ~ * {
      width: calc(50% - 3rem);
  }

  [class*="auto-size"][class*="flex-"] > * {
      min-width: calc(25% - 1.667rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > * {
      min-width: calc(25% - 0.8335rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > * {
      min-width: calc(25% - 3rem);
  }

  [class*='flex-'][class*="-block-1280"][class*="-grid"] {
      width: 100%;
      left: 0;
  }

  [class*='flex-'][class*="-block-1280"][class*="-grid"] > * {
      max-width: none !important;
  }

  [class*="auto-size"][class*="flex-"] > *:nth-last-of-type(6):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(6):first-of-type ~ * {
      width: 33.333%;
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(6):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(6):first-of-type ~ * {
      width: calc(33.333% - 1.667rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(6):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(6):first-of-type ~ * {
      width: calc(33.333% - 0.8335rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(6):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(6):first-of-type ~ * {
      width: calc(50% - 3rem);
  }

  [class*="auto-size"][class*='flex-'][class*="-break-1280"] > *,[class*="auto-size"][class*="flex-"][class*="-break-1440"][class*="max-5"] > *,[class*="auto-size"][class*="flex-"][class*="-break-1440"][class*="max-5"] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"][class*="-break-1440"][class*="max-5"] > *:nth-last-of-type(4):first-of-type ~ * {
      min-width: calc(50% - 1.667rem) !important;
  }

  [class*="auto-size"][class*='flex-'][class*='-grid'][class*='-small'][class*="-break-1280"] > *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'][class*="-break-1440"][class*="max-5"] > *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'][class*="-break-1440"][class*="max-5"] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'][class*="-break-1440"][class*="max-5"] > *:nth-last-of-type(4):first-of-type ~ * {
      min-width: calc(50% - 0.8335rem) !important;
  }

  [class*="auto-size"][class*='flex-'][class*='-grid'][class*='-large'][class*="-break-1280"] > *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'][class*="-break-1440"][class*="max-5"] > *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'][class*="-break-1440"][class*="max-5"] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'][class*="-break-1440"][class*="max-5"] > *:nth-last-of-type(4):first-of-type ~ * {
      min-width: calc(50% - 3rem) !important;
  }

  [class*='flex-'][class*="-block-1280"],[class*='flex-'][class*="-block-1280"][class*="-grid"] {
      width: 100%;
      left: 0;
      display: block;
  }

  [class*="flex-"][class*="-block-1280"] > *,[class*="flex-"][class*="-block-1280"] > .full,[class*="flex-"][class*="-block-1280"][class*="-grid"] > *,[class*="flex-"][class*="-block-1280"][class*="-grid"] > .full,[class*="flex-"][class*="-block-1280"] > .half,[class*="flex-"][class*="-block-1280"][class*="-grid"] > .half,[class*="flex-"][class*="-block-1280"] > .third,[class*="flex-"][class*="-block-1280"] > .two-thirds,[class*="flex-"][class*="-block-1280"][class*="-grid"] > .third,[class*="flex-"][class*="-block-1280"][class*="-grid"] > .two-thirds,[class*="flex-"][class*="-block-1280"] > .fourth,[class*="flex-"][class*="-block-1280"] > .three-fourths,[class*="flex-"][class*="-block-1280"][class*="-grid"] > .fourth,[class*="flex-"][class*="-block-1280"][class*="-grid"] > .three-fourths,[class*="flex-"][class*="-block-1280"] > .fifth,[class*="flex-"][class*="-block-1280"] > .two-fifths,[class*="flex-"][class*="-block-1280"] > .three-fifths,[class*="flex-"][class*="-block-1280"][class*="-grid"] > .fifth,[class*="flex-"][class*="-block-1280"][class*="-grid"] > .two-fifths,[class*="flex-"][class*="-block-1280"][class*="-grid"] > .three-fifths,[class*="flex-"][class*="-block-1280"] > .sixth [class*="flex-"][class*="-block-1280"][class*="-grid"] > .sixth {
      width: 100%;
      max-width: none;
      min-width: 0;
      margin-left: initial;
      margin-right: initial;
  }
}

@media screen and (max-width: 1024px) {
  [class*="auto-size"][class*="flex-"] > * {
      min-width:calc(33.333% - 1.667rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > * {
      min-width: calc(33.333% - 0.8335rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > * {
      min-width: calc(33.333% - 3rem);
  }

  [class*='flex-'][class*="-block-1024"][class*="-grid"] {
      width: 100%;
      left: 0;
  }

  [class*='flex-'][class*="-block-1024"][class*="-grid"] > * {
      max-width: none !important;
  }

  [class*="auto-size"][class*='flex-'][class*="-break-1024"] > *,[class*="auto-size"][class*="flex-"][class*="max-4"][class*="-break-1024"] > *,[class*="auto-size"][class*="flex-"][class*="max-5"][class*="-break-1024"] > * {
      min-width: calc(50% - 1.667rem) !important;
  }

  [class*="auto-size"][class*='flex-'][class*='-grid'][class*='-small'][class*="-break-1024"] > *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'][class*="max-4"][class*="-break-1024"] > *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'][class*="max-5"][class*="-break-1024"] > * {
      min-width: calc(50% - 0.8335rem) !important;
  }

  [class*="auto-size"][class*='flex-'][class*='-grid'][class*='-large'][class*="-break-1024"] > *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'][class*="max-4"][class*="-break-1024"] > *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'][class*="max-5"][class*="-break-1024"] > * {
      min-width: calc(50% - 3rem) !important;
  }

  [class*='flex-'][class*="-block-1024"],[class*='flex-'][class*="-block-1024"][class*="-grid"] {
      width: 100%;
      left: 0;
      display: block;
  }

  [class*="flex-"][class*="-block-1024"] > *,[class*="flex-"][class*="-block-1024"] > .full,[class*="flex-"][class*="-block-1024"][class*="-grid"] > *,[class*="flex-"][class*="-block-1024"][class*="-grid"] > .full,[class*="flex-"][class*="-block-1024"] > .half,[class*="flex-"][class*="-block-1024"][class*="-grid"] > .half,[class*="flex-"][class*="-block-1024"] > .third,[class*="flex-"][class*="-block-1024"] > .two-thirds,[class*="flex-"][class*="-block-1024"][class*="-grid"] > .third,[class*="flex-"][class*="-block-1024"][class*="-grid"] > .two-thirds,[class*="flex-"][class*="-block-1024"] > .fourth,[class*="flex-"][class*="-block-1024"] > .three-fourths,[class*="flex-"][class*="-block-1024"][class*="-grid"] > .fourth,[class*="flex-"][class*="-block-1024"][class*="-grid"] > .three-fourths,[class*="flex-"][class*="-block-1024"] > .fifth,[class*="flex-"][class*="-block-1024"] > .two-fifths,[class*="flex-"][class*="-block-1024"] > .three-fifths,[class*="flex-"][class*="-block-1024"][class*="-grid"] > .fifth,[class*="flex-"][class*="-block-1024"][class*="-grid"] > .two-fifths,[class*="flex-"][class*="-block-1024"][class*="-grid"] > .three-fifths,[class*="flex-"][class*="-block-1024"] > .sixth [class*="flex-"][class*="-block-1024"][class*="-grid"] > .sixth {
      width: 100%;
      max-width: none;
      min-width: 0;
      margin-left: initial;
      margin-right: initial;
  }
}

@media screen and (max-width: 800px) {
  [class*='flex-'][class*="-block-800"],[class*='flex-'][class*="-block-800"][class*="-grid"] {
      width:100%;
      left: 0;
      display: block;
  }

  [class*="flex-"][class*="-block-800"] > *,[class*="flex-"][class*="-block-800"] > .full,[class*="flex-"][class*="-block-800"][class*="-grid"] > *,[class*="flex-"][class*="-block-800"][class*="-grid"] > .full,[class*="flex-"][class*="-block-800"] > .half,[class*="flex-"][class*="-block-800"][class*="-grid"] > .half,[class*="flex-"][class*="-block-800"] > .third,[class*="flex-"][class*="-block-800"] > .two-thirds,[class*="flex-"][class*="-block-800"][class*="-grid"] > .third,[class*="flex-"][class*="-block-800"][class*="-grid"] > .two-thirds,[class*="flex-"][class*="-block-800"] > .fourth,[class*="flex-"][class*="-block-800"] > .three-fourths,[class*="flex-"][class*="-block-800"][class*="-grid"] > .fourth,[class*="flex-"][class*="-block-800"][class*="-grid"] > .three-fourths,[class*="flex-"][class*="-block-800"] > .fifth,[class*="flex-"][class*="-block-800"] > .two-fifths,[class*="flex-"][class*="-block-800"] > .three-fifths,[class*="flex-"][class*="-block-800"][class*="-grid"] > .fifth,[class*="flex-"][class*="-block-800"][class*="-grid"] > .two-fifths,[class*="flex-"][class*="-block-800"][class*="-grid"] > .three-fifths,[class*="flex-"][class*="-block-800"] > .sixth [class*="flex-"][class*="-block-800"][class*="-grid"] > .sixth,.filter-header [class*="flex-"][class*="-spaced"][class*="block-800"] > .auto,.filter-header [class*="flex-"][class*="-spaced"][class*="block-800"] > .fit,[class*="auto-size"][class*="flex-"][class*='-grid'][class*="block-800"] > *:nth-last-of-type(3):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*="block-800"] > *:nth-last-of-type(3):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*="-spaced"][class*="block-800"] > *:nth-last-of-type(2):first-of-type,[class*="auto-size"][class*="flex-"][class*="-spaced"][class*="block-800"] > *:nth-last-of-type(2):first-of-type ~ * {
      width: 100%;
      max-width: none;
      min-width: 0;
      margin-left: initial;
      margin-right: initial;
  }

  [class*="auto-size"][class*="flex-"] > * {
      min-width: calc(50% - 1.667rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > * {
      min-width: calc(50% - 0.8335rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > * {
      min-width: calc(50% - 3rem);
  }

  [class*="auto-size"][class*="flex-"] > *:nth-last-of-type(2):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(2):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(4):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(6):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(6):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(8):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(8):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(10):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(10):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(12):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(12):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(14):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(14):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(16):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(16):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(18):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(18):first-of-type ~ * {
      min-width: calc(50% - 1.667rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(2):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(2):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(4):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(6):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(6):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(8):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(8):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(10):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(10):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(12):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(12):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(14):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(14):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(16):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(16):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(18):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(18):first-of-type ~ * {
      min-width: calc(50% - 0.8335rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(2):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(2):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(4):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(4):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(6):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(6):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(8):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(8):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(10):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(10):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(12):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(12):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(14):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(14):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(16):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(16):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(18):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(18):first-of-type ~ * {
      min-width: calc(50% - 3rem);
  }

  [class*="auto-size"][class*='flex-'][class*="-break-800"] > *,[class*="auto-size"][class*="flex-"][class*="max-4"][class*="-break-800"] > *,[class*="auto-size"][class*="flex-"][class*="max-5"][class*="-break-800"] > * {
      min-width: calc(50% - 1.667rem) !important;
  }

  [class*="auto-size"][class*='flex-'][class*='-grid'][class*='-small'][class*="-break-800"] > *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'][class*="max-4"][class*="-break-800"] > *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'][class*="max-5"][class*="-break-800"] > * {
      min-width: calc(50% - 0.8335rem) !important;
  }

  [class*="auto-size"][class*='flex-'][class*='-grid'][class*='-large'][class*="-break-800"] > *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'][class*="max-4"][class*="-break-800"] > *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'][class*="max-5"][class*="-break-800"] > * {
      min-width: calc(50% - 3rem) !important;
  }

  [class*="auto-size"][class*="flex-"] > *:nth-last-of-type(3):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(3):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(5):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(5):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(9):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(9):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(13):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(13):first-of-type ~ * {
      width: 50%;
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(3):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(3):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(5):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(5):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(9):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(9):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(13):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(13):first-of-type ~ * {
      width: calc(50% - 1.667rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*="-small"] > *:nth-last-of-type(3):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-small"] > *:nth-last-of-type(3):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(5):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(5):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(9):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(9):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(13):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(13):first-of-type ~ * {
      width: calc(50% - 0.8335rem);
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*="-large"] > *:nth-last-of-type(3):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-large"] > *:nth-last-of-type(3):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(5):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(5):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(9):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(9):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(13):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(13):first-of-type ~ * {
      width: calc(50% - 3rem);
  }
}

@media screen and (max-width: 650px) {
  [class*='flex-'][class*="-block-650"],[class*='flex-'][class*="-block-650"][class*="-grid"] {
      width:100%;
      left: 0;
      display: block;
  }

  [class*="flex-"][class*="-block-650"] > *,[class*="flex-"][class*="-block-650"] > .full,[class*="flex-"][class*="-block-650"][class*="-grid"] > *,[class*="flex-"][class*="-block-650"][class*="-grid"] > .full,[class*="flex-"][class*="-block-650"] > .half,[class*="flex-"][class*="-block-650"][class*="-grid"] > .half,[class*="flex-"][class*="-block-650"] > .third,[class*="flex-"][class*="-block-650"] > .two-thirds,[class*="flex-"][class*="-block-650"][class*="-grid"] > .third,[class*="flex-"][class*="-block-650"][class*="-grid"] > .two-thirds,[class*="flex-"][class*="-block-650"] > .fourth,[class*="flex-"][class*="-block-650"] > .three-fourths,[class*="flex-"][class*="-block-650"][class*="-grid"] > .fourth,[class*="flex-"][class*="-block-650"][class*="-grid"] > .three-fourths,[class*="flex-"][class*="-block-650"] > .fifth,[class*="flex-"][class*="-block-650"] > .two-fifths,[class*="flex-"][class*="-block-650"] > .three-fifths,[class*="flex-"][class*="-block-650"][class*="-grid"] > .fifth,[class*="flex-"][class*="-block-650"][class*="-grid"] > .two-fifths,[class*="flex-"][class*="-block-650"][class*="-grid"] > .three-fifths,[class*="flex-"][class*="-block-650"] > .sixth [class*="flex-"][class*="-block-650"][class*="-grid"] > .sixth {
      width: 100%;
      max-width: none;
      min-width: 0;
      margin-left: initial;
      margin-right: initial;
  }
}

@media screen and (max-width: 500px) {
  [class*='flex-'][class*="-block-500"],[class*='flex-'][class*="-block-500"][class*="-grid"] {
      width:100%;
      left: 0;
      display: block;
  }

  [class*="flex-"][class*="-block-500"] > *,[class*="flex-"][class*="-block-500"] > .full,[class*="flex-"][class*="-block-500"][class*="-grid"] > *,[class*="flex-"][class*="-block-500"][class*="-grid"] > .full,[class*="flex-"][class*="-block-500"] > .half,[class*="flex-"][class*="-block-500"][class*="-grid"] > .half,[class*="flex-"][class*="-block-500"] > .third,[class*="flex-"][class*="-block-500"] > .two-thirds,[class*="flex-"][class*="-block-500"][class*="-grid"] > .third,[class*="flex-"][class*="-block-500"][class*="-grid"] > .two-thirds,[class*="flex-"][class*="-block-500"] > .fourth,[class*="flex-"][class*="-block-500"] > .three-fourths,[class*="flex-"][class*="-block-500"][class*="-grid"] > .fourth,[class*="flex-"][class*="-block-500"][class*="-grid"] > .three-fourths,[class*="flex-"][class*="-block-500"] > .fifth,[class*="flex-"][class*="-block-500"] > .two-fifths,[class*="flex-"][class*="-block-500"] > .three-fifths,[class*="flex-"][class*="-block-500"][class*="-grid"] > .fifth,[class*="flex-"][class*="-block-500"][class*="-grid"] > .two-fifths,[class*="flex-"][class*="-block-500"][class*="-grid"] > .three-fifths,[class*="flex-"][class*="-block-500"] > .sixth [class*="flex-"][class*="-block-500"][class*="-grid"] > .sixth {
      width: 100%;
      max-width: none;
      min-width: 0;
      margin-left: initial;
      margin-right: initial;
  }

  [class*="auto-size"][class*="flex-"] > *,[class*="auto-size"][class*="flex-"][class*="max-4"][class*="-break-500"] > *,[class*="auto-size"][class*="flex-"][class*="max-5"][class*="-break-500"] > * {
      min-width: calc(50% - 1.667rem) !important;
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'][class*="max-4"][class*="-break-500"] > *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'][class*="max-5"][class*="-break-500"] > * {
      min-width: calc(50% - 0.8335rem) !important;
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'][class*="max-4"][class*="-break-500"] > *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'][class*="max-5"][class*="-break-500"] > * {
      min-width: calc(50% - 3rem) !important;
  }

  [class*="auto-size"][class*="flex-"] > *:nth-last-of-type(3):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(3):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(5):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(5):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(9):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(9):first-of-type ~ *,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(13):first-of-type,[class*="auto-size"][class*="flex-"] > *:nth-last-of-type(13):first-of-type ~ * {
      width: 100%;
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(3):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(3):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(5):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(5):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(9):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(9):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(13):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'] > *:nth-last-of-type(13):first-of-type ~ * {
      width: 100%;
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*="-small"] > *:nth-last-of-type(3):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-small"] > *:nth-last-of-type(3):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(5):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(5):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(9):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(9):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(13):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-small'] > *:nth-last-of-type(13):first-of-type ~ * {
      width: 100%;
  }

  [class*="auto-size"][class*="flex-"][class*='-grid'][class*="-large"] > *:nth-last-of-type(3):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*="-large"] > *:nth-last-of-type(3):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(5):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(5):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(9):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(9):first-of-type ~ *,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(13):first-of-type,[class*="auto-size"][class*="flex-"][class*='-grid'][class*='-large'] > *:nth-last-of-type(13):first-of-type ~ * {
      width: 100%;
  }
}

@media screen and (max-width: 380px) {
  [class*="flex-"][class*="-block-380"] {
      display:block;
  }

  [class*="flex-"][class*="-block-380"] > *,[class*="flex-"][class*="-block-380"] > .full,[class*="flex-"][class*="-block-380"][class*="-grid"] > *,[class*="flex-"][class*="-block-380"][class*="-grid"] > .full,[class*="flex-"][class*="-block-380"] > .half,[class*="flex-"][class*="-block-380"][class*="-grid"] > .half,[class*="flex-"][class*="-block-380"] > .third,[class*="flex-"][class*="-block-380"] > .two-thirds,[class*="flex-"][class*="-block-380"][class*="-grid"] > .third,[class*="flex-"][class*="-block-380"][class*="-grid"] > .two-thirds,[class*="flex-"][class*="-block-380"] > .fourth,[class*="flex-"][class*="-block-380"] > .three-fourths,[class*="flex-"][class*="-block-380"][class*="-grid"] > .fourth,[class*="flex-"][class*="-block-380"][class*="-grid"] > .three-fourths,[class*="flex-"][class*="-block-380"] > .fifth,[class*="flex-"][class*="-block-380"] > .two-fifths,[class*="flex-"][class*="-block-380"] > .three-fifths,[class*="flex-"][class*="-block-380"][class*="-grid"] > .fifth,[class*="flex-"][class*="-block-380"][class*="-grid"] > .two-fifths,[class*="flex-"][class*="-block-380"][class*="-grid"] > .three-fifths,[class*="flex-"][class*="-block-380"] > .sixth [class*="flex-"][class*="-block-380"][class*="-grid"] > .sixth,[class*="flex-"][class*="-block-380"] > .sixth [class*="flex-"][class*="-block-380"][class*="-grid"] > .fit,[class*="flex-"][class*="-block-380"] > .sixth [class*="flex-"][class*="-block-380"][class*="-grid"] > .auto {
      width: 100% !important;
      max-width: none !important;
      min-width: 0 !important;
      margin-left: initial !important;
      margin-right: initial !important;
  }
}

.two-col-container + .contact.sub-zone {
  padding-top: 0;
}

.contact-us.v2 .contact-form-box {
  border-radius: 0;
}

.contact-us.v2 header + .contact-form-box {
  margin-top: 1em;
}

.contact-us.v2 fieldset > ul > li {
  margin-top: .7em;
  margin-bottom: .7em;
}

.contact-us.v2 fieldset > ul > li.half {
  width: calc(47%);
}

.contact-us.v2 fieldset > ul > li label {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 1920px;
}

.contact-us.v2 fieldset > ul > li.indicator {
  margin-bottom: 0;
}

.contact-us.v2 fieldset > ul > li input,.contact-us.v2 fieldset > ul > li select {
  padding: 1em 2.22em;
  font-size: .9em;
}

@media screen and (min-width: 1025px) {
  .side-zone .contact-us.v2 fieldset > ul > li,.side-zone .contact-us.v2 fieldset > ul > li.half:not(.override) {
      width:100%;
      max-width: 100%;
  }

  .contact-us.v2 fieldset > ul > li > label {
      margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .contact-us.v2 fieldset > ul > li {
      margin-top:.6em;
      margin-bottom: .6em;
  }

  .contact-us.v2 fieldset > ul > li.half {
      width: 48%;
  }
}

@media screen and (max-width: 800px) {
  .contact-us.v2 .contact-form-box {
      padding:1.5em 2.5%;
  }

  .contact-us.v2 fieldset > ul > li.half {
      width: calc(100%);
  }
}

.footer.v1 {
  background-color: #003764;
}

.footer.v1 .contact-info {
  background-color: #00A0DD;
  padding: 1em 0;
}

.footer.v1 .contact-info .main > a,.footer.v1 .contact-info .main > .bottom-links a {
  font-size: 1em;
  color: #FFFFFF;
  margin-right: 2em;
  font-weight: 700;
}

.footer.v1 .contact-info .main > a svg,.footer.v1 .contact-info .main > .bottom-links a svg {
  color: #FFFFFF;
  margin-right: .8em;
  transition: color .4s ease 0s;
}

.footer.v1 .contact-info ul li {
  margin-right: 1em;
}

.footer.v1 .contact-info ul li:last-child {
  margin-right: 0;
}

.footer.v1 .contact-info ul li a {
  font-size: 1.4em;
  color: #FFFFFF;
}

.footer.v1 .footer-nav {
  padding: 3em 0 0 0;
}

.footer.v1 .footer-nav li {
  padding-bottom: .3em;
  padding-right: 40px;
}

.footer.v1 .footer-nav li a {
  color: #FFFFFF;
  text-decoration: none;
  padding: .37em .6em .37em 0;
  transition: padding .4s ease 0s, color .4s ease 0s;
  font-weight: 700;
}

.footer.v2 {
  padding: 2em 0;
  background-color: #003764;
}

.footer.v2 {
  font-size: .8em;
}

.footer.v2 .border-top {
  border-top: 1px solid #00A0DD;
  padding-top: 1.5em;
}

.footer.v2 div.address span {
  padding: 0;
  position: relative;
  color: #FFFFFF;
  margin-left: 0;
}

.footer.v2 div.address span:after {
  display: none;
}

.footer.v2 > div > span,.footer.v2 ul > li {
  padding: 0 0.4rem;
  position: relative;
  margin-left: 1.9em;
  color: #FFFFFF;
}

.footer.v2 > div > span:after,.footer.v2 > ul > li:after {
  position: absolute;
  content: '';
  background-color: #FFFFFF;
  width: 2px;
  height: 1.3rem;
  top: 50%;
  left: 100%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.footer.v2 > div > span:last-child:after,.footer.v2 > ul > li:last-child:after {
  display: none;
}

.footer.v2 a {
  color: #FFFFFF;
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .footer.v1 .contact-info > a:hover,.footer.v1 .contact-info > a:focus,.footer.v1 .contact-info .main > a:hover svg,.footer.v1 .contact-info .main > a:focus svg {
      color:#e8eef0;
  }

  .footer.v1 .contact-info ul li a:hover,.footer.v1 .contact-info ul li a:focus {
      color: #FFFFFF;
  }

  .footer.v1 .footer-nav li a:hover,.footer.v1 .footer-nav li a:focus {
      color: #e8eef0;
      padding: .37em .1em .37em .5em;
  }

  .footer.v2 a:hover,.footer.v2 a:focus {
      color: #6EC4D5;
  }
}

@media screen and (max-width: 1024px) {
  .footer.v1 .contact-info .main > a,.footer.v1 .footer-nav li a,.footer.v2 {
      font-size:1.1em;
  }

  .footer.v1 .contact-info ul {
      width: 100%;
      justify-content: center;
      padding-top: 1em;
  }

  .footer.v1 .footer-nav {
      padding: 2.5em 0;
  }

  .footer.v1 .footer-nav li {
      width: 33%;
  }
}

@media screen and (max-width: 800px) {
  .footer.v1 .footer-nav li {
      width:50%;
  }

  .footer.v1 .footer-nav li a {
      font-weight: 400;
  }

  .footer.v1 .contact-info .main > a {
      width: 100%;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      margin-bottom: .5em;
  }

  .footer.v1 .contact-info .main > a svg {
      margin-right: 0;
  }

  .footer.v2 > ul {
      padding-top: .5em;
  }

  .footer.v2 > div > span,.footer.v2 > ul > li {
      text-align: center;
      display: block;
  }

  .footer.v2 > div > span:after,.footer.v2 > ul > li:after {
      display: none;
  }

  .footer.v2 .address {
      width: 100%;
  }

  .footer.v2 .border-top {
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  }

  .footer.v2 ul li {
      width: 50%;
      margin: 0;
      padding: 0 0 0.3em;
  }

  .footer.v2 ul {
      justify-content: space-between;
      width: 100%;
      margin-bottom: 1em;
  }

  .footer.v2 {
      padding: 0em 0 2em;
  }

  .footer.v1 .contact-info .main > .bottom-links a {
      width: 100%;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-right: 0;
  }

  .footer.v1 .contact-info .main > .bottom-links a svg {
      margin: .5em 0;
  }
}

@media screen and (max-width: 500px) {
  .footer.v1 .footer-nav li {
      width:100%;
  }

  .footer.v2 ul li {
      width: 100%;
  }
}

.access-options {
  z-index: 65;
  text-align: center;
}

.cms-edit-layout .access-options {
  position: static;
}

.access-open.access-options {
  background-color: #000000;
  transition: transform .4s ease 0s;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  padding: 0;
  height: 100%;
}

.access-options .access-btn {
  padding: .5em;
  font-size: 1em;
  color: #FFFFFF;
  z-index: 1;
  outline: none;
  cursor: pointer;
  position: absolute;
}

.no-touch .access-options .access-btn:hover,.no-touch .access-options .access-btn:focus {
  background-color: #000000;
  color: #FFFFFF;
}

.access-options .access-btn.open-btn {
  padding: .5em 1em;
  transition: transform .4s ease 0s, top .4s ease 0s, color .4s ease 0s, background-color .4s ease 0s, left .4s ease 0s, bottom .4s ease 0s;
  opacity: 0;
  pointer-events: none;
}

.access-options .access-btn.open-btn:focus {
  opacity: 1;
  pointer-events: all;
}

.access-options .access-btn.open-btn svg {
  color: #FFFFFF;
  margin-right: 1em;
}

.access-options .access-btn.open-btn:focus {
  position: relative;
}

.access-open.access-options .access-btn.open-btn {
  display: none;
}

.access-options .access-btn.close-btn {
  position: absolute;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: color .4s ease 0s, background-color .4s ease 0s, left .4s ease 0s;
  visibility: hidden;
  display: flex;
  padding: .5rem;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  right: 1em;
  top: 3em;
}

.no-touch .access-options .access-btn.close-btn:hover,.access-options .access-btn.close-btn:focus {
  color: #000000;
  background-color: #FFFFFF;
}

.access-open.access-options .access-btn.close-btn {
  visibility: visible;
}

.access-options .access-btn.close-btn svg {
  font-size: 1.75em;
  margin-right: .5rem;
}

.access-options .top-info {
  display: none;
  padding: 2.222em 1em 2.222em 2em;
}

.access-options.access-open .top-info {
  display: flex;
}

.access-options .top-info > svg {
  color: #FFFFFF;
  font-size: 2.5em;
}

.access-options > ul {
  visibility: hidden;
  overflow: auto;
  display: none;
}

.access-open.access-options > ul {
  visibility: visible;
  display: block;
}

.access-options > ul::-webkit-scrollbar {
  width: 8px;
}

.access-options > ul::-webkit-scrollbar-thumb {
  border-radius: 5px;
  border: none;
  background-color: #FFFFFF;
}

.access-options > ul::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #000000;
}

.access-options > ul > li {
  display: block;
}

.access-options ul li button {
  text-align: center;
  padding: 1em 2em;
  background-color: #000000;
  color: #FFFFFF;
  transition: background-color .4s ease 0s, color .4s ease 0s;
  outline: none;
  width: 100%;
  border-top: solid 1px #FFFFFF;
}

.no-touch .access-options ul li button:hover,.no-touch .access-options ul li button:focus,.access-options ul li button.active {
  background-color: #FFFFFF;
  color: #000000;
}

.access-options ul li button svg {
  display: block;
  font-size: 1.5em;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: .75em;
  color: #FFFFFF;
  transition: color .4s ease 0s;
}

.no-touch .access-options ul li button:hover svg,.no-touch .access-options ul li button:focus svg,.access-options ul li button.active svg {
  color: #000000;
}

.access-options ul li button.clear-btn {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
}

.access-options ul li button.clear-btn svg {
  margin-right: 0;
  margin-left: 1em;
}

html.content-open body .header-area,html.content-open body > main,html.content-open body > footer {
  display: none;
}

html.content-open #TopArea > div:not(#ContentZoneV1),html.content-open .content-piece.v1 {
  display: none;
}

.content-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3em 4%;
  overflow: auto;
  background-color: #FFFFFF;
  transition: transform .5s ease 0s, opacity .5s ease 0s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  z-index: 60;
  display: none;
}

html.high-contrast-mode .content-screen {
  background-color: #000000;
  color: #FFFFFF;
}

.access-open + .content-screen {
  padding-bottom: 8em;
}

.content-open .content-screen {
  opacity: 1;
  display: block;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.content-screen img,.content-screen svg {
  display: none;
}

.content-screen .content-block + .content-block {
  margin-top: 2em;
}

html.high-contrast-mode body > *:not(#AccessibilityZone) *:not(img):not(.header-area):not(input):not(select):not(textarea):not(.btn),html.high-contrast-mode body > *:not(#AccessibilityZone) *:before,html.high-contrast-mode body > *:not(#AccessibilityZone) *:after {
  background-image: none !Important;
  background-color: #000000 !Important;
  color: #FFFFFF !Important;
}

html.high-contrast-mode a {
  text-decoration: underline !Important;
}

html.high-contrast-mode .btn,html.high-contrast-mode input,html.high-contrast-mode select,html.high-contrast-mode textarea {
  background-color: #FFFFFF !Important;
  color: #000000 !Important;
}

html.high-contrast-mode ::-webkit-input-placeholder {
  color: #000000 !Important;
}

html.high-contrast-mode :-moz-placeholder {
  color: #000000 !Important;
}

html.high-contrast-mode ::-moz-placeholder {
  color: #000000 !Important;
}

html.high-contrast-mode ::-ms-input-placeholder {
  color: #000000 !Important;
}

.screen-mask .mask {
  position: fixed;
  z-index: 63;
  width: 100%;
  background-color: rgba(0,0,0,0.75);
  display: none;
}

.high-contrast-mode.screen-mask .mask {
  background-color: rgba(255,255,255,0.75) !important;
}

.screen-mask.mask-active .mask {
  display: block;
}

.screen-mask .mask.top {
  top: 0;
}

.screen-mask .mask.bottom {
  bottom: 0;
}

html.large-text body {
  font-size: 1.2em;
}

html.larger-text body {
  font-size: 1.4em;
}

@media screen and (max-width: 1024px) {
  .access-options {
      -webkit-justify-content:flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      font-size: 1rem;
      display: none;
  }

  .mm-open .access-options {
      -webkit-transform: translateX(-200%) !Important;
      -ms-transform: translateX(-200%) !Important;
      transform: translateX(-200%) !Important;
  }

  .access-options .access-btn.open-btn {
      bottom: 5em;
  }

  .content-open .access-options:not(.access-open) .access-btn.open-btn {
      bottom: .8em;
  }

  .access-options > ul > li:nth-child(5),.access-options > ul > li:nth-child(2) {
      display: none;
  }

  .access-options ul li button svg {
      font-size: 1.5em;
  }
}

#HeaderZone {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

@supports( position: sticky ) {
  #HeaderZone {
      position:sticky;
  }
}

.down-scroll:not(.mm-open) .fixed #HeaderZone {
  pointer-events: none;
}

.cms-enabled #HeaderZone {
  position: static;
}

.header-area.v1 {
  background-color: transparent;
}

.header-area.v1 .sticky-box {
  padding: 0;
  position: relative;
  transition: transform .5s ease 0s;
  box-shadow: 0px 0px 10px 0px rgba(0, 70, 127, 0.15);
  background-color: #FFFFFF;
}

.down-scroll:not(.mm-open) .fixed .header-area.v1 .sticky-box {
  _-webkit-transform: translateY(-100%);
  _-ms-transform: translateY(-100%);
  _transform: translateY(-100%);
}

.header-area.v1 .header-box .top-bar,.header-area.v1 .header-box .nav-bar {
  position: relative;
}

.header-area.v1 .sticky-box .main {
  max-width: 100%;
}

.alert-bar {
  line-height: 1;
  position: relative;
}

.cms-content .alert-bar {
  display: block !important;
}

.alert-bar a.alert {
  font-weight: 400;
  font-size: .92em;
  line-height: 1.35;
  padding: .5em 2em;
  display: block;
  text-align: center;
  color: #FFFFFF;
  transition: background-color .4s ease 0s;
}

.alert-bar.green .alert {
  background-color: #0C3C61;
}

.alert-bar.red .alert {
  background-color: #DF4825;
}

.no-touch .alert-bar.green .alert:hover,.alert-bar.green .alert:focus {
  background-color: #404C4E;
}

.no-touch .alert-bar.red .alert:hover,.alert-bar.red .alert:focus {
  background-color: #b33a1e;
}

.alert-bar .close {
  font-size: 1.2em;
  display: none;
  position: absolute;
  right: 1em;
  top: 50%;
  -ms-transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  cursor: pointer;
  color: #FFFFFF;
  transition: transform .4s ease 0s;
}

.alert-bar a.alert + .close {
  display: block;
}

.alert-bar .close:hover,.alert-bar .close:focus {
  -ms-transform: translateY(-50%) scale(1.1);
  -webkit-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}

.header-area.v1 .top-logo {
  padding: .75em 3.333em .75em .25em;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: transform .5s ease 0s;
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
  max-height: 100%;
}

.header-area.v1 .header-box .top-bar {
  color: #00A0DD;
}

.header-area.v1 .top-bar .secondary-nav ul li:first-child a {
  padding-left: 0;
}

.header-area.v1 .top-bar > strong {
  font-weight: 600;
  min-width: 24em;
  text-align: center;
}

.header-area.v1 .top-nav > ul > li {
  position: relative;
  white-space: nowrap;
}

.header-area.v1 .top-nav > ul > li > a {
  text-align: center;
  padding: .75em 1.75em;
  width: 100%;
  transition: color .4s ease 0s;
  font-weight: 700;
  color: #54565a;
  display: block;
  align-items: center;
  overflow: hidden;
  transform: translatez(0);
  position: relative;
  line-height: 1.4;
  z-index: 1;
}

.header-area.v1 .top-nav > ul > li > a svg {
  margin-right: .7em;
  color: #00A0DD;
  transition: color .4s ease 0s;
}

.header-area.v1 .top-nav > ul > li.menu-close {
  display: none;
}

.header-area.v1 .top-nav .panel-btn {
  display: none;
}

.header-area.v1 .top-nav .desktop-nav li.secondary {
  position: relative;
}

.header-area.v1 .top-nav .desktop-nav li.secondary a {
  font-size: 1.111em;
  padding-right: 1.4em;
  position: relative;
}

.header-area.v1 .top-nav .el-tab {
  width: 1rem;
  position: relative;
  border-bottom: solid 1px rgba(0,0,0,0.4);
  display: none;
}

.fly-out {
  background-color: #FFFFFF;
  position: absolute;
  width: 100%;
  right: 0;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  transition: .5s ease 0s;
  max-height: 75vh;
  overflow: hidden;
  z-index: -2;
  min-width: 20em;
}

.fly-out ul {
  padding: 1.0556em 2.5rem 2.33em;
}

.fly-out li.level-1 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.fly-out li.level-1 a {
  font-size: 1.1em;
  transition: color .4s ease 0s, background-color .4s ease 0s, padding .4s ease 0s;
  border-bottom: solid 1px #0C3C61;
  padding: .889em .722em .944em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2;
  width: 100%;
  font-family: 'Verdana', 'Arial', sans-serif;
}

.header-area.v1 .box-cont {
  text-align: center;
  line-height: 1.2;
  padding: 0 0 .75em 2%;
  white-space: nowrap;
}

.header-area.v1 .box-cont .phone-link {
  display: block;
  font-size: 1.13em;
  letter-spacing: .06em;
  font-weight: 700;
  color: #00A0DD;
}

.header-area.v1 .box-cont .request-info {
  background-color: #00A0DD;
  color: #FFFFFF;
  font-size: .89em;
  letter-spacing: .1em;
  padding: 0.9em 1.56em;
  margin: 0 1.2em;
  text-transform: uppercase;
  transition: background-color .4s ease 0s;
}

.header-area.v1 .header-box .site-search {
  color: #00A0DD;
}

.header-area.v1 .header-box .site-search svg {
  font-size: 2em;
}

.search-box.pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 60, 97, .9);
  color: #FFFFFF;
}

.search-box.pop .header-pop {
  width: 100%;
  height: 100%;
}

.search-box.pop .header-pop .popup {
  position: relative;
  padding-top: 2em;
}

.search-box.pop .header-pop label {
  color: #FFFFFF;
}

.search-box.pop .header-pop .close {
  position: absolute;
  color: #FFFFFF;
  transition: color .4s ease 0s;
  top: 0;
  right: 0;
}

.header-area.v1 .menu-btn {
  width: 2.25em;
  height: 2.25em;
  display: none;
  transition: transform .5s ease 0s;
  position: relative;
  margin: .5em .25em;
}

.header-area.v1 .menu-btn.mobile {
  background-color: #FFFFFF;
  box-shadow: 0 0.1em 0.5em rgba(0,0,0,0.3);
}

.header-area.v1 .menu-btn span {
  position: absolute;
  width: 2.25em;
  height: 3px;
  top: 50%;
  left: 50%;
  transition: margin 0.3s ease 0.3s, opacity 0s 0.3s, transform 0.3s ease, background-color 0.3s ease 0s;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: #6EC4D5;
}

.header-area.v1 .menu-btn.mobile span {
  background-color: #6EC4D5;
}

.no-touch .header-area.v1 .menu-btn:hover span,.header-area.v1 .menu-btn:focus span,.no-touch .header-area.v1 .menu-btn.mobile:hover span,.header-area.v1 .menu-btn.mobile:focus span {
  background-color: #0C3C61;
}

.mm-open .header-area.v1 .menu-btn span {
  opacity: 0;
  transition: margin 0.3s ease, opacity 0s 0.3s, transform 0.3s ease 0.3s, background-color 0.3s ease 0s;
}

.header-area.v1 .menu-btn span:first-of-type {
  margin-top: 0.556em;
}

.mm-open .header-area.v1 .menu-btn span:first-of-type {
  margin-top: 0;
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  -ms-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg);
  opacity: 1;
}

.header-area.v1 .menu-btn span:last-of-type {
  margin-top: -0.556em;
}

.mm-open .header-area.v1 .menu-btn span:last-of-type {
  margin-top: 0;
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  -ms-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg);
  opacity: 1;
}

.header-area.v1 .mobile-box {
  display: none;
}

.header-area.v1 .mobile-box svg {
  font-size: 1.2em;
}

.header-area.v1 .mobile-box .phone-link {
  margin-right: 1rem;
  color: #727373;
}

.header-area.v1 .mobile-box .phone-link svg {
  display: none;
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  .header-area.v1 .top-nav > ul > li > a .fly-out {
      display: none !important;
  }

  .header-area.v1 .top-nav > ul > li > a:hover + .fly-out,.header-area.v1 .top-nav > ul > li > a:focus + .fly-out {
      display: block !important;
  }
}

@media screen and (min-width: 1601px) {
  .home-page .header-area.v1 .top-nav > ul > li:nth-last-child(2) > a {
      padding-right:0;
  }

  .home-page .header-area.v1 .top-nav > ul > li:last-child {
      display: none !important;
  }
}

@media screen and (min-width: 1281px) {
  .header-area.v1 .top-nav .desktop-nav li.secondary {
      display:none;
  }

  .down-scroll .fixed #HeaderZone {
      pointer-events: none;
  }
}

.fly-out.el-tab-panel {
  display:none !important;
}

.fly-out.el-tab-panel.expanded {
  display:block !important;
}

@media screen and (min-width: 1025px) {
  .fly-out.el-tab-panel {
      display:block !important;
  }

  .top-nav li:hover div.fly-out.el-tab-panel,.top-nav li.open div.fly-out.el-tab-panel,.top-nav li.focused div.fly-out.el-tab-panel,.top-nav li.active div.fly-out.el-tab-panel,.top-nav li:focus-within div.fly-out.el-tab-panel {
      opacity: 1;
      pointer-events: auto;
      transition: .5s ease 0s;
      z-index: 1;
      transform: translateY(0);
  }

  .no-touch .top-nav li:hover div.fly-out.el-tab-panel {
      opacity: 1;
      pointer-events: auto;
      transition: .5s ease 0s;
      z-index: 1;
      transform: translateY(0);
  }

  .header-area.v1 .box-cont .request-info:hover,.header-area.v1 .box-cont .request-info:focus {
      background-color: #DF4825;
  }

  .header-area.v1 .header-box .site-search:hover,.header-area.v1 .header-box .site-search:focus {
      color: #036936;
  }

  .header-area.v1 .top-nav > ul > li > a:hover,.header-area.v1 .top-nav > ul > li > a:focus {
      color: #DF4825;
      text-decoration: underline;
  }

  .header-area.v1 .top-nav > ul > li.more > a:hover svg,.header-area.v1 .top-nav > ul > li.more > a:focus svg {
      color: #DF4825;
  }

  .fly-out li.level-1 a:hover,.fly-out li.level-1 a:focus {
      padding-left: .722em;
      padding-right: 0;
  }

  .header-area.v1 .top-nav > ul > li:first-child > a {
      padding-left: 0;
  }

  .header-area.v1 .top-nav > ul > li:last-child > a {
      padding-right: 0;
  }

  .header-area.v1 .header-box {
      width: calc(100% - 29em);
  }

  .search-box.pop .header-pop .close:hover,.search-box.pop .header-pop .close:focus {
      color: #6EC4D5;
  }
}

@media screen and (max-width: 1440px) {
  .header-area.v1 .top-bar > strong,.header-area.v1 .contact-info {
      min-width:0;
  }
}

@media screen {
  .header-area.v1 .top-bar > strong,.header-area.v1 .contact-info {
      min-width:0;
  }

  .header-area.v1 .top-logo {
      width: 40%;
  }

  .header-area.v1 .header-box {
      width: 60%;
  }

  .header-area.v1 .top-logo img {
      max-width: 18em;
      width: 100%;
      max-height: 100%;
      display: block;
  }
}

@media screen and (max-width: 1024px) {
  .header-area.v1 .main {
      display:flex;
      justify-content: space-between;
      align-items: center;
  }

  .header-area.v1 .top-logo {
      padding: 0.4em 0;
      width: 50%;
  }

  .header-area.v1 .top-logo img {
    max-height: 45px;
    width: auto;
  }

  .header-area.v1 .mobile-box {
      display: flex;
  }

  .header-area.v1 .menu-btn {
      display: block;
  }

  .header-area.v1 .contact-info {
      display: none;
  }

  .header-area.v1 .header-box {
      position: fixed;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      background-color: #FFFFFF;
      z-index: -1;
      pointer-events: none;
      visibility: hidden;
      opacity: 0;
      transition: opacity .4s ease 0s, visibility .4s ease 0s, padding 0.25s ease;
      padding: 10.75em calc(6rem * 0.3) 6rem;
      overflow: auto;
  }

  .mm-open .header-area.v1 .header-box {
      pointer-events: auto;
      visibility: visible;
      opacity: 1;
  }

  .header-area.v1 .header-box .top-bar {
      padding-left: 0;
      flex-wrap: wrap;
      padding-top: 0;
      flex-direction: column-reverse;
      border-bottom: none;
      display: none;
  }

  .header-area.v1 .header-box .top-bar .secondary-nav,.header-area.v1 .header-box .top-bar .box-cont {
      width: 100%;
  }

  .header-area.v1 .top-nav > ul,.header-area.v1 .header-box .top-bar .secondary-nav ul {
      display: block;
  }

  .header-area.v1 .top-nav > ul li {
      display: flex;
      align-items: stretch;
      flex: 1 1 auto;
      flex-wrap: wrap;
  }

  .header-area.v1 .top-bar .secondary-nav ul li:before,.header-area.v1 .top-nav > ul > li a:before {
      display: none;
  }

  .header-area.v1 .top-nav ul li a:not(.btn),.header-area.v1 .header-box .top-bar .secondary-nav ul li a,.fly-out li.level-1 a {
      display: block;
      padding: 0.65em 0.65em 0.65em 0;
      width: 100%;
      font-weight: 400;
      text-align: left;
      border-bottom: solid 1px rgba(0,0,0,0.4);
      font-size: 1rem;
      line-height: 1.8;
  }

  .header-area.v1 .top-nav ul li.more > a {
      display: none;
  }

  .header-area.v1 .top-nav ul li.children > a:not(.btn) {
      max-width: calc(100% - 1rem);
  }

  .header-area.v1 .top-nav .el-tab {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      transition: .5s ease 0s;
  }

  .header-area.v1 .top-nav .el-tab svg {
      color: #0C3C61;
      transition: .5s ease 0s;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(0deg);
      line-height: 1;
  }

  .header-area.v1 .top-nav .el-tab.active svg {
      transform: translate(-50%, -50%) rotate(90deg);
  }

  .header-area.v1 .top-nav .el-tab svg {
      pointer-events: none;
  }

  .fly-out.el-tab-panel {
      position: relative;
      top: auto;
      opacity: 1;
      visibility: visible;
      pointer-events: none;
      background-color: transparent;
      margin: 0;
      display: block;
      padding: 0;
      z-index: 1;
      transform: none;
      width: 100%;
  }

  .mm-open .fly-out.el-tab-panel {
      pointer-events: auto;
  }

  .more .fly-out.el-tab-panel {
      display: block !important;
  }

  .more .fly-out.el-tab-panel ul li.attend-a-seminar {
      display: none;
  }

  .more .fly-out.el-tab-panel ul li.outcomes {
      display: none;
  }

  .more .fly-out.el-tab-panel ul li.contact-us {
      display: none;
  }

  .fly-out ul {
      display: block;
      width: 100% !important;
      left: 0 !important;
      padding-top: 0rem;
      padding-bottom: 1rem;
      padding-left: 0;
      padding-right: 0;
  }

  .fly-out ul li {
      width: 100% !important;
      margin: 0 !important;
      min-width: 100% !important;
  }

  .fly-out li.level-1 a:hover {
      background-color: transparent;
  }

  .header-area.v1 .sticky-box {
      padding: 1rem 0;
  }

  .fly-out li.level-1 a:hover {
      background-color: transparent;
  }

  .header-area.v1 .mobile-box .phone-link,.header-area.v1 .mobile-box .site-search.popup {
      margin-right: .6em;
  }
}

@media screen and (max-width: 800px) {
  .header-area.v1 .contact-info {
      display:block;
  }

  .header-area.v1 .mobile-box .phone-link svg {
      display: block;
  }

  .header-area.v1 .mobile-box .phone-link span {
      display: none;
  }
}

@media screen and (max-width: 500px) {
  .header-area.v1 .mobile-box .phone-link {
      display:none;
  }
}

@media screen and (max-width: 380px) {
  .header-area.t6 .top-logo {
      max-width:40%;
  }

  .header-area.v1 .top-logo img {
     max-height: 45px;
  }

  .header-area.v1 .contact-info .phone-link {
      font-size: 1em;
  }

  .header-area.v1 .header-box .top-bar .box-cont {
      display: block;
  }

  .header-area.v1 .header-box .site-search {
      margin-top: .5em;
  }
}

.mainstage .cta-list {
  position: relative;
  max-width: 25em;
}

_.mainstage picture:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #003764, transparent);
  opacity: .8;
}

.mainstage .cta-list {
  position: absolute;
  top: 4.44em;
  left: 2.5%;
}

.mainstage .cta-list li {
  line-height: 1.1;
  padding-bottom: .75em;
}

.mainstage .cta-list li a {
  color: #FFFFFF;
  font-size: 1.11em;
  letter-spacing: 0.1em;
  text-shadow: 0 3px 8px rgba(0,0,0,.67);
}

.mainstage .cta-list li a svg {
  font-size: 1.3em;
  margin-right: .8em;
}

.mainstage .info {
  position: relative;
  text-align: center;
  color: #FFFFFF;
  max-width: 60.27em;
  padding: 11vw 0;
  margin: 0 auto;
}

.mainstage .info > strong {
  font-size: 2.8em;
  display: block;
  position: relative;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.036em;
  padding-bottom: 1rem;
}

.mainstage .info > strong:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  -ms-transform: translateX(-50%) scaleX(1);
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}

.mainstage.visible .info > strong:before {
  -ms-transform: translateX(-50%) scaleX(1);
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}

.mainstage .info > p {
  font-size: 1.37em;
  line-height: 1.25;
}

.mainstage blockquote {
  background-color: #003764;
  text-align: center;
  padding: 1.5em 0;
}

.mainstage blockquote > span {
  font-size: 1.4em;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.2;
}

.mainstage blockquote > span strong {
  color: #6EC4D5;
}

@media screen and (min-width: 1025px) {
  .mainstage .cta-list li {
      opacity:0;
      -ms-transform: translateY(-1em);
      -webkit-transform: translateY(-1em);
      transform: translateY(-1em);
      transition: opacity .7s ease 1.4s, transform .7s ease 1.4s;
  }

  .mainstage .cta-list li:nth-of-type(2) {
      transition-delay: 1.5s;
  }

  .mainstage .cta-list li:nth-of-type(3) {
      transition-delay: 1.6s;
  }

  .mainstage .cta-list li:nth-of-type(4) {
      transition-delay: 1.7s;
  }

  .mainstage.visible .cta-list li {
      opacity: 1;
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }

  .mainstage .cta-list li a {
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
      transition: transform .4s ease 0s, color .4s ease 0s;
  }

  .mainstage .cta-list li a:hover,.mainstage .cta-list li a:focus {
      -ms-transform: translateX(.3em);
      -webkit-transform: translateX(.3em);
      transform: translateX(.3em);
      color: #6EC4D5;
  }

  .mainstage .info > strong {
      opacity: 0;
      filter: blur(1.5em);
      transition: filter .8s ease .4s, opacity .8s ease .4s;
  }

  .mainstage.visible .info > strong {
      opacity: 1;
      filter: blur(0);
  }

  .mainstage .info > strong:before {
      -ms-transform: translateX(-50%) scaleX(0);
      -webkit-transform: translateX(-50%) scaleX(0);
      transform: translateX(-50%) scaleX(0);
      transition: transform .8s ease 1s;
  }

  .mainstage .info > p {
      opacity: 0;
      filter: blur(1.5em);
      transition: filter .8s ease 1s, opacity .8s ease 1s;
  }

  .mainstage.visible .info > p {
      opacity: 1;
      filter: blur(0);
  }
}

@media screen and (max-width: 1600px) {
  .mainstage .cta-list {
      display:none;
  }
}

@media screen and (max-width: 1024px) {
  .mainstage .info {
      max-width:100%;
      font-size: 0.7em;
      padding-left: 2.5%;
      padding-right: 2.5%;
  }

  .mainstage .info > strong {
      font-size: 2.5em;
  }

  .mainstage blockquote > span {
      font-size: 1.5em;
  }
}

@media screen and (max-width: 500px) {
  _.mainstage picture:after {
      background-image:none;
      background-color: #2F5678;
      opacity: 1;
  }
}

.content-area picture:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #003764 28%, transparent 72%);
  opacity: .8;
}

.content-area .main .content-style {
  max-width: 53em;
  padding: 4.722em 6em;
  position: relative;
  text-align: center;
  z-index: 0;
  box-shadow: 0px 8px 12px rgba(0,0,0,0.6);
  margin: 0 auto;
}

.content-area .main .content-style:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00A0DD;
  opacity: 0.54;
}

.content-area .main .content-style h1 {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: .4em;
  margin-bottom: .2em;
}

.content-area .main .content-style p {
  font-size: 1em;
  line-height: 1.25;
}

@media screen and (min-width: 1025px) {
  .content-area .main .content-style {
      opacity:0;
      filter: blur(1.5em);
      -ms-transform: translateY(-1em) scale(1.05);
      -webkit-transform: translateY(-1em) scale(1.05);
      transform: translateY(-1em) scale(1.05);
      transition: opacity .8s ease 0s, transform .8s ease 0s, filter .8s ease 0s;
  }

  .content-area.visible .main .content-style {
      -ms-transform: translateY(0) scale(1);
      -webkit-transform: translateY(0) scale(1);
      transform: translateY(0) scale(1);
      filter: blur(0);
      opacity: 1;
  }

  .content-area .main .content-style h1 {
      font-size: 2.35rem;
  }
}

@media screen and (max-width: 1024px) {
  .content-area .main .content-style {
      max-width:100%;
      padding: 2em calc(2.5% * 2);
  }

  .content-area .main .content-style:before {
      background-color: #00A0DD;
  }
}

.item-scroller {
  padding-top: 3em;
  padding-bottom: 0;
}

.item-scroller header {
  text-align: center;
}

.item-scroller [data-role="container"] {
  width: 100%;
}

.item-scroller button {
  color: #00A0DD;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.item-scroller button.prev {
  left: 0.5em;
}

.item-scroller button.next {
  right: 0.5em;
}

.item-scroller li {
  padding-top: 1em;
}

.item-scroller.halves li {
  width: 50%;
  padding-left: 2.7em;
  padding-right: 2.7em;
  max-width: 25em;
}

.item-scroller li figure {
  width: 100%;
  height: 0;
  margin-bottom: 1.778em;
}

.item-scroller.thirds li figure {
  padding-bottom: 50%;
}

.item-scroller.halves li figure {
  padding-bottom: 98%;
}

.item-scroller li figure span {
  padding: 0.33em 0.75em;
  background-color: #00A0DD;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

.item-scroller li p {
  font-size: 1em;
  line-height: 1.27;
}

@media screen and (min-width: 1025px) {
  .item-scroller.thirds button {
      display:none;
  }

  .item-scroller.thirds [data-role="container"] {
      overflow: visible;
  }

  .item-scroller.thirds [data-role="list"] {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: calc(100% + 3.66em);
      left: -1.83em;
      transform: none !important;
      -ms-transform: none !important;
      -webkit-transform: none !important;
  }

  .item-scroller.thirds [data-role="list"] > li {
      width: calc(33.33% - 2em);
      margin: 1em;
      padding: 0;
  }

  .item-scroller button:hover,.item-scroller button:focus {
      color: var(--quinary);
  }
}

@media screen and (max-width: 1024px) {
  .item-scroller [data-role="container"] {
      width:calc(100% - 6em);
  }

  .item-scroller button svg {
      font-size: 2em;
  }

  [data-role="scroller"] [data-role="list"] {
      _justify-content: center;
  }

  .item-scroller li,.item-scroller.halves li {
      width: 48%;
      margin: 0 1%;
  }

  .item-scroller li {
      padding-top: 0;
  }
}

@media screen and (max-width: 800px) {
  .item-scroller li,.item-scroller.halves li {
      width:100%;
      padding: 0;
  }
}

.dark-feed picture:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #003764, transparent);
  opacity: .8;
}

.dark-feed.v2 picture:after {
  background-image: none;
  background-color: #003764;
  opacity: .8;
}

.dark-feed > nav {
  position: relative;
}

.dark-feed ul li {
  line-height: 1.27;
  text-align: center;
}

.dark-feed ul li a {
  color: #FFFFFF;
  position: relative;
  display: block;
  z-index: 1;
}

.dark-feed.v1 ul li {
  padding: 0 1.61em;
}

.dark-feed.v2 ul li {
  width: 33%;
  padding: 0 2.22em;
}

.dark-feed.v1 ul li a {
  box-shadow: 0 8px 12px rgba(0,0,0,0.6);
  padding: 2em 2.78em;
  transition: color .4s ease 0s, transform .4s ease 0s, box-shadow .4s ease 0s;
}

.dark-feed.v2 ul li a {
  padding: 0.833em 1em;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  box-shadow: 0px 0px 0px #404C4E;
  transition: background-color .4s ease 0s, border-color .4s ease 0s, transform .4s ease 0s, box-shadow .4s ease 0s;
}

.dark-feed.v1 ul li a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #003764;
  z-index: -1;
  opacity: .9;
  transition: opacity .7s ease 0s;
}

.dark-feed.v1 ul li a strong {
  position: relative;
  display: block;
  font-size: 1.8em;
  padding-bottom: 1rem;
}

.dark-feed.v1 ul li a strong:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 50%;
  background-color: #FFFFFF;
  -ms-transform: translate(-50%) scaleX(1);
  -webkit-transform: translate(-50%) scaleX(1);
  transform: translate(-50%) scaleX(1);
}

.dark-feed.v1.visible ul li a strong:before {
  -ms-transform: translate(-50%) scaleX(1);
  -webkit-transform: translate(-50%) scaleX(1);
  transform: translate(-50%) scaleX(1);
}

.dark-feed p {
  margin: 1rem 0;
  color: #FFFFFF;
  line-height: 1.27;
}

.dark-feed ul li a span {
  font-size: 1.11em;
  color: #6EC4D5;
}

@media screen and (min-width: 1025px) {
  .dark-feed.v1 ul li a strong:before {
      transition:.8s ease .3s;
      -ms-transform: translate(-50%) scaleX(0);
      -webkit-transform: translate(-50%) scaleX(0);
      transform: translate(-50%) scaleX(0);
  }

  .dark-feed.v1 ul li:nth-child(2) a strong:before {
      transition-delay: .6s;
  }

  .dark-feed.v1 ul li:nth-child(3) a strong:before {
      transition-delay: .9s;
  }

  .dark-feed ul li a:hover,.dark-feed ul li a:focus {
      color: #e8eef0;
  }

  .dark-feed.v1 ul li a:hover,.dark-feed.v1 ul li a:focus {
      _-ms-transform: translateY(-.5em);
      _-webkit-transform: translateY(-.5em);
      _transform: translateY(-.5em);
      _box-shadow: 0px 16px 24px rgba(0,0,0,0.4);
  }

  .dark-feed.v1 ul li a:hover:before,.dark-feed.v1 ul li a:focus:before {
      _opacity: 1;
  }

  .dark-feed.v2 ul li a:hover,.dark-feed.v2 ul li a:focus {
      background-color: #0C3C61;
      border-color: #0C3C61;
      -ms-transform: translateY(-0.5em);
      -webkit-transform: translateY(-0.5em);
      transform: translateY(-0.5em);
      box-shadow: 0px 8px 24px rgba(0,0,0,0.4);
  }

  .dark-feed.v1 ul li {
      opacity: 0;
      filter: blur(1.5em);
      -ms-transform: translateY(-.5em);
      -webkit-transform: translateY(-.5em);
      transform: translateY(-.5em);
      transition: transform .8s ease 0s, filter .8s ease 0s, opacity .8s ease 0s;
  }

  .dark-feed.v1 ul li:nth-child(2) {
      transition-delay: .3s;
  }

  .dark-feed.v1 ul li:nth-child(3) {
      transition-delay: .6s;
  }

  .dark-feed.v1.visible ul li {
      opacity: 1;
      filter: blur(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}

@media screen and (max-width: 1024px) {
  .dark-feed.v1 ul li {
      width:100%;
      padding: 0;
  }

  .dark-feed.v1 ul li + li {
      margin-top: 1.2em;
  }

  .dark-feed.v1 ul li a strong {
      padding-bottom: 0.5em;
      font-size: 1.7em;
  }

  .dark-feed p {
      font-size: 1.1em;
  }
}

@media screen and (max-width: 800px) {
  .dark-feed.v2 ul li {
      width:100%;
  }

  .dark-feed.v2 ul li + li {
      margin-top: 1.2em;
  }
}

.sub-banner.v1 {
  overflow: hidden;
  background-color: #e8eef0;
  padding: 0;
  height: 25vw;
}

.breadcrumb.v2 {
  padding: 2em 0 .5em;
}

.bread-container svg {
  display: block;
}

.bread-container .link-style-disabled,.bread-container .link-style-1 {
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: none;
}

.bread-container .separator svg {
  font-size: .8em;
  margin: 0 .5rem;
  color: #0C3C61;
}

.bread-container a.home-link svg {
  font-size: 1.5em;
}

.bread-container .separator {
  display: block;
}

.bread-container > a,.bread-container .selected {
  display: block;
}

@media screen and (max-width: 1024px) {
  .breadcrumb.v2 {
      display:none;
  }
}

.column-layout-content header {
  text-align: left;
  padding-bottom: 1em;
}

.side-nav.v1 {
  display: block;
  position: relative;
  padding: 2.66em;
  background-color: #e8eef0;
}

.side-nav.v1 .mobile-trigger {
  display: none;
}

.side-nav.v1 a {
  display: block;
  line-height: 1.2;
  text-decoration: none;
}

.video-side-nav.side-nav.v1 {
  padding: 2.66em 1.66em;
}

.video-side-nav.side-nav.v1 ul {
  display: flex;
}

.video-side-nav.side-nav.v1 .level-1 > a {
  font-size: 1em;
}

.video-side-nav.side-nav.v1 .level-1 strong {
  display: block;
  padding-right: .5em;
}

.video-side-nav.side-nav.v1 .level-1 img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 0;
  padding: 33.33% 0;
  width: 100%;
}


.side-nav.v1 {
  display: block;
  position: relative;
  padding: 2.66em;
  background-color: #e8eef0;
}

.side-nav.v1 .mobile-trigger {
  display: none;
}

.side-nav.v1 a {
  display: block;
  line-height: 1.2;
  text-decoration: none;
}

.video-side-nav.side-nav.v1 {
  padding: 2.66em 1.66em;
}

.video-side-nav.side-nav.v1 ul {
  display: flex;
}

.video-side-nav.side-nav.v1 .level-1 > a {
  font-size: 1em;
}

.video-side-nav.side-nav.v1 .level-1 strong {
  display: block;
  padding-right: .5em;
}

.video-side-nav.side-nav.v1 .level-1 img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 0;
  padding: 33.33% 0;
  width: 100%;
}

.side-nav.v1 header {
  text-align: left;
  padding-bottom: 0;
  border-bottom: 2px solid #0C3C61;
}

.side-nav.v1 header a {
  padding: 0;
}

aside.side-nav.v1 nav header strong {
  transition: color .4s ease 0s, background-color .4s ease 0s;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
  color: #003764;
  padding-bottom: 1em;
  font-weight: 700;
}

.side-nav.v1 nav > ul {
  display: block;
  padding: 0;
  margin-top: 1rem;
  min-height: 2em;
  max-height: 55em;
  overflow-y: auto;
  overflow-x: hidden;
}

.side-nav.v1 ::-webkit-scrollbar {
  width: 10px;
}

.side-nav.v1 ::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #fff;
}

.side-nav.v1 ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ccc;
}

.side-nav.v1 nav > ul li {
  position: relative;
  transition: background-color .4s ease 0s;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.side-nav.v1 nav > ul li.level-1 > a {
  padding-left: 0;
}

.side-nav.v1 nav > ul li a {
  padding: .35em .5em .35em 1.5em;
  margin: 0;
  transition: color .4s ease 0s, background-color .4s ease 0s, border .4s ease 0s;
  font-size: 1.111em;
  flex: 1 1 auto;
  font-weight: 400;
  color: #003764;
  position: relative;
  z-index: 1;
}

.side-nav.v1 nav > ul li div {
  padding: .35em .5em .35em 1.5em;
  margin: 0;
  transition: color .4s ease 0s, background-color .4s ease 0s, border .4s ease 0s;
  font-size: 1.111em;
  flex: 1 1 auto;
  font-weight: 400;
  color: #003764;
  position: relative;
  z-index: 1;
}

.side-nav.v1 nav > ul li a:not(:only-child) {
  width: 85%;
}

.side-nav.v1 nav > ul li.level-1 > a {
  padding-left: 0;
}

.side-nav.v1 li > a:before {
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0C3C61;
  transition: width .5s ease 0s;
  content: '';
  z-index: -1;
}

.side-nav.v1 nav > ul li.level-1 > a:before {
  content: none;
}

.side-nav.v1 nav > ul li.currentPage > a:before,.side-nav.v1 nav > ul li > a:hover:before,.side-nav.v1 nav > ul li > a:focus:before {
  width: .666em;
}

.side-nav.v1 nav > ul li span {
  flex: 0 0 auto;
  cursor: pointer;
  flex: 0 0 auto;
  padding: 0 4%;
  transform: none;
  color: #003764;
  transition: color .4s ease 0s, transform .4s ease 0s;
  width: 15%;
  display: flex;
  align-items: center;
}

.side-nav.v1 nav > ul li span svg {
  height: 1.5em;
  width: 1.5em;
  font-size: .66em;
  color: #003764;
}

.side-nav.v1 li.selected > a {
  font-weight: 700;
}

.side-nav.v1 li.selected > div {
  font-weight: 700;
}

.side-nav.v1 li.show > .fly-btn {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.side-nav.v1 .fly-list {
  display: none;
  padding: 0 0 0 1em;
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 1em;
}

.side-nav.v1 .selected > .fly-list,.side-nav.v1 .show > .fly-list {
  display: block;
  padding-top: .5em;
  padding-bottom: .5em;
  position: relative;
  z-index: 1;
}

body.cms-inspect-panels .side-nav.v1 .fly-list {
  display: block;
}

@media screen and (min-width: 1025px) {
  .side-nav.v1 nav > ul li:hover a {
      color:#00A0DD;
  }

  .side-nav.v1 nav > ul li:not(.selected):not(.show):focus-within a {
      color: #00A0DD;
  }
}

@media screen and (max-width: 1280px) {
  .side-nav.v1 a {
      padding:1em 4% 1.5em 8%;
  }
}

@media screen and (max-width: 800px) {
  .video-side-nav.side-nav.v1 {
      background-color:#f2f2f2;
      position: relative;
  }

  .related-posts.side-nav.v1 {
      background-color: #f2f2f2;
      position: relative;
      padding: 2.66em;
      z-index: 0;
  }

  .video-side-nav.side-nav.v1:before {
      content: none;
  }

  .related-posts.side-nav.v1:before {
      content: none;
  }

  aside.video-side-nav.side-nav.v1 nav header {
      border-bottom: 2px solid #0C3C61;
  }

  aside.related-posts.side-nav.v1 nav header {
      border-bottom: 2px solid #0C3C61;
  }

  aside.video-side-nav.side-nav.v1 nav header strong {
      padding-bottom: 1em;
      padding-top: 0;
      color: #003764;
  }

  aside.related-posts.side-nav.v1 nav header strong {
      padding-bottom: 1em;
      padding-top: 0;
      color: #003764;
  }

  .video-side-nav.side-nav.v1 nav > ul li a {
      color: #003764;
  }

  .related-posts.side-nav.v1 nav > ul li a {
      color: #003764;
  }

  .video-side-nav.side-nav.v1 nav {
      display: block;
      max-width: 100%;
      padding: 0;
      margin: 0;
      height: auto;
      overflow: visible;
  }

  .related-posts.side-nav.v1 nav {
      display: block;
      max-width: 100%;
      padding: 0;
      margin: 0;
      height: auto;
      overflow: visible;
  }

  .video-side-nav.side-nav.v1 .level-1 {
      width: 33.33%;
  }
}

@media screen and (max-width: 800px) {
  .side-nav.v1 {
      position:fixed;
      width: 100%;
      bottom: 0;
      left: 0;
      z-index: 99;
      max-height: 100%;
      padding: 0;
      display: flex;
      flex-direction: column;
      background-color: #003764;
      transition: opacity .5s ease 0s, transform .4s ease 0s;
      transform: none;
  }

  .down-scroll .side-nav.v1 {
      transform: translateY(100%);
  }

  .down-scroll .related-posts.side-nav.v1 {
      transform: none;
  }

  .up-scroll .side-nav.v1 {
      transform: none;
  }

  .side-nav.v1.show-mobile {
      z-index: 100;
  }

  .side-nav.v1 ::-webkit-scrollbar {
      width: 10px;
  }

  .side-nav.v1 ::-webkit-scrollbar-track {
      background: #003764;
  }

  .side-nav.v1 ::-webkit-scrollbar-thumb {
      background-color: #002a4c;
      border-radius: 5px;
  }

  .side-nav.v1::before {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #003764;
      opacity: .98;
      content: '';
      display: block;
      top: 0;
      left: 0;
  }

  .side-nav.v1 .mobile-trigger {
      display: block;
      flex: 0 0 auto;
      position: relative;
  }

  .side-nav.v1 .mobile-trigger:after {
      content: '';
      position: absolute;
      width: calc(100% - 2em);
      height: 2px;
      background-color: #FFFFFF;
      top: 100%;
      left: 1em;
  }

  .side-nav.v1 .mobile-trigger header {
      border: none;
      padding: 1em;
      position: relative;
  }

  .side-nav.v1 .mobile-trigger header:before,.side-nav.v1 .mobile-trigger header:after {
      content: '';
      display: block;
      width: 1.25em;
      height: .25em;
      position: absolute;
      right: 1.5em;
      top: 50%;
      background-color: #FFFFFF;
      transition: transform .5s ease 0s;
  }

  .side-nav.v1 .mobile-trigger header:before {
      transform: translateY(-50%) rotateZ(-90deg);
  }

  .side-nav.v1 .mobile-trigger header:after {
      transform: translateY(-50%) rotateZ(180deg);
  }

  .side-nav.v1.show-mobile .mobile-trigger header:before {
      transform: translateY(-50%) rotateZ(45deg);
  }

  .side-nav.v1.show-mobile .mobile-trigger header:after {
      transform: translateY(-50%) rotateZ(-45deg);
  }

  .side-nav.v1 .mobile-trigger h4 {
      color: #FFFFFF;
      font-size: 1.25em;
      line-height: 1;
  }

  .pl10 {
    padding-left: 10px;
  }

  .side-nav.v1 nav {
      display: none;
      overflow-y: scroll;
      padding: 0 1.66em 1.66em 1.66em;
      flex: 1 1 auto;
      height: 100vh;
      max-width: 32em;
      margin: 1.66em;
      position: relative;
  }
  .side-nav.v1 nav.show-mobile {
    display: block;
  }

  .side-nav.v1 nav header {
      border-bottom: 0;
  }

  aside.side-nav.v1 nav header strong {
      color: #FFFFFF;
      padding-bottom: 0;
      padding-top: 1em;
  }

  .side-nav.v1 nav > ul {
      max-height: 100%;
      overflow-y: initial;
  }

  .side-nav.v1 nav > ul li a {
      color: #FFFFFF;
  }

  .side-nav.v1 nav > ul li span svg {
      color: #FFFFFF;
  }

  .video-side-nav.side-nav.v1 .level-1 {
      width: 100%;
  }

  .video-side-nav.side-nav.v1 .level-1 > a > div {
      display: flex;
  }

  .video-side-nav.side-nav.v1 .level-1 img {
      padding: 16.66% 0;
      flex: 1 1 50%;
  }

  .video-side-nav.side-nav.v1 .level-1 strong {
      flex: 1 1 50%;
      padding: 1rem;
  }
}


.banner-message {
  color: #FFFFFF;
  position: relative;
}

.banner-message .info {
  padding: 16.7vw 0;
}

.banner-message .info > strong {
  font-size: 3.33em;
  letter-spacing: -0.03em;
  line-height: 1;
  display: block;
}

.banner-message .info > em {
  font-style: normal;
  font-size: 2.22em;
  line-height: 1;
  display: block;
  margin-top: .5em;
}

.banner-message .info > p {
  line-height: 2;
  font-size: 1rem;
  margin-top: 1.15em;
}

.banner-message .info > ul {
  padding-top: .5em;
}

.banner-message .info > ul li {
  margin-right: 1.67em;
  margin-bottom: 1em;
}

@media screen and (max-width: 1024px) {
  .banner-message .info {
      font-size:.9em;
  }
}

@media screen and (max-width: 800px) {
  .banner-message .info {
      font-size:.8em;
  }

  .banner-message .info > em {
      margin-top: .3em;
  }

  .banner-message .info > p {
      margin: 0.2em 0;
  }
}

@media screen and (max-width: 380px) {
  .banner-message .info > ul li {
      margin-right:0;
      width: 100%;
  }

  .banner-message .info > ul li a {
      width: 100%;
  }
}

.share_buttons li {
  padding: 0 0 .5em .75em !important;
}

.share_buttons li a {
  font-size: 1.25em;
  text-decoration: none !important;
  transition: color .4s ease 0s;
  color: #ff4438 !important;
}