@import url("https://use.typekit.net/tgf2xqn.css");
ol.num-list li, h1, h2, h3, h4, h5, h6, p, body {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

strong {
  font-weight: 700;
}

.email-opt-out-form, .footer .footer-seal-block, .header .header-content, .flex, .clearfix, .row, .input-box .input-text, .input-box {
  display: flex;
  flex-wrap: wrap;
}

.tabber-sec .tab-list ul li, .footer .footer-nav-block .footer-nav li a, .header .header-content, .header-cta, .hero-btn, .btn-nav, .btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header-cta, .hero-btn, .btn-nav, .btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  font-size: 18px;
  width: auto;
  padding: 20px 25px;
  text-decoration: none;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  background-color: #FD9A05;
  color: #fff;
  overflow: hidden;
}
.header-cta:hover, .hero-btn:hover, .btn-nav:hover, .btn:hover {
  background-color: #0059A3;
  color: #fff;
}

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

html, body {
  width: 100%;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 18px;
  line-height: 1.35;
  color: #000;
}
@media (max-width: 640px) {
  body {
    font-size: 17px;
  }
}

/** reset **/
a:hover, a:active, a, a:focus, textarea:focus, a[href^=tel] {
  outline: none;
  text-decoration: none;
}

a, a[href^=tel] {
  color: inherit;
}

input, select, textarea, button {
  outline: none;
  border: none;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
}

input:not([type=checkbox]):not([type=radio]), select, textarea {
  padding: 10px 15px 9px;
  margin-bottom: 20px;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: none;
  width: 100%;
  font-size: 19px;
  line-height: 1.3;
  color: #000;
}
@media (min-width: 768px) {
  input:not([type=checkbox]):not([type=radio]), select, textarea {
    font-size: 24px;
    padding: 12px 20px 11px;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  input:not([type=checkbox]):not([type=radio]), select {
    height: 66px;
  }
}
@media (max-width: 767px) {
  input:not([type=checkbox]):not([type=radio]), select {
    height: 50px;
  }
}

form button {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  cursor: pointer;
}

textarea {
  resize: none;
  overflow: auto; /** remove scroller in IE **/
  min-height: 200px;
}

select::-ms-expand {
  display: none; /** IE fix **/
}

select {
  background-image: url(../images/select-arrow-small.png);
  background-repeat: no-repeat;
  background-position: right 15px top 20px;
}
@media (min-width: 768px) {
  select {
    background-image: url(../images/select-arrow.png);
    background-position: right 25px top 27px;
  }
}

input:not([type=checkbox]):not([type=radio]):focus, textarea:focus {
  outline: none;
}

::placeholder {
  color: #E7E6F2;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #E7E6F2;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #E7E6F2;
}

/** hide placeholder text on focus **/
input:focus::placeholder, textarea:focus::placeholder {
  color: transparent;
}

label {
  display: block;
  color: #000;
  margin-bottom: 7px;
}

img {
  max-width: 100%;
}

hr {
  border: none;
  border-bottom: 1px solid #ADABC3;
  margin: 50px 0;
}

:where(ul[class]) {
  list-style-type: none;
}

:where(ul:not(:last-child)) {
  margin-bottom: 40px;
}

p {
  line-height: 1.6;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

h1 {
  font-size: 56px;
  margin-bottom: 15px;
  color: #686777;
  line-height: 1.2;
}
h1.white {
  color: #fff;
}
h1.display {
  font-size: 90px;
  font-weight: 700;
}
h1.hero-sec {
  font-weight: 700;
  color: #0059A3;
}
@media (max-width: 640px) {
  h1 {
    font-size: 41px;
  }
}

h2 {
  font-size: 36px;
  margin-bottom: 32px;
  color: #686777;
}
h2.display {
  font-size: 72px;
  font-weight: 700;
}
h2.sec-heading {
  color: #0059A3;
  font-weight: 700;
}
h2.divider-heading {
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 640px) {
  h2.divider-heading {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 31px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  color: #686777;
}
h3.display {
  font-size: 44px;
  font-weight: 700;
}
@media (max-width: 640px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 22px;
  font-weight: 700;
  color: #686777;
}
h4.display {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 640px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 12px;
}

p:not(:last-child) {
  margin-bottom: 25px;
}

a {
  color: #FD9A05;
  word-break: break-word;
  text-decoration: underline;
}
a:hover {
  color: #0059A3;
  text-decoration: none;
}

@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) { /** IE 9 and above fix **/
  p a {
    word-break: break-all;
    display: inline-block;
  }
}
ul ul {
  list-style-type: circle;
  margin-left: 20px;
  margin-top: 15px;
}

.inner-space .container ul, .inner-space-line .container ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 15px;
}
.inner-space .container ul li, .inner-space-line .container ul li {
  margin: 5px 0 20px 0;
  line-height: 1.5;
}

ol.num-list {
  margin-left: 70px;
  padding-top: 1px;
  position: relative;
  list-style: none;
  counter-reset: sw-counter;
}
ol.num-list li {
  position: relative;
  counter-increment: sw-counter;
  font-size: 18px;
  line-height: 1.3;
  color: #686777;
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  ol.num-list li {
    margin-bottom: 30px;
  }
}
ol.num-list li:before {
  position: absolute;
  content: counter(sw-counter);
  background: #FD9A05;
  width: 50px;
  height: 50px;
  font-size: 24px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  text-align: center;
  left: -70px;
  padding-top: 8px;
  margin-top: -10px;
}
@media (max-width: 640px) {
  ol.num-list li:before {
    top: 10px;
  }
}
ol.num-list li p {
  margin-top: -60px;
  margin-bottom: 30px;
}

sup {
  font-size: 65%;
  line-height: 1;
}

.center {
  text-align: center;
}

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

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

/* specific color styles */
.light-back {
  background-color: #F7F7F7;
}

.black {
  color: #000;
}

.secondary {
  color: #FD9A05;
}

.secondary-back {
  background-color: #FD9A05;
}

.primary {
  color: #0059A3;
}

.primary-back {
  background-color: #0059A3;
}

.white {
  color: #fff;
}

.white-back {
  background-color: #fff;
}

.hover-color {
  background-color: #0059A3;
}

.grey-back {
  background-color: #686777;
}

.grey {
  color: #ADABC3;
}

.border-top-short {
  width: 330px;
  background: #FD9A05;
  height: 9px;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .border-top-short {
    width: 247px;
  }
}

.btn-nav {
  padding: 15px 25px;
  font-size: 16px;
}
.btn-nav a {
  color: #fff !important;
}
.btn-nav a:hover {
  color: #fff !important;
}
.hero-btn img {
  padding-left: 5px;
}

/** INPUT RADIO & CHECKBOX STYLE **/
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-left: 0;
  margin-bottom: 15px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .control {
    margin-bottom: 20px;
  }
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 1px;
  top: 2px;
  margin: 0;
  padding: 0;
  border: none;
}
.control + ul {
  margin-left: 30px;
}
.control + ul li {
  list-style: inside disc;
}
.control + ul li::marker {
  font-size: 14px;
}

