/* @override 
  https://taprootfoundation.org/wp-content/themes/gmlaunch/css/format.css?* */

  .bgcolor-eeeeee {
    background-color: #eeeeee;
  }

  .bgcolor-000000 {
    background-color: #000000;
  }

  .bgcolor-333333 {
    background-color: #333333;
  }

  .bgcolor-250 {
    background-color: #fafafa;
  }

/* RICH TEXT EDITOR */
.rte {
  display: inline-block;
  padding-bottom: 30px;
  width: 100%;
}

.rte ol {
  margin-bottom: 25px;
  list-style-position: inside;
}

.rte ol li {
  padding-left: 1.2em;
  text-indent: -1em;
  margin-bottom: 25px;
  color: #4D4D4D;
  
}

.rte ul li {
  color: #4D4D4D;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 25px;
  list-style: none;
}

.rte ul li:before {
  font-family: FontAwesome;
  content: "\f0da";
  padding-right: 7px;
  color: #FEC526;
  font-size: 18px;
  line-height: 1;
  padding-right: 7px;
}

.rte ul li:last-child {
  margin-bottom: 0px;
}

.rte ul li > ul {
  /* outline: 1px solid red;*/
  padding-top: 25px;
}

.rte ul li > ul li {
  /* outline: 1px solid red;*/
}

.rte ul li > ul li:before {
  /* outline: 1px solid red;*/
  font-family: FontAwesome;
  content: "\f111";
  padding-right: 7px;
  color: #FEC526;
  font-size: 7px;
  line-height: 1;
  padding-right: 7px;
  height: 20px;
}

.gform_wrapper {
  /*outline: 1px solid red;*/
}

.rte .gform_wrapper ul li {
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 0px;
  list-style: inherit;
}

.rte .gform_wrapper li:before {
  content: none;
  padding-right: 0px;
  color: #FEC526;
  font-size: inherant;
  line-height: 1;
  padding-right: 0px;
}

/* BUTTONS */
.btn,
.rte .btn {
  font-family: 'Clarke', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  margin: 0 15px 25px 0;
  background: #fff;
  color: #000;
  padding: 15px 50px;
  text-align: center;
  float: left;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  border: 2px solid #ddd;
  white-space: nowrap;
}
.btn:after {
  content: "\f0da";
  font: 16px FontAwesome;
  padding-left: 10px;
  vertical-align: middle;
}

.btn.footerbtn{
  background: #76777B;
}

.btn.footerbtn:hover{
  background: #76777B;
  border-color: #FFC629;
}

.next-post.btn:after {
  display: none;
}

.next-post.btn:before {
  content: "\f0d9";
  font: 16px FontAwesome;
  padding-right: 10px;
  vertical-align: middle;
}

.btn a {
  color: #fff;
}

.btn:hover,
.rte .btn:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 2px solid #000;
}

.btn.nomargin {
  margin: 0px !important;
}

.btn:hover a {
  color: #000;
}

/* HEADER */
.section-site-header {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  background: white;
}

.section-site-header.active {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  background: white;
}

h1.header-logo {
  margin: 0;
  font-size: 28px;
  font-weight: 400;
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 950px) {
  h1.header-logo {
    font-size: 20px;
  }
}

/* NAV */
nav.main-menu {
  width: 100vw;
  height: 100px;
  /*  background: #000 !important;*/
  display: grid;
  grid-template-columns: 1fr 2fr;
  position: fixed;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999 !important;
}

.section-right-nav {
  text-align: right;
}

.section-left-nav {
  text-align: left;
}

.section-left-nav h2,
.section-right-nav h2 {
  margin: 0;
}

.section-right-nav a,
.section-left-nav a {
  font-size: 16px;
}

/* FOOTER */
.section-footer-wrapper {
  padding-bottom: 0;
  background: #76777b;
  color: #fff;
}

.section-footer-wrapper .content {
  padding-right: 1%;
  padding-left: 1%;
}

@media screen and (max-width: 950px) {
  .section-footer-wrapper .content {
    padding-right: 3%;
    padding-left: 3%;
  }
}

.section-footer-wrapper h3 {
  text-transform: uppercase;
  color: #FFC629;
  font: 25px 'Pathway Gothic One', sans-serif;
  margin-bottom: 0;
}

ul.footer-link-list {
  padding: 0;
  margin: 0;
}

ul.footer-link-list li {
  padding: 0;
  margin: 0 0 15px;
  list-style: none;
  line-height: 1.3em;
}

ul.footer-link-list li ul.sub-menu {
  padding: 0 0 0 5px;
  margin: 15px 0;
  list-style: none;
  line-height: 1.3em;
}

/* BLOG */
.section-blog-post {
  margin-bottom: 100px;
  padding-bottom: 0;
  /*    outline: 1px solid #eee;*/
  border-bottom: 2px solid #f5f7f6;
}

.section-related-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-related-posts .flex-item-100 h2 {
  text-align: center;
  margin-bottom: 30px;
}

