/*
Theme Name: CCR Microsite
Author: Freerange Future
Author URI: http://freerangefuture.com/
Version: 1.0
Text Domain: ccr_micro
*/

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

* {
	padding: 0;
	margin: 0;
}

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

body{
  font-size: 16px;
  line-height: 1.625em;
  color: #10312B;
  font-family: interstate, sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #FFFDF4;
}

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

.lime{
  background-color: #D3D655;
}

.white{
  background-color: #FFFDF4;
}

.pale{
  background-color: #EEEDDB;
}

.yellow{
  background-color: #F3C300;
}

.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;
}

@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;
}

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;
}

.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('assets/images/error.svg') no-repeat center;
  background-size: contain;
}

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

.gform_wrapper .gfield_radio .gchoice input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.gform_wrapper .gfield_radio .gchoice label:before{
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 2px solid #F5E28D;
  border-radius: 50%;
}

.gform_wrapper .gfield_radio .gchoice input:checked ~ label:before{
  background-color: #fff;
}

.gform_wrapper .gfield_radio .gchoice input:checked ~ label,
.gform_wrapper .gfield_checkbox .gchoice input:checked ~ label{
  font-weight: normal!important;
}

.gform_wrapper .gfield_radio .gchoice label:after{
  content: '';
  position: absolute;
  display: none;
  top: 8px;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #F5E28D;
}

.gform_wrapper .gfield_radio .gchoice input:checked ~ label: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{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.gform_wrapper .gfield_checkbox .gchoice label:before{
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
}

.gform_wrapper .gfield_checkbox .gchoice input:checked ~ label:before{
  background-color: #000;
  border-color: #000;
}

.gform_wrapper .gfield_checkbox .gchoice label:after{
  content: '';
  position: absolute;
  display: none;
  left: 8px;
  top: 6px;
  width: 8px;
  height: 14px;
  border: solid #fff;
  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{
  display: block;
}

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

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

header{
  padding: 40px 0;
  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;
}

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

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

.site-header.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  padding: 10px 0;
}

.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;
}

.site-header.show .site-title{
  font-size: 1.325em;
  max-width: 350px;
}

.site-header.show .back-to-main{
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}

.site-header.show #gtranslate_selector{
  height: 29px;
}

body{
  padding-top: 192px;
}

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

header .logo-wrapper{
  width: 270px;
  float: left;
  padding: 13.5px 0;
  border-right: 1px solid #FFFDF450;
}

header .menu-wrapper{
  width: 210px;
  float: left;
  border-left: 1px solid #FFFDF450;
  position: absolute;
  right: 30px;
  height: 100%;
  text-align: center;
}

header .title-wrapper{
  width: calc(100% - 480px);
  float: left;
}

header .title-wrapper .site-title{
  font-size: 2em;
  line-height: 1em;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
  font-weight: 700;
}

header .menu-wrapper .btn a:after{
  content: none;
}

header .back-to-main{
  border-top: 1px solid #10312B;
  padding: 23px 20px;
  text-align: left;
}

header .btn a{
  font-size: 1em;
}

header.white *{
  border-color: #10312B50;
}

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{
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

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

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

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

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

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

#gtranslate_selector{
  background: url('assets/images/select-down.svg') no-repeat right;
  background-size: 11px;
  border: 0;
  text-transform: uppercase;
  font-size: 0.875em;
  letter-spacing: 0.88px;
  font-weight: 500;
  width: 103px;
  margin-left: 25px;
  margin-right: 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 39px;
}

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

select:focus{
  outline: none;
}

.toggle-search{
  font-size: 0;
  float: right;
  background: url('assets/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;
}

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;
  background: url('assets/images/search-icon.svg') no-repeat center;
  background-size: 20px;
  padding: 0;
  width: 40px;
  height: 42px;
  background-color: #D3D655;
}

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;
  transition: all 0.2s ease-in-out;
}

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;
}

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;
}

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

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

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) 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;
}

