@charset "UTF-8";
/*
Theme Name: Anglican Diocese of Ottawa
Description: Custom WordPress theme developed for Anglican Diocese of Ottawa.
Author: BT/A Advertising
Version: 1.1.0
*/
/*-------------------------------
>>> VARIABLES:
-------------------------------*/
/*-------------------------------
>>> THEME SCSS:
-------------------------------*/
/*--------------------------------------------------------------
THEME / BOOTSTRAP
--------------------------------------------------------------*/
@import "css/bootstrap/bootstrap.min.css";
/*--------------------------------------------------------------
THEME / MIXINS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
THEME / TYPOGRAPHY
--------------------------------------------------------------*/
@import "js/vendor/splide/css/splide-core.min.css";
@font-face {
  font-family: "CallunaSansRegular";
  src: url("fonts/CallunaSansRegular/font.woff2") format("woff2"), url("fonts/CallunaSansRegular/font.woff") format("woff");
}
@font-face {
  font-family: "CallunaSansRegular";
  src: url("fonts/CallunaSansRegular/font.woff2") format("woff2"), url("fonts/CallunaSansRegular/font.woff") format("woff");
}
@font-face {
  font-family: "CallunaSansLight";
  src: url("fonts/CallunaSansLight/font.woff2") format("woff2"), url("fonts/CallunaSansLight/font.woff") format("woff");
}
@font-face {
  font-family: "CallunaSansSemibold";
  src: url("fonts/CallunaSansSemibold/font.woff2") format("woff2"), url("fonts/CallunaSansSemibold/font.woff") format("woff");
}
@font-face {
  font-family: "CallunaSansBold";
  src: url("fonts/CallunaSansBold/font.woff2") format("woff2"), url("fonts/CallunaSansBold/font.woff") format("woff");
}
@font-face {
  font-family: "CallunaSansBlack";
  src: url("fonts/CallunaSansBlack/font.woff2") format("woff2"), url("fonts/CallunaSansBlack/font.woff") format("woff");
}
@font-face {
  font-family: "ArgentCFRegular";
  src: url("fonts/ArgentCFRegular/font.woff2") format("woff2"), url("fonts/ArgentCFRegular/font.woff") format("woff");
}
@font-face {
  font-family: "ArgentCFRegularItalic";
  src: url("fonts/ArgentCFRegularItalic/font.woff2") format("woff2"), url("fonts/ArgentCFRegularItalic/font.woff") format("woff");
}
@font-face {
  font-family: "ArgentCFLight";
  src: url("fonts/ArgentCFLight/font.woff2") format("woff2"), url("fonts/ArgentCFLight/font.woff") format("woff");
}
@font-face {
  font-family: "ArgentCFLightItalic";
  src: url("fonts/ArgentCFLightItalic/font.woff2") format("woff2"), url("fonts/ArgentCFLightItalic/font.woff") format("woff");
}
@font-face {
  font-family: "ArgentCFBold";
  src: url("fonts/ArgentCFBold/font.woff2") format("woff2"), url("fonts/ArgentCFBold/font.woff") format("woff");
}
@font-face {
  font-family: "ArgentCFDemiBold";
  src: url("fonts/ArgentCFDemiBold/font.woff2") format("woff2"), url("fonts/ArgentCFDemiBold/font.woff") format("woff");
}
h1, h2, h3, h4, h5, h6 {
  font-weight: unset;
  line-height: 1;
  color: #000000;
}
h1:only-child, h2:only-child, h3:only-child, h4:only-child, h5:only-child, h6:only-child {
  margin-bottom: 0;
}

h1 {
  font-family: "ArgentCFLight", serif;
}

h2 {
  color: #af0e96;
  font-family: "ArgentCFDemiBold", serif;
  line-height: 1;
  font-size: 32px;
}

* {
  font-family: "CallunaSansLight", sans-serif;
}

p, li {
  line-height: 1.4;
  font-size: 18px;
  color: #000000;
}
p:last-child, li:last-child {
  margin-bottom: 0;
}

ul {
  padding-left: 20px;
}

strong, b {
  font-family: "CallunaSansSemibold", sans-serif;
}
strong *, b * {
  font-family: "CallunaSansSemibold", sans-serif;
}

button {
  line-height: 1;
  letter-spacing: 0.05rem;
  color: #000000;
}

/*--------------------------------------------------------------
THEME / COMMON
--------------------------------------------------------------*/
.content h1:not(:only-child), .content h2:not(:only-child), .content h3:not(:only-child), .content h4:not(:only-child), .content h5:not(:only-child), .content h6:not(:only-child) {
  margin-bottom: 20px;
}

.breadcrumbs-row {
  padding-top: 35px;
}
.breadcrumbs-row a {
  background-image: linear-gradient(#af0e96, #af0e96);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  -webkit-transition: background-size 500ms ease;
  -moz-transition: background-size 500ms ease;
  -ms-transition: background-size 500ms ease;
  -o-transition: background-size 500ms ease;
  transition: background-size 500ms ease;
  outline: none !important;
  padding-bottom: 3px;
  text-decoration: none;
  background-image: linear-gradient(#eba019, #eba019);
  background-size: 0% 1px;
  -webkit-transition: color 250ms ease, background-size 500ms ease;
  -moz-transition: color 250ms ease, background-size 500ms ease;
  -ms-transition: color 250ms ease, background-size 500ms ease;
  -o-transition: color 250ms ease, background-size 500ms ease;
  transition: color 250ms ease, background-size 500ms ease;
}
.breadcrumbs-row a:hover, .breadcrumbs-row a:focus {
  background-size: 100% 2px;
}
.breadcrumbs-row a:hover {
  background-size: 100% 1px;
}

.mobile-controls {
  display: none;
  padding-top: 30px;
  width: 100%;
}
@media (min-width: 992px) {
  .mobile-controls {
    display: none;
  }
}
.mobile-controls .mobile-arrow {
  padding: 0;
  border: none;
  font-size: 0;
  cursor: pointer;
}
.mobile-controls .mobile-arrow svg {
  width: 44px;
}
.mobile-controls .mobile-arrow svg polyline, .mobile-controls .mobile-arrow svg circle {
  fill: none;
  stroke: #005687;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.mobile-controls .mobile-arrow.arrow-prev {
  float: left;
}
.mobile-controls .mobile-arrow.arrow-prev svg {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-controls .mobile-arrow.arrow-next {
  float: right;
}

.fullscreen-content-wrap {
  position: absolute;
  width: 100%;
  bottom: 78px;
  left: 0;
}
@media (max-width: 1199.98px) {
  .fullscreen-content-wrap {
    bottom: 43px;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-content-wrap {
    bottom: 28px;
  }
  .fullscreen-content-wrap .container {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-content-wrap {
    bottom: 13px;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-content-wrap .col {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (max-width: 479px) {
  .fullscreen-content-wrap .col {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 30px;
}
.embed-youtube iframe, .embed-youtube object, .embed-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.social-media a {
  width: 18px;
  height: 18px;
  line-height: 18px;
  float: left;
  text-align: center;
}
.social-media a:not(:last-child) {
  margin-right: 16px;
}
.social-media a svg {
  height: 100%;
  width: auto;
}
.social-media a svg path {
  fill: #af0e96;
  -webkit-transition: fill 500ms ease;
  -moz-transition: fill 500ms ease;
  -ms-transition: fill 500ms ease;
  -o-transition: fill 500ms ease;
  transition: fill 500ms ease;
}
.social-media a:hover svg path {
  fill: #4e11a6;
}

@media (max-width: 991.98px) {
  .share-links {
    position: unset;
    right: unset;
  }
}
.share-links > p {
  text-transform: uppercase;
  margin-bottom: 15px;
  display: none;
}
.share-links nav {
  margin-top: 60px;
  margin-top: unset;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.share-links nav .icon-link {
  width: 28px;
  height: 28px;
}
.share-links nav .icon-link:not(:first-child) {
  margin-left: 0;
  margin-left: 30px;
}
@media (max-width: 991.98px) {
  .share-links nav .icon-link:not(:first-child) {
    margin-top: unset;
    margin-left: 30px;
  }
}
.share-links nav .icon-link svg {
  height: 100%;
}
.share-links nav .icon-link svg path {
  fill: #af0e96;
  -webkit-transition: fill 500ms ease;
  -moz-transition: fill 500ms ease;
  -ms-transition: fill 500ms ease;
  -o-transition: fill 500ms ease;
  transition: fill 500ms ease;
}
.share-links nav .icon-link:hover svg path {
  fill: #f9471f;
}

.searchform:focus-visible {
  display: block !important;
}
.searchform .fields {
  height: 31px;
  padding-bottom: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.searchform label {
  text-indent: -9999px;
}
.searchform input[type=text] {
  border: none !important;
  color: #000000;
  font-family: "CallunaSansLight", sans-serif;
  font-size: 16px;
  letter-spacing: 0.025rem;
  padding-right: 0;
  padding-left: 0;
  min-width: 150px;
  width: 100%;
  border-bottom: 1px solid #af0e96 !important;
  margin-right: 10px;
}
.searchform input[type=text]:focus {
  outline: none !important;
}
.searchform input[type=text]:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.searchform input[type=submit] {
  position: relative;
  top: 2px;
  border: none !important;
  background-color: transparent !important;
  background-image: url(img/icon/search.svg);
  background-position: center;
  padding: 0;
  width: 24px;
  height: 24px;
  background-size: 18px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.searchform ::-webkit-input-placeholder {
  color: #af0e96;
}
.searchform ::-moz-placeholder {
  color: #af0e96;
}
.searchform :-ms-input-placeholder {
  color: #af0e96;
}
.searchform :-moz-placeholder {
  color: #af0e96;
}

.editor-content h2 {
  color: #af0e96;
  font-family: "ArgentCFDemiBold", serif;
  line-height: 1;
  font-size: 32px;
}
.editor-content h3 {
  color: #4e11a6;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "CallunaSansBlack", sans-serif;
  letter-spacing: 0.075rem;
  margin-bottom: 10px;
}
.editor-content h3:not(:first-child) {
  margin-top: 40px;
}
.editor-content p, .editor-content li {
  margin-bottom: 20px;
}
.editor-content p:last-child, .editor-content li:last-child {
  margin-bottom: 0;
}
.editor-content ul {
  margin-bottom: 30px;
}
.editor-content a {
  color: #af0e96;
  text-decoration: none !important;
  color: #af0e96;
  text-decoration: none;
  font-family: "CallunaSansSemibold", sans-serif;
  text-decoration: underline !important;
}
@media (min-width: 992px) {
  .editor-content a {
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
  }
  .editor-content a:hover, .editor-content a:focus {
    color: #af0e96;
    color: #4e11a6;
  }
}
.editor-content a.external {
  position: relative;
  margin-right: 22px;
  display: inline-block;
}
.editor-content a.external svg {
  position: absolute;
  right: -20px;
  bottom: 7px;
  width: 15px;
}

#pagination {
  text-align: center;
}
#pagination nav {
  display: inline-block;
}
#pagination .screen-reader-text {
  display: none;
}
#pagination a {
  text-decoration: none !important;
}
#pagination .page-numbers {
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  -ms-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #af0e96;
  cursor: pointer;
  padding: 8px 12px;
  font-size: 14px;
}
#pagination .page-numbers:not(:first-child) {
  position: relative;
}
#pagination .page-numbers:not(:first-child):after {
  content: "";
  position: absolute;
  background: #af0e96;
  width: 1px;
  height: 14px;
  top: 10px;
  left: -1px;
}
#pagination .page-numbers:only-child {
  display: none;
}
#pagination .page-numbers.current {
  font-family: "CallunaSansSemibold", sans-serif;
}
#pagination .page-numbers.next, #pagination .page-numbers.prev {
  display: inline-block;
  position: relative;
  font-size: 0;
  color: #af0e96;
  top: -4px;
  width: 24px;
  height: 37px;
  padding: 8px;
}
#pagination .page-numbers.next svg, #pagination .page-numbers.prev svg {
  width: 8px;
}
#pagination .page-numbers.prev svg {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
#pagination .page-numbers.prev + .page-numbers:after {
  content: none;
}
#pagination .page-numbers.next:after {
  content: none;
}
#pagination .pagination {
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  #pagination .pagination {
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  #pagination .pagination {
    margin-top: 30px;
  }
}
#pagination .pagination-small {
  display: none;
  margin-top: 30px;
  margin-bottom: 60px;
}
#pagination .pagination-small a.prev {
  float: left;
}
#pagination .pagination-small a.next {
  float: right;
}

