@charset "UTF-8";
/* Main */
/* Vars */
/* Sass mixins */
/* Sass placeholders */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-ExtraLight.ttf") format("ttf"), url("../fonts/Gotham-ExtraLight.otf") format("otf"), url("../fonts/Gotham-ExtraLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BookItalic.ttf") format("ttf"), url("../fonts/Gotham-BookItalic.otf") format("otf"), url("../fonts/Gotham-BookItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.ttf") format("ttf"), url("../fonts/Gotham-Book.otf") format("otf"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.ttf") format("ttf"), url("../fonts/Gotham-Medium.otf") format("otf"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-MediumItalic.ttf") format("ttf"), url("../fonts/Gotham-MediumItalic.otf") format("otf"), url("../fonts/Gotham-MediumItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.ttf") format("ttf"), url("../fonts/Gotham-Bold.otf") format("otf"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Black.ttf") format("ttf"), url("../fonts/Gotham-Black.otf") format("otf"), url("../fonts/Gotham-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Components - individual elements */
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}
.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

hr {
  border: 0;
  width: 100%;
  height: 1px;
  background: #00263E;
  margin: 0 auto;
}

.form input[type=text], .form input[type=email], .form input[type=tel] {
  border: 0;
  padding: 15px 15px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #dedede;
  font-family: "Gotham", sans-serif;
  color: #00263E;
}
.form input[type=text].error, .form input[type=email].error, .form input[type=tel].error {
  border-color: #ce4229;
}
.form select {
  width: 100%;
  font-size: 18px;
  padding: 15px;
}
.form .field-group {
  margin-bottom: 20px;
  position: relative;
}
.form .label {
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  color: #6C6C6F;
}
.form .field-wrap {
  position: relative;
}
.form label.error {
  position: relative;
  top: 0;
  z-index: 2;
  width: 100%;
  display: block;
  color: #ce4229;
  font-size: 13px;
  line-height: 13px;
  padding: 5px;
}

.autocomplete-suggestions {
  overflow: auto;
  padding: 10px 5px 0px;
  margin-top: 0px;
  width: auto !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #ffffff;
  color: #00263E;
  top: 100%;
  z-index: -1;
  left: 20px;
  right: 60px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(8, 14, 34, 0.2);
          box-shadow: 0px 2px 5px 0px rgba(8, 14, 34, 0.2);
  text-align: left;
  font-size: 16px;
}
.quote-form .autocomplete-suggestions {
  left: 0;
  right: 0;
  margin-top: -2px;
}
.desktop .quote-form .autocomplete-suggestions .autocomplete-suggestion:hover {
  background: #F7FAFF;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 5px 20px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.desktop .autocomplete-suggestions .autocomplete-suggestion:hover {
  background: #F7FAFF;
}
.autocomplete-suggestions .autocomplete-suggestion strong {
  font-weight: 600;
}
.autocomplete-suggestions .autocomplete-no-suggestion {
  padding: 5px 20px;
  color: #6C6C6F;
}
.autocomplete-suggestions .autocomplete-no-suggestion a {
  color: #00263E;
  font-weight: 600;
}

.form-text-btn-group input[type=text].form-text-input, .form-text-btn-group input[type=email].form-text-input, .form-text-btn-group input[type=tel].form-text-input {
  border-radius: 0px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-right: 0;
  padding: 0px 20px;
  float: left;
  height: 45px;
  line-height: 45px;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}