.control-indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 1px solid #000;
}
@media (min-width: 641px) {
  .control-indicator {
    top: 2px;
  }
}
.control-indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control-indicator:after {
  display: block;
}

.control-checkbox .control-indicator {
  border-radius: 4px;
}
.control-checkbox .control-indicator:after {
  left: 5px;
  top: 2px;
  width: 8px;
  height: 12px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.control-radio .control-indicator {
  border-radius: 50%;
}
.control-radio .control-indicator:after {
  left: 2px;
  top: 2px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #000;
}

.input-box {
  width: 100%;
  margin-bottom: 15px;
}
.input-box .input-num-area {
  text-align: center;
  color: #000;
}
.input-box .input-num-area span {
  font-size: 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  .input-box .input-num-area {
    flex: 0 0 45px;
    -ms-flex: 0 0 45px;
    max-width: 45px;
  }
}
@media (min-width: 768px) {
  .input-box .input-num-area {
    flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    max-width: 60px;
  }
  .input-box .input-num-area span {
    font-size: 16px;
  }
}
.input-box .input-text {
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  margin-left: 10px;
}
.input-box .input-text ul.dotted-list {
  padding-top: 10px;
}
.input-box .input-text ul.dotted-list > li {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .input-box .input-text ul.dotted-list > li:before {
    top: 12px;
  }
}
@media (min-width: 768px) {
  .input-box .input-text {
    margin-left: 20px;
  }
}

.input-row {
  text-align: left;
  position: relative;
}
.input-row .inline-block + .inline-block {
  margin-left: 30px;
}
.input-row input:not([type=checkbox]):not([type=radio]), .input-row select {
  margin-bottom: 0;
}

/** INPUT RADIO & CHECKBOX STYLE END **/
.container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding: 0 170px;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
@media (max-width: 1439px) {
  .container {
    padding: 0 100px;
  }
}
@media (max-width: 820px) {
  .container {
    padding: 0 70px;
  }
}
@media (max-width: 640px) {
  .container {
    padding: 0 20px;
  }
}
.container .container-small, .container .container-med {
  padding-left: 0;
  padding-right: 0;
}

.container-med {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container-med {
    max-width: 800px;
  }
}

.container-small {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 768px) {
  .container-small {
    max-width: 640px;
  }
}

.block-md {
  max-width: 100%;
}
@media (min-width: 1025px) {
  .block-md {
    max-width: 930px;
  }
}

.row {
  margin-left: -50px;
  margin-right: -50px;
  flex-grow: 1;
}
.row .col, .row [class*=col-] {
  padding-left: 50px;
  padding-right: 50px;
  flex-grow: 1;
}

.inner-space, .inner-space-small {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .inner-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 640px) {
  .inner-space-small {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.inner-space-line {
  padding-top: 0;
  padding-bottom: 50px;
}
@media (max-width: 640px) {
  .inner-space-line {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 640px) {
  .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-3 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
@media (max-width: 640px) {
  .col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 640px) {
  .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-two-third {
  -ms-flex: 0 0 66.66666%;
  flex: 0 0 66.66666%;
  max-width: 66.66666%;
}

.col-full {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-30 {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.col-40 {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.col-60 {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.col-70 {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

@media (max-width: 820px) {
  .md-col-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .md-col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .md-col-3 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 640px) {
  .xs-col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xs-col-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.clearfix {
  width: 100%;
}

.p-relative {
  position: relative;
  z-index: 2;
}

.d-block {
  display: block;
}

@media (max-width: 820px) {
  .d-block-md {
    display: block;
  }
}

.inline-block {
  display: inline-block;
}

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

.align-end {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.color-black {
  color: #000 !important;
}

.color-white {
  color: #fff;
}

.color-primary {
  color: #0059A3;
}

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

@media (min-width: 821px) {
  .text-center-lg {
    text-align: center;
  }
}

@media (max-width: 820px) {
  .text-center-md {
    text-align: center;
  }
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.w-100 {
  width: 100% !important;
}

.w-450 {
  max-width: 100%;
}
@media (min-width: 641px) {
  .w-450 {
    width: 450px !important;
  }
}

.mb-50 {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .mb-50 {
    margin-bottom: 50px;
  }
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-10 {
  margin-bottom: 10px;
}

.m-0 {
  margin: 0 !important;
}

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

@media (min-width: 991px) {
  .pr-120 {
    padding-right: 120px;
  }
}

.bg-grey {
  background-color: #F7F7F7;
}

@media only screen and (max-width: 768px) {
  .bg-grey-mob {
    background-color: #F7F7F7;
  }
}
@media (max-width: 820px) {
  .bg-grey-mob {
    background-color: #F7F7F7;
  }
}

@media (max-width: 820px) {
  .bg-white-mob {
    background-color: #fff;
  }
}

@media (max-width: 820px) {
  .bg-grey-md {
    background-color: #F7F7F7;
  }
}

@media (min-width: 821px) {
  .bg-grey-lg {
    background-color: #F7F7F7;
  }
}

@media (min-width: 768px) {
  .text-large {
    font-size: 20px;
  }
}

.notes-text {
  font-size: 13px;
}
.notes-text p:not(:last-child) {
  margin-bottom: 15px;
}
.notes-text a {
  color: inherit;
  text-decoration: none;
}

.text-block:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .text-block:not(:last-child) {
    margin-bottom: 35px;
  }
}
.text-block h2.sec-heading {
  color: #000;
}

ul.dotted-list:not(:last-child) {
  margin-bottom: 30px;
}
ul.dotted-list > li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
ul.dotted-list > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  display: block;
}
@media (min-width: 641px) {
  ul.dotted-list > li {
    margin-bottom: 17px;
  }
}
ul.dotted-list ul li:not(:last-child) {
  margin-bottom: 10px;
}

ul.num-list {
  margin-left: 20px;
  counter-reset: numCounter;
}
ul.num-list:not(:last-child) {
  margin-bottom: 30px;
}
ul.num-list > li {
  counter-increment: numCounter;
  padding-left: 5px;
  position: relative;
  margin-bottom: 10px;
}
ul.num-list > li::marker {
  content: counter(numCounter) ") ";
}
@media (min-width: 641px) {
  ul.num-list > li {
    margin-bottom: 17px;
  }
}

@media (min-width: 641px) {
  .show-xs {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .hide-xs {
    display: none !important;
  }
}
@media (min-width: 821px) {
  .show-md {
    display: none !important;
  }
}
@media (max-width: 820px) {
  .hide-md {
    display: none !important;
  }
}
.text-xs {
  font-size: 12px;
}

#clip-copied {
  display: none;
  color: red;
  font-weight: bold;
}

/** back to top icon style **/
.back-to-top {
  display: none;
  position: fixed;
  z-index: 8000;
  right: 15px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #e8e8e8;
  cursor: pointer;
  overflow: hidden;
  background: url(../images/arrow-up.png) no-repeat center;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}
.back-to-top:hover {
  background-color: #fff;
  opacity: 1;
}
@media (min-width: 821px) {
  .back-to-top {
    right: 30px;
    bottom: 50px;
  }
}

/** back to top icon style end **/
/** video responsive style: Youtube and Vimeo **/
.video-section > img {
  width: 100%;
  display: block;
}

.video-placeholder {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-placeholder iframe, .video-placeholder object, .video-placeholder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** video responsive style: Youtube and Vimeo: end **/
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  color: #686777;
  box-shadow: 0 8px 6px -7px #333333;
}
.header.header-scroll .header-content {
  padding: 15px 0;
}
@media (min-width: 641px) {
  .header.header-scroll .header-content {
    padding: 20px 0;
  }
}
.header .header-content {
  align-items: center;
  flex-grow: 1;
  padding: 30px 0 25px;
}
@media (max-width: 640px) {
  .header .header-content {
    padding: 10px 0 15px;
  }
}
.header .logo {
  line-height: 1;
  max-width: 335px;
}
@media (max-width: 640px) {
  .header .logo {
    max-width: 180px;
  }
}
.header .logo a, .header .logo img {
  display: block;
}
@media (max-width: 640px) {
  .header .logo img {
    max-width: 180px;
    max-height: 70px;
  }
}
.header .nav-holder {
  display: none;
}
@media (min-width: 1440px) {
  .header .nav-holder {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (max-width: 1439px) {
  .header .nav-holder {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1440px) {
  .header .nav-holder .menu-main-menu-container {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (max-width: 1439px) {
  .header .nav-holder .menu-main-menu-container {
    background-color: #fff;
    padding: 20px 0 30px 0;
  }
}
@media (max-width: 640px) {
  .header .nav-holder .menu-main-menu-container {
    background-color: #fff;
    padding: 20px 0 30px 0;
  }
}

/** navigation style **/
@media (min-width: 1440px) {
  .main-nav {
    margin: 0 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.main-nav li {
  list-style: none;
}
.main-nav li a {
  color: #000;
  display: block;
  position: relative;
  transition: all 0.2s;
  text-decoration: none;
}
.main-nav li a:hover {
  color: #0059A3;
}
@media (min-width: 1440px) {
  .main-nav li:not(:last-child) {
    margin-right: 40px;
  }
  .main-nav li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    border-bottom: 2px solid #0059A3;
    transition: all 0.2s;
  }
  .main-nav li a:hover:after {
    width: 100%;
  }
}
@media (max-width: 1439px) {
  .main-nav li {
    text-align: center;
    margin-bottom: 10px;
  }
  .main-nav li a {
    display: inline-block;
    font-size: 18px;
    padding: 10px 0;
    color: #0059A3;
    font-weight: 700;
  }
  .main-nav li.btn-nav a {
    padding: 10px 20px;
  }
}
@media (max-width: 1439px) and (max-width: 640px) {
  .main-nav li.btn-nav a {
    padding: 0;
  }
}

.header-cta {
  display: none;
  padding: 8px 15px;
  margin-left: 10px;
}
@media (max-width: 1439px) {
  .header-cta {
    display: block;
  }
  .header-cta a {
    padding: 0;
    font-size: 12px;
  }
}

.nav-trigger {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 10px;
  top: 30px;
}
@media (max-width: 1439px) {
  .nav-trigger {
    display: block;
  }
}
.nav-trigger > div {
  width: 26px;
}
.nav-trigger > div > span {
  display: block;
  width: 100%;
  height: 2px;
  background: #0059A3;
  transition: all 0.2s ease-in-out;
  transform-origin: center;
}
.nav-trigger > div > span:nth-child(1) {
  transform: translateY(-6px);
}
.nav-trigger > div > span:nth-child(3) {
  transform: translateY(6px);
}
.nav-trigger.active > div > span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.nav-trigger.active > div > span:nth-child(1) {
  transform: translateY(100%) rotate(45deg);
}
.nav-trigger.active > div > span:nth-child(3) {
  transform: translateY(-100%) rotate(-45deg);
}

/** navigation style end **/
/** header-hero-sec style **/
.header-hero-sec {
  background-color: #FD9A05;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .header-hero-sec {
    padding: 50px 0;
  }
}
@media (min-width: 821px) {
  .header-hero-sec h2:not(.sec-heading) {
    font-size: 45px;
  }
}

/** header-hero-sec style end **/
/** footer style **/
.footer {
  position: relative;
  background-color: #fff;
}
.footer .footer-bold {
  font-weight: bold;
}
.footer .footer-terms-menu {
  width: auto;
}
.footer .footer-content {
  padding: 60px 0 30px;
  display: flex;
  width: 100%;
}
@media (max-width: 640px) {
  .footer .footer-content {
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
  }
}
.footer .footer-content .footer-logo {
  margin-right: 30px;
}
@media (max-width: 640px) {
  .footer .footer-content .footer-logo {
    margin: 0 auto 10px;
  }
}
.footer .footer-content .footer-nav-block {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
@media (max-width: 640px) {
  .footer .footer-content .footer-nav-block {
    justify-content: center;
  }
}
.footer .footer-copyright {
  margin: 0 0 20px 0;
}
@media (max-width: 640px) {
  .footer .footer-copyright {
    margin: 0 auto 10px;
  }
}
.footer .footer-copyright p {
  font-size: 80%;
}
.footer .footer-nav-block p:not(:last-child) {
  margin-bottom: 15px;
}
.footer .footer-nav-block .footer-nav {
  padding-top: 7px;
}
.footer .footer-nav-block .footer-nav li {
  margin-bottom: 5px;
  float: left;
  margin-left: 20px;
}
.footer .footer-nav-block .footer-nav li:last-child {
  margin-bottom: 0;
}
.footer .footer-nav-block .footer-nav li a {
  color: inherit;
  display: inline-block;
  text-decoration: underline;
  font-size: 90%;
}
.footer .footer-nav-block .footer-nav li a:hover {
  color: #0059A3;
}
.footer .footer-nav-block .footer-nav-privacy {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-nav-block .footer-nav-privacy li {
  margin-right: 130px;
}
@media (max-width: 640px) {
  .footer .footer-nav-block .footer-nav-privacy li {
    margin: 0 3px;
    font-size: 90%;
  }
}
.footer .footer-nav-block .footer-nav-privacy li:last-child {
  margin-right: 0;
}
.footer .footer-nav-block .footer-nav-privacy li a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-nav-mob {
  text-align: left;
  margin-bottom: 30px;
}
.footer .footer-nav-mob a {
  color: #fff;
  text-decoration: none;
  line-height: 2;
}
.footer .footer-center-block {
  text-align: center;
  font-size: 12px;
  line-height: 17px;
}
.footer .footer-seal-block {
  flex-direction: column;
}
.footer .footer-seal-block .seal-images img {
  vertical-align: middle;
  display: inline-block;
  max-width: 100px;
}
.footer .footer-seal-block .seal-images img + img {
  margin-left: 15px;
}

/** footer style end **/
.page-banner {
  position: relative;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
}
.page-banner.internal-hero {
  height: 200px;
  min-height: 200px;
  max-height: 200px;
}
@media (max-width: 640px) {
  .page-banner {
    height: 450px;
    min-height: 450px;
    max-height: 450px;
    display: flex;
    align-items: center;
  }
}
.page-banner .container {
  display: flex;
  align-items: center;
}
.page-banner .container.hero-container {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.page-banner .container.hero-container.justify-center {
  justify-content: center;
}
.page-banner .container.hero-container .banner-content {
  max-width: 500px;
}
.page-banner .container.hero-container .banner-content-center {
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
}
.page-banner .container.hero-container .banner-mob {
  margin: 0;
  text-align: center;
  padding: 30px 20px 10px 20px;
  background-size: cover;
  width: 100%;
}

.banner-side-img {
  position: relative;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 510px;
  min-height: 510px;
  max-height: 510px;
}
@media (max-width: 640px) {
  .banner-side-img {
    height: 450px;
    min-height: 450px;
    max-height: 450px;
  }
}
.banner-side-img .banner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-side-img .banner-container .banner-content {
  max-width: 500px;
}
.banner-side-img .banner-container .banner-left-img, .banner-side-img .banner-container .banner-right-img {
  border-radius: 20px;
  background-color: #ADABC3;
  overflow: hidden;
  width: 450px;
  max-width: 450px;
  height: 450px;
  max-height: 450px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.banner-side-img .banner-container .banner-left-img {
  justify-content: left;
}
.banner-side-img .banner-container .banner-right-img {
  justify-content: right;
}

.intro-block {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media (max-width: 640px) {
  .intro-block {
    background-image: url("../images/hex-background-mob.jpg") !important;
  }
}
.intro-block .inner-space .container .intro-content-block, .intro-block .inner-space-line .container .intro-content-block {
  width: 100%;
  display: flex;
}
@media (max-width: 640px) {
  .intro-block .inner-space .container .intro-content-block, .intro-block .inner-space-line .container .intro-content-block {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .intro-block .inner-space .container .intro-content-block img, .intro-block .inner-space-line .container .intro-content-block img {
    padding-top: 30px;
  }
}

.three-col-sec .container {
  margin: 0 auto;
  text-align: center;
}
.three-col-sec .container .intro-content-block {
  width: 100%;
  display: flex;
  margin-top: 30px;
}
@media (max-width: 640px) {
  .three-col-sec .container .intro-content-block {
    flex-wrap: wrap;
  }
}
.three-col-sec .container .intro-content-block .col-3 {
  text-align: center;
  margin-bottom: 30px;
}
.three-col-sec .container .intro-content-block .col-3:first-child {
  padding-right: 80px;
}
@media (max-width: 640px) {
  .three-col-sec .container .intro-content-block .col-3:first-child {
    padding-right: 0;
  }
}
.three-col-sec .container .intro-content-block .col-3:last-child {
  padding-left: 80px;
}
@media (max-width: 640px) {
  .three-col-sec .container .intro-content-block .col-3:last-child {
    padding-left: 0;
  }
}
.three-col-sec .container .intro-content-block .col-3 h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.three-col-sec .container .intro-content-block .col-4 {
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 640px) {
  .three-col-sec .container .intro-content-block .col-4 {
    padding: 0;
  }
}
.three-col-sec .container .intro-content-block .col-4:first-child {
  padding-left: 0;
}
.three-col-sec .container .intro-content-block .col-4:last-child {
  padding-right: 0;
}
.three-col-sec .container .intro-content-block .col-4 h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.three-col-sec .container .intro-content-block .icon-holder {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px auto;
}
.three-col-sec .container .intro-content-block .icon-holder .icon-white {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 20px;
}
.three-col-sec .container .intro-content-block .icon-holder .icon-white img {
  width: auto;
  height: auto;
}
.three-col-sec .container .intro-content-block .icon-holder .icon-white-sq {
  border-radius: 20%;
  display: flex;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 20px;
}
.three-col-sec .container .intro-content-block .icon-holder .icon-white-sq img {
  width: auto;
  height: auto;
}
.three-col-sec .container .intro-content-block .icon-holder .icon-space {
  padding: 30px;
}
.three-col-sec .container .boxed-columns {
  width: 100%;
  display: flex;
  margin-top: 30px;
  gap: 30px;
}
@media (max-width: 640px) {
  .three-col-sec .container .boxed-columns {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.three-col-sec .container .boxed-columns .boxed-blocks {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #0059A3;
  padding: 40px 30px;
}
@media (max-width: 640px) {
  .three-col-sec .container .boxed-columns .boxed-blocks {
    margin: 0 20px 20px;
  }
}
.three-col-sec .container .boxed-columns .boxed-blocks h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #0059A3;
}
.three-col-sec .container .three-col-btn {
  margin: 50px 0;
  text-align: center;
  width: 100%;
}

.icon-holder {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px auto;
}
.icon-holder .icon-white {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 20px;
}
.icon-holder .icon-white img {
  width: auto;
  height: auto;
}
.icon-holder .icon-white-sq {
  border-radius: 20%;
  display: flex;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 20px;
}
.icon-holder .icon-white-sq img {
  width: auto;
  height: auto;
}
.icon-holder .icon-space {
  padding: 30px;
}

.divider-content {
  padding: 5px 0 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.divider-content .inner-space {
  color: #fff;
  padding: 30px 0 20px;
}
.divider-content .inner-space .anchor {
  scroll-behavior: smooth;
  color: #fff;
  line-height: 1.8;
}
.divider-content .inner-space .services-menu {
  text-align: left;
  font-size: 18px;
  line-height: 2;
}
.divider-content .inner-space h3 {
  margin-bottom: 30px;
}
.divider-content .inner-space .black {
  color: #000;
}
.divider-content .inner-space .black h2 {
  color: #000;
}
.divider-content .inner-space .white {
  color: #fff;
}
.divider-content .inner-space .white h2 {
  color: #fff;
}
.divider-content .inner-space .grey {
  color: #686777;
}
.divider-content .inner-space .grey h2 {
  color: #686777;
}
.divider-content .inner-space .primary {
  color: #0059A3;
}
.divider-content .inner-space .primary h2 {
  color: #0059A3;
}
.divider-content .inner-space .secondary {
  color: #FD9A05;
}
.divider-content .inner-space .secondary h2 {
  color: #FD9A05;
}

@media (max-width: 640px) {
  .split-img-block .inner-space {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  .split-img-block .container {
    padding: 0;
  }
}
.split-img-block .container .split-content-block {
  width: 100%;
  display: flex;
}
@media (max-width: 640px) {
  .split-img-block .container .split-content-block {
    flex-wrap: wrap;
  }
}
.split-img-block .container .split-content-block .split-img {
  height: 100%;
  width: 100%;
}
.split-img-block .container .split-content-block .split-text {
  padding-left: 60px;
}
@media (max-width: 1024px) {
  .split-img-block .container .split-content-block .split-text {
    text-align: center;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .split-img-block .container .split-content-block .split-text {
    padding: 0 20px;
  }
}

.four-col-block .inner-space {
  padding-top: 0;
  padding-bottom: 0;
}
.four-col-block .inner-space .container .icon-block-holder {
  width: 100%;
  display: flex;
}
@media (max-width: 1024px) {
  .four-col-block .inner-space .container .icon-block-holder {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .four-col-block .inner-space .container .icon-block-holder {
    flex-wrap: wrap;
  }
}
.four-col-block .inner-space .container .icon-block-holder .sec-1 {
  width: 23%;
  padding-right: 70px;
  border-right: 1px solid #0059A3;
}
.four-col-block .inner-space .container .icon-block-holder .sec-2 {
  width: 27%;
  padding-right: 70px;
  padding-left: 80px;
  border-right: 1px solid #0059A3;
}
.four-col-block .inner-space .container .icon-block-holder .sec-3 {
  width: 27%;
  padding-right: 70px;
  padding-left: 80px;
  border-right: 1px solid #0059A3;
}
.four-col-block .inner-space .container .icon-block-holder .sec-4 {
  width: 23%;
  padding-left: 80px;
}
@media (max-width: 1024px) {
  .four-col-block .inner-space .container .icon-block-holder [class*=sec-] {
    width: 50%;
    padding: 0 0 30px 0;
    border-right: none;
  }
}
@media (max-width: 640px) {
  .four-col-block .inner-space .container .icon-block-holder [class*=sec-] {
    width: 100%;
    padding: 0 0 30px 0;
    border-right: none;
  }
}
.four-col-block .inner-space .container .icon-block-holder h3 {
  margin-bottom: 20px;
}
.four-col-block .inner-space .container .icon-block-holder a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.case-studies-sec {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.case-studies-sec .inner-space .container .case-studies, .case-studies-sec .inner-space-line .container .case-studies {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.case-studies-sec .inner-space .container .case-studies .col-2 .cs-wrapper, .case-studies-sec .inner-space-line .container .case-studies .col-2 .cs-wrapper {
  background-color: #fff;
  background-image: url("../images/corner-quote.png");
  background-repeat: no-repeat;
  background-position: top right;
  padding: 50px 35px;
  border-bottom: 8px solid #FD9A05;
  min-height: 287px;
  margin: 0 20px 20px 0;
}
.case-studies-sec .inner-space .container .case-studies .col-2 .cs-wrapper.cs-no-corner, .case-studies-sec .inner-space-line .container .case-studies .col-2 .cs-wrapper.cs-no-corner {
  background-image: none;
}
.case-studies-sec .inner-space .container .case-studies .col-2 .cs-wrapper .cs-content, .case-studies-sec .inner-space-line .container .case-studies .col-2 .cs-wrapper .cs-content {
  margin-bottom: 10px;
}
.case-studies-sec .inner-space .container .case-studies .col-2 .cs-wrapper .cs-title, .case-studies-sec .inner-space-line .container .case-studies .col-2 .cs-wrapper .cs-title {
  margin: 30px 0 0 20px;
}
.case-studies-sec .inner-space .container .case-studies .col-2 .cs-wrapper figure, .case-studies-sec .inner-space-line .container .case-studies .col-2 .cs-wrapper figure {
  float: left;
}
.case-studies-sec .cs-intro {
  font-size: 28px;
}

.center-block .inner-space .container {
  padding: 0 300px;
}
@media (max-width: 640px) {
  .center-block .inner-space .container {
    padding: 0 20px;
  }
}

/* collapse styles */
.collapse-sec {
  border: 1px solid #FD9A05;
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
  width: 100%;
}
.collapse-sec.services-menu {
  border: 1px solid #fff;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 0;
}
.collapse-sec.services-menu h3 {
  color: #fff;
}
.collapse-sec.services-menu .collapse-content {
  margin-top: 20px;
}
.collapse-sec.services-menu .collapse-arrow {
  background-image: url("../images/arrow-down.png");
}
.collapse-sec.services-menu .collapse-arrow.open {
  background-image: url("../images/arrow-line.png");
}
.collapse-sec .collapse-list {
  position: relative;
  margin: 0;
  width: 100%;
}
.collapse-sec .collapse-list .collapse-content {
  display: none;
}
.collapse-sec .collapse-list.active .collapse-content {
  display: block;
}
.collapse-sec .collapse-list h3 {
  width: 100%;
  transition: all 0.1s ease-in-out;
}
.collapse-sec .collapse-arrow {
  position: absolute;
  right: 5px;
  top: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  transition: all 0.2s ease-in-out;
  background-image: url("../images/arrow-blue.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.collapse-sec .collapse-arrow.open {
  background-image: url("../images/arrow-line-blue.png");
}
.collapse-sec .collapse-arrow:before, .collapse-sec .collapse-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  transition: all 0.2s ease-in-out;
}
.collapse-sec .collapse-arrow:after {
  transform: rotate(90deg);
}
.collapse-sec .collapse-arrow.open:after {
  transform: rotate(0deg);
}

/** tabber-sec style **/
.tabber-sec {
  position: relative;
  margin: 0 50px;
}
@media (max-width: 640px) {
  .tabber-sec {
    margin: 0;
  }
}
.tabber-sec .tab-list ul li {
  list-style: none;
  cursor: pointer;
}
.tabber-sec .tab-list ul li:not(:last-child) {
  margin-bottom: 45px;
}
.tabber-sec .tab-list ul li h4 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 18px;
  color: #BABABA;
}
@media (max-width: 640px) {
  .tabber-sec .tab-list ul li h4 {
    color: #000;
  }
}
.tabber-sec .tab-list ul li h2 {
  color: #BABABA;
  font-weight: 600;
}
@media (max-width: 640px) {
  .tabber-sec .tab-list ul li h2 {
    color: #0059A3;
  }
}
@media (max-width: 820px) {
  .tabber-sec .tab-list ul li h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (min-width: 821px) {
  .tabber-sec .tab-list ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .tabber-sec .tab-list ul li {
    color: #ADABC3;
  }
  .tabber-sec .tab-list ul li.active h4, .tabber-sec .tab-list ul li:hover h4 {
    color: #000;
  }
  .tabber-sec .tab-list ul li.active h2, .tabber-sec .tab-list ul li:hover h2 {
    color: #0059A3;
  }
}
.tabber-sec .tab-content-holder {
  padding-top: 30px;
}
.tabber-sec .tab-content-holder .tab-list-content {
  display: none;
}
.tabber-sec .tab-content-holder .tab-list-content.active {
  display: block;
}
.tabber-sec .mob-tab-content {
  padding-top: 20px;
}
@media (min-width: 821px) {
  .tabber-sec .mob-tab-content {
    display: none;
  }
}

/* FAQ Styles */
.faq-sec {
  width: 100%;
}
.faq-sec h4 {
  color: #0059A3;
  margin: 0 40px 0 0;
  cursor: pointer;
}
@media (max-width: 640px) {
  .faq-sec h4 {
    padding-right: 40px;
  }
}
.faq-sec .faq-listing {
  width: 100%;
  margin-bottom: 30px;
}
.faq-sec .faq-listing .faq-collapse-list {
  position: relative;
  border: 1px solid #0059A3;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 20px;
}
.faq-sec .faq-listing .faq-collapse-list .faq-collapse-content {
  display: none;
  margin-top: 20px;
}
.faq-sec .faq-listing .faq-collapse-list .faq-collapse-content.active {
  display: block;
}
.faq-sec .faq-holder {
  width: 100%;
  margin-bottom: 30px;
}
.faq-sec .faq-holder .faq-box {
  margin-bottom: 40px;
}
.faq-sec .faq-accordion {
  width: 100%;
  margin-bottom: 30px;
}
.faq-sec .faq-accordion .faq-accordion-list {
  position: relative;
  padding: 30px;
  margin-bottom: 20px;
}
.faq-sec .faq-accordion .faq-accordion-list .faq-accordion-content {
  display: none;
}
.faq-sec .faq-accordion .faq-accordion-list .faq-accordion-content.active {
  display: block;
}

.collapse-arrow {
  display: block;
  position: absolute;
  right: 25px;
  top: 30px;
  width: 25px;
  height: 13px;
  background-image: url("../images/faq-arrow-down.png");
}
.collapse-arrow.hide {
  display: none;
}

.open-arrow {
  display: block;
  position: absolute;
  right: 25px;
  top: 30px;
  width: 16px;
  height: 27px;
  background-image: url("../images/faq-arrow-right.png");
}
.open-arrow.hide {
  display: none;
}

.accordion-arrow {
  display: block;
  position: absolute;
  right: 25px;
  top: 30px;
  width: 25px;
  height: 13px;
  background-image: url("../images/faq-arrow-down.png");
}
.accordion-arrow.hide {
  display: none;
}

.open-accordion {
  display: block;
  position: absolute;
  right: 25px;
  top: 30px;
  width: 16px;
  height: 27px;
  background-image: url("../images/faq-arrow-right.png");
}
.open-accordion.hide {
  display: none;
}

/** default embed styles **/
.sw-se-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.sw-se-wrapper p {
  margin: 15px 0;
}

.sw-se-wrapper h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

/* misc form styles */
button.btn {
  font-size: 19px;
  padding: 18px 40px 17px;
}

.screener-form {
  position: relative;
  padding-top: 30px;
}
.screener-form button {
  margin-top: 25px;
  font-size: 19px;
  text-align: center;
  min-width: 190px;
}
@media (min-width: 641px) {
  .screener-form button {
    margin-top: 40px;
  }
}

.info-form button {
  margin-top: 10px;
}

.step-form {
  position: relative;
}
.step-form h2.sec-heading {
  color: #000;
}
@media (max-width: 640px) {
  .step-form h2.sec-heading {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .step-form .control p {
    font-size: 18px;
  }
}
.step-form .step {
  margin-bottom: 35px;
}
@media (min-width: 821px) {
  .step-form .step {
    margin-bottom: 50px;
  }
}
.step-form .step.step-1 .control p {
  line-height: 1.5;
}
.step-form .step.step-1 .control-indicator {
  top: 4px;
}
.step-form .step.step-3 .control {
  padding-left: 32px;
}
.step-form .step.step-3 .control p {
  font-size: 17px;
}
.step-form .step.step-2 .row {
  margin-left: -15px;
  margin-right: -15px;
}
.step-form .step.step-2 .row [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

.dnq-form {
  margin-bottom: 60px;
}
.dnq-form button {
  margin-top: 25px;
}
.dnq-form h2.sec-heading {
  color: #000;
}
.dnq-form .control p {
  font-size: 17px;
}

.disclosure-form button {
  margin-bottom: 40px;
}
.disclosure-form .input-row {
  padding: 20px 0;
}

.email-opt-out-form {
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .email-opt-out-form button.btn {
    min-width: 335px;
  }
}

.disclaimer {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .disclaimer {
    max-width: 640px;
  }
}

.cz-field-locationselect {
  width: 100%;
  display: inline-block;
}
.cz-field-locationselect .column-3 {
  width: 30%;
  float: left;
}
@media (max-width: 767px) {
  .cz-field-locationselect .column-3 {
    width: 100%;
  }
}

.step-3 .block-md {
  margin-bottom: 20px;
}

#copy-item, #copy-btn {
  cursor: pointer;
}

.copy-text {
  display: none;
  color: red;
  font-weight: bold;
  margin-left: 30px;
}

/** location layout **/
.location-details span {
  display: inline-block;
  width: 100%;
}
.location-details span:empty {
  width: auto;
}
.location-details .location-title {
  font-weight: bold;
}
.location-details .location-distance {
  font-size: 90%;
}

/** error handling styles **/
.cz-submit-invalid:not(.cz-field) {
  overflow: hidden;
  background: #fbf6f7;
  border: 3px solid #ed1c24;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 15px 15px 0;
  display: inline-block;
}

.cz-submit-invalid .require {
  display: inline-block;
}

.contact-block .cz-submit-invalid:not(.cz-field) input {
  border: 3px solid #c63535;
}

.require {
  display: none;
  position: relative;
  right: 0;
  bottom: 0;
  padding: 10px 24px;
  background: #ed1c24;
  color: #fff;
  float: right;
  margin-right: -20px;
  margin-top: 20px;
}
.require:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  width: 20px;
  height: 100%;
  background: #ed1c24;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
}
.require > p {
  font-weight: 500;
  margin: 0;
  display: inline-block;
}

.email-opt-out-form #cz_submit_form_1_field_email {
  max-width: 400px;
}

#cz_submit_form_1_field_ext_health_agree .input-row .control {
  display: table-cell;
}

input[type=date].wsf-field, input[type=datetime-local].wsf-field, input[type=file].wsf-field, input[type=month].wsf-field, input[type=password].wsf-field,
input[type=search].wsf-field, input[type=time].wsf-field, input[type=week].wsf-field, input[type=email].wsf-field, input[type=number].wsf-field,
input[type=tel].wsf-field, input[type=text].wsf-field, input[type=url].wsf-field, select.wsf-field, textarea.wsf-field {
  padding: 10px 15px 9px;
  margin-bottom: 20px;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: none;
  width: 100%;
  font-size: 19px;
  line-height: 1.3;
  color: #000;
}
@media (min-width: 768px) {
  input[type=date].wsf-field, input[type=datetime-local].wsf-field, input[type=file].wsf-field, input[type=month].wsf-field, input[type=password].wsf-field,
  input[type=search].wsf-field, input[type=time].wsf-field, input[type=week].wsf-field, input[type=email].wsf-field, input[type=number].wsf-field,
  input[type=tel].wsf-field, input[type=text].wsf-field, input[type=url].wsf-field, select.wsf-field, textarea.wsf-field {
    font-size: 24px;
    padding: 12px 20px 11px;
    margin-bottom: 40px;
  }
}

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