.post-password-form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.post-password-form p:last-child {
  margin-top: 40px;
}
.post-password-form p label {
  display: block;
  font-size: 0;
}
.post-password-form p input[type=submit] {
  outline: none !important;
  display: inline-block;
  background-color: #af0e96;
  min-height: 30px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  border: none !important;
  text-decoration: none !important;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: "CallunaSansBold", sans-serif;
  -webkit-transition: background-color 250ms ease;
  -moz-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
@media (min-width: 992px) {
  .post-password-form p input[type=submit]:hover, .post-password-form p input[type=submit]:focus {
    background-color: #4e11a6;
  }
}
.post-password-form p input[type=password] {
  width: 100%;
  border: 1px solid #af0e96;
  padding: 8px;
  min-height: 45px;
  font-size: 16px;
  color: #000000;
  border-radius: 0;
  min-width: 270px;
  margin-bottom: 15px;
}
.post-password-form p input[type=password]:focus {
  outline: none !important;
}
.post-password-form p input[type=password]:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.post-password-form p input[type=password][type=email] {
  border: 1px solid #af0e96;
}

iframe[name=cw_frame] .titletxttd {
  display: none;
}
iframe[name=cw_frame] * {
  font-family: "CallunaSansLight", sans-serif !important;
}

a:focus {
  outline: none !important;
}
a:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}

button {
  cursor: pointer;
}
button:focus {
  outline: none !important;
}
button:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
button.nostyle {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
button.load-more, button.show-less {
  display: block;
  border: none;
  background: none;
  outline: none !important;
  margin: 0 auto;
  padding: 0 20px 24px;
  position: relative;
}
button.load-more svg, button.show-less svg {
  width: 50px;
  height: 50px;
}
button.load-more svg circle, button.load-more svg line, button.show-less svg circle, button.show-less svg line {
  fill: none;
  stroke: #000000;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
button.load-more span, button.show-less span {
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #000000;
}
button.show-less svg {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

img {
  width: 100%;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  margin-bottom: 30px;
}

table, tr, td {
  border: 1px solid #af0e96;
}

td {
  padding: 5px 10px;
}

p img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
p.embed-p {
  max-width: 1080px;
  margin-top: 60px;
  margin-bottom: 60px;
}

/*--------------------------------------------------------------
THEME / FORMS
--------------------------------------------------------------*/
input::-webkit-input-placeholder {
  color: #807f80;
  text-transform: uppercase;
}

input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.98);
  text-transform: uppercase;
}

input:-moz-placeholder {
  color: #807f80;
  text-transform: uppercase;
}

input::-ms-input-placeholder {
  color: #807f80;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
THEME / LAYOUT
--------------------------------------------------------------*/
@media (min-width: 1480px) {
  .container {
    max-width: 1400px;
  }
}
@media (max-width: 479px) {
  .container {
    max-width: 460px;
  }
}
body {
  position: relative;
  -webkit-transition: top 500ms ease;
  -moz-transition: top 500ms ease;
  -ms-transition: top 500ms ease;
  -o-transition: top 500ms ease;
  transition: top 500ms ease;
}
body.page-id-299 * {
  font-family: sans-serif !important;
}
body.page-id-299 h1, body.page-id-299 h2, body.page-id-299 h3, body.page-id-299 h4, body.page-id-299 h5, body.page-id-299 h6 {
  font-family: serif !important;
  font-weight: 600;
}
body.page-id-299 section.image-content-blocks.layout-small .block .inner .content h3, body.page-id-299 section.image-content-blocks.layout-small .block .inner .content h2 {
  font-family: sans-serif !important;
}

main {
  overflow: hidden;
}
main section:first-child:not(.intro) {
  margin-top: 120px;
}
@media (max-width: 991.98px) {
  main section:first-child:not(.intro) {
    margin-top: 75px;
  }
}

footer {
  position: relative;
  overflow: hidden;
  background-color: #af0e96;
}
footer .symbol {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-align: right;
}
footer .symbol svg {
  width: auto;
  opacity: 0.1;
  position: relative;
  bottom: 150px;
  -ms-transform: rotate(83deg);
  /* IE 9 */
  -webkit-transform: rotate(83deg);
  /* Chrome, Safari, Opera */
  -o-transform: rotate(83deg);
  -moz-transform: rotate(83deg);
  transform: rotate(83deg);
  height: -moz-calc(100% + 350px);
  height: -webkit-calc(100% + 350px);
  height: calc(100% + 350px);
}
@media (max-width: 991.98px) {
  footer .symbol svg {
    top: -120px;
    bottom: unset;
    width: 640px;
    left: unset;
    right: -120px;
  }
}
@media (max-width: 767.98px) {
  footer .symbol svg {
    top: -320px;
  }
}
footer .symbol svg .ado0, footer .symbol svg .ado1, footer .symbol svg .ado2 {
  fill: #ffffff;
}
footer .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  footer .inner {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
  }
}
footer .inner * {
  color: #ffffff;
}
footer .inner .col.contact {
  -ms-flex: 0 0 20.8333333333%;
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
}
@media (max-width: 1479px) {
  footer .inner .col.contact {
    -ms-flex: 0 0 29.1666666667%;
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
}
@media (max-width: 991.98px) {
  footer .inner .col.contact {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
footer .inner .col.contact .logo {
  margin-bottom: 20px;
}
footer .inner .col.contact .logo a .ado0 {
  fill: #FFFFFF;
}
footer .inner .col.contact .logo a svg, footer .inner .col.contact .logo a img {
  width: 152px;
}
footer .inner .col.contact a {
  cursor: pointer;
  border: none;
  background: none;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #ffffff;
  text-decoration: none !important;
  font-family: "CallunaSansBold", sans-serif;
  font-family: "CallunaSansSemibold", sans-serif;
  text-transform: unset !important;
}
footer .inner .col.contact a:focus-visible {
  background: none !important;
}
footer .inner .col.contact a:focus-visible:before, footer .inner .col.contact a:focus-visible:after {
  background: none !important;
}
@media (min-width: 992px) {
  footer .inner .col.contact a {
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
  }
}
footer .inner .col.links {
  -ms-flex: 0 0 54.1666666667%;
  flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%;
}
@media (max-width: 1199.98px) {
  footer .inner .col.links {
    -ms-flex: 0 0 70.8333333333%;
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
}
@media (max-width: 991.98px) {
  footer .inner .col.links {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 60px;
  }
}
footer .inner .col.links > p {
  text-transform: uppercase;
  font-family: "CallunaSansBold", sans-serif;
  letter-spacing: 0.05rem;
}
footer .inner .col.links a {
  cursor: pointer;
  border: none;
  background: none;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #ffffff;
  text-decoration: none !important;
  font-family: "CallunaSansBold", sans-serif;
  font-family: "CallunaSansSemibold", sans-serif;
  text-transform: unset !important;
}
footer .inner .col.links a:focus-visible {
  background: none !important;
}
footer .inner .col.links a:focus-visible:before, footer .inner .col.links a:focus-visible:after {
  background: none !important;
}
@media (min-width: 992px) {
  footer .inner .col.links a {
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
  }
}
footer .inner .col.links .col {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 991.98px) {
  footer .inner .col.links .col {
    margin-top: 60px;
  }
}
@media (max-width: 767.98px) {
  footer .inner .col.links .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
footer .inner .col.extra {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1479px) {
  footer .inner .col.extra {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  footer .inner .col.extra {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media (max-width: 1199.98px) {
  footer .inner .col.extra {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
footer .inner .col.extra .social {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1479px) {
  footer .inner .col.extra .social {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1199.98px) {
  footer .inner .col.extra .social {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }
}
@media (max-width: 767.98px) {
  footer .inner .col.extra .social {
    display: inline-block;
  }
}
footer .inner .col.extra .social > p {
  text-transform: uppercase;
  font-family: "CallunaSansBold", sans-serif;
  letter-spacing: 0.05rem;
  padding-right: 36px;
}
@media (max-width: 767.98px) {
  footer .inner .col.extra .social > p {
    padding-right: 0;
  }
}
footer .inner .col.extra .social a svg path {
  fill: #ffffff;
}
footer .inner .col.legal {
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  footer .inner .col.legal {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
footer .inner .col.legal * {
  font-size: 12px;
}
footer .inner .col.back-to-top {
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
@media (max-width: 767.98px) {
  footer .inner .col.back-to-top {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 60px;
  }
}
footer .inner .col.back-to-top > div {
  position: relative;
  height: 100%;
}
footer .inner .col.back-to-top > div > button {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: transparent !important;
  border: none !important;
  background-image: url(img/icon/chevron.svg);
  background-position: bottom 2px right 0;
  background-size: 40px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  padding-top: 20px;
  padding-right: 52px;
}
@media (max-width: 767.98px) {
  footer .inner .col.back-to-top > div > button {
    position: relative;
    padding-top: 32px;
    background-position: top center;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 1000;
  opacity: 1;
}
#cover.fade-out {
  opacity: 0;
  -webkit-transition: opacity 100ms ease;
  -moz-transition: opacity 100ms ease;
  -ms-transition: opacity 100ms ease;
  -o-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
}

#alert-banner, #alert-bottom-banner, #alert-corner-banner {
  background: #000000;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  position: fixed;
  left: 0;
  z-index: 9999;
  top: -300px;
  width: 100%;
  padding: 0 !important;
  -webkit-transition: top 500ms ease;
  -moz-transition: top 500ms ease;
  -ms-transition: top 500ms ease;
  -o-transition: top 500ms ease;
  transition: top 500ms ease;
}
#alert-banner .inner, #alert-bottom-banner .inner, #alert-corner-banner .inner {
  padding-top: 30px;
  padding-bottom: 14px;
  padding-left: 60px;
  padding-right: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#alert-banner .close-btn, #alert-bottom-banner .close-btn, #alert-corner-banner .close-btn {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  margin-top: -13.5px;
  right: 20px;
  cursor: pointer;
}
#alert-banner p, #alert-banner span, #alert-banner a, #alert-bottom-banner p, #alert-bottom-banner span, #alert-bottom-banner a, #alert-corner-banner p, #alert-corner-banner span, #alert-corner-banner a {
  color: #000000;
  font-size: 17px;
}
@media (max-width: 991.98px) {
  #alert-banner p, #alert-banner span, #alert-banner a, #alert-bottom-banner p, #alert-bottom-banner span, #alert-bottom-banner a, #alert-corner-banner p, #alert-corner-banner span, #alert-corner-banner a {
    font-size: 15px;
  }
}
#alert-banner h1, #alert-banner h2, #alert-banner h3, #alert-banner h4, #alert-banner h5, #alert-banner h6, #alert-bottom-banner h1, #alert-bottom-banner h2, #alert-bottom-banner h3, #alert-bottom-banner h4, #alert-bottom-banner h5, #alert-bottom-banner h6, #alert-corner-banner h1, #alert-corner-banner h2, #alert-corner-banner h3, #alert-corner-banner h4, #alert-corner-banner h5, #alert-corner-banner h6 {
  color: #000000;
}
#alert-banner a, #alert-bottom-banner a, #alert-corner-banner a {
  color: #f9471f;
  border-bottom: 2px solid rgba(134, 22, 87, 0.25);
  -webkit-transition: color 500ms ease, border-bottom 500ms ease;
  -moz-transition: color 500ms ease, border-bottom 500ms ease;
  -ms-transition: color 500ms ease, border-bottom 500ms ease;
  -o-transition: color 500ms ease, border-bottom 500ms ease;
  transition: color 500ms ease, border-bottom 500ms ease;
}
#alert-banner a:hover, #alert-bottom-banner a:hover, #alert-corner-banner a:hover {
  color: #000000;
  border-bottom: 2px solid rgba(0, 255, 138, 0.25);
}
#alert-banner p, #alert-bottom-banner p, #alert-corner-banner p {
  text-align: center;
}

#alert-bottom-banner {
  z-index: 11;
  top: auto;
  bottom: -300px;
  background: none;
  -webkit-transition: bottom 500ms ease;
  -moz-transition: bottom 500ms ease;
  -ms-transition: bottom 500ms ease;
  -o-transition: bottom 500ms ease;
  transition: bottom 500ms ease;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
#alert-bottom-banner .col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#alert-bottom-banner .inner {
  width: 100%;
  border-left: 12px solid #af0e96;
  overflow: hidden;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
#alert-bottom-banner .close-btn {
  right: 35px;
}

#alert-corner-banner {
  background: none;
  z-index: 10;
  max-width: 560px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: auto;
  top: auto;
  right: -1000px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: right 500ms ease;
  -moz-transition: right 500ms ease;
  -ms-transition: right 500ms ease;
  -o-transition: right 500ms ease;
  transition: right 500ms ease;
}
#alert-corner-banner .inner {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f9471f;
  overflow: hidden;
  border-radius: 8px;
}
#alert-corner-banner .close-btn {
  top: 45px;
}

#skip-link-destination {
  position: relative;
  top: -120px;
}
@media (max-width: 991.98px) {
  #skip-link-destination {
    top: -75px;
  }
}

/*--------------------------------------------------------------
THEME / NAVIGATION
--------------------------------------------------------------*/
header .site-nav .extra {
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
header .site-nav .extra .links {
  margin-right: 20px;
  position: relative;
  top: 6px;
}
header .site-nav .extra .links a {
  cursor: pointer;
  border: none;
  background: none;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #af0e96;
  text-decoration: none !important;
  font-family: "CallunaSansBold", sans-serif;
  font-family: "CallunaSansSemibold", sans-serif;
  text-transform: none;
}
header .site-nav .extra .links a:focus-visible {
  background: none !important;
}
header .site-nav .extra .links a:focus-visible:before, header .site-nav .extra .links a:focus-visible:after {
  background: none !important;
}
@media (min-width: 992px) {
  header .site-nav .extra .links a {
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
  }
  header .site-nav .extra .links a:hover, header .site-nav .extra .links a:focus {
    color: #4e11a6;
  }
}
header .site-nav .extra .links a:not(:last-child) {
  margin-right: 20px;
}
header .site-nav .extra .social {
  margin-bottom: 2px;
  margin-right: 22px;
}
header .site-nav .extra .donate {
  margin-right: 22px;
}
header .site-nav .extra .donate a {
  display: inline-block;
  background-color: #af0e96;
  min-height: 30px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  border: none !important;
  text-decoration: none !important;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: "CallunaSansBold", sans-serif;
  -webkit-transition: background-color 250ms ease;
  -moz-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
@media (min-width: 992px) {
  header .site-nav .extra .donate a:hover, header .site-nav .extra .donate a:focus {
    background-color: #4e11a6;
  }
}
header .site-nav .extra .search {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
header .site-nav .extra .search button {
  border: none !important;
  background-color: transparent !important;
  background-image: url(img/icon/search.svg);
  background-position: center;
  padding: 0;
  width: 24px;
  height: 24px;
  background-size: 18px;
  background-repeat: no-repeat;
  cursor: pointer;
}
header .site-nav#desktop-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 100;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  header .site-nav#desktop-nav {
    display: none;
  }
}
header .site-nav#desktop-nav.animprep {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 0;
}
header .site-nav#desktop-nav.animprep.animtr {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
header .site-nav#desktop-nav.animprep.animfinal {
  opacity: 1;
}
header .site-nav#desktop-nav > .container {
  height: 100%;
}
header .site-nav#desktop-nav .searchform {
  background-color: #ffffff;
  position: absolute;
  min-width: 280px;
  top: 120px;
  right: 0;
  padding: 20px 25px;
  opacity: 0;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