@media (min-width: 64em) {
  .form-text-btn-group input[type=text].form-text-input, .form-text-btn-group input[type=email].form-text-input, .form-text-btn-group input[type=tel].form-text-input {
    height: 55px;
    line-height: 55px;
  }
}
.form-text-btn-group .form-btn {
  float: left;
  height: 45px;
  width: 60px;
  border: 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background: #dedede;
  cursor: pointer;
  position: relative;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
@media (min-width: 64em) {
  .form-text-btn-group .form-btn {
    height: 55px;
  }
}
.form-text-btn-group .form-btn .icon {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #94969d;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50.1%, -50.1%);
      -ms-transform: translate(-50.1%, -50.1%);
          transform: translate(-50.1%, -50.1%);
}
.desktop .form-text-btn-group .form-btn:hover {
  background: #e3e3e3;
}
.desktop .form-text-btn-group .form-btn:hover .icon {
  color: #6C6C6F;
}
.form-text-btn-group::after {
  content: "";
  display: table;
  clear: both;
}

.btn {
  background: #6FACDE;
  color: #ffffff;
  border: 0;
  font-size: 16px;
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  padding: 12px 45px;
  border-radius: 30px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
@media (min-width: 48em) {
  .btn {
    font-weight: 600;
    font-size: 20px;
  }
}
.btn[href*=get-a-quote] {
  background: #DC6B2F;
  color: #ffffff;
  padding: 16px 45px 16px 45px;
}
@media (min-width: 48em) {
  .btn[href*=get-a-quote] {
    padding: 14px 45px 16px 45px;
  }
}
.desktop .btn:hover {
  background: #00263E;
}
.desktop .section--dark .btn:hover {
  background: #6FACDE;
}

.btn-cta {
  background: #DC6B2F;
  color: #ffffff;
  padding: 16px 45px 16px 45px;
  height: 50px;
}
@media (min-width: 48em) {
  .btn-cta {
    height: 55px;
    padding: 14px 45px 16px 45px;
  }
}
.btn-cta.btn-cta--wide {
  width: 100%;
  display: block;
}
.btn-cta .loader span {
  background: #ffffff;
}
.is-working .btn-cta {
  pointer-events: none;
  background: #e38a5b;
}
.is-working .btn-cta .loader {
  display: block;
}
.is-working .btn-cta > span {
  display: none;
}

.btn-outline {
  background: transparent;
  border: 1px solid #00263E;
  font-weight: 400;
  border-radius: 5px;
  font-size: 16px;
  padding: 8px 35px;
  color: #00263E;
}
.desktop .btn-outline:hover {
  color: #ffffff;
}

.policy-label {
  color: #6FACDE;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

.loader {
  margin: 0px auto;
  width: 40px;
  height: 10px;
  text-align: center;
  line-height: 14px;
  display: none;
}
.loader.is-active {
  display: block;
}
.loader span {
  position: relative;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: dots 1s infinite ease-in-out;
          animation: dots 1s infinite ease-in-out;
  display: inline-block;
  background: #6FACDE;
  margin: 0px 3px;
  top: -3px;
}
.loader span:nth-child(1) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.loader span:nth-child(2) {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes dots {
  0%, 80%, 100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes dots {
  0%, 80%, 100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.note {
  font-style: italic;
  color: #00263E;
  background: #F7FAFF;
  padding: 30px;
  margin: 30px 0px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 24px;
}
.note a {
  color: #00263E;
  border-bottom: 1px solid #00263E;
  -webkit-transition: border 0.2s ease, color 0.2s ease;
  -o-transition: border 0.2s ease, color 0.2s ease;
  transition: border 0.2s ease, color 0.2s ease;
}
.desktop .note a:hover {
  color: #6FACDE;
  border-bottom-color: #6FACDE;
}

.tag {
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  background: #6FACDE;
  padding: 5px 12px;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  font-weight: 600;
}
@media (min-width: 48em) {
  .tag {
    font-size: 12px;
    line-height: 12px;
    padding: 6px 15px;
    border-radius: 15px;
    font-weight: 400;
  }
}
.tag.tag--large {
  font-size: 12px;
  line-height: 12px;
  padding: 6px 15px;
  border-radius: 20px;
}
@media (min-width: 48em) {
  .tag.tag--large {
    font-size: 16px;
    line-height: 16px;
    padding: 8px 20px;
    border-radius: 25px;
  }
}
.tag:empty {
  display: none;
}

/* Modules - collection of elements  */
/* Entry - styles for user-inputted content */
.entry-content img {
  margin-bottom: 24px;
  max-width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 48em) {
  .entry-content img {
    margin-bottom: 28px;
  }
}
.entry-content p {
  margin-bottom: 24px;
  color: #3c3d3e;
}
@media (min-width: 48em) {
  .entry-content p {
    margin-bottom: 28px;
  }
}
.entry-content h1, .entry-content h2 {
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 48em) {
  .entry-content h1, .entry-content h2 {
    margin-bottom: 28px;
  }
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
  color: #00263E;
}
.entry-content ul {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 48em) {
  .entry-content ul {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}
.entry-content ul li {
  position: relative;
  padding: 0px 0px 10px 15px;
  color: #3c3d3e;
}
@media (min-width: 48em) {
  .entry-content ul li {
    padding: 0px 0px 10px 25px;
  }
}
.entry-content ul li:before {
  display: block;
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  top: 10px;
  left: 0px;
  background: #6FACDE;
  border-radius: 50%;
}
@media (min-width: 48em) {
  .entry-content ul li:before {
    top: 12px;
  }
}
.entry-content ol {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 48em) {
  .entry-content ol {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}
.entry-content ol li {
  position: relative;
  padding: 0px 0px 10px 25px;
  color: #3c3d3e;
  counter-increment: section;
}
.entry-content ol li:before {
  font-size: 16px;
  display: block;
  content: counter(section) ".";
  position: absolute;
  top: -1px;
  left: 0px;
  color: #6FACDE;
  font-weight: 700;
}
.entry-content ol li ol {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content ol li ol li {
  counter-increment: section2;
}
.entry-content ol li ol li:before {
  content: counter(section2, lower-alpha) ".";
}
.entry-content a:not(.btn) {
  color: #00263E;
  border-bottom: 1px solid #00263E;
  -webkit-transition: border 0.2s ease, color 0.2s ease;
  -o-transition: border 0.2s ease, color 0.2s ease;
  transition: border 0.2s ease, color 0.2s ease;
}
.section--dark .entry-content a:not(.btn) {
  color: #ffffff;
}
.desktop .entry-content a:not(.btn):hover {
  color: #6FACDE;
  border-bottom-color: #6FACDE;
}
.entry-content h3 {
  margin-bottom: 24px;
}
@media (min-width: 48em) {
  .entry-content h3 {
    margin-bottom: 28px;
  }
}
.entry-content h1 + h3, .entry-content h2 + h3 {
  margin-top: 24px;
}
@media (min-width: 48em) {
  .entry-content h1 + h3, .entry-content h2 + h3 {
    margin-top: 48px;
  }
}
@media (max-width: 47.9em) {
  .entry-content .btn {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.entry-content sup {
  display: block;
  font-size: 0.75em;
  line-height: 1.25em;
}

.page-intro {
  padding: 160px 0px 20px 0px;
}
@media (min-width: 64em) {
  .page-intro {
    padding: 80px 60px 80px 0px;
  }
}

@media (min-width: 48em) {
  .pods--standard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: top;
    -webkit-align-items: top;
        -ms-flex-align: top;
            align-items: top;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pod {
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 48em) {
  .pod {
    height: 60px;
  }
}
@media (min-width: 75em) {
  .pod {
    height: 80px;
  }
}
.pods--standard .pod {
  padding: 5px 0px;
}
@media (min-width: 48em) {
  .pods--standard .pod {
    padding: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
@media (min-width: 75em) {
  .pods--standard .pod {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.33%;
        -ms-flex: 0 1 33.33%;
            flex: 0 1 33.33%;
  }
}

.home-hero__pods .pods {
  height: 50px;
}
@media (min-width: 48em) {
  .home-hero__pods .pods {
    height: 70px;
  }
}
@media (min-width: 75em) {
  .home-hero__pods .pods {
    height: 80px;
  }
}

.pod__icon {
  background: #6FACDE;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 50px;
  height: 50px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 48em) {
  .pod__icon {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 75em) {
  .pod__icon {
    width: 70px;
    height: 70px;
  }
}
.pod__icon .icon {
  color: #ffffff;
  width: 28px;
  height: 28px;
}
@media (min-width: 48em) {
  .pod__icon .icon {
    width: 36px;
    height: 36px;
  }
}

.pod__text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  background: #ffffff;
  color: #00263E;
  padding: 0px 15px;
  height: 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 48em) {
  .pod__text {
    font-size: 18px;
    line-height: 28px;
    height: 50px;
  }
}
@media (min-width: 75em) {
  .pod__text {
    height: 70px;
  }
}

.site-footer {
  background: #ffffff;
  color: #00263E;
  padding: 30px 10px;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}
@media (min-width: 64em) {
  .site-footer {
    font-size: 18px;
    line-height: 26px;
    padding: 40px 10px 40px 10px;
  }
}
@media (min-width: 75em) {
  .site-footer {
    padding: 70px 10px 60px 10px;
  }
}
.site-footer .site-footer-col {
  padding-bottom: 30px;
}
@media (min-width: 75em) {
  .site-footer .site-footer-col {
    padding-bottom: 0;
  }
}
.site-footer .menu li {
  padding-bottom: 10px;
}
.site-footer .menu a {
  color: #00263E;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.desktop .site-footer .menu a:hover {
  color: #6FACDE;
}
.site-footer h3 {
  color: #6FACDE;
  margin-bottom: 10px;
}
@media (min-width: 75em) {
  .site-footer h3 {
    margin-bottom: 20px;
  }
}
.site-footer .social-btn {
  float: left;
  margin-right: 10px;
  color: #6FACDE;
}
.site-footer .social-btn .icon {
  -webkit-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.desktop .site-footer .social-btn:hover .icon {
  fill: #00263E;
}
.site-footer .back-to-top {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.site-footer .site-sub-footer {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 64em) {
  .site-footer .site-sub-footer {
    padding-top: 70px;
  }
}

.search-panel {
  padding: 30px 0px 30px 0px;
  background: #6FACDE;
  color: #ffffff;
}
@media (min-width: 48em) {
  .search-panel {
    padding: 60px 0px 60px 0px;
  }
}
.search-panel .search-panel-form {
  position: relative;
  max-width: 520px;
  padding-top: 20px;
}
.search-panel .search-panel-form .form-btn {
  background: #00263E;
}
.search-panel .search-panel-form .form-btn .icon {
  color: #ffffff;
}
.desktop .search-panel .search-panel-form .form-btn:hover {
  background: #002c48;
}
.desktop .search-panel .search-panel-form .form-btn:hover .icon {
  color: #6FACDE;
}
.search-panel h4 {
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 600;
}
.search-panel p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

.search-panel--center {
  text-align: center;
}
.search-panel--center .search-panel-form {
  margin: 0 auto;
}

.search-panel--slim {
  max-width: 620px;
}

.section--light + .search-panel {
  padding-top: 0;
}

.testimonial {
  max-width: 840px;
  margin: 0 auto;
  padding: 30px 20px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 48em) {
  .testimonial {
    padding: 50px 20px;
    font-size: 18px;
    line-height: 32px;
  }
}

.testimonial-description {
  font-style: italic;
  font-size: 22px;
  padding-bottom: 20px;
}
@media (min-width: 48em) {
  .testimonial-description {
    padding-bottom: 40px;
  }
}

.split-content {
  padding: 40px 0px;
  position: relative;
}
@media (min-width: 48em) {
  .split-content {
    padding: 60px 0px;
  }
}
@media (min-width: 64em) {
  .split-content {
    padding: 90px 0px;
  }
}
@media (min-width: 75em) {
  .split-content {
    padding: 120px 0px;
  }
}
.split-content.spit-content--video::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: -1;
  background: #6FACDE;
}
@media (max-width: 47.9em) {
  .split-content .col-xs-12 + .col-xs-12 {
    padding-top: 20px;
  }
}

.split-content--light {
  background: #6FACDE;
}

.split-content--xlight {
  background: #F7FAFF;
}

.split-content-image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 48em) {
  .split-content-right {
    padding-left: 30px;
  }
}

@media (min-width: 48em) {
  .split-content-left {
    padding-right: 30px;
  }
}

.split-content + .split-content {
  padding-top: 0;
}

.header-form {
  position: relative;
  max-width: 320px;
  width: 100%;
  margin: 0px 60px 0px 0px;
  display: none;
}
@media (min-width: 48em) {
  .header-form {
    display: block;
  }
}
@media (min-width: 64em) {
  .header-form {
    margin: 0;
  }
}

.quote-form {
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 38, 62, 0.2);
          box-shadow: 0px 0px 8px 0px rgba(0, 38, 62, 0.2);
}
.quote-form .btn-cta {
  margin-top: 30px;
}
.desktop .quote-form.is-affiliate .btn-cta:hover {
  opacity: 0.8;
}

.quote-form__body {
  padding: 10px 20px 20px 20px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media (min-width: 48em) {
  .quote-form__body {
    padding: 20px 40px 40px 40px;
  }
}

.quote-form-step-1 {
  display: block;
}
.quote-form--stepped .quote-form-step-1 {
  display: none;
}

.quote-form-step-2 {
  display: none;
}
.quote-form--stepped .quote-form-step-2 {
  display: block;
}

.quote-form__step {
  position: relative;
  padding: 10px 20px 20px 20px;
  color: #00263E;
  font-size: 14px;
}
@media (min-width: 48em) {
  .quote-form__step {
    padding: 30px 40px 10px 40px;
  }
}

.quote-form__step-bar {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 6px;
  border-radius: 5px;
  background: #e3edff;
  position: absolute;
  bottom: 10px;
  left: 20px;
}
@media (min-width: 48em) {
  .quote-form__step-bar {
    bottom: 0;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    left: 40px;
  }
}
.quote-form__step-bar span {
  display: block;
  width: 0;
  height: 6px;
  border-radius: 6px;
  background: #6FACDE;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  -webkit-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}

.quote-form__error {
  padding: 20px 20px 0px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #ce4229;
}

.promo {
  position: relative;
}

.promo-close {
  display: none;
}
@media (min-width: 64em) {
  .promo-close {
    display: block;
    background: #6FACDE;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 3;
  }
  .desktop .promo-close:hover {
    background: #6FACDE;
  }
  .promo-close .icon {
    fill: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.is-collapsed .promo-close {
  display: none;
}

.promo-collapsed {
  display: block;
  padding: 20px 10px;
}
.promo-collapsed img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
@media (min-width: 64em) {
  .promo-collapsed {
    display: none;
  }
}
.is-collapsed .promo-collapsed {
  display: block;
}
.single-policy .promo-collapsed {
  padding: 50px 10px;
}

.promo-link {
  padding: 50px;
  display: none;
}
@media (min-width: 64em) {
  .promo-link {
    display: block;
  }
}
.promo-link img {
  width: 100%;
  height: auto;
  display: block;
}
.is-collapsed .promo-link {
  display: none;
}

.policy-inclusion {
  border: 1px solid #dedede;
  border-bottom: 0;
  background: #F7FAFF;
  position: relative;
  overflow: hidden;
  padding-left: 40px;
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 64em) {
  .policy-inclusion {
    padding-left: 100px;
  }
}
.policy-inclusion:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.policy-inclusion:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 1px solid #dedede;
}

.policy-inclusion-text {
  padding: 20px 15px 20px 0px;
}
@media (min-width: 64em) {
  .policy-inclusion-text {
    padding: 30px 30px 30px 0px;
  }
}
.policy-inclusion-text h3 {
  margin-bottom: 10px;
}
@media (max-width: 47.9em) {
  .policy-inclusion-text h3 {
    font-size: 20px;
  }
}
.policy-inclusion-text p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 47.9em) {
  .policy-inclusion-text p:last-of-type {
    font-size: 16px;
    line-height: 28px;
  }
}

.policy-inclusion-icon {
  width: 40px;
  color: #2DBE61;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 64em) {
  .policy-inclusion-icon {
    width: 100px;
  }
}
.policy-inclusion-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50.1%, -50.1%);
      -ms-transform: translate(-50.1%, -50.1%);
          transform: translate(-50.1%, -50.1%);
  width: 20px;
  height: 20px;
}
@media (min-width: 64em) {
  .policy-inclusion-icon .icon {
    width: 40px;
    height: 40px;
  }
}

.index {
  border-top: 1px solid #dedede;
  padding-top: 40px;
}
@media (min-width: 64em) {
  .index {
    padding-top: 80px;
  }
}

.index-list {
  padding-top: 30px;
}

.index-item {
  display: block;
  margin-bottom: 15px;
}
.index-item a {
  color: #00263E;
  border-bottom: 1px solid #00263E;
  font-size: 20px;
  line-height: 26px;
  -webkit-transition: color 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, border 0.2s ease;
}
.desktop .index-item a:hover {
  color: #6FACDE;
  border-color: #6FACDE;
}

.index-indicator {
  font-size: 24px;
  font-weight: 700;
  color: #6FACDE;
  padding-bottom: 15px;
}

.index-items {
  width: 100%;
  display: block;
  padding-bottom: 30px;
}
@media (min-width: 48em) {
  .index-items {
    -webkit-columns: 2;
            columns: 2;
    -webkit-column-gap: 15px;
            column-gap: 15px;
    padding-bottom: 40px;
  }
}
@media (min-width: 64em) {
  .index-items {
    padding-bottom: 80px;
    -webkit-columns: 3;
            columns: 3;
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}

.index-navigation-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #dedede;
  border-radius: 3px;
}

.index-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  min-width: 860px;
}
.index-navigation a {
  color: #6FACDE;
  padding: 10px 2px;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-right: 1px solid #dedede;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
.desktop .index-navigation a:hover {
  color: #00263E;
  background: #fafafa;
}

.blog-list {
  padding: 20px 0px;
}

.post-content {
  padding: 20px 0px 20px 0px;
}
@media (min-width: 48em) {
  .post-content {
    padding: 40px 40px 80px 0px;
  }
}

.post-meta {
  color: #6C6C6F;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 64em) {
  .post-meta {
    padding-bottom: 15px;
  }
}

.post-image {
  padding-bottom: 40px;
}
.post-image img {
  width: 100%;
  display: block;
  height: auto;
}

.post-header h1 {
  padding-top: 10px;
}

.post-excerpt {
  color: #6C6C6F;
}
.post-excerpt p {
  display: inline;
}
.post-excerpt.has-thumb {
  padding: 20px 0px 0px 0px;
}
@media (min-width: 48em) {
  .post-excerpt.has-thumb {
    float: left;
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    padding: 0px 0px 0px 40px;
  }
}

.post-cta {
  padding-top: 20px;
}

.blog-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}
@media (min-width: 48em) {
  .blog-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 64em) {
  .blog-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.blog-item h2 {
  margin-top: 10px;
}
.blog-item h2 a {
  color: #00263E;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.desktop .blog-item h2 a:hover {
  color: #6FACDE;
}
.blog-item.blog-item--feature {
  background: #F7FAFF;
  border-bottom: 0;
  padding-bottom: 0;
}

.blog-item__image {
  display: block;
}
@media (min-width: 48em) {
  .blog-item__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 220px;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
  }
}
.blog-item__image .wp-post-image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.blog-item__image.blog-item__image--feature {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 320px;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}

.blog-item__text {
  padding: 20px 0px 0px 0px;
}
@media (min-width: 48em) {
  .blog-item__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
@media (min-width: 64em) {
  .blog-item__text {
    padding: 0px 40px;
  }
}
.blog-item--feature .blog-item__text {
  padding: 20px 20px;
}
@media (min-width: 64em) {
  .blog-item--feature .blog-item__text {
    padding: 40px 40px;
  }
}

.post-share {
  border-top: 1px solid #dedede;
  padding-top: 40px;
  margin-top: 40px;
}
.post-share h4 {
  margin-bottom: 20px;
}
.post-share .share-btn {
  float: left;
  height: 25px;
  width: 90px;
  position: relative;
}
.post-share .share-btn .IN-widget, .post-share .share-btn .fb-share-button, .post-share .share-btn .twitter-share-button {
  position: absolute;
  top: 0;
  left: 0;
}
.post-share .share-btn .fb_iframe_widget span {
  display: block;
}

.post-author-meta span {
  font-size: 16px;
  color: #94969d;
}

.post-author-image {
  width: 70px;
  height: 70px;
  overflow: hidden;
  background: #efefef;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
@media (min-width: 48em) {
  .post-author-image {
    width: 100px;
    height: 100px;
  }
}
.post-author-image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 64em) {
  .sidebar {
    padding: 80px 0px 80px 20px;
  }
}
.single-post .sidebar {
  padding-top: 40px;
}

.sidebar-section {
  border-bottom: 1px solid #dedede;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.sidebar-section p {
  margin-bottom: 28px;
  color: #3c3d3e;
}
.sidebar-section h4 {
  margin-bottom: 20px;
}
.sidebar-section .sidebar-link a {
  color: #00263E;
  border-bottom: 1px solid #00263E;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: color 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, border 0.2s ease;
}
@media (min-width: 48em) {
  .sidebar-section .sidebar-link a {
    font-size: 18px;
    line-height: 24px;
  }
}
.desktop .sidebar-section .sidebar-link a:hover {
  color: #6FACDE;
  border-bottom: 1px solid #6FACDE;
}
.sidebar-section iframe {
  width: 100% !important;
}

.sidebar-link {
  margin-bottom: 15px;
}

.subscribe-form.form .group {
  position: relative;
}
.subscribe-form.form label.error {
  position: absolute;
  top: 100%;
  left: 0;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}
.subscribe-form.form .icon-checkmark {
  display: none;
}
.subscribe-form.form.is-working .form-btn .loader {
  display: block;
}
.subscribe-form.form.is-working .form-btn .icon-chevron-right {
  display: none;
}
.subscribe-form.form.is-success {
  opacity: 0.7;
}
.subscribe-form.form.is-success .form-btn {
  cursor: not-allowed;
}
.subscribe-form.form.is-success .icon-chevron-right {
  display: none;
}
.subscribe-form.form.is-success .icon-checkmark {
  display: block;
}

.subscribe-error {
  position: relative;
  width: 100%;
  display: block;
  background: #ce4229;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  margin-top: 15px;
}
.subscribe-error:empty {
  display: none;
}
.subscribe-error a {
  display: none;
}

.search-results {
  padding-top: 20px;
  padding-bottom: 40px;
}

.search-result {
  padding: 20px;
  margin-bottom: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 38, 62, 0.1);
          box-shadow: 0px 1px 5px 0px rgba(0, 38, 62, 0.1);
}
.search-result a {
  display: block;
  color: #00263E;
  font-size: 18px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 10px;
  font-weight: 600;
}
.desktop .search-result a:hover {
  color: #6FACDE;
}

.search-extra {
  padding: 80px 0px 50px 0px;
  text-align: center;
}

.policy-premium {
  border: 1px solid #dedede;
  border-bottom: 0;
  background: #F7FAFF;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 28px;
  padding: 20px 15px 20px 15px;
}
@media (min-width: 64em) {
  .policy-premium {
    padding: 30px 30px 30px 30px;
  }
}
.policy-premium:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.policy-premium:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 1px solid #dedede;
}
.policy-premium p {
  margin-bottom: 0;
}
.policy-premium h3 {
  margin-bottom: 10px;
}

.faq {
  border: 1px solid #dedede;
  margin-bottom: 20px;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq.is-active {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 38, 62, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 38, 62, 0.1);
}

.faq-a {
  padding: 0px 20px 0px 20px;
  background: white;
  display: none;
  font-size: 16px;
  line-height: 28px;
  color: #94969d;
}

.faq-q {
  position: relative;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 22px;
  color: #00263E;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #F7FAFF;
  font-weight: 600;
}
.desktop .faq-q:hover {
  background: white;
}
.faq-q .icon {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #00263E;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-q.is-active {
  color: #6FACDE;
  background: #ffffff;
}
.faq-q.is-active .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #6FACDE;
}

.faq-section {
  padding-bottom: 30px;
}

.pagination {
  background: #F7FAFF;
  color: #00263E;
  padding: 40px 0px;
}
.pagination:empty {
  display: none;
}
.pagination a {
  color: #00263E;
  display: inline-block;
  font-weight: 400;
  padding: 10px 15px;
}
.pagination .current {
  font-weight: 700;
  padding: 10px 15px;
}
.pagination .icon {
  position: relative;
  top: 4px;
}

.error404 .search-panel-form {
  margin: 0 auto;
}

.e404 {
  padding: 60px 20px;
  text-align: center;
}

.home-hero {
  position: relative;
  width: 100%;
  background: #F7FAFF;
  z-index: 1;
}
.home-hero .inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  padding: 0;
}
@media (min-width: 48em) {
  .home-hero .inner {
    padding: 30px;
    height: 640px;
    padding: 80px 20px 0px 20px;
  }
}

.home-hero__bg {
  height: 320px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 48em) {
  .home-hero__bg {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 75px;
    height: auto;
  }
}

.home-hero__text {
  background: #00263e;
  color: #ffffff;
  padding: 30px;
  position: relative;
  z-index: 2;
}
@media (min-width: 48em) {
  .home-hero__text {
    background: rgba(0, 38, 62, 0.8);
    margin-bottom: 0;
    padding: 60px;
    max-width: 680px;
  }
}
.home-hero__text h1 {
  margin-bottom: 20px;
  color: #ffffff;
}
.home-hero__text p {
  font-weight: 600;
}

.home-hero__pods {
  background: #F7FAFF;
  padding: 20px 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 48em) {
  .home-hero__pods {
    padding: 30px;
  }
}

.page-hero {
  position: relative;
  width: 100%;
  background: #00263E;
  z-index: 1;
}
.page-hero .inner {
  padding: 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 48em) {
  .page-hero .inner {
    padding: 60px 15px;
  }
}
@media (min-width: 75em) {
  .page-hero .inner {
    padding: 100px 15px;
  }
}

.page-hero__bg {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 290px;
}
@media (min-width: 48em) {
  .page-hero__bg {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.2;
  }
}

.page-hero__text {
  color: #ffffff;
  max-width: 680px;
  padding: 30px 15px;
}
@media (min-width: 48em) {
  .page-hero__text {
    padding: 0px;
  }
}
.page-hero__text h1 {
  margin-bottom: 20px;
  color: #ffffff;
}
.page-hero__text p {
  font-weight: 600;
}
.page-hero__text .tag {
  margin-bottom: 10px;
}

.page-hero__label {
  color: #6FACDE;
  padding-bottom: 5px;
}

.section {
  padding: 30px 0px;
}
@media (min-width: 48em) {
  .section {
    padding: 30px 0px;
  }
}
@media (min-width: 64em) {
  .section {
    padding: 50px 0px;
  }
}
@media (min-width: 75em) {
  .section {
    padding: 80px 0px;
  }
}
@media (max-width: 47.9em) {
  .section .col-xs-12 + .col-xs-12 {
    padding-top: 30px;
  }
}

.section--light {
  background: #6FACDE;
}

.section--xlight {
  background: #F7FAFF;
}

.section--dark {
  background: #00263E;
  color: #ffffff;
}
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 {
  color: #ffffff;
}
.section--dark p {
  color: #ffffff;
}

.section--center {
  text-align: center;
  margin: 0 auto;
}

.section--slim {
  max-width: 780px;
}

.section--xlight + .section--xlight {
  padding-top: 0;
}

.section__title {
  max-width: 720px;
  margin: 0 auto 20px auto;
  padding: 0px 20px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #00263E;
  position: relative;
}
@media (min-width: 48em) {
  .section__title {
    margin: 0 auto 30px auto;
    font-size: 30px;
    line-height: 42px;
  }
}
.section__title img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 140px;
  height: auto;
  display: block;
}

.section__title--wide {
  max-width: 100%;
}

.section__title--blue {
  color: #00263E;
}

.section__title--orange {
  color: #DC6B2F;
}

.section__title--white {
  color: #ffffff;
}

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

.section__subtitle {
  margin-bottom: 20px;
}

.cover-cards {
  /*
  @include for-tablet-portrait-up{
  	display: flex;
  	align-items: stretch;
  	flex-flow: row wrap;
  }
  */
}
.cover-cards .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.cover-cards .owl-dots {
  position: relative;
  text-align: center;
  padding-top: 10px;
}
.cover-cards .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #00263E;
  border-radius: 50%;
  margin: 5px;
}
.cover-cards .owl-dots .owl-dot.active {
  background: #00263E;
}

.cover-card-wrap {
  padding: 10px;
  height: 100%;
}

.cover-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.desktop .cover-card:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 38, 62, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 38, 62, 0.1);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.desktop .cover-card:hover .cover-card__label {
  background: #DC6B2F;
}
.desktop .cover-card:hover .cover-card__text .icon {
  color: #DC6B2F;
  fill: #DC6B2F;
  stroke-color: #DC6B2F;
}

.cover-card__text {
  background: #ffffff;
  padding: 30px 10px;
  text-align: center;
  border: 1px solid #94969d;
  border-bottom: none;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
.cover-card__text h4 {
  color: #00263E;
  margin-bottom: 10px;
}
.cover-card__text p {
  font-size: 16px;
  line-height: 22px;
  color: #6C6C6F;
}
.cover-card__text .icon {
  color: #6FACDE;
  width: 50px;
  height: 50px;
  margin: 0 auto 15px auto;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cover-card__label {
  background: #00263E;
  color: #ffffff;
  padding: 20px 10px 20px 20px;
  position: relative;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 48em) {
  .cover-card__label {
    padding: 30px 10px 30px 20px;
    font-size: 18px;
    line-height: 18px;
  }
}
@media (min-width: 75em) {
  .cover-card__label {
    padding: 40px 10px 40px 20px;
    font-size: 20px;
    line-height: 20px;
  }
}
.cover-card__label .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -14px;
  width: 28px;
  height: 28px;
}

@media (min-width: 48em) {
  .policy-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.policy-card {
  display: block;
  margin: 10px;
  overflow: hidden;
  border-radius: 5px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 48em) {
  .policy-card {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media (min-width: 75em) {
  .policy-card {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
  }
}
@media (max-width: 63.9em) {
  .policy-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.desktop .policy-card:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 38, 62, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 38, 62, 0.1);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.policy-card__image {
  width: 100%;
  height: 160px;
  display: block;
}
@media (min-width: 48em) {
  .policy-card__image {
    height: 200px;
  }
}
@media (max-width: 63.9em) {
  .policy-card__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    height: auto;
  }
}
.policy-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.policy-card__text {
  background: #ffffff;
  padding: 20px 20px;
  text-align: center;
}
@media (max-width: 63.9em) {
  .policy-card__text {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    text-align: left;
  }
}
@media (max-width: 47.9em) {
  .policy-card__text {
    padding: 10px 10px;
  }
}
.policy-card__text h4 {
  color: #00263E;
  margin-bottom: 5px;
}
@media (max-width: 63.9em) {
  .policy-card__text h4 {
    margin-bottom: 0px;
  }
}
.policy-card__text span {
  color: #DC6B2F;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

@media (min-width: 48em) {
  .blog-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.blog-card {
  display: block;
  margin: 0 0 20px 0px;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffffff;
}
@media (min-width: 48em) {
  .blog-card {
    margin: 10px;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media (min-width: 75em) {
  .blog-card {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
  }
}
.desktop .blog-card:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 38, 62, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 38, 62, 0.1);
}
@media (min-width: 48em) {
  .desktop .blog-card:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.desktop .blog-card:hover .tag {
  background: #DC6B2F;
}
.desktop .blog-card:hover .blog-card__meta {
  color: #DC6B2F;
}

.blog-card__image {
  width: 100%;
  height: 200px;
  display: block;
}
.blog-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.blog-card__text {
  padding: 15px 15px 30px 15px;
}
@media (min-width: 48em) {
  .blog-card__text {
    padding: 25px 25px 40px 25px;
  }
}
.blog-card__text h4 {
  color: #00263E;
  margin-bottom: 15px;
}
.blog-card__text p {
  color: #94969d;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.blog-card__meta {
  color: #6FACDE;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 20px;
  left: 25px;
}

.blog-card__tag {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.blog-card__category {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  color: #6FACDE;
  display: inline-block;
  padding-bottom: 5px;
}

.blog-nav {
  padding: 10px 0px 0px 0px;
}
@media (min-width: 48em) {
  .blog-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0px 0px 0px;
  }
}
@media (min-width: 64em) {
  .blog-nav {
    padding: 80px 0px 0px 0px;
  }
}

@media (min-width: 48em) {
  .blog-nav__form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 0px;
  }
  .blog-nav__form:first-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    padding: 0px 20px 0px 0px;
  }
}
.blog-nav__form .choices__inner {
  background: transparent;
}

.tabs {
  margin-top: -15px;
  position: relative;
  z-index: 2;
}
@media (min-width: 48em) {
  .tabs {
    margin-top: -20px;
  }
}
@media (min-width: 75em) {
  .tabs {
    margin-top: -30px;
  }
}

.tabs__toggles {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 38, 62, 0.1);
          box-shadow: 0px 1px 2px 0px rgba(0, 38, 62, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

.tabs__toggle {
  background: #ffffff;
  border-right: 1px solid #dedede;
  color: #00263E;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0px 15px;
}
@media (min-width: 48em) {
  .tabs__toggle {
    padding: 0px;
    height: 50px;
    line-height: 50px;
    min-width: 170px;
    font-size: 16px;
  }
}
@media (min-width: 75em) {
  .tabs__toggle {
    height: 60px;
    line-height: 60px;
    min-width: 190px;
  }
}
.tabs__toggle:last-of-type {
  border-right: 0;
}
.desktop .tabs__toggle:hover {
  background: #F7FAFF;
}

.tabs__toggle--active {
  background: #6FACDE;
  color: #ffffff;
}
.desktop .tabs__toggle--active:hover {
  background: #6FACDE;
}

.tabs__content {
  display: none;
}

.tabs__content--active {
  display: block;
}

.tip {
  max-width: 570px;
}
.tip.tip--centered {
  margin: 0 auto;
}

.tip__icon {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 50px;
  height: 50px;
  z-index: 2;
  fill: #6FACDE;
}

.tip__text {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 38, 62, 0.1);
          box-shadow: 0px 2px 15px 0px rgba(0, 38, 62, 0.1);
  border-radius: 5px;
  padding: 40px;
  position: relative;
}
.tip__text h3 {
  margin-bottom: 10px;
}
.tip__text p {
  font-size: 16px;
  line-height: 26px;
  color: #00263E;
  font-style: italic;
}
.tip--has-author .tip__text::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 22px;
  border: 12px solid transparent;
  border-top-color: #ffffff;
  z-index: 2;
}

.tip__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  color: #00263E;
  padding-top: 20px;
}

.tip__author-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.tip__author-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.payment-box {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 38, 62, 0.2);
          box-shadow: 0px 0px 8px 0px rgba(0, 38, 62, 0.2);
  background: #ffffff;
}

/* Plugins */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 8px 8px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 30px;
  height: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #6FACDE;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  -webkit-transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
.plyr {
  position: relative;
  max-width: 100%;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  direction: ltr;
  overflow: hidden;
  border-radius: 5px;
}
.plyr,
.plyr *,
.plyr *::after,
.plyr *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.plyr a,
.plyr button,
.plyr input,
.plyr label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.plyr:focus {
  outline: 0;
}
.plyr video,
.plyr audio {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}
.plyr input[type=range] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: none;
  background: transparent;
}
.plyr input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -webkit-user-select: none;
          user-select: none;
}
.plyr input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background 0.2s ease, border 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.plyr input[type=range]::-moz-range-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -moz-user-select: none;
       user-select: none;
}
.plyr input[type=range]::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background 0.2s ease, border 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.plyr input[type=range]::-ms-track {
  height: 8px;
  background: transparent;
  border: 0;
  color: transparent;
}
.plyr input[type=range]::-ms-fill-upper {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
      user-select: none;
}
.plyr input[type=range]::-ms-fill-lower {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
      user-select: none;
  background: #3498db;
}
.plyr input[type=range]::-ms-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background 0.2s ease, border 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin-top: 0;
}
.plyr input[type=range]::-ms-tooltip {
  display: none;
}
.plyr input[type=range]:focus {
  outline: 0;
}
.plyr input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr input[type=range].tab-focus:focus {
  outline-offset: 3px;
}
.plyr input[type=range]:active::-webkit-slider-thumb {
  background: #3498db;
  border-color: #fff;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.plyr input[type=range]:active::-moz-range-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}
.plyr input[type=range]:active::-ms-thumb {
  background: #3498db;
  border-color: #fff;
  -ms-transform: scale(1.25);
      transform: scale(1.25);
}

.plyr--video input[type=range].tab-focus:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr--audio input[type=range].tab-focus:focus {
  outline: 1px dotted rgba(86, 93, 100, 0.5);
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
}

.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
}

.plyr__video-embed {
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0;
}
.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  -webkit-transform: translateY(-35.95%);
      -ms-transform: translateY(-35.95%);
          transform: translateY(-35.95%);
}

.plyr .plyr__video-embed iframe {
  pointer-events: none;
}

.plyr video::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  -webkit-transform: translateY(-120px);
      -ms-transform: translateY(-120px);
          transform: translateY(-120px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
.plyr__captions span {
  border-radius: 2px;
  padding: 6px 20px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 150%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 24px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr--hide-controls .plyr__captions {
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
}

@media (min-width: 1024px) {
  .plyr--fullscreen-active .plyr__captions {
    font-size: 32px;
  }
}
.plyr ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.plyr__controls > * {
  pointer-events: all;
}
.plyr__controls > button,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time {
  margin-left: 10px;
}
.plyr__controls > button:first-child,
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child {
  margin-left: 0;
}
.plyr__controls .plyr__volume {
  margin-left: 10px;
}
.plyr__controls [data-plyr=pause] {
  margin-left: 0;
}
.plyr__controls button {
  position: relative;
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 14px;
  border: 0;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  color: inherit;
}
.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}
.plyr__controls button:focus {
  outline: 0;
}
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted,
.plyr__controls .icon--captions-on {
  display: none;
}
@media (min-width: 480px) {
  .plyr__controls > button,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time {
    margin-left: 20px;
  }
}

.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
}

.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 100px 20px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
  background: #3498db;
  color: #fff;
}

.plyr--audio .plyr__controls {
  padding: 20px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #565D64;
}
.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover {
  background: #3498db;
  color: #fff;
}

.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px;
  background: #3498db;
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}
.plyr__play-large:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr .plyr__play-large {
  display: inline-block;
}