h1{
  font-size: 3.75em;
  line-height: 1.0667em;
  font-weight: 700;
  margin: 0 0 35px;
}

h2{
  font-size: 2.25em;
  line-height: 1.1667em;
  font-weight: 700;
  margin: 0 0 25px;
}

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 .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, .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('assets/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 .featured-image{
  margin-top: -20px;
  position: absolute;
}

#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: 50px 0 100px;
}

#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 .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 shortestmove {
  50% {
    right: -18px;
  }
}
keyframes shortestmove {
  50% {
    right: -18px;
  }
}

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

.btn{
  display: block;
}

.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('assets/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('assets/images/arrow-underline.svg') no-repeat center;
  background-size: contain;
  width: calc(100% + 40px);
  height: 15px;
}

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

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

.btn a.md:after{
  background: url('assets/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 .slides li .content h2, .content-links .item h3{
  position: relative;
  padding-right: 35px;
}

.cpt-carousel .slides li .content h2:after, .post-item .content h2:after, .post-item.resource h2 a:after,
.cp-carousel .slides li .content h2:after, .content-links .item h3:after{
  content: '';
  display: block;
  top: calc(50% - 7px);
  background: url('assets/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;
}

.cpt-carousel .slides li a:hover .content h2:after, .post-item a:hover .content h2:after, .post-item.resource h2 a:hover:after,
.cp-carousel .slides 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 .slides li .content h2:after, .content-links .item a:hover h3:after{
  -webkit-animation: linear infinite;
  -webkit-animation-name: shortmove;
  -webkit-animation-duration: 1s;
}

.content-block.image-pods .post-item .content h2{
  padding-right: 0;
}
/*
.content-block.image-pods .post-item .content h2:after{
  width: 18px;
  height: 10px;
  -webkit-animation: linear infinite;
  -webkit-animation-name: shortestmove;
  -webkit-animation-duration: 1s;
}*/
.content-block.image-pods .post-item a:hover .content h2:after{
  display: none;
  content: none;
}
.content-block.image-pods .post-item a:hover .content h2{
  text-decoration: underline;
}

.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('assets/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;
  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;
}

.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;
}

.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;
}

blockquote{
  font-size: 3.75em;
  line-height: 1.0667em;
  font-weight: 700;
  position: relative;
}
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('assets/images/dash.svg') no-repeat center;
  background-size: cover;
  margin-right: 25px;
  position: relative;
  top: 9px;
}
blockquote:before{
  content: '';
  background: url('assets/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;
}

.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;
}

.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;
}

.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;
  background-image: url('assets/images/arrow-link-green.svg');
  background-repeat: no-repeat;
  background-position: 100%;
  letter-spacing: 2px;
  background-size: 26px;
}

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

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

.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% - 170px);
  float: left;
}

.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-top: 60px;
  margin-bottom: 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;
}

.modal .modal-content{
  padding: 100px 80px;
  float: left;
  position: relative;
  width: 100%;
}

.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;
}

.modal .modal-dialog .close span{
  background: url('assets/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: 230px;
}

.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{
  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{
  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;
}

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

.content-block.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.testimonial.has-top_wave{
  margin-top: 160px;
}

.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: 120px;
}

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

.module.form{
  padding-bottom: 80px;
  padding-top: 60px;
}

.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;
}

.content-block.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;
  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;
}

.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('assets/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%;
  max-height: 24px;
}

.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;
}

#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;
}

.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('assets/images/fb.svg');
  background-size: contain;
}

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

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

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