header .site-nav#desktop-nav .searchform:before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 16px;
  top: -16px;
  left: 0;
}
header .site-nav#desktop-nav .searchform .col form {
  float: right;
}
header .site-nav#desktop-nav .searchform.active {
  opacity: 1;
}
header .site-nav#desktop-nav .row.bar {
  position: relative;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .site-nav#desktop-nav .row.bar:before {
  content: "";
  position: absolute;
  background: #ffffff;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: -1px;
  right: 0;
}
header .site-nav#desktop-nav .row.bar:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
header .site-nav#desktop-nav .logo-col {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1199.98px) {
  header .site-nav#desktop-nav .logo-col {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
header .site-nav#desktop-nav .logo-col a {
  display: inline-block;
  position: relative;
  height: 72px;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  header .site-nav#desktop-nav .logo-col a {
    height: 66px;
  }
}
header .site-nav#desktop-nav .logo-col a svg, header .site-nav#desktop-nav .logo-col a img {
  height: 72px;
}
@media (max-width: 1199.98px) {
  header .site-nav#desktop-nav .logo-col a svg, header .site-nav#desktop-nav .logo-col a img {
    height: 66px;
  }
}
@media (max-width: 1199.98px) {
  header .site-nav#desktop-nav .logo-col a svg, header .site-nav#desktop-nav .logo-col a img {
    height: 56px;
    position: relative;
    top: -10px;
  }
}
header .site-nav#desktop-nav .logo-col a svg .ado0, header .site-nav#desktop-nav .logo-col a img .ado0 {
  fill: #FFA400;
}
header .site-nav#desktop-nav .logo-col a svg .ado1, header .site-nav#desktop-nav .logo-col a img .ado1 {
  fill: #B01D8C;
}
header .site-nav#desktop-nav .logo-col a svg .ado2, header .site-nav#desktop-nav .logo-col a img .ado2 {
  fill: #F15A25;
}
header .site-nav#desktop-nav .nav-col {
  text-align: center;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
@media (max-width: 1199.98px) {
  header .site-nav#desktop-nav .nav-col {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
header .site-nav#desktop-nav .nav-col .nav-outer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
header .site-nav#desktop-nav .nav-col .nav-outer ul.menu {
  float: right;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  header .site-nav#desktop-nav .nav-col .nav-outer ul.menu {
    width: 100%;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li {
  position: relative;
  float: left;
}
header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li:not(:last-child) {
  margin-right: 32px;
}
@media (max-width: 1199.98px) {
  header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li:not(:last-child) {
    margin-right: 26px;
  }
}
header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li.menu-item-has-children > a {
  position: relative;
}
header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li.current_page_item > button:after, header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li.current_page_item > a:after, header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li.current_page_parent > button:after, header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li.current_page_parent > a:after, header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li.current-page-ancestor > button:after, header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li.current-page-ancestor > a:after {
  width: 100%;
}
header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li a, header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li button {
  position: relative;
  z-index: 3;
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  -ms-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  transition: color 250ms ease;
  cursor: pointer;
}
header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li a:focus, header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li button:focus {
  outline: none !important;
}
header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li a:focus-visible, header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li button:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li a:after, header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li button:after {
  content: "";
  position: absolute;
  background: #af0e96;
  width: 0;
  height: 3px;
  bottom: -4px;
  left: 0;
  -webkit-transition: width 350ms ease;
  -moz-transition: width 350ms ease;
  -ms-transition: width 350ms ease;
  -o-transition: width 350ms ease;
  transition: width 350ms ease;
}
header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li > button, header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li > a {
  position: relative;
  border: none;
  outline: none !important;
  background: none;
  display: inline-block;
  position: relative;
  letter-spacing: unset;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #000000;
  text-decoration: none !important;
  font-family: "CallunaSansBold", sans-serif;
  font-size: 16px;
  letter-spacing: 0.075rem;
  z-index: 4;
}
header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li > button:focus-visible, header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li > a:focus-visible {
  background: none !important;
}
header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li > button:focus-visible:before, header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li > button:focus-visible:after, header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li > a:focus-visible:before, header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li > a:focus-visible:after {
  background: none !important;
}
@media (min-width: 992px) {
  header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li > button, header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li > a {
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
  }
}
header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li > button.active:after, header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li > a.active:after {
  width: 100%;
}
header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li > button.active + .sub-menu, header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li > a.active + .sub-menu {
  opacity: 1;
}
header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li > button.focused + .sub-menu, header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li > a.focused + .sub-menu {
  display: block !important;
  opacity: 1 !important;
}
header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li > button:hover:after, header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li > a:hover:after {
  width: 100%;
}
header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li .sub-menu {
  display: none;
  background-color: #ffffff;
  position: absolute;
  width: -moz-calc(100% + 30px);
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  min-width: 180px;
  left: -25px;
  top: 42px;
  text-align: left;
  padding: 20px 25px;
  opacity: 0;
  z-index: 3;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li .sub-menu:after {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 20px;
  top: -20px;
  left: 0;
}
header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li .sub-menu li:not(:last-child) {
  margin-bottom: 10px;
}
header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li .sub-menu li a {
  line-height: 1.2;
  display: inline-block;
}
header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li .sub-menu li a:after {
  height: 2px;
}
header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li .sub-menu li a:hover:after, header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li .sub-menu li a:focus:after {
  width: 100%;
}
header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li .sub-menu li.current_page_item a:after, header .site-nav#desktop-nav .nav-col .nav-outer ul.menu > li .sub-menu li.current_page_parent a:after {
  width: 100%;
}
header .site-nav#mobile-nav {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
@media (max-width: 991.98px) {
  header .site-nav#mobile-nav {
    display: block;
  }
}
header .site-nav#mobile-nav .logo {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  left: 26px;
  height: 56px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .site-nav#mobile-nav .logo a {
  height: 56px;
}
header .site-nav#mobile-nav .logo a svg, header .site-nav#mobile-nav .logo a img {
  height: 56px;
}
header .site-nav#mobile-nav .logo a svg .ado0, header .site-nav#mobile-nav .logo a img .ado0 {
  fill: #FFA400;
}
header .site-nav#mobile-nav .logo a svg .ado1, header .site-nav#mobile-nav .logo a img .ado1 {
  fill: #B01D8C;
}
header .site-nav#mobile-nav .logo a svg .ado2, header .site-nav#mobile-nav .logo a img .ado2 {
  fill: #F15A25;
}
@media (max-width: 349px) {
  header .site-nav#mobile-nav .logo a svg, header .site-nav#mobile-nav .logo a img {
    height: 50px;
  }
}
header .site-nav#mobile-nav .bar-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 101;
  -webkit-transition: top 500ms ease;
  -moz-transition: top 500ms ease;
  -ms-transition: top 500ms ease;
  -o-transition: top 500ms ease;
  transition: top 500ms ease;
}
header .site-nav#mobile-nav .bar-wrap .bar {
  background-color: #ffffff;
  height: 75px;
  width: 100%;
}
header .site-nav#mobile-nav .bar-wrap div.menu-toggle {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 26px;
}
header .site-nav#mobile-nav .bar-wrap div.menu-toggle button {
  width: 32px;
  height: 32px;
  position: relative;
}
@media (max-width: 479px) {
  header .site-nav#mobile-nav .bar-wrap div.menu-toggle button {
    top: 3px;
  }
}
header .site-nav#mobile-nav .bar-wrap div.menu-toggle button span {
  display: block;
  position: absolute;
  float: right;
  background: #af0e96;
  width: 100%;
  height: 3px;
  margin-top: -1px;
  top: 50%;
  -webkit-transition: width 250ms ease;
  -moz-transition: width 250ms ease;
  -ms-transition: width 250ms ease;
  -o-transition: width 250ms ease;
  transition: width 250ms ease;
}
header .site-nav#mobile-nav .bar-wrap div.menu-toggle button:before, header .site-nav#mobile-nav .bar-wrap div.menu-toggle button:after {
  content: "";
  position: absolute;
  background: #af0e96;
  width: 100%;
  height: 3px;
  right: 0;
}
header .site-nav#mobile-nav .bar-wrap div.menu-toggle button:before {
  top: 5px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
