/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

@font-face {
  font-family: 'raffles_bryantregular';
  src: url('../fonts/rafflesbryantregular-webfont.woff2') format('woff2'),
       url('../fonts/rafflesbryantregular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.bb-custom-typo h1, .bb-custom-typo .h1, .bb-custom-typo h2, .bb-custom-typo .h2, .bb-custom-typo h3, .bb-custom-typo .h3, .bb-custom-typo h4, .bb-custom-typo .h4, .bb-custom-typo h5, .bb-custom-typo .h5, .bb-custom-typo h6, .bb-custom-typo .h6, .bb-custom-typo .bb-course-footer, .bb-custom-typo .ld-table-list-header .ld-text, .bb-custom-typo .gamipress-achievement-points, .bb-custom-typo .vjs-modal-dialog-content{
    font-family: interstate, sans-serif;
}

* {
  padding: 0;
  margin: 0;
}

input, textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

body{
  font-size: 16px!important;
  line-height: 1.625em!important;
  color: #10312B!important;
  font-family: interstate, sans-serif!important;
  font-weight: 400;
  font-style: normal;
  background-color: #FFFDF4;
  float: left;
  width: 100%;
}

.green{
  background-color: #10312B;
}

.lime{
  background-color: #D3D655;
}

.white{
  background-color: #FFFDF4;
}

.pale{
  background-color: #EEEDDB;
}

.yellow{
  background-color: #F3C300;
}

.gold{
  background-color: #EBC542;
}

.blue{
  background-color: #74C3D5;
}

.green *, .green .btn a{
  color: #FFFDF4;
}

.green blockquote .cite:before, .green blockquote :not(p):before{
  filter: brightness(1) invert(1);
}

p{
  margin-bottom: 20px;
  font-weight: 400;
}

.gsurvey-rank-choice{
	white-space: normal !important;
}

@keyframes gform_ajax_spinner {
  to {transform: rotate(360deg);}
}
 
.gform_ajax_spinner{
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px!important;
  height: 25px!important;
  margin-top: 0;
  margin-left: 0;
  border-radius: 50%;
  border: 2px solid #D3D655;
  border-top-color: #fff;
  animation: gform_ajax_spinner .6s linear infinite;
}

form.load-spinner .gform_footer:before{
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 12px;
  right: 10px;
  width: 20px!important;
  height: 20px!important;
  margin-top: 0;
  margin-left: 0;
  border-radius: 50%;
  border: 2px solid #FFFDF4;
  border-top-color: #D3D655;
  animation: gform_ajax_spinner .6s linear infinite;
}

form.load-spinner .gform_footer input.button{
  background-image: none!important;
}

footer form.load-spinner .gform_footer:before{
  content: none!important;
}

footer form.load-spinner .gform_footer input.button{
  background-image: initial!important;
}

footer .gform_ajax_spinner{
  right: -25px;
  top: 0;
}

.nice-select{
  border-radius: 0!important;
  border: 1px solid #000!important;
  height: 44px!important;
  width: 100%!important;
  font-size: 1em!important;
}

.nice-select:after{
  border-bottom: 2px solid #A8AD00!important;
  border-right: 2px solid #A8AD00!important;
  width: 6px!important;
  height: 6px!important;
  right: 15px!important;
}

.nice-select .list{
  border-radius: 0!important;
  margin-top: 1px!important;
  width: calc(100% + 2px)!important;
  border: 1px solid #000!important;
  border-top: 0!important;
  left: -1px!important;
  box-shadow: 0 3px 8px 1px rgb(0 0 0 / 30%)!important;
  -webkit-transform: scale(0.75) translateY(0)!important;
  -moz-transform: scale(0.75) translateY(0)!important;
  transform: scale(0.75) translateY(0)!important;
}

.nice-select.open .list{
  -webkit-transform: scale(1) translateY(0)!important;
  -moz-transform: scale(1) translateY(0)!important;
  transform: scale(1) translateY(0)!important;
}

.nice-select .option{
  margin-bottom: 0;
  border-bottom: 0!important;
}

.nice-select .option.selected{
  font-weight: normal!important;
}

.nice-select .option:hover{
  background-color: #10312B!important;
  color: #fff!important;
}

.nice-select .option.selected.focus{
  background-color: #D3D655!important;
  color: #10312B;
}

.nice-select .option.selected.focus:hover{
  color: #10312B!important;
}

.ginput_container.ginput_container_text{
  position: relative;
  z-index: 1;
}

.ginput_container.ginput_container_select{
  position: relative;
  z-index: 2;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  color: #FF2B09!important;
  font-weight: bold!important;
  font-style: normal!important;
  padding-left: 24px!important;
  position: relative!important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 18px;
  height: 20px;
  background: url('../images/error.svg') no-repeat center;
  background-size: contain;
}

.gform_wrapper .top_label li .gfield_checkbox, .gform_wrapper .top_label li .gfield_radio, .woocommerce-account form.login .woocommerce-form-login__rememberme{
  padding-left: 0!important;
  width: 100%!important;
}

.gform_wrapper .gfield_radio .gchoice input, .conditional_fields_radio_input_options input, .woocommerce-account form.login .woocommerce-form-login__rememberme input, .ginput_container_consent input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.gform_wrapper .gfield_radio .gchoice label:before, .conditional_fields_radio_input_options .custom-label:before,
.wc-pao-addon-donation-dedication-or-specification label:before, .woocommerce-account form.login .woocommerce-form-login__rememberme span:before{
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 2px solid #D3D655;
  border-radius: 50%;
}

.gform_wrapper .gfield_radio .gchoice input:checked ~ label:before, .conditional_fields_radio_input_options input:checked ~ .custom-label:before,
.wc-pao-addon-donation-dedication-or-specification input:checked ~ label:before, .woocommerce-account form.login .woocommerce-form-login__rememberme input:checked ~ span:before{
  background-color: #fff;
}

.gform_wrapper .gfield_radio .gchoice input:checked ~ label,
.gform_wrapper .gfield_checkbox .gchoice input:checked ~ label,
.conditional_fields_radio_input_options input:checked ~ .custom-label,
.wc-pao-addon-wrap input:checked ~ label,
.wc-pao-addon-donation-dedication-or-specification input:checked ~ label{
  font-weight: normal!important;
}

.gform_wrapper .gfield_radio .gchoice label:after, .conditional_fields_radio_input_options .custom-label:after,
.wc-pao-addon-donation-dedication-or-specification label:after, .woocommerce-account form.login .woocommerce-form-login__rememberme span:after{
  content: '';
  position: absolute;
  display: none;
  top: 8px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #D3D655!important;
}

.gform_wrapper .gfield_radio .gchoice input:checked ~ label:after, .conditional_fields_radio_input_options input:checked ~ .custom-label:after,
.wc-pao-addon-donation-dedication-or-specification input:checked ~ label:after, .woocommerce-account form.login .woocommerce-form-login__rememberme input:checked ~ span:after{
  display: block;
}

.gform_wrapper .gfield_radio .gchoice label, .gform_wrapper .gfield_checkbox .gchoice label{
  margin: 0!important;
  padding-left: 3px!important;
}

.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio{
    margin: 5px 0 20px!important;
}

.gform_wrapper .gfield_checkbox .gchoice input, .wc-pao-addon-fees input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.gform_wrapper .gfield_checkbox .gchoice label:before, .wc-pao-addon-fees label:before, .ginput_container_consent label:before{
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
}

.gform_wrapper .gfield_checkbox .gchoice input:checked ~ label:before, .wc-pao-addon-fees input:checked ~ label:before, .ginput_container_consent input:checked ~ label:before{
  background-color: #d3d655;
  border-color: #10312B;
}

.gform_wrapper .gfield_checkbox .gchoice label:after, .wc-pao-addon-fees label:after, .ginput_container_consent label:after{
  content: '';
  position: absolute;
  display: none;
  left: 8px!important;
  top: 5px!important;
  color: transparent!important;
  width: 6px;
  height: 12px;
  border: solid #10312B;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.gform_wrapper .gfield_checkbox .gchoice input:checked ~ label:after, .wc-pao-addon-fees input:checked ~ label:after,
.ginput_container_consent input:checked ~ label:after{
  display: block;
}

.ginput_container_consent{
  position: relative;
}

.ginput_container_consent label{
  padding-left: 32px;
}

.gform_wrapper .gfield_checkbox .gchoice, .gform_wrapper .gfield_radio .gchoice, .wc-pao-addon-wrap{
  line-height: 1.5em!important;
  margin: 0 0 12px!important;
  padding-left: 25px;
  position: relative;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
  position: relative;
}

.woocommerce-account form.login .woocommerce-form-login__rememberme input{
  width: 100%;
  height: 100%;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span{
  padding-left: 30px;
}

.woocommerce-account form.login .woocommerce-form-login__rememberme span:before{
  border-radius: 0;
  border-color: #A8AD00;
  top: -4px;
}

.woocommerce-account form.login .woocommerce-form-login__rememberme input:checked ~ span:before{
  background-color: #A8AD00!important;
}

.woocommerce-account form.login .woocommerce-form-login__rememberme span:after{
  background: transparent!important;
  left: 9px;
  top: 0;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  border-radius: 0!important;
}

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

header{
  padding: 32px 0 40px!important;
  background-color: #10312B;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  -webkit-transform: translateY(0);
  -webkit-transition: all .8s ease-in-out-out;
  transform: translateY(0);
  transition: all .8s ease-in-out!important;
}

.logged-in header{
  top: 32px;
}

.site-header.fade-hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.site-header.show {
  -webkit-transform: translateY(0)!important;
  transform: translateY(0);
  padding: 10px 0!important;
  /*margin-top: 28.5px;*/
}

.site-header.show .utility-menu{
  display: none;
}

.site-header.show .logo img{
  height: 48px;
}

.site-header.show .logo-wrapper{
  padding: 5px 0;
}

.site-header.show .main-menu li a{
  padding: 20px 10px 19px;
}

.site-header.show .main-menu li .sub-menu li a{
  padding: 10px 20px;
}

body{
  padding-top: 220px;
}

blockquote, q{
  color: inherit;
}

header .wrapper{
  border-top: 1px solid #FFFDF450;
  border-bottom: 1px solid #FFFDF450;
  float: left;
  width: 100%;
}

header .logo-wrapper{
  width: 270px;
  float: left;
  padding: 13.5px 0;
}

header .menu-wrapper{
  width: calc(100% - 270px);
  float: left;
  border-left: 1px solid #FFFDF450;
}

header nav{
  text-align: right;
}

header nav li a{
  color: #fff;
}

header .utility-menu ul{
  transition: opacity 0.2s ease-in-out;
}

.untoggle-search:hover{
  cursor: pointer;
}

header .utility-menu.exit ul{
  opacity: 0;
}

header .utility-menu li{
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.88px;
  font-size: 0.875em;
  line-height: 1.1429em;
  margin: 0 25px;
  display: inline-block;
}

header .utility-menu li a{
  padding: 12px 0;
  display: block;
  position: relative;
}

header .utility-menu li a:hover{
  color: #10312B;
  text-decoration: none;
}

header.green .utility-menu li a:hover{
  color: #FFFDF4;
}

header .utility-menu li.green a, header .utility-menu li.lime a, header .utility-menu li.gold a{
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

header.lime .utility-menu li.gold{
  border-left: 1px solid #10312B50;
  border-right: 1px solid #10312B50;
}

header.lime .utility-menu li.gold.join{
  margin-right: -4px;
}

header.lime .utility-menu li.gold.donate{
  border-left: 0;
}

header.green .utility-menu li.green{
  background-color: #FFFDF4;
}

header .utility-menu li.lime.donate, header .utility-menu li.gold.donate{
  margin-right: 1px;
}

header.green .utility-menu li.green a, header .utility-menu li.lime a, header.lime .utility-menu li.lime a,
header .utility-menu li.gold a{
  color: #10312B;
}

header.green .utility-menu li.green a:hover, header.lime .utility-menu li.lime a:hover, header .utility-menu li.lime:hover a,
header .utility-menu li.gold a:hover{
  color: #FFFDF4;
}

header .utility-menu li.green:hover, header .utility-menu li.lime:hover, header.lime .utility-menu li.lime:hover, header .utility-menu li.gold:hover{
  background-color: #255A50;
}

header .utility-menu li.green a:hover, header .utility-menu li.lime a:hover, header .utility-menu li.gold a:hover{
  text-decoration: none;
}

header.lime .utility-menu li.lime{
  background-color: #10312B;
}

header.lime .utility-menu li.lime a{
  color: #fff;
}

header .utility-menu{
  border-bottom: 1px solid #FFFDF450;
}

header .utility-menu li.donate{
  margin-right: 0;
  margin-left: 0;
}

header .utility-menu li.join{
  margin-right: -3px;
}

.gt_selector{
  background: url('../images/select-down.svg') no-repeat right calc(100% - 18px);
  background-size: 11px;
	background-color: transparent!important;
  border: 0;
  text-transform: uppercase;
  font-size: 0.875em;
  font-size: 14px;
  letter-spacing: 0.88px;
  font-weight: 500;
  width: 103px;
  margin-left: 25px;
  margin-right: 20px;
  height: 40px;
  padding: 0;
  margin-top: -3px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

header.lime .gt_selector{
  background: url('../images/select-down-green.svg') no-repeat right;
  background-size: 11px;
}

select:focus{
  outline: none;
}

.toggle-search{
  font-size: 0;
  float: right;
  background: url('../images/search-icon.svg') no-repeat center;
  transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  background-size: 20px;
  background-color: #d3d655;
  padding: 10px;
  clip-path: none;
  border: 0;
}

header .site-search{
  position: absolute;
  top: 0;
  right: 10px;
  opacity: 0;
  width: 0;
  transition: all .5s ease-in-out;
  overflow: hidden;
}

header .site-search.show {
  width: 480px;
  opacity: 1;
}

.toggle-search:hover, header .search-form .button:hover{
  background-color: #74C3D5;
}

header .site-search .search-form{
  width: calc(100% - 20px);
}

.untoggle-search{
  font-size: 1.75em;
  position: absolute;
  padding: 4px 0;
  right: 0;
}

header .search-form fieldset{
  border: 0;
  margin: 0;
  padding: 0;
}

header .search-form label{
  display: none;
}

header .search-form  input[type="search"]{
  width: calc(100% - 32px);
  border: 1px solid #10312B;
  padding: 7px 15px;
  background: #FFFDF4;
  color: #10312B;
  font-weight: 700;
  height: auto;
}

header .search-form fieldset:first-child{
  width: calc(100% - 40px);
  float: left;
}

header .search-form fieldset:last-child{
  width: 40px;
  float: left;
}

header .search-form .button{
  font-size: 0!important;
  background: url('../images/search-icon.svg') no-repeat center;
  background-size: 20px;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: #D3D655;
  border-radius: 0!important;
  margin-top: 1px;
}

header .main-menu li{
  font-size: 1em;
  line-height: 1.1875em;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

header .main-menu #menu-main-menu{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
}

header .main-menu li a{
  display: block;
  padding: 25px 10px;
  position: relative;
}

.menu li a:focus{
  outline: none;
}

header .main-menu li .sub-menu{
  position: absolute;
  left: -10px;
  top: 100%;
  width: 270px;
  background: #fff;
  border: 1px solid #10312B;
  display: none;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  right: auto;
  padding: 0;
  min-width: 100px;
  border-radius: 0!important;
  transition: all 0.2s ease-in-out;
}

header .main-menu li.library .sub-menu{
  width: 125px;
}

header .main-menu li .sub-menu li{
  display: block;
  font-weight: 400;
}

header .main-menu li .sub-menu li a{
  padding: 10px 20px;
  text-align: left;
  font-size: 1em;
  border-radius: 0!important;
  margin: 0!important;
  text-overflow: unset;
  white-space: initial;
}

header.green .main-menu li .sub-menu li a{
  color: #10312B;
}

header .main-menu li .sub-menu li a:hover:before{
  content: none;
}

header .main-menu li .sub-menu li a:hover{
  background: #D3D655;
  color: #10312B!important;
}

.theme-lime header .main-menu li .sub-menu li a:hover{
  background: #10312B;
  color: #fff!important;
}

header.green .main-menu li .sub-menu li.current-menu-item > a{
	background: #D3D655;
	color: #10312B;
}

header.white .main-menu li .sub-menu li.current-menu-item > a{
	background: #D3D655;
	color: #10312B;
}

header .main-menu li:hover .sub-menu{
  display: block;
}

header .main-menu li .sub-menu li a:before{
  content: none;
}

header .main-menu li.menu-item-has-children > a:after{
  content: '';
  display: block;
  border: solid #A8AD00;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 10px;
  position: relative;
  top: -4px;
}

header .main-menu li a:hover{
  color: #10312B;
  text-decoration: none;
}

header .main-menu li a:before, header .utility-menu li:not(.donate):not(.join) a:before{
  content: '';
  display: block;
  position: absolute;
  width: 0;
  left: 10px;
  height: 1px;
  bottom: 20px;
  background: #EEEDDB50;
  transition: all 0.2s ease-in-out;
}

header .utility-menu li a:before{
  bottom: 5px!important;
  left: 0!important;
}

header .main-menu li a:hover:before{
  width: calc(100% - 20px);
}

header .utility-menu li a:hover:before{
  width: 100%;
}

header.lime .main-menu li.menu-item-has-children > a:after{
  border-color: #10312B;
}

header.green .main-menu li a:hover{
  color: #fff;
}

header .logo img{
  height: 83px;
  width: auto;
}

.theme-white header a, .theme-lime header a{
  color: #10312B;
}

header.white .main-menu li a:before, header.lime .main-menu li a:before{
  background: #10312B50;
}

.theme-white .wrapper, .theme-white .menu-wrapper, .theme-white .utility-menu,
.theme-lime .wrapper, .theme-lime .menu-wrapper, .theme-lime .utility-menu{
  border-color: #10312B50;
}

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

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

.no-top-pad{
  padding-top: 0!important;
}

.no-bottom-pad{
  padding-bottom: 0!important;
}

.flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.flex-top{
  align-items: flex-start;
}

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

.arrow{
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
  
.arrow.down{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.arrow.up{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow.left{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.wp-image, .featured-image{
  max-width: 100%;
  height: auto;
}

h3{
  font-size: 1.5em;
  line-height: 1.33em;
  margin: 0 0 20px;
  font-weight: 500;
}

#page-content{
  overflow: hidden;
}

#hero{
  position: relative;
}

#hero.layout_3{
  padding-bottom: 80px;
}

#hero.layout_3.scale-title h1:not(.page-title){
  font-size: 3.75em;
}

#hero.layout_3.scale-title .hero-icon{
  bottom: auto;
  top: 0;
}

#hero.layout_3 .featured-image{
  margin-top: 35px;
}

#hero.layout_3 .content :not(h1):not(h2), #hero.layout_6 .content :not(h1):not(h2){
  padding-left: 60px;
}

#hero.layout_3 .content span{
  padding-left: 0!important;
}

#hero.layout_3 .content .btn a{
  padding-left: 0;
}

#hero.layout_3.has-video{
  padding-top: 80px;
}

#hero.layout_3.has-video .row:not(.flex){
  display: block;
}

#hero.layout_3.has-video .row:not(.flex-top) .video-wrapper{
  margin-top: 124px;
}

#hero.layout_3.has-video .hero-icon{
  bottom: auto;
  top: 63px;
  width: 826px;
  right: -379px;
}

#hero.has-headline .inner{
  padding-left: 100px;
}

#hero .inner h3{
  font-weight: 400;
}

#hero.layout_1.has-headline.has-wave{
  padding-bottom: 50px;
}

#hero.layout_1.has-headline .featured-image{
  position: absolute;
}

#hero .inner{
  margin-bottom: 60px;
}

#hero .sub-image{
  float: right;
  margin-right: 38px;
  position: absolute;
  right: 0;
  z-index: 3;
}

#hero .content{
  padding-right: 38px;
}

#hero.layout_2 .content{
  padding-right: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#hero.layout_2 .content h1, #hero.layout_2 .content h2{
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

#hero .featured-image{
  margin-top: 60px;
}

#hero .featured-image{
  position: relative;
  z-index: 2;
}

#hero.layout_6 .featured-image{
  margin-top: 0;
  margin-bottom: 100px;
}

#hero.has-headline .featured-image{
  margin-top: 185px;
}

#hero.has-icon{
  z-index: 3;
}

#hero.layout_1 .hero-icon{
  top: 70%;
}

.hero-wave{
  width: 100%;
  margin-top: -15px;
}

#hero.layout_1 + .hero-wave{
  margin-bottom: 100px;
}

.hero-icon{
  position: absolute;
  right: -10%;
  bottom: -30%;
  width: 665px;
}

#hero h1, h2, .content-artwork h3, .block-intro h3{
  font-size: 2.625em;
  line-height: 1.1429em;
  margin: 0 0 10px;
  font-weight: 700;
}

.block-intro h3{
  margin-bottom: 0;
}

#hero h1.page-title, h4{
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 2px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 1em;
}

#hero h1.headline{
  font-family: 'raffles_bryantregular', sans-serif;
  font-size: 10em!important;
  line-height: 1em!important;
  font-weight: normal;
  margin: 70px 0 30px;
}

.home #hero h1.headline{
  position: relative;
  margin-bottom: 62px;
}

.home #hero h1.headline:after{
  content: '';
  display: block;
  position: absolute;
  background: url('../images/hero-line.svg') no-repeat center;
  width: 517px;
  height: 31px;
  background-size: contain;
}

#hero h1.headline.small_caps{
  text-transform: uppercase;
  font-size: 1em!important;
  line-height: 1.5em!important;
  margin: 0 0 10px;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: interstate, sans-serif;
}

#hero p, .tcc.layout_1 p{
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: 400;
  margin: 0 0 20px;
}

#hero.has-headline.style-small_caps{
  padding-top: 60px;
}

#hero.has-headline.style-small_caps.lime, #hero.has-headline.style-small_caps.green{
  margin-top: 60px;
}

#hero.has-headline.style-small_caps .featured-image{
  margin-top: -20px;
  position: absolute;
}

#hero.layout_1.has-headline.style-small_caps .featured-image{
  max-width: calc(100% - 60px);
}

#hero.has-headline.style-small_caps .inner{
  margin-bottom: 100px;
  padding-left: 0;
}

#hero.has-headline.style-small_caps .inner *{
  padding-left: 100px;
}

#hero.has-headline.style-small_caps .inner h1, #hero.has-headline.style-small_caps .inner h2,
#hero.has-headline.style-small_caps .inner h3, #hero.has-headline.style-small_caps .inner .btn a{
  padding-left: 0;
}

#hero.layout_2{
  padding: 0 0 100px;
  margin-top: 50px;
}

#hero.layout_3 .row:not(.flex){
  display: flex;
  align-items: flex-end;
}

#hero.layout_3 .content :last-child{
  margin-bottom: 0;
}

#hero .video-wrapper, .library .video-wrapper, .content-video .video-wrapper, .resources .video-wrapper{
  position: relative;
}

#hero.layout_3.has-video .video-wrapper .play, .library .video-wrapper .play, .content-video .video-wrapper .play, .resources .video-wrapper .play{
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #D3D655;
  border: 0;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  background-image: none;
  padding: 0;
}

#hero.layout_3.has-video .video-wrapper .play:hover, .library .video-wrapper .play:hover, .content-video .video-wrapper .play:hover, .resources .video-wrapper .play:hover,
.resources .post-item a:hover .play{
  transform: scale(1.2);
}

#hero.layout_3.has-video .video-wrapper .play:before, .library .video-wrapper .play:before, .content-video .video-wrapper .play:before, .resources .video-wrapper .play:before{
  content: '';
  width: 0; 
  height: 0; 
  display: block;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 18px solid #10312B;
}

#hero.layout_4{
  padding: 80px 0;
}

#hero.layout_4.lime, #hero.layout_4.green{
  margin-top: 80px;
}

#hero.layout_4 .sidebar{
  position: relative;
  padding-left: 80px;
  padding-top: 12px;
  padding-bottom: 20px;
}

#hero .sidebar h3{
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.25em;
  margin: 0 0 10px;
}

#hero .sidebar .contact-details{
  margin-bottom: 28px;
}

#hero .sidebar .contact-links{
  margin-bottom: 60px;
}

#hero .sidebar .contact-links li{
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 1.25em;
}

#hero .sidebar .social-menu li a{
  color: #10312B;
}

#hero.layout_4 .sidebar:before{
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #10312B;
}

#hero.layout_4 h1{
  font-size: 2.25em;
  margin: 0 0 16px;
  line-height: 1.25em;
}

#hero.layout_4 label{
  text-transform: none;
  margin-bottom: 6px;
}

.hero-arrow{
  width: 374px;
  float: right;
  margin-top: 51px;
}

.gfmc-field div:not(.gchoice){
  padding-bottom: 10px;
}

.gfmc-field:first-child{
  padding-right: 20px!important;
}

.gfmc-field:last-child{
  padding-left: 20px!important;
}

@-webkit-keyframes move {
  50% {
    right: -50px;
  }
}
keyframes move {
  50% {
    right: -50px;
  }
}
@-webkit-keyframes shortmove {
  50% {
    right: -25px;
  }
}
keyframes shortmove {
  50% {
    right: -25px;
  }
}
@-webkit-keyframes leftmove {
  50% {
    left: -10px;
  }
}
keyframes leftmove {
  50% {
    left: -10px;
  }
}

@-webkit-keyframes btnmove {
  50% {background-position: 88% center;}
}
@keyframes btnmove {
  50% {background-position: 88% center;}
}

.btn{
  display: block;
  text-align: left;
  border: 0;
}

.btn a, .btn-style{
  color: #183C23;
  text-decoration: none;
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 700;
  position: relative;
}

.btn a:before, .btn-style:after{
  content: '';
  display: block;
  position: absolute;
  right: -35px;
  top: calc(50% - 7px);
  background: url('../images/arrow-link.svg') no-repeat center;
  background-size: cover;
  width: 26px;
  height: 15px;
}

.btn a:after, .btn-style:before{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: -5px;
  background: url('../images/arrow-underline.svg') no-repeat center;
  background-size: contain;
  width: calc(100% + 40px);
  height: 15px;
}

.yellow .btn a:after{
  background: url('../images/arrow-underline-unfiltered.svg') no-repeat center;
  filter: invert(1);
  background-size: contain;
}

.btn a.sm:after{
  background: url('../images/sm-underline.svg') no-repeat center;
  background-size: contain;
}

.btn a.md:after{
  background: url('../images/md-underline.svg') no-repeat center;
  background-size: contain;
}

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

.btn-style:before{
  bottom: -15px;
}

.btn-style:after{
  display: inline-block;
  position: absolute;
}

.cpt-carousel, .cp-carousel{
  position: relative;
}

.cpt-carousel .slides li .content h2, .post-item .content h2, .cp-carousel ul li .content h2, .content-links .item h3{
  position: relative;
  padding-right: 40px;
}

.cpt-carousel .slides li .content h2:after, .post-item .content h2:after, .post-item.resource h2 a:after,
.cp-carousel ul li .content h2:after, .content-links .item h3:after{
  content: '';
  display: block;
  top: calc(50% - 7px);
  background: url('../images/arrow-link.svg') no-repeat center;
  background-size: cover;
  width: 26px;
  height: 15px;
  display: inline-block;
  position: relative;
  right: -5px;
  display: none;
  margin-left: 0;
}

.post-item a:hover .content h2:after, .post-item.resource h2 a:hover:after,
.cp-carousel ul li a:hover .content h2:after, .content-links .item a h3:after{
  display: inline-block;
}

.btn a:hover:before, .content-row a:hover h3 .arrow-link,
.item a:hover .btn-style:after, .post-item.resource h2 a:hover:after{
  -webkit-animation: linear infinite;
  -webkit-animation-name: move;
  -webkit-animation-duration: 1s;
}

.cpt-carousel .slides li .content h2:after, .post-item .content h2:after, .post-item.resource h2 a:after,
.cp-carousel ul li .content h2:after, .content-links .item a:hover h3:after{
  -webkit-animation: linear infinite;
  -webkit-animation-name: shortmove;
  -webkit-animation-duration: 1s;
}

.zoom{
  overflow: hidden;
}

.zoom img{
  transition: transform .2s;
}

a:hover .zoom img{
  transform: scale(1.15);
}

.module{
  padding: 125px 0;
  position: relative;
}

.module .circle{
  background: url('../images/ccr-circle.svg') no-repeat center;
  background-color: transparent!important;
}

.tcc .has-arrow{
  margin-top: 44px;
}

.tcc .h-curly-arrow{
  float: right;
  margin-right: 0;
}

.content-artwork h2, .block-intro h2, .raffles{
  font-family: 'raffles_bryantregular', sans-serif!important;
  font-size: 3.75em!important;
  line-height: 1.2em!important;
  font-weight: normal;
}

.block-intro h2{
  font-size: 6.25em;
  line-height: 1em;
}

.block-intro h2 strong{
  font-family: interstate, sans-serif;
  font-weight: 700;
  font-size: 0.6em;
  position: relative;
  top: 30px;
}

.icon-pods .block-intro{
  margin-top: -80px;
}

.icon-pods .block-intro h2{
  font-size: 6.25em!important;
}

.icon-pods .item{
  margin-bottom: 60px;
}

.icon-pods .item:nth-child(5), .icon-pods .item:nth-child(9), .icon-pods .item:nth-child(13){
  clear: left;
}

.resources .block-intro h2 strong{
  font-size: 0.7em;
  top: 0;
}

.content-artwork .content{
  padding-left: 60px;
  position: relative;
  z-index: 2;
}

