/*
Theme Name: Cirrus Connects
Description: Cirrus Connects Theme
Theme URI:   https://cirrus.12kdev.net/
Author: Twelve Kites
Author URI:  https://12kites.com
Template: salient
Version: 2.0
*/
/*


$color_cirrus_off_white: $color_off_white;
$color_cirrus_yellow: $color_pale_yellow;
$color_cirrus_light_red: $color_pink;
$color_cirrus_pale_purple: $color_lilac;
$color_cirrus_light_blue: $color_turquoise;
$color_cirrus_teal: $color_teal;
$color_cirrus_green: $color_mid_green;
$color_cirrus_black : $color_dark_grey;


$color_cirrus_sec_deep_yellow: #fece00;
$color_cirrus_sec_medium_red: #e24949;
$color_cirrus_sec_deep_purple: #572f6e;
$color_cirrus_sec_blue: #0071bc;
$color_cirrus_sec_deep_teal: #2b5e4f;
$color_cirrus_sec_dark_green: #3e5b2c;



*/
/* old names */
/* end old names */
/* cirrus names */
/* secondary colors */
/*
Redonda Black 
font-family: redonda, sans-serif;
font-weight: 900;
font-style: normal;

 Massilia Light 
font-family: massilia, sans-serif;
font-weight: 300;
font-style: normal;

 Massilia Bold 
font-family: massilia, sans-serif;
font-weight: 700;
font-style: normal;

*/
:root {
  --crs-color-off-white: #FFF7ED;
  --crs-color-yellow: #FFEF8C;
  --crs-color-light-red: #FFB2B2;
  --crs-color-pale-purple: #DEC2FF;
  --crs-color-light-blue: #A7E9D9;
  --crs-color-teal: #7eaa9f;
  --crs-color-green: #A8D091;
  --crs-color-black: #333333;
  --crs-color-sec-deep-yellow: #fece00;
  --crs-color-sec-medium-red: #e24949;
  --crs-color-sec-deep-purple: #572f6e;
  --crs-color-sec-blue: #0071bc;
  --crs-color-sec-deep-teal: #2b5e4f;
  --crs-color-sec-dark-green: #3e5b2c;
  --crs-color-default-black: #000000;
  --crs-color-default-white: #ffffff;
  --crs-background-color: #FFF7ED;
  --crs-text-color: #333333;
  --crs-accent-color: #7eaa9f;
  --crs-contrast-color: #ffffff;
  --crs-top-menu-bg-color: var(--crs-background-color);
}

body {
  font-family: "massilia", sans-serif;
  font-weight: 300;
  color: #333333;
  color: var(--crs-text-color);
  background-color: #FFF7ED;
  background-color: var(--crs-background-color);
  background: #FFF7ED;
  background: var(--crs-background-color);
  font-size: 1.1rem;
}

b, strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "redonda", sans-serif;
  font-weight: 900;
  color: #333333;
  color: var(--crs-text-color);
}

h1, .h1 {
  font-size: 3.5rem;
  line-height: 4rem;
}

h2, .h2 {
  font-size: 3.5rem;
  line-height: 4rem;
}

h3, .h3 {
  font-size: 2.5rem;
  line-height: 3rem;
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.packages h4 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.heading {
  font-family: "redonda", sans-serif;
  font-weight: 900;
  color: #333333;
  color: var(--crs-text-color);
}

:root {
  --crs-background-reset: transparent;
}

.container-wrap {
  background-color: transparent;
  background-color: var(--crs-background-reset);
}

#page-header-wrap,
.container-wrap,
.material .vc_text_separator div,
.ocm-effect-wrap,
.page-header-no-bg,
.page-template-template-portfolio-php .portfolio-items .col.span_3,
.page-template-template-portfolio-php .portfolio-items .col.span_4,
.portfolio-items .col,
.project-title {
  background-color: transparent;
  background-color: var(--crs-background-reset);
}

body #header-outer,
body #search-outer,
body.ascend #search-outer,
body[data-header-format=left-header].ascend #search-outer,
.material #header-space,
#header-space,
.material #header-outer .bg-color-stripe,
.material #search-outer .bg-color-stripe,
.material #header-outer #search-outer:before,
.material #search-outer .nectar-ajax-search-results,
body[data-header-format=left-header].material #search-outer,
body.material[data-header-format=centered-menu-bottom-bar] #page-header-wrap.fullscreen-header,
body #header-outer #mobile-menu:before,
.nectar-slide-in-cart.style_slide_in_click {
  background-color: transparent;
  background-color: var(--crs-background-reset);
}

#header-secondary-outer,
#header-outer #header-secondary-outer,
body #header-outer #mobile-menu .secondary-header-text {
  background-color: transparent;
  background-color: var(--crs-background-reset);
}