header .site-nav#mobile-nav .bar-wrap div.menu-toggle button:after {
  bottom: 4px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
header .site-nav#mobile-nav .bar-wrap div.menu-toggle button.active span {
  width: 0;
}
header .site-nav#mobile-nav .bar-wrap div.menu-toggle button.active:before {
  width: 100%;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
}
header .site-nav#mobile-nav .bar-wrap div.menu-toggle button.active:after {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 14px;
}
header .site-nav#mobile-nav .bar-wrap .search {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: 74px;
}
header .site-nav#mobile-nav .bar-wrap .search button {
  border: none !important;
  background-color: transparent !important;
  background-image: url(img/icon/search.svg);
  background-position: center;
  padding: 0;
  width: 24px;
  height: 24px;
  background-size: 18px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: 24px;
  background-position: center;
  width: 32px;
  height: 32px;
}
@media (max-width: 479px) {
  header .site-nav#mobile-nav .bar-wrap a.logo {
    max-width: 120px;
  }
}
header .site-nav#mobile-nav .bar-wrap a.logo svg {
  max-height: 30px;
  height: 100%;
  width: auto;
}
header .site-nav#mobile-nav .nav-wrap {
  background: #ffffff;
  position: absolute;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  right: 0;
  top: 0;
  height: 100vh;
  max-height: 100vh;
  width: 475px;
  z-index: 100;
  padding-bottom: 60px;
  text-align: center;
  max-width: 100% !important;
  overflow-x: hidden;
  -webkit-transition: right 500ms ease;
  -moz-transition: right 500ms ease;
  -ms-transition: right 500ms ease;
  -o-transition: right 500ms ease;
  transition: right 500ms ease;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.125);
}
header .site-nav#mobile-nav .nav-wrap > div {
  padding-left: 30px;
  padding-right: 30px;
}
header .site-nav#mobile-nav .nav-wrap.static {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
header .site-nav#mobile-nav .nav-wrap:after {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 15px;
  height: 100%;
  top: 0;
  right: 0;
}
header .site-nav#mobile-nav .nav-wrap .searchform {
  right: 0;
  position: relative;
  -webkit-transition: margin-top 350ms ease;
  -moz-transition: margin-top 350ms ease;
  -ms-transition: margin-top 350ms ease;
  -o-transition: margin-top 350ms ease;
  transition: margin-top 350ms ease;
}
header .site-nav#mobile-nav .nav-wrap .searchform .inner {
  position: relative;
  top: 20px;
}
header .site-nav#mobile-nav .nav-wrap ul.menu {
  position: relative;
  margin-bottom: 0;
  margin-top: 72px;
  padding: 0;
}
header .site-nav#mobile-nav .nav-wrap ul.menu > li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #af0e96;
}
header .site-nav#mobile-nav .nav-wrap ul.menu > li:last-child {
  border-bottom: none;
}
header .site-nav#mobile-nav .nav-wrap ul.menu > li > button svg {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
header .site-nav#mobile-nav .nav-wrap ul.menu > li > a {
  color: #000000;
  padding-right: 38px;
  font-size: 20px;
  position: relative;
  letter-spacing: 0.05rem;
  font-family: "CallunaSansBold", sans-serif;
  text-transform: uppercase;
}
header .site-nav#mobile-nav .nav-wrap ul.menu > li > a:after {
  -webkit-transition: width 250ms ease;
  -moz-transition: width 250ms ease;
  -ms-transition: width 250ms ease;
  -o-transition: width 250ms ease;
  transition: width 250ms ease;
  width: 0;
}
header .site-nav#mobile-nav .nav-wrap ul.menu > li > a:hover:after {
  width: 0;
}
header .site-nav#mobile-nav .nav-wrap ul.menu > li.active > button svg {
  color: #007bff;
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
header .site-nav#mobile-nav .nav-wrap ul.menu > li:after {
  position: absolute;
  background: #F1F2F2;
  width: 100%;
  width: -moz-calc(100% + 30px);
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  height: 1px;
  top: -16px;
}
header .site-nav#mobile-nav .nav-wrap ul.menu li {
  list-style: none;
  margin-bottom: 15px;
  text-align: left;
}
header .site-nav#mobile-nav .nav-wrap ul.menu li.current_page_item > button:after, header .site-nav#mobile-nav .nav-wrap ul.menu li.current_page_item > a:after, header .site-nav#mobile-nav .nav-wrap ul.menu li.current_page_parent > button:after, header .site-nav#mobile-nav .nav-wrap ul.menu li.current_page_parent > a:after, header .site-nav#mobile-nav .nav-wrap ul.menu li.current-page-ancestor > button:after, header .site-nav#mobile-nav .nav-wrap ul.menu li.current-page-ancestor > a:after {
  width: 100%;
}
header .site-nav#mobile-nav .nav-wrap ul.menu li a {
  text-decoration: none !important;
  position: relative;
  padding-right: 0;
}
header .site-nav#mobile-nav .nav-wrap ul.menu li a:after {
  content: "";
  position: absolute;
  background: #af0e96;
  width: 0;
  height: 4px;
  bottom: -6px;
  left: 0;
  -webkit-transition: width 350ms ease;
  -moz-transition: width 350ms ease;
  -ms-transition: width 350ms ease;
  -o-transition: width 350ms ease;
  transition: width 350ms ease;
}
header .site-nav#mobile-nav .nav-wrap ul.menu li .arrow {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
header .site-nav#mobile-nav .nav-wrap ul.menu li .arrow svg {
  -webkit-transition: transform 250ms ease;
  -moz-transition: transform 250ms ease;
  -ms-transition: transform 250ms ease;
  -o-transition: transform 250ms ease;
  transition: transform 250ms ease;
}
header .site-nav#mobile-nav .nav-wrap ul.menu li .arrow svg polyline {
  fill: none;
  stroke: #af0e96;
  stroke-width: 1.942;
  stroke-miterlimit: 10;
}
header .site-nav#mobile-nav .nav-wrap ul.menu li .sub-menu-wrap {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 350ms ease;
  -moz-transition: height 350ms ease;
  -ms-transition: height 350ms ease;
  -o-transition: height 350ms ease;
  transition: height 350ms ease;
}
header .site-nav#mobile-nav .nav-wrap ul.menu li .sub-menu {
  display: inline-block;
  width: 100%;
  padding-left: 0;
  position: relative;
}
header .site-nav#mobile-nav .nav-wrap ul.menu li .sub-menu li {
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  padding-left: 30px;
}
header .site-nav#mobile-nav .nav-wrap ul.menu li .sub-menu li:last-child {
  margin-bottom: 0;
}
header .site-nav#mobile-nav .nav-wrap ul.menu li .sub-menu li a {
  font-size: 16px;
  color: #000000;
}
header .site-nav#mobile-nav .nav-wrap ul.menu li .sub-menu li a:after {
  height: 2px;
}
header .site-nav#mobile-nav .nav-wrap ul.menu li .sub-menu li a svg {
  display: none;
}
header .site-nav#mobile-nav .nav-wrap .additional-links {
  text-align: left;
  padding-left: 30px;
}
header .site-nav#mobile-nav .nav-wrap .additional-links div {
  margin-top: 20px;
}
header .site-nav#mobile-nav .nav-wrap .additional-links div:first-child {
  margin-top: 45px;
}
header .site-nav#mobile-nav .nav-wrap .contact-info {
  text-align: left;
  margin-top: 40px;
}
header .site-nav#mobile-nav .nav-wrap .contact-info div {
  padding-left: 30px;
  margin-bottom: 12px;
}
header .site-nav#mobile-nav .nav-wrap .contact-info div a {
  font-size: 14px !important;
  color: #000000;
  text-decoration: none !important;
}
header .site-nav#mobile-nav .nav-wrap .extra {
  display: block;
}
header .site-nav#mobile-nav .nav-wrap .extra .links {
  text-align: left;
}
header .site-nav#mobile-nav .nav-wrap .extra .bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-top: 20px;
}
header .site-nav#mobile-nav .bar-shaodw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 99;
  height: 75px;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.125);
}
header #skip-link {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
  height: 50px;
  width: 200px;
  background: #ffffff;
  text-align: center;
  padding-top: 14px;
  top: -50px;
  color: #af0e96;
  font-size: 20px;
  text-decoration: none;
  font-family: "CallunaSansSemibold", sans-serif;
  -webkit-transition: top 250ms ease;
  -moz-transition: top 250ms ease;
  -ms-transition: top 250ms ease;
  -o-transition: top 250ms ease;
  transition: top 250ms ease;
}
header #skip-link:focus, header #skip-link:focus-visible {
  top: 0;
}
header#breadcrumb .row {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
header#breadcrumb .row > .col {
  -ms-flex: 0 0 79.1666666667%;
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}
@media (max-width: 1479px) {
  header#breadcrumb .row > .col {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 1199.98px) {
  header#breadcrumb .row > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
header#breadcrumb a, header#breadcrumb span {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
}
header#breadcrumb a {
  margin-right: 4px;
  text-decoration: none;
}
header#breadcrumb a:not(:first-child) {
  margin-left: 4px;
}
@media (min-width: 992px) {
  header#breadcrumb a {
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
  }
  header#breadcrumb a:hover, header#breadcrumb a:focus {
    color: #af0e96;
  }
}
header#breadcrumb .breadcrumb_last {
  margin-left: 4px;
}

ul.menu li {
  list-style: none;
}