.content-artwork .intro{
  position: relative;
  z-index: 2;
}

.content-artwork .content p{
  font-weight: 400;
  max-width: 420px;
}

.content-image.pos-left_most .content p, .content-image.pos-right_most .content p, .content-artwork.content-image .content p{
  max-width: 540px
}

.content-image.pos-left_under .content{
  margin-top: 35px;
  padding-left: 0!important;
}

.content-image.pos-left_under .content p{
  max-width: 100%;
}

.content-image.pos-left_under .intro{
  margin-bottom: 47px;
}

.content-image.pos-left_under .wp-image{
  padding-left: 135px;
}

.content-artwork.style-rectangular .row:not(.flex-top) .intro{
  margin-top: 113px;
}

.content-artwork.style-rectangular.pos-left .circle{
  top: auto;
  bottom: -100px;
  right: -180px;
}

.content-artwork .wp-image{
  position: relative;
  z-index: 3;
}

.module h2{
  margin-bottom: 15px;
  font-family: interstate, sans-serif!important;
}

.module.content-artwork h2, .module .block-intro h2, .module .raffles{
  font-family: 'raffles_bryantregular', sans-serif!important;
}

.content-artwork .circle{
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: absolute;
  right: -145px;
  top: 67px;
  z-index: 1;
}

.content-artwork.pos-left .circle{
  top: 0;
}

.content-artwork.pos-left .wp-image{
  float: right;
}

blockquote{
  font-size: 3.75em;
  line-height: 1.0667em;
  font-weight: 700;
  position: relative;
  font-style: normal;
}
blockquote p{
  font-size: 1em;
  line-height: inherit;
  margin-bottom: 40px;
  font-weight: 700;
}
blockquote .cite, blockquote :not(p){
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  z-index: 2;
}

.font-small blockquote{
  font-size: 2.25em;
  line-height: 1.1667em;
}

blockquote .cite:before, blockquote :not(p):before{
  content: '';
  display: inline-block;
  float: left;
  width: 70px;
  height: 5px;
  background: url('../images/dash.svg') no-repeat center;
  background-size: cover;
  margin-right: 25px;
  position: relative;
  top: 9px;
}
blockquote:before{
  content: '';
  background: url('../images/quote.svg') no-repeat center;
  background-size: cover;
  width: 126px;
  height: 96px;
  position: absolute;
  top: 0;
}
.testimonial blockquote{
  padding-top: 110px;
}

.testimonial.has-image .content-wrapper{
  padding-right: 60px;
  position: relative;
  bottom: -50px;
}

.testimonial.has-image .btn{
  float: right;
  margin-top: 36px;
  position: relative;
  z-index: 2;
}

.wave{
  width: 100%;
}

.round{
  border-radius: 50%;
}

.testimonial-carousel blockquote{
  font-size: 1.75em;
  line-height: 1.2857em;
  padding-top: 140px;
}

.testimonial-carousel .info{
  float: left;
  width: 100%;
  border-top: 1px solid #9F9E78;
  border-bottom: 1px solid #9F9E78;
  padding: 20px 0;
  display: flex;
  align-items: stretch;
  position: relative;
}

.testimonial-carousel .info .col{
  width: 50%;
  float: left;
}

.testimonial-carousel .info h4{
  margin: 0 0 12px;
}

.testimonial-carousel p.info{
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
  border: 0;
  padding: 0;
  display: block;
  font-weight: 400;
}

.testimonial-carousel p.info:before{
  content: none;
}

.testimonial-carousel .info .col.left{
  padding-right: 46px;
}

.testimonial-carousel .info .col.right{
  border-left: 1px solid #9F9E78;
  padding-left: 58px;
  padding-right: 15px;
}

.testimonial-carousel .info .vheight{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 35px;
}

.cpt-carousel .flex-direction-nav, .testimonial-carousel .flex-direction-nav, .content-carousel .flex-direction-nav, .cp-carousel .flex-direction-nav{
  float: right;
  text-align: right;
  padding: 0!important;
  min-width: 150px;
  position: absolute;
  right: 0;
  top: 0;
}

.cpt-carousel .flex-direction-nav li:first-child, .testimonial-carousel .flex-direction-nav li:first-child, .content-carousel .flex-direction-nav li:first-child,
.cp-carousel .flex-direction-nav li:first-child{
  margin-left: 0;
  float: left;
}

.cpt-carousel .flex-direction-nav li, .testimonial-carousel .flex-direction-nav li, .content-carousel .flex-direction-nav li,
.cp-carousel .flex-direction-nav li{
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 0;
  position: relative;
  top: 0;
}

.module{
  z-index: 2;
}

.testimonial-carousel{
  z-index: 3;
}

.testimonial-carousel + .library-carousel{
  z-index: 4;
}

.module.white{
  background-color: transparent;
}

.tc-icon{
  position: absolute!important;
  left: -50px;
  top: -125px;
  z-index: 9;
}

.module.has-icon .slides{
  position: relative;
  z-index: 10;
}

.module.testimonial-carousel.has-icon{
  padding: 150px 0;
}

footer{
  border-top: 1px solid #10312B;
  padding: 43px 0 0;
  float: left;
  width: 100%;
  background: #FFFDF4;
}

.site-terms{
  float: left;
  width: 100%;
  border-top: 1px solid #10312B;
  padding: 15px 15px 13px;
  margin-top: 50px;
}

footer a{
  color: #10312B;
}

.site-terms ul li{
  display: inline-block;
  position: relative;
}

.site-terms ul li:after{
  content: '';
  display: inline-block;
  background-color: #10312B;
  height: 16px;
  width: 2px;
  position: relative;
  top: 2px;
  margin-left: 10px;
  margin-right: 6px;
}

.site-terms ul li:last-child:after{
  content: none;
}

.site-terms nav, .site-terms .copyright{
  display: inline-block;
  margin: 0 35px;
}

.site-terms .copyright{
  font-weight: 400;
}

footer .logo{
  display: inline-block;
  margin-bottom: 15px;
}

footer p{
  font-weight: 400;
  line-height: 1.375em;
  margin-bottom: 14px;
}

footer .acknowledgment{
  max-width: 270px;
}

footer h3, footer h2.gform_title{
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0 0 14px;
  font-weight: 600;
}

.social-menu{
  margin-top: -4px;
}

.social-menu li, .site-terms ul li{
  font-weight: 500;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea,
form input[type="text"], textarea{
  border: 1px solid #10312B;
  padding: 10px 20px!important;
  font-size: 1em!important;
  line-height: 1.438em;
  color: #10312B;
  font-weight: 700;
}

input:focus, textarea:focus{
  outline: none;
}

.gform_wrapper.gravity-theme .gfield_label{
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400!important;
  line-height: 1em;
}

.gform_wrapper .gfield_required .gfield_required_custom, .gform_wrapper .gfield_required .gfield_required_text{
  text-transform: none;
  letter-spacing: 0;
}

footer form{
  margin-top: -4px;
}

footer .gform_footer, footer .gform_wrapper.gravity-theme .gform_footer{
  padding-bottom: 0!important;
  margin-top: 20px!important;
}

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input,
button,  input[type="submit"]{
  border: 0;
  background-color: transparent;
  padding: 0 40px 0 0;
  float: right;
  font-weight: 700;
  color: #183C23;
  font-size: 1.25em!important;
  background-image: url('../images/arrow-link-green.svg');
  background-repeat: no-repeat;
  background-position: 100%;
  letter-spacing: 2px;
  background-size: 26px;
  margin-bottom: 0!important;
}

footer .gform_footer:before, .gform_wrapper.form-btn-underline_wrapper .gform_footer:before{
  content: '';
  display: block;
  position: absolute;
  min-width: 120px;
  height: 15px;
  right: 2px;
  background: url('../images/sm-underline.svg') no-repeat center;
  background-size: contain;
  bottom: -3px;
}

.gform_wrapper.form-btn-underline_wrapper .gform_footer, .gform_wrapper.gravity-theme.form-btn-underline_wrapper .gform_footer{
  padding-bottom: 0!important;
  margin-top: 20px!important;
}

footer .gform_footer input[type="submit"]:hover, .gform_wrapper.form-btn-underline_wrapper .gform_footer input:hover{
  -webkit-animation: btnmove 1.2s infinite;
  animation: btnmove 1.2s infinite;
}

.gform_wrapper.load-spinner .gform_footer:before, form.load-spinner .gform_footer:before, .gform.form-btn-underline_wrapper.load-spinner .gform_footer:before{
  content: none!important;
}

#hero.layout_2 .content .gform_wrapper h2{
  max-width: 100%!important;
  margin-left: 0;
  text-align: left;
}

.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer{
  justify-content: flex-end;
}

#searchform{
  max-width: 600px;
  margin: 40px auto;
}

#searchform input[type="text"]{
  width: calc(100% - 190px);
  float: left;
  height: 45px;
}

.error404 #hero{
  margin-bottom: 100px;
  padding-top: 80px;
}

.search #hero h1, .search-results #hero h1{
  margin-bottom: 10px;
}

.error404 #hero h4, .search #hero h1, .search-results #hero h1{
  margin-bottom: 0;
}

.search #hero h1, .search-results #hero h1{
  margin-top: 0;
  font-size: 6em!important;
}

.search-results #hero{
  padding-top: 100px;
}

.search-results #hero .txt-center h3{
  margin-bottom: 60px;
}

.search-results #hero .search-item p{
  font-size: 1em;
}

.search-results #hero .search-item .content{
  padding-right: 0;
}

.search-listing{
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
}

.search-item.post-item{
  margin-bottom: 60px;
}

.search-item .featured-image{
  margin-top: 0!important;
}

.search-item .btn{
  display: inline-block;
}

.search-item .inner{
  margin-bottom: 0!important;
}

.modal{
  display: none;
  visibility: hidden;
  opacity: 0;
  outline: none;
  border: 0;
  transition: visibility 0s, opacity 0.3s linear;
}

.modal.show{
  display: flex!important;
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2147483648;
  align-items: center;
}

.modal .modal-dialog {
  width: 100%;
  height: auto;
  max-width: 1305px;
  background: #000;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100vh;
}

.modal .modal-content{
  padding: 100px 80px;
  float: left;
  position: relative;
  width: 100%;
  border-radius: 0;
  background: transparent;
}

.modal .modal-dialog .close{
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: absolute;
  top: 35px;
  right: 35px;
  padding-right: 35px;
  background: transparent;
  font-weight: 500;
  opacity: 1;
}

.modal .modal-dialog .close span{
  background: url('../images/close.svg') no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  border: 0;
  background-size: contain;
  filter: invert(1);
  position: absolute;
  right: 0;
  top: -4px;
}

.modal .modal-dialog .close:hover{
  opacity: 0.9;
  cursor: pointer;
}

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.content-artwork .intro p{
  margin-top: 15px;
}

.content-artwork .content h2{
  margin-bottom: 0;
}

.content-image.pos-left.has-spikes .intro{
  max-width: calc(100% - 40px);
  padding-left: 0;
}

.content-image.pos-left.has-spikes .content p{
  max-width: 100%;
  font-size: 1em;
}

.content-image.content-artwork .content{
  padding-left: 60px
}

.content-image.content-artwork.has-rect_image .content{
  margin-top: 20px;
}

.content-image.pos-left.has-icon .intro, .content-image.pos-left.has-icon .content p{
  max-width: 100%;
}

.content-image.content-artwork.has-rect_image .content p{
  max-width: 100%;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.625em;
}

.content-image.content-artwork.has-rect_image .intro h3, .content-carousel .slides h3{
  font-size: 2.25em;
  font-weight: 700;
}

.content-image.pos-right .wp-image{
  padding-left: 30px;
}

.content-image .rect-img{
  position: absolute;
  bottom: 130px;
}

.content-image.pos-left .rect-img{
  left: 0;
}

.content-image.pos-right .rect-img{
  right: 0;
}

.content-image.content-artwork p{
  font-size: 1.25em;
  line-height: 1.375em;
}

.content-image .ccr-icon{
  position: absolute;
  top: -60px;
}

.content-image.pos-left .ccr-icon{
  left: -282px;
}

.content-image.pos-right .ccr-icon{
  right: -282px;
}

.content-image.has-rect_image .wp-image{
  margin-top: -280px;
}

.content-image.has-rect_image .wp-image.rect-img{
  margin-top: 0;
}

.content-image.has-rect_image{
  padding-bottom: 300px;
}

.content-image.has-rect_image{
  margin-top: 150px;
}

.content-image.pos-push_left .wp-image{
  margin-bottom: 40px;
}

.content-image.pos-push_left .ccr-icon{
  left: auto;
  right: -289px;
  top: 50px;
}

.upright-arrow{
  position: absolute;
  right: 0;
  top: 250px;
}

.content-image .upright-arrow{
  right: -150px;
}

.ccr-icon{
  max-width: 768px;
}

.filter-green, .contact-links li a img, .social-links li a, .btn a:before, .share-this li a, .plus-minus, .content-row h3 .arrow-link, .listing .cpt-meta li:before,
.map-pin h2 a:after, .btn a:before, .btn-style:after, #collapse-fac .cpt-meta li:before, .cpt-carousel .slides li .content h2:after, .post-item .content h2:after, .post-item.resource h2 a:after, .cp-carousel ul li .content h2:after, .content-links .item h3:after{
  filter: invert(13%) sepia(57%) saturate(524%) hue-rotate(119deg) brightness(91%) contrast(92%);
}

.filter-lime, .cpt-meta li:before, .share-this li a:hover, .share-this li .clipboard:hover, .plus-minus:hover, .panel-heading:hover .plus-minus{
  /*filter: invert(86%) sepia(9%) saturate(2438%) hue-rotate(14deg) brightness(97%) contrast(92%);*/
  filter: invert(91%) sepia(70%) saturate(544%) hue-rotate(2deg) brightness(93%) contrast(79%);
}

.filter-dark-lime, .home #hero h1.headline:after, .sidebar .post-list.programs li:before, .btn a:after, .btn-style:before,
footer .gform_footer:before, .gform_wrapper.form-btn-underline_wrapper .gform_footer:before{
  filter: invert(55%) sepia(87%) saturate(1771%) hue-rotate(30deg) brightness(101%) contrast(104%);
}

.filter-white, .green .btn a:before{
  filter: invert(78%) sepia(1%) saturate(2365%) hue-rotate(329deg) brightness(124%) contrast(109%);
}

.filter-pale, .filter-grey{
  filter: invert(99%) sepia(83%) saturate(137%) hue-rotate(349deg) brightness(97%) contrast(92%);
}

.filter-yellow{
  filter: invert(80%) sepia(65%) saturate(5152%) hue-rotate(17deg) brightness(117%) contrast(103%);
}

.filter-blue{
  filter: invert(69%) sepia(55%) saturate(289%) hue-rotate(144deg) brightness(96%) contrast(86%);
}

.module-top-wave{
  width: 100%;
  position: absolute;
  top: -150px;
  left: 0;
  height: 250px;
  background-size: cover;
  background-position: top;
}

.module-bottom-wave{
  width: 100%;
  position: absolute;
  bottom: -150px;
  left: 0;
  height: 270px;
  background-size: cover;
  z-index: 1;
  background-position: bottom;
}

.module.testimonial .module-bottom-wave{
  max-height: 220px;
}

.module.content-artwork .container{
  min-height: 350px;
}

.module.content-artwork.content-image .module-bottom-wave{
  bottom: -180px;
}

.module.data .module-top-wave{
  height: 112px;
  top: -80px;
}

.module.data.has-top_wave, .module.tcc.has-top_wave, #hero + .module.staff.has-wave{
  margin-top: 100px;
}

.module.data.has-bottom_wave{
  margin-bottom: 180px;
}

.module.testimonial .module-top-wave, .module.tcc .module-top-wave{
  background-position: right;
  height: 160px;
  top: -80px;
}

.module.content-links.has-top_wave .module-top-wave{
  height: 150px;
  top: -100px;
}

.module.testimonial.has-top_wave{
  margin-top: 240px;
}

.module.testimonial.has-bottom_wave + .current-programs{
  margin-top: 120px;
}

.module.tcc.has-bottom_wave, #post-entry.program-details, .module.testimonial-carousel.has-bottom_wave:not(.white){
  margin-bottom: 120px;
}

.module.icon-pods.has-bottom_wave{
  padding-bottom: 0;
}

.module.icon-pods .module-bottom-wave{
  height: 160px;
  bottom: -100px;
}

.module.icon-pods .module-bottom-wave, .module.tcc .module-bottom-wave, .module.staff .module-top-wave{
  background-position: left;
}

.module.form.two_column .module-bottom-wave{
  background-position: left bottom;
}

.module.form.two_column.has-bottom_wave{
  padding-bottom: 125px;
}

.module.form{
  padding-bottom: 50px;
}

.module.form .module-top-wave{
  background-position: top right;
  height: 150px;
  top: -100px;
}

.module.form .module-bottom-wave{
  height: 150px;
  bottom: -140px;
}

.module.form.two_column .module-top-wave{
  background-position: center;
}

.content-artwork.green .intro h3, .data.green .block-intro h3{
  color: #D3D655;
}

.module.staff.has-wave{
  padding-top: 50px;
}

.module.staff.has-wave.green{
  padding-bottom: 200px;
}

.single-programs #form, .page-template-page-core-program #form{
  margin-bottom: 100px;
}

.module.content-pods.has-bottom_wave + .module{
  padding-top: 225px;
}

.module.staff.lime .module-top-wave{
  background-position: center;
}

.module.staff.has-wave:last-child{
  padding-bottom: 50px;
}

.icon-pods .item .head{
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.icon-pods .head .image-wrapper{
  width: 60px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-pods .head .title-wrapper{
  width: calc(100% - 60px);
  float: left;
  padding-left: 15px;
}

.icon-pods .item h2{
  font-size: 2.625em;
  line-height: 1.2em;
  font-family: 'raffles_bryantregular', sans-serif!important;
  margin: 0;
  font-weight: normal;
}

.icon-pods .item .head p{
  margin: 0;
}

.icon-pods .content p{
  font-weight: 400;
}

.icon-pods .content p:last-child{
  margin-bottom: 0;
}

.icon-pods .intro{
  margin-bottom: 80px;
  margin-top: -40px;
}

.image-pods .item h2{
  font-size: 1.5em;
  line-height: 1.1667em;
  margin-bottom: 30px;
}

.image-pods .image-wrapper{
  margin-bottom: 20px;
}

.block-intro{
  margin-bottom: 40px;
}

.testimonial:not(.has-image) blockquote{
  padding-top: 42px;
  padding-left: 157px;
}

.testimonial:not(.has-image) blockquote:before{
  left: 0;
}

.tcc.layout_3 .layout-arrow{
  float: left;
  position: absolute;
  left: -170px;
}

.tcc.layout_3 .wp-image{
  float: right;
  margin-right: 25px;
}

.tcc.layout_3 p{
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.4em;
}

.tcc.layout_3 .has-arrow{
  margin-top: -35px;
}

.tcc.layout_3 .content{
  margin-bottom: 90px;
  padding-right: 25px;
}

.tcc .intro{
  margin-bottom: 10px;
}

.tcc.has-wave{
  margin-top: 100px;
}

.tcc .ccr-icon{
  position: absolute;
  bottom: 0;
  left: -207px;
  opacity: 0.075;
  filter: brightness(8) invert(1);
  z-index: 11;
}

.tcc .ccr-icon.top_left{
  bottom: auto;
  top: -200px;
  width: 896px;
  left: -409px;
}

.tcc .ccr-icon.bottom_right{
  left: auto;
  right: -220px;
  max-width: 450px;
}

.heading-underline{
  font-size: 3.75em;
  line-height: 1.25em;
  padding-bottom: 20px;
  margin-bottom: 45px!important;
  text-align: center;
  position: relative;
}

.heading-underline .hu{
  width: 90px;
  height: 11px;
  background: url('../images/hu.svg') no-repeat center;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.staff.post-item{
  margin-bottom: 80px;
}

.staff.post-item .content{
  text-align: center;
  margin-top: 40px;
}

.staff.post-item h3{
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0 0 5px;
  position: relative;
  display: inline-block;
}

.staff.post-item h3{
  position: relative;
}

.staff.post-item p{
  float: left;
  width: 100%;
}

.staff.post-item h3:after{
  content: '';
  width: 0;
  height: 1px;
  background: #10312B;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.green .staff.post-item h3:after{
  background: #fff;
}

.staff.post-item a:hover h3:after{
  width: 100%;
}

#post-entry{
  padding: 120px 0 140px;
  position: relative;
}

.contact-links{
  list-style: none;
  margin: 0 0 20px;
  float: left;
  width: 100%;
}

.contact-links li{
  font-weight: normal;
  width: 100%;
  float: left;
  margin-bottom: 5px;
}

.contact-links li a{
  color: #10312B;
  text-decoration: underline;
  display: flex;
  font-weight: 500;
}

.contact-links li a .icon-wrapper{
  width: 24px;
  height: auto;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-links li a img{
  max-width: 100%;
  min-width: 24px;
  max-height: 24px;
}

.contact-links li.web a{
  line-height: 1.35em;
}

.contact-links li.web .icon-wrapper{
  align-items: flex-start;
  padding-top: 2px;
}

.contact-links li a{
  word-break: break-all;
}

.bio .profile-photo{
  margin-bottom: 25px;
}

#post-entry.bio h1{
  border-top: 1px solid #10312B;
  border-bottom: 1px solid #10312B;
  margin: 0;
  padding: 20px 0;
  font-size: 2.625em;
  line-height: 1.25em;
}

#post-entry.bio .subheading{
  float: left;
  width: 100%;
  border-bottom: 1px solid #10312B;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

#post-entry.bio .subheading div{
  display: inline-block;
  margin: 10px 25px 10px 0;
}

#post-entry.bio .subheading .languages{
  position: relative;
  padding-left: 25px;
  text-transform: capitalize;
}

#post-entry.bio .subheading .languages:before{
  width: 1px;
  height: 28px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  background: #10312B;
  height: 100%;
}

#post-entry.bio .box{
  padding: 40px;
  margin: 40px 0;
}

#post-entry.bio .box blockquote{
  font-size: 1.5em;
  padding-left: 50px;
  padding-top: 8px;
}

#post-entry.bio .box blockquote:before{
  width: 36px;
  height: 27px;
  left: 0;
}

#post-entry.bio .box h3{
  font-weight: 700;
  margin-bottom: 0;
}

#post-entry.bio .box h4{
  margin-bottom: 10px;
}

#post-entry.bio .box-item{
  margin-bottom: 40px;
}

#post-entry.bio .box-item:last-child{
  margin-bottom: 0;
}

#post-entry.bio .box-item .org-list{
  padding-left: 20px;
}

.social-links li{
  font-size: 0;
  margin: 0 15px 15px 0;
  float: left;
  display: inline-block;
}

.social-links li a{
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.social-links li.fb a{
  background-image: url('../images/fb.svg');
  background-size: contain;
}

.social-links li.yt a{
  background-image: url('../images/youtube.svg');
  background-size: contain;
}

.social-links li.ig a{
  background-image: url('../images/ig.svg');
  background-size: contain;
}

.social-links li.tt a{
  background-image: url('../images/twitter.svg');
  background-size: contain;
}

.social-links li.linkedin a, .social-links li.li a{
  background-image: url('../images/linkedin.svg');
  background-size: contain;
}

.module.current-programs{
  padding-bottom: 40px;
}

.current-programs .block-intro h3, .content-pods-carousel .block-intro h3{
  font-weight: bold;
  font-size: 2.625em;
  line-height: 1.05em;
  margin: 0;
}

.current-programs .block-intro h2, .content-pods-carousel .block-intro h2{
  font-size: 3.375em;
  line-height: 1em;
  margin: 0 0 20px;
}

.cpt-meta{
  list-style: none;
  margin: 0;
  padding: 0!important;
}

.cpt-meta li{
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.4em;
}

.cpt-meta li:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
}

.cpt-meta li.type{
  text-transform: capitalize;
}

.cpt-meta li.date{
  text-transform: uppercase;
}

.cpt-meta li.date:before{
  background: url('../images/cal.svg') no-repeat center;
  background-size: cover;
}

.cpt-meta li.onsite:before, .cpt-meta li.facilitator:before{
  background: url('../images/onsite.svg') no-repeat center;
  background-size: cover;
  width: 19px;
  left: 2px;
}

.cpt-meta li.onsite.pin:before{
  background: url('../images/location.svg') no-repeat center;
  background-size: cover;
  width: 18px;
  height: 22px;
  left: 2px;
  top: -2px;
}

.cpt-meta li.language{
  text-transform: capitalize;
}

.single .cpt-meta li.type.onsite{
  padding-left: 35px;
}

.cpt-meta li.hybrid:before{
  background: url('../images/hybrid.svg') no-repeat center;
  background-size: cover;
  width: 28px;
  left: 0;
}

.cpt-meta li.online:before{
  background: url('../images/online.svg') no-repeat center;
  background-size: cover;
  height: 19px;
  top: 3px;
}

.cpt-meta li.location:before{
  background: url('../images/location.svg') no-repeat center;
  background-size: cover;
  width: 15px;
  height: 18px;
}

.cpt-meta li.language:before, .single-facilitators .subheading .languages span, .single-staff .subheading .languages span,
.author .subheading .languages span{
  background: url('../images/language.svg') no-repeat center;
  background-size: cover;
  width: 18px;
  height: 18px;
}

.single .subheading .languages, .author .subheading .languages{
  padding-left: 50px!important;
}

.single .subheading .languages span, .author .subheading .languages span{
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  top: 3px;
  left: 25px;
}

.cpt-meta li.book:before, .cpt-meta li.parker-palmer:before, .cpt-meta li.book-parker-palmer:before{
  background: url('../images/book.svg') no-repeat center;
  background-size: cover;
  width: 18px;
  height: 24px;
  top: -1px;
}

.cpt-meta li.insight:before{
  background: url('../images/insight.svg') no-repeat center;
  background-size: cover;
  width: 24px;
  height: 20px;
  top: 2px;
}

.cpt-meta li.download:before{
  background: url('../images/download.svg') no-repeat center;
  background-size: cover;
  width: 24px;
  height: 23px;
}

.cpt-meta li.video:before{
  background: url('../images/video.svg') no-repeat center;
  background-size: cover;
  width: 24px;
  height: 24px;
}

.cpt-meta li.document:before, .cpt-meta li.research:before{
  background: url('../images/document.svg') no-repeat center;
  background-size: cover;
  width: 18px;
  height: 24px;
  top: -1px;
}

.resources.module .cpt-meta li.video:before{
  background: url('../images/video-film.svg') no-repeat center;
  background-size: cover;
  width: 24px;
  height: 22px;
}

.cpt-meta li.insight{
  padding-left: 35px;
}

.cpt-meta li.location, .cpt-meta li.language, .cpt-meta li.book, .cpt-meta li.document, .cpt-meta li.research, .cpt-meta li.parker-palmer, .cpt-meta li.book-parker-palmer{
  padding-left: 30px;
}

.cpt-meta li.location:before, .cpt-meta li.language:before{
  top: 2px;
}

.cpt-meta li a:hover{
  text-decoration: underline;
}

.cpt-carousel .slides li a, .post-item a, .pod-item a, .cp-carousel ul li a{
  color: #10312B;
}

.cpt-carousel .slides li h2, .cp-carousel ul li h2, .post-item h2, .pod-item h2, .cp-carousel ul li h2{
  font-size: 1.5em;
  line-height: 1.25em;
  margin: 0 0 10px;
}

.cpt-carousel .slides li .image-wrapper, .cp-carousel ul li .image-wrapper, .post-item .image-wrapper, .pod-item .image-wrapper, .cpt-carousel .video-wrapper,
.search-item .video-wrapper{
  margin-bottom: 20px;
}

.cpt-carousel .slides li a:hover, .post-item a:hover{
  text-decoration: none;
}

.control-wrap{
  position: relative;
  top: 0;
  float: right;
  max-width: 50%;
  width: 100%;
  text-align: right;
  background: #FFFDF4;
  z-index: 2;
}

.current-programs .block-intro{
  margin-top: 129px;
}

.cpt-carousel .flex-viewport, .cp-carousel .flex-viewport{
  float: left;
  width: 100%;
}

.gtai .item .wp-image{
  max-width: calc(100% - 60px);
  margin: 0 auto;
}

.gtai .item{
  margin-top: 75px;
  margin-bottom: 75px;
}

.gtai.green .item h2{
  color: #D3D655;
  margin-bottom: 20px;
}

.gtai .item .inner{
  padding-left: 60px;
  max-width: 520px;
}

.gtai .block-intro{
  margin-bottom: 0;
}

.gtai .block-intro h2{
  font-size: 6.25em!important;
}

.gtai .block-intro h3{
  font-size: 3.75em;
  font-weight: bold;
  line-height: 0.75em;
  margin: 0 0 10px;
}

.cp-carousel{
  padding: 20px 0;
  float: left;
  width: 100%;
}

.cp-carousel .pager{
  top: -92px!important;
}

.cp-carousel .flex-direction-nav{
  top: -80px;
}

.flex-direction-nav a.flex-prev:focus, .flex-direction-nav a.flex-next:focus{
  outline: none;
}

#search-bar{
  float: left;
  width: 100%;
  margin-bottom: 70px;
}

#search-bar h2{
  margin: 0 0 40px;
}

#search-bar label{
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}

#search-bar .field-group{
  float: left;
  width: calc(20% - 40px);
  margin: 0 40px 30px 0;
  position: relative;
  font-size: inherit;
  color: #10312B;
  box-shadow: none;
  border-radius: 0;
  max-height: 80px;
  background: transparent;
  overflow: inherit;
}