.social-links li.linkedin a{
  background-image: url('assets/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('assets/images/cal.svg') no-repeat center;
  background-size: cover;
}

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

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

.cpt-meta li.location:before{
  background: url('assets/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('assets/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{
  background: url('assets/images/book.svg') no-repeat center;
  background-size: cover;
  width: 18px;
  height: 24px;
  top: -1px;
}

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

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

.cpt-meta li.video:before{
  background: url('assets/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('assets/images/document.svg') no-repeat center;
  background-size: cover;
  width: 18px;
  height: 24px;
  top: -1px;
}

.resources.module .cpt-meta li.video:before{
  background: url('assets/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{
  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 .slides li a{
  color: #10312B;
}

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

.cpt-carousel .slides li .image-wrapper, .cp-carousel .slides li .image-wrapper, .post-item .image-wrapper, .pod-item .image-wrapper, .cpt-carousel .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;
}

#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;
  font-weight: normal;
  padding: 13px!important;
  line-height: 1.25em;
  min-width: 175px;
  text-align: center;
  border: 1px solid #10312B;
  text-decoration: none;
}

#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 ul.dates li{
  margin-bottom: 5px!important;
}

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

.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('assets/images/fb2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 14px;
}

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

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

.share-this li .clipboard{
  background-image: url('assets/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-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('assets/images/minus.svg') no-repeat center;
  background-size: 20px;
}

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

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

#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%;
}

#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 li{
  float: left;
  width: 50%;
  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('assets/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;
}

.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%;
}

.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;
}

.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('assets/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: 100px 0 60px;
}

#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 .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: 146px;
}

.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{
  padding-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: 100px;
  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('assets/images/cal.svg') no-repeat center;
  background-size: cover;
  top: 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;
  margin-top: 20px;
}

.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('assets/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: 1290px;
  margin: 0 auto;
}

.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{
  margin-bottom: 100px;
}

.search-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('assets/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: 30px;
}

.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;
}

.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: 114px;
  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: 80px;
}

.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 .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;
  right: -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;
}

.content-block.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('assets/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;
}

.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('assets/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{
  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;
}

#page-entry{
  padding-top: 20px;
  padding-bottom: 150px;
}

#page-entry .featured-image{
  width: 100%;
  margin-bottom: 60px;
}

#page-entry .schedule{
  float: left;
  width: 100%;
  border-top: 1px solid #10312B50;
  border-bottom: 1px solid #10312B50;
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

#page-entry .schedule div{
  padding-top: 10px;
  padding-bottom: 10px;
}

#page-entry .schedule .date{
  float: left;
  padding-right: 70px;
  max-width: calc(50% - 75px);
}

#page-entry .schedule .time{
  float: left;
  padding-left: 70px;
  border-left: 1px solid #10312B50;
  max-width: calc(50% - 75px);
}

#page-entry .schedule h4{
  margin-bottom: 2px;
}

#page-entry .schedule p{
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 0;
}

#page-entry .content-block{
  float: left;
  width: 100%;
  padding: 40px 0 30px;
  border-top: 1px solid #10312B50; 
}

#page-entry .schedule + .content-block.description{
  border-top: 0;
}