/*--------------------------------------------------------------
THEME / SECTIONS
--------------------------------------------------------------*/
section.banner {
  min-height: 170px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  background: linear-gradient(45deg, #af0e96 0%, #e61c2c 50%, #eba019 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#af0e96", endColorstr="#eba019",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
section.banner .row {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.banner .row > .col {
  -ms-flex: 0 0 79.1666666667%;
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}
@media (max-width: 1479px) {
  section.banner .row > .col {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 1199.98px) {
  section.banner .row > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.banner .content {
  margin-bottom: 30px;
}
section.banner .content h1 {
  font-size: 50px;
}
section.banner .content h1:only-child {
  margin-bottom: 0;
}
section.banner .content * {
  color: #ffffff;
}
section.breadcrumbs {
  margin-top: 30px;
  margin-bottom: 60px;
}
section.breadcrumbs * {
  color: #000000;
}
section.breadcrumbs a {
  text-decoration: none;
}
@media (min-width: 992px) {
  section.breadcrumbs a {
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
  }
  section.breadcrumbs a:hover, section.breadcrumbs a:focus {
    color: #af0e96;
  }
}
section.breadcrumbs .container > .row {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.breadcrumbs .container > .row > .col {
  -ms-flex: 0 0 79.1666666667%;
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}
@media (max-width: 1479px) {
  section.breadcrumbs .container > .row > .col {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 1199.98px) {
  section.breadcrumbs .container > .row > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.breadcrumbs + section {
  margin-top: 0 !important;
}
section.banner-slider {
  position: relative;
}
section.banner-slider .content-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
section.banner-slider .content-box .inner {
  height: unset;
}
section.banner-slider .content-box h1, section.banner-slider .content-box h2 {
  color: #af0e96;
  font-family: "ArgentCFDemiBold", serif;
  line-height: 1;
  font-size: 32px;
  color: #ffffff;
  font-family: "ArgentCFRegular", serif;
}
section.banner-slider .content-box .link {
  margin-top: 16px;
  display: inline-block;
  background-color: #ffffff;
  min-height: 30px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  border: none !important;
  text-decoration: none !important;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: "CallunaSansBold", sans-serif;
  color: #af0e96;
  -webkit-transition: background-color 250ms ease;
  -moz-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
@media (min-width: 992px) {
  section.banner-slider .content-box .link:hover, section.banner-slider .content-box .link:focus {
    background-color: #4e11a6;
    background-color: #af0e96;
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  section.banner-slider .content-box .link:hover, section.banner-slider .content-box .link:focus {
    background-color: #4e11a6;
  }
}
section.banner-slider .content-box * {
  color: #ffffff;
}
section.banner-slider .splide__arrows {
  position: absolute;
  bottom: -60px;
  left: 0;
}
@media (max-width: 991.98px) {
  section.banner-slider .splide__arrows {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section.banner-slider .splide__arrows button {
  border: none;
  background: none;
  width: 52px;
  height: 52px;
}
section.banner-slider .splide__arrows button.splide__arrow--prev svg {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
section.banner-slider .splide__arrows button:disabled svg {
  opacity: 0.25;
}
section.banner-slider .splide__arrows button svg {
  width: 20px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  -moz-transition: opacity 150ms ease;
  -ms-transition: opacity 150ms ease;
  -o-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}
section.banner-slider .splide__arrows button svg path {
  fill: #af0e96;
}
section.banner-slider .splide__pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -36px;
  padding: 0;
}
@media (max-width: 991.98px) {
  section.banner-slider .splide__pagination {
    display: none;
  }
}
section.banner-slider .splide__pagination li {
  height: auto;
  width: auto;
  margin: 0 8px;
  padding-top: 8px;
}
section.banner-slider .splide__pagination li button {
  position: relative;
  background: none;
  border: none;
  width: 38px;
  height: 20px;
}
section.banner-slider .splide__pagination li button:focus {
  outline: none !important;
}
section.banner-slider .splide__pagination li button:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
section.banner-slider .splide__pagination li button:before {
  content: "";
  position: absolute;
  background: #af0e96;
  top: unset;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 1px;
  opacity: 1;
  -webkit-transition: height 200ms ease;
  -moz-transition: height 200ms ease;
  -ms-transition: height 200ms ease;
  -o-transition: height 200ms ease;
  transition: height 200ms ease;
}
section.banner-slider .splide__pagination li button:focus:before {
  background: #af0e96;
}
section.banner-slider .splide__pagination li button.is-active:before {
  opacity: 1;
  height: 6px;
}
section.banner-slider .splide__slide.layout-default {
  position: relative;
  overflow: hidden;
  background: linear-gradient(45deg, #af0e96 0%, #e61c2c 50%, #eba019 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#af0e96", endColorstr="#eba019",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.banner-slider .splide__slide.layout-default .inner {
  position: relative;
  z-index: 1;
  height: unset;
  width: 100%;
  max-width: 520px;
  padding-left: 20px;
  padding-right: 20px;
}
section.banner-slider .splide__slide.layout-default .inner h1, section.banner-slider .splide__slide.layout-default .inner p {
  font-size: 56px;
  font-family: "ArgentCFLight", serif;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  section.banner-slider .splide__slide.layout-default .inner h1, section.banner-slider .splide__slide.layout-default .inner p {
    font-size: 52px;
  }
}
@media (max-width: 991.98px) {
  section.banner-slider .splide__slide.layout-default .inner h1, section.banner-slider .splide__slide.layout-default .inner p {
    font-size: 48px;
  }
}
@media (max-width: 767.98px) {
  section.banner-slider .splide__slide.layout-default .inner h1, section.banner-slider .splide__slide.layout-default .inner p {
    font-size: 44px;
  }
}
@media (max-width: 575.98px) {
  section.banner-slider .splide__slide.layout-default .inner h1, section.banner-slider .splide__slide.layout-default .inner p {
    font-size: 40px;
  }
}
section.banner-slider .splide__slide.layout-default .inner * {
  text-align: center !important;
}
section.banner-slider .splide__slide.layout-default .symbol-mobile {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(img/logo/ado-symbol-rgb-pos-red.svg);
  background-position: center right;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  section.banner-slider .splide__slide.layout-default .symbol-mobile {
    display: none;
  }
}
section.banner-slider .splide__slide.layout-default .symbol {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  section.banner-slider .splide__slide.layout-default .symbol {
    display: none;
  }
}
section.banner-slider .splide__slide.layout-default .symbol svg {
  width: auto;
  position: relative;
  bottom: 200px;
  height: -moz-calc(100% + 400px);
  height: -webkit-calc(100% + 400px);
  height: calc(100% + 400px);
}
@media (max-width: 1199.98px) {
  section.banner-slider .splide__slide.layout-default .symbol svg {
    height: -moz-calc(100% + 300px);
    height: -webkit-calc(100% + 300px);
    height: calc(100% + 300px);
  }
}
section.banner-slider .splide__slide.layout-default .symbol svg .ado0, section.banner-slider .splide__slide.layout-default .symbol svg .ado1, section.banner-slider .splide__slide.layout-default .symbol svg .ado2 {
  fill: #e8373e;
}
section.banner-slider .splide__slide.layout-default * {
  color: #ffffff;
}
section.banner-slider .splide__slide.layout-image-content {
  background-color: #af0e96;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  section.banner-slider .splide__slide.layout-image-content {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
section.banner-slider .splide__slide.layout-image-content .content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  section.banner-slider .splide__slide.layout-image-content .content-box {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding-bottom: 32px;
  }
}
@media (max-width: 991.98px) {
  section.banner-slider .splide__slide.layout-image-content .content-box .container {
    max-width: 100%;
  }
}
section.banner-slider .splide__slide.layout-image-content .content-box .container > .row {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.banner-slider .splide__slide.layout-image-content .content-box .container > .row > .col {
  -ms-flex: 0 0 79.1666666667%;
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}
@media (max-width: 1479px) {
  section.banner-slider .splide__slide.layout-image-content .content-box .container > .row > .col {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 1199.98px) {
  section.banner-slider .splide__slide.layout-image-content .content-box .container > .row > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.banner-slider .splide__slide.layout-image-content .content-box .container > .row .col {
  position: unset;
}
@media (max-width: 991.98px) {
  section.banner-slider .splide__slide.layout-image-content .content-box .container > .row .col .row {
    background-color: #af0e96;
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  section.banner-slider .splide__slide.layout-image-content .content-box .container > .row .col .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  section.banner-slider .splide__slide.layout-image-content .content-box .container > .row .col .col {
    padding-right: 60px;
  }
}
section.banner-slider .splide__slide.layout-image-content .image-box {
  width: 50%;
}
@media (max-width: 991.98px) {
  section.banner-slider .splide__slide.layout-image-content .image-box {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  section.banner-slider .splide__slide.layout-image-content .image-box {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  section.banner-slider .splide__slide.layout-image-content .image-box {
    width: 70%;
  }
}
section.banner-slider .splide__slide.layout-image-content .image-box .image > div {
  padding-bottom: 50%;
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 1199.98px) {
  section.banner-slider .splide__slide.layout-image-content .image-box .image > div {
    padding-bottom: 64%;
  }
}
@media (max-width: 991.98px) {
  section.banner-slider .splide__slide.layout-background-image {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
section.banner-slider .splide__slide.layout-background-image .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  section.banner-slider .splide__slide.layout-background-image .background {
    height: -moz-calc(100% - 200px);
    height: -webkit-calc(100% - 200px);
    height: calc(100% - 200px);
  }
}
section.banner-slider .splide__slide.layout-background-image .background .image {
  height: 100%;
}
section.banner-slider .splide__slide.layout-background-image .background .b-lazy {
  height: 100%;
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
section.banner-slider .splide__slide.layout-background-image .content-box {
  background-color: #af0e96;
  position: absolute;
  z-index: 1;
  max-width: 640px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 32px;
}
@media (max-width: 991.98px) {
  section.banner-slider .splide__slide.layout-background-image .content-box {
    max-width: 100%;
    bottom: 0 !important;
    top: unset !important;
    min-height: 200px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
section.banner-slider .splide__slide.layout-background-image.position-left .content-box {
  left: 0;
  bottom: 100px;
  padding-left: 120px;
  padding-right: 60px;
}
@media (max-width: 991.98px) {
  section.banner-slider .splide__slide.layout-background-image.position-left .content-box {
    top: unset;
  }
}
section.banner-slider .splide__slide.layout-background-image.position-right .content-box {
  right: 0;
  top: 60px;
  padding-right: 120px;
  padding-left: 60px;
}
section.banner-slider + section:not(.content) {
  margin-top: 60px;
}
section.banner-slider + section {
  padding-top: 120px !important;
}
section.article {
  margin-bottom: 60px;
}
section.article .container > .row {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.article .container > .row > .col {
  -ms-flex: 0 0 79.1666666667%;
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}
@media (max-width: 1479px) {
  section.article .container > .row > .col {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 1199.98px) {
  section.article .container > .row > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.article .container > .row .row .col.article {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
@media (max-width: 991.98px) {
  section.article .container > .row .row .col.article {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.article .container > .row .row .col.article h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #4e11a6;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "CallunaSansBlack", sans-serif;
  letter-spacing: 0.075rem;
}
section.article .container > .row .row .col.article p:first-of-type, section.article .container > .row .row .col.article p:only-child {
  font-size: 24px;
}
section.article .container > .row .row .col.mobile-image {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  section.article .container > .row .row .col.mobile-image {
    display: none;
  }
}
section.article .container > .row .row .col.sidebar {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 991.98px) {
  section.article .container > .row .row .col.sidebar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  section.article .container > .row .row .col.sidebar {
    padding-left: 60px;
  }
}
section.article .container > .row .row .col.sidebar .featured-image {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  section.article .container > .row .row .col.sidebar .featured-image {
    display: none;
  }
}
section.article .container > .row .row .col.sidebar .box {
  background-color: #fff0ed;
}
section.article .container > .row .row .col.sidebar .box > div {
  padding: 16px;
}
section.article .container > .row .row .col.sidebar .box .title {
  padding-bottom: 14px;
  background-color: #f9471f;
}
section.article .container > .row .row .col.sidebar .box .title * {
  color: #ffffff;
}
section.article .container > .row .row .col.sidebar .box .title h2 {
  margin-bottom: 0;
  font-family: "CallunaSansBold", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
section.article .container > .row .row .col.sidebar .box .links .link:not(:last-child) {
  margin-bottom: 10px;
}
section.article .container > .row .row .col.sidebar .box .links .link a {
  cursor: pointer;
  border: none;
  background: none;
  background-image: url(img/icon/arrow.svg);
  background-position: center left;
  background-size: 12px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #af0e96;
  padding-left: 20px;
  letter-spacing: 0.025rem;
  font-size: 16px;
  text-decoration: none !important;
  font-family: "CallunaSansBold", sans-serif;
}
@media (max-width: 991.98px) {
  section.article .container > .row .row .col.sidebar .box {
    margin-top: 60px;
  }
}
section.content {
  text-align: center;
}
section.content .row {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.content .row .col {
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
@media (max-width: 1479px) {
  section.content .row .col {
    -ms-flex: 0 0 70.8333333333%;
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
}
@media (max-width: 1199.98px) {
  section.content .row .col {
    -ms-flex: 0 0 79.1666666667%;
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
}
@media (max-width: 991.98px) {
  section.content .row .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.content .row .col p:first-of-type, section.content .row .col p:only-child {
  font-size: 24px;
}
section.content.background-color-none {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  section.content.background-color-none {
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  section.content.background-color-none {
    margin-top: 60px;
  }
}
@media (max-width: 991.98px) {
  section.content.background-color-none {
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  section.content.background-color-none {
    margin-bottom: 60px;
  }
}
section.content.background-color-light-purple {
  background-color: #f4f1f9;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  section.content.background-color-light-purple {
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  section.content.background-color-light-purple {
    padding-top: 60px;
  }
}
@media (max-width: 991.98px) {
  section.content.background-color-light-purple {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  section.content.background-color-light-purple {
    padding-bottom: 60px;
  }
}
section.image-content-blocks.background-color-none .intro {
  margin-bottom: 100px;
}
section.image-content-blocks .intro {
  text-align: center;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.image-content-blocks .intro .content {
  -ms-flex: 0 0 54.1666666667%;
  flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%;
}
@media (max-width: 1479px) {
  section.image-content-blocks .intro .content {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}
@media (max-width: 1199.98px) {
  section.image-content-blocks .intro .content {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 991.98px) {
  section.image-content-blocks .intro .content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.image-content-blocks .intro > *:last-child {
  margin-bottom: 0;
}
section.image-content-blocks .intro p:first-of-type, section.image-content-blocks .intro p:only-child {
  font-size: 24px;
}
section.image-content-blocks .link a {
  cursor: pointer;
  border: none;
  background: none;
  background-image: url(img/icon/arrow.svg);
  background-position: center right;
  background-size: 12px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #af0e96;
  padding-right: 20px;
  letter-spacing: 0.05rem;
  font-size: 16px;
  text-decoration: none !important;
  font-family: "CallunaSansBold", sans-serif;
}
section.image-content-blocks.background-color-light-purple {
  background-color: #f4f1f9;
}
section.image-content-blocks.layout-large {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  section.image-content-blocks.layout-large {
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  section.image-content-blocks.layout-large {
    margin-top: 60px;
  }
}
@media (max-width: 991.98px) {
  section.image-content-blocks.layout-large {
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  section.image-content-blocks.layout-large {
    margin-bottom: 60px;
  }
}
section.image-content-blocks.layout-large .blocks {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.image-content-blocks.layout-large .blocks > .col {
  -ms-flex: 0 0 79.1666666667%;
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}
@media (max-width: 1479px) {
  section.image-content-blocks.layout-large .blocks > .col {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 1199.98px) {
  section.image-content-blocks.layout-large .blocks > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.image-content-blocks.layout-large .blocks:not(:last-child) {
  margin-bottom: 60px;
}
section.image-content-blocks.layout-large .blocks .col .col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767.98px) {
  section.image-content-blocks.layout-large .blocks .col .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.image-content-blocks.layout-large .blocks .content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 992px) {
  section.image-content-blocks.layout-large .blocks .content > div {
    padding-right: 100px;
  }
  section.image-content-blocks.layout-large .blocks .content p {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  section.image-content-blocks.layout-large .blocks .image {
    margin-bottom: 30px;
  }
}
section.image-content-blocks.layout-large .blocks .image .b-lazy {
  padding-bottom: 69%;
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 992px) {
  section.image-content-blocks.layout-large .blocks:nth-child(odd) .image {
    padding-right: 30px;
  }
  section.image-content-blocks.layout-large .blocks:nth-child(odd) .content {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  section.image-content-blocks.layout-large .blocks:nth-child(even) .image {
    order: 2;
    padding-left: 30px;
  }
  section.image-content-blocks.layout-large .blocks:nth-child(even) .content {
    order: 1;
  }
}
section.image-content-blocks.layout-small:not(.background-color-none) {
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  section.image-content-blocks.layout-small:not(.background-color-none) {
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  section.image-content-blocks.layout-small:not(.background-color-none) {
    padding-top: 60px;
  }
}
section.image-content-blocks.layout-small .blocks {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.image-content-blocks.layout-small .blocks > .col {
  -ms-flex: 0 0 79.1666666667%;
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}
@media (max-width: 1479px) {
  section.image-content-blocks.layout-small .blocks > .col {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 1199.98px) {
  section.image-content-blocks.layout-small .blocks > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.image-content-blocks.layout-small .block {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  section.image-content-blocks.layout-small .block {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  section.image-content-blocks.layout-small .block {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.image-content-blocks.layout-small .block .inner .image {
  padding-bottom: 69%;
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
section.image-content-blocks.layout-small .block .inner .content {
  margin-top: 24px;
}
section.image-content-blocks.layout-small .block .inner .content h3, section.image-content-blocks.layout-small .block .inner .content h2 {
  color: #4e11a6;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "CallunaSansBlack", sans-serif;
  letter-spacing: 0.075rem;
}
section.image-content-blocks.layout-small .block .inner .link {
  margin-top: 20px;
}
section.image-content-blocks.layout-small + section.signup {
  margin-top: 60px;
}
section.separator {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  section.separator {
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  section.separator {
    margin-top: 60px;
  }
}
@media (max-width: 991.98px) {
  section.separator {
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  section.separator {
    margin-bottom: 60px;
  }
}
section.separator .logo {
  text-align: center;
}
section.separator .logo svg {
  max-width: 72px;
}
section.separator .logo svg .ado0 {
  fill: #FFA400;
}
section.separator .logo svg .ado1 {
  fill: #B01D8C;
}
section.separator .logo svg .ado2 {
  fill: #F15A25;
}
section.passage {
  margin-top: 120px;
  margin-bottom: 90px;
}
section.passage .row {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.passage .row .col {
  text-align: center;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
@media (max-width: 991.98px) {
  section.passage .row .col {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media (max-width: 767.98px) {
  section.passage .row .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.passage .row .col .passage h2 {
  color: #f9471f;
  font-size: 36px;
  font-family: "ArgentCFLightItalic", serif;
}
section.passage .row .col .source {
  margin-top: 22px;
}
section.passage .row .col .source p {
  color: #4e11a6;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "CallunaSansBlack", sans-serif;
  letter-spacing: 0.075rem;
  font-family: "CallunaSansSemibold", sans-serif;
}
section.listing .container > .row {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.listing .container > .row > .col {
  -ms-flex: 0 0 79.1666666667%;
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}
@media (max-width: 1479px) {
  section.listing .container > .row > .col {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 1199.98px) {
  section.listing .container > .row > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.listing .container > .row .row .col.labels {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 991.98px) {
  section.listing .container > .row .row .col.labels {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
section.listing .container > .row .row .col.labels > div:not(:last-child) {
  margin-bottom: 10px;
}
section.listing .container > .row .row .col.labels button {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-size: 14px;
  border: none;
  background: transparent;
  padding: 0;
  font-family: "CallunaSansRegular", sans-serif;
  background-image: linear-gradient(#af0e96, #af0e96);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  -webkit-transition: background-size 500ms ease;
  -moz-transition: background-size 500ms ease;
  -ms-transition: background-size 500ms ease;
  -o-transition: background-size 500ms ease;
  transition: background-size 500ms ease;
  outline: none !important;
  padding-bottom: 3px;
}
section.listing .container > .row .row .col.labels button:focus {
  outline: none !important;
}
section.listing .container > .row .row .col.labels button:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
section.listing .container > .row .row .col.labels button:hover, section.listing .container > .row .row .col.labels button:focus {
  background-size: 100% 2px;
}
section.listing .container > .row .row .col.content {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
@media (max-width: 991.98px) {
  section.listing .container > .row .row .col.content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.listing .container > .row .row .col.content .item:not(:last-child) {
  margin-bottom: 40px;
}
section.downloads {
  margin-bottom: 60px;
}
section.downloads .container > .row {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.downloads .container > .row > .col {
  -ms-flex: 0 0 79.1666666667%;
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}
@media (max-width: 1479px) {
  section.downloads .container > .row > .col {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 1199.98px) {
  section.downloads .container > .row > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.downloads .container > .row .row .col {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
@media (max-width: 991.98px) {
  section.downloads .container > .row .row .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.downloads .container > .row .box {
  background-color: #f4f1f9;
}
section.downloads .container > .row .box > div {
  padding: 16px;
}
section.downloads .container > .row .box .title {
  padding-bottom: 14px;
  background-color: #4e11a6;
}
section.downloads .container > .row .box .title * {
  color: #ffffff;
}
section.downloads .container > .row .box .title h2 {
  margin-bottom: 0;
  font-family: "CallunaSansBold", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
section.downloads .container > .row .box .links .link:not(:last-child) {
  margin-bottom: 10px;
}
section.downloads .container > .row .box .links .link a {
  cursor: pointer;
  border: none;
  background: none;
  background-image: url(img/icon/arrow.svg);
  background-position: center left;
  background-size: 12px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #af0e96;
  padding-left: 20px;
  letter-spacing: 0.025rem;
  font-size: 16px;
  text-decoration: none !important;
  font-family: "CallunaSansBold", sans-serif;
}
section.downloads .container > .row .box .links .link a {
  cursor: pointer;
  border: none;
  background: none;
  background-image: url(img/icon/download-pdf.svg);
  background-position: bottom 1px left;
  padding-top: 4px;
  background-size: 20px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-weight: 600;
  color: #af0e96;
  padding-left: 28px;
  letter-spacing: 0.025rem;
  font-size: 14px;
  text-decoration: none !important;
  font-family: "CallunaSansBold", sans-serif;
}
@media (max-width: 991.98px) {
  section.downloads + section.signup {
    margin-top: 0;
  }
}
section.find-a-church {
  margin-top: 100px;
  margin-bottom: 160px;
}
@media (max-width: 1199.98px) {
  section.find-a-church {
    margin-top: 0;
  }
}
@media (max-width: 399px) {
  section.find-a-church {
    margin-bottom: 100px;
  }
}
section.find-a-church .container > .row {
  position: relative;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.find-a-church .container > .row .col.map-col {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
@media (max-width: 1479px) {
  section.find-a-church .container > .row .col.map-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.find-a-church .container > .row .col.map-col .inner {
  position: relative;
  height: 100%;
}
section.find-a-church .container > .row .col.map-col .infoWindowContentWrap h2 {
  font-size: 20px;
  font-family: "CallunaSansBold", sans-serif;
  color: #af0e96;
  color: #4e11a6;
  font-size: 16px;
  margin-bottom: 0;
}
section.find-a-church .container > .row .col.map-col .infoWindowContentWrap * {
  color: #000000;
}
section.find-a-church .container > .row .col.map-col .infoWindowContentWrap a {
  text-decoration: none;
}
section.find-a-church .container > .row .col.map-col .infoWindowContentWrap a:focus {
  outline: none !important;
}
section.find-a-church .container > .row .col.map-col #map {
  padding-bottom: 60%;
}
@media (max-width: 767.98px) {
  section.find-a-church .container > .row .col.map-col #map {
    padding-bottom: 100%;
  }
}
@media (max-width: 575.98px) {
  section.find-a-church .container > .row .col.map-col #map {
    padding-bottom: 120%;
  }
}
section.find-a-church .container > .row .col.cards-col {
  position: unset;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
@media (min-width: 992px) {
  section.find-a-church .container > .row .col.cards-col {
    padding-left: 60px;
  }
}
@media (max-width: 1199.98px) {
  section.find-a-church .container > .row .col.cards-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.find-a-church .container > .row .col.cards-col .filter {
  margin-bottom: 60px;
  margin-top: 60px;
}
section.find-a-church .container > .row .col.cards-col .filter label {
  color: #4e11a6;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "CallunaSansBlack", sans-serif;
  letter-spacing: 0.075rem;
  color: #af0e96;
  font-size: 16px;
  min-width: 120px;
  margin-bottom: 0;
  position: relative;
  top: 3px;
}
section.find-a-church .container > .row .col.cards-col .filter .church-search-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 479px) {
  section.find-a-church .container > .row .col.cards-col .filter .church-search-wrap {
    max-width: 100%;
  }
}
section.find-a-church .container > .row .col.cards-col .filter .church-search-wrap .field {
  border: 1px solid #af0e96;
  height: 30px;
  max-width: 420px;
  width: 100%;
}
section.find-a-church .container > .row .col.cards-col .filter .church-search-wrap .field input {
  width: 100%;
  border: none !important;
  outline: none;
  height: 28px;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  background-color: transparent !important;
  background-image: url(img/icon/search.svg);
  background-position: center right 8px;
  background-size: 15px;
  background-repeat: no-repeat;
}
section.find-a-church .container > .row .col.cards-col .filter .church-search-wrap .field input:focus {
  outline: none !important;
}
section.find-a-church .container > .row .col.cards-col .filter .church-search-wrap .field input:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
section.find-a-church .container > .row .col.cards-col .filter .church-search-wrap button.clear {
  position: absolute;
  right: 30px;
  bottom: -4px;
  display: inline-block;
  display: none;
}
section.find-a-church .container > .row .col.cards-col .filter .church-search-wrap button.clear:focus {
  outline: none !important;
}
section.find-a-church .container > .row .col.cards-col .filter .church-search-wrap button.clear:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
section.find-a-church .container > .row .col.cards-col .filter .church-search-wrap button.clear svg {
  width: 16px;
}
section.find-a-church .container > .row .col.cards-col .filter .church-search-wrap hr {
  position: absolute;
  border: none;
  background: #af0e96;
  margin: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -ms-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  transition: background 250ms ease;
}
section.find-a-church .container > .row .col.cards-col .filter .church-category-wrap {
  margin-right: 60px;
  max-width: 100%;
  width: 100%;
}
section.find-a-church .container > .row .col.cards-col .filter .church-category-wrap .select-arrow-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section.find-a-church .container > .row .col.cards-col .filter .church-category-wrap select {
  border: 1px solid #af0e96;
  height: 30px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  appearance: none;
  background-color: transparent !important;
  background-image: url(img/icon/chevron-purple-down.svg);
  background-position: center right 8px;
  background-size: 14px;
  background-repeat: no-repeat;
  width: 100%;
}
section.find-a-church .container > .row .col.cards-col .filter .church-category-wrap select:focus {
  outline: none !important;
}
section.find-a-church .container > .row .col.cards-col .filter .church-category-wrap select:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
@media (min-width: 768px) {
  section.find-a-church .container > .row .col.cards-col .filter .church-category-wrap select {
    max-width: 280px;
  }
}
section.find-a-church .container > .row .col.cards-col .filter .row-not-found {
  display: none;
  margin-top: 60px;
  position: relative;
  width: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
section.find-a-church .container > .row .col.cards-col .filter .row-not-found.active {
  opacity: 1;
}
section.find-a-church .container > .row .col.cards-col .church-col {
  cursor: pointer;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  section.find-a-church .container > .row .col.cards-col .church-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.find-a-church .container > .row .col.cards-col .church-col .inner {
  position: relative;
  height: 100%;
  border-radius: 4px;
}
section.find-a-church .container > .row .col.cards-col .church-col h2 {
  font-size: 20px;
  font-family: "CallunaSansBold", sans-serif;
  color: #af0e96;
}
section.find-a-church .container > .row .col.cards-col .church-col p {
  margin-bottom: 0;
}
section.find-a-church .container > .row .col.cards-col .church-col a {
  color: #000000;
  text-decoration: none;
  font-family: "CallunaSansSemibold", sans-serif;
  font-family: "CallunaSansLight", sans-serif;
}
@media (min-width: 992px) {
  section.find-a-church .container > .row .col.cards-col .church-col a {
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
  }
  section.find-a-church .container > .row .col.cards-col .church-col a:hover, section.find-a-church .container > .row .col.cards-col .church-col a:focus {
    color: #af0e96;
  }
}
section.find-a-church .container > .row .col.cards-col .church-col .info {
  margin-top: 20px;
}
section.find-a-church .container > .row .col.cards-col .church-col .info h3 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.4;
}
@media (min-width: 992px) {
  section.find-a-church .container > .row .col.cards-col .church-col h2 {
    position: relative;
    display: inline-block;
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
  }
  section.find-a-church .container > .row .col.cards-col .church-col h2:after {
    content: "";
    position: absolute;
    background: #af0e96;
    width: 0;
    height: 2px;
    bottom: -4px;
    left: 0;
    -webkit-transition: width 350ms ease, background 350ms ease;
    -moz-transition: width 350ms ease, background 350ms ease;
    -ms-transition: width 350ms ease, background 350ms ease;
    -o-transition: width 350ms ease, background 350ms ease;
    transition: width 350ms ease, background 350ms ease;
  }
  section.find-a-church .container > .row .col.cards-col .church-col:hover h2, section.find-a-church .container > .row .col.cards-col .church-col:focus h2 {
    color: #4e11a6;
  }
}
section.find-a-church .container > .row .col.cards-col .church-col.active h2 {
  color: #4e11a6;
}
section.find-a-church .container > .row .col.cards-col .church-col.active h2:after {
  background: #4e11a6;
  width: 100%;
}
section.find-a-church .container > .row .col.cards-col .churches-pagination-wrap {
  position: absolute;
  width: 100%;
  bottom: -80px;
  left: 0;
  text-align: center;
}
@media (max-width: 399px) {
  section.find-a-church .container > .row .col.cards-col .churches-pagination-wrap {
    position: relative;
    bottom: 0;
    margin-top: 60px;
  }
}
section.find-a-church .container > .row .col.cards-col .churches-pagination-wrap .row-churches-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.find-a-church .container > .row .col.cards-col .churches-pagination-wrap .row-churches-pagination span {
  color: #af0e96;
  cursor: pointer;
  padding: 8px 12px;
  font-size: 14px;
}
section.find-a-church .container > .row .col.cards-col .churches-pagination-wrap .row-churches-pagination span.dots {
  cursor: default;
}
section.find-a-church .container > .row .col.cards-col .churches-pagination-wrap .row-churches-pagination span.active {
  font-family: "CallunaSansSemibold", sans-serif;
}
section.find-a-church .container > .row .col.cards-col .churches-pagination-wrap .row-churches-pagination span.arrow {
  color: #af0e96;
  position: relative;
  padding: 8px;
  top: 1px;
}
section.find-a-church .container > .row .col.cards-col .churches-pagination-wrap .row-churches-pagination span.arrow svg {
  width: 8px;
}
section.find-a-church .container > .row .col.cards-col .churches-pagination-wrap .row-churches-pagination span.number:not(:first-child) {
  position: relative;
}
section.find-a-church .container > .row .col.cards-col .churches-pagination-wrap .row-churches-pagination span.number:not(:first-child):after {
  content: "";
  position: absolute;
  background: #af0e96;
  width: 1px;
  height: 14px;
  top: 10px;
  left: -1px;
}
section.find-a-church .container > .row .col.cards-col .churches-pagination-wrap .row-churches-pagination span.number:only-child {
  display: none;
}
section.find-a-church .container > .row .col.cards-col .churches-pagination-wrap .row-churches-pagination .row-not-found {
  color: red;
  font-weight: bold;
  display: none;
}
section.contact .container .title {
  margin-bottom: 60px;
}
section.contact .container .title .row {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.contact .container .title .row > .col {
  -ms-flex: 0 0 79.1666666667%;
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}
@media (max-width: 1479px) {
  section.contact .container .title .row > .col {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 1199.98px) {
  section.contact .container .title .row > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.contact .container > .row:not(.title) {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.contact .container > .row:not(.title) > .col {
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
@media (max-width: 1479px) {
  section.contact .container > .row:not(.title) > .col {
    -ms-flex: 0 0 79.1666666667%;
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
}
@media (max-width: 1199.98px) {
  section.contact .container > .row:not(.title) > .col {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media (max-width: 991.98px) {
  section.contact .container > .row:not(.title) > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.contact .container > .row:not(.title) .item {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (min-width: 768px) {
  section.contact .container > .row:not(.title) .item:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media (max-width: 991.98px) {
  section.contact .container > .row:not(.title) .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 50px;
  }
  section.contact .container > .row:not(.title) .item:nth-last-child(1), section.contact .container > .row:not(.title) .item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  section.contact .container > .row:not(.title) .item {
    margin-bottom: 0;
  }
  section.contact .container > .row:not(.title) .item:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media (max-width: 575.98px) {
  section.contact .container > .row:not(.title) .item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.contact .container > .row:not(.title) .item:nth-child(n+2) {
    margin-top: 60px;
  }
}
section.contact .container > .row:not(.title) .item .label {
  font-family: "CallunaSansSemibold", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 12px;
}
section.contact .container > .row:not(.title) .item a {
  cursor: pointer;
  border: none;
  background: none;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #af0e96;
  text-decoration: none !important;
  font-family: "CallunaSansBold", sans-serif;
  font-family: "CallunaSansSemibold", sans-serif;
  text-transform: unset !important;
}
section.contact .container > .row:not(.title) .item a:focus-visible {
  background: none !important;
}
section.contact .container > .row:not(.title) .item a:focus-visible:before, section.contact .container > .row:not(.title) .item a:focus-visible:after {
  background: none !important;
}
@media (min-width: 992px) {
  section.contact .container > .row:not(.title) .item a {
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
  }
  section.contact .container > .row:not(.title) .item a:hover, section.contact .container > .row:not(.title) .item a:focus {
    color: #4e11a6;
  }
}
section.staff-directory {
  margin-top: 100px;
}
@media (max-width: 991.98px) {
  section.staff-directory {
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  section.staff-directory {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  section.staff-directory {
    margin-top: 120px;
  }
}
section.staff-directory .container > .row {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.staff-directory .container > .row > .col {
  -ms-flex: 0 0 79.1666666667%;
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}
@media (max-width: 1479px) {
  section.staff-directory .container > .row > .col {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 1199.98px) {
  section.staff-directory .container > .row > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.staff-directory .top {
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  section.staff-directory .top {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  section.staff-directory .top .department-filter {
    margin-top: 60px;
  }
}
section.staff-directory .top .department-filter label {
  color: #4e11a6;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "CallunaSansBlack", sans-serif;
  letter-spacing: 0.075rem;
  color: #af0e96;
  font-size: 16px;
  min-width: 120px;
  margin-bottom: 0;
  position: relative;
  top: 3px;
  margin-right: 16px;
}
@media (max-width: 767.98px) {
  section.staff-directory .top .department-filter label {
    margin-bottom: 12px;
  }
}
section.staff-directory .top .department-filter select {
  border: 1px solid #af0e96;
  height: 30px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  appearance: none;
  background-color: transparent !important;
  background-image: url(img/icon/chevron-purple-down.svg);
  background-position: center right 8px;
  background-size: 14px;
  background-repeat: no-repeat;
  min-width: 360px;
}
section.staff-directory .top .department-filter select:focus {
  outline: none !important;
}
section.staff-directory .top .department-filter select:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
@media (max-width: 479px) {
  section.staff-directory .top .department-filter select {
    min-width: unset;
    width: 100%;
  }
}
section.staff-directory .output .staff {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-bottom: 60px;
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
@media (max-width: 991.98px) {
  section.staff-directory .output .staff {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  section.staff-directory .output .staff {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.staff-directory .output .staff.active {
  opacity: 1;
}
section.staff-directory .output .staff .categories span {
  line-height: 1.35;
  display: block;
  font-family: "CallunaSansSemibold", sans-serif;
}
section.code-embed .container > .row {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.code-embed .container > .row > .col {
  -ms-flex: 0 0 79.1666666667%;
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}
@media (max-width: 1479px) {
  section.code-embed .container > .row > .col {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 1199.98px) {
  section.code-embed .container > .row > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.signup {
  background-color: #f9471f;
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}
section.signup * {
  color: #ffffff;
}
section.signup .col.content {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
@media (max-width: 1479px) {
  section.signup .col.content {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  section.signup .col.content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
section.signup .col.form {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
@media (min-width: 992px) {
  section.signup .col.form {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
@media (max-width: 1479px) {
  section.signup .col.form {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  section.signup .col.form {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.signup .col.form input[type=email] {
  border: none !important;
  height: 30px;
  width: 320px;
  padding-left: 16px;
  padding-right: 16px;
  color: #000000;
}
@media (max-width: 1479px) {
  section.signup .col.form input[type=email] {
    width: 230px;
  }
}
@media (max-width: 419px) {
  section.signup .col.form input[type=email] {
    width: 100%;
  }
}
section.signup .col.form input[type=submit] {
  margin-left: 16px;
  display: inline-block;
  background-color: #ffffff;
  min-height: 30px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  border: none !important;
  text-decoration: none !important;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: "CallunaSansBold", sans-serif;
  color: #af0e96;
  -webkit-transition: background-color 250ms ease;
  -moz-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
@media (min-width: 992px) {
  section.signup .col.form input[type=submit]:hover, section.signup .col.form input[type=submit]:focus {
    background-color: #4e11a6;
    background-color: #af0e96;
    color: #ffffff;
  }
}
@media (max-width: 419px) {
  section.signup .col.form input[type=submit] {
    margin-top: 16px;
    margin-left: 0;
  }
}
section.signup .col.signup {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
@media (max-width: 1479px) {
  section.signup .col.signup {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  section.signup .col.signup {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.signup .col.signup .links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1479px) {
  section.signup .col.signup .links {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: unset;
    -moz-box-pack: unset;
    -ms-flex-pack: unset;
    -webkit-justify-content: unset;
    justify-content: unset;
  }
}
@media (max-width: 991.98px) {
  section.signup .col.signup .links {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 1480px) {
  section.signup .col.signup .links .link:not(:last-child) {
    margin-right: 14px;
  }
}
@media (max-width: 1479px) {
  section.signup .col.signup .links .link:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  section.signup .col.signup .links .link:not(:last-child) {
    margin-bottom: 12px;
  }
}
section.signup .col.signup .links .link a {
  display: inline-block;
  background-color: #af0e96;
  min-height: 30px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  border: none !important;
  text-decoration: none !important;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: "CallunaSansBold", sans-serif;
  -webkit-transition: background-color 250ms ease;
  -moz-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
@media (min-width: 992px) {
  section.signup .col.signup .links .link a:hover, section.signup .col.signup .links .link a:focus {
    background-color: #4e11a6;
  }
}
section.coming-soon, section.error-404 {
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  margin-top: 0 !important;
}
section.coming-soon h1, section.error-404 h1 {
  margin-bottom: 10px;
  color: #af0e96;
}
section.coming-soon h1:only-child, section.error-404 h1:only-child {
  margin-bottom: 0;
}
section.coming-soon a, section.error-404 a {
  color: #af0e96;
  text-decoration: none;
  font-family: "CallunaSansSemibold", sans-serif;
}
@media (min-width: 992px) {
  section.coming-soon a, section.error-404 a {
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
  }
  section.coming-soon a:hover, section.coming-soon a:focus, section.error-404 a:hover, section.error-404 a:focus {
    color: #af0e96;
    color: #4e11a6;
  }
}
section.search-results {
  margin-top: 100px;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  section.search-results {
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  section.search-results {
    margin-top: 60px;
  }
}
section.search-results .container > .row {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.search-results .container > .row > .col {
  -ms-flex: 0 0 79.1666666667%;
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}
@media (max-width: 1479px) {
  section.search-results .container > .row > .col {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 1199.98px) {
  section.search-results .container > .row > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.search-results .container > .row .title-row {
  margin-bottom: 60px;
}
section.search-results .container > .row .title-row h2 span {
  font-family: "CallunaSansLight", sans-serif;
  margin-left: 8px;
  font-size: 18px;
  color: #000000;
  quotes: "“" "”";
  /* one pair */
}
section.search-results .container > .row .title-row h2 span:before {
  content: open-quote;
}
section.search-results .container > .row .title-row h2 span:after {
  content: close-quote;
}
section.search-results .container > .row .results-row .col {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  section.search-results .container > .row .results-row .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  section.search-results .container > .row .results-row .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.search-results .container > .row .results-row .col article h3 {
  color: #4e11a6;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "CallunaSansBlack", sans-serif;
  letter-spacing: 0.075rem;
}
section.search-results .container > .row .results-row .col article .date {
  text-transform: capitalize;
  margin-bottom: 30px;
}
section.search-results .container > .row .results-row .col article .link {
  margin-top: 30px;
}
section.search-results .container > .row .results-row .col article .link a {
  cursor: pointer;
  border: none;
  background: none;
  background-image: url(img/icon/arrow.svg);
  background-position: center right;
  background-size: 12px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #af0e96;
  padding-right: 20px;
  letter-spacing: 0.05rem;
  font-size: 16px;
  text-decoration: none !important;
  font-family: "CallunaSansBold", sans-serif;
}
section.password {
  min-height: 500px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px;
  padding-bottom: 60px;
}
section.password h1 {
  margin-bottom: 20px;
  max-width: 720px;
}
section.password .pw {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.password form {
  max-width: 420px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.password p {
  display: block;
}
section.posts {
  margin-top: 70px;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  section.posts {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  section.posts {
    margin-top: 0;
  }
}
section.posts .container hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #af0e96;
}
section.posts .container > .row {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.posts .container > .row > .col {
  -ms-flex: 0 0 79.1666666667%;
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}
@media (max-width: 1479px) {
  section.posts .container > .row > .col {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 1199.98px) {
  section.posts .container > .row > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.posts .container > .row > .col > .row > .col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
section.posts .container > .row > .col > .row > .col > .inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  section.posts .container > .row > .col > .row > .col > .inner .col.info-col {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 60px;
  }
}
@media (max-width: 991.98px) {
  section.posts .container > .row > .col > .row > .col > .inner .col.info-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
section.posts .container > .row > .col > .row > .col > .inner .col.info-col h2 {
  font-size: 20px;
  font-family: "CallunaSansBold", sans-serif;
  color: #af0e96;
  margin-bottom: 4px;
}
section.posts .container > .row > .col > .row > .col > .inner .col.info-col .date p {
  font-family: "CallunaSansSemibold", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.075rem;
}
@media (min-width: 992px) {
  section.posts .container > .row > .col > .row > .col > .inner .col.content-col {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 30px;
  }
}
section.posts .container > .row > .col > .row > .col > .inner .col.content-col.img {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 479px) {
  section.posts .container > .row > .col > .row > .col > .inner .col.content-col.img {
    display: block;
  }
}
section.posts .container > .row > .col > .row > .col > .inner .col.content-col.img .image {
  max-width: 225px;
}
@media (max-width: 479px) {
  section.posts .container > .row > .col > .row > .col > .inner .col.content-col.img .image {
    width: 100%;
    max-width: unset;
    margin-bottom: 30px;
  }
}
section.posts .container > .row > .col > .row > .col > .inner .col.content-col.img .inner {
  padding-left: 20px;
}
@media (max-width: 479px) {
  section.posts .container > .row > .col > .row > .col > .inner .col.content-col.img .inner {
    padding-left: 0;
  }
}
section.posts .container > .row > .col > .row > .col > .inner .col .link-arrow-wrap {
  margin-top: 16px;
}
section.posts .container > .row > .col > .row > .col > .inner .col .link-arrow-wrap a {
  cursor: pointer;
  border: none;
  background: none;
  background-image: url(img/icon/arrow.svg);
  background-position: center right;
  background-size: 12px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #af0e96;
  padding-right: 20px;
  letter-spacing: 0.05rem;
  font-size: 16px;
  text-decoration: none !important;
  font-family: "CallunaSansBold", sans-serif;
}
section.posts .container > .row > .col > .row > .col > .inner .col .link-download-wrap {
  margin-top: 16px;
}
section.posts .container > .row > .col > .row > .col > .inner .col .link-download-wrap a {
  cursor: pointer;
  border: none;
  background: none;
  background-image: url(img/icon/download-pdf.svg);
  background-position: bottom 2px left;
  background-size: 20px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #af0e96;
  padding-left: 28px;
  letter-spacing: 0.05rem;
  font-size: 16px;
  text-decoration: none !important;
  font-family: "CallunaSansBold", sans-serif;
}
section.post {
  margin-top: 70px;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  section.post {
    margin-bottom: 60px;
  }
}
section.post .container > .row {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.post .container > .row > .col {
  -ms-flex: 0 0 79.1666666667%;
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}
@media (max-width: 1479px) {
  section.post .container > .row > .col {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 1199.98px) {
  section.post .container > .row > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.post .container > .row > .col > .row > .col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
section.post .container > .row > .col > .row > .col .title {
  margin-bottom: 60px;
}
section.post .container > .row > .col > .row > .col .title h1 {
  color: #af0e96;
  font-family: "ArgentCFDemiBold", serif;
  line-height: 1;
  font-size: 32px;
  margin-bottom: 0;
}
section.post .container > .row > .col > .row > .col .title .date {
  font-family: "CallunaSansSemibold", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.075rem;
}

/*-------------------------------
>>> JS PLUGIN SCSS:
-------------------------------*/
/*--------------------------------------------------------------
JS PLUGIN / SLICK
--------------------------------------------------------------*/

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