.plyr--audio .plyr__play-large {
  display: none;
}

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}

.plyr__controls [data-plyr=pause],
.plyr--playing .plyr__controls [data-plyr=play] {
  display: none;
}

.plyr--playing .plyr__controls [data-plyr=pause] {
  display: inline-block;
}

.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted,
.plyr--captions-active .plyr__controls .icon--captions-on {
  display: block;
}
.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg,
.plyr--captions-active .plyr__controls .icon--captions-on + svg {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 20px;
  padding: 10px 15px;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
      -ms-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  -o-transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
}
.plyr__tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}

.plyr button:hover .plyr__tooltip,
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
      -ms-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

.plyr button:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
      -ms-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.plyr__controls button:first-child .plyr__tooltip::before {
  left: 23px;
}

.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
      -ms-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 23px;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.plyr__controls button:first-child:hover .plyr__tooltip, .plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:last-child:hover .plyr__tooltip,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible {
  -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr__progress {
  display: none;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
}
.plyr__progress input[type=range]::-moz-range-track {
  background: transparent;
}
.plyr__progress input[type=range]::-ms-fill-upper {
  background: transparent;
}
.plyr__progress .plyr__tooltip {
  left: 0;
}

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

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 100px;
}
.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}
.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}
.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  border-radius: 100px;
}