/* Logo Area */
#header-outer #logo img,
#header-outer .logo-spacing img {
  height: 90px;
}

/* Text after logo */
.apptText {
  padding-top: 1.4rem;
  /*change to 1 rem, according to safari?*/
  display: inline-block;
  padding-left: 0.25rem;
}

.apptText p {
  font-size: 0.6rem;
  line-height: 0.65rem;
  width: 10rem;
  /*font-family: 'Source Sans Pro', sans-serif;*/
  font-family: "Varela Round", sans-serif;
}

@media screen and (min-width: 1px) and (max-width: 999px) {
  .apptText {
    padding-top: 0.5rem;
    vertical-align: bottom;
  }
  .apptText p {
    font-size: 0.5rem;
  }
  #header-outer #top .col.span_3 #logo {
    vertical-align: bottom;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1074px) {
  .apptText {
    padding-top: 0.5rem;
  }
}
/*@media screen and (min-width: 1075px) and (max-width: 1275px) {
.apptText {
    padding-top: 0.5rem;
    padding-left: 0.25rem;
}
}*/
@media screen and (min-width: 1075px) and (max-width: 1350px) {
  .apptText {
    padding-top: 0.95rem;
    padding-left: 0.25rem;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1399px) {
  .apptText {
    padding-top: 1rem;
  }
}
@media only screen and (min-width: 1075px) and (max-width: 1400px) {
  #header-outer #logo img,
  #header-outer .logo-spacing img {
    height: 75px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1074px) {
  #header-outer #logo img,
  #header-outer .logo-spacing img {
    height: 65px;
  }
}
@media only screen and (max-width: 999px) {
  body #top #logo img,
  #header-outer[data-permanent-transparent=false] #logo .dark-version {
    height: 60px !important;
    margin: 0 auto;
  }
  body[data-slide-out-widget-area=true] #top #logo,
  #header-outer[data-mobile-fixed="1"] #top #logo {
    display: inline-block;
  }
}
@media only screen and (min-width: 1000px) {
  #header-outer #logo,
  #header-outer .logo-spacing {
    margin-top: -5px;
    margin-bottom: 10px;
  }
}
body #header-outer {
  background-color: #FFF7ED;
  background-color: var(--crs-top-menu-bg-color);
}

:root {
  --crs-menu-text-color: var(--crs-text-color);
  --crs-menu-color: var(--crs-text-color) // --crs-menu-accent-color: var(--crs-accent-color);
  --crs-menu-accent-color: var(--crs-text-color);
  --crs-menu-bg-color: var(--crs-top-menu-bg-color);
}

/* Remove left margin from Search button and menu block  */
body.material[data-header-format=default] #header-outer[data-has-buttons=yes]:not([data-format=left-header]) #top nav > .buttons {
  margin-left: 0;
}

@media only screen and (min-width: 1430px) {
  #header-outer[data-lhe=animated_underline] #top nav > ul > li > a {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media only screen and (min-width: 1206px) and (max-width: 1430px) {
  #header-outer[data-lhe=animated_underline] #top nav > ul > li > a {
    margin-left: 0.95rem;
    margin-right: 0.95rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1205px) {
  #header-outer[data-lhe=animated_underline] #top nav > ul > li > a {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
/* REPLACE EXISTING STYLES - BREAKPOINTS */
/*@media screen and (min-width: 1206px) and (max-width: 1275px) {
    nav ul.sf-menu a.sf-with-ul {
        font-size: 1rem !important;
        margin-left: 0.95rem !important;
        margin-right: 0.95rem !important;
    }
}*/
@media screen and (min-width: 1046px) and (max-width: 1205px) {
  nav ul.sf-menu a.sf-with-ul {
    font-size: 1rem;
    margin-left: 0.25rem;
    margin-right: 0.5rem;
  }
}
@media only screen and (min-width: 1000px) {
  #header-outer[data-format=default] #top .span_9 {
    margin-left: 0;
  }
}
li#search-btn {
  margin-left: 2rem;
}

/* Submenu styles */
#header-outer nav > ul > .megamenu.nectar-megamenu-menu-item > .sub-menu {
  padding: 0.75rem;
}

nav ul.sf-menu ul.sub-menu > li > a.sf-with-ul > .menu-title-text {
  font-size: 1.5rem;
  color: #333333;
  color: var(--crs-menu-accent-color);
}