.content-block.list-items ul{
  list-style: none;
  margin-bottom: 10px;
}
.content-block.list-items li{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.content-block.list-items li p{
  display: inline-block;
  margin-bottom: 5px;
}

.content-block.list-items li p:first-child{
  padding-right: 20px;
  width: 220px;
  float: left;
}
.content-block.list-items li p.subtitle{
	width: calc(100% - 220px);
	float: left;
}

.content-block.list-items li:last-child p{
  margin-bottom: 0;
}

a{
  color: #10312B;
}

.content-block a{
  text-decoration: underline;
}

.content-block .video-wrapper{
  margin-bottom: 25px;
}

.content-block .video-wrapper img{
  width: 100%;
}

.content-block .content-video h2{
  margin-bottom: 5px;
}

.content-block .video-item{
  float: left;
  width: 100%;
  border-top: 1px solid #10312B50;
  padding: 30px 0;
}

.content-block .video-item.first{
  border-top: 0;
  padding-top: 0;
}

.content-block .video-item.first p{
  margin-bottom: 10px;
}

.content-block h3{
  font-size: 1.5em;
  font-weight: 700;
}

.content-block .video-item:not(.first){
  display: flex;
  align-items: center;
}

.content-block .video-item h3, .content-block .video-item p{
  margin-bottom: 5px;
}

.content-block .video-item:not(.first) .video-wrapper{
  width: 230px;
  float: left;
  margin-bottom: 0;
}

.content-block .video-item:not(.first) .content{
  width: calc(100% - 230px);
  padding-left: 44px;
  float: left;
}

.content-block .video-item:not(.first) button:before{
  width: 45px;
  height: 45px;
  bottom: 12px;
  right: 12px;
}

.content-block .video-item:last-child{
  padding-bottom: 0;
}

.site-menu ul{
  list-style: none;
  border-bottom: 1px solid #10312B;
}

.site-menu li{
  float: left;
  width: 100%;
  margin-bottom: 0;
  border-top: 1px solid #10312B;
  font-weight: 400;
}

.site-menu li.current_page_item a{
  background: #10312B;
  color: #FFFDF4;
}

.site-menu li a{
  padding: 15px 25px;
  display: block;
}

.site-menu li:not(.current_page_item) a:hover{
  background-color: #255A50;
  text-decoration: none;
  color: #fff;
}

.site-menu li.current_page_item a:hover{
  text-decoration: none;
}

.image-pods a{
  text-decoration: none;
}

.module.image-pods .content h2{
  font-size: 1.25em;
}

.content-block.content ul, .content-block.content ol{
  padding-left: 32px;
  margin-bottom: 20px;
}

.content-block.content li{
  font-weight: 400;
}

.content-block.image-pods .row{
  margin-left: -15px;
  margin-right: -15px;
}

.post-item.image-pod{
  padding-left: 15px;
  padding-right: 15px;
}

.post-item.image-pod:nth-child(4), .post-item.image-pod:nth-child(7), .post-item.image-pod:nth-child(10),
.post-item.image-pod:nth-child(13), .post-item.image-pod:nth-child(16), .post-item.image-pod:nth-child(19){
  clear: left;
}

.post-item.image-pod h2{
  font-size: 1em;
}

.sidebar{
  max-width: 389px;
}

.sidebar.sticky{
  position: fixed;
  top: 40px;
}

.sidebar:not(.sticky){
  position: relative!important;
  top: 0!important;
}

footer .terms-menu{
  display: none;
}

.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;
}

@media screen and (max-width: 1699px){
  .tcc.layout_3 .layout-arrow{
    left: -150px;
  }
  .content-image .upright-arrow{
    right: -130px;
  }
}

@media screen and (max-width: 1599px){
  .tcc.layout_3 .layout-arrow{
    left: -90px;
    width: 200px;
  }
  .content-image .upright-arrow{
    right: -80px;
    width: 170px;
  }
}

@media screen and (max-width: 1449px){
  .tcc.layout_3 .layout-arrow{
    left: -25px;
    width: 140px;
  }
}

@media screen and (max-width: 1349px){
  .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;
  }
}

@media screen and (max-width: 1199px){
  .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 .title-wrapper{
    width: calc(100% - 410px);
  }
  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, .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;
  }
  #program-calendar #search-bar .field-group.action{
    float: right;
  }
  #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;
  }
  h1{
    font-size: 3em;
  }
  h2{
    font-size: 2em;
  }
}

