/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/*varibles*/
/* line 22, user/data/gantry5/themes/g5_helium/scss/custom.scss */
a {
  transition: all 1s;
}
/* line 26, user/data/gantry5/themes/g5_helium/scss/custom.scss */
a:hover {
  color: #e22322 !important;
}
/* line 30, user/data/gantry5/themes/g5_helium/scss/custom.scss */
body p {
  color: #fff;
}
/* line 34, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-home-particles.g-helium-style #g-intro {
  padding-bottom: 90px;
}
/*typography*/
/* line 39, user/data/gantry5/themes/g5_helium/scss/custom.scss */
body, #g-navigation .g-main-nav {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* line 46, user/data/gantry5/themes/g5_helium/scss/custom.scss */
h1, h2, h3, h4, h5, h6, .g-owlcarousel-item-title {
  font-family: benton-sans, sans-serif !important;
  font-weight: 700;
}
/* line 51, user/data/gantry5/themes/g5_helium/scss/custom.scss */
h1, h2 {
  line-height: 1.1;
}
/* line 52, user/data/gantry5/themes/g5_helium/scss/custom.scss */
h3, h4 {
  line-height: 1.3;
}
/* line 53, user/data/gantry5/themes/g5_helium/scss/custom.scss */
h1 {
  font-size: 300%;
  letter-spacing: -2px;
}
/* line 54, user/data/gantry5/themes/g5_helium/scss/custom.scss */
h2 {
  font-size: 250%;
  letter-spacing: -1px;
}
/* line 55, user/data/gantry5/themes/g5_helium/scss/custom.scss */
h3 {
  font-size: 200%;
}
/* line 56, user/data/gantry5/themes/g5_helium/scss/custom.scss */
h4 {
  font-size: 180%;
}
/* line 57, user/data/gantry5/themes/g5_helium/scss/custom.scss */
h5 {
  font-size: 130%;
}
/* line 58, user/data/gantry5/themes/g5_helium/scss/custom.scss */
h6 {
  font-size: 100%;
}
@media only screen and (max-width: 480px) {
  /* line 61, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  h1 {
    font-size: 170%;
    letter-spacing: -2px;
  }
  /* line 62, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  h2 {
    font-size: 160%;
    letter-spacing: -1px;
  }
  /* line 63, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  h3 {
    font-size: 150%;
  }
  /* line 64, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  h4 {
    font-size: 140%;
  }
  /* line 65, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  h5 {
    font-size: 130%;
  }
  /* line 66, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  h6 {
    font-size: 120%;
  }
}
/* line 69, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-owlcarousel-item-title {
  color: #fde3a1;
}
/* line 73, user/data/gantry5/themes/g5_helium/scss/custom.scss */
h1, h2, h2 a {
  color: #fde3a1;
}
/* line 77, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-header h2 {
  font-size: 250%;
  letter-spacing: 1px;
  font-family: futura-pt, sans-serif !important;
  text-transform: uppercase;
}
/* line 81, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-page-surround, #g-footer {
  background-color: #0f2932;
}
/* line 85, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-logo.g-logo-helium svg {
  max-height: 180px;
}
/* line 89, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-navigation .g-main-nav {
  text-transform: initial;
}
/*Navigation */
/* line 95, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-offcanvas {
  padding: 120px 19rem;
}
/* line 99, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#mobile-menu-5697-particle {
  width: 75rem;
  margin: auto;
  display: block;
}
/* line 105, user/data/gantry5/themes/g5_helium/scss/custom.scss */
ul.g-sublevel, span.g-menu-parent-indicator {
  display: none;
}
/* line 109, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#g-mobilemenu-container a {
  font-size: 1.8rem;
  transition: all 2s;
}
/* line 112, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#g-mobilemenu-container a:hover {
  color: #0f2932;
}
/* line 117, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #79a4ae;
}
/* line 119, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container a:hover {
  color: #fde3a1;
}
@keyframes fadein {
  /* line 125, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  from {
    opacity: 0;
  }
  /* line 126, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  to {
    opacity: 0.9;
  }
}
@keyframes fadeout {
  /* line 130, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  from {
    opacity: 0.9;
  }
  /* line 131, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  to {
    opacity: 0;
  }
}
/* line 134, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-offcanvas {
  z-index: 11;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
/* line 138, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-offcanvas .g-grid {
  position: absolute;
  top: 232px;
  margin: 0%;
  z-index: 18;
  width: 75%;
  display: block;
}
/* line 146, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-offcanvas .size-40 {
  width: 100%;
}
/* line 150, user/data/gantry5/themes/g5_helium/scss/custom.scss */
i.fa.fa-fw.fa-bars {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: block;
  background: #1a404d;
  padding-top: 0px;
  border: 1px solid #0f2932;
  transition: all 2s;
  cursor: pointer;
}
/* line 160, user/data/gantry5/themes/g5_helium/scss/custom.scss */
i.fa.fa-fw.fa-bars:hover {
  color: #fde3a1;
  border: 1px solid #79a4ae;
}
/* line 166, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-mobilemenu-container {
  width: 100%;
}
/* line 173, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-offcanvas-left #g-page-surround {
  transform: none !important;
}
/* line 177, user/data/gantry5/themes/g5_helium/scss/custom.scss */
/* line 178, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-offcanvas-open #g-offcanvas {
  opacity: 1;
}
/* line 182, user/data/gantry5/themes/g5_helium/scss/custom.scss */
/* line 183, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-offcanvas-open .fa-fw:after {
  content: "close" !important;
  transition: all 2s;
  color: #fde3a1;
}
/* line 189, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-offcanvas-open .fa-navicon:before, .g-offcanvas-open .fa-reorder:before, .g-offcanvas-open .fa-bars:before {
  content: "\f00d";
}
/* line 194, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-container {
  width: 100%;
  padding: 0 12.5rem;
}
/* line 198, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-mobilemenu-container {
  margin: 0px;
}
/* line 201, user/data/gantry5/themes/g5_helium/scss/custom.scss */
a.g-menu-item-container {
  width: 100%;
}
/* line 205, user/data/gantry5/themes/g5_helium/scss/custom.scss */
i.fa.fa-fw.fa-bars {
  float: right;
}
/* line 209, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-offcanvas-toggle {
  position: fixed;
  color: #79a4ae;
  width: 100%;
  top: 2.3rem;
  padding: 0 12.5rem;
}
/* line 215, user/data/gantry5/themes/g5_helium/scss/custom.scss */
/* line 216, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-offcanvas-toggle .fa-fw:before {
  padding-top: 10px;
  font-size: 20px;
}
/* line 220, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-offcanvas-toggle .fa-fw:after {
  content: "menu";
  font-size: 1rem;
  display: block;
  font-size: 12px;
}
/* line 228, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-nav-overlay {
  display: none;
}
/* line 232, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#lightcase-overlay {
  background: ;
  z-index: 99;
}
/* line 237, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-offcanvas {
  padding: 120px 12.5rem;
}
/* line 239, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-offcanvas:after {
  content: 'Supporting Youth ~ Pursuing Hope';
  display: block;
  text-align: right;
  color: #e22322;
  margin-right: 3rem;
}
/* line 246, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-offcanvas .size-50 {
  flex: 0 100%;
  text-align: left !important;
  text-indent: 10px;
  font-size: 1.5rem;
}
/* line 255, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.outline-team #g-intro, .outline-contact #g-intro, .outline-endorsements #g-intro, .outline-media #g-intro {
  margin-top: -4rem;
  position: relative;
}
/* line 263, user/data/gantry5/themes/g5_helium/scss/custom.scss */
/* line 268, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.outline-team #g-header, .outline-contact #g-header, .outline-endorsements #g-header, .outline-media #g-header {
  margin-top: 0;
  position: fixed;
  z-index: 8;
}
/* line 274, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.outline-team #g-intro {
  margin-top: 10rem;
}
/* line 277, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-container {
  width: 100%;
  padding: 0 12.5rem;
  position: relative;
  z-index: 10;
}
/* line 283, user/data/gantry5/themes/g5_helium/scss/custom.scss */
/* line 284, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-intro .g-grid {
  background: rgba(15, 41, 50, 0.4);
  padding-bottom: 10px;
}
/* line 290, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.header-to-top {
  top: 0;
}
/*Features Homepage*/
/* line 297, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.plyr__video-embed:after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url('../../../../../images/header/TRT-Website-Video.jpg');
  display: block;
  z-index: 1000;
  position: absolute;
  top: 0;
  transition: opacity 1s;
  background-size: cover;
}
/* line 310, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.plyr__video-wrapper.plyr__video-embed.plyr--setup.changed:after {
  opacity: 0;
}
/*Homepage Sponsor*/
/* line 316, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-header {
  background-image: none;
}
/* line 320, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#owlcarousel-2455-particle {
  border-top: 1px solid #79a4ae;
  border-bottom: 1px solid #e22322;
}
/* line 325, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.plyr__video-embed > div {
  padding-bottom: 150% !important;
}
/* line 329, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.plyr__video-embed {
  padding-bottom: 41.25% !important;
  border-bottom: 1px solid #e22322;
}
/* line 334, user/data/gantry5/themes/g5_helium/scss/custom.scss */
/* line 335, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#g-contenttabs-contenttabs-6660 .ui-tabs-nav li:nth-child(2) {
  display: none;
}
/* line 338, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#g-contenttabs-contenttabs-6660 h6 {
  align-self: start;
}
/* line 342, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#g-contenttabs-contenttabs-6660 .button {
  align-self: end;
  max-width: 400px;
  text-align: center;
  border: 1px solid #e22322;
  background: #0f2932;
}
/* line 348, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#g-contenttabs-contenttabs-6660 .button a {
  color: #fde3a1;
}
/* line 352, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#g-contenttabs-contenttabs-6660 .g-contenttabs-tab-wrapper-body {
  padding: 2rem;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
}
/* line 358, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#g-contenttabs-contenttabs-6660 .g-contenttabs-content {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-gap: 10px;
}
/* line 363, user/data/gantry5/themes/g5_helium/scss/custom.scss */
/* line 364, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#g-contenttabs-contenttabs-6660 .tab-image p, div#g-contenttabs-contenttabs-6660 .tab-text p {
  font-size: 1.1rem;
}
/* line 368, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#g-contenttabs-contenttabs-6660 .tab-image {
  text-align: center;
}
/* line 371, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#g-contenttabs-contenttabs-6660 .tab-tiers {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "header header" "main main-2" "footer footer-2";
}
/* line 372, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#g-contenttabs-contenttabs-6660 .tab-tiers img {
  border: none;
}
/* line 375, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#g-contenttabs-contenttabs-6660 .tab-tiers li {
  padding-bottom: 1.2rem;
}
/* line 378, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#g-contenttabs-contenttabs-6660 .tab-tiers .tiers-hdr {
  grid-area: header;
}
/* line 381, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#g-contenttabs-contenttabs-6660 .tab-tiers .gold {
  grid-area: main;
  display: grid;
}
/* line 385, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#g-contenttabs-contenttabs-6660 .tab-tiers .silver {
  grid-area: main-2;
  display: grid;
  align-self: start;
}
/* line 390, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#g-contenttabs-contenttabs-6660 .tab-tiers .but-gold {
  grid-area: footer;
}
/* line 393, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#g-contenttabs-contenttabs-6660 .tab-tiers .but-silver {
  grid-area: footer-2;
}
/*Reons Story*/
/* line 411, user/data/gantry5/themes/g5_helium/scss/custom.scss */
/* line 412, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#g-contenttabs-contenttabs-2328 .g-contenttabs-content {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-gap: 10px;
}
/* line 419, user/data/gantry5/themes/g5_helium/scss/custom.scss */
/* line 420, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-contenttabs-item-1 h4, #g-contenttabs-item-3 h4 {
  width: 100%;
}
/* line 423, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-contenttabs-item-1 img, #g-contenttabs-item-3 img {
  clear: both;
  float: right !important;
  margin-bottom: 1rem;
  border: 5px solid #fff;
}
/* line 430, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-contenttabs-item-3 img {
  background-color: rgba(255, 255, 255, 0.603);
}
/* line 435, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #79a4ae;
  background-color: #79a4ae;
  background-image: -webkit-linear-gradient(-410deg, #0f2932, #79a4ae);
  background-image: linear-gradient(140deg, #0f2932, #79a4ae);
  opacity: 0.55;
}
/* line 443, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-contenttabs .g-contenttabs-tab-wrapper-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #0f2932;
}
/* line 448, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#contenttabs-2328-particle {
  background-color: #79a4ae;
  background-color: #79a4ae;
  background-image: -webkit-linear-gradient(-410deg, #0f2932, #79a4ae);
  background-image: linear-gradient(140deg, #0f2932, #79a4ae);
}
/* line 453, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#contenttabs-2328-particle .g-contenttabs-content-wrapper-container {
  padding: 0 1rem;
  color: #fff;
}
/* line 457, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#contenttabs-2328-particle h4 {
  color: #fde3a1;
}
/* line 460, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#contenttabs-2328-particle .reons-bio {
  display: block;
}
/* line 465, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-contenttabs-tab-title {
  font-size: 1rem;
  transition: all 1s;
}
/* line 470, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.ui-tabs-active span {
  color: #e22322;
}
/* line 474, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-intro {
  background-image: -webkit-linear-gradient(140deg, #0f2932, #79a4ae);
  background-image: linear-gradient(140deg, #0f2932, #79a4ae);
}
/* line 479, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-features {
  background-image: -webkit-linear-gradient(40deg, #0f2932, #79a4ae);
  background-image: linear-gradient(40deg, #0f2932, #79a4ae);
}
/* line 484, user/data/gantry5/themes/g5_helium/scss/custom.scss */
/* line 485, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-grid .g-block.size-33-3 .card .card-block h4 {
  margin-top: 40px;
  color: #fde3a1;
}
/* line 489, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-grid .g-block.size-33-3 .card .card-block p {
  color: #fff;
}
/* line 492, user/data/gantry5/themes/g5_helium/scss/custom.scss */
/* line 493, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-grid .g-block.size-33-3 .card .card-block:nth-child(2) h4 {
  color: #e22322;
}
/* line 499, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-testimonials {
  background: url('../../../../../images/images/testimonials/trt-supporting-each-other.jpg') no-repeat center top;
}
/* line 503, user/data/gantry5/themes/g5_helium/scss/custom.scss */
#g-testimonials:before {
  opacity: 0.3;
}
/* line 507, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-contenttabs .g-contenttabs-tab-wrapper-head {
  border-radius: 0px;
  margin: 1px 1px 0 1px;
  transition: all 1s;
}
/* line 511, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-contenttabs .g-contenttabs-tab-wrapper-head .g-contenttabs-tab-title {
  font-size: 1rem;
}
/* line 514, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.g-contenttabs .g-contenttabs-tab-wrapper-head .ui-tabs-active .g-contenttabs {
  font-family: normal;
  background: #79a4ae;
  color: #fde3a1;
}
@media only all and (min-width: 48rem) {
  /* line 522, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  .g-home-particles.g-helium-style #g-header {
    margin-top: -8rem;
  }
}
/* line 527, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.size-33-3 .fa {
  border-color: #79a4ae !important;
}
/* line 529, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.size-33-3 .fa:nth-child(2) {
  border-color: #e22322;
}
/* line 532, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.size-33-3 .fa:nth-child(3) {
  border-color: #79a4ae;
}
/* line 538, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.modular-content {
  display: flex;
  flex-flow: column wrap;
  max-height: 2000px;
  margin-left: -20px;
}
/* line 545, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.modular .showcase {
  text-align: left;
  background: #fff;
  border-radius: 2px;
  color: #0f2932;
  padding: 20px;
  box-shadow: 1px 1px 1px #0f2932;
  margin: 0 20px 20px 0;
  width: 50%;
}
/* line 554, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.modular .showcase p {
  color: #0f2932;
}
/* line 560, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#team-6306-particle {
  position: relative;
  z-index: 10;
  background: rgba(15, 41, 50, 0.4);
}
/* line 564, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#team-6306-particle .content-before {
  background: #0f2932 5b;
  padding: 7px;
  margin-bottom: 17px;
}
/* line 569, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#team-6306-particle #header-txt {
  max-width: 800px;
}
/* line 573, user/data/gantry5/themes/g5_helium/scss/custom.scss */
/* line 574, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.r-team-block .g-grid {
  position: relative;
  z-index: 10;
  flex-flow: column wrap;
  max-height: 1775px;
}
/* line 580, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.r-team-block .size-33 {
  margin-top: 4px;
  background-color: #fff;
}
/* line 586, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#custom-9541-particle, div#ajaxformbuilder-6337-particle {
  background: #69939c;
  border-radius: 5px;
}
/* line 590, user/data/gantry5/themes/g5_helium/scss/custom.scss */
div#ajaxformbuilder-6337-particle {
  background: #0f2932;
}
/* line 598, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.field {
  margin-bottom: 10px;
}
/* line 602, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.r-form-thankyou, .r-form-error {
  display: none;
}
/* line 606, user/data/gantry5/themes/g5_helium/scss/custom.scss */
.r-form-thankyou-text {
  color: #fde3a1;
}
@media only screen and (max-width: 1240px) {
  /* line 611, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  .g-container {
    padding: 0 2rem;
  }
  /* line 614, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  .g-offcanvas-toggle {
    padding: 0 3rem;
  }
  /* line 617, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  #g-offcanvas {
    padding: 0 6rem;
  }
  /* line 620, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  .modular-content {
    max-height: 3000px;
  }
  /* line 623, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  div#logo-4381-particle {
    padding: 10px 0;
    margin: 14px 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 629, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  .outline-team #g-intro, .outline-contact #g-intro, .outline-endorsements #g-intro, .outline-media #g-intro {
    margin-top: 4rem;
  }
  /* line 632, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  .modular-content {
    max-height: fit-content;
    display: contents;
  }
  /* line 636, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  .modular .showcase {
    width: 100%;
    padding: 10px;
  }
  /* line 640, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  .g-container {
    padding: 0 1rem;
  }
  /* line 643, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  #g-offcanvas {
    padding: 0rem;
  }
  /* line 646, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  #g-offcanvas .g-grid {
    top: 203px;
    width: 100%;
  }
  /* line 650, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  div#g-contenttabs-contenttabs-6660 .g-contenttabs-content {
    grid-template-columns: none;
  }
  /* line 652, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  div#g-contenttabs-contenttabs-6660 .g-contenttabs-content .tab-tiers {
    display: block;
  }
  /* line 656, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  .r-team-block .g-grid {
    flex-flow: wrap;
    max-height: fit-content;
  }
  /* line 660, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  .but-gold {
    display: none;
  }
  /* line 663, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  div#g-contenttabs-contenttabs-6660 .button {
    width: 100%;
    display: block;
  }
  /* line 667, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  .g-offcanvas-toggle {
    padding: 0 1rem;
  }
  /* line 670, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  .g-contenttabs .g-contenttabs-tab-wrapper-head .g-contenttabs-tab-title {
    font-size: 0.85rem;
  }
  /* line 673, user/data/gantry5/themes/g5_helium/scss/custom.scss */
  div#g-contenttabs-contenttabs-2328 .g-contenttabs-content {
    grid-template-columns: 100%;
  }
}
/*# sourceMappingURL=custom_team.css.map */