nav ul.sf-menu ul.sub-menu > li > ul.sub-menu {
  padding-top: 1rem !important;
  border-top: 1px solid #8f8f8f !important;
}

/* #header-outer nav>ul>.megamenu ul li a:hover {
    background-color: rgba(227, 198, 215, 0.25) !important;
}*/
#header-outer nav > ul ul li a:hover,
#header-outer nav > ul > .megamenu ul li a:hover {
  background-color: rgba(227, 198, 215, 0.25) !important;
}

/* Fix to split a single long column into two columns: 
hide the second column's title and remove padding between those
columns so that the title's border extends across both */
.sf-menu li.menu-products li.hidecolumntitle > .sf-with-ul > .menu-title-text {
  visibility: hidden;
}

nav li.menu-products > ul.sub-menu > li.menu-item-has-children:nth-of-type(2) {
  padding-right: 0;
}

nav li.menu-products > ul.sub-menu > li.menu-item-has-children:nth-of-type(3) {
  padding-left: 0;
}

/* Descriptions */
body #header-outer #top nav .sf-menu ul li > a small.item_desc {
  color: #333333;
  color: var(--crs-menu-text-color);
  font-weight: 500;
}

/* Override child theme - so remove this line from the child css file */
/* Indent dropdown submenus */
ul.sub-menu ul.sub-menu li {
  padding-left: 1.5rem;
}

#header-outer nav > ul > .megamenu.nectar-megamenu-menu-item > .sub-menu > li {
  padding: 20px;
}

.row-theme-light-blue {
  background-color: #A7E9D9;
  background-color: var(--crs-color-light-blue);
  color: #333333;
  color: var(--crs-color-black);
}

.row-theme-light-red {
  background-color: #FFB2B2;
  background-color: var(--crs-color-light-red);
  color: #333333;
  color: var(--crs-color-black);
}

.row-theme-yellow {
  background-color: #FFEF8C;
  background-color: var(--crs-color-yellow);
  color: #333333;
  color: var(--crs-color-black);
}

.row-theme-teal {
  background-color: #7eaa9f;
  background-color: var(--crs-color-teal);
  color: #333333;
  color: var(--crs-color-black);
}

.row-theme-green {
  background-color: #A8D091;
  background-color: var(--crs-color-green);
  color: #333333;
  color: var(--crs-color-black);
}

.row-theme-pale-purple {
  background-color: #DEC2FF;
  background-color: var(--crs-color-pale-purple);
  color: #333333;
  color: var(--crs-color-black);
}

.row-theme-off-white {
  background-color: #FFF7ED;
  background-color: var(--crs-color-off-white);
  color: #333333;
  color: var(--crs-color-black);
}

#header-outer[data-lhe=animated_underline] #top .sf-menu > .sf-with-ul:not([class*=button]) > a {
  pointer-events: none;
}

body.material #header-secondary-outer nav > ul > li > a {
  font-size: 1rem;
}

.sf-menu-container {
  z-index: 101;
  margin-top: 2rem;
}
.sf-menu-container .row_col_wrap_12_inner {
  border: 1px solid #dadada;
  border-radius: 5px;
  background-color: #fff;
  padding: 1.5rem;
}
.sf-menu-container form > ul {
  margin-left: 0;
}
#breadcrumbs {
  font-size: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#breadcrumbs.yoast a {
  color: #333333;
  color: var(--crs-text-color);
  text-decoration: none;
}
#breadcrumbs.yoast a:hover {
  color: #7eaa9f;
  color: var(--crs-accent-color);
  text-decoration: underline;
}

.main-content > .row > #breadcrumbs.yoast {
  padding: 0;
}

:root {
  --crs-row-padding: 3rem;
}

.vc_row {
  padding-top: 3rem !important;
  padding-top: var(--crs-row-padding) !important;
  padding-bottom: 3rem !important;
  padding-bottom: var(--crs-row-padding) !important;
}

.vc_row:has(.anim-positional) {
  --crs-row-padding: 1.5rem;
}
.vc_row:has(.anim-positional) .wpb_text_column {
  margin-top: 1.5rem;
}
.vc_row:has(.anim-positional) .anim-positional {
  bottom: calc(-1 * 3rem);
  bottom: calc(-1 * var(--crs-row-padding));
}

.vc_row:has(.vc_col-sm-2):has(.vc_col-sm-8):has(.vc_col-sm-2) {
  --crs-row-padding: 2.5rem;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}

.vc_row.no-pad {
  --crs-row-padding: 0;
  margin-bottom: 0;
}