#search-bar.facilitator .field-group.action{
  width: 20%;
  margin-top: 20px;
  padding-left: 40px;
}

#search-bar.facilitator .field-group.action button{
  width: 100%;
}

#search-bar .field-group.keyword{
  margin-right: 0;
  width: 20%;
}

#search-bar .field-group.action{
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
}

#search-bar .field-group input, #search-bar .field-group select, #search-bar .nice-select{
  width: 100%;
  border: 0!important;
  border-bottom: 1px solid #10312B!important;
  font-weight: bold;
  padding: 10px 0!important;
  background-color: transparent;
  line-height: 1em;
  height: 40px!important;
}

::-webkit-input-placeholder {
  color: #10312B;
  font-style: normal;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #10312B;
  font-style: normal;
  font-weight: 400;
}

::placeholder {
  color: #10312B;
  font-style: normal;
  font-weight: 400;
}

.nice-select .current{
  font-weight: 400;
}

.gform_wrapper.gravity-theme .gfield textarea.large{
  height: 223px!important;
}

#search-bar button, #hero.layout_4 .button, .form.module .gform_footer input, .button-block, .ls-form input[type="submit"], #searchsubmit{
  background: #10312B;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.88px;
  font-size: 0.875em!important;
  font-weight: normal;
  padding: 13px!important;
  line-height: 1.25em;
  min-width: 175px;
  text-align: center;
  border: 1px solid #10312B;
  text-decoration: none;
  min-height: 45px;
  border-radius: 0!important;
}

#search-bar button:hover, #hero.layout_4 .button:hover, .form.module .gform_footer input:hover, .button-block:hover, .ls-form input[type="submit"]:hover, #searchsubmit:hover{
  background-color: #255A50;
  color: #fff;
  text-decoration: none;
  border-color: #255A50;
}

.button-block.invert{
  background: transparent;
  color: #10312B;
}

.button-block.invert:hover{
  background: #D3D655;
  color: #10312B;
}

.sidebar .button-block{
  min-width: 205px;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
}

.post-item{
  margin-bottom: 30px;
}

.post-item a{
  display: block;
}

.post-item .focus-areas{
  margin-top: 10px;
}

ul.focus-areas{
  list-style: none;
  padding: 0!important;
  margin: 0 0 20px;
  float: left;
  width: 100%;
}

ul.focus-areas li{
  display: inline-block;
  float: left;
  font-weight: 400;
  margin: 0 10px 10px 0;
  font-size: 0.85em;
  line-height: 1em;
}

ul.focus-areas li a{
  background: #EEEDDB;
  border-radius: 12px;
  display: block;
  color: #10312B;
  font-weight: 400;
  text-decoration: none!important;
  padding: 5px 12px 6px;
}

ul.focus-areas li a:hover{
  background: #D3D655;
  color: #10312B;
}

.cpt-meta.full li{
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}

#post-entry h1{
  display: block;
  float: left;
  width: 100%;
}

.program-details h1{
  font-size: 2.625em;
  line-height: 1.25em;
  padding: 0 0 20px;
  border-bottom: 1px solid #10312B;
  margin-top: 0;
  margin-bottom: 20px;
}

.program-details p.brief{
  float: left;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #10312B;
  font-size: 1.25em;
  line-height: 1.4em;
}

.program-details .image-wrapper{
  margin: 30px 0 68px;
}

.program-details .image-wrapper img{
  width: 100%;
}

.program-details .sidebar, .program-details .content{
  border-top: 1px solid #10312B;
  padding-top: 40px;
}

#post-entry li{
  font-weight: 400;
}

#post-entry .content ul{
  padding-left: 30px;
  margin-bottom: 20px;
}

#post-entry .content ul li{
  margin-bottom: 10px;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer{
  padding-top: 0!important;
  margin-top: 0!important;
  position: relative;
}

.gform_wrapper .gform_validation_errors{
  background: transparent!important;
  border: 0!important;
  box-shadow: none!important;
  padding: 0 0 0 35px!important;
  margin: 0 0 10px!important;
  font-size: 1.25em!important;
  line-height: 1.25em!important;
}

.gform_wrapper .gfield_error label{
  color: #10312B!important;
}

.gform_wrapper .gform_validation_errors>h2{
  font-size: 1em!important;
  line-height: 1.25em!important;
  color: #C74928!important;
}

.gform_wrapper .gfield_error .gfield_description.gfield_validation_message{
  color: #C74928!important;
  font-weight: 400!important;
  font-style: italic!important;
  margin-top: 3px!important;
}

.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error textarea{
  border-color: #C74928!important;
}

footer .gform_validation_errors{
  display: none!important;
}

.gform_wrapper .gform_validation_errors>h2 .gform-icon{
  left: 0!important;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message{
  background: transparent!important;
  border: 0!important;
  padding: 0!important;
  margin: -7px 0 0!important;
  font-weight: 500!important;
}

.pod-item .content a{
  font-weight: 500;
}

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

.content-pods .block-intro h3, .map .block-intro{
  margin-bottom: 0;
}

#post-entry .statement{
  border-top: 1px solid #10312B;
  padding-top: 30px;
  float: left;
  width: 100%;
}

#post-entry .statement.scho{
  border: 0;
  padding-top: 0;
}

.statement p{
  font-weight: 400;
  font-style: italic;
}

.sidebar h3, .sidebar ul.dates li{
  font-size: 1.25em;
  line-height: 1.25em;
  margin-bottom: 20px!important;
  font-weight: 700;
}

.sidebar h3.onsite, .sidebar h3.hybrid{
  margin-bottom: 5px!important;
}

.sidebar ul.dates li{
  margin-bottom: 5px!important;
}

.sidebar ul.dates{
  margin-bottom: 20px!important;
}

.sidebar h3 a{
  color: #10312B;
}

.sidebar h4{
  line-height: 1.25em;
  margin-bottom: 5px;
}

.cap{
  text-transform: capitalize;
}

.sidebar ul.dates{
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.sidebar ul.dates li{
  margin-bottom: 5px;
  font-weight: 700!important;
}

.share-this{
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.share-this h2{
  margin-bottom: 12px!important;
}

.share-this li a{
  display: block;
  width: 32px;
  height: 32px;
}

.share-this li{
  float: left;
  margin-right: 15px;
  margin-bottom: 10px!important;
  position: relative;
}

.share-this li.fb{
  margin-right: 10px;
  margin-top: 2px;
}

.share-this li.fb a{
  width: 18px;
}

.share-this li:last-child{
  margin-right: 0;
}

.share-this li a.facebook{
  background-image: url('../images/fb2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 14px;
}

.share-this li a.twitter{
  background-image: url('../images/tt2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.share-this li a.email{
  background-image: url('../images/email2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.share-this li .clipboard{
  background-image: url('../images/link.svg');
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  width: 29px;
  height: 29px;
}

.share-this li a:hover, .share-this li .clipboard:hover{
  cursor: pointer;
}

.clipboard-tooltip{
  display: none;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border-radius: 5px;
  padding: 2px 7px;
  position: absolute;
  font-size: 0.8em;
  width: 176px;
  right: 0;
  top: 35px;
}

#post-entry table{
  width: 100%;
  text-align: left;
}

#post-entry table th, #post-entry table td{
  border: 1px solid #10312B;
  padding: 5px 10px;
}

.accordion{
  padding: 30px 0 80px;
}

.accordion .wrapper{
  max-width: 480px;
  margin: 0 auto;
}

#accordion.panel-group{
  text-align: left;
  margin-top: 20px;
}

#accordion.panel-group h3{
  font-size: 1.5em;
  font-weight: 700;
}

.accordion-item{
  border-bottom: 1px solid #10312B;
}

.panel-default{
  border-top: 1px solid #10312B;
  padding-bottom: 0;
}

.panel-default:last-child{
  border-bottom: 1px solid #10312B;
}

.panel-title{
  margin: 0!important;
  padding: 22px 25px 22px 0;
  position: relative;
  transition: all .4s cubic-bezier(.33,.005,.125,1.005) 150ms;
}

.panel-body{
  padding-bottom: 30px;
}

.panel-body img{
  max-width: 100%;
  height: auto;
}

.panel-body ul, .panel-body ol{
  padding-left: 20px;
}

.panel-group .panel-heading:hover, .panel-group .panel-heading,
.panel-group .panel-heading h4.panel-title{
  cursor: pointer;
}

.panel-group .panel-heading h4.panel-title:hover{
  color: #10312B;
}

.collapse{
  display: none;
}

.collapse.in, .collapse.show{
  display: block;
}

.collapsing{
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration:.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.panel-heading{
  position: relative;
}

.plus-minus{
  cursor: pointer;
  height: 20px;
  position: absolute!important;
  width: 20px;
  right: 25px;
  top: 24px;
  background: url('../images/minus.svg') no-repeat center;
  background-size: 20px;
}

.panel-heading.collapsed .plus-minus {
  background: url('../images/plus.svg') no-repeat center;
  background-size: cover;
}

.program-facilitators{
  margin-top: 40px;
  border-top: 1px solid #10312B;
}

.program-facilitators .panel-body{
  padding-bottom: 0;
}

#collapse-fac .post-item{
  margin-bottom: 10px;
}

#collapse-fac .post-item .image-wrapper{
  margin: 0 0 15px;
}

#collapse-fac .post-item .content{
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
  float: left;
  width: 100%;
  text-align: left;
}

#collapse-fac .post-item h3{
  font-size: 1.125em;
}

.wrapper-bl{
  border-left: 1px solid #10312B;
  padding-left: 80px;
  margin-left: 20px;
}

.wrapper-bl #accordion{
  padding: 15px 0 0;
  margin: 0;
}

.content-links .block-intro h1, .content-links .block-intro h2, .content-links .block-intro h3,
.content-links .block-intro h4, .content-links .block-intro h5, .content-links .block-intro h6,
.content-links .block-intro p, .content-links .block-intro blockquote, .content-links .block-intro ul{
  max-width: 455px;
}

.content-links .block-intro p{
  padding-right: 45px;
}

.content-row-wrapper{
  margin: 120px 0 0;
}

.content-row{
  list-style: none;
  margin: 0 -30px;
  padding: 0;
}

.content-row.has-cb-2, .content-row.cb-2{
  width: 50%;
  margin: 0;
  padding: 0 30px;
  float: left;
}

.content-row.has-cb-2 li, .content-row.cb-2 li{
  padding: 0;
}

.content-row li{
  float: left;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 20px;
}

.content-row li:nth-child(odd){
  clear: left;
}

.content-row li a{
  color: #10312B;
}

.content-image li h3{
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.25em;
  margin: 0 0 5px;
  position: relative;
}

.content-row h3 .arrow-link{
  background: url('../images/arrow-link.svg') no-repeat center;
  width: 26px;
  height: 15px;
  background-size: cover;
  display: inline-block;
  margin-left: 10px;
  position: relative;
}

.content-row a:hover{
  text-decoration: none;
  cursor: pointer;
}

.single-programs #form .block-intro{
  max-width: 630px;
  margin: 0 auto 40px;
}

.form.module .gform_confirmation_wrapper{
  text-align: center;
}

footer .gform_confirmation_wrapper{
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: 700;
}

.form.narrow .block-intro{
  max-width: 450px;
  margin: 0 auto 40px;
}

.form .gform-body{
  margin-bottom: 40px;
}

.program-details.core{
  position: relative;
}

.core-icon{
  position: absolute;
  right: -137px;
  top: 208px;
  width: 622px;
}

.content-artwork.pos-left.style-rounded .circle{
  right: auto;
  left: -87px;
  top: 30px;
}

.content-artwork.pos-left.style-rounded .wp-image{
  position: relative;
  z-index: 2;
}

.content-artwork.pos-left.style-rounded .row{
  display: flex;
  align-items: center;
}

.acf-map {
  width: 100%;
  height: 623px;
  border: 0;
  margin: 60px 0;
}

.acf-map img {
  max-width: inherit !important;
}

.module.map .acf-map{
  height: 652px;
  margin: 20px 0;
}

.gm-style .gm-style-iw-c{
  border: 1px solid #10312B;
  border-radius: 0!important;
  padding: 0!important;
  box-shadow: none!important;
  font-size: 16px!important;
  font-weight: 400!important;
}

.gm-style .gm-style-iw-d{
  overflow: hidden!important;
}

.gm-style .gm-style-iw-t::after{
  display: none;
}

.map-pin .content{
  float: left;
  width: 100%;
  background: #FFFDF4;
}

.map-pin .image-wrapper{
  float: left;
  width: 245px;
}

.map-pin .image-wrapper img{
  max-width: 100%;
  height: auto;
  width: 100%;
}

.map-pin .content-wrapper{
  width: 358px;
  float: left;
  padding: 23px 30px;
  background-color: #FFFDF4;
  position: relative;
  min-height: 245px;
}

.map-pin .content-wrapper .fps.plain{
  bottom: 15px;
}

.map-pin .content a{
  color: #10312B;
  outline: none;
}

.map-pin a:focus{
  outline: none;
}

.map-pin h2{
  font-size: 1.25em;
  line-height: 1.3em;
  margin: 0 0 10px;
}

.map-pin h2{
  position: relative;
}

.map-pin h2 a:after{
  content: '';
  display: inline-block;
  background: url('../images/arrow-link.svg') no-repeat center;
  background-size: cover;
  width: 26px;
  height: 15px;
  margin-left: 9px;
}

.map-pin .cpt-meta{
  margin-bottom: 15px;
}

.library .cpt-meta li, .library-carousel .cpt-meta li{
  text-transform: uppercase;
  letter-spacing: 2px;
}

#post-entry.library h1{
  font-size: 2.625em;
  line-height: 1.1429em;
  margin: 0 0 10px;
}

.library .authors{
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.library .authors p{
  line-height: 1.5em;
  margin-bottom: 10px;
}

.library .intro .brief{
  font-size: 1.25em;
  line-height: 1.4em;
  font-style: italic;
  font-weight: 400;
}

.library .share-this{
  margin-top: 30px;
}

.library .content-wrapper{
  border-top: 1px solid #10312B;
  border-bottom: 1px solid #10312B;
  padding: 40px 0 20px;
  margin-top: 60px;
  float: left;
  width: 100%;
}

.library blockquote{
  font-size: 2.25em;
  padding-top: 75px;
}

.library .pullquote blockquote{
  max-width: 350px;
  float: right;
  text-align: left;
  padding-right: 30px;
}

.library blockquote:before{
  width: 78px;
  height: 60px;
}

.button-group{
  float: left;
  width: 100%;
  margin-top: 20px;
}

.button-group a{
  margin: 0 20px 20px 0;
  display: inline-block;
}

.testimonial.has-wave{
  padding-top: 0;
  padding-bottom: 0;
}

.testimonial.has-image .wp-image{
  margin-top: -300px;
}

.testimonial-wave{
  margin-top: 130px;
}

.testimonial-wave.bottom{
  margin-top: 0;
}

footer .gfield_label{
  text-transform: none!important;
  letter-spacing: 0!important;
}

.item a{
  color: #10312B;
}

.item a:hover{
  text-decoration: none;
}

.green .item a{
  clear: #fff;
}

#hero.double-ccr-icon{
  padding: 0 0 60px;
  margin-top: 100px;
}

#hero.double-ccr-icon .content{
  max-width: 620px;
  margin: 0 auto;
  padding-right: 0;
}

#hero.double-ccr-icon .content h1{
  margin-bottom: 15px;
}

#hero.double-ccr-icon .hero-icon.left{
  right: auto;
  left: -261px;
  width: 521px;
  top: 0;
  bottom: auto;
  z-index: 20;
}

#hero.double-ccr-icon.green .hero-icon.left, #hero.double-ccr-icon.lime .hero-icon.left{
  top: 92px;
}

#hero.double-ccr-icon .hero-icon.right{
  right: -118px;
  width: 378px;
  bottom: auto;
  top: 270px;
  z-index: 3;
}

.green.intro-lime .block-intro *{
  color: #D3D655;
}

.content-carousel .block-intro h3{
  margin-bottom: 0;
}

.content-carousel .content-carousel-item{
  padding: 0 50px;
}

.content-carousel .slides li{
  padding-bottom: 15px;
  height: 100%;
  position: relative;
}

.content-carousel .flex-direction-nav{
  top: auto;
  bottom: 0;
}

.content-carousel .control-wrap{
  position: absolute;
  bottom: 50px;
  background: transparent;
  right: 0;
  top: auto;
}

.content-carousel .progress_bar_container{
  position: absolute;
  bottom: 71px;
  border-bottom: 1px solid #10312B50;
}

.content-carousel.green .progress_bar_container{
  border-color: #ffffff50;
}

.content-carousel .slides li .content{
  padding-bottom: 100px;
  padding-top: 46px;
}

.content-carousel .flex-direction-nav{
  position: absolute;
  bottom: 0;
}

.content-carousel .flex-direction-nav li, #hero.welcome .flex-direction-nav li{
  display: inline-block;
  margin: 0 0 0 60px;
}

.content-carousel .flex-direction-nav li:first-child, #hero.welcome .flex-direction-nav li:first-child{
  margin-left: 0;
}

.content-carousel .flex-bottom .flex-direction-nav{
  margin-top: 35px;
  padding-top: 35px;
}

.content-carousel.green .flex-direction-nav{
  border-top-color: #ffffff50;
}

.content-carousel .cc-item{
  margin-top: 100px;
  margin-bottom: 170px;
}

.content-carousel.no-top-pad .cc-item{
  margin-top: 0;
}

#hero.welcome h1, #hero.welcome h2{
  font-size: 3.25em;
  line-height: 1.325em;
}

#hero.welcome .content-carousel-item{
  padding: 120px 75px 20px;
}

#hero.welcome .flex-direction-nav{
  margin-top: -19px;
  max-width: 640px;
  text-align: right;
}

#hero.welcome .control-wrap{
  position: absolute;
  top: auto;
  bottom: 70px;
  background: transparent;
  max-width: 643px;
}

.content-carousel-item-1, .content-carousel-item-2, .content-carousel-item-3{
  position: relative;
}

.module .content .btn + .btn{
  margin-top: 30px;
}

.content-image.content-video.pos-left .intro{
  padding-left: 0;
}

.content-image.content-video .content p{
  font-size: 1em;
  line-height: 1.625em;
}

.tcc.layout_4.has-arrow{
  padding-top: 0;
}

.relative{
  position: relative;
}

.tcc .arrow-downleft{
  position: absolute;
  top: -60px;
  left: 8%;
}

#hero.layout_3.has-video.flt{
  padding-bottom: 80px;
}

#hero.layout_3.has-video.flt .content{
  padding-right: 0;
}

.data.module .primary .data{
  margin-top: 32px;
}

ul.data{
  list-style: none;
  padding: 0!important;
  margin: 0 -30px 20px;
  float: left;
  width: 100%;
}

ul.data li{
  float: left;
  width: 50%;
  margin-bottom: 10px;
  padding: 0 30px;
}

ul.data li p{
  margin-bottom: 25px;
}

.data h2{
  font-size: 3.75em;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.05em;
}

.secondary .data{
  margin: 0 0 20px;
}

.secondary .data li{
  width: 100%;
  padding: 0;
  display: flex;
}

.secondary .data ol{
  list-style: none;
  counter-reset:  list-number;
  padding: 0;
}

.secondary .data li{
  counter-increment: list-number;
  position: relative;
  padding-left: 100px;
  font-weight: 400;
  margin-bottom: 25px;
}

.secondary .data li:before{
  content: counter(z) counter(list-number);
  font-size: 3.75em;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.05em;
  position: absolute;
  left: 0;
  top: -5px;
}

.secondary .data li h2{
  float: left;
  display: inline-block;
  margin-right: 35px;
}

.data.module li{
  font-weight: 400;
}

.module ul, .module ol{
  padding-left: 30px;
}

.module ul li, .module ol li{
  margin-bottom: 15px;
}

.data .secondary .block-intro.header{
  margin-bottom: 20px;
}

.data .secondary{
  position: relative;
  padding-top: 180px;
}

.data-arrow{
  position: absolute;
  left: 120px;
  max-width: 338px;
  top: -70px;
}

.data .secondary .block-intro, .data .secondary .data{
  padding-left: 50px;
  padding-right: 50px;
}

.content-artwork.circle-pos-top_left .circle{
  bottom: auto!important;
  top: 30px!important;
  left: -125px!important;
  right: auto!important;
}

.content-artwork.style-rounded.circle-pos-default.pos-right .circle{
  top: 0;
}

.staff.module .post-item{
  float: none;
  display: inline-block;
}

.wp-image{
  image-rendering: -moz-crisp-edges;  
  image-rendering:   -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.fac-programs{
  float: left;
  width: 100%;
  border-top: 1px solid #10312B;
  padding: 30px 0 0;
}

.fac-programs ul{
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.fac-programs li{
  float: left;
  width: 100%;
  margin: 0 0 40px;
}

.fac-programs li:last-child, #post-entry.bio .box:last-child{
  margin-bottom: 0;
}

.fac-programs h2{
  font-size: 1.5em;
  margin-bottom: 30px;
}

.fac-programs .post-item h2{
  font-size: 1.25em;
  margin-bottom: 10px;
}

.fac-programs .post-item .image-wrapper{
  margin-bottom: 12px;
}

.fac-programs .cpt-meta{
  padding-left: 0!important;
  margin-bottom: 0!important;
}

.sidebar .social-links{
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.static{
  position: static;
}

.core-program-hero{
  margin-top: 35px;
  margin-bottom: 375px;
}

.core-program-hero .brief{
  border-top: 1px solid #9F9E78;
  border-bottom: 1px solid #9F9E78;
  padding: 20px 0;
  margin-top: 20px;
}

.core-program-hero .brief p{
  margin-bottom: 0!important;
}

#hero.core-program-hero .featured-image{
  position: absolute;
  margin-top: 0;
  top: -100px;
  z-index: 3;
  width: calc(100% - 60px);
}

#hero.core-program-hero .hero-wave{
  position: absolute;
}

#hero.core-program-hero .content{
  margin-bottom: 160px;
}

#hero.core-program-hero .hero-icon{
  z-index: 2;
  bottom: auto;
  top: 192px;
  max-width: 622px;
  right: -137px;
}

.sidebar .post-list{
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
  margin-top: 20px;
}

.sidebar .post-list li{
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.225em;
}

.sidebar .post-list li a{
  color: #10312B;
  font-weight: 700;
}

.sidebar .post-list.programs li{
  padding-left: 35px;
  position: relative;
}

.sidebar .post-list.programs li:before{
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background: url('../images/cal.svg') no-repeat center;
  background-size: cover;
  top: 0;
}

.core-program .sidebar .post-list.programs{
  background: #10312B;
  padding: 20px;
}

.core-program .sidebar .post-list.programs li a{
  color: #FFFDF4;
  font-weight: 500;
}

.core-program .sidebar .post-list.programs, .core-program .sidebar .post-list.programs li, .sidebar .gform_wrapper{
  float: left;
  width: 100%;
}

.core-program .sidebar .post-list.programs li .date{
  float: left;
  width: 100%;
  font-weight: 400;
  margin-top: 5px;
}

.core-program .sidebar .post-list.programs li:last-child{
  margin-bottom: 0;
}

.core-program .sidebar:after{
  left: calc(25% + 50px);
}

#post-entry h3{
  font-weight: 700;
  margin-bottom: 10px;
}

#post-entry .content-wrapper ul, #post-entry .content-wrapper ol{
  padding-left: 35px;
  margin-bottom: 20px;
}

#post-entry .content-wrapper li{
  margin-bottom: 15px;
  line-height: 1.5em;
}

h3.faq-title{
  margin-top: 50px;
  margin-bottom: 30px!important;
}

.core-program .panel-title{
  font-size: 1.25em!important;
}

.sidebar .gform_wrapper{
  background: #EEEDDB;
  padding: 20px;
  margin-bottom: 40px;
}

.sidebar .gform_wrapper h3{
  font-size: 1em!important;
  margin: 0 0 6px!important;
}

.sidebar .gform_wrapper .gfield_html{
  font-weight: 400!important;
  line-height: 1.325em;
}

.sidebar .gform_wrapper .gfield_html h3{
  font-weight: 700!important;
}

.sidebar .gform_wrapper .gform_footer{
  margin-bottom: 0!important;
  padding: 0!important;
}

.sidebar .gform_wrapper .gform_footer input[type="submit"]{
  background-image: none!important;
  background: #10312B!important;
  padding: 10px 15px!important;
  color: #fff!important;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 2px;
  font-size: 0.889em!important;
  margin-top: 20px;
  border-radius: 0;
}

.sidebar .gform_wrapper .gform_footer input[type="submit"]:hover{
  background: #255A50!important;
}

.resources.module .video-wrapper .play{
  bottom: 20px;
  right: 20px;
}

.resources .post-item .video-wrapper, .resources .post-item .image-wrapper{
  margin-bottom: 20px;
}

.resources .post-item .cpt-meta li{
  text-transform: uppercase;
  letter-spacing: 2px;
}

.resources.centred_three .block-intro:before{
  content: '';
  display: block;
  position: absolute;
  top: 44px;
  left: 8.33%;
  width: 108px;
  height: 199px;
  background: url('../images/curve-arrowdown.svg') no-repeat center;
  background-size: contain;
}

.wp-block-separator{
  border-bottom: 0!important;
}

.wp-block-columns, .wp-block-group__inner-container{
  max-width: 1320px;
  margin: 0 auto;
}

.wp-block-columns{
  padding: 0 15px;
}

.resources.module{
  padding: 70px 0 40px;
}

.resources .button-group{
  margin-top: 0;
}

.resources .button-group .btn{
  display: inline-block;
}

.resources .button-group .btn:not(first-child){
  margin-left: 45px;
}

.resources.double_grid .block-intro h3{
  margin-bottom: 0;
}

.resources.double_grid .block-intro h2, .library-carousel .block-intro h2{
  padding-left: 60px;
  margin-bottom: 0;
}

.library-carousel .block-intro p, .library-carousel .block-intro .button-group, .library-carousel .block-intro .btn{
  padding-left: 60px;
}

.library-carousel .block-intro .button-group .btn{
  padding-left: 0;
  margin-top: 0;
}

.resources.double_grid .button-group{
  margin-bottom: 10px;
}

.form.two_column .gform_wrapper{
  margin-top: 35px;
}

.form.two_column.module{
  padding-top: 100px;
}

.form.two_column .block-intro{
  padding-right: 40px;
  margin-bottom: 0;
}

.form.two_column #gform_7{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.form.two_column #gform_7 .gform_body{
  width: calc(100% - 200px);
  float: left;
  margin-bottom: 0!important;
}

.form.two_column #gform_7 .gform_footer{
  width: 170px;
  float: right;
  padding: 0!important;
}

.form.two_column #gform_7 .gform_footer input{
  margin-bottom: 0!important;
}

.list-col{
  margin-bottom: 40px;
}

.list-col .inner{
  padding-right: 60px;
}

.list-col .wp-image{
  max-width: 50%;
  margin-bottom: 15px;
}

.list-col h2{
  font-size: 1.5em;
  line-height: 1.25em;
  margin-bottom: 10px;
}

.list-col ul{
  list-style: none;
  padding: 0!important;
  margin-bottom: 25px;
}

.list-col ul li{
  font-weight: 400;
  font-size: 1em;
  margin-bottom: 12px;
}

.list-col ul li a{
  color: #10312B;
}

.green .list-col ul li a{
  color: #fff;
}

.search-results .block-intro, .search-no-results .block-intro{
  margin-bottom: 100px;
}

.search-results .block-intro h2 strong, .search-no-results .block-intro h2 strong{
  top: 0;
  font-size: 0.7em;
}

.search-item.cpt-library{
  border-bottom: 0;
  padding-bottom: 20px;
}

.ls-form{
  padding: 100px 0 50px;
}

.ls-form .inner{
  border-bottom: 1px solid #10312B;
  border-top: 1px solid #10312B;
  padding: 60px 0;
}

.ls-form form{
  padding-right: 40px;
}

.ls-form h2{
  font-size: 2.25em;
  margin-bottom: 0;
  padding-left: 40px;
}
.ls-form input[type="submit"]{
  max-width: 170px;
}

.ls-form input[type="text"]{
  width: calc(100% - 210px);
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #10312B;
  background-image: url('../images/search.svg');
  background-position: left;
  background-size: 19px;
  background-repeat: no-repeat;
  padding-left: 40px!important;
}

.ls-form ::-webkit-input-placeholder {
  color: #10312B;
  font-weight: 400;
  font-style: normal;
}

.ls-form :-ms-input-placeholder {
  color: #10312B;
  font-weight: 400;
  font-style: normal;
}

.ls-form ::placeholder {
  color: #10312B;
  font-weight: 400;
  font-style: normal;
}

.no-result{
  margin-top: 40px;
  margin-bottom: 100px;
}

.listing{
  margin-bottom: 100px;
}

.result-header{
  padding-top: 0;
}

.wrapper-bl .module .container{
  max-width: 100%;
}

.wrapper-bl .module{
  padding: 40px 0;
}

.wrapper-bl .module .col-sm-offset-1, .wrapper-bl .module .col-md-offset-1,
.wrapper-bl .module .col-sm-offset-2, .wrapper-bl .module .col-md-offset-3{
  margin-left: 0;
}

.wrapper-bl .module.testimonial .col-sm-10, .wrapper-bl .module.testimonial .col-md-9,
.wrapper-bl .module .col-sm-offset-1, .wrapper-bl .module .col-md-offset-1, .wrapper-bl .module.icon-pod .col-sm-8,
.wrapper-bl .module.icon-pods .col-md-6{
  width: 100%;
}