.section-related-posts .flex-item-50.section-blog-post {
  -webkit-clip-path: polygon(85% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(85% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
  position: relative;
  padding: 30px 30px 20px;
  margin-bottom: 20px;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  background: #FAFAFA;
}

@media screen and (max-width: 750px) {
  .section-related-posts .flex-item-50.section-blog-post {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.section-related-posts .flex-item-50.section-blog-post h2 {
  font-size: 25px;
}

.section-related-posts .flex-item-50.section-blog-post .rte {
  padding-bottom: 0;
}

img.img-blog-hero {
  display: block;
  margin-bottom: 25px;
}

.section-blog-post__date {
  margin-bottom: 10px;
  color: #909094;
  position: relative;
  width: 100%;
  /*outline: 1px solid red;*/
}

.section-blog-post__date .category {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 15px;
  font-style: italic;
}

@media screen and (max-width: 750px) {
  .section-blog-post__date .category {
    display: block;
    width: 100%;
    line-height: 1.4;
  }
}

.section-blog-post__date .date {
  font-size: 15px;
  border-right: 1px solid rgba(144, 144, 148, 0.5);
  margin-bottom: 5px;
  padding-right: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 750px) {
  .section-blog-post__date .date {
    width: 100%;
    display: block;
    border-right: none;
  }
}

.section-blog-post__date ul.post-categories li {
  list-style: none;
}

.section-blog-post__date ul.post-categories a,
.section-blog-post__date .category a {
  color: #909094;
}

.section-blog-post__date .category a:hover {
  color: rgba(144, 144, 148, 0.7);
}

.section-blog-post h2 {
  font-size: 31px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.section-blog-post h2 a {
  color: #000;
}

.section-blog-post h2 a:hover {
  color: #909094;
}

/*DEFAULT PAGE STYLES*/
#main {
  position: relative;
}

.loading-overlay {
  background: #263238;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-gereral-hero-imageholder {
  /*  margin-right: 2%;
  margin-left: 2%;*/
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  height: 55vh;
  min-height: 450px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
}

@media screen and (max-width: 950px) {
  .section-gereral-hero-imageholder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 750px) {
  .section-gereral-hero-imageholder {
    min-height: inherit;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.section-gereral-hero-imageholder img {
  display: block;
}

.section-gereral-hero-imageholder-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(35, 31, 32, 0.2);
  z-index: 1;
}

.section-triangle-holder {
  position: absolute;
  top: 20px;
  right: -2%;
  z-index: 1;
  max-width: 150px;
}

@media screen and (max-width: 950px) {
  .section-triangle-holder {
    top: 10px;
    right: -4%;
  }
}

@media screen and (max-width: 750px) {
  .section-triangle-holder {
    display: none;
  }
}

.triangle-img svg {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
}

@media screen and (max-width: 950px) {
  .triangle-img svg {
    width: 50%;
  }
}

/*.page-id-151 .triangle-img svg path.color {
  fill: #00A5D9;
}*/
/*Corporate*/
.color-style-corporate .triangle-img svg path.color {
  fill: #00B1B0;
}

/*Volunteers*/
.color-style-volunteer .triangle-img svg path.color {
  fill: rgba(1, 165, 217, 0.9);
}

.section-gereral-hero-content {
  text-align: left;
  /*  z-index: 2;*/
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 3%;
  height: 30vh;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero-no-background .section-gereral-hero-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-title-wrapper-over-image {
  -webkit-clip-path: polygon(85% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(85% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
  position: relative;
  background: rgba(254, 197, 38, 0.9);
  min-height: 30vh;
  min-width: 35vh;
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2%;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .page-title-wrapper-over-image {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: inherit;
    width: 100%;
    min-width: inherit;
    min-height: 30vh;
    padding: 5%;
    max-width: 400px;
  }
}

.home .page-title-wrapper-over-image {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 10px solid #ffc424;
}

.color-style-volunteer .page-title-wrapper-over-image {
  background: rgba(1, 165, 217, 0.9);
}

.color-style-corporate .page-title-wrapper-over-image {
  background: rgba(1, 177, 176, 0.9);
}

.page-title-wrapper-standard {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .page-title-wrapper-standard {
    margin-right: auto;
    margin-left: auto;
  }
}

.page-title-wrapper-over-image h1.page-title {
  text-align: left;
  width: 100%;
  /*background: red;*/
}

@media screen and (max-width: 950px) {
  .page-title-wrapper-over-image h1.page-title {
    width: auto;
  }
}

.home .page-title-wrapper-over-image h1.page-title {
  text-align: left;
  color: #ffc424;
}

.home .page-title-wrapper-over-image h3.sub-text {
  color: #4D4D4D;
  width: 100%;
}

.page-title-wrapper-standard h1.page-title {
  text-align: center;
}

.page-title-wrapper-over-image h1.page-title,
.page-title-wrapper-standard h1.page-title {
  padding-top: 0px;
  font-family: 'Clarke', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 50px;
  margin-bottom: 0px;
  line-height: 1.2;
  /*background: red;*/
}

@media screen and (max-width: 750px) {
  .page-title-wrapper-over-image h1.page-title,
  .page-title-wrapper-standard h1.page-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 550px) {
  .page-title-wrapper-over-image h1.page-title,
  .page-title-wrapper-standard h1.page-title {
    font-size: 30px;
  }
}

.page-title-wrapper-over-image h1.page-title:after,
.page-title-wrapper-standard h1.page-title:after {
  height: 20px;
  width: 20%;
  min-width: 120px;
  border-bottom: 4px solid #fec526;
  content: '';
  display: block;
  margin-right: auto;
  margin-left: 0;
}

.hero-no-background .page-title-wrapper-standard h1.page-title:after {
  margin-left: auto;
}

.color-style-corporate .page-title-wrapper-over-image h1.page-title:after,
.color-style-volunteer .page-title-wrapper-over-image h1.page-title:after {
  border-bottom: 4px solid white;
}

.home .page-title-wrapper-over-image h1.page-title:after {
  border-bottom: 4px solid #fcea32;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .page-title-wrapper-over-image h1.page-title:after,
  .page-title-wrapper-standard h1.page-title:after {
    margin-left: auto;
  }
}

.page-title-wrapper-standard h1.page-title {
  color: #000;
  max-width: 850px;
}

.page-title-wrapper-over-image h1.page-title {
  color: #fff;
}

.page-title-wrapper-over-image h3.sub-text,
.page-title-wrapper-standard h3.sub-text {
  font-size: 18px;
  font-family: "Circular", Circular, helvetica neue, sans-serif;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.page-title-wrapper-standard h3.sub-text {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  max-width: 500px;
}

.page-title-wrapper-over-image h3.sub-text {
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .page-title-wrapper-over-image h3.sub-text {
    text-align: center;
  }
}

.hero-with-background {
  /*  background: #FDC626;*/
}

.hero-no-background {
  background: #FAFAFA;
}

.section-posttype-wrapper {
  margin-bottom: 30px;
  /*    background: #eee;*/
  padding: 0 15px 20px;
  /*  outline: 1px solid rgba(118, 119, 123, 0.05);*/
  width: 50%;
}

.section-posttype-wrapper p:empty {
  display: none;
}

@media screen and (max-width: 950px) {
  .section-posttype-wrapper {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: inherit;
    padding: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 650px) {
  .section-posttype-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 440px;
    margin-bottom: 30px;
  }
}

.faq-posttype {
  margin-bottom: 50px;
  padding-bottom: 20px;
  /*    outline: 1px solid #eee;*/
  border-bottom: 2px solid #f5f7f6;
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
  width: 100%;
}

.faq-posttype p:last-of-type {
  margin-bottom: 0;
}

.section-posttype-wrapper h2 {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: bold;
}

.section-posttype-wrapper h2 a {
  color: #000;
}

.section-posttype-wrapper h2 a:hover {
  opacity: .5;
}

.section-posttype-wrapper a img {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.section-posttype-wrapper a img:hover {
  opacity: .7;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.section-prev-next-wrapper {
  width: 100%;
}

@media screen and (max-width: 950px) {
  .section-main-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 750px) {
  .section-main-content {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}

.section-sidebar {
  /*  outline: 3px solid rgba(118, 119, 123, 0.2);*/
  padding-bottom: 60px;
}

@media screen and (max-width: 950px) {
  .section-sidebar {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 0px;
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
    max-width: 800px;
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (max-width: 950px) {
  .section-sidebar {
    max-width: none !important;
    margin-right: auto;
    margin-left: auto;
  }
}

.section-general-page-1-column {
  /*  outline: 1px solid rgba(118, 119, 123, 0.2);*/
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 50vh;
}

@media screen and (max-width: 950px) {
  .section-general-page-1-column {
    /*  outline: 1px solid rgba(118, 119, 123, 0.2);*/
    padding-top: 30px;
  }
}

.section-general-page-2-column {
  /*  outline: 3px solid rgba(118, 119, 123, 0.2);*/
  padding-top: 40px;
  padding-bottom: 60px;
}

@media screen and (max-width: 950px) {
  .section-general-page-2-column {
    padding-top: 30px;
  }
}

/*SMOOTH STATE CLASSES*/
.m-scene .scene_element {
  -webkit-animation-duration: 0.85s;
  animation-duration: 0.85s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.m-scene .scene_element--fadein {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.m-scene.is-exiting .scene_element {
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
}

/* KEYFRAMES */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.section-footer-link-wrapper {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  /*  outline: 1px solid pink;*/
  padding-right: 10px;
  max-width: 70%;
}

@media screen and (max-width: 1050px) {
  .section-footer-link-wrapper {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}

.section-footer-link-wrapper a {
  color: #fff;
}

.section-footer-link-wrapper a:hover {
  color: #FFC629;
}

.section-footer-link-wrapper .flex-item-20 {
  /*outline: 1px solid red;*/
  padding-bottom: 30px;
  padding-top: 30px;
}

@media screen and (max-width: 950px) {
  .section-footer-link-wrapper .flex-item-20 {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.section-footer-logo-brand-holder {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 20% 100%, 0% 85%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 20% 100%, 0% 85%, 0 0);
  background: white;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  margin-top: -2px;
  max-width: 30%;
  overflow: hidden;
}

@media screen and (max-width: 950px) {
  .section-footer-logo-brand-holder {
    padding: 40px;
    margin-top: 30px;
    margin-right: auto;
    max-width: 600px;
    margin-left: auto;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 10% 100%, 0% 85%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 10% 100%, 0% 85%, 0 0);
  }
}

.section-footer-email-holder {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-email-text {
  max-width: 50%;
}

@media screen and (max-width: 950px) {
  .section-email-text {
    text-align: center;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    max-width: inherit;
  }
}

.section-email-form {
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 50%;
}

@media screen and (max-width: 950px) {
  .section-email-form {
    /*justify-content: flex-start;*/
    max-width: inherit;
  }
}

.img-footer-logo {
  max-width: 160px;
  margin-bottom: 20px;
}

.img-footer-logo svg {
  display: block;
  width: 100%;
}

.section-footer-email-holder p {
  color: #fff;
  line-height: 1.5;
}

.section-footer-logo-brand-holder p {
  color: #000;
  text-align: center;
  width: 100%;
}

.ul-footer-socials {
  float: left;
}

ul.ul-footer-socials li {
  display: inline-block;
  font-size: 27px;
  line-height: 1px;
  padding: 5px;
}

ul.ul-footer-socials li a {
  color: #363d42;
}

ul.ul-footer-socials li a:hover {
  color: #FFC629;
}

ul.ul-footer-socials li {
  float: left;
}

.section-footer-credits {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 950px) {
  .section-footer-credits {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.section-footer-credits a {
  color: rgba(255, 255, 255, 0.4);
}

.section-footer-credits a:hover {
  color: rgba(255, 255, 255, 0.4);
}

.section-footer-credits p {
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0;
  font-size: 13px;
}

.section-footer-credits p span {
  padding-right: 10px;
  padding-left: 0;
}

.module {
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}


.section-sidebar .module {
  background: #FAFAFA;
  padding: 20px 10px 20px 20px;
}

.section-sidebar .module li.cat-item {
  color: #909094;
  list-style: none;
  line-height: 2.1;
  font-size: 14px;
  font-weight: normal;
}

.section-sidebar .module li.cat-item a {
  color: #000;
}

.section-sidebar .module li.cat-item.current-cat a {
  color: #F19339;
}

.section-sidebar .module li.cat-item a:hover {
  color: #F19339;
}

.color-style-volunteer .section-sidebar .module {
  border-bottom: 4px solid #00a6da;
}

.color-style-corporate .section-sidebar .module {
  border-bottom: 4px solid #01b1b0;
}

.section-sidebar .module {
  border-bottom: 4px solid #fec526;
}

@media screen and (max-width: 950px) {
  .section-sidebar .module {
    padding: 10px 5px;
    width: 49%;
  }
}

.section-sidebar .module h3 {
  font-family: 'Clarke', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 21px;
}

@media screen and (max-width: 950px) {
  .section-sidebar .module h3 {
    /*    text-align: center;*/
    font-size: 18px;
  }
}

.section-sidebar .module.module-text-box-cta {
  padding: 8% 6%;
}

@media screen and (max-width: 950px) {
  .section-sidebar .module.module-text-box-cta {
    padding: 3%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}

@media screen and (max-width: 550px) {
  .section-sidebar .module.module-text-box-cta {
    padding: 5% 2%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.section-sidebar .module.module-text-box-cta a {
  font-size: 18px;
  font-weight: bold;
}

.section-sidebar .module.module-text-box-cta a {
  color: #FEC526;
}

.color-style-volunteer .section-sidebar .module.module-text-box-cta a {
  color: #00a6da;
}

.color-style-corporate .section-sidebar .module.module-text-box-cta a {
  color: #01b1b0;
}

.section-sidebar .module.module-text-box-cta a:after {
  content: "\f0da";
  font: 16px FontAwesome;
  padding-left: 5px;
  -moz-transition: transform .2s ease-in-out;
  -webkit-transition: transform .2s ease-in-out;
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
}

.section-sidebar .module.module-text-box-cta a:hover:after {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

.section-sidebar .module.module-text-box-cta a:empty {
  display: none;
}

.module .tax-wrapper span,
.module .tax-wrapper span {
  width: 100%;
  display: block;
  line-height: 2.5;
  font-size: 15px;
}

.module .tax-wrapper span a,
.module .tax-wrapper a {
  display: block;
  color: #4D4D4D;
}

.module .tax-wrapper span a:hover {
  color: #F19339;
}

.module a:hover {
  color: #F19339;
}

@media screen and (max-width: 950px) {
  .module .tax-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
}

.module .tag-wrapper {
  font-size: 15px !important;
  text-transform: capitalize;
}

.module .tag-wrapper a.tag-cloud {
  font-size: 15px !important;
}

@media screen and (max-width: 950px) {
  .module .tag-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
}

.module a.tag-cloud-link {
  width: 100%;
  display: block;
  line-height: 2.5;
  font-size: 15px !important;
  color: #4D4D4D;
}

.module a.tag-cloud-link:hover {
  color: #F19339;
}

ul.section-team-board-ul {
  list-style: none;
  margin-bottom: 50px;
}

ul.section-team-board-ul:last-of-type {
  margin-bottom: 0;
}

ul.posttype-tags {
  list-style: none;
  margin-bottom: 0;
  display: block;
  background: #eee;
}

ul.posttype-tags li {
  display: inline-block;
}

ul.posttype-tags li a {
  display: block;
  font-size: 14px;
  line-height: inherit;
}

.section-horizontal-menu-wrapper {
  border-bottom: 1px solid #F5F6F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  /*background: #eee;*/
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 950px) {
  .section-horizontal-menu-wrapper {
    min-height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.section-horizontal-menu-wrapper ul.menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 950px) {
  .section-horizontal-menu-wrapper ul.menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.section-horizontal-menu-wrapper ul.menu li {
  text-align: center;
  padding: 0 20px;
  font-family: 'Pathway Gothic One', sans-serif;
  text-transform: uppercase;
  font-size: 23px;
  margin-bottom: 0;
  line-height: 1.3;
}

@media screen and (max-width: 750px) {
  .section-horizontal-menu-wrapper ul.menu li {
    font-size: 18px;
    padding: 0 7px;
  }
}

.section-horizontal-menu-wrapper ul.menu li a {
  color: #4D4D4D;
  white-space: nowrap;
}

.section-horizontal-menu-wrapper ul.menu li.current-menu-item a {
  opacity: .5;
}

.section-horizontal-menu-wrapper ul.menu li a:hover {
  opacity: .5;
}

.slanted {
  position: relative;
  padding: 25px;
}

.slanted:before,
.slanted:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  /* underlay beneath content */
  background-color: rgba(255, 196, 36, 0.8);
  border-color: rgba(255, 196, 36, 0.8);
  /*      transform: rotateX(180deg);*/
}

.slanted:before {
  top: 52px;
  right: 0;
  bottom: 0;
  /* == border-top-width of :after */
}

.slanted:after {
  top: 0;
  right: -.25px;
  /* + some px to mask rounding errors during scale */
  bottom: 0;
  border-style: solid;
  border-width: 52.5px;
  /* this is the actual slant*/
  background-color: transparent;
  border-right-color: transparent;
  /* this is the actual slant*/
}

.section-events-embed-wrapper {
  /*  background: rgba(246, 247, 249, .5);*/
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.posttype-events-item h2 {
  margin-bottom: 5px;
  font-size: 23px;
}

.posttype-events-item {
  margin-bottom: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 30px 20px 0;
  /*  outline: 1px solid red;*/
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

@media screen and (max-width: 950px) {
  .posttype-events-item {
    border-bottom: 1px solid #e1e1e1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-right: 10px;
    padding-bottom: 30px;
    width: inherit;
  }
}

@media screen and (max-width: 750px) {
  .posttype-events-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
}

.section-date-box {
  background: #f6f7f9;
  margin-right: 4%;
  padding: 0 0 5px;
  text-align: center;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  min-width: 100px;
  min-height: 100px;
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 950px) {
  .section-date-box {
    /*    min-width: 75px;*/
  }
}

.section-date-box p {
  margin-bottom: 0;
  width: 100%;
  color: #000;
  line-height: 1.3;
}

.section-date-box p {
  text-transform: uppercase;
}

.section-date-box p.month {
  background: #fec526;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 13px;
  letter-spacing: .07em;
}

/*.page-id-154 .section-date-box p.month {
  background: #00a6da;
}*/
.section-date-box.volunteer p.month {
  background: rgba(1, 165, 217, 0.9);
}

.section-date-box.corporate p.month {
  background: #01b1b0;
}

.section-date-box.nonprofit p.month {
  background: #fec526;
}

.section-date-box p.day {
  font-size: 30px;
  line-height: 1.2;
}

@media screen and (max-width: 750px) {
  .section-date-box p.day {
    font-size: 23px;
    line-height: 1.4;
  }
}

.section-event-details p {
  margin-bottom: 0;
  line-height: 1.5em;
  font-size: 14px;
}

.content.section-testimonial-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffc830;
  min-height: 30vh;
  max-height: 500px;
  margin-top: 0;
  padding: 8% 10%;
  position: relative;
  max-width: 1600px;
}

@media screen and (max-width: 750px) {
  .section-testimonial-blocks {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

.color-style-volunteer .section-testimonial-blocks {
  background: #00a6da;
}

.color-style-corporate .section-testimonial-blocks {
  background: #01b1b0;
}

.section-testimonial-blocks {
  background: #ffc830;
}

.section-testimonials-triangle-holder-1 {
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 1;
  max-width: 200px;
}

@media screen and (max-width: 750px) {
  .section-testimonials-triangle-holder-1 {
    top: 6px;
    right: 6px;
  }
}

.section-testimonials-triangle-holder-1 .triangle-img-1 svg {
  display: block;
  width: 85%;
  height: auto;
  margin-left: auto;
}

@media screen and (max-width: 750px) {
  .section-testimonials-triangle-holder-1 .triangle-img-1 svg {
    width: 30%;
  }
}

.section-testimonials-triangle-holder-2 {
  position: absolute;
  bottom: 15px;
  left: 5px;
  z-index: 1;
  max-width: 200px;
}

@media screen and (max-width: 750px) {
  .section-testimonials-triangle-holder-2 {
    bottom: 5px;
    left: 0px;
  }
}

.section-testimonials-triangle-holder-2 .triangle-img-2 svg {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
}

@media screen and (max-width: 750px) {
  .section-testimonials-triangle-holder-2 .triangle-img-2 svg {
    width: 50%;
  }
}

.triangle-img-1 svg path.testimonial-color-squares,
.triangle-img-2 svg path.testimonial-color-squares {
  fill: #F29439;
}

.triangle-img-1 svg path.testimonial-color-squares,
.triangle-img-2 svg path.testimonial-color-squares {
  fill: #F29439;
}

.color-style-volunteer .triangle-img-1 svg path.testimonial-color-squares,
.color-style-volunteer .triangle-img-2 svg path.testimonial-color-squares {
  fill: #0687A6;
}

.color-style-corporate .triangle-img-1 svg path.testimonial-color-squares,
.color-style-corporate .triangle-img-2 svg path.testimonial-color-squares {
  fill: #007B79;
}

.section-testimonial-blocks div {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media screen and (max-width: 550px) {
  .section-testimonial-blocks div {
    width: 100%;
  }
}

.testimonial-text {
  color: #fff;
  font-size: 22px;
  margin-bottom: 35px;
  line-height: 1.5;
  z-index: 2;
  position: relative;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .testimonial-text {
    font-size: 18px;
  }
}

p.testimonial-text:last-of-type {
  margin-bottom: 0;
}

.testimonial-text a {
  color: #fff;
  font-weight: bold;
}

.testimonial-text a:hover {
  opacity: .7;
}

.testimonial-name {
  text-align: center;
  padding-top: 0px;
  font-family: 'Clarke', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 8px;
  line-height: 1;
  color: #fff;
}

p.testimonial-title {
  text-align: center;
  padding-top: 0px;
  font-weight: normal;
  margin-bottom: 25px;
  line-height: 1;
  color: #fff;
}

/*p.testimonial-title:after {
  height: 20px;
  width: 20%;
  min-width: 120px;
  border-bottom: 4px solid #FCEA32;
  content: '';
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}*/
.testimonial-company {
  color: #fff;
  margin-bottom: 0;
}

h2.our-commitment {
  text-align: center;
  padding-top: 0px;
  font-family: 'Clarke', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1;
  color: #fff;
}

h2.our-commitment:after {
  height: 20px;
  width: 20%;
  min-width: 120px;
  border-bottom: 4px solid #FCEA32;
  content: '';
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.page-id-159 .testimonial-wrapper p {
  color: #fff;
  font-size: 19px;
  margin-bottom: 0;
}

.module-page {
  /*    outline: 1px solid pink;*/
  margin-bottom: 40px;
}



.module-page .cbd_gate li {
	  padding-left: 0em;
  text-indent: 0em;
    padding-right: 0px!important;

}


.module-page .cbd_gate li:before {
display: none;
  padding-right: 0px!important;

}

.module-page ul {
  margin-bottom: 0;
}

.module-page li {
  /*outline: 1px solid #eee;*/
  color: #4D4D4D;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 25px;
  list-style: none;
}

.module-page li:before {
  font-family: FontAwesome;
  content: "\f0da";
  padding-right: 7px;
  color: #FEC526;
  font-size: 18px;
  line-height: 1;
  padding-right: 7px;
}

.module-page li:last-child {
  margin-bottom: 0px;
}

.module-page a {
  text-decoration: underline;
}

.module-page.taproot_projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.taproot-project {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  background: #FAFAFA;
  padding: 3% 2%;
  max-width: 49%;
}

@media screen and (max-width: 750px) {
  .taproot-project {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}

.taproot-project h3 {
  font-size: 21px;
  padding-bottom: 15px;
  border-bottom: 2px solid #ddd;
}

.taproot-project p.category {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em;
  margin-bottom: 5px;
}

/*.module-page.image_block::before {
  content: "Module - Image Block";
  display: block;
  float: left;
  background: #fdc52c;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  color: #fff;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}*/
.module-page.image_block img {
  display: block;
}

/*.module-page.text_block::before {
  content: "Module - Text Block";
  display: block;
  float: left;
  background: #fdc52c;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  color: #fff;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}*/
.module-page.photo_text_one_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.photo_text_one_column_wrapper {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-bottom: 60px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
}

.photo_text_one_column_wrapper h2,
.photo_text_two_column_wrapper h2,
.text_block h2 {
  /*  color: #f0933b;*/
  color: #000;
  font-family: 'Clarke', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 21px;
  margin-bottom: 15px;
}

/*.module-page.photo_text_one_column::before {
  content: "Module - Photo & Text One Column";
  display: block;
  float: left;
  background: #fdc52c;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  color: #fff;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}*/
.photo_text_one_column_wrapper div {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}

.photo_text_one_column_wrapper div:first-of-type {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  /*  outline: 1px solid #ddd;
*/
}

.photo_text_one_column_wrapper div:last-of-type {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

@media screen and (max-width: 550px) {
  .photo_text_one_column_wrapper div,
  .photo_text_one_column_wrapper div:first-of-type,
  .photo_text_one_column_wrapper div:last-of-type {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.photo_text_one_column_wrapper div img {
  display: block;
  max-width: 400px;
  width: 100%;
}

@media screen and (max-width: 550px) {
  .photo_text_one_column_wrapper div img {
    max-width: none;
    margin-bottom: 20px;
  }
}

.module-page.photo_text_two_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.photo_text_two_column_wrapper {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  margin-bottom: 60px;
}

@media screen and (max-width: 550px) {
  .photo_text_two_column_wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}

.module-page.photo_text_two_column.team-section-css {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.photo_text_two_column.team-section-css .photo_text_two_column_wrapper {
  -ms-flex-preferred-size: 31% !important;
  flex-basis: 31%;
  max-width: 31%;
  margin-right: 2.3%;
}

@media screen and (max-width: 950px) {
  .photo_text_two_column.team-section-css .photo_text_two_column_wrapper {
    -ms-flex-preferred-size: 47.7%;
    flex-basis: 47.7%;
    max-width: inherit;
    margin-right: 2.3%;
  }
}

@media screen and (max-width: 750px) {
  .photo_text_two_column.team-section-css .photo_text_two_column_wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: inherit;
    margin-right: 0%;
  }
}

/*.module-page.photo_text_two_column::before {
  content: "Module - Photo & Text One Column";
  display: block;
  float: left;
  background: #fdc52c;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  color: #fff;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}*/
.photo_text_two_column_wrapper div {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  /*  outline: 1px solid red;*/
}

@media screen and (max-width: 550px) {
  .photo_text_two_column_wrapper div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.photo_text_two_column_wrapper div img {
  display: block;
  max-width: 400px;
  width: 100%;
  margin-bottom: 15px;
}

@media screen and (max-width: 550px) {
  .photo_text_two_column_wrapper div img {
    max-width: none;
  }
}


@-webkit-keyframes flipdown {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  80% {
    -webkit-transform: rotateX(8deg);
    transform: rotateX(8deg);
  }
  83% {
    -webkit-transform: rotateX(6deg);
    transform: rotateX(6deg);
  }
  92% {
    -webkit-transform: rotateX(-3deg);
    transform: rotateX(-3deg);
  }
  100% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@keyframes flipdown {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  80% {
    -webkit-transform: rotateX(8deg);
    transform: rotateX(8deg);
  }
  83% {
    -webkit-transform: rotateX(6deg);
    transform: rotateX(6deg);
  }
  92% {
    -webkit-transform: rotateX(-3deg);
    transform: rotateX(-3deg);
  }
  100% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

.qandaboxes f.transition,
.qandaboxes p,
.qandaboxes ul li i:before,
.qandaboxes ul li i:after {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.qandaboxes .flipIn,
.qandaboxes h1,
.qandaboxes ul li {
  -webkit-animation: flipdown 0.5s ease both;
  animation: flipdown 0.5s ease both;
}

.qandaboxes .no-select,
.qandaboxes h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.qandaboxes h2 {
  font-size: 21px;
  line-height: 34px;
  font-weight: 300;
  display: block;
  background-color: #fefffa;
  margin: 0;
  cursor: pointer;
  color: #f19239;
  font-weight: normal;
}

.qandaboxes p {
  font-size: 17px;
  line-height: 26px;
  position: relative;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
  margin-bottom: 0;
}

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

.qandaboxes ul.ul-qandaboxes li {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 20px;
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.qandaboxes ul.ul-qandaboxes li i {
  position: absolute;
  -webkit-transform: translate(-6px, 0);
  -ms-transform: translate(-6px, 0);
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
  top: -6px;
}

ul.ul-qandaboxes li i:before,
ul.ul-qandaboxes li i:after {
  content: "";
  position: absolute;
  background-color: #f19239;
  width: 3px;
  height: 9px;
}

.qandaboxes ul.ul-qandaboxes li i:before {
  -webkit-transform: translate(-2px, 0) rotate(45deg);
  -ms-transform: translate(-2px, 0) rotate(45deg);
  transform: translate(-2px, 0) rotate(45deg);
}

.qandaboxes ul.ul-qandaboxes li i:after {
  -webkit-transform: translate(2px, 0) rotate(-45deg);
  -ms-transform: translate(2px, 0) rotate(-45deg);
  transform: translate(2px, 0) rotate(-45deg);
}

.qandaboxes ul.ul-qandaboxes li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.qandaboxes ul.ul-qandaboxes li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.qandaboxes ul.ul-qandaboxes li input[type=checkbox]:checked ~ i:before {
  -webkit-transform: translate(2px, 0) rotate(45deg);
  -ms-transform: translate(2px, 0) rotate(45deg);
  transform: translate(2px, 0) rotate(45deg);
}

.qandaboxes ul.ul-qandaboxes li input[type=checkbox]:checked ~ i:after {
  -webkit-transform: translate(-2px, 0) rotate(-45deg);
  -ms-transform: translate(-2px, 0) rotate(-45deg);
  transform: translate(-2px, 0) rotate(-45deg);
}

.module-page.section-title {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 30px;
  line-height: 1;
  font-size: 25px;
  /*  border-bottom: 2px solid #e1e1e1;*/
  padding-bottom: 15px;
}

.module-page.section-title:empty {
  display: none;
}

h2.module-page.section-title.find-events:before {
  font-family: FontAwesome;
  content: "\f017";
  padding-right: 7px;
  font-size: 18px;
  line-height: 1;
}

h2.module-page.section-title.find-events:before {
  color: #FFC830;
}

.color-style-volunteer h2.module-page.section-title.find-events:before {
  color: #00A6DA;
}

.color-style-corporate h2.module-page.section-title.find-events:before {
  color: #01B1B0;
}

.module-page.bullet_text_boxes {
  float: left;
}

.bullet_text_boxes-wrapper {
  float: left;
  width: 100%;
}

.bullet_text_boxes-wrapper h3 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 23px;
  margin-left: -10px;
}

@media screen and (max-width: 950px) {
  .bullet_text_boxes-wrapper h3 {
    margin-left: 0px;
  }
}

.bullet_text_boxes-wrapper h3:before {
  font-family: FontAwesome;
  content: "\f0da";
  padding-right: 7px;
  color: #FEC526;
  font-size: 18px;
  line-height: 1;
}

/*Gravity Forms*/
#gform_wrapper_1,
#gform_wrapper_2 {
  margin-top: 0;
  margin-bottom: 0;
}

form#gform_2.gf_simple_horizontal {
  margin-right: 0;
  width: 100%;
}

#gform_1 li,
#gform_2 li,
#gform_5 li {
  padding-right: 0;
}

li#field_1_2 li {
  /*background: red;*/
  margin-bottom: 15px;
}

body #gform_1 .ginput_container_email input,
body #gform_5 .ginput_container_email input {
  min-width: 200px;
}

@media screen and (max-width: 1050px) {
  body #gform_1 .ginput_container_email input,
  body #gform_5 .ginput_container_email input {
    min-width: inherit;
  }
}

body #gform_1 .ginput_container input,
body #gform_1 .ginput_container_text input,
body #gform_1.ginput_container_textarea input,
body #gform_1 .ginput_container_phone input,
body #gform_1 .ginput_container_email input,
body #gform_1 .ginput_container_textarea textarea,
body #gform_5 .ginput_container input,
body #gform_5 .ginput_container_text input,
body #gform_5.ginput_container_textarea input,
body #gform_5 .ginput_container_phone input,
body #gform_5 .ginput_container_email input,
body #gform_5 .ginput_container_textarea textarea {
  background: #fff;
  border: 2px solid #ECF0F1;
  border-radius: 0px;
  padding: 10px 0 10px 10px !important;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 50px;
  font-family: "Circular", Circular, helvetica neue, sans-serif;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}

body #gform_1 .gfield_checkbox li label,
body #gform_5 .gfield_checkbox li label {
  /*outline: 1px solid red;*/
  line-height: 1.4;
  padding-right: 20px;
  color: #595959;
  font-weight: normal;
}

body #gform_1 .gfield_checkbox li input[type=checkbox],
body #gform_5 .gfield_checkbox li input[type=checkbox] {
  height: inherit;
}

body #gform_1 .ginput_container_checkbox,
body #gform_5 .ginput_container_checkbox {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 0 !important;
  margin-bottom: 0;
}

body #gform_1 .ginput_container input:focus,
body #gform_1 .ginput_container_text input:focus,
body #gform_1 .ginput_container_textarea input:focus,
body #gform_1 .ginput_container_phone input:focus,
body #gform_1 .ginput_container_email input:focus,
body #gform_1 .ginput_container_textarea textarea:focus,
body #gform_5 .ginput_container input:focus,
body #gform_5 .ginput_container_text input:focus,
body #form_5 .ginput_container_textarea input:focus,
body #gform_5 .ginput_container_phone input:focus,
body #gform_5 .ginput_container_email input:focus,
body #gform_5 .ginput_container_textarea textarea:focus {
  outline: none !important;
  border: 2px solid #ECF0F1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body #gform_1 ::-webkit-input-placeholder,
body #gform_5 ::-webkit-input-placeholder {
  color: #000 !important;
  opacity: .3 !important;
  font-family: "Circular", Circular, helvetica neue, sans-serif;
}

body #gform_wrapper_1 .button,
body #gform_wrapper_5 .button {
  text-shadow: none;
  display: inline-block;
  padding: 0;
  width: 180px;
  margin: 10px auto 0 !important;
  font-size: 14px;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  color: #000;
  letter-spacing: .1em;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #ECF0F1;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  /*gets rid of stupid shadow*/
  text-align: center;
  height: 50px;
  font-family: 'Clarke', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
}

@media screen and (max-width: 650px) {
  body #gform_wrapper_1 .button,
  body #gform_wrapper_5 .button {
    width: 100%;
    margin-top: 5px;
  }
}

body #gform_wrapper_1 .button .fa,
body #gform_wrapper_5 .button .fa {
  color: #000;
  font-size: 19px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
}

body #gform_wrapper_1 .button:hover .fa,
body #gform_wrapper_5 .button:hover .fa {
  /*  color: #FEC526;*/
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

body #gform_wrapper_1 .button:hover,
body #gform_wrapper_1 .button:active,
body #gform_wrapper_5 .button:hover,
body #gform_wrapper_5 .button:active {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body #gform_1 .gform_footer.top_label,
body #gform_5 .gform_footer.top_label {
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}

body #gform_2 .ginput_container_email input {
  width: 100%;
  min-width: 250px;
}

body #gform_2 .ginput_container input,
body #gform_2 .ginput_container_text input,
body #gform_2.ginput_container_textarea input,
body #gform_2 .ginput_container_email input,
body #gform_2 .ginput_container_textarea textarea {
  background: #838487;
  border: 2px solid #838487;
  border-radius: 0px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-left: 10px !important;
  height: 50px;
  font-family: "Circular", Circular, helvetica neue, sans-serif;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  color: #fff !important;
  margin-top: 0;
  margin-bottom: 0;
}

body #gform_2 .ginput_container input:focus,
body #gform_2 .ginput_container_text input:focus,
body #gform_2 .ginput_container_textarea input:focus,
body #gform_2 .ginput_container_email input:focus {
  outline: none !important;
  border: 2px solid transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body #gform_2 ::-webkit-input-placeholder {
  color: #fff !important;
  opacity: .3;
  font-family: "Circular", Circular, helvetica neue, sans-serif;
}

body #gform_wrapper_2 .button {
  text-shadow: none;
  display: inline-block;
  padding: 0;
  width: 70px;
  margin: 0;
  font-size: 14px;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  color: #000;
  letter-spacing: .1em;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #838487;
  font-family: 'Rubik', serif;
  font-weight: 500;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  /*gets rid of stupid shadow*/
  text-align: center;
  height: 50px;
  /*  position: absolute;
  top: 0;
  left: 0;*/
}

@media screen and (max-width: 650px) {
  body #gform_wrapper_2 .button {
    float: none !important;
    display: block;
    margin-right: auto;
    margin-left: auto;
    min-width: 100px;
    width: 100%;
  }
}

body #gform_wrapper_2 .button .fa {
  color: #fff;
  font-size: 19px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body #gform_wrapper_2 .button:hover .fa {
  /*  color: #FEC526;*/
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

body #gform_wrapper_2 .button:hover,
body #gform_wrapper_2 .button:active {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body #gform_2 .gform_footer.top_label {
  margin-top: 5px;
  padding-bottom: 0;
  padding-top: 0;
}

body #gform_wrapper_2 .validation_error {
  display: none;
}

body #gform_wrapper_2 .validation_message {
  padding-top: 0;
  margin: 0;
  color: #FFC830;
  font-size: 12px;
}

body #gform_wrapper_2 .gfield_error {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0 !important;
  background: none;
  border: none;
}

/*Gated Content*/
body #gform_4 .gform_title {
  display: none;
}

body #gform_4 .ginput_container input,
body #gform_4 .ginput_container_text input,
body #gform_4 .ginput_container_textarea input,
body #gform_4 .ginput_container_phone input,
body #gform_4 .ginput_container_email input,
body #gform_4 .ginput_container_textarea textarea {
  background: #fff;
  border: 2px solid #ECF0F1;
  border-radius: 0px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-left: 10px !important;
  height: 50px;
  font-family: "Circular", Circular, helvetica neue, sans-serif;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}

body #gform_4 .ginput_container input:focus,
body #gform_4 .ginput_container_text input:focus,
body #gform_4 .ginput_container_textarea input:focus,
body #gform_4 .ginput_container_phone input:focus,
body #gform_4 .ginput_container_email input:focus,
body #gform_4 .ginput_container_textarea textarea:focus {
  outline: none !important;
  border: 2px solid #ECF0F1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body #gform_4 ::-webkit-input-placeholder {
  color: #000 !important;
  opacity: .3 !important;
  font-family: "Circular", Circular, helvetica neue, sans-serif;
}

body #gform_wrapper_4 .button {
  font-family: 'Clarke', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  margin: 0;
  background: #fff;
  color: #000;
  padding: 15px 50px;
  text-align: center;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  border: 2px solid #FEC526;
}

body #gform_wrapper_4 .button:hover,
body #gform_wrapper_4 .button:active {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #FEC526;
  color: #fff;
}

body #gform_wrapper_4 .gform_footer {
  margin-top: 0px;
}

/* Contact Form*/
body #gform_3 .ginput_container input,
body #gform_3 .ginput_container_text input,
body #gform_3 .ginput_container_textarea input,
body #gform_3 .ginput_container_phone input,
body #gform_3 .ginput_container_email input,
body #gform_3 .ginput_container_textarea textarea {
  background: #fff;
  border: 2px solid #ECF0F1;
  border-radius: 0px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-left: 10px !important;
  height: 50px;
  font-family: "Circular", Circular, helvetica neue, sans-serif;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}

body #gform_3 .ginput_container_textarea textarea {
  height: 190px;
  margin-top: -30px;
}

body #gform_3 .ginput_container input:focus,
body #gform_3 .ginput_container_text input:focus,
body #gform_3 .ginput_container_textarea input:focus,
body #gform_3 .ginput_container_phone input:focus,
body #gform_3 .ginput_container_email input:focus,
body #gform_3 .ginput_container_textarea textarea:focus {
  outline: none !important;
  border: 2px solid #ECF0F1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body #gform_3 ::-webkit-input-placeholder {
  color: #000 !important;
  opacity: .5 !important;
  font-family: "Circular", Circular, helvetica neue, sans-serif;
}

body #gform_wrapper_3 .button {
  font-family: 'Clarke', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  margin: 0;
  background: #fff;
  color: #000;
  padding: 15px 50px;
  text-align: center;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  border: 2px solid #FEC526;
}

body #gform_wrapper_3 .button:hover,
body #gform_wrapper_3 .button:active {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #FEC526;
  color: #fff;
}

body #gform_wrapper_3 .gform_footer {
  margin-top: 0px;
}

.section-triangle-holder-home {
  position: absolute;
  top: 20px;
  right: 1%;
  z-index: 1;
  max-width: 200px;
}

@media screen and (max-width: 950px) {
  .section-triangle-holder {
    top: 10px;
    right: -4%;
  }
}

@media screen and (max-width: 750px) {
  .section-triangle-holder-home {
    display: none;
  }
}

.section-triangle-holder-home .triangle-img svg {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
}

@media screen and (max-width: 950px) {
  .section-triangle-holder-home .triangle-img svg {
    width: 50%;
  }
}

.section-home-cta-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}

.item-cta-boxes {
  background: #FAFAFA;
  -ms-flex-preferred-size: 32.3%;
  flex-basis: 32.3%;
  height: 32.3%;
  max-width: 32.3%;
  min-height: 300px;
  position: relative;
  padding: 30px 30px 20px;
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 950px) {
  .item-cta-boxes {
    max-width: inherit;
  }
}

@media screen and (max-width: 1050px) {
  .item-cta-boxes {
    padding: 20px 20px 20px;
  }
}

@media screen and (max-width: 750px) {
  .item-cta-boxes {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-height: inherit;
  }
}

.item-cta-boxes.companies .small-triangle-svg {
  fill: #00B1B0 !important;
}

.item-cta-boxes.volunteers .small-triangle-svg {
  fill: #01A5D9 !important;
}

.item-cta-boxes.companies .small-triangle-svg {
  fill: #00B1B0 !important;
}

.item-cta-boxes.nonprofits h2 {
  color: #FFC424 !important;
}

.item-cta-boxes.volunteers h2 {
  color: #01A5D9 !important;
}

.item-cta-boxes.companies h2 {
  color: #00B1B0 !important;
}

.item-cta-boxes.nonprofits a {
  color: #FFC424 !important;
}

.item-cta-boxes.volunteers a {
  color: #01A5D9 !important;
}

.item-cta-boxes.companies a {
  color: #00B1B0 !important;
}

.item-cta-boxes-top {
  padding-top: 10%;
}

@media screen and (max-width: 750px) {
  .item-cta-boxes-top {
    padding-top: 2%;
  }
}

.item-cta-boxes:hover {
  cursor: pointer;
}

.item-cta-boxes .small-triangle-holder {
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

.item-cta-boxes:hover .small-triangle-holder {
  width: 60px;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

.small-triangle-holder {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
}

.small-triangle-svg {
  fill: #FFC425 !important;
}

.item-cta-boxes h2 {
  font-family: 'Clarke', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 35px;
  line-height: 1;
  color: rgba(1, 165, 217, 0.9);
  margin-bottom: 5px;
}

.section-home-case-study-slider {
  /*  min-height: 40vh;*/
  /*  outline: 1px solid #ddd;*/
  padding-top: 30px;
  padding-bottom: 0px;
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
}

.section-home-our-impact {
  /*background: #FAFAFA;*/
  min-height: 700px;
  height: 75vh;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0px;
}

.item-our-impact_title {
  /*outline: 1px solid #ddd;  */
  min-height: 15vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-bottom: 60px;
}

@media screen and (max-width: 550px) {
  .item-our-impact_title {
    padding-bottom: 30px;
    min-height: auto;
  }
}

.section-home-our-impact .item-our-impact_title h3 {
  font-family: 'Clarke', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 60px;
  line-height: 1;
  color: rgba(1, 165, 217, 0.9);
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .section-home-our-impact .item-our-impact_title h3 {
    font-size: 30px;
  }
}

.item-our-impact_1,
.item-our-impact_2,
.item-our-impact_3,
.item-our-impact_4 {
  min-height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  max-width: 50%;
}

@media screen and (max-width: 750px) {
  .item-our-impact_1,
  .item-our-impact_2,
  .item-our-impact_3,
  .item-our-impact_4 {
    max-width: inherit;
  }
}

.item-our-impact_1 {
  border-right: 1px solid rgba(221, 221, 221, 0.6);
  border-bottom: 1px solid rgba(221, 221, 221, 0.6);
}

.item-our-impact_2 {
  border-bottom: 1px solid rgba(221, 221, 221, 0.6);
}

.item-our-impact_3 {
  border-right: 1px solid rgba(221, 221, 221, 0.6);
}

@media screen and (max-width: 550px) {
  .item-our-impact_3 {
    border-right: 1px solid #fff;
    border-bottom: 1px solid rgba(221, 221, 221, 0.6);
  }
}

@media screen and (max-width: 550px) {
  .item-our-impact_4 {
    border-right: 1px solid #fff;
    border-bottom: 1px solid rgba(221, 221, 221, 0.6);
  }
}

@media screen and (max-width: 550px) {
  .item-our-impact_1 {
    border-right: 1px solid #fff;
    border-top: 1px solid rgba(221, 221, 221, 0.6);
  }
}

@media screen and (max-width: 950px) {
  .item-our-impact_1,
  .item-our-impact_2,
  .item-our-impact_3,
  .item-our-impact_4 {
    min-height: auto !important;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 550px) {
  .item-our-impact_1,
  .item-our-impact_2,
  .item-our-impact_3,
  .item-our-impact_4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.item-our-impact_1 p,
.item-our-impact_2 p,
.item-our-impact_3 p,
.item-our-impact_4 p {
  margin-bottom: 0;
}

.item-our-impact_1 h3,
.item-our-impact_2 h3,
.item-our-impact_3 h3,
.item-our-impact_4 h3 {
  font-family: 'Clarke', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 40px;
  line-height: 1;
  color: rgba(1, 165, 217, 0.9);
  margin-bottom: 5px;
}

.section-home-news-social {
  min-height: 20vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 60px;
  margin-top: 60px;
}

.item-news-social-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-basis: 30%;
  text-align: left;
  padding: 2% 2% 2% 0;
  margin-right: 2%;
  min-height: 350px;
  border-right: 1px solid #ddd;
}

.section-home-news-social .item-news-social-boxes:nth-of-type(4) {
  border-right: 1px solid #fff;
}

@media screen and (max-width: 1150px) {
  .item-news-social-boxes {
    flex-basis: 50%;
    margin-right: 0;
    border-bottom: 1px solid #ddd;
    min-height: inherit;
    max-width: inherit;
    padding: 5%;
  }
}


@media screen and (max-width: 950px) {
  .item-news-social-boxes {
    flex-basis: 100%;
    margin-right: 0;
    border-bottom: 1px solid #ddd;
    min-height: inherit;
    max-width: inherit;
    padding: 5% 0;
    border-right: 1px solid #fff;
  }
}




@media screen and (max-width: 1150px) {
  .item-news-social-boxes:nth-of-type(5), 
  .item-news-social-boxes:nth-of-type(4) {
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 1150px) {
  .item-news-social-boxes:nth-of-type(5), 
  .item-news-social-boxes:nth-of-type(4) {
    border-bottom: 1px solid #fff;
  }
}





@media screen and (max-width: 950px) {
  .item-news-social-boxes:nth-of-type(5), 
  .item-news-social-boxes:nth-of-type(4) {
    border-bottom: 1px solid #ddd;
  }
}





.item-news-social-boxes .btn {
  min-width: 180px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.item-news-social-boxes .date {
  color: #908f92;
  margin-bottom: 5px;
  display: block;
}

.item-news-social-boxes h4 {
  margin-bottom: 15px;
  font-family: 'Clarke', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 21px;
}

.item-news-social-boxes.social-box-news {
/*  border-right: 1px solid #ddd;*/
}

.item-news-social-boxes.social-box-news:nth-of-type(4) {
  border-right: 1px solid #fff;
  background: red!;
}




.item-news-social-boxes.social-box-news h4 {
  color: #F29439;
}


.item-news-social-boxes.social-box-resources h4 {
  color: #DEB408;
}

.item-news-social-boxes.social-box-twitter div h2 {
  background: red;
  display: none;
}

.item-news-social-boxes.social-box-twitter h4 {
  color: #00A5D9;
}

.item-news-social-boxes h2 {
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
}

.item-news-social-boxes h2 a {
  color: #000;
  opacity: 1;
}

.item-news-social-boxes h2 a:hover {
  opacity: .8;
}

body .tp_recent_tweets li {
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding-left: 0px;
  padding-bottom: 0px;
  line-height: 1.6;
  list-style-type: none;
}

body .tp_recent_tweets li a {
  font-weight: bold;
  color: #000;
}

body .tp_recent_tweets li a:hover {
  color: #bbb;
}

body .tp_recent_tweets .twitter_time {
  display: block;
  color: #999;
  font-size: 12px;
}

.section-home-sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 20vh;
}

.item-sponsors-boxes {
  background: #fff;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  min-height: 120px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  /*  outline: 1px solid #ddd;*/
}

@media screen and (max-width: 550px) {
  .item-sponsors-boxes {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.item-sponsors-boxes img {
  max-width: 180px;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .item-sponsors-boxes img {
    max-width: 130px;
  }
}

.section-home-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 20vh;
  margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
  .section-home-partners {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.item-partners-boxes {
  /*  outline: 1px solid #ddd;*/
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  min-height: 120px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .item-partners-boxes {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.item-partners-boxes img {
  max-width: 180px;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .item-partners-boxes img {
    max-width: 130px;
  }
}

.item-sponsors-boxes p,
.item-partners-boxes p {
  margin-bottom: 0;
  background: #FFC629;
}

.section-home-title {
  margin-bottom: 30px;
}

.section-home-title h4 {
  margin-bottom: 0px;
  font-family: 'Clarke', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 25px;
  /*  text-align: center;*/
}

@media screen and (max-width: 950px) {
  .section-home-title h4 {
    text-align: center;
    font-size: 22px;
  }
}

.section-home-title h4:after {
  height: 10px;
  width: 100px;
  border-bottom: 4px solid #ecf0f1;
  content: '';
  display: block;
}

@media screen and (max-width: 950px) {
  .section-home-title h4:after {
    margin-right: auto;
    margin-left: auto;
  }
}
.social-sharing.ss-social-sharing{
  display: none;
}


body a.button-linkedin,
body a.button-facebook,
body a.button-twitter {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 !important;
  background-image: none !important;
  display: inline-block;
  margin-right: 5px;
  color: #fff;
}

body a.button-linkedin {
  background-color: #007BB6;
  background: #007BB6;
  text-shadow: none;
}

body a.button-linkedin:hover {
  background: #007BB6;
  opacity: .7;
}

a.button-linkedin:before {
  vertical-align: middle;
  content: "\f0e1";
  font: 20px FontAwesome;
  text-align: center;
}

body a.button-facebook {
  background-color: #2b4170;
  background: #2b4170;
  text-shadow: none;
}

body a.button-facebook:hover {
  background-color: #2b4170;
  background: #2b4170;
  opacity: .7;
}

body a.button-facebook:before {
  vertical-align: middle;
  content: "\f09a";
  font: 20px FontAwesome;
}

body a.button-twitter {
  background-color: #0081ce;
  background: #0081ce;
  text-shadow: none;
}

body a.button-twitter:hover {
  background-color: #0081ce;
  opacity: .7;
}

body a.button-twitter:before {
  vertical-align: middle;
  content: "\f099";
  font: 20px FontAwesome;
}

img.img-featured-image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.seciton-event-info {
  padding-bottom: 15px;
  border-bottom: 2px solid #f5f7f6;
  margin-bottom: 15px;
}

.seciton-event-info h2 {
  margin-bottom: 5px;
  font-size: 20px;
}

@media screen and (max-width: 550px) {
  .seciton-event-info h2 {
    /*text-align: center;*/
  }
}

img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
  /*outline: 3px solid rgba(254, 197, 38, 1.000);*/
}

img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
  /*outline: 3px solid rgba(254, 197, 38, 1.000);*/
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.section-center-onpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 30vh;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.section-search-results {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 800px;
}

h4.search-result-category {
  font-size: 14px;
  margin-bottom: 7px;
  color: #bbb;
}

.cbd_gate {
  display: none;
  background: #fafafa;
  padding: 30px;
  margin-top: 30px;
}

/* basic styles */
.cbdgc_access_gate {
  width: 200px;
  cursor: pointer;
  font-family: 'Clarke', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  margin: 0;
  background: #fff;
  color: #000;
  padding: 15px 10px;
  text-align: center;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  border: 2px solid #FEC526;
}

/* gate form */
body #gform_6 .ginput_container input,
body #gform_6 .ginput_container_text input,
body #gform_6 .ginput_container_textarea input,
body #gform_6 .ginput_container_phone input,
body #gform_6 .ginput_container_email input,
body #gform_6 .ginput_container_textarea textarea {
  background: #fff;
  border: 2px solid #ECF0F1;
  border-radius: 0px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-left: 10px !important;
  height: 50px;
  font-family: "Circular", Circular, helvetica neue, sans-serif;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}

body #gform_6 .ginput_container input:focus,
body #gform_6 .ginput_container_text input:focus,
body #gform_6 .ginput_container_textarea input:focus,
body #gform_6 .ginput_container_phone input:focus,
body #gform_6 .ginput_container_email input:focus,
body #gform_6 .ginput_container_textarea textarea:focus {
  outline: none !important;
  border: 2px solid #ECF0F1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body #gform_6 ::-webkit-input-placeholder {
  color: #000 !important;
  opacity: .5 !important;
  font-family: "Circular", Circular, helvetica neue, sans-serif;
}

body #gform_wrapper_6 .button {
  font-family: 'Clarke', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  margin: 0;
  background: #fff;
  color: #000;
  padding: 15px 50px;
  text-align: center;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;align-content
  border: 2px solid #FEC526;
}

body #gform_wrapper_6 .button:hover,
body #gform_wrapper_6 .button:active {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #FEC526;
  color: #fff;
}
.page-title {
  line-height: 1em;
}

.section_cta_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section_cta_main_content  {
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 950px) {
  .section_cta_main_content  {
    flex-basis: 100%;
  }
}

.section_cta_sidebar {
  flex-basis: 37%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 950px) {
  .section_cta_sidebar {
    flex-basis: 100%;
  }
}
.section_cta_sidebar img {
  width: 100%;
  height: auto;
  margin-bottom: 10%;
  -webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.24);
  box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.24);
  border-radius: 17px;
  overflow: hidden;
}
.section_cta_sidebar img.image_three,
.section_cta_sidebar img.image_one {
  max-width: 330px;
}



.section_cta_sidebar img.image_two {
  align-self: flex-end;
  margin-left: auto;
  max-width: 450px;
  margin-right: 0;
}


@media (max-width: 950px) {
  .section_cta_sidebar img.image_two {
    margin-left: auto;
    margin-right: auto;
    align-self: center;
    max-width: 600px;

  }
}

@media (max-width: 950px) {
  .section_cta_sidebar img.image_three,
  .section_cta_sidebar img.image_one {
    display: none;
  }
}