.extra-row-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.vc_row.extra-row-padding {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.vc_row-o-equal-height .vc_col-sm-6 .img-with-aniamtion-wrap {
  padding-right: 3rem;
}

p.summary {
  font-size: 1.25rem;
  line-height: 1.8rem;
  font-weight: 700;
}

.nectar-button.small span,
.nectar-button.medium span {
  font-size: 1rem;
}

.surtitle {
  font-family: "redonda", sans-serif;
  font-weight: 900;
  font-size: 1.1rem;
  line-height: 1.5;
  /*padding-bottom: 0;*/
  padding-bottom: 1.5rem;
  color: #333333;
  color: var(--crs-text-color);
}

.wpb_text_column .wpb_wrapper:has(p.surtitle) p:not(.surtitle) {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}

:root {
  --crs-library-item-heading-color: #000;
  --crs-library-item-type-bg-color: #fff;
  --crs-library-item-title-color: #fff;
}

.post-type-archive-library #breadcrumbs.yoast {
  visibility: hidden;
  display: none;
}

.search-filter-container {
  border-radius: 2rem;
  background-color: #ffffff;
  background-color: var(--crs-color-default-white);
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 1000px) {
  .search-filter-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.search-filter-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.search-filter-container #search-filter .chosen-container {
  min-width: 250px;
  padding-bottom: 6px;
}
.search-filter-container #search-filter .searchandfilter h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.search-filter-container #search-filter li[data-sf-field-name] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem;
}
.search-filter-container #search-filter li[data-sf-field-name] h4 {
  display: none;
}
.search-filter-container #search-filter ul {
  margin-left: 0;
}

.post-type-archive-library {
  --crs-library-item-border-radius: 2rem;
  --library-item-width: 33.3%;
}
.post-type-archive-library .sf-results-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-library .sf-results-container .library-item {
  width: var(--library-item-width);
  margin-bottom: 5rem;
  padding: 0 0.7rem;
}
.post-type-archive-library .sf-results-container .library-item .library-item-content,
.post-type-archive-library .sf-results-container .library-item .event-item-content {
  border-radius: var(--crs-library-item-border-radius);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.post-type-archive-library .sf-results-container .library-item .library-item-type {
  background-color: #fff;
  background-color: var(--crs-library-item-type-bg-color);
  text-align: center;
  padding: 1rem 2rem;
}
.post-type-archive-library .sf-results-container .library-item .library-item-type h4 {
  color: #000;
  color: var(--crs-library-item-heading-color);
  font-size: 2rem;
  margin-bottom: 0 !important;
}
.post-type-archive-library .sf-results-container .library-item .library-item-image-container {
  height: 20rem;
  background-size: cover;
  background-position: center;
  border-bottom-style: solid;
  border-bottom-width: 14px;
  border-bottom-color: #fff;
  border-bottom-color: var(--crs-library-item-type-bg-color);
}
.post-type-archive-library .sf-results-container .library-item .library-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 2rem;
  padding-right: 2rem;
}
.post-type-archive-library .sf-results-container .library-item .library-item-title h5 {
  margin-top: 1.9rem;
  margin-bottom: 1rem;
}
.post-type-archive-library .sf-results-container .library-item .library-item-title h5 a {
  color: #333333;
  color: var(--crs-color-black);
  font-weight: bold;
}
.post-type-archive-library .sf-results-container .library-item .event-item-title h5 {
  margin-bottom: 0.5rem;
}
.post-type-archive-library .sf-results-container .library-item .library-item-body {
  padding-bottom: 1.2rem;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.post-type-archive-library .sf-results-container .library-item .library-item-body p {
  padding-bottom: 0.5rem;
}
.post-type-archive-library .sf-results-container .library-item .library-item-button {
  padding-bottom: 2rem;
  text-align: center;
}
.post-type-archive-library .sf-results-container .library-item .library-item-button a {
  border-radius: 2rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #333333;
  background-color: var(--crs-button-bg-color, var(--crs-color-black));
  color: #ffffff;
  color: var(--crs-button-text-color, var(--crs-color-default-white));
  text-decoration: none;
  font-size: 1.1rem;
  padding: 1rem 2rem;
  font-size: 1.2rem;
}
.post-type-archive-library .sf-results-container .library-item .library-item-button a span {
  padding-bottom: 0.25rem;
}

.post-type-archive-library .container-wrap .library-item-content {
  background-color: #fff;
}

.post-type-archive-library .library-type-brochure {
  --crs-library-item-type-bg-color: var(--crs-color-yellow);
}
.post-type-archive-library .library-type-case-study {
  --crs-library-item-type-bg-color: var(--crs-color-light-red);
}
.post-type-archive-library .library-type-ebook {
  --crs-library-item-type-bg-color: var(--crs-color-sec-medium-red);
  --crs-library-item-heading-color: var(--crs-color-default-white);
}
.post-type-archive-library .library-type-guide {
  --crs-library-item-type-bg-color: var(--crs-color-light-blue);
}
.post-type-archive-library .library-type-infographic {
  --crs-library-item-type-bg-color: var(--crs-color-teal);
}
.post-type-archive-library .library-type-on-demand-webinar {
  --crs-library-item-type-bg-color: var(--crs-color-sec-deep-yellow);
}
.post-type-archive-library .library-type-report {
  --crs-library-item-type-bg-color: var(--crs-color-pale-purple);
}
.post-type-archive-library .library-type-video {
  --crs-library-item-type-bg-color: var(--crs-color-green);
}
.post-type-archive-library .library-type-tip-sheet {
  --crs-library-item-type-bg-color: var(--crs-color-light-blue);
}

@media screen and (max-width: 999px) {
  .post-type-archive-library {
    --library-item-width: 100%;
  }
}
.library-single-item .library-body {
  margin-top: 3rem;
}
.library-single-item .library-gated-container {
  margin-bottom: 0px;
}
.library-single-item .library-gated-container .library-gated-content {
  text-align: center;
}
.library-single-item .library-gated-container .library-gated-content #library-content-video-player {
  margin-top: 6rem;
}
.library-single-item .library-gated-container .library-gated-content .gated-video-error-message {
  background-color: #afafaf;
  padding: 16vh 5rem;
  color: white;
}
.library-single-item .library-gated-container .library-gated-content .gated-content-spinner {
  margin-top: 2rem;
}
.library-single-item .library-gated-container .library-gated-content .library-gated-ty-message {
  margin-top: 6.6rem;
  padding: 0 2rem 0 2rem;
}
.library-single-item .library-gated-container .library-gated-content.library-gated-content-video .gated-content-spinner {
  margin-top: 16vh;
}
.library-single-item .library-gated-content-link,
.library-single-item .library-content-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.library-single-item .library-gated-content-link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.library-single-item .library-gated-container.submitted .library-gated-content-link,
.library-single-item .library-gated-container.submitted .library-content-link {
  margin-bottom: 4rem;
}
.library-single-item .library-gated-container.submitted .library-gated-content-link {
  margin-top: 2rem;
}
.library-single-item .library-content-link {
  margin-top: 2.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.library-single-item .library-container img {
  padding: 4rem;
}

:root {
  --crs-events-item-heading-color: #000;
  --crs-events-item-type-bg-color: #fff;
  --crs-events-item-title-color: #fff;
}

.post-type-archive-events #breadcrumbs.yoast {
  visibility: hidden;
  display: none;
}
.post-type-archive-events .events-results {
  margin-top: 1rem;
}