.wrapper-bl .module.testimonial blockquote{
  font-size: 2.25em;
  padding-left: 100px;
  padding-top: 30px;
}

.wrapper-bl .module.testimonial blockquote p{
  margin-bottom: 20px;
}

.wrapper-bl .module.testimonial blockquote:before{
  width: 80px;
  height: 60px;
}

.spikes{
  width: 231px;
  margin-bottom: 25px;
}

.display-toggle .button-block{
  display: inline-block;
  float: left;
}

.display-toggle .button-block.active{
  background: #10312B;
  color: #fff;
  pointer-events: none;
}

.page-template-page-facilitators #hero.layout_2, .page-template-page-program-calendar #hero.layout_2{
  padding-bottom: 30px;
}

.module.form.has-wave.two_column{
  padding-top: 0;
  margin-top: 140px;
}

.archive #hero.module{
  padding: 50px 0;
}

.archive #hero h2 span{
  display: none;
}

.tax-resource_type #hero h2 span{
  display: inline-block;
}

.term-research #hero h2 span{
  display: none!important;
}

.slides .cta-box{
  height: 200px;
  display: flex!important;
  align-items: center;
  justify-content: center;
}

.slides .cta-box a{
  display: inline-block!important;
  color: #fff!important;
}

.slide-group .item:first-child a, .slide-group .item:nth-child(3) a{
  display: flex;
  align-items: flex-end;
}

.cpt-carousel .slides .slide-group .item h2{
  font-size: 1.325em;
  padding-right: 0;
}

.cpt-carousel .slides .slide-group .item a:hover h2{
  text-decoration: underline;
}

.cpt-carousel .cpt-meta li:last-child{
  margin-bottom: 0;
}

.slide-group .item:first-child{
  width: 60%;
  float: left;
  padding-right: 33px;
}

.slide-group .item:nth-child(2){
  width: 40%;
  float: left;
  margin-top: 120px;
  padding-left: 33px;
}

.slide-group .item:nth-child(3){
  width: 60%;
  float: left;
  margin-left: 50px;
  position: relative;
  top: -60px;
}

.slide-group .item:first-child .image-wrapper, .slide-group .item:first-child .video-wrapper{
  float: left;
  width: 50%;
  margin-right: 30px;
  margin-bottom: 0;
}

.slide-group .item:first-child .content{
  width: 50%;
  float: left;
}

.slide-group .item:nth-child(2) .content{
  padding-left: 40px;
}

.slide-group .item:nth-child(3) .image-wrapper, .slide-group .item:nth-child(3) .video-wrapper{
  width: 55%;
  float: left;
  margin-right: 30px;
  margin-bottom: 0;
}

.slide-group .item:nth-child(3) .content{
  width: 45%;
  float: left;
}

.slide-group .item:nth-child(3).cta-box{
  width: 50%;
}

.cpt-carousel .slide-group{
  position: relative;
}

.cpt-carousel .slide-group .item:nth-child(2){
  padding-right: 30px;
}

.cpt-carousel .video-wrapper .play{
  width: 60px;
  height: 60px;
  right: 15px;
  bottom: 15px;
}

.cpt-carousel .pager, .testimonial-carousel .pager, .content-carousel .pager, #hero.welcome .pager, .cp-carousel .pager{
  position: absolute;
  right: 56px;
  z-index: 99;
  top: 8px;
  font-weight: 400;
  font-size: 0.889em;
}

.cpt-carousel .pager div, .testimonial-carousel .pager div, .content-carousel .pager div, #hero.welcome .pager div,
.cp-carousel .pager div{
  float: left;
  margin: 0 1.5px;
}

.progress_bar_container {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
}

.progress_bar {
  background: #A8AD00;
  height: 9px;
  width: 0;
  position: relative;
  top: 0;
}

.testimonial-carousel .flex-direction-nav{
  right: 30px;
  z-index: 12;
}

.welcome .progress_bar_container{
  max-width: 430px;
  background: #FFFDF450;
}

.welcome .flex-viewport{
  margin-bottom: 100px;
}

.welcome .progress_bar_container .progress_bar, .content-carousel.white .progress_bar_container .progress_bar{
  height: 4px;
}

.content-carousel.white .progress_bar_container{
  background: #EEEDDB;
  border-bottom: 0;
}

.content-carousel.white .progress_bar_container .progress_bar{
  background: #10312B;
}

.content-carousel.white .flex-direction-nav{
  border-top: 0;
}

.content-carousel.white .slides li .content{
  padding-bottom: 90px;
}

.library-carousel .cpt-meta{
  margin-bottom: 10px;
}

.library-carousel .slides h2{
  margin-bottom: 0!important;
}

.top-wave{
  margin-top: 92px;
}

#hero.layout_3 + .content-pods.has-wave{
  margin-top: 100px;
}

.button-group.half .btn{
  width: 50%;
  float: left;
  margin-bottom: 10px;
}

.single-facilitators .subheading .languages span{
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.module.gtai.has-bottom_wave{
  padding-bottom: 0;
  margin-bottom: 120px;
}

.gtai .item{
  position: relative;
  z-index: 2;
}

#program-calendar{
  float: left;
  width: 100%;
  padding: 50px 0 0;
}

.module.map{
  padding-bottom: 50px;
}

.map .ccr-icon{
  position: absolute;
  left: -278px;
  max-width: 622px;
  top: 0;
}

.map .container, .acf-map{
  position: relative;
  z-index: 99;
}

.wp-pagenavi .pages{
  display: none;
}

.wp-pagenavi a, .wp-pagenavi span{
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #10312B;
  margin: 0 7.5px 5px;
  min-width: 38px;
  display: inline-block;
  line-height: 1em;
  color: #10312B;
}

.wp-pagenavi .current{
  background: #10312B;
  color: #fff;
}

.wp-pagenavi a:hover{
  text-decoration: none;
  background: #D3D655;
}

.slide-up{
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: -webkit-transform .7s ease 0s,opacity .7s ease 0s;
  -moz-transition: -moz-transform .7s ease 0s,opacity .7s ease 0s;
  -ms-transition: -ms-transform .7s ease 0s,opacity .7s ease 0s;
  -o-transition: -o-transform .7s ease 0s,opacity .7s ease 0s;
  transition: transform .7s ease 0s,opacity .7s ease 0s;
}

.slide-up.fade-in{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 1.4s ease 0s,opacity 1.4s ease 0s;
  -moz-transition: -moz-transform 1.4s ease 0s,opacity 1.4s ease 0s;
  -ms-transition: -ms-transform 1.4s ease 0s,opacity 1.4s ease 0s;
  -o-transition: -o-transform 1.4s ease 0s,opacity 1.4s ease 0s;
  transition: transform 1.4s ease 0s,opacity 1.4s ease 0s;
}

.module.content-artwork .container{
  position: relative;
  z-index: 11;
}

.fps{
  position: absolute;
  left: 5px;
  bottom: 5px;
  font-style: italic;
  background: #D3D655;
  border-radius: 13px;
  padding: 0 15px;
}

.fps:before{
  content: '';
  display: inline-block;
  background: url('../images/checklist.svg') no-repeat center;
  background-size: contain;
  width: 12.8px;
  height: 18px;
  margin-right: 6px;
  position: relative;
  top: 4px;
}

.fps.plain{
  background: transparent;
  padding: 0;
  border-radius: 0;
  font-style: normal;
  left: 30px;
  bottom: -5px;
}

.post-item .image-wrapper{
  position: relative;
}

.map-pin ul.focus-areas{
  margin-bottom: 10px;
}

.share-this ul{
  padding-left: 0!important;
}

.content-artwork .content h2:first-child{
  margin-top: -15px;
}

footer .gform_wrapper .gfield_required{
  display: none!important;
}

.box blockquote p{
  margin-bottom: 10px;
}

.single-staff .wrapper-bl, .author .wrapper-bl{
  margin-left: 0;
  padding-left: 60px;
  float: left;
  width: 100%;
}

.single-staff .wrapper-bl .heading, .author .wrapper-bl .heading,
.single-staff .wrapper-bl .bio, .author .wrapper-bl .bio,
.single-staff .wrapper-bl .box, .author .wrapper-bl .box{
  float: left;
  width: 100%;
}

.content-links .block-intro p, .page-template-page-core-program #accordion, .cta-image-pods .block-intro p{
  margin-top: 20px;
}

.gform_wrapper .gfield_required{
  display: none!important;
}

.gform_wrapper.gform_validation_error .gfield_required{
  display: inline-block!important;
}

.module .content .btn, .module .block-intro .btn{
  margin-top: 30px;
}

.form.narrow .gform_wrapper{
  max-width: 520px;
  margin: 0 auto;
}

#hero.layout_3.has-video .video-wrapper .play, .content-video .video-wrapper .play{
  width: 100%;
  height: calc(100% - 30px);
  background-color: transparent;
  bottom: 0;
  right: 0;
  display: block;
}

#hero.layout_3.has-video .video-wrapper .play:hover, .content-video .video-wrapper .play:hover{
  transform: none;
}

#hero.layout_3.has-video .video-wrapper .play:hover:before, .content-video .video-wrapper .play:hover:before{
  transform: scale(1.2);
}

#hero.layout_3.has-video .video-wrapper .play:before, .content-video .video-wrapper .play:before{
  background-color: transparent;
  background: url('../images/play.svg') no-repeat center;
  background-size: contain;
  border: 0!important;
  height: 80px;
  width: 80px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  transition: all 0.2s ease-in-out;
}

.archive.tax-resource_type .listing{
  padding-top: 40px;
}

#hero .io-no-pad{
  padding: 0;
}

#hero.io-scale_to_fit.layout_3 .row:not(.flex){
  min-height: 420px;
}

#hero.io-scale_to_fit .featured-image{
  width: 100%;
  margin-top: 60px;
}

#hero.io-scale_to_fit .io-no-pad .featured-image{
  margin-top: 0;
}

#hero.io-scale_to_fit{
  padding-bottom: 140px;
}

.has-enlarge_h h3{
  font-size: 3.75em;
}

#collapse-fac .cpt-meta li{
  text-align: left;
}

.testimonial-carousel .content-wrapper{
  padding-right: 40px;
}

#loadMore .button-block{
  max-width: 200px;
  margin: -50px auto 150px;
}

#loadMore .button-block:hover{
  cursor: pointer;
}

.no-result .block-intro h3{
  margin-bottom: 20px;
}

.no-result .block-intro p{
  font-size: 1.25em;
}

.page-template-page-facilitators .result-header{
  padding-top: 50px;
}

.sitemap.wp-block-navigation{
  padding-bottom: 100px;
}

.sitemap.wp-block-navigation ul{
  display: block!important;
}

.sitemap.wp-block-navigation ul li{
  width: 33.33%;
  float: left;
  display: block!important;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 40px;
  padding-right: 30px;
}

.sitemap.wp-block-navigation ul li:nth-child(1), .sitemap.wp-block-navigation ul li:nth-child(4),
.sitemap.wp-block-navigation ul li:nth-child(7), .sitemap.wp-block-navigation ul li:nth-child(10){
  clear: left;
}

.sitemap.wp-block-navigation ul ul{
  opacity: 1;
  visibility: visible;
  left: 0;
  position: relative;
  display: block!important;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0!important;
  background: transparent!important;
  margin-top: 15px;
}

.sitemap.wp-block-navigation .wp-block-navigation__submenu-icon, .sitemap.wp-block-navigation ul li.has-child ul li:first-child{
  display: none!important;
}

.sitemap.wp-block-navigation ul ul li{
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 12px;
}

.sitemap.wp-block-navigation ul ul li a{
  color: #10312B;
  padding: 0;
}

.archive .wp-pagenavi{
  text-align: center;
  margin-bottom: 100px;
  margin-top: -100px;
}

.wp-image.full{
  width: 100%;
}

.cp-carousel .no-slides{
  list-style: none;
  padding: 0;
  margin-left: -30px;
  margin-right: -30px;
}

.cp-carousel .no-slides li{
  width: 25%;
  float: left;
  padding-left: 30px;
  padding-right: 30px;
}

.cp-carousel li .image-wrapper img.scale-to-fit{
  max-height: 230px;
}

#splash{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#splash .wrapper{
  max-width: 1320px;
  margin: 0 auto;
}

#splash .header-wrapper{
  position: absolute;
  left: 0;
  right: 0;
}

#splash h2{
  font-size: 6em!important;
  font-style: italic;
  margin: 0 3px;
  opacity: 0;
  margin-top: -65px;
  display: inline-block;
  padding: 0 7px;
}

#splash .wrapper .ccr-logo{
  position: absolute;
  left: 0;
  right: 0;
  margin: -60px auto 0;
}

#splash .wrapper .ccr-logo img{
  width: 220px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -65px;
}

#splash .wrapper .ccr-logo img.mosaic-1{
  top: -69px;
  left: -2px;
  width: 226px;
}

.one.fadeInandOut {
  opacity: 1;
  animation: fade 3s linear;
}

.two.fadeInandOut{
  opacity: 1;
  animation: fade 3.3s linear;
}

h2.one.fadeOut, h2.two.fadeOut{
  opacity: 1;
  animation: fadeOut 2.5s linear;
}

@keyframes fadeColor {
  0% { opacity: 0.25; color: #FFFDF410; }
  25% { opacity: 1; color: #FFFDF4; }
  100% { opacity: 1; color: #FFFDF4; }
}

@keyframes fade {
  0% { opacity: 0 }
  50% { opacity: 1 }
  100% { opacity: 1 }
}

@keyframes fadeOut {
  0% { opacity: 1 }
  100% { opacity: 0 }
}

@keyframes fadeMosaic {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.fadeMosaic{
  opacity: 1;
  animation: fadeMosaic 1s linear;
}

.fadeOutScale{
  opacity: 1;
  animation: fadeoutscale 2s linear;
}

.setToDisappear{
  opacity: 1;
  animation: disappear 3s linear;
}

@keyframes disappear {
  0% { opacity: 1 }
  50% { opacity: 0.5 }
  100% { opacity: 0 }
}

@keyframes fadeoutscale {
  0% { opacity: 1; width: 220px; top: -65px; }
  100% { opacity: 0; width: 0; top: 50px; }
}

@keyframes fadeIn {
  0% { opacity: 0 }
  50% { opacity: 0.5 }
  100% { opacity: 1 }
}

@keyframes fadeInMenu {
  0% { opacity: 0 }
  50% { opacity: 0.5; }
  100% { opacity: 1 }
}

@keyframes borderLine {
  0% { border-color: #10312B; }
  50% { border-color: #FFFDF420; }
  100% { border-color: #FFFDF450; }
}

@keyframes moveIn {
  0% { opacity: 0.5; transform: translateX(-100px); }
  30% { opacity: 1; }
  50% { transform: translateX(-50px); }
  100% { transform: translateX(0); }
}

.home:not(.scrollable) header .logo-wrapper, .home:not(.scrollable) header .menu-wrapper,
.home:not(.scrollable) #hero.layout_1 .headline, .home:not(.scrollable) #hero.layout_1 .inner,
.home:not(.scrollable) #hero.layout_1 .sub-image, .home:not(.scrollable) #hero.layout_1 .featured-image,
.home:not(.scrollable) #hero.layout_1 .hero-icon{
  opacity: 0;
}

.home:not(.scrollable) header .wrapper{
  border-color: #10312B;
}

.home.animateFromSplash header .logo-wrapper{
  opacity: 1;
  animation: fadeIn 1s linear;
}

.home header.showMenu .menu-wrapper{
  opacity: 1;
  animation: fadeInMenu 1s linear;
}

.home header.showMenu .wrapper{
  border-color: #FFFDF450;
  animation: borderLine 1.5s linear;
}

.home #hero.layout_1 .headline.moveIn, .home #hero.layout_1 .inner.moveIn{
  opacity: 1;
  /*animation: moveIn 0.6s linear;*/
  animation: fadeIn 0.5s linear;
}

.home #hero.layout_1 .featured-image.fadeIn, .home #hero.layout_1 .sub-image.fadeIn, .home #hero.layout_1 .hero-icon.fadeIn{
  opacity: 1;
  animation: fadeIn 0.5s linear;
}

.home:not(.scrollable){
  padding-right: 15px;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.home:not(.scrollable):before{
  content: '';
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 88vh;
  background: #10312B;
}

body.theme-green, body.theme-lime{
  padding-top: 0!important;
}

body.theme-green #hero.green, body.theme-lime #hero.lime{
  padding-top: 192px;
}

.listing .row.no-before:before{
  content: none;
}

.page-template-page-program-calendar .result-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.page-template-page-program-calendar .result-header h2{
  margin-bottom: 0;
}

.result-header #sortby .nice-select{
  width: 175px!important;
  background: transparent;
  line-height: 44px;
  text-transform: uppercase;
}

#search.display-toggle{
  float: left;
  width: 100%;
  margin-bottom: 60px;
}

#result #map_canvas{
  margin-top: 0;
}

/* Remove arrow on post items rollover */
.post-item h2, .post-item .content h2{
  padding-right: 0;
}
.post-item a:hover .content h2:after{
  display: none;
}
.post-item a:hover .content h2{
  text-decoration: underline;
}

.page-template-page-program-calendar .result-header.pad-bottom{
  padding-bottom: 20px;
  margin-bottom: 35px;
}

.page-template-page-program-calendar .result-header h3, .page-template-page-facilitators .result-header h3{
  position: absolute;
  bottom: -10px;
  font-weight: normal;
  font-size: 1em;
}

.post-password-form{
  max-width: 650px;
  padding: 0 20px;
  margin: 100px auto 0;
}

.post-password-form label{
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.post-password-form input[type="password"]{
  border: 1px solid #10312B;
  padding: 10px 15px;
  width: 100%;
}

.post-password-form input[type="submit"]{
  margin-bottom: 150px;
}

.cta-image-pods .post-item{
  margin-bottom: 0;
}

.error404 #hero h1.headline{
  font-size: 6em!important;
}

.btn.bpr{
  padding-right: 25px;
}

.bpr-wrapper{
  float: left;
  width: 100%;
  margin-top: -75px;
}

.search-no-results .page-intro input[type="text"]{
  border: 1px solid #10312B;
  padding: 10px 15px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

.search-no-results .page-intro input[type="submit"]{
  float: none;
  margin-top: 15px;
  width: 100%;
  max-width: 500px;
}

.search-no-results .block-intro{
  display: none;
}

.archive.term-parker-palmer #hero h2 span{
  display: none;
}

#tpbr_box{
  color: #10312B!important;
  padding: 4px 0!important;
  background: #d3d655!important;
  font-size: 14px!important;
  font-weight: 400!important;
  font-family: interstate, sans-serif!important;
  line-height: 1.25em!important;
}

#tpbr_calltoaction{
  background: #10312B!important;
  border-radius: 0!important;
  letter-spacing: 1px!important;
  text-transform: uppercase!important;
  font-size: 12px!important;
  padding: 2px 12px 1px!important;
  margin-top: 0!important;
}

#tpbr_topbar{
  position: fixed!important;
  width: 100%;
}

.logged-in #tpbr_topbar{
  top: 32px!important;
}

.buddypress.logged-in #tpbr_topbar{
  top: 0!important;
}

.page-id-6015 #tpbr_topbar{
  display: none!important;
}

.page-id-6015 header{
  padding-top: 40px;
}

#hero.layout_2 .content.txt-center .gform_body .gfield{
  text-align: left;
}

#hero.layout_2 .content.txt-center .gform_wrapper{
  margin-top: 60px;
}

body.theme-lime #tpbr_box{
  background: #10312B!important;
  color: #fff!important;
}

body.theme-lime #tpbr_calltoaction{
  background: #d3d655!important;
  color: #10312B!important;
}

.current-programs.library-carousel .slide-group .item:nth-child(1) a{
  min-height: 287px;
}

.current-programs.library-carousel .slide-group .item:nth-child(2){
  position: absolute;
  right: 0;
}

.current-programs.library-carousel .slide-group .item:nth-child(2) a{
  min-height: 326px;
  display: block;
}

.current-programs.library-carousel .slide-group .item:nth-child(3){
  top: 0;
  margin-top: 60px;
}

.reset-wrapper{
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
  top: -10px;
}

.reset-wrapper .btn-text{
  display: inline-block;
  background: #EEEDDB;
  padding: 4px 20px;
  border-radius: 15px;
  color: #10312B;
  letter-spacing: 0.5px;
}

.reset-wrapper .btn-text:hover{
  background: #10312B;
  color: #FFFDF4;
}

.page-template-page-program-calendar .reset-wrapper{
  max-width: calc(100% - 250px);
  top: -35px;
  top: 0;
  float: right;
  text-align: right;
}

.page-template-page-program-calendar #program-calendar{
  position: relative;
  z-index: 999;
}

.page-template-page-program-calendar .listing{
  position: relative;
  z-index: 99;
}

#search-bar.map-view .field-group{
  width: calc(25% - 40px);
}
#search-bar.map-view .field-group.keyword{
  width: 25%;
}
#search-bar.map-view .field-group.action{
  width: 100%;
  margin-right: 0!important;
}

.no-result-txt{
  margin-top: 40px!important;
  margin-bottom: 5px!important;
}

#searchform #searchsubmit{
  width: auto;
  margin-top: 0;
  float: left;
}

#donation-page .woocommerce-product-gallery, #donation-page .product_meta, #donation-page .product_title, #donation-page .variations label,
#donation-page .variations th, #donation-page .woocommerce-variation-price, .woocommerce-additional-fields{
  display: none;
}

#donation-selector .summary{
  width: 100%;
  margin: 0;
}

#donation-page{
  margin-bottom: 100px;
}

#donation-selector p.price{
  margin: 0;
}

#donation-selector form.cart{
  margin-bottom: 0;
}

.woo-variation-swatches .variable-items-wrapper{
  margin: 0!important;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item,
.button-variable-items-wrapper.wvs-style-squared .variable-item{
  width: 25%!important;
  margin: 0!important;
  padding: 23px 5px!important;
  border-radius: 0!important;
  border: 1px solid #10312B;
  border-left: 0;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 0.88em!important;
  line-height: 1em;
  height: auto;
  box-shadow: none!important;
  background: transparent!important;
  text-transform: uppercase!important;
  display: block!important;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item:first-child,
.button-variable-items-wrapper.wvs-style-squared .variable-item:first-child{
  border-left: 1px solid #10312B;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.selected,
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item:hover,
.button-variable-items-wrapper.wvs-style-squared .variable-item.selected,
.button-variable-items-wrapper.wvs-style-squared .variable-item:hover{
  box-shadow: none!important;
  color: #10312B;
  background: #D3D655!important;
}

#donation-selector{
  float: left;
  width: 100%;
  margin-top: 15px;
}

#donation-selector form.cart .reset_variations{
  float: right;
  position: absolute!important;
  left: auto!important;
  right: 0!important;
  width: 34px;
  bottom: -20px!important;
}

#donation-selector .images{
  display: none;
}

#donation-selector form.cart .button{
  background: #231F20!important;
  padding: 17px 25px!important;
  border: 0;
  border-radius: 0!important;
  color: #FFF4DF;
  min-width: 100px;
  font-weight: 500;
  font-size: 0.8889em;
  letter-spacing: 1px;
  float: none;
  margin: 20px auto 0!important;
}

#donation-selector form.cart .button:hover{
  background: #EF3A4C!important;
  color: #FFF4DF!important;
}

#donation-selector .variations_button{
  text-align: center;
  width: 100%;
  float: left;
}

#donation-selector .product .single_variation_wrap .nyp{
  max-width: 220px;
  margin: 0 auto 0;
}

#donation-selector .product .single_variation_wrap .nyp label{
  font-weight: 400;
  font-size: 0.8889em;
  padding-top: 60px;
}

#donation-selector .product .single_variation_wrap .nyp .minimum-price#nyp-minimum-price-2{
  display: none;
  margin: 0!important;
}

.product .nyp .woocommerce-nyp-message, .wcopc .product-item .nyp .woocommerce-nyp-message{
  margin: 0!important;
}

.woocommerce-error.wc-nyp-error{
  padding: 10px 10px 10px 30px!important;
}

.woocommerce-error.wc-nyp-error:before{
  left: 8px!important;
  top: 5px!important;
}

.woocommerce-error.wc-nyp-error li{
  font-size: 0.8em!important;
  line-height: 1.2em!important;
}

#donation-selector .product .single_variation_wrap .nyp .input-text{
  font-weight: 600;
  border: 1px solid #10312B;
  padding: 12px;
  min-width: 100px;
  width: 100%!important;
  background: transparent;
}

#donation-selector .product .single_variation_wrap .nyp .input-text:focus{
  border-color: #10312B;
  outline: none;
}

#donation-selector .product .single_variation_wrap .nyp .minimum-price{
  font-size: 0.75em;
  margin: 5px 0;
  color: #231F20;
  opacity: 1;
}

.nav-tabs {
  list-style: none;
  float: left;
  width: 100%;
}

.nav-tabs li{
  display: block;
  position: relative;
  float: left;
  font-weight: 500;
  width: 50%;
  letter-spacing: 1px;
  font-size: 0.8889em;
  text-transform: uppercase;
}

.nav-tabs li a{
  line-height: 1.265em;
  border: 1px solid #10312B;
  border-left: 0;
  color: #10312B;
  background: transparent;
  display: block;
  padding: 15px;
  text-align: center;
}

.nav-tabs li:first-child a{
  border-left: 1px solid #10312B;
}

.nav-tabs li a.active, .nav-tabs li a:hover{
  background: #D3D655;
  color: #10312B;
  text-decoration: none;
  cursor: pointer;
}

.fade{
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.tab-pane{
  display: none;
}

.tab-pane.active{
  display: block;
}

.fade.in, .fade.show{
  opacity: 1;
  visibility: visible;
}

.fade.show .modal-dialog{
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

.fluid-width-video-wrapper{
  padding-top: 56.6%!important;
}

.tab-content{
  float: left;
  width: 100%;
  padding: 18px 0;
}

#donation-page .variations, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, #donation-selector #donation, #donation-page .woocommerce-checkout{
  width: 100%;
  float: left;
}

#donation-page #wc-stripe-payment-request-wrapper, #donation-page #wc-stripe-payment-request-button-separator, #donation-page #order_review_heading,
#donation-page .wc-south.opc-complete-order, #donation-page #billing_company_field, #donation-page #billing_address_2_field, 
#donation-page #order_review .woocommerce-checkout-review-order-table, #donation-page #opc-messages, #donation-page #product-addons-total,
#donation-page .woocommerce-message, #donation-page #stripe-payment-data p:first-child, #donation-page .reset_variations{
  display: none!important;
}

.wc-pao-addon{
  float: left;
  width: 100%;
  margin-bottom: 0!important;
}

#donation-page .process-tab{
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

#donation-page .process-tab ul{
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #10312B;
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#donation-page .process-tab li{
  float: left;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #10312B95;
  position: relative;
  padding: 10px 0;
}

#donation-page .process-tab li:last-child{
  margin-right: 30px;
}

#donation-page .process-tab li.active, #donation-page .process-tab li:hover{
  color: #10312B;
  cursor: pointer;
}

#donation-page .process-tab li.active:after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: #D3D655;
}

#donation-page #customer_details, #donation-page #order_review{
  display: none;
}

#billing_city_field, #billing_state_field, #billing_postcode_field{
  width: calc(33.33% - 12px);
  float: left;
  clear: none;
  margin-right: 12px;
}

#billing_state_field{
  width: calc(36.66% - 12px);
}

#billing_postcode_field{
  width: 30%;
  margin-right: 0;
}

.woocommerce form .form-row select{
  height: 45px;
  border: 1px solid #10312B;
  padding: 0 10px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
  padding: 12px 10px!important;
  border: 1px solid #10312B;
  height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 43px!important;
}

.woocommerce form .form-row label{
  font-size: 0.88em;
  letter-spacing: 1px;
}

#donation-page h3 {
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: none;
    font-family: interstate, sans-serif;
    font-size: 1.5em;
}

#donation-page .nav-tabs{
  margin-bottom: 20px;
}

.select2-container .select2-selection--single{
  height: 45px!important;
}

.select2-container--default .select2-selection--single{
  border: 1px solid #10312B!important;
  border-radius: 0!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 45px!important;
  color: #10312B!important;
}

.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, #donation-page .button{
  background: #10312B;
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.95em;
  line-height: 1.185em;
  padding: 15px 30px;
  color: #fff;
  letter-spacing: 1px;
  display: inline-block;
}

.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, #donation-page .button:hover{
  background: #255A50;
  cursor: pointer;
}

.button.disabled{
  pointer-events: none;
  opacity: 0.5;
}

#donation-page .process-tab li.disabled{
  color: #10312B95;
  pointer-events: none;
}

.woocommerce .cart .button, #donation-page .button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
  float: left;
  border: 0;
  font-size: 1em!important;
  line-height: 1.125em;
  height: auto!important;
  background: #10312B!important;
  font-weight: 500!important;
}

.woocommerce-page #payment #place_order:hover{
  background: #255A50!important;
}

#donation-page .button.move{
  margin-top: 25px;
}

#donation-dedication{
  float: left;
  width: 100%;
}

.conditional_checkout_field_pro_field_title{
  font-weight: 600;
  margin-bottom: 10px;
}

.conditional_fields_radio_input_options{
  position: relative;
  padding-left: 28px;
}