@media screen and (max-width: 991px){
  header .back-to-main{
    padding-top: 10px;
    padding-bottom: 12px;
  }
  header .back-to-main .btn a:after{
    bottom: -12px;
  }
  header .btn a{
    color: #FFFDF4;
  }
  .content-image .upright-arrow{
    display: none;
  }
  body{
    padding-top: 75px;
  }
  header{
    border-bottom: 1px solid #D8D8D850;
    padding: 12px 0;
  }
  header .wrapper{
    border-top: 0;
    border-bottom: 0;
    position: relative;
    height: calc(100% - 115px);
    display: block;
  }
  header .main-menu #menu-main-menu{
    display: block;
    padding-left: 0;
  }
  header .logo img{
    height: 50px;
  }
  header .logo-wrapper{
    padding: 0;
    width: 150px;
    border-right: 0;
  }
  .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: 20px;
  }
  .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: 40px;
  }
  .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: 15px 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('assets/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('assets/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;
  }
  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 15px;
    border:0!important;
    margin-top: 40px;
    float: left;
  }
  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;
  }
  header .utility-menu .wrapper{
    max-width: 720px;
    margin: 0 auto;
    height: auto;
    float: none;
  }
  header .utility-menu .col{
    float: left;
    width: 50%;
    background: #10312B;
    position: relative;
    z-index: 2;
  }
  header .utility-menu .col.left{
    border-right: 1px solid #FFFDF450;
  }
  header .utility-menu .col.left a{
    color: #FFFDF4;
    padding: 12px 0;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #FFFDF450!important;
  }
  header .utility-menu .button-block{
    background: #FFFDF4;
    color: #10312B;
    padding: 14px 20px!important;
    width: calc(100% - 15px);
    font-size: 1em;
    font-weight: 500;
    float: right;
    margin-top: 25px;
    min-width: 100px;
  }
  header #google_translate_element2{
    display: block!important;
  }
  #gtranslate_selector{
    font-size: 1em;
    padding: 12px 0;
    margin: 0;
    width: 120px;
    color: #FFFDF4;
    height: 50px;
  }
  .gt_selector {
    background: url(../images/select-down.svg) no-repeat right;
    background-size: 11px;
    background-color: transparent !important;
    border: 0;
    text-transform: uppercase;
    font-size: 0.875em;
    letter-spacing: 0.88px;
    font-weight: 500;
    width: 103px;
    margin-left: 25px;
    margin-right: 20px;
    height: 40px;
    padding: 0;
    margin-top: -1px;
    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;
  }
  #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%;
  }
  #hero.layout_1.has-headline.has-wave{
    padding-bottom: 400px;
  }
  #hero.layout_1 + .hero-wave + .module{
    margin-top: 150px;
  }
  .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: 130px;
  }
  .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 .slides 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: 60px 0 40px;
  }
  #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: 50px 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{
    height: 40px;
    left: 20px;
    top: -50px;
  }
  .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;
  }
  .content-block.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 h4, .search #hero h1, .search-results #hero h1{
    margin-top: 30px;
  }
  .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;
  }
  .content-block.content ul{
    column-count: 1!important;
  }
}