.search-filter-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.search-filter-container #search-filter .chosen-container {
  min-width: 250px;
  padding-bottom: 6px;
}
.search-filter-container #search-filter .searchandfilter h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.search-filter-container #search-filter li[data-sf-field-name] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem;
}
.search-filter-container #search-filter li[data-sf-field-name] h4 {
  display: none;
}
.search-filter-container #search-filter ul {
  margin-left: 0;
}

.post-type-archive-events {
  --crs-events-item-border-radius: 2rem;
  --events-item-width: 33.3%;
}
.post-type-archive-events .results-not-found {
  margin: 2rem 0;
}
.post-type-archive-events .sf-results-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-events .sf-results-container .events-item {
  width: var(--events-item-width);
  margin-bottom: 5rem;
  padding: 0 0.7rem;
}
.post-type-archive-events .sf-results-container .events-item .events-item-content,
.post-type-archive-events .sf-results-container .events-item .event-item-content {
  border-radius: var(--crs-events-item-border-radius);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.post-type-archive-events .sf-results-container .events-item .events-item-type {
  background-color: #fff;
  background-color: var(--crs-events-item-type-bg-color);
  text-align: center;
  padding: 1rem 2rem;
}
.post-type-archive-events .sf-results-container .events-item .events-item-type h4 {
  color: #000;
  color: var(--crs-events-item-heading-color);
  font-size: 2rem;
  margin-bottom: 0 !important;
}
.post-type-archive-events .sf-results-container .events-item .events-item-image-container {
  height: 20rem;
  background-size: cover;
  background-position: center;
  border-bottom-style: solid;
  border-bottom-width: 14px;
  border-bottom-color: #fff;
  border-bottom-color: var(--crs-events-item-type-bg-color);
}
.post-type-archive-events .sf-results-container .events-item .events-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 2rem;
  padding-right: 2rem;
}
.post-type-archive-events .sf-results-container .events-item .events-item-title h5 {
  margin-top: 1.9rem;
  margin-bottom: 1rem;
}
.post-type-archive-events .sf-results-container .events-item .events-item-title h5 a {
  color: #333333;
  color: var(--crs-color-black);
  font-weight: bold;
}
.post-type-archive-events .sf-results-container .events-item .event-item-title h5 {
  margin-bottom: 0.5rem;
}
.post-type-archive-events .sf-results-container .events-item .events-item-body {
  padding-bottom: 1.2rem;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.post-type-archive-events .sf-results-container .events-item .events-item-body p {
  padding-bottom: 0.5rem;
}
.post-type-archive-events .sf-results-container .events-item .events-item-body .event-date {
  font-size: 0.9rem;
}
.post-type-archive-events .sf-results-container .events-item .events-item-button {
  padding-bottom: 2rem;
  text-align: center;
}
.post-type-archive-events .sf-results-container .events-item .events-item-button a {
  border-radius: 2rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #333333;
  background-color: var(--crs-button-bg-color, var(--crs-color-black));
  color: #ffffff;
  color: var(--crs-button-text-color, var(--crs-color-default-white));
  text-decoration: none;
  font-size: 1.1rem;
  padding: 1rem 2rem;
  font-size: 1.2rem;
}
.post-type-archive-events .sf-results-container .events-item .events-item-button a span {
  padding-bottom: 0.25rem;
}

.post-type-archive-events .container-wrap .events-item-content {
  background-color: #fff;
}

.post-type-archive-events .event-type-event {
  --crs-events-item-type-bg-color: var(--crs-color-light-blue);
}
.post-type-archive-events .event-type-webinar {
  --crs-events-item-type-bg-color: var(--crs-color-pale-purple);
}

@media screen and (max-width: 999px) {
  .post-type-archive-events {
    --events-item-width: 100%;
  }
}
.event-single-item #event-description-row .event-description-container {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 8rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 2rem;
  border-radius: 2rem;
  overflow: hidden;
}
.event-single-item #event-description-row .event-description-container > * {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 999px) {
  .event-single-item #event-description-row .event-description-container > * {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.event-single-item #event-description-row .event-description-container h3 {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.event-single-item #event-description-row .event-description-container .event-description-header {
  width: 50%;
  padding-right: 1rem;
}
@media screen and (max-width: 999px) {
  .event-single-item #event-description-row .event-description-container .event-description-header {
    margin-top: 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.event-single-item #event-description-row .event-description-container .event-description-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #eaeaea;
  padding-left: 1%;
  width: 50%;
}
@media screen and (max-width: 999px) {
  .event-single-item #event-description-row .event-description-container .event-description-wrapper {
    width: 100%;
    border-left: none;
    border-bottom: solid 1px #eaeaea;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.event-single-item #event-description-row .event-description-container .event-description-wrapper .event-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.event-single-item #event-description-row .event-description-container .event-description-wrapper .event-info .event-info-label {
  padding-bottom: 0;
  font-size: 1rem;
  line-height: 0.8rem;
}
.event-single-item #event-description-row .event-description-container .event-description-wrapper .event-info .event-info-text {
  line-height: 2rem;
}
.event-single-item #event-description-row .event-description-container .event-description-wrapper .event-link {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.event-single-item .event-image-container img {
  padding: 4rem;
}
.event-single-item .event-gated-ty-message {
  margin-top: 6.6rem;
  padding: 2rem;
  text-align: center;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}