.conditional_fields_radio_input_options input{
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.conditional_fields_radio_input_options .custom-label:before{
  border: 2px solid #a2a026;
  width: 16px;
  height: 16px;
  top: 2px;
}

.conditional_fields_radio_input_options .custom-label:after{
  background: #a2a026;
  width: 8px;
  height: 8px;
  top: 6px;
  left: 4px;
}

#conditional_field_1-1_field label{
  float: left;
  margin-right: 40px;
}

#conditional_field_2-1{
  border: 1px solid #10312B;
  width: 100%;
  padding: 10px;
  line-height: 1.25em;
  font-weight: 600;
  margin-top: 10px;
}

.wc-pao-addon-fees input:checked ~ label:before{
  background: #a2a026;
  border-color: #a2a026;
}

.wc-pao-addon-fees label:before{
  border-color: #a2a026;
  width: 18px;
  height: 18px;
}

.wc-pao-addon-fees label:after{
  top: 6px;
  left: 7px;
  width: 5px;
  height: 10px;
}

.wc-pao-addons-container{
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 25px;
}

.wc-pao-addon-fees{
  padding-bottom: 25px;
  border-bottom: 1px solid #10312B;
  margin-bottom: 30px!important;
}

.wc-pao-addon-wrap .wc-pao-addon-custom-text{
  opacity: 1;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 12px 10px;
  border: 1px solid #10312B;
}

.wc-pao-addon-dedicated-to input.disabled{
  pointer-events: none;
  opacity: 0.1;
}

.wc-pao-addon-dedicated-to label{
  display: none!important;
}

.wc-pao-addon-6618-dedicated-to-2, .wc-pao-addon-6619-dedicated-to-2,
.wc-pao-addon-6620-dedicated-to-2, .wc-pao-addon-6626-dedicated-to-2{
  padding: 0;
  float: left;
  width: 100%;
}

.wc-pao-addon-name:before{
  content: none!important;
}

.wc-pao-addon-donation-dedication-or-specification label:before{
  width: 18px;
  height: 18px;
  border-color: #a2a026;
}

.wc-pao-addon-donation-dedication-or-specification label:after{
  width: 10px;
  height: 10px;
  left: 4px;
  top: 7px;
  background: #a2a026;
}

.wc-pao-addon-donation-dedication-or-specification label{
  float: left;
  width: 100%;
  margin-bottom: 15px!important;
}

.wc-pao-addon-donation-dedication-or-specification p{
  display: inline-block;
  float: left;
  margin-right: 35px!important;
  margin-bottom: 0!important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  background: transparent;
  border-radius: 0;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
  background-color: transparent;
  padding: 0;
  margin: 0;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
  border-bottom: 0!important;
  padding: 0;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
  content: none!important;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form, .woocommerce-cart #payment div.payment_box .wc-credit-card-form, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form{
  margin: 0;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row{
  padding: 0;
}

.wc_payment_method.payment_method_stripe label{
  display: none!important;
}

.wc_payment_method.payment_method_stripe #wc-stripe-cc-form label{
  display: block!important;
  font-weight: 400!important;
  font-size: 14px!important;
}

fieldset{
  border: 0;
}

#wc-stripe-cc-form .StripeElement{
  border: 1px solid #10312B;
  padding: 12px 10px;
}

.donation-note{
  display: none;
}

#donation-page .donation-note{
  display: block;
}

.woocommerce-privacy-policy-text a{
  color: #10312B;
  text-decoration: underline;
}

.woocommerce-terms-and-conditions-wrapper{
  margin-bottom: 30px;
}

#donation-page #donation-amount .opc_order_review, #donation-page #donation-amount .intro-screen{
  background: #EEEDDB;
  padding: 20px;
  margin-top: 44px;
  margin-left: 40px;
}

#donation-page .opc_order_review table{
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
}

#donation-amount h4, #donation-page .order-total th{
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#donation-page .opc_order_review table td, #donation-page .opc_order_review table th{
  padding: 10px 0;
}

#donation-page .opc_order_review table td{
  text-align: right;
}

#donation-page .opc_order_review table td .fee-name{
  float: left;
  color: #10312B;
}

#donation-page .opc_order_review table td .fee-val{
  color: #10312B;
}

.woocommerce td.product-name dl.variation p{
  display: none;
}

#donation-page .opc_order_review .recurring-totals, #donation-page .opc_order_review .cart-subtotal.recurring-total{
  display: none;
}

.woocommerce table.shop_table td small{
  font-size: 100%;
}

.order-total.recurring-total .first-payment-date{
  font-style: italic;
}

#donation-page .order-total th{
  vertical-align: initial;
}

.order-total.recurring-total th{
  padding-top: 12px!important;
}

#donation-page .product-total .subscription-price, #donation-page .opc_order_review .variation dd,
#donation-page .woocommerce-checkout #order_review h4, .opc_order_review .variation-DonationDedicationorSpecification,
.opc_order_review .variation-DonationDedicationorSpecification, .opc_order_review .variation-DedicatedTo, .opc_order_review .variation-DedicatedTo{
  display: none!important;
}

.woocommerce td.product-name dl.variation{
  margin-top: 10px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
}

.woocommerce td.product-name dl.variation dt{
  width: 100%;
  text-align: right;
}

.woocommerce td.product-name dl.variation .product-val{
  float: left;
}

.cart_item.opc_cart_item td{
  border-top: 0!important;
}

#donation-amount .vt{
  width: 100%;
  padding-left: 40px;
}

#donation-amount .vector{
  margin-top: 50px;
  max-width: 400px;
}

.page-template-page-opc-donate header .wrapper, .page-template-page-plain header .wrapper{
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}

.page-template-page-opc-donate header .logo-wrapper, .page-template-page-plain header .logo-wrapper{
  float: none;
  margin: 0 auto;
}

.page-template-page-opc-donate header .menu-wrapper, .page-template-page-plain header .menu-wrapper{
  display: none;
}

.opc-back-to:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  background: url('../images/arrow-link.svg') no-repeat center;
  background-size: cover;
  width: 26px;
  height: 15px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  transition: all 0.3s ease-in-out;
}

.opc-back-to{
  position: absolute;
  left: 0;
  font-weight: 600;
  padding-left: 35px;
  transition: all 0.2s ease-in-out;
}

.opc-back-to:hover{
  text-decoration: none;
}

.opc-back-to:hover:before{
  -webkit-animation: linear infinite;
  -webkit-animation-name: leftmove;
  -webkit-animation-duration: 1s;
}

.woocommerce-order-received h1.raffles{
  margin-bottom: 15px!important;
}

.woocommerce-order-received .woocommerce-thankyou-order-received{
  font-size: 1.65em;
  font-weight: 600;
  margin: 0 0 60px;
}

.woocommerce-order-received .woocommerce-order{
  margin: 0 auto;
}

.woocommerce-order header, .woocommerce-order-received #hero + p, .woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details{
  display: none;
}

.woocommerce-order-received #hero .content p{
  max-width: 480px;
}

.woocommerce-order-received #hero .content h1{
  font-size: 3.5em;
}

.woocommerce-order-received .woocommerce-order-details .product-quantity, .woocommerce-order-received ul.order_details{
  display: none;
}

.woocommerce-order-received .woocommerce-order-details .product-name a{
  pointer-events: none;
  font-weight: 600;
  color: #10312B;
}

.woocommerce-order-received .woocommerce-order-details__title{
  font-size: 1.25em;
}

.woocommerce-order-received .woocommerce-order-details table{
  border: 0;
}

.woocommerce-order-received .woocommerce-order-details table thead{
  display: none;
}

.woocommerce-order-received .woocommerce-order-details table td, .woocommerce-order-received .woocommerce-order-details table th{
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-order-received .woocommerce-order-details tbody td.product-total *{
  display: none;
}

.woocommerce-order-received .wc-item-meta li{
  font-size: 0.88em;
}

.woocommerce-table--order-details tfoot .fee-name{
  padding-right: 10px;
}

.woocommerce-table--order-details tfoot td{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-template-page-opc-donate header, .page-template-page-plain header{
  padding-top: 40px!important;
}

.opc_order_review .product-details{
  text-align: right;
  min-width: 100%!important;
}

.opc_order_review .product-details .product-val{
  float: left;
}

.opc_order_review .order-total.recurring-total th{
  display: none;
}

.opc_order_review .order-total.recurring-total .fee-name:nth-child(2){
  display: none;
}

#donation-page #donation-amount .opc_order_review{
  display: none;
}

#donation-page #donation-amount .intro-screen{
  padding: 30px;
}

#donation-page #donation-amount .intro-screen p:last-child{
  margin-bottom: 0;
}

.wc-pao-addon-fees .wc-pao-addon-6697-fees-0-1, .wc-pao-addon-fees .wc-pao-addon-6703-fees-0-1{
  display: none;
}

#donation-amount .variation dt[class^='variation-Feesspanclasswoocommerce-Price-amount']{
  display: none;
}

#donation-amount .total-fees + .total-fees{
  display: none;
}

#donation-amount .total-fees .key{
  float: left;
}

#donation-amount .total-fees .val{
  float: right;
  text-align: right;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads{
  display: none;
}

.woocommerce-MyAccount-content header{
  position: relative;
  top: 0;
  background-color: transparent;
  padding: 0;
  float: left;
}

.woocommerce-MyAccount-content .button{
  margin-right: 3px!important;
}

.woocommerce-MyAccount-content h2{
  font-size: 1.5em;
}

.woocommerce-MyAccount-navigation ul{
  list-style: none;
}

.woocommerce-MyAccount-navigation ul li{
  border-bottom: 1px solid #10312B;
}

.woocommerce-MyAccount-navigation ul li a{
  display: block;
  padding: 10px 20px;
  color: #10312B;
}

.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li a:hover{
  background: #10312B;
  color: #fff;
}

.woocommerce-MyAccount-content table .wc-item-meta{
  margin-bottom: 12px;
}

.woocommerce table.shop_table td{
  border-top: 1px solid #9F9E78;
  padding-top: 15px;
  padding-bottom: 15px;
}

.woocommerce table.shop_table{
  border: 0;
  border-radius: 0;
  margin-bottom: 40px!important;
}

.woocommerce table.my_account_orders th:first-child, .woocommerce table.my_account_orders td:first-child,
.woocommerce-MyAccount-paymentMethods th:first-child, .woocommerce-MyAccount-paymentMethods td:first-child{
  padding-left: 0!important;
}

.woocommerce table.my_account_orders th, .woocommerce-MyAccount-paymentMethods th{
  text-transform: uppercase;
  letter-spacing: 2px;
}

.woocommerce table.my_account_orders td a{
  color: #10312B;
}

.woocommerce .woocommerce-customer-details address{
  border: 1px solid #10312B50;
  border-radius: 0;
}

.woocommerce table.shop_table.woocommerce-MyAccount-paymentMethods{
  border-bottom: 1px solid #9F9E78;
  margin-bottom: 20px!important;
}

.woocommerce-account .woocommerce-MyAccount-content h2.section-title{
  font-size: 2.625em;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
  width: 300px;
  border-top: 1px solid #10312B;
}

.woocommerce-account .woocommerce-MyAccount-content{
  width: calc(100% - 375px);
}

.woocommerce-MyAccount-content form .col{
  width: calc(50% - 40px);
  float: left;
}

.woocommerce-MyAccount-content form .col-right{
  float: right;
}

.woocommerce-MyAccount-content form h3{
  margin-bottom: 10px;
}

.woocommerce-edit-account .woocommerce-MyAccount-content form .col.col-right fieldset{
  padding: 0;
  margin: 0;
}

.woocommerce-account:not(.logged-in) #page-content .woocommerce{
  max-width: 400px;
  margin: 0 auto;
}

.woocommerce-account:not(.logged-in) #page-content .woocommerce h2{
  text-align: center;
}

.woocommerce-account:not(.logged-in) form.login{
  border: 0!important;
  padding: 0!important;
}

.woocommerce-account form .form-row label{
  letter-spacing: 2px!important;
  line-height: 1.2em;
  margin-bottom: 6px;
}

.woocommerce form .form-row{
  line-height: 1.3em;
}

.woocommerce-account form.login .button{
  width: 100%;
  margin-top: 40px;
}

.woocommerce-account .woocommerce-rememberMe{
  float: left;
  width: 50%;
}

.woocommerce-account .lost_password{
  width: 50%;
  float: right;
  text-align: right;
  position: relative;
  top: -7px;
}

.woocommerce-account .lost_password a{
  color: #10312B;
  text-decoration: underline;
  font-size: 0.88em;
  letter-spacing: 1px;
  position: relative;
  top: 3px;
}

.woocommerce-account form.login .form-row{
  padding: 0;
  margin-bottom: 20px;
}

#donation-page .button.nyp-disabled{
  pointer-events: none;
}

.dashboard-grid.row{
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 40px;
}

.dashboard-grid .item{
  margin-bottom: 20px;
  padding-left: 10px!important;
  padding-right: 10px!important;
}

.dashboard-grid .item a{
  background: #EEEDDB;
  padding: 20px;
  display: block;
}

.dashboard-grid .item a .btn-style{
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1em;
  letter-spacing: 2px;
}

.dashboard-grid .item a .btn-style:before{
  content: none!important;
}

.dashboard-grid .item a .btn-style:after{
  top: calc(50% - 10px);
}

.dashboard-grid .item p{
  margin-bottom: 0;
}

.woocommerce-MyAccount-content p a{
  color: #10312B;
  text-decoration: underline;
}

.woocommerce-account #page-content{
  padding-top: 80px;
}

.woocommerce-orders-table__cell-order-actions a.button, .woocommerce-Address a.button.invert, .payment-method-actions a,
.woocommerce-view-subscription .wcs-switch-link.button, .woocommerce-view-subscription .subscription_details .button,
.woocommerce-account .button.invert{
  background: transparent!important;
  color: #10312B!important;
  border: 1px solid #10312B!important;
  padding: 14px 30px!important;
}

.woocommerce-orders-table__cell-order-actions a.button:hover, .woocommerce-Address a.button.invert:hover, .payment-method-actions a:hover,
.woocommerce-view-subscription .wcs-switch-link.button:hover, .woocommerce-view-subscription .subscription_details .button:hover,
.woocommerce-account .button.invert:hover{
  background: #10312B!important;
  color: #fff!important;
}

.woocommerce-order-details .order-again{
  float: left;
  width: 100%;
  margin-bottom: 30px!important;
}

.woocommerce-Address-title h3{
  border-bottom: 1px solid #9F9E78;
  width: 100%;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.woocommerce-Addresses{
  margin-top: 40px;
}

.woocommerce-Addresses .col-1, .woocommerce-Addresses .col-2{
  width: 50%!important;
  float: left;
}

.woocommerce-Addresses address{
  margin-bottom: 20px;
  font-style: normal;
}

.woocommerce-account #update_all_subscriptions_addresses{
  position: relative;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

#update_all_subscriptions_addresses_field label{
  line-height: 1em;
  letter-spacing: 0!important;
}

.woocommerce-view-subscription .account-subscription-details{
  float: left;
  width: calc(50% - 30px);
}

.woocommerce-view-subscription .account-subscription-details.left + h2,
.woocommerce-view-subscription .account-subscription-details.right table thead{
  display: none;
}

.woocommerce-view-subscription .account-subscription-details.right{
  float: right;
}

.woocommerce-view-subscription .account-subscription-details td:first-child{
  padding-left: 0;
}

.woocommerce-view-subscription .account-subscription-details.left td:first-child{
  text-transform: uppercase;
}

.woocommerce-view-subscription .account-subscription-details.right table{
  background: #EEEDDB;
  padding: 20px;
  margin-bottom: 25px!important;
}

.woocommerce-view-subscription #donation-page h3{
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.woocommerce-view-subscription #donation-page .account-subscription-details h3{
  margin-bottom: 20px;
}

.woocommerce-view-subscription #donation-page .account-subscription-details.left tbody tr:first-child td{
  border-top: 1px solid #9F9E78;
}

.woocommerce-view-subscription .woocommerce-customer-details, .woocommerce-view-subscription .woocommerce-MyAccount-content header{
  display: none;
}

.woocommerce-view-subscription .account-subscription-details.right td{
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce-view-subscription .order_details h4{
  font-weight: 600;
}

.woocommerce-view-subscription .order_details tfoot, .woocommerce-view-subscription .order_details .wc-item-meta,
.woocommerce-view-subscription .order_details .product-quantity{
  display: none;
}

.woocommerce-view-subscription .order_details a{
  color: #10312B;
}

.woocommerce-view-subscription .subscription_details .button{
  padding: 14px 8px!important;
  margin-bottom: 5px;
  font-size: 14px!important;
}

.woocommerce-view-subscription .subscription_details tr:last-child td{
  padding-right: 0;
}


.woocommerce-account #add_payment_method #payment ul.payment_methods li input.input-radio{
  display: none;
}

.woocommerce-account #add_payment_method #payment ul.payment_methods li label{
  float: left;
  font-size: 2em;
  font-weight: bold;
  width: 100%;
  line-height: 1.2em;
}

.woocommerce-account #add_payment_method #payment div.payment_box{
  margin-top: 20px;
  float: left;
  width: 100%;
}

.woocommerce-account #add_payment_method #payment div.payment_box label{
  text-transform: uppercase;
  font-size: 0.88em!important;
  font-weight: 400!important;
  margin-bottom: 0!important;
}

.woocommerce-account #wc-stripe-cc-form .StripeElement{
  float: left;
  width: 100%;
}

#add_payment_method #payment ul.payment_methods li input#wc-stripe-update-subs-payment-method-card{
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  margin-right: 3px!important;
}

#wc-stripe-update-subs-payment-method-card_field{
  margin-bottom: 20px!important;
}

#wc-stripe-update-subs-payment-method-card_field label{
  letter-spacing: 0!important;
  text-transform: none!important;
  font-size: 1em!important;
}

.woocommerce-account .button.fl-left{
  float: left!important;
}

.woocommerce-view-order .woocommerce-MyAccount-content header{
  margin-bottom: 15px;
}

.woocommerce-view-subscription .account-subscription-details.left tbody tr:last-child td:first-child{
  font-size: 0;
}

.woocommerce-order-received .woocommerce-order-details__title, .woocommerce-order-received .order_details{
  display: none;
}

#donation-page .wooccm-field-wooccm14, #donation-page .wooccm-field-wooccm11, #donation-page .wooccm-field-wooccm12, #donation-page .wooccm-field-wooccm13, #donation-page .foundation-field{
  display: none;
}

.gform_wrapper.msa-form_wrapper .gfield{
  margin-bottom: 30px;
}
.gform_wrapper.msa-form_wrapper .gfield_required{
  display: inline!important;
}
.gform_wrapper.msa-form_wrapper .gfield_required:before{
  content: '*';
  color: #c02b0a;
  display: inline-block;
}
.gform_wrapper.msa-form_wrapper .gfield_required span{
  display: none!important;
}
.gform_wrapper.msa-form_wrapper .gfield.label-required{
  margin-bottom: 0;
}
.gform_wrapper.msa-form_wrapper .gfield.label-required h4{
  margin-bottom: 0;
  font-weight: 500;
}
.gform_wrapper.msa-form_wrapper .gfield_description{
  padding-top: 4px!important;
}
.gform_wrapper.msa-form_wrapper .ginput_container_textarea{
  margin-top: 3px;
}
.gform_wrapper.msa-form_wrapper .field_description_above .gfield_description{
  padding-bottom: 5px!important;
  padding-top: 0!important;
}
.gform_wrapper.msa-form_wrapper .gfield_html p{
  margin-bottom: 5px;
}
.gform_wrapper.gravity-theme .ginput_total{
  color: #10312B!important;
  font-weight: bold;
  font-size: 1.125em;
}
.gform_wrapper.msa-form_wrapper .gfield.gfield_total label{
  font-weight: bold!important;
  text-transform: none;
  font-size: 1.25em;
}
.gform_wrapper.msa-form_wrapper .gfield.gfield_total{
  border-top: 1px solid #10312B;
  padding-top: 40px;
}
.gform_wrapper.msa-form_wrapper .gfield_label{
  font-weight: 500!important;
}
.gform_wrapper.msa-form_wrapper .gfield_radio{
  margin-bottom: 0!important;
}
.gform_wrapper.msa-form_wrapper .gfield .ginput_stripe_creditcard .ginput_full:first-child{
  margin-bottom: 15px!important;
}
.gform_wrapper .nice-select .list{
	max-height: 400px;
	overflow: auto;
}

/* Buddy Boss fix */

body.bp-search .buddypanel{
  top: 0;
}

body.bp-search.logged-in .buddypanel{
  top: 0;
}

body.buddypress header{
  padding: 0!important;
  top: 28px;
}

body.bb-template-v2:not(.buddypanel-open) .buddypanel .buddypanel-site-icon{
  padding-top: 26px;
}

.bb-yoast-breadcrumbs{
  max-width: 1310px;
  padding: 0 10px;
  margin-bottom: 20px;
}

#primary-navbar ul li:first-child{
  margin-left: -15px;
}
/*
body.bp-search .site-header{
  margin-top: 28.5px;
}*/

.gfield_radio input[type=radio]+.bb-radio-label, .gfield_radio input[type=radio]+label, .gfield_checkbox input[type=checkbox]+label{
  position: static;
}

.form-item, form{
	margin-bottom: 0;
}

footer.entry-footer{
	display: none;
}

.bb-grid-cell:not(.no-gutter), .bb-grid>:not(.no-gutter){
	padding-left: 0;
	padding-right: 0;
}

.container{
	max-width: 1350px;
}

.sticky-header .site-header{
	-webkit-transition: unset;
	transition: unset;
	box-shadow: none;
}

.sticky-header .site-header.has-scrolled{
	box-shadow: none;
}

.entry-header{
	margin-bottom: 0;
	position: relative;
	padding: 0;
	background: transparent;
	top: 0!important;
}

.iframe-wrapper{
	padding-top: 0;
}

dd, ol, ul{
	margin: 0;
}

.woocommerce-checkout .bb-wc-co{
	display: block;
	margin-left: 0;
	margin-right: 0;
}

.woocommerce-checkout .bb-wc-co .bb-wc-col{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#donation-info .bb-order-review{
	display: none;
}

#donation-info table{
	margin-bottom: 0;
	font-size: inherit;
	border: 0;
	border-radius: 0;
}

.wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-radio{
	position: absolute;
	border: 0;
}

.wc-pao-addon.wc-pao-addon-dedicated-to .wc-pao-addon-wrap{
	padding-left: 0;
}

.woocommerce-checkout .bb-wc-co #customer_details{
	background-color: transparent;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
}

.woocommerce form .form-row select{
	border-radius: 0;
}

table tr:last-child td:last-child{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#donation-page .opc_order_review table{
	font-size: 1em;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table th{
	border-bottom: 0;
}

.groups.group-members #group-members-search {
    width: calc(100% - 45px);
    padding-left: 35px;
}

.bb-grid{
	margin-left: 0;
	margin-right: 0;
}

.primary-menu a, a.user-link{
	font-size: 0.889em;
}

.bb-sub-menu{
	text-align: left;
}

header .ab-submenu{
	width: auto;
}

header.site-header--bb{
    box-shadow: 0 1px 0 0 rgb(139 141 157 / 5%), 0 0 1px 0 rgb(65 71 108 / 15%);
    padding: 0!important;
}

body.buddypress{
	padding-top: 76px;
}

body.non-bb header {
  width: 100%!important;
}

.woocommerce-checkout .bb-wc-co .bb-order-review{
  background-color: transparent!important;
  border: 0!important;
  padding: 0!important;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
  background: transparent!important;
}

#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row{
  margin-bottom: 20px!important;
}

.gform_wrapper .community-registration .gfield:not(.hide-on-view):not(.no-mb):not(.gsection){
  margin-bottom: 20px!important;
}

body:not(.wp-admin) .hide-on-view, .gform_wrapper .community-registration .gfield.hide-on-view{
  height: 0;
  margin-bottom: 0!important;
}

body:not(.wp-admin) .hide-on-view *, body:not(.wp-admin) .hide-on-view .gfield_label{
  font-size: 0!important;
  opacity: 0;
  height: 0;
  margin: 0!important;
  line-height: 0!important;
}

.gform_wrapper.gravity-theme .gfield_total .gfield_label{
  font-weight: bold!important;
  margin-bottom: 0!important;
  font-size: 1.25em!important;
}

.ginput_container_total input{
  padding: 0!important;
  font-size: 1.25em!important;
}

.gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend{
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gform_wrapper .community-registration .gfield .gfield_radio, .gform_wrapper .community-registration .gfield .gfield_radio .gchoice:last-child,
.gform_wrapper .disable-input label{
  margin-bottom: 0!important;
}

.gform_wrapper .disable-input input, .gform_wrapper .disable-input [type="text"], .gform_wrapper.gravity-theme .disable-input input[type=text]{
  border: 0!important;
  padding: 0!important;
  background: transparent!important;
  height: 20px!important;
}

.gform_wrapper .community-registration .total-field{
  margin-top: 10px!important;
  margin-bottom: 30px!important;
}

.gform_wrapper.gravity-theme .gsection{
  margin-bottom: 20px;
}

.gform_wrapper .community-registration .gfield_html{
  padding-top: 15px!important;
}

.gform_wrapper .community-registration .gfield_html P{
  padding-left: 0!important;
  padding-right: 0!important;
  font-size: 15px;
  line-height: 1.4em;
}

.gform_wrapper .community-registration .gsection_title{
  margin-bottom: 0!important;
}

.gform_wrapper .community-registration .ginput_product_price_label{
  display: none;
}

.gform_wrapper .community-registration .ginput_product_price{
  font-weight: bold;
  color: #10312B;
}

.pricing-table h2{
  margin-bottom: 20px;
}

.pricing-table .intro{
  margin-bottom: 50px;
}

.pricing-table .pricing-item{
  margin-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-table .pricing-item h2{
  font-size: 1.25em;
  text-align: center;
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #D3D655;
  line-height: 1.25em;
}

.pricing-table .pricing-item .wrapper{
  background: #A8AD00;
}

.pricing-table .pricing-item .inner{
  padding: 30px;
}

.pricing-table .pricing-item h3.price{
  font-size: 3.75em;
  line-height: 0.8em!important;
  margin-bottom: 10px;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
}

.pricing-table .pricing-item h3.price span{
  font-size: 16px;
  font-weight: 400;
  margin-left: -8px;
  letter-spacing: 1px;
  position: relative;
  top: -3px;
}

.pricing-table .pricing-item .button-block{
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.pricing-table .pricing-item p:last-child{
  margin-bottom: 0;
}

.pricing-table .extra-content a{
  font-weight: bold;
  text-decoration: underline;
  color: #10312B;
}

.pricing-table .extra-content a:hover{
  color: #255A50;
}

.donation-received h1{
  font-size: 3.5em;
}

.community-registration .gfield.flex-options .gfield_radio{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.community-registration .gfield.flex-options .gfield_radio .gchoice{
  width: auto;
  margin-right: 40px!important;
  margin-bottom: 0!important;
  float: left;
}

.community-registration .gfield.negative-mt{
  margin-top: -20px!important;
}

.community-registration .gfield.flex-options .gfield_radio .gchoice label{
  min-width: 100%;
}

.donation-received .btn{
  border: 0!important;
  text-align: left!important;
}

.tcc.layout_5 h3{
  font-weight: bold;
  font-size: 1.7765em;
}

.tcc.layout_5 ul{
  padding-left: 20px;
  margin-bottom: 40px;
}

.tcc.layout_5 li{
  font-size: 1.25em;
  margin-bottom: 20px;
}

.tcc.layout_5.white .ccr-icon.top_left, .tcc.layout_5.white .ccr-icon.bottom_left{
  opacity: 1;
  filter: unset;
}

.tcc.layout_5 .ccr-icon.top_left{
  top: 350px;
  width: auto;
  left: -320px;
}

.tcc.layout_5 .ccr-icon.top_left

.bb-custom-typo h1, .bb-custom-typo .h1, .bb-custom-typo .h2, .bb-custom-typo h3, .bb-custom-typo .h3, .bb-custom-typo h4, .bb-custom-typo .h4, .bb-custom-typo h5, .bb-custom-typo .h5, .bb-custom-typo h6, .bb-custom-typo .h6, .bb-custom-typo .bb-course-footer, .bb-custom-typo .ld-table-list-header .ld-text, .bb-custom-typo .gamipress-achievement-points, .bb-custom-typo .vjs-modal-dialog-content{
  font-family: interstate, sans-serif!important;
}

.tcc.layout_5 .content.second{
  margin-top: -52px;
}

#hero.has-headline.style-small_caps .inner .btn{
  display: inline-block;
}

#hero.has-headline.style-small_caps .inner .btn + .btn{
  padding-left: 60px;
}

.tcc.layout_5 .container{
  position: relative;
  z-index: 12;
}

.community-registration_wrapper .gfield_description{
  margin-top: -3px!important;
  padding-bottom: 6px!important;
  line-height: 1.4em!important;
}

.gform_wrapper .community-registration .gfield_html h3{
  font-weight: bold;
  margin-bottom: 7px;
  font-size: 1.325em;
}

.gform_wrapper .community-registration .gfield.section-style label{
  font-weight: bold!important;
  text-transform: none;
  margin-bottom: 15px!important;
  font-size: 1.325em!important;
}

.gform_wrapper .community-registration .gfield.section-style .gfield_description{
  padding-bottom: 10px!important;
}

.gform_wrapper .community-registration .gfield_html p:last-child{
  margin-bottom: 0!important;
}

.gform_wrapper .community-registration .gfield_html.disclaimer p{
  margin-bottom: 10px!important;
}

.gform_wrapper .disclaimer-chb .gfield_checkbox{
  margin-top: 0!important;
}

.gform_wrapper .community-registration .gfield_html.disclaimer p:last-child{
  margin-bottom: 0!important;
}

.gform_wrapper .community-registration .gform_footer{
  text-align: left;
  justify-content: flex-start;
  max-width: 160px;
}

.gform_wrapper .community-registration .gform_footer .gform_button,
.gform_wrapper .program-submission .gform_footer .gform_button{
  background: #10312B!important;
  border-radius: 0;
  text-align: center;
  padding: 15px 20px;
  height: auto!important;
  color: #fff;
  font-size: 1em!important;
  line-height: 1.125em;
  text-transform: uppercase;
  font-weight: 500;
  min-width: 160px;
}

.gform_wrapper .community-registration .gform_footer .gform_button:hover,
.gform_wrapper .program-submission .gform_footer .gform_button:hover{
  background: #255A50!important;
}

.gfield_checkbox button{
  margin-top: 0!important;
  float: left;
  font-size: 1em!important;
  letter-spacing: 0;
  font-family: interstate, sans-serif!important;
  background: none;
  padding: 0;
  font-weight: 500;
  text-decoration: underline;
}

.gfield_checkbox button:hover, .gfield_checkbox button:focus{
  color: #10312B!important;
  text-decoration: none!important;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select{
  font-size: 14px!important;
  color: #10312B!important;
  font-weight: bold!important;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev{
  color: #10312B!important;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span{
  color: #10312B!important;
  font-size: 14px!important;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default{
  color: #10312B;
  font-size: 14px;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled .ui-state-default{
  opacity: 0.4;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:focus, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:hover{
  border-color: #D3D655;
  background-color: #D3D655;
}

.gform_wrapper #gf_coupon_info .gf_coupon_item .gf_coupon_name_container{
  padding: 0!important;
}

.gform_wrapper #gf_coupon_info .gf_coupon_item td{
  border-bottom: 0!important;
  font-size: 14px!important;
}

.gform_wrapper #gf_coupon_info .gf_coupon_item .gf_coupon_discount_container{
  padding: 1px 0 0 1px!important;
  border-bottom: 0!important;
  font-size: 14px!important;
}

.gform_wrapper #gf_coupon_info .gf_coupon_item .gf_coupon_name_container a{
  margin-top: 1px!important;
  width: 15px!important;
  height: 15px!important;
  background-size: cover!important;
}

.gform_wrapper input#gf_coupon_button.button{
  border-radius: 0!important;
  font-weight: bold!important;
}

.module .btn.wrap{
  padding-left: 0;
}

body.logged-in:not(.buddypress):not(.role-administrator) #tpbr_topbar{
  top: 0!important;
}

body.logged-in:not(.buddypress):not(.role-administrator) header{
  top: 0;
}

#header-aside .bb-my-account-menu li.for-facilitators{
  display: none;
}