.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #3498db;
  background: transparent;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  display: none;
}

.plyr__progress--buffer::-webkit-progress-value {
  -webkit-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress--buffer::-moz-progress-bar {
  -webkit-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress--buffer::-ms-fill {
  -webkit-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25);
}

.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.67);
}

.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.67);
}

.plyr--loading .plyr__progress--buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.67);
}

.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.plyr__time + .plyr__time {
  display: none;
}
@media (min-width: 768px) {
  .plyr__time + .plyr__time {
    display: inline-block;
  }
}
.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 20px;
}

.plyr__volume {
  display: none;
}

.plyr .plyr__volume {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.plyr .plyr__volume input[type=range] {
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .plyr .plyr__volume {
    display: block;
    max-width: 60px;
  }
}
@media (min-width: 768px) {
  .plyr .plyr__volume {
    max-width: 100px;
  }
}

.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr=mute] {
  display: none !important;
}

.plyr--fullscreen-active {
  height: 100%;
  width: 100%;
  background: #000;
  border-radius: 0 !important;
}
.plyr--fullscreen-active video {
  height: 100%;
}
.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
.plyr--fullscreen-active .plyr__video-embed {
  overflow: visible;
}
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr--fullscreen-fallback.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  -webkit-flex-basis: 8.33333333%;
          flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  -webkit-flex-basis: 16.66666667%;
          flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
          flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  -webkit-flex-basis: 33.33333333%;
          flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  -webkit-flex-basis: 41.66666667%;
          flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  -webkit-flex-basis: 58.33333333%;
          flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  -webkit-flex-basis: 66.66666667%;
          flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
          flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  -webkit-flex-basis: 83.33333333%;
          flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  -webkit-flex-basis: 91.66666667%;
          flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
          order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
          order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }

  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }

  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }

  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
}
/* WP Cookie Message */
#cookie-notice {
  z-index: 2147483640 !important;
}

#cn-notice-text {
  display: block;
}
#cn-notice-text a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

#cn-accept-cookie:hover {
  background: #DC6B2F;
}

.cn-button {
  margin-top: 10px;
}
@media screen and (max-width: 570px) {
  .cn-button {
    display: block;
  }
}

.instafeed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.instafeed__image {
  width: -webkit-calc(33.33% - 10px);
  width: calc(33.33% - 10px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 5px;
  display: block;
}
.instafeed__image img {
  width: 100%;
  height: auto;
  display: block;
}

/*===============================
=            Choices            =
===============================*/
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #EAEAEA;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.5;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #00BCD4;
          box-shadow: 0px 0px 0px 2px #00BCD4;
}
.choices[data-type*=select-one]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #333333 transparent;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #DDDDDD;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00BCD4;
  border: 1px solid #00a5bb;
  color: #FFFFFF;
  word-break: break-all;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}
.choices__list--dropdown.is-active {
  display: block;
}
.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

.choices__input.is-hidden,
.choices[data-type*=select-one] .choices__input.is-hidden,
.choices[data-type*=select-multiple] .choices__input.is-hidden {
  display: none;
}

/*=====  End of Choices  ======*/
/* Custom - custom classes for unique elements */