:root {
  --crs-generic-post-item-heading-color: #000;
  --crs-generic-post-item-type-bg-color: #fff;
  --crs-generic-post-item-title-color: #fff;
}

.latest-item-row {
  --crs-generic-post-item-border-radius: 2rem;
  --generic-post-item-width: 33.3%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.latest-item-row .generic-post-item {
  width: var(--generic-post-item-width);
  margin-bottom: 5rem;
  padding: 0 0.7rem;
}
.latest-item-row .generic-post-item .generic-post-item-content {
  border-radius: var(--crs-generic-post-item-border-radius);
  overflow: hidden;
  background-color: #fff;
  background-color: var(--crs-library-item-type-bg-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.latest-item-row .generic-post-item .generic-post-item-type {
  background-color: #fff;
  background-color: var(--crs-generic-post-item-type-bg-color);
  text-align: center;
  padding: 1rem 2rem;
}
.latest-item-row .generic-post-item .generic-post-item-type h4 {
  color: #000;
  color: var(--crs-generic-post-item-heading-color);
  font-size: 2rem;
  margin-bottom: 0 !important;
}
.latest-item-row .generic-post-item .generic-post-item-image-container {
  height: 20rem;
  background-size: cover;
  background-position: center;
  border-bottom-style: solid;
  border-bottom-width: 14px;
  border-bottom-color: #fff;
  border-bottom-color: var(--crs-generic-post-item-type-bg-color);
}
.latest-item-row .generic-post-item .generic-post-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 2rem;
  padding-right: 2rem;
}
.latest-item-row .generic-post-item .generic-post-item-title h5 {
  margin-top: 1.9rem;
  margin-bottom: 1rem;
}
.latest-item-row .generic-post-item .generic-post-item-title h5 a {
  color: #333333;
  color: var(--crs-color-black);
  font-weight: bold;
}
.latest-item-row .generic-post-item .event-item-title h5 {
  margin-bottom: 0.5rem;
}
.latest-item-row .generic-post-item .generic-post-item-body {
  padding-bottom: 1.2rem;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.latest-item-row .generic-post-item .generic-post-item-body p {
  padding-bottom: 0.5rem;
}
.latest-item-row .generic-post-item .generic-post-item-button {
  padding-bottom: 2rem;
  text-align: center;
}
.latest-item-row .generic-post-item .generic-post-item-button a {
  border-radius: 2rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #333333;
  background-color: var(--crs-button-bg-color, var(--crs-color-black));
  color: #ffffff;
  color: var(--crs-button-text-color, var(--crs-color-default-white));
  text-decoration: none;
  font-size: 1.1rem;
  padding: 1rem 2rem;
  font-size: 1.2rem;
}
.latest-item-row .generic-post-item .generic-post-item-button a span {
  padding-bottom: 0.25rem;
}

:root {
  --crs-anim-max-width: 100%;
}

.anim-loc {
  margin-top: 7px;
  margin-bottom: 0 !important;
}

.anim-positional {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  max-width: 100%;
  max-width: var(--crs-anim-max-width);
}

.anim-char-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  max-width: var(--crs-anim-max-width);
}
.anim-char-container .anim-char-inner {
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
.anim-char-container .anim-char-inner.anim-flip {
  -webkit-transform: translateY(7px) scaleX(-1);
          transform: translateY(7px) scaleX(-1);
}

.vc_row:has(.anim-char-container) .row_col_wrap_12 {
  z-index: 1;
}
.vc_row:has(.anim-char-container) .row_col_wrap_12 .col {
  z-index: 10;
}
.vc_row:has(.anim-char-container) .row_col_wrap_12 .col:has(.anim-positional) {
  z-index: 0;
}

.anim-char-container.crs-character-home-page-cloud,
.anim-loc.crs-character-home-page-cloud {
  aspect-ratio: 1440/750;
}
.anim-char-container.crs-character-cirriously-good,
.anim-loc.crs-character-cirriously-good {
  aspect-ratio: 1440/750;
}
.anim-char-container.crs-character-nimble-nimbus,
.anim-loc.crs-character-nimble-nimbus {
  aspect-ratio: 1084/540;
}
.anim-char-container.crs-character-fogsworth,
.anim-loc.crs-character-fogsworth {
  aspect-ratio: 1389/509;
}
.anim-char-container.crs-character-grumblecloud,
.anim-loc.crs-character-grumblecloud {
  aspect-ratio: 1388/1080;
}
.anim-char-container.crs-character-shrugstorm,
.anim-loc.crs-character-shrugstorm {
  aspect-ratio: 298/154;
}

.anim-face .lottie-anim {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  min-width: 150px;
}
.anim-face.anim-canvas .lottie-anim {
  width: 100%;
}
.anim-face.anim-flip {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* Icon/eye columns */
.eye-columns .wpb_wrapper {
  text-align: center;
}
.eye-columns .column-bg-overlay {
  border-radius: 2rem;
}
.eye-columns .wpb_text_column {
  padding: 1rem 3rem 2rem;
}
.eye-columns .vc_col-sm-1\/5 .wpb_text_column {
  padding: 1rem 2rem 2rem;
}

.row .col .eye-columns img.img-with-animation.nectar-lazy:not([srcset]) {
  width: 50%;
}

.vc_row.eye-columns,
.vc_row.packages {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
  /*.extra-padding {
  padding-bottom: 2.5rem!important;
  }*/
}
@media only screen and (max-width: 999px) {
  .vc_row.eye-columns,
  .vc_row.packages {
    max-width: 75%;
    display: block;
    margin: 0 auto;
  }
}

/* Packages columns */
.packages .column-bg-overlay {
  border-radius: 2rem;
}
.packages .wpb_text_column:first-of-type {
  padding: 3rem 4rem 1rem;
}
.packages .wpb_text_column:last-of-type {
  padding: 1rem 4rem 3rem;
}
.packages p.summary {
  padding-bottom: 2rem;
}

.row .col .packages img.img-with-animation.nectar-lazy:not([srcset]) {
  width: 25%;
}

/* Masks */
.mask_shape_custom img {
  width: 100%;
  display: block;
}

.mask_shape_custom.mask_size_cover > .inner {
  display: block;
  width: 100%;
  height: auto;
}

/* logo carousel */
.row .col .nectar-flickity .cell img {
  width: 75% !important; /* yes, it's needed */
}
@media only screen and (min-width: 1px) and (max-width: 1000px) {
  .row .col .nectar-flickity .cell img {
    width: 55% !important;
  }
}

/* Inline images */
.wpb_wrapper > div.nectar-text-inline-images {
  margin-bottom: 0;
}

.vc_row-o-equal-height .vc_col-sm-6 .img-with-aniamtion-wrap {
  padding-right: 3rem;
}

body.home #header-outer {
  background-color: #FFEF8C;
  background-color: var(--crs-color-yellow);
}
body.home #header-space {
  background-color: #FFEF8C;
  background-color: var(--crs-color-yellow);
}
@media screen and (max-width: 629.98px) {
  body.home {
    --crs-home-page-banner-text-column-spacing: 10%;
    --crs-home-page-character-size: 100%;
    --crs-position-right: 0;
  }
}

.vc_row-o-full-height:has(.anim-positional) {
  --crs-home-page-banner-text-column-spacing: 15%;
  --crs-home-page-character-size: clamp(100%, 110vw, 1600px);
  --crs-position-right: -18%;
  position: relative;
}
.vc_row-o-full-height:has(.anim-positional) .wpb_text_column {
  text-align: center;
}
.vc_row-o-full-height:has(.anim-positional) .anim-char-container {
  overflow: visible;
}
.vc_row-o-full-height:has(.anim-positional) .anim-char-container .anim-char-inner {
  width: var(--crs-home-page-character-size);
  right: var(--crs-position-right);
  -webkit-transition: right 0.1s ease-in-out, width 0.1s ease-in-out;
  transition: right 0.1s ease-in-out, width 0.1s ease-in-out;
}
.vc_row-o-full-height:has(.anim-positional) #headerbuttons .wpb_wrapper:has(.nectar-button) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vc_row-o-full-height:has(.anim-positional) .row_col_wrap_12 {
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vc_row-o-full-height:has(.anim-positional) .row_col_wrap_12 > .col {
  width: 100%;
}
.vc_row-o-full-height:has(.anim-positional) .row_col_wrap_12 .vc_column_container {
  z-index: 10;
  margin-bottom: var(--crs-home-page-banner-text-column-spacing);
  max-width: 800px;
}
.vc_row-o-full-height:has(.anim-positional) .row_col_wrap_12 .vc_column_container:has(.anim-positional) {
  position: absolute;
  bottom: 0;
  z-index: 0;
  margin-bottom: 0;
  max-width: none;
  max-width: initial;
}

@media only screen and (min-width: 1000px) {
  .wpb_row.vc_row-o-full-height.top-level, .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
    min-height: calc(100vh - 135px);
  }
}
.masonry.classic_enhanced .masonry-blog-item h3.title {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .article-content-wrap,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .article-content-wrap,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .article-content-wrap,
.post-area.masonry.classic_enhanced .link-wrap,
.post-area.masonry.classic_enhanced .quote-wrap {
  padding: 5% !important;
}

@media only screen and (min-width: 1000px) {
  .blog-recent[data-style*=classic_enhanced] .inner-wrap:not(.has-post-thumbnail) .article-content-wrap {
    padding: 5%;
  }
}
@media only screen and (min-width: 1000px) {
  .masonry.classic_enhanced .masonry-blog-item.large_featured h3.title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.blog-recent[data-style*=classic_enhanced] .article-content-wrap, .masonry.classic_enhanced .masonry-blog-item .article-content-wrap {
  padding: 5%;
}

.post-area.masonry {
  --crs-blog-item-border-radius: 2rem;
}
.post-area.masonry article.masonry-blog-item {
  border-radius: var(--crs-blog-item-border-radius);
  overflow: hidden;
}