body.role-facilitator #header-aside .bb-my-account-menu li.for-facilitators{
  display: block;
}

#whats-new-form .bb-model-header#activity-header{
  padding: 10px 20px!important;
}

.my-activity #bp-nouveau-activity-form{
	display: none;
}

.my-activity.my-account #bp-nouveau-activity-form{
	display: block!important;
}

.bp-user.activity #activity-post-form-privacy label[for="public"], .bb-template-v2 .bb-media-privacy-wrap .activity-privacy .public, #bp-activity-privacy-point.public{
  display: none;
}

.bp-user.activity #bp-activity-privacy-point.public .bp-activity-privacy-status{
  font-size: 0;
  position: relative;
}

.bp-user.activity #bp-activity-privacy-point.public .bp-activity-privacy-status:before{
  content: 'Only Me';
  font-size: 13px;
}

.bp-user.activity #bp-activity-privacy-point.public .privacy-point-icon:before{
  content: "\e95d";
}

.bb-groups-invites-left input#group_invites_search{
  max-width: calc(100% - 50px);
  color: var(--green);
}

body.groups.membership-requests #bbpress-forums .bp-list .action .generic-button a,
body.groups.membership-requests #buddypress .bp-list .action .generic-button a{
  color: var(--ns_white);
}

.gfield.voucher-note{
  padding-top: 0!important;
  color: red!important;
  margin-top: -30px!important;
  margin-bottom: 0!important;
}

.gform_wrapper.gravity-theme .gfield.voucher-note{
  padding-top: 0!important;
}

.gfield.trial-description, .gfield.trial-disclaimer{
  margin-top: -25px!important;
}

.gfield.trial-description .gfield_description, .gfield.trial-disclaimer{
  font-size: 1em;
}

.gfield.trial-disclaimer{
  font-weight: 600;
  text-transform: uppercase;
}

.gfield.trial-description .ginput_container{
  display: none;
}

.community-registration.load-spinner .gform_body *{
  opacity: 0.75;
  pointer-events: none;
}

.logged-in .community-registration .gfield.username{
  display: none;
}

/* Program submission */
.program-submission .facilitators .select2{
  width: 100%!important;
}
.program-submission .facilitators .select2-container .select2-search--inline{
  width: 100%!important;
  margin-top: 5px;
}
.program-submission .facilitators .select2-container .select2-search--inline input{
  width: 100%!important;
  background: #fff;
}
.program-submission .facilitators .select2-selection{
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
}
.program-submission .facilitators .select2-selection ul{
  padding: 0!important;
}
.program-submission .gfield{
  margin-bottom: 20px!important;
}
.program-submission .gfield_description.gform_fileupload_rules{
  padding: 0!important;
  margin: 0!important;
}
.program-submission textarea{
  border-radius: 0!important;
}
.program-submission .ginput_container_fileupload label{
  padding: 10px!important;
  font-weight: normal;
}
.gform_wrapper .program-submission .gfield_list_icons button{
  font-size: 0!important;
}
.program-submission .gform_footer{
  margin-top: 30px!important;
  float: left;
}
.gform_wrapper .program-submission .gform_footer input{
  float: left;
}
.program-submission .mce-txt{
  font-size: 17px!important;
  letter-spacing: 0!important;
}
.program-submission .ginput_container_date input{
  width: 100%;
}
.program-submission .gfield_list_group.gform-grid-row{
  display: block!important;
  margin-bottom: 30px!important;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.program-submission .gfield_list_group_item{
  width: 100%!important;
}
.program-submission .gfield_list_group_item+.gfield_list_group_item{
  margin-left: 0!important;
  margin-top: 20px!important;
}
.program-submission .gfield_list_header{
  display: none!important;
}
.program-submission .gfield_list_groups{
  padding-top: 10px;
}
.program-submission .gfield_list_group .gfield_list_group_item:nth-child(1):before{
  content: 'Title';
  display: block;
}
.program-submission .gfield_list_group .gfield_list_group_item:nth-child(2):before{
  content: 'Content';
  display: block;
}
.program-submission .gfield_list_group textarea{
  max-height: 120px;
}
.program-submission .gfield_list_icons{
  margin: 10px 0;
  float: left;
  width: 100%!important;
  justify-content: flex-start!important;
}
.program-submission .gfield_list_icons:before{
  content: 'Add/Remove Additional Info Section';
  display: block;
  margin-right: 10px;
  font-size: 14px;
}
.program-submission .focus-areas .gfield_checkbox{
  column-count: 2;
}

body.page-id-12650 .select2-container .select2-dropdown{
  margin-top: 24px;
}
.update-profile .gfield_checkbox{
  column-count: 2;
}
.update-profile .gfield--type-checkbox{
  margin-top: 10px!important;
}
.update-profile .gform_confirmation_message{
  text-align: center;
  margin-bottom: 100px;
  font-size: 1.25em;
}
.gm-style-iw-chr{
  position: absolute;
  right: 0;
  z-index: 9999;
}
.gm-style-iw-chr button{
  width: 35px!important;
  height: 35px!important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gm-style-iw-chr button span{
  margin: 0!important;
}
#program-calendar #search.display-toggle{
  margin-bottom: 0;
}
.page-template-page-program-calendar .map-pin .image-wrapper{
  height: 100%;
  display: block;
  background-size: cover;
  position: absolute;
  background-position: center;
}
.page-template-page-program-calendar .map-pin .image-wrapper a{
  position: absolute;
  width: 100%;
  height: 100%;
}
.page-template-page-program-calendar .map-pin .content-wrapper{
  width: calc(100% - 245px);
  float: right;
}
.program-details .content img.alignleft{
  margin-right: 20px;
  margin-bottom: 20px;
}
.program-details .content img.alignright{
  margin-left: 20px;
  margin-bottom: 20px;
}
.program-details .content img.alignnone {
    margin-top: 10px;
    margin-bottom: 10px;
}
.gfield.current-address p{
  padding: 0!important;
  margin-top: -10px;
}
.single-programs .program-facilitators .post-item:nth-child(4), .single-programs .program-facilitators .post-item:nth-child(7),
.single-programs .program-facilitators .post-item:nth-child(10), .single-programs .program-facilitators .post-item:nth-child(13){
	clear: left;
}

@media screen and (max-width: 1699px){
  .tcc.layout_3 .layout-arrow{
    left: -150px;
  }
  .content-image .upright-arrow{
    right: -130px;
  }
  .map .ccr-icon{
    left: -350px;
  }
}

@media screen and (max-width: 1599px){
  .tcc.layout_3 .layout-arrow{
    left: -90px;
    width: 200px;
  }
  .content-image .upright-arrow{
    right: -80px;
    width: 170px;
  }
  .map .ccr-icon{
    max-width: 550px;
  }
}

@media screen and (max-width: 1449px){
  .tcc.layout_3 .layout-arrow{
    left: -25px;
    width: 140px;
  }
}

@media screen and (max-width: 1349px){
  .wp-block-columns, .wp-block-group__inner-container{
    max-width: 1140px;
  }
  .content-image .upright-arrow{
    width: 100px;
    top: 150px;
  }
  .tcc.layout_3 .layout-arrow {
    display: none;
  }
  .ccr-icon, #hero.layout_3.has-video .hero-icon{
    max-width: 600px;
  }
  .content-image .ccr-icon{
    top: 0;
  }
  #post-entry.bio .subheading div{
    font-size: 0.889em;
    margin-right: 12px;
    line-height: 1.3em;
  }
  #post-entry.bio .subheading .languages{
    padding-left: 12px;
  }
  blockquote{
    font-size: 3.5em;
  }
  .ls-form h2{
    padding-left: 0;
  }
  .ls-form form{
    padding-right: 0;
  }
  .current-programs.library-carousel .slide-group .item:nth-child(3){
    width: 57%;
    margin-left: 30px;
  }
  .cpt-carousel .slide-group .item:nth-child(2){
    width: 38%;
  }
}

@media screen and (max-width: 1199px){
  .woocommerce-view-subscription .account-subscription-details{
    width: 100%;
  }
  .woocommerce-view-subscription .account-subscription-details.right{
    margin-bottom: 60px;
  }
  .woocommerce-MyAccount-content form .col{
    width: calc(50% - 15px);
  }
  .woocommerce-MyAccount-content form .col fieldset{
    margin: 0!important;
    padding: 0!important;
  }
  .woocommerce-MyAccount-content form .form-row{
    padding: 0!important;
    margin-bottom: 15px;
  }
  #donation-page #donation-amount .opc_order_review, #donation-page #donation-amount .intro-screen{
    margin-left: 0;
  }
  #donation-amount .vt{
    padding-left: 0;
  }
  .icon-pods .item:nth-child(5), .icon-pods .item:nth-child(9), .icon-pods .item:nth-child(13){
    clear: none;
  }
  .icon-pods .item:nth-child(4), .icon-pods .item:nth-child(7), .icon-pods .item:nth-child(10),  .icon-pods .item:nth-child(13){
    clear: left;
  }
  .wp-block-columns, .wp-block-group__inner-container{
    max-width: 940px;
  }
  .module.form{
    padding-top: 50px;
  }
  .module.form .module-top-wave{
    height: 100px;
    top: -70px;
  }
  .module.form .module-bottom-wave {
    height: 120px;
    bottom: -100px;
  }
  .testimonial-carousel .info .col.right{
    padding-left: 20px;
    padding-right: 0;
  }
  .testimonial-carousel .info .vheight, .testimonial-carousel .info .col.left{
    padding-right: 20px;
  }
  .content-image .upright-arrow{
    display: none;
  }
  header .logo-wrapper{
    width: 200px;
  }
  header .logo img{
    height: 70px;
  }
  header .menu-wrapper{
    width: calc(100% - 200px);
  }
  header .main-menu #menu-main-menu{
    padding-left: 0;
  }
  header .main-menu #menu-main-menu{
    display: block;
  }
  header .main-menu li{
    font-size: 0.85em;
  }
  header .main-menu li a{
    padding: 20px 8px;
  }
  header .main-menu li.menu-item-has-children > a:after{
    margin-left: 5px;
  }
  header .main-menu li a:before{
    bottom: 16px;
  }
  header .main-menu li .sub-menu li{
    font-size: 1em;
  }
  header .main-menu li .sub-menu{
    width: 200px;
  }
  header .main-menu li:last-child .sub-menu{
    width: 150px;
  }
  header .main-menu li.library .sub-menu{
    width: 105px;
  }
  header .main-menu li .sub-menu li a{
    padding: 10px 16px;
  }
  body{
    padding-top: 179px;
  }
  .hero-icon{
    width: 550px;
  }
  blockquote, #hero.layout_3.scale-title h1:not(.page-title){
    font-size: 3.25em;
  }
  .module.testimonial.has-top_wave{
    nargin-top: 100px;
  }
  .testimonial.has-image .wp-image{
    margin-top: -260px;
  }
  .modal .modal-content{
    padding: 80px 60px;
  }
  .content-image.pos-left.has-icon .content, .content-image.content-artwork.has-rect_image .content{
    padding-left: 60px;
  }
  #hero h1, h2, .content-artwork h3, .block-intro h3{
    font-size: 2.225em;
  }
  footer h2.gform_title{
    margin-top: 30px;
  }
  .content-artwork h2, .block-intro h2, .raffles{
    line-height: 1.1em!important;
    font-size: 3.5em!important;
  }
  #hero.double-ccr-icon .hero-icon.left{
    width: 380px;
    left: -200px;
  }
  #hero.double-ccr-icon .hero-icon.right{
    width: 300px;
  }
  .staff.post-item h3{
    font-size: 1.25em;
  }
  .staff.post-item p{
    font-size: 0.8889em;
    line-height: 1.2em;
  }
  .staff.post-item .content{
    margin-top: 20px;
  }
  .slide-group .item:nth-child(2) .content{
    padding-left: 40px;
    top: -100px;
  }
  .slide-group .item:nth-child(2){
    margin-top: 60px;
  }
  .slide-group .item:nth-child(3){
    margin-left: 40px;
  }
  .cpt-carousel.programs .flex-direction-nav{
    top: -20px;
  }
  .cpt-carousel.programs .pager{
    top: -12px;
  }
  .current-programs .block-intro{
    margin-top: 80px;
  }
  #program-calendar #search-bar .field-group{
    width: calc(20% - 20px);
    margin-right: 20px;
  }
  #program-calendar #search-bar label{
    font-size: 0.889em;
    margin-bottom: 0;
  }
  #program-calendar #search-bar .field-group.action{
    float: right;
    margin-top: 20px;
  }
  #hero.core-program-hero .hero-icon{
    max-width: 450px;
    top: 200px;
  }
  .core-program-hero{
    margin-bottom: 200px;
  }
  .wrapper-bl, .single-staff .wrapper-bl, .author .wrapper-bl{
    padding-left: 40px;
    margin-left: 0;
  }
  #post-entry.program-details{
    margin-bottom: 0;
  }
  .core-icon, .map .ccr-icon{
    width: 500px;
  }
  .resources.module .block-intro{
    display: flex;
    align-items: center;
  }
  #hero.layout_4 .sidebar{
    padding-left: 40px;
  }
  #hero .sidebar .contact-links li, #hero.layout_4 .contact-details p{
    font-size: 1em;
  }
  #hero .sidebar .contact-details{
    margin-bottom: 20px;
  }
  #hero .sidebar .contact-links{
    margin-bottom: 40px;
  }
  #hero.layout_4 .content{
    padding-right: 0;
  }
  .icon-pods .block-intro h2, .gtai .block-intro h2{
    font-size: 5em!important;
  }
  .resources .block-intro h2{
    margin-bottom: 0;
  }
  .current-programs.library-carousel .slide-group .item:nth-child(2){
    margin-top: 80px;
  }
  .current-programs.library-carousel .slide-group .item:nth-child(2) .content{
    padding-left: 0;
  }
  .cpt-carousel .slides .slide-group .item h2{
    font-size: 1.125em;
  }
  .slide-group .item:first-child .image-wrapper, .slide-group .item:first-child .video-wrapper,
  .slide-group .item:nth-child(3) .image-wrapper, .slide-group .item:nth-child(3) .video-wrapper{
    margin-right: 15px;
  }
  #result #map_canvas{
    height: 480px;
  }
  #search-bar.map-view .field-group{
    width: calc(25% - 20px);
    margin-right: 20px;
  }
  #search-bar.map-view .field-group.keyword{
    width: 25%;
    margin-right: 0;
  }
}