@media screen and (max-width: 767px){
  .content-block.image-pods .wp-image{
    max-width: 50%;
  }
  .post-item.image-pod{
    margin-bottom: 40px;
  }
  .post-item.image-pod:last-child{
    margin-bottom: 0;
  }
  #page-entry{
    padding-bottom: 60px;
  }
  .module.image-pods .wp-image{
    max-width: 50%;
  }
  .content-block .video-item .video-wrapper{
    width: 150px!important;
    float: left;
    margin-bottom: 0!important;
  }
  .content-block .video-item .content{
    width: calc(100% - 170px)!important;
    padding-left: 20px!important;
    float: left;
  }
  #page-entry .featured-image{
    margin-bottom: 35px;
  }
  h1{
    font-size: 2.5em;
  }
  .content-block.list-items li{
    margin-bottom: 12px;
  }
  .content-block.list-items li p:first-child{
    width: 100%;
    padding-right: 0;
    font-weight: 500;
  }
  .content-block.list-items li p{
    margin-bottom: 0;
    width: 100%!important;
  }
  header .utility-menu .col.left{
    width: 42%;
  }
  header .utility-menu .col.right{
    width: 58%;
  }
  .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;
  }
  .content-block.content-pods.has-bottom_wave + .module{
    padding-top: 100px;
  }
  .core-icon, .map .ccr-icon{
    width: 300px;
  }
  .map .ccr-icon{
    right: -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{
    max-width: 65%;
  }
  #hero.layout_1 .hero-icon{
    top: 85%;
  }
  #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;
  }
  .module.current-programs{
    padding-bottom: 0;
  }
  .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, .content-artwork h3, .block-intro h3{
    font-size: 2.325em;
  }
  .content-artwork h2, .block-intro h2, .raffles{
    font-size: 3.5em!important;
  }
  .content-video .video-wrapper .play{
    height: 100%;
  }
  .content-block .content-video h2, .content-block h3{
    font-size: 1.25em;
    line-height: 1.3em;
  }
  .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;
  }
  .modal .modal-content{
    padding: 40px 20px;
  }
  .modal .modal-dialog .close{
    top: 20px;
    right: 20px;
    padding-right: 0;
  }
  .library .video-wrapper .play, .resources .video-wrapper .play,
  #hero.layout_3.has-video .video-wrapper .play:before{
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
  }
  .content-video .video-wrapper .play:before, .content-block .video-item button:before{
    width: 30px!important;
    height: 30px!important;
    bottom: 10px!important;
    right: 10px!important;
  }
  .content-block .video-item p{
    margin-bottom: 0!important;
    font-size: 0.889em!important;
    line-height: 1.3em!important;
  }
  .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: 60px;
  }
  .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 .slides 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{
    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;
  }
  .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.module .video-wrapper .play{
    width: 18px;
    height: 18px;
    bottom: 5px;
    right: 5px;
  }
  .resources.module .video-wrapper .play:before{
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #10312B;
  }
  .resources.module{
    padding: 40px 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;
  }
  #page-entry .schedule .date{
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
  #page-entry .schedule .time{
    max-width: 100%;
    padding-left: 0;
    border: 0;
  }
  #page-entry .schedule{
    display: block;
  }
}

@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;
  }
}

@media screen and (max-width: 600px){
  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);
  }
}

@media screen and (max-width: 414px){
  h1{
    font-size: 2em;
    line-height: 1.2em;
  }
  .content-block .video-item .video-wrapper {
    width: 100px!important;
    float: left;
    margin-bottom: 0!important;
  }
  .content-block .video-item .content{
    width: calc(100% - 115px)!important;
    padding-left: 15px!important;
  }
  .content-block .content-video h2, .content-block h3{
    font-size: 1em;
    margin-bottom: 0!important;
  }
  #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{
    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: 95%;
  }
  .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%;
  }
  #hero.layout_1.has-headline.has-wave{
    padding-bottom: 220px;
  }
  #hero .inner{
    margin-bottom: 30px;
  }
  #hero.layout_1 .hero-icon{
    width: 80%;
    right: -20%;
  }
  #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 40px;
  }
  .current-programs.library-carousel{
    padding-bottom: 40px;
  }
  .module.has-bottom_wave + .current-programs.library-carousel{
    padding-top: 120px;
  }
  .current-programs.library-carousel .block-intro .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;
  }
}

@media screen and (max-width: 375px){
  header .main-menu li{
    font-size: 1.125em;
  }
  header .main-menu li a{
    padding: 12px 0;
  }
  h1{
    font-size: 1.75em;
    line-height: 1.2em;
  }
  .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;
  }
  .header-mimic{
    margin-bottom: 10px;
  }
  header .main-menu li{
    font-size: 1em;
  }
  header .main-menu li a {
    padding: 8px 0;
  }
  header .utility-menu{
    margin-top: 20px;
  }
  header .utility-menu{
    padding: 0;
  }
  #gtranslate_selector{
    font-size: 0.889em;
    width: 102px;
  }
  header .utility-menu .col.left{
    width: 40%;
  }
  header .utility-menu .col.right {
    width: 60%;
  }
  header .back-to-main{
    padding-left: 15px;
    padding-right: 10px;
    font-size: 0.889em;
  }
}