@media screen and (max-width: 991px){
	header .main-menu li.library .sub-menu{
		width: 100%;
	}
  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{
    padding-top: 0;
  }
  .woocommerce-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a{
    float: none!important;
    display: block!important;
    margin-bottom: 40px;
  }
  .woocommerce-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions{
    padding: 0!important;
    border-top: 0!important;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
    background-color: transparent!important;
  }
  .woocommerce-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions:before{
    content: none!important;
  }
  .myaccount-mobile-nav .woocommerce-MyAccount-navigation{
    display: none;
    float: left;
  }
  .wc-menu-display .myaccount-mobile-nav .woocommerce-MyAccount-navigation{
    display: block;
  }
  .woocommerce-MyAccount-navigation ul li.is-active:first-child{
    border-top: 1px solid #FFFDF4;
  }
  .woocommerce-MyAccount-navigation ul li a{
    padding: 10px 15px;
  }
  .myaccount-mobile-nav{
    float: left;
    width: 100%;
    margin-bottom: 50px;
    border: 1px solid #10312B;
    border-bottom: 0;
  }
  .myaccount-mobile-nav .wc-navbar{
    position: relative;
    top: 0;
  }
  .myaccount-mobile-nav .navbar-header{
    position: relative;
    width: 100%;
    float: left;
  }
  .myaccount-mobile-nav .navbar-header:before{
    content: '';
    width: 20px;
    height: 3px;
    background: #fff;
    position: absolute;
    right: 15px;
    top: 21px;
    z-index: 1;
  }
  .myaccount-mobile-nav .navbar-header:after{
    content: '';
    width: 3px;
    height: 20px;
    background: #fff;
    position: absolute;
    right: 23px;
    top: 12px;
  }
  .myaccount-mobile-nav .navbar-header button{
    width: 100%;
    height: auto;
    float: left;
    background: #10312B;
    color: #fff;
    padding: 10px 15px;
  }
  .myaccount-mobile-nav .navbar-header button .screen-reader{
    text-indent: 0;
    float: left;
    font-size: 1em;
    width: auto;
    height: auto;
    letter-spacing: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-MyAccount-content form .col{
    width: 100%;
  }
  .woocommerce-MyAccount-content form .col{
    margin-bottom: 30px;
  }
  .woocommerce-Addresses .col-1, .woocommerce-Addresses .col-2{
    width: 100%!important;
  }
  .woocommerce-account #page-content{
    padding-top: 0;
  }
  .dashboard-grid.row{
    margin-top: 20px;
  }
  #wpadminbar #wp-admin-bar-customize, #wpadminbar #wp-admin-bar-new-content, #wpadminbar #wp-admin-bar-duplicate-post, #wpadminbar #wp-admin-bar-gform-forms,
  #wpadminbar #wp-admin-bar-edit, #wpadminbar #wp-admin-bar-wpseo-menu{
    display: none!important;
  }
  .woocommerce-account .woocommerce-MyAccount-content h2.section-title{
    font-size: 2em;
  }
  #order_review .woocommerce-checkout-review-order-table{
    display: table!important;
  }
  #order_review_heading{
    display: block!important;
    background: #EEEDDB;
    margin-bottom: 0!important;
    padding: 15px 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1em;
  }
  #order_review .opc_order_review{
    background: #EEEDDB;
    padding: 5px 15px 10px;
    margin-bottom: 40px;
  }
  #donation-page h3{
    margin-bottom: 15px;
  }
  #order_review .opc_cart_item td.product-name{
    padding-left: 0!important;
  }
  .page-template-page-opc-donate header, .page-template-page-plain header{
    padding-top: 12px!important;
  }
  #donation-page{
    padding-top: 0;
  }
  .opc-back-to span, .page-template-page-opc-donate header .toggle-search, .page-template-page-plain .navbar,
  .page-template-page-opc-donate header .navbar, .page-template-page-plain .toggle-search{
    display: none;
  }
  #hero.layout_1.has-headline.style-small_caps .featured-image{
    max-width: 100%;
  }
  .site-header.show{
    margin-top: 0;
  }
  .page-id-6015 header{
    padding-top: 12px;
  }
  #hero.layout_2 .content.txt-center .gform_wrapper{
    margin-top: 40px;
  }
  #tpbr_topbar{
    display: none!important;
  }
  .icon-pods .item:nth-child(odd){
    clear: left!important;
  }
  .icon-pods .item:nth-child(even){
    clear: none!important;
  }
  .map .ccr-icon{
    left: -250px;
    max-width: 400px;
    top: auto!important;
    bottom: 0;
  }
  .icon-pods .item{
    margin-bottom: 40px;
  }
  body.theme-green #hero.green, body.theme-lime #hero.lime{
    padding-top: 75px;
  }
  .content-image .upright-arrow{
    display: none;
  }
  body{
    padding-top: 75px;
  }
  header{
    border-bottom: 1px solid #D8D8D850!important;
    padding: 12px 0!important;
    border-bottom: 0;
  }
  header .wrapper{
    border-top: 0;
    border-bottom: 0;
    position: relative;
    height: calc(100% - 115px);
  }
  header .logo img{
    height: 50px;
  }
  header .logo-wrapper{
    padding: 0;
    width: 150px;
  }
  .navbar-header button{
    background: transparent;
    border: 0;
    position: relative;
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    top: 0;
  }
  .navbar-header button:focus{
    outline: none;
  }
  .navbar-header button .screen-reader{
    text-indent: -9999px;
    float: none;
    font-size: 0em;
    width: 0;
    height: 0;
  }
  .screen-reader.close{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    z-index: -1;
  }
  .menu-overlay .screen-reader{
    opacity: 0;
    visibility: hidden;
  }
  .menu-overlay .screen-reader.close{
    opacity: 1;
    visibility: visible;
  }
  body.menu-overlay{
    overflow: hidden;
  }
  .navbar{
    position: absolute;
    top: 9px;
    right: 15px;
    z-index: 999;
  }
  .icon-bar {
    background: #A8AD00;
    display: block;
    width: 35px;
    height: 3px;
    margin: 0;
  }
  header.lime .icon-bar, header.white .icon-bar{
    background: #10312B;
  }
  .icon-bar.top {
    top: 5px;
    right: 0;
    -webkit-transition: -webkit-transform .4s,top .2s .2s;
    -o-transition: -o-transform .2s,top .2s .2s;
    transition: transform .2s,top .2s .2s;
    position: absolute;
  }
  .icon-bar.middle {
    top: 16px;
    right: 0;
    -webkit-transition: -webkit-transform .4s,top .2s .2s;
    -o-transition: -o-transform .2s,top .2s .2s;
    transition: transform .2s,top .2s .2s;
    position: absolute;
  }
  .icon-bar.bottom {
    bottom: 5px;
    right: 0;
    -webkit-transition: -webkit-transform .2s,bottom .2s .2s;
    -o-transition: -o-transform .2s,bottom .2s .4s;
    transition: transform .2s,bottom .2s .2s;
    position: absolute;
  }
  .menu-overlay .icon-bar{
    background: #A8AD00!important;
  }
  .menu-overlay .icon-bar.top {
    top: calc(50%);
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .2s,-webkit-transform .2s .2s;
    -o-transition: top .2s,-o-transform .2s .2s;
    transition: top .2s,transform .2s .2s;
  }
  .menu-overlay .icon-bar.middle{
    opacity: 0;
  }
  .menu-overlay .icon-bar.bottom {
    bottom: calc(50% - 3px);
    right: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom .2s,-webkit-transform .2s .2s;
    -o-transition: bottom .2s,-o-transform .2s .2s;
    transition: bottom .2s,transform .2s .2s;
  }
  .mobile-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s,visibility 0s .2s;
    -o-transition: opacity .2s,visibility 0s .2s;
    transition: opacity .2s,visibility 0s .2s;
    z-index: 1000;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: #10312B;
    overflow-x: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  header .mobile-menu li{
    width: 100%;
    float: left;
  }
  header .mobile-menu li a{
    color: #FFFDf4!important;
  }
  header .main-menu li .sub-menu li a:hover{
    color: #10312b!important;
  }
  header .main-menu li:last-child .sub-menu{
    width: 100%;
  }
  .logged-in .mobile-menu{
    top: 0;
  }
  .menu-overlay .mobile-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
  }
  .menu-main-container{
    margin: 0;
    width: 100%;
    display: none;
  }
  .toggle-menu .menu-main-container{
    display: block;
  }
  .container{
    padding-left: 15px;
    padding-right: 15px;
  }
  .row{
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-mimic{
    width: 100%;
    padding: 12px 0;
    float: left;
    position: relative;
    border-bottom: 1px solid #FFFDf450;
    margin-bottom: 30px;
  }
  .header-mimic .navbar{
    right: 15px;
  }
  .header-mimic .logo{
    float: left;
  }
  .mobile-menu li{
    display: block;
    position: relative;
    text-align: left;
    font-weight: 500;
  }
  header .main-menu li a:before{
    content: none;
  }
  header .main-menu li{
    font-size: 1.375em;
    font-weight: 500;
  }
  header .main-menu li.menu-item-has-children > a{
    pointer-events: none;
  }
  .mobile-menu li a{
    display: block;
    color: #231F20;
  }
  header .main-menu li a{
    padding: 13px 0;
  }
  header .main-menu li.menu-item-has-children > a:after{
    position: absolute;
    right: 16px;
    top: 23px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 3.5px;
  }
  .toggle-search{
    background-color: transparent;
    position: absolute;
    right: 50px;
    padding: 0;
    background-size: 28px;
    top: 7px;
    z-index: 999;
  }
  .toggle-search:hover{
    background-color: transparent;
  }
  header.green .toggle-search, .header-mimic .toggle-search{
    background: url('../images/search-icon-lime.svg') no-repeat center;
    background-size: 28px;
    position: relative;
  }
  header.green .toggle-search.open, .header-mimic .toggle-search.open{
    background: url('../images/close.svg') no-repeat center;
    width: 26px;
    height: 26px;
    background-size: 30px;
    top: 15px;
    right: 56px;
  }
  .mobile-menu li a:hover{
    text-decoration: none;
  }
  .mobile-menu .mega-menu, .mobile-menu .menu{
    width: 100%;
    float: left;
  }
  header .main-menu li.menu-item-has-children:hover ul{
    display: none;
  }
  header .main-menu li.menu-item-has-children ul{
    position: fixed;
    top: 0;
    right: -100%;
    transition: all 0.5s ease-in-out;
    background-color: #10312B;
    margin: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
    z-index: 9999;
    left: auto;
    display: block!important;
  }
   header .main-menu li.menu-item-has-children ul li{
    max-width: 720px;
    margin: 0 auto;
    float: none;
   }
   header .main-menu li .sub-menu li a{
    padding: 12px 17px;
   }
  header .main-menu li ul .back{
    color: #FFFDf4;
    font-weight: 700;
    line-height: 1em;
    border-bottom: 1px solid #FFFDF450;
    padding: 27px 0 28px 15px;
    max-width: 720px!important;
    margin-bottom: 40px!important;
  }
  header .main-menu li ul .back .arrow{
    border-color: #FFFDf4;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-right: 10px;
    position: relative;
    top: -2px;
  }
  header .main-menu li .sub-menu li.back + li{
    font-weight: 500;
  }
  header .search-form input[type="search"]{
    border-color: #FFFDF4;
  }
  header .main-menu li.menu-item-has-children.toggle-submenu ul{
    right: 0;
	  width: 100%;
  }
  header .site-search{
    position: fixed;
    background: #10312B;
    right: -100%;
    width: 100%!important;
    height: 100vh;
    padding-top: 40px;
    top: 75px;
  }
  header{
    height: 75px;
  }
  header .site-search.show{
    right: 0;
    z-index: 99999;
  }
  header .site-search h2{
    color: #FFFDF4;
    font-size: 3em;
  }
  header .site-search .search-form{
    width: 100%;
  }
  .untoggle-search{
    top: -60px;
    color: #FFFDF4;
    font-size: 3.5em;
    font-weight: 300;
    right: 30px;
  }
  header .utility-menu{
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0;
    top: 0;
    margin-top: 30px;
    float: left;
    border: 0;
  }
  header .utility-menu:before{
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    right: -15px;
    width: calc(100% + 40px);
    height: 1px;
    background: #FFFDF450;
    top: -1px;
  }
  header .utility-menu:after{
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    right: -15px;
    width: calc(100% + 40px);
    height: 1px;
    background: #FFFDF450;
    bottom: -1px;
  }
  .logged-in header .utility-menu{
    bottom: 32px;
  }
  header .utility-menu .wrapper:after{
    content: '';
    width: calc(100% + 30px);
    height: 1px;
    background: #FFFDF450;
    left: -15px;
    top: 50px;
    position: absolute;
    z-index: 3;
  }
  header .utility-menu .wrapper{
    max-width: 720px;
    margin: 0 auto;
    height: auto;
    float: none;
  }
  header .utility-menu .col{
    float: left;
    width: 100%;
    background: #10312B;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .utility-menu .col.left a{
    color: #FFFDF4;
    padding: 12px 0;
    text-transform: uppercase;
    display: block;
    width: calc(50% - 5px);
    text-align: center;
  }
  header .utility-menu .col.left:after{
    content: '';
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    background: #FFFDF450;
  }
  header .utility-menu .col .gtranslate_wrapper{
    width: calc(50% - 15px);
    text-align: center;
  }
  header .utility-menu .col .gtranslate_wrapper select{
    width: 100%;
    letter-spacing: 0;
    font-weight: 400;
    padding-left: 0;
  }
  header .utility-menu .button-block{
    background: #EBC542;
    color: #10312B;
    padding: 11px 20px!important;
    width: calc(50% - 5px);
    font-size: 1em;
    font-weight: 500;
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 35px!important;
    min-width: 100px;
  }
  header .utility-menu .button-block:hover{
    background: #255A50;
    color: #ffffff;
  }
  header #google_translate_element2{
    display: block!important;
  }
  .gt_selector{
    font-size: 1em;
    padding: 7px 0;
    margin: 0;
    width: 120px;
    color: #FFFDF4;
    width: calc(50% - 15px);
    margin-right: 10px;
    text-align: center;
    text-align:-moz-center;
    text-align:-webkit-center;
    padding-left: 25px;
  }
  #hero.has-headline .inner, .content-artwork .content, .slide-group .item:nth-child(2) .content, .resources.double_grid .block-intro h2, .library-carousel .block-intro h2,
  .library-carousel .block-intro p, .library-carousel .block-intro .btn, .content-image.pos-left.has-icon .content,
  .content-image.content-artwork.has-rect_image .content, .content-image.pos-right .wp-image, .content-image.content-artwork .content, #hero.has-headline.style-small_caps .inner *,
  #hero.layout_3 .content :not(h1):not(h2), #hero.layout_6 .content :not(h1):not(h2), .content-image.pos-left_under .wp-image{
    padding-left: 0;
  }
  #hero.has-headline .featured-image, .content-image.pos-left_under .content{
    margin-top: 0;
  }
  .testimonial-carousel .flex-direction-nav{
    right: 15px;
  }
  .hero-icon{
    width: 65%;
  }
  #hero.layout_1 .hero-icon{
    top: 80%;
  }
  .home #hero.layout_1.has-headline.has-wave{
    padding-bottom: 400px;
  }
  .home #hero.layout_1 + .hero-wave + .module{
    margin-top: 150px;
  }
  body:not(.home) #hero.layout_1.has-wave + .hero-wave{
    margin-bottom: 0;
  }
  .flex{
    display: block;
  }
  .module.pos-right .flex{
    display: flex;
    flex-direction: column-reverse;
  }
  .content-artwork .circle{
    width: 400px;
    height: 400px;
    top: 30px;
  }
  .module.pos-left .circle{
    right: auto;
    left: -145px;
    top: 30px;
  }
  .module.pos-right .wp-image, .content-artwork .wp-image{
    margin-bottom: 40px;
  }
  .module.testimonial.has-top_wave{
    margin-top: 180px;
  }
  .module, .module.testimonial-carousel.has-icon{
    padding: 100px 0;
  }
  .testimonial.has-image .wp-image{
    max-width: 50%;
    margin-top: -190px;
  }
  blockquote, #hero.layout_3.scale-title h1:not(.page-title){
    font-size: 3em;
  }
  blockquote p, .content-image.pos-left.has-icon .intro, .content-artwork .intro{
    margin-bottom: 20px;
  }
  .content-image.content-artwork p{
    font-size: 1em;
    line-height: 1.5em;
  }
  .testimonial.has-image .content-wrapper{
    padding-right: 0;
    bottom: 0;
    margin-top: 30px;
    padding-bottom: 100px;
  }
  .testimonial.has-image .btn{
    position: absolute;
    margin-top: 0;
    bottom: 32px;
  }
  .current-programs .block-intro p, .current-programs .block-intro .btn, .library-carousel .block-intro .button-group{
    padding-left: 60px;
  }
  .current-programs .block-intro{
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .slide-group .item:nth-child(3){
    margin-left: 0;
  }
  .slide-group .item:first-child .image-wrapper, .slide-group .item:first-child .video-wrapper,
  .slide-group .item:nth-child(3) .image-wrapper, .slide-group .item:nth-child(3) .video-wrapper{
    margin-right: 15px;
  }
  .cpt-carousel .slides li .image-wrapper, .cp-carousel ul li .image-wrapper, .post-item .image-wrapper, .pod-item .image-wrapper, .cpt-carousel .video-wrapper{
    margin-bottom: 15px;
  }
  .cpt-carousel .slides .slide-group .item h2{
    font-size: 1.125em;
    padding-right: 0;
  }
  .slide-group .item:nth-child(2){
    margin-top: 80px;
    padding-left: 30px;
  }
  .content-artwork .content p, .content-image.pos-left_most .content p, .content-image.pos-right_most .content p{
    max-width: 100%;
  }
  .block-intro h3, .intro h3{
    margin-bottom: 0;
  }
  .content-artwork .content h2{
    margin-bottom: 10px;
  }
  .tc-icon{
    width: 200px;
    left: 0;
    top: 0;
  }
  .testimonial-carousel .image-wrapper{
    width: 50%;
    margin-bottom: 30px;
  }
  .testimonial-carousel blockquote{
    padding-top: 80px;
  }
  blockquote:before{
    width: 80px;
    height: 60px;
  }
  .testimonial-carousel .flex-direction-nav, .testimonial-carousel .control-wrap{
    top: 300px;
  }
  .testimonial-carousel .info{
    display: block;
    padding: 15px 0;
    border-bottom: 0;
  }
  .testimonial-carousel .info .col{
    width: 100%;
    padding-right: 0!important;
    padding-left: 0!important;
    border-bottom: 1px solid #9F9E78;
    padding-bottom: 15px;
  }
  .testimonial-carousel .info h4{
    margin-bottom: 5px;
  }
  .testimonial-carousel .info .col.right{
    border-left: 0;
    padding-top: 15px;
    float: left;
    text-align: left;
    border-bottom: 0;
  }
  .testimonial-carousel .info .vheight{
    display: block;
  }
  .upright-arrow{
    display: none;
  }
  .current-programs.library-carousel .block-intro h3, .current-programs.library-carousel .block-intro h2,
  .current-programs.library-carousel .block-intro p{
    width: 100%;
    padding-right: 0;
  }
  .current-programs.library-carousel .block-intro h2{
    margin-bottom: 20px;
  }
  .current-programs.library-carousel .block-intro .btn{
    float: left;
    clear: none;
  }
  footer .acknowledgment{
    max-width: 100%;
  }
  .site-terms nav{
    margin-bottom: 20px!important;
  }
  .site-terms nav, .site-terms .copyright{
    float: left;
    width: 100%;
    margin: 0;
  }
  footer{
    overflow: hidden;
  }
  footer, footer .inner{
    padding: 45px 0;
    float: left;
    width: 100%;
  }
  footer{
    padding-top: 35px;
    padding-bottom: 35px;
  }
  footer .mobile-only{
    border-bottom: 1px solid #10312B;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  footer p:last-child{
    margin-bottom: 0;
  }
  .site-terms{
    margin-top: 30px;
  }
  .tcc .has-arrow{
    margin-top: 10px;
  }
  .modal .modal-content {
    padding: 60px 40px;
  }
  footer .social-menu .menu{
    column-count: 2;
    max-width: 300px;
  }
  footer h2.gform_title{
    margin-top: 0;
  }
  .content-image.has-rect_image .wp-image{
    margin-top: -220px;
  }
  .content-image.content-artwork.has-rect_image .intro h3, .content-carousel .slides h3{
    font-size: 2em;
    margin-bottom: 20px;
  }
  .content-image .rect-img{
    display: none;
  }
  .content-image.has-rect_image{
    padding-bottom: 100px;
  }
  .icon-pods .item h2{
    font-size: 2em;
  }
  .block-intro h2 strong{
    top: 5px;
  }
  .icon-pods .block-intro h2, .gtai .block-intro h2{
    font-size: 3.75em!important;
  }
  .icon-pods .block-intro{
    margin-top: 0;
  }
  #hero.double-ccr-icon .hero-icon.left{
    width: 200px;
    left: -120px;
    top: 20px;
  }
  #hero.double-ccr-icon .hero-icon.right{
    width: 200px;
  }
  #hero.double-ccr-icon{
    padding: 0 0 40px;
    margin-top: 60px;
  }
  #hero h1, h2, .content-artwork h3, .block-intro h3{
    font-size: 2em;
  }
  #hero p, .tcc.layout_1 p{
    font-size: 1em;
  }
  .content-carousel .image-wrapper{
    margin-bottom: 30px;
  }
  .content-carousel .cc-item{
    margin-bottom: 100px;
  }
  .content-carousel .slides li .content{
    padding-bottom: 100px;
  }
  #hero.layout_2{
    padding: 0 0 30px;
  }
  .module.staff .module-top-wave{
    background-position: right;
  }
  .heading-underline{
    font-size: 3em;
  }
  .bio .profile-photo{
    max-width: 350px;
    margin: 0 0 25px;
  }
  .wrapper-bl, .single-staff .wrapper-bl, .author .wrapper-bl{
    padding-left: 20px;
  }
  #post-entry{
    padding: 80px 0;
  }
  #post-entry .bio, #post-entry.bio .box{
    float: left;
    width: 100%;
  }
  #post-entry .bio{
    padding-top: 20px;
    border-top: 1px solid #10312B;
  }
  .contact-links li:last-child{
    margin-bottom: 0;
  }
  #post-entry .social-links{
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  #post-entry .social-links li a{
    width: 26px;
    height: 26px;
  }
  #post-entry.bio h1{
    font-size: 2.25em;
    border-bottom: 0;
    padding: 15px 0 0;
  }
  #post-entry.bio .subheading div{
    margin: 5px 0;
    display: block;
  }
  #post-entry.bio .subheading .languages{
    padding-left: 0;
  }
  #post-entry.bio .subheading .languages:before{
    content: none;
  }
  #post-entry.bio .subheading{
    display: block;
  }
  #post-entry.bio .subheading{
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  #post-entry.bio .box{
    margin: 20px 0;
    padding: 20px;
  }
  #post-entry.bio .box blockquote:before{
    width: 30px;
    height: 20px;
  }
  #post-entry.bio .box-item{
    margin-bottom: 30px;
  }
  #post-entry.bio .box h4{
    margin-bottom: 5px;
  }
  #post-entry.bio .box blockquote{
    padding-left: 35px;
    padding-top: 5px;
  }
  .tcc .arrow-downleft{
    display: none;
  }
  .data.module .primary .data{
    margin-top: 0;
  }
  .data-arrow{
    max-width: 250px;
    left: 60px;
    top: -50px;
  }
  .data .secondary{
    padding-top: 120px;
  }
  .data .secondary .block-intro, .data .secondary .data{
    padding: 0;
  }
  .secondary .data{
    margin-bottom: 40px;
  }
  .module.data .module-bottom-wave{
    height: 180px;
    bottom: -90px;
    background-position: right;
  }
  .module.data.has-bottom_wave{
    margin-bottom: 100px;
  }
  .testimonial:not(.has-image) blockquote{
    padding-left: 0;
  }
  .testimonial:not(.has-image) blockquote:before{
    top: -40px;
  }
  .font-small blockquote{
    font-size: 2em;
  }
  #search-bar .field-group{
    width: calc(50% - 10px);
    margin-right: 0;
  }
  #search-bar .field-group:nth-child(even){
    float: right;
  }
  #search-bar .field-group.keyword{
    width: calc(50% - 10px);
  }
  #search-bar.facilitator .field-group.action{
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
  .listing{
    margin-bottom: 50px;
  }
  .content-artwork.pos-left.style-rounded .row{
    display: block;
  }
  .content-artwork.pos-left.style-rounded .wp-image{
    max-width: 500px;
  }
  .wp-image, .featured-image{
    width: 100%;
  }
  .gtai .block-intro h3{
    font-size: 3em;
    line-height: 1.1em;
  }
  .gtai .item .inner{
    padding-left: 0;
    max-width: 100%;
  }
  .gtai .item{
    margin-top: 0;
    margin-bottom: 60px;
  }
  .gtai .item .wp-image{
    margin-bottom: 20px;
    max-width: 500px;
  }
  #program-calendar #search-bar .field-group{
    width: calc(33.33% - 20px);
  }
  #program-calendar #search-bar .field-group:nth-child(even){
    float: left;
  }
  #program-calendar #search-bar .field-group.action{
    margin-top: 20px;
  }
  #program-calendar #search-bar .field-group.action button{
    width: 100%;
  }
  #search-bar{
    margin-bottom: 40px;
  }
  #hero.core-program-hero .hero-icon{
    max-width: 350px;
    top: 70%;
  }
  #hero.core-program-hero .content{
    margin-bottom: 0;
  }
  .mobile-hero{
    z-index: 99;
    margin-top: -250px;
  }
  h3.faq-title{
    margin-top: 0;
    margin-bottom: 20px;
  }
  .module.form{
    padding-bottom: 50px;
  }
  .module.form .module-top-wave {
    height: 80px;
    top: -50px;
  }
  .module.form .module-bottom-wave {
    bottom: -80px;
    height: 80px;
  }
  .core-icon{
    width: 350px;
    top: auto;
    bottom: -10px;
    position: absolute;
    z-index: -1;
    right: -100px;
  }
  .module.map .acf-map{
    height: 450px;
  }
  .tcc.layout_3 .wp-image{
    margin-right: 0;
  }
  .tcc.layout_3 .content{
    margin-bottom: 40px;
  }
  .tcc .ccr-icon.top_left{
    width: 400px;
    left: -250px;
  }
  .content-artwork.style-rectangular .row:not(.flex-top) .intro{
    margin-top: 0;
  }
  .content-artwork.style-rectangular.pos-left .circle{
    bottom: auto;
    top: 0;
  }
  .ccr-icon{
    max-width: 450px;
  }
  .content-image.pos-push_left .ccr-icon{
    right: -200px;
    top: 0;
  }
  #hero.layout_3{
    padding: 50px 0;
  }
  #hero.layout_3 .row:not(.flex){
    display: block;
  }
  .pod-item{
    margin-bottom: 30px;
  }
  .module.content-pods.has-bottom_wave + .module{
    padding-top: 150px;
  }
  #hero.layout_3 .hero-arrow{
    display: none;
  }
  #hero.layout_3.scale-title .hero-icon{
    bottom: 0;
    top: auto;
    width: 50%;
  }
  .spikes{
    width: 120px;
    margin-bottom: 15px;
  }
  .mobile-col-reverse{
    display: flex;
    flex-direction: column-reverse;
  }
  .content-artwork .mobile-col-reverse .wp-image, .ls-form h2{
    margin-bottom: 20px;
  }
  .content-artwork .mobile-col-reverse .wp-image.scale-to-fit{
    max-width: 500px;
  }
  .content-image .mobile-col-reverse{
    margin-bottom: 40px;
  }
  #hero.layout_3.has-video .row:not(.flex-top) .video-wrapper, .tcc.layout_3 .has-arrow{
    margin-top: 0;
  }
  #hero .content{
    padding-right: 0;
    z-index: 99;
  }
  .tcc.layout_3 .layout-arrow{
    display: none;
  }
  .library .content-wrapper{
    border-top: 0;
    margin-top: 0;
  }
  .module.ls-form{
    padding: 40px 0 0;
  }
  .ls-form .inner{
    padding: 30px 0;
  }
  .resources.centred_three .block-intro:before{
    left: 0px;
    top: 60px;
    width: 70px;
    height: 130px;
  }
  #hero.layout_4 .sidebar{
    padding-left: 0;
    border-top: 1px solid #10312B;
    margin-top: 20px;
    padding-top: 40px;
  }
  #hero .sidebar .contact-links{
    margin-bottom: 30px;
  }
  #hero.layout_4 .sidebar:before{
    content: none;
  }
  #hero.layout_4, #hero.layout_6{
    padding: 50px 0 30px;
  }
  #hero .sidebar .social-menu ul{
    max-width: 300px;
    column-count: 2;
  }
  #hero.layout_6 .featured-image{
    margin-bottom: 30px;
  }
  .error404 #hero{
    padding-top: 50px;
  }
  .error404 #hero h1.headline, .search #hero h1, .search-results #hero h1{
    font-size: 4em!important;
  }
  .single .subheading .languages, .author .subheading .languages{
    padding-left: 25px!important;
  }
  .single .subheading .languages span, .author .subheading .languages span{
    left: 0;
    top: 0;
  }
  header.lime .main-menu li.menu-item-has-children > a:after{
    border-color: #A8AD00;
  }
  .theme-lime header .main-menu li .sub-menu li a:hover, .theme-white header .main-menu li .sub-menu li a:hover, header .main-menu li .sub-menu li a:hover{
    color: #FFFDF4!important;
  }
  header .main-menu li .sub-menu li a:hover{
    background-color: transparent!important;
  }
  .library .pullquote blockquote{
    padding-right: 0;
    max-width: 100%;
    font-size: 2em;
    margin-top: 25px;
  }
  .has-enlarge_h h3{
    font-size: 3em;
  }
  .current-programs.library-carousel .block-intro{
    margin-top: 0;
    margin-bottom: 30px;
  }
  .library-carousel .block-intro .button-group{
    margin-top: 0;
  }
  .current-programs .block-intro h3 br{
    display: none;
  }
  .search-open .logo-wrapper a, .search-open .navbar{
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
  }
  #hero.welcome h1, #hero.welcome h2{
    font-size: 2.75em;
  }
  .welcome .progress_bar_container{
    width: 400px;
  }
  #hero.welcome .control-wrap{
    max-width: 100px;
    text-align: right;
    right: 90px;
  }
  #hero.welcome .content-carousel-item{
    padding: 80px 0 20px;
  }
  .content-links .item h3{
    padding-right: 55px;
  }
  #hero.layout_3.has-video .hero-icon{
    top: auto;
    bottom: 0;
  }
  .content-artwork.is-portrait .wp-image.portrait, #hero.io-portrait .featured-image, .content-carousel .wp-image.portrait{
    max-width: 50%;
    float: left;
  }
  #hero.layout_3.scale-title .hero-icon{
    right: auto;
    left: -10%;
  }
  .content-carousel .image-wrapper, .content-carousel .flex-viewport, .cc-item div[class^="content-carousel-item"]{
    float: left;
    width: 100%;
  }
  .content-carousel .progress_bar_container{
    left: 0;
  }
  .mob-txt-left{
    text-align: left;
  }
  .testimonial-carousel .content-wrapper{
    padding-right: 0;
  }
  .page-template-page-core-program .wrapper-bl{
    padding-left: 0;
    border-left: 0;
  }
  #loadMore .button-block{
    margin-top: 0;
    max-width: 100%;
  }
  .module.content-links.has-top_wave .module-top-wave{
    height: 80px;
    top: -65px;
  }
  .content-artwork.pos-left .wp-image{
    float: none;
  }
  .cp-carousel .no-slides li{
    width: 50%;
    margin-bottom: 40px;
  }
  #hero.io-scale_to_fit .io-no-pad .featured-image{
    margin-top: 40px;
  }
  #hero.has-headline.style-small_caps .featured-image{
    position: relative;
  }
  .page-id-519 #hero + .wp-block-spacer{
    height: 40px!important;
  }
  .page-template-page-core-program .mobile-hero{
    margin-top: 0;
  }
  .core-program-hero{
    margin-bottom: 80px;
  }
  .map-pin .image-wrapper{
    width: 150px;
  }
  .map-pin .content-wrapper{
    width: calc(100% - 150px);
    padding: 15px 15px 10px;
    min-height: 150px;
  }
  .map-pin h2{
    font-size: 1em;
  }
  .map-pin .cpt-meta{
    margin-bottom: 0;
  }
  .map-pin .cpt-meta li{
    padding-left: 20px;
    font-size: 0.75em;
  }
  .map-pin .cpt-meta li.location:before, .map-pin .cpt-meta li.language:before{
    top: 0;
  }
  .map-pin ul.focus-areas li{
    font-size: 0.75em;
    margin: 0 5px 5px 0;
  }
  .map-pin .fps.plain{
    left: 15px;
    font-size: 0.75em;
    bottom: 10px;
  }
  .content-row.has-cb-2, .content-row.cb-2{
    width: 100%;
    padding-right: 0;
  }
  .error404 #hero h1.headline{
    font-size: 3.5em!important;
  }
  #hero.has-headline.style-small_caps .inner{
    margin-bottom: 60px;
  }
  #hero.has-headline.style-small_caps:not(.has-wave){
    padding-bottom: 30px;
  }
  .page-template-page-program-calendar .reset-wrapper{
    top: -10px;
    max-width: 100%;
  }
  #search-bar.map-view .field-group.keyword{
    width: calc(66.66% - 20px)!important;
    margin-right: 0!important;
  }
  #program-calendar #search-bar label{
    margin-bottom: 0;
  }
  .page-template-page-program-calendar .map-pin .cpt-meta li:before{
    width: 15px;
    height: 15px;
  }
  .page-template-page-program-calendar .map-pin .cpt-meta li.onsite.pin:before{
    width: 13px;
    height: 16px;
  }
}

@media screen and (max-width: 782px){
  .admin-bar .bb-mobile-panel-wrapper{
    height: auto!important;
    box-shadow: none!important;
  }
  .logged-in.admin-bar .bb-mobile-panel-wrapper{
    top: 76px;
  }
  .bb-mobile-panel-inner{
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px){
  .tcc .ccr-icon.bottom_right{
    max-width: 350px;
  }
  .community-registration .gfield.flex-options .gfield_radio{
    display: block;
    float: left;
    width: 100%;
  }
  .community-registration .gfield.flex-options .gfield_radio .gchoice{
    width: 100%;
    margin-bottom: 10px!important;
  }
  .gform_wrapper.gravity-theme .gfield input.medium, .gform_wrapper.gravity-theme .gfield select.medium{
    width: 100%;
  }
  .tcc.layout_5 .content.second{
    margin-top: 25px;
  }
  .tcc.layout_5 h3{
    font-size: 1.5em;
  }
  .tcc.layout_5 li{
    font-size: 1em;
    margin-bottom: 10px;
  }
  .tcc.layout_5 .container{
    position: relative;
    z-index: 12;
  }
  .tcc.layout_5 .ccr-icon.top_left{
    top: 0;
    width: 300px;
    left: -200px;
  }
  .donation-received h1{
    font-size: 2.5em;
  }
  .bb-mobile-header{
    display: flex;
    align-items: center;
    padding: 0 10px;
  }
  body.bp-search .site-header{
    margin-top: 0;
  }
  .sticky-header .site-content, body.buddypress.sticky-header .site-content, .bb-buddypanel.sticky-header .site-content, .single-sfwd-quiz.bb-buddypanel.sticky-header .site-content, .single-sfwd-lessons.bb-buddypanel.sticky-header .site-content, .single-sfwd-topic.bb-buddypanel.sticky-header .site-content{
    padding-top: 30px!important;
  }
  .bb-yoast-breadcrumbs{
    padding: 0 15px;
  }
  .payment-method-actions:before{
    content: none!important;
  }
  td.payment-method-actions{
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .woocommerce table.shop_table.woocommerce-MyAccount-paymentMethods{
    margin-bottom: 40px!important;
  }
  .woocommerce-MyAccount-content header.title{
    top: auto!important;
    height: auto!important;
  }
  .woocommerce-order-received #hero .content h1{
    font-size: 2.625em;
  }
  .nav-tabs li a{
    padding: 15px 10px;
  }
  #donation-selector{
    margin-top: 0;
  }
  #donation-page h3{
    margin-bottom: 20px;
  }
  #donation-selector .product .single_variation_wrap .nyp{
    max-width: 100%;
    float: left;
    width: 100%;
  }
  #donation-selector .product .single_variation_wrap .nyp label{
    padding-top: 10px;
  }
  #donation-selector .product .single_variation_wrap .nyp .input-text{
    max-width: 200px;
  }
  .wc-pao-addon-donation-dedication-or-specification p{
    margin-right: 20px;
  }
  #donation-page #donation-amount .opc_order_review, #donation-page #donation-amount .intro-screen{
    margin-left: 0;
  }
  .current-programs.library-carousel .slide-group .item:nth-child(2){
    position: relative;
  }
  .current-programs.library-carousel .slide-group .item:nth-child(2){
    width: 48%;
  }
  .current-programs.library-carousel .slide-group .item:nth-child(2) a{
    min-height: 100px;
  }
  .page-id-519 #hero + .wp-block-spacer{
    height: 0!important;
  }
  .single-programs #accordion + .statement{
    border-top: 0;
  }
  .cp-carousel .no-slides li{
    width: 100%;
  }
  .module.testimonial.has-bottom_wave + .current-programs{
    margin-top: 0;
  }
  #splash h2{
    font-size: 3.5em!important;
    margin: 0 3px;
    padding: 0 4px;
  }
  #splash .header-wrapper{
    margin-top: -48px;
  }
  @keyframes fadescale {
    0%,100% { opacity: 0; width: 0; }
    80% { opacity: 0.75; }
    30% { opacity: 1;}
    50% { width: 200px; top: calc(50vh - 125px); }
  }
  .cpt-carousel .slide-group .item:nth-child(2){
    padding-right: 15px;
  }
  .logged-in header .utility-menu{
    bottom: 46px;
  }
  .progress_bar{
    height: 4px;
  }
  .resources.centred_three .block-intro:before{
    content: none;
  }
  .resources.centred_three .image-wrapper{
    max-width: 400px;
  }
  .archive .listing{
    padding-top: 0;
  }
  .tcc.layout_3 .content{
    padding-right: 0;
    margin-bottom: 20px;
  }
  .pod-item:last-child{
    margin-bottom: 0;
  }
  .module.content-pods.has-bottom_wave + .module{
    padding-top: 100px;
  }
  .core-icon, .map .ccr-icon{
    width: 300px;
  }
  .map .ccr-icon{
    left: -180px;
    top: -100px;
  }
  .module.map .acf-map{
    height: 350px;
  }
  .map .ccr-icon{
    width: 250px;
  }
  .pod-item{
    margin-bottom: 40px;
  }
  .tcc.layout_3 .wp-image{
    margin-bottom: 30px;
  }
  .core-icon{
    width: 300px;
  }
  .program-details .image-wrapper{
    margin-bottom: 30px;
    margin-top: 0;
  }
  .program-details .sidebar, .program-details .content{
    padding-top: 0;
  }
  .adaptive-height{
    height: auto!important;
  }
  .icon-pods .item.adaptive-height{
    margin-bottom: 40px;
  }
  .item.adaptive-height{
    margin-bottom: 60px;
  }
  .image-pods .item h2{
    margin-bottom: 15px;
  }
  #hero h1.headline{
    font-size: 8em!important;
    margin: 50px 0 30px;
  }
  .home #hero h1.headline:after{
    width: 400px;
  }
  h3{
    font-size: 1.325em;
  }
  #hero.layout_1.has-headline .featured-image, #hero.layout_1.has-headline.style-small_caps .featured-image{
    max-width: 65%;
  }
  #hero.layout_1 .hero-icon{
    top: 85%;
  }
  .home #hero.layout_1 + .hero-wave + .module{
    margin-top: 120px;
  }
  blockquote, #hero.layout_3.scale-title h1:not(.page-title){
    font-size: 2.5em;
  }
  .testimonial blockquote{
    padding-top: 40px;
  }
  blockquote .cite:before, blockquote :not(p):before{
    width: 35px;
    height: 6px;
    margin-right: 15px;
    background-position: right;
  }
  blockquote:before, .library blockquote:before{
    width: 60px;
    height: 44px;
  }
  .module-bottom-wave, .module-top-wave{
    height: 150px;
  }
  .module.testimonial .module-top-wave, .module.tcc .module-top-wave{
    height: 90px;
  }
  .module, .module.testimonial-carousel.has-icon{
    padding: 80px 0;
  }
  .module-top-wave{
    top: -90px;
  }
  .module-bottom-wave{
    bottom: -90px;
  }
  .module.tcc.has-bottom_wave, .module.icon-pods.has-bottom_wave, #post-entry.program-details, .module.testimonial-carousel.has-bottom_wave:not(.white){
    margin-bottom: 80px;
  }
  .single .module.current-programs{
    padding-bottom: 40px;
  }
  .content-artwork .circle{
    width: 300px;
    height: 300px;
  }
  .tc-icon{
    width: 150px;
  }
  #hero .content{
    padding-right: 0;
  }
  #hero h1, h2, .content-artwork h3, .block-intro h3{
    font-size: 2.325em;
  }
  .content-artwork h2, .block-intro h2, .raffles{
    font-size: 3.5em!important;
  }
  .slide-group .item:first-child .image-wrapper, .slide-group .item:first-child .video-wrapper, .slide-group .item:first-child .content{
    width: 100%;
  }
  .slide-group .item:first-child a, .slide-group .item:nth-child(3) a{
    display: block;
  }
  .slide-group .item:nth-child(3){
    display: none;
  }
  .slide-group .item:first-child{
    width: 50%;
    padding-right: 10px;
  }
  .slide-group .item:nth-child(2){
    width: 50%;
    padding-left: 10px;
  }
  .slide-group .item:first-child .image-wrapper, .slide-group .item:first-child .video-wrapper{
    margin-bottom: 15px;
  }
  .slide-group .item:nth-child(3).cta-box{
    display: none!important;
  }
  .content-artwork .circle{
    height: 220px;
    width: 220px;
    right: -70px;
  }
  .module.pos-left .circle{
    left: -70px;
    top: 60px;
  }
  .testimonial-carousel .flex-direction-nav, .testimonial-carousel .control-wrap{
    top: 220px;
  }
  .navbar{
    right: 0;
  }
  .modal .modal-content{
    padding: 40px 20px;
  }
  .modal .modal-dialog .close{
    top: 20px;
    right: 20px;
    padding-right: 0;
  }
  .library .video-wrapper .play, .content-video .video-wrapper .play:before, .resources .video-wrapper .play,
  #hero.layout_3.has-video .video-wrapper .play:before{
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
  }
  .logged-in header{
    top: 46px;
  }
  #hero.layout_3.has-video{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .zoom img{
    width: 100%;
  }
  #hero.layout_3.has-video.flt{
    padding-bottom: 40px;
  }
  .content-image.has-rect_image{
    margin-top: 90px;
  }
  .content-image.has-rect_image .wp-image{
    margin-top: -170px;
  }
  #hero.double-ccr-icon .content{
    max-width: 100%;
    padding: 0 50px;
  }
  #hero.double-ccr-icon .hero-icon.left{
    width: 160px;
    left: -100px;
  }
  #hero.double-ccr-icon .hero-icon.right{
    width: 160px;
  }
  .heading-underline{
    font-size: 2.75em;
  }
  .staff.module .post-item{
    float: left;
    margin-bottom: 40px;
  }
  .staff.module .post-item:nth-child(odd){
    clear: left;
  }
  .staff.module .post-item:last-child{
    clear: none;
    float: none;
  }
  .module.data.has-top_wave, .module.tcc.has-top_wave, #hero + .module.staff.has-wave{
    margin-top: 50px;
  }
  .module.staff.has-wave.green{
    padding-bottom: 60px;
  }
  #post-entry{
    padding: 50px 0;
  }
  .module.pos-right .wp-image, .content-artwork .wp-image, .content-video .video-wrapper{
    margin-bottom: 20px;
  }
  .content-video .video-wrapper .wp-image{
    margin-bottom: 0;
  }
  .module.data .module-top-wave {
    height: 85px;
    top: -40px;
  }
  .content-image .txt-right{
    text-align: left;
  }
  .module.data .module-bottom-wave{
    height: 120px;
    bottom: -60px;
  }
  .module.data.has-bottom_wave{
    margin-bottom: 60px;
  }
  ul.data{
    margin: 0 0 20px;
  }
  ul.data li{
    width: 100%;
    padding: 0;
  }
  .data h2{
    width: 50px;
    float: left;
    font-size: 2em;
  }
  ul.data li p{
    width: calc(100% - 50px);
    float: left;
    padding-left: 15px;
  }
  .secondary .data li:before{
    font-size: 2em;
    top: 0;
  }
  .secondary .data li{
    padding-left: 65px;
  }
  .data-arrow{
    max-width: 200px;
    left: 40px;
  }
  .data .secondary{
    padding-top: 80px;
  }
  .testimonial:not(.has-image) blockquote:before{
    top: -20px;
  }
  .font-small blockquote{
    font-size: 1.75em;
  }
  .content-artwork.pos-left.style-rounded .wp-image{
    max-width: 400px;
  }
  .module.white:last-child{
    padding-bottom: 80px;
  }
  .fps{
    font-size: 0.6em;
    padding: 0 10px;
  }
  .fps:before{
    width: 10px;
    height: 15px;
    margin-right: 4px;
  }
  .cpt-carousel .slides li .content h2, .post-item .content h2{
    padding-right: 0;
  }
  .cpt-carousel .slides li .content h2:after, .post-item .content h2:after, .post-item.resource h2 a:after{
    content: none;
  }
  .cpt-carousel .slides li h2, .cp-carousel ul li h2, .post-item h2, .pod-item h2{
    font-size: 1.25em;
  }
  .cpt-meta li, .contact-links li{
    font-size: 0.889em;
  }
  .cpt-meta li{
    padding-left: 30px;
  }
  .cpt-meta li.location, .cpt-meta li.language, .cpt-meta li.book, .cpt-meta li.document, .cpt-meta li.research, .cpt-meta li.parker-palmer, .cpt-meta li.book-parker-palmer{
    padding-left: 25px;
  }
  ul.focus-areas li{
    font-size: 0.7em;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .gtai .block-intro h3{
    font-size: 2.5em;
  }
  .module + .wp-block-spacer{
    max-height: 60px;
  }
  .gtai .item .wp-image{
    max-width: 400px;
  }
  .cp-carousel .flex-direction-nav{
    top: -30px;
  }
  .cp-carousel .pager {
    top: -52px!important;
  }
  .cp-carousel{
    padding-top: 30px;
  }
  .listing .post-item:nth-child(odd){
    clear: left;
  }
  #program-calendar #search-bar .field-group{
    width: calc(50% - 10px);
    margin-right: 0;
  }
  #program-calendar #search-bar .field-group:nth-child(even){
    float: right;
  }
  #search-bar h2{
    margin-bottom: 20px;
  }
  #search-bar .field-group input, #search-bar .field-group select, #search-bar .nice-select{
    padding: 7px 0!important;
    height: 34px!important;
  }
  #search-bar .field-group{
    margin-bottom: 20px;
  }
  .listing .post-item .image-wrapper{
    width: 60px;
    float: left;
    margin-right: 15px;
  }
  .archive .listing .post-item .image-wrapper{
    margin-bottom: 0;
  }
  .archive .listing .post-item a{
    display: flex;
    align-items: center;
  }
  .listing .post-item .content{
    width: calc(100% - 75px);
    float: left;
  }
  .listing .post-item h2{
    margin-bottom: 5px;
  }
  .listing .post-item p{
    line-height: 1.35em;
    font-size: 0.889em;
    margin-bottom: 10px;
  }
  .listing .post-item .focus-areas{
    margin-left: 75px;
    max-width: calc(100% - 75px);
  }
  .page-template-page-facilitators .listing .post-item .image-wrapper, .page-template-page-facilitators .listing .post-item .content{
    width: 100%;
  }
  .page-template-page-facilitators .listing .post-item .focus-areas{
    margin-left: 0;
  }
  .cpt-meta li:before{
    width: 20px;
    height: 20px;
  }
  .content-links .block-intro h1, .content-links .block-intro h2, .content-links .block-intro h3, .content-links .block-intro h4, .content-links .block-intro h5, .content-links .block-intro h6, .content-links .block-intro p, .content-links .block-intro blockquote, .content-links .block-intro ul{
    max-width: 100%;
  }
  .content-row-wrapper{
    margin-top: 0;
  }
  .content-row{
    margin: 0;
    padding-left: 0!important;
  }
  .content-row li{
    width: 100%;
    padding: 0;
  }
  #hero.core-program-hero .hero-icon{
    max-width: 250px;
  }
  #hero.core-program-hero .content{
    max-width: 80%;
  }
  .wrapper-bl, .single-staff .wrapper-bl, .author .wrapper-bl{
    padding-left: 0;
    border-left: 0;
  }
  .program-details .sidebar, .program-details .content{
    border-top: 0;
  }
  .program-details h1, #post-entry.library h1, .ls-form h2{
    font-size: 2em;
  }
  .content-image.pos-push_left .ccr-icon{
    max-width: 300px;
  }
  .content-image.pos-push_left .wp-image{
    margin-bottom: 20px;
  }
  #hero.layout_3.has-video .hero-icon{
    max-width: 400px;
    right: -220px;
  }
  .single-library #library-carousel{
    padding-top: 0;
  }
  .cpt-carousel .video-wrapper .play{
    width: 30px;
    height: 30px;
    bottom: 10px;
    right: 10px;
  }
  .cpt-carousel .video-wrapper .play:before{
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #10312B;
  }
  .content-carousel.white .slides li .content{
    padding-bottom: 60px;
  }
  .content-carousel .image-wrapper{
    margin-bottom: 20px;
  }
  .content-carousel.white .cc-item:last-child{
    margin-bottom: 0px;
  }
  .resources.module .block-intro{
    display: block;
  }
  .resources.double_grid .button-group{
    margin-top: 10px;
  }
  .resources .button-group .btn:not(first-child){
    margin-left: 0;
  }
  .resources .button-group .btn{
    float: left;
    text-align: left;
    width: 100%;
  }
  .ls-form input[type="text"]{
    width: 100%;
  }
  .ls-form input[type="submit"]{
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .resources .post-item .video-wrapper, .resources .post-item .image-wrapper{
    width: 60px;
    float: left;
  }
  .resources .post-item .content{
    width: calc(100% - 75px);
    float: right;
  }
  .resources .post-item h2{
    font-size: 1em;
    margin-bottom: 5px;
  }
  .resources .post-item p{
    margin-bottom: 0;
    line-height: 1.25em;
  }
  .resources .post-item .cpt-meta{
    display: none;
  }
  .resources .post-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .resources .post-item .image-wrapper, .resources .post-item .video-wrapper{
    margin-bottom: 0;
  }
  .resources .post-item.type-video{
		display: block;
	}
	.resources .post-item.type-video .video-wrapper, .resources .post-item.type-video .content{
		width: 100%;
		float: left;
	}
	.resources .post-item.type-video .video-wrapper{
		margin-bottom: 10px;
	}
  .resources.module .video-wrapper .play{
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 15px;
  }
  .resources.module .video-wrapper .play:before{
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid #10312B;
  }
  .resources.module{
    padding: 40px 0;
  }
	.resources.module.mob-no-pad{
		padding: 0!important;
	}
	.resources.module.mob-no-pad .type-video:last-child{
		margin-bottom: 0;
	}
  .form.two_column.module{
    padding-top: 50px;
  }
  .form.two_column #gform_7{
    display: block;
  }
   .form.two_column #gform_7 .gform_body{
    margin-bottom: 20px!important;
   }
  .form.two_column #gform_7 .gform_body, .form.two_column #gform_7 .gform_footer, #hero.layout_4 .button{
    width: 100%;
  }
  .list-col{
    margin-bottom: 60px;
  }
  .list-col .inner{
    padding-right: 0;
  }
  .list-col .wp-image{
    max-width: 100px;
  }
  #hero.layout_4 .button{
    margin-top: 20px;
  }
  .search-listing .search-item a{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .search-listing .search-item .image-wrapper{
    width: 60px;
    float: left;
  }
  .search-listing .search-item .content{
    width: calc(100% - 75px);
    float: right;
  }
  .search-item.post-item{
    margin-bottom: 30px;
  }
  .resources.module .block-intro .btn{
    margin-top: 0;
  }
  .library .pullquote blockquote{
    padding-top: 60px;
  }
  .has-enlarge_h h3{
    font-size: 2.5em;
  }
  #hero.welcome h1, #hero.welcome h2{
    font-size: 2.325em;
  }
  .welcome .flex-viewport{
    margin-bottom: 60px;
  }
  #hero.welcome .control-wrap{
    right: 10px;
  }
  .welcome .progress_bar_container {
    width: calc(100% - 180px);
    max-width: 100%;
  }
  #hero.welcome .flex-direction-nav{
    max-width: 100%;
  }
  .page-template-page-welcome-detail .content-artwork.pos-right.is-scale_to_fit .wp-image,
  .content-artwork.is-portrait a .wp-image{
    max-width: 50%;
  }
  .accordion .post-item .wrapper{
    max-width: 100%;
  }
  #collapse-fac .post-item a{
    display: flex;
    align-items: center;
  }
  #collapse-fac .post-item .image-wrapper{
    width: 200px;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
  }
  #collapse-fac .post-item .content{
    width: calc(100% - 220px);
    float: left;
    text-align: left;
  }
  #collapse-fac .post-item{
    margin: 15px 0;
  }
  #collapse-fac .post-item .cpt-meta{
    margin-bottom: 0;
  }
  .content-artwork .mobile-col-reverse .wp-image.scale-to-fit, .cta-image-pods .post-item img.scale-to-fit{
    max-width: 50%;
  }
  .ccr-icon{
    max-width: 380px;
  }
  .resources.centred_three .post-item a{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .archive #hero h2{
    font-size: 2.5em;
  }
  .archive #hero.module{
    padding-bottom: 0;
  }
  #hero.layout_4.lime, #hero.layout_4.green{
    margin-top: 40px;
  }
  body.theme-green #hero.green, body.theme-lime #hero.lime {
    padding-top: 75px;
  }
  .program-details .sidebar{
    margin-top: 40px;
  }
  .cc-item.flex .content-carousel .slides li .content{
    padding-top: 0;
  }
  .cpt-carousel.resources{
    margin-top: 40px;
  }
  .display-toggle .button-block{
    width: 50%;
  }
  #program-calendar #search-bar.facilitator .field-group.action{
    width: 100%;
    margin-top: 10px!important;
  }
  #search.display-toggle{
    margin-bottom: 30px;
  }
  .acf-map{
    height: 480px;
  }
  .cp-carousel li .image-wrapper img.scale-to-fit{
    max-height: 100%;
  }
  .page-template-page-program-calendar .result-header h3, .page-template-page-facilitators .result-header h3{
    bottom: -10px;
  }
  .page-template-page-program-calendar .result-header.pad-bottom{
    padding-bottom: 35px;
  }
  .cta-image-pods .post-item{
    margin-bottom: 30px;
  }
  #hero.layout_3.has-icon .hero-icon{
    width: 50%;
    bottom: -50px;
    right: -18%;
  }
  .reset-wrapper{
    top: 0;
    margin-top: 15px;
  }
  .display-toggle .btn-group{
    display: flex;
  }
  .page-template-page-facilitators .listing .post-item:nth-child(odd){
    clear: none;
  }
  .page-template-page-facilitators .listing .post-item:nth-child(2), .page-template-page-facilitators .listing .post-item:nth-child(even){
    clear: left;
  }
  .gform_fields .nice-select .option{
    min-height: 32px;
    line-height: 32px;
    font-size: 0.8em;
  }
  .page-id-53 #page-content{
    overflow: inherit;
  }
  .gform_wrapper .community-registration .gform_footer{
    max-width: 100%;
  }
  .gform_wrapper .community-registration .gform_footer .gform_button{
    width: 100%;
  }
  #search-bar.map-view .field-group.keyword{
    width: calc(50% - 10px)!important;
  }
  #program-calendar #search-bar .field-group.action{
    float: left;
    width: 100%!important;
    margin-bottom: 20px;
  }
  .page-template-page-program-calendar .map-pin .image-wrapper{
    display: none;
  }
  .page-template-page-program-calendar .map-pin .content-wrapper{
    width: 100%;
    float: left;
    min-height: 100px;
  }
  .page-template-page-program-calendar .map-pin h2{
    padding-right: 35px;
  }
}

@media screen and (max-width: 641px){
  .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
    line-height: 1.25em!important;
    min-height: 35px!important;
  }
  .gfmc-field:last-child, .gfmc-field:first-child{
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .form .gform-body{
    margin-bottom: 20px;
  }
  .single-programs #form, .page-template-page-core-program #form{
    margin-bottom: 0;
  }
  #program-calendar{
    padding-bottom: 0!important;
  }
  .result-header #sortby .nice-select{
    width: 140px!important;
  }
}

@media screen and (max-width: 600px){
  .page-template-page-facilitators .map-pin .image-wrapper{
    width: 100px;
    padding: 15px 15px 0;
  }
  .page-template-page-facilitators .map-pin .content-wrapper{
    width: 100%;
    min-height: 0;
  }
  .tcc .ccr-icon.bottom_right{
    max-width: 280px;
    right: -150px;
  }
  .woocommerce-privacy-policy-text p{
    font-size: 0.88em;
    line-height: 1.4em;
  }
  .wp-block-navigation__responsive-container{
    display: block!important;
    position: relative!important;
  }
  .wp-block-navigation__responsive-container-open, .wp-block-navigation__responsive-container-close{
    display: none!important;
  }
  .sitemap.wp-block-navigation ul li{
    width: 100%;
    padding-right: 0;
  }
  .sitemap.wp-block-navigation ul ul li{
    margin-bottom: 15px;
    line-height: 1.25em;
  }
  .sitemap.wp-block-navigation ul li:nth-child(1), .sitemap.wp-block-navigation ul li:nth-child(4), .sitemap.wp-block-navigation ul li:nth-child(7), .sitemap.wp-block-navigation ul li:nth-child(10){
    clear: none;
  }
  .sitemap.wp-block-navigation ul li:nth-child(odd){
    clear: left!important;
  }
  html #wpadminbar{
    position: fixed!important;
  }
  #hero h1, h2, .content-artwork h3, .block-intro h3{
    font-size: 2em;
  }
  .ccr-icon{
    max-width: 350px;
  }
  .bio .profile-photo{
    max-width: 250px;
  }
  #program-calendar #search-bar label{
    font-size: 0.7em;
  }
  #program-calendar #search-bar .field-group.action{
    margin-top: 16px;
  }
  #hero.layout_3.has-video .hero-icon{
    max-width: 300px;
    right: -150px;
  }
  .list-col .wp-image{
    max-width: 60px;
  }
  .gtai .block-intro{
    margin-bottom: 30px;
  }
  #hero.welcome .content-carousel-item{
    padding-top: 60px;
  }
  .icon-pods .block-intro h3{
    font-size: 2.5em;
  }
  #collapse-fac .post-item .image-wrapper{
    width: 150px;
    margin-right: 15px;
  }
  #collapse-fac .post-item .content{
    width: calc(100% - 165px);
  }
  .woocommerce .cart .button, #donation-page .button{
    width: 100%;
    text-align: center;
  }
  .woocommerce-account .woocommerce-MyAccount-content h2.section-title{
    font-size: 1.75em;
  }
}

@media screen and (max-width: 414px){
  .tcc .ccr-icon.bottom_right{
    max-width: 200px;
    right: -100px;
    bottom: 30px;
  }
  .donation-received h1{
    font-size: 2em;
  }
  .woocommerce-account .woocommerce-MyAccount-content h2.section-title{
    font-size: 1.5em;
  }
  .woocommerce-order-received #hero .content h1{
    font-size: 2em;
  }
  .wc-pao-addon-donation-dedication-or-specification p{
    width: 100%;
    margin-right: 0;
    max-width: calc(100% - 20px);
  }
  .wc-pao-addon-donation-dedication-or-specification label{
    margin-bottom: 10px!important;
  }
  .wc-pao-addon-dedicated-to input.disabled{
    opacity: 0;
    height: 0;
    padding: 0;
  }
  .wc-pao-addon-6618-dedicated-to-2, .wc-pao-addon-6619-dedicated-to-2,
  .wc-pao-addon-6620-dedicated-to-2, .wc-pao-addon-6626-dedicated-to-2{
    line-height: 0!important;
    margin-bottom: 0!important;
  }
  .woocommerce-table--order-details tfoot td{
    display: block;
  }
  .nav-tabs li a{
    padding: 15px 5px;
  }
  .nav-tabs li{
    font-size: 0.8em;
    letter-spacing: 0.5px;
  }
  .woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item, .button-variable-items-wrapper.wvs-style-squared .variable-item{
    font-size: 0.8em!important;
    padding: 24px 5px 21px!important;
  }
  #donation-page .nav-tabs{
    margin-bottom: 10px;
  }
  .wc-pao-addons-container{
    margin-top: 20px;
  }
  .wc-pao-addon-fees{
    padding-bottom: 10px;
    margin-bottom: 20px!important;
  }
  .gform_wrapper .gfield_checkbox .gchoice, .gform_wrapper .gfield_radio .gchoice, .wc-pao-addon-wrap,
  .wc-pao-addon label.wc-pao-addon-name{
    font-size: 0.9em;
  }
  #result #map_canvas{
    height: 380px;
  }
  .bpr-wrapper{
    margin-top: -30px;
    margin-bottom: 30px;
  }
  .error404 #hero h1.headline{
    font-size: 2em!important;
  }
  .module.content-links.has-top_wave .module-top-wave{
    height: 40px;
    top: -35px;
  }
  #loadMore .button-block{
    margin-bottom: 70px;
  }
  #collapse-fac .post-item .image-wrapper{
    width: 120px;
  }
  #collapse-fac .post-item .content{
    width: calc(100% - 135px);
  }
  #collapse-fac .post-item h3{
    font-size: 1.125em!important;
    margin-bottom: 5px;
  }
  .slide-group .item:nth-child(2){
    margin-top: 123px;
  }
  .gtai .block-intro h2{
    font-size: 3em!important;
  }
  .error404 #hero h1.headline, .search #hero h1, .search-results #hero h1, .search-results #hero h1.headline{
    font-size: 2em!important;
  }
  #searchform input[type="text"], #searchsubmit, #searchform #searchsubmit{
    width: 100%;
    margin-bottom: 15px;
  }
  .error404 #hero{
    margin-bottom: 50px;
  }
  .tcc .ccr-icon{
    max-width: 300px;
  }
  #hero.layout_3.has-video .hero-icon{
    max-width: 200px;
    right: -120px;
  }
  .module.map .acf-map{
    height: 250px;
  }
  .tcc .ccr-icon.top_left{
    width: 300px;
    left: -200px;
  }
  .module.form .module-top-wave{
    height: 50px;
    top: -40px
  }
  .module.form .module-bottom-wave{
    bottom: -60px;
  }
  .module.form{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #hero.core-program-hero .content{
    max-width: 100%;
  }
  #hero.core-program-hero .hero-icon{
    max-width: 200px;
    top: 92%;
    right: -100px;
  }
  .gtai .item .wp-image{
    max-width: 220px;
  }
  .gtai .block-intro h3, #hero.welcome h1, #hero.welcome h2{
    font-size: 1.75em;
  }
  .content-artwork .circle{
    width: 180px;
    height: 180px;
  }
  blockquote p, .content-image.pos-left.has-icon .intro, .content-artwork .intro{
    margin-bottom: 15px;
  }
  .content-artwork.pos-left.style-rounded .wp-image{
    max-width: 300px;
  }
  .font-small blockquote, #accordion.panel-group h3{
    font-size: 1.325em;
  }
  .testimonial:not(.has-image) blockquote:before{
    top: 0;
  }
  #post-entry.bio h1{
    font-size: 2em;
  }
  #post-entry.bio .box blockquote{
    font-size: 1.25em;
    line-height: 1.2em;
  }
  .core-program .panel-title{
    font-size: 1.125em!important;
  }
  .panel-title{
    padding: 12px 25px 12px 0;
  }
  .plus-minus{
    width: 15px;
    height: 15px;
    right: 10px;
    top: 15px;
  }
  .heading-underline{
    font-size: 2.5em;
  }
  .ccr-icon{
    max-width: 300px;
  }
  .content-image.pos-left .ccr-icon{
    left: -200px;
  }
  .content-image.is-portrait .ccr-icon{
    max-width: 250px;
    left: -170px;
  }
  #hero h1.headline{
    font-size: 6.5em!important;
  }
  .home #hero h1.headline:after{
    width: 380px;
    max-width: 85%;
  }
  .home #hero.layout_1.has-headline.has-wave{
    padding-bottom: 220px;
  }
  #hero .inner{
    margin-bottom: 30px;
  }
  #hero.layout_1 .hero-icon{
    width: 80%;
    right: -20%;
  }
  .home #hero.layout_1 + .hero-wave + .module{
    margin-top: 60px;
  }
  h3{
    font-size: 1.25em;
  }
  #hero h1, h2, .content-artwork h3, .block-intro h3, .content-image.content-artwork.has-rect_image .intro h3, .content-carousel .slides h3{
    font-size: 1.5em;
  }
  #hero p, .tcc.layout_1 p, .tcc.layout_3 p{
    font-size: 1em;
  }
  .content-image.has-rect_image{
    padding-bottom: 80px;
  }
  .content-artwork h2, .block-intro h2, .raffles{
    font-size: 2.75em!important;
  }
  blockquote, #hero.layout_3.scale-title h1:not(.page-title){
    font-size: 2em;
  }
  .testimonial.has-image .content-wrapper{
    padding-bottom: 85px;
  }
  .module-bottom-wave, .module-top-wave{
    height: 90px;
  }
  .module-top-wave{
    top: -50px;
  }
  .btn a, .btn-style{
    font-size: 1.125em;
  }
  .tc-icon{
    width: 100px;
  }
  .testimonial-carousel .flex-direction-nav, .testimonial-carousel .control-wrap{
    top: 150px;
  }
  .testimonial-carousel blockquote{
    padding-top: 40px;
  }
  .testimonial-carousel .image-wrapper{
    margin-bottom: 15px;
  }
  .testimonial-carousel blockquote, .image-pods .item h2{
    font-size: 1.325em;
  }
  blockquote:before, .library blockquote:before{
    width: 40px;
    height: 30px;
  }
  .module, .module.testimonial-carousel.has-icon{
    padding: 60px 0 60px!important;
  }
  .current-programs.library-carousel{
    padding-bottom: 60px;
  }
  .module.has-bottom_wave + .current-programs.library-carousel{
    padding-top: 120px;
  }
  .current-programs.library-carousel .button-group:not(.half) .btn{
    margin-top: 0;
    margin-bottom: 30px;
  }
  #hero h3{
    font-size: 1.125em;
  }
  .module.tcc.has-bottom_wave, .module.icon-pods.has-bottom_wave, #post-entry.program-details, .module.testimonial-carousel.has-bottom_wave:not(.white){
    padding-bottom: 0;
  }
  #hero h1.page-title, h4{
    font-size: 0.889em;
    margin-bottom: 7px;
  }
  .module.data .module-top-wave {
    height: 45px;
    top: -20px;
  }
  .module.data .module-bottom-wave {
    height: 70px;
    bottom: -30px;
  }
  .module.data.has-bottom_wave{
    margin-bottom: 30px;
  }
  .module-bottom-wave{
    bottom: -80px;
  }
  .module.gtai.has-bottom_wave{
    margin-bottom: 60px;
  }
  .current-programs .block-intro h3, .content-pods-carousel .block-intro h3{
    font-size: 1.5em;
  }
  .listing h2{
    font-size: 1.125em;
  }
  .program-details h1, #post-entry.library h1, .ls-form h2{
    font-size: 1.5em;
  }
  .core-icon{
    width: 200px;
  }
  .sidebar h3, .sidebar ul.dates li, .program-details p.brief{
    font-size: 1em;
  }
  .sidebar ul.dates li{
    margin-bottom: 0!important;
  }
  .library .pullquote blockquote{
    padding-top: 45px;
  }
  .library .content-wrapper{
    padding-top: 20px;
  }
  .module .content .btn, .module .block-intro .btn{
    margin-top: 20px;
  }
  .module.has-bottom_wave + .module.testimonial-carousel{
    padding-top: 180px!important;
  }
  .module.has-bottom_wave + .module.testimonial-carousel .tc-icon{
    top: 120px;
  }
  .module.current-programs.no-top-pad{
    padding-top: 30px!important;
  }
  .module.current-programs.no-top-pad .block-intro{
    margin-top: 10px;
  }
  .cp-carousel{
    padding-top: 0;
  }
  .content-pods-carousel .block-intro{
    margin-bottom: 0px;
  }
  #donation-page{
    padding-top: 20px;
  }
  #donation-page .process-tab li:last-child{
    margin-right: 0;
  }
  #hero.has-headline.style-small_caps .inner .btn + .btn{
    padding-left: 0;
    margin-top: 20px;
  }
  #hero.has-headline.style-small_caps .inner .btn{
    display: block;
  }
}

@media screen and (max-width: 375px){
  #donation-page{
    padding-top: 10px;
  }
  #donation-page .process-tab li{
    font-size: 0.88em;
  }
  .slide-group .item:nth-child(2){
    margin-top: 110px;
  }
  .btn a, .btn-style{
    font-size: 1em;
  }
  .tc-icon{
    width: 80px;
    top: 20px;
  }
  #hero h1.headline{
    font-size: 5em!important;
  }
  .home #hero h1.headline:after{
    width: 320px;
  }
  #hero.layout_1 + .hero-wave + .module{
    margin-top: 20px;
  }
  .content-artwork h2, .block-intro h2, .raffles{
    font-size: 2.45em!important;
  }
  #hero.welcome h1, #hero.welcome h2{
    font-size: 1.5em;
  }
  blockquote, #hero.layout_3.scale-title h1:not(.page-title), .library .pullquote blockquote{
    font-size: 1.85em;
  }
  .cpt-carousel .slides .slide-group .item h2{
    font-size: 1em;
  }
  .cpt-meta li{
    font-size: 0.889em;
  }
}

@media screen and (max-width: 350px){
  .fps {
    font-size: 0.5em;
    padding: 0 8px;
  }
  #program-calendar #search-bar .field-group{
    width: 100%;
    margin-bottom: 10px;
  }
  .page-template-page-program-calendar .result-header h2{
    font-size: 2.2em!important;
  }
  .result-header #sortby .nice-select {
    width: 115px!important;
    padding-left: 10px;
    padding-right: 25px;
    height: 40px!important;
    line-height: 38px!important;
    font-size: 0.889em!important;
  }
  #splash .wrapper .ccr-logo{
    margin-top: -50px;
  }
  #splash .header-wrapper{
    margin-top: -38px;
  }
  .nav-tabs li.once{
    width: 45%;
  }
  .nav-tabs li.reg{
    width: 55%;
  }
}