@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;600;700;900&family=Open+Sans:wght@300;400;600;700&display=block');

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type="button"],[type="reset"],[type="submit"],button{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* set common variables */
:root {
  --page-color: #f7f7f5;
  --fagc-lt-green-hex: #30bc93;
  --fagc-green-hex: #1e9b77;
  /*--fagc-lt-blue-hex: #439fda;*/
  --fagc-lt-blue-hex: #34b0e9;
  --fagc-blue-hex: #176597;
  --dk-bkue-bg: #253b4e;
  --footer-bg: #262f36;
}
.fagc-green {
  color: #028760;
}
.fagc-blue {
  color: #176597;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html{box-sizing:border-box;font-size:18px}
@media (max-width: 768px) {
  html{font-size:16px}
}
html.wf-loading *{opacity:0}
*,*:before,*:after{box-sizing:inherit}
body{font-family:'Open Sans',sans-serif;line-height:1.6;color:#212121;background:var(--page-color);position:relative}
img{width:auto;max-width:100%;height:auto}
.sr-only {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

a {
  color: var(--fagc-blue-hex);
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover,
a:focus,
a:active {
  color: var(--fagc-green-hex);
}
.btn-wrap {
  padding: 50px 0;
  text-align: center;
}
a.btn {
  height: 60px;
  border-radius: 30px;
  margin: 0 auto;
  padding: 15px 50px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.333rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background: var(--fagc-blue-hex);
  box-shadow: 0px 0px 12px rgba(0,0,0,0.4);
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
a.btn span,
button span {
  position: relative;
  z-index: 2;
}
a.btn:before,
button:before {
  content: '';
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.1);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  position: absolute;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
a.btn:hover:before,
button:hover:before {
  margin-top: -250px;
  margin-left: -250px;
  width: 500px;
  height: 500px;
  background: rgba(0,0,0,0.2);
}
a.btn:hover,
a.btn:focus,
a.btn:active {
  color: #fff;
}
a.btn.btn-2-row-txt {
  height: 90px;
  border-radius: 45px;
}

/** navigation / menu **/
.nav {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1000;
}
.navbar {
  margin: 0 auto;
  padding: 25px 50px;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  padding-right: 20px;
  max-width: 50%;
}
.navbar-right {
  display: flex;
  align-items: center;
}
.login-btn-wrap {
  padding-top: 8px;
  padding-right: 30px;
}
@media (max-width: 600px) {
  .header-logo {
    padding-bottom: 20px;
    max-width: 100%;
  }
  .navbar {
    flex-direction: column;
    justify-content: center;
  }
}
.login-btn-wrap .btn {
  padding: 8px 30px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  border-radius: 20px;
  border: 1px solid var(--fagc-lt-blue-hex);
}
.site-navigation button.open-icon {
  background: transparent;
  border: none;
}
.site-navigation button.open-icon:hover, .site-navigation button.open-icon:active, .site-navigation button.open-icon:focus {
  border-color: #232323  #232323  #232323;
  outline: none;
}
.open-icon {
    display: block;
    float: right;
    width: 35px;
    height: 25px;
    position: relative;
    margin: 8px 0 0 0;
    cursor: pointer;
    position: relative;  
}
.open-icon span {
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.open-icon .menu_label {
    opacity: 0;
}
.open-icon span:nth-child(1) {
    top: 0px;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}
.open-icon span:nth-child(2) {
    width: 100%;
    left: 0;
}
.open-icon span:nth-child(3) {
    top: 20px;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}
.open-icon span:nth-child(2) {
    top: 8px;
}
.open-icon span:nth-child(3) {
    top: 16px;
}
.site-navigation.toggled .open-icon span:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.site-navigation.toggled .open-icon span:nth-child(2) {
    width: 0;
    left: 50%;
}
.site-navigation.toggled .open-icon span:nth-child(3) {
    top: 10px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.menu-container {
  left: 0;
  top: 0;
  width: 100%;
  max-height: 0px;
  position: absolute;
  overflow: hidden;
  background: #20282e;
  -moz-transition: max-height 0.75s ease-in-out;
  -webkit-transition: max-height 0.75s ease-in-out;
  transition: max-height 0.75s ease-in-out;
  z-index: -1;
}
.site-navigation.toggled .menu-container {
  max-height: 1200px;
  -moz-transition: max-height 0.75s ease-in-out;
  -webkit-transition: max-height 0.75s ease-in-out;
  transition: max-height 0.75s ease-in-out;
}
.menu-wrap {
  min-height: calc(100vh + 20px);
  padding: 100px 30px 160px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.nav-menu {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 96px;
  line-height: 1.1;
  color: #323b41;
  list-style-type: none;
}
.nav-menu a {
  text-decoration: none;
  color: #323b41;
  position: relative;
}
.nav-menu a:before {
  content: '';
  margin: 42px 40px 0px 0px;
  width: 24px;
  height: 24px;
  background: #323b41;
  border: 1px solid #323b41;
  border-radius: 50%;
  float: left;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.nav-menu a:hover {
  color: #20282e;
  -webkit-text-stroke: 1px var(--fagc-lt-green-hex);
	text-stroke: 1px var(--fagc-lt-green-hex);
  -webkit-background-clip: text;
  background-clip: text;
}
.nav-menu a:hover:before {
  background: #20282e;
  border: 1px solid var(--fagc-lt-green-hex);
}
.menu-container .upper-triangle {
  width: 40%;
  line-height: 0;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.1;
  transform: rotate(90deg);
}
.menu-container .upper-triangle svg polygon {
  fill: var(--fagc-blue-hex);
}
.menu-container .lower-triangle {
  width: 30%;
  line-height: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.1;
  transform: rotate(-90deg);
}
.menu-container .lower-triangle svg polygon {
  fill: var(--fagc-green-hex);
}
@media (max-width: 700px) {
  .nav-menu {
    padding-top: 50px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 54px;
    line-height: 1.1;
    color: #323b41;
    list-style-type: none;
  }
  .nav-menu a {
    text-decoration: none;
    color: #323b41;
    position: relative;
  }
  .nav-menu a:before {
    content: '';
    margin: 26px 20px 0px 0px;
    width: 16px;
    height: 16px;
    background: #323b41;
    border: 1px solid #323b41;
    border-radius: 50%;
    float: left;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
}
@media (max-width: 550px) {
  .nav-menu {
    padding-left: 0;
  }
}

/** header **/
.header {
  min-height: 400px;
  padding: 160px 30px;
  background: #ccc;
  background-image: url('../../images/fagc-header-image.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home-page .header {
  min-height: 750px;
}
.header .content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.header h1.home-title {
  margin: 0 auto;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 120px;
  line-height: 0.9;
  color: var(--fagc-lt-blue-hex);
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.header h1.home-title span {
	width: 100%;
	height: auto;
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: -1;
	color: transparent;
	-webkit-text-stroke: 1px var(--fagc-lt-green-hex);
	text-stroke: 1px var(--fagc-lt-green-hex);
  -webkit-background-clip: text;
  background-clip: text;
}
@media (min-width: 320px) and (max-width: 1200px) {
	.header h1.home-title {
		font-size: calc(36px + (120 - 36) * ((100vw - 300px) / (1200 - 300)));
  }
}
@media (max-width: 600px) {
  .header {
    padding-top: 200px;
  }
  .header h1.home-title span {
    left: 2px;
    top: 2px;
  }
}
.header h3.home-subtitle {
  padding: 20px 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
.header h3.home-subtitle span {
  display: block;
}
@media (min-width: 320px) and (max-width: 1200px) {
	.header h3.home-subtitle {
		font-size: calc(21px + (30 - 21) * ((100vw - 300px) / (1200 - 300)));
  }
}
.header .btn-wrap {
  padding: 0;
}
.header a.btn {
  height: 80px;
  border-radius: 40px;
  padding: 20px 70px;
  font-size: 30px;
  text-transform: uppercase;
  background: var(--fagc-green-hex);
} 
.header .btn-wrap p {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 600px) {
  .header h3.home-subtitle {
    font-size: 20px;
  }
  .header a.btn {
    height: 70px;
    border-radius: 35px;
    padding: 22px 50px;
    font-size: 20px;
  }
  .header .btn-wrap p {
    font-size: 18px;
  }
}
.header-left-triangle {
  width: calc(55% + 60px);
  line-height: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.12;
}
.header-left-triangle svg polygon {
  fill: var(--fagc-lt-green-hex);
}
.header-lower {
  width: 100%;
  display: flex;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.header-lower-bar {
  width: 55%;
  height: 60px;
  background: var(--page-color);
  display: block;
}
.header-down-arrow {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 20px rgba(67,159,218,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  margin-left: -35px;
  bottom: 25px;
  position: absolute;
  z-index: 3;
}
.header-down-arrow svg {
  width: 36px;
  height: 36px;
}
.header-down-arrow svg path {
  fill: var(--fagc-lt-blue-hex);
}
.header-lower-triangle {
  line-height: 0;
}
.header-lower-triangle svg {
  width: 60px;
  height: auto;
}
.header-lower-triangle svg polygon {
  fill: var(--page-color);
}

section {position:relative}

.content-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1230px;
  display: flex;
  position: relative;
  z-index: 2;
}
.content-col {
  width: 100%;
  padding: 30px;
}
.content-col-narrow {
  margin: 0 auto;
  max-width: 860px;
}
.content-2-col > .content-col {
  width: 50%;
}
.content-2-col.cols-40x60 > .content-col:first-child {
  width: 40%;
}
.content-2-col.cols-40x60 > .content-col:last-child {
  width: 60%;
}
@media (max-width: 850px) {
  .content-2-col {
    flex-direction: column;
  }
  .content-2-col > .content-col,
  .content-2-col.cols-40x60 > .content-col:first-child,
  .content-2-col.cols-40x60 > .content-col:last-child {
    width: 100%;
  }
  .content-col h2 {
    text-align: center;
  }
  .image-col {
    text-align: center;
  }
}
.content-3-col > .content-col {
  width: 33.333%
}
.image-col {
  padding-top: 45px;
  padding-bottom: 65px;
}
.image-col img {
  margin: 0 auto;
}
.section-intro {
  padding-top: 60px;
  padding-bottom: 40px;
}
.section-problem,
.section-solution {
  padding-top: 20px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 68px;
  line-height: 1;
}
h2.heading-lg {
  font-size: 84px;
}
@media (min-width: 320px) and (max-width: 1200px) {
	h2 {
		font-size: calc(30px + (68 - 30) * ((100vw - 300px) / (1200 - 300)));
  }
  h2.heading-lg {
		font-size: calc(36px + (84 - 36) * ((100vw - 300px) / (1200 - 300)));
  }
}
.underlined {
  display: inline-block;
  position: relative;
}
.underlined:before {
  content: '';
  width: 100%;
  height: 10px;
  background: var(--fagc-lt-green-hex);
  left: 0;
  bottom: 2px;
  display: block;
  position: absolute;
  z-index: -1;
}
h2.heading-lg span.underlined:before {
  bottom: 5px;
}
.underlined.blue-underline:before {
  background: var(--fagc-lt-blue-hex);
}
.content-col p:first-child {
  margin-top: 0;
}
.content-col p:last-child {
  margin-bottom: 0;
}

.cta-wrapper {
  padding: 30px 30px 100px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.cta {
  margin: 0 auto;
  padding: 20px 20px 40px;
  max-width: 700px;
  display: flex;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  text-align: left;
  border-radius: 20px;
  background: rgb(67,159,218);
  background: -moz-linear-gradient(45deg, rgba(67,159,218,1) 0%, rgba(33,173,132,1) 70%, rgba(33,173,132,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(67,159,218,1) 0%, rgba(33,173,132,1) 70%, rgba(33,173,132,1) 100%);
  background: linear-gradient(45deg, rgba(67,159,218,1) 0%, rgba(33,173,132,1) 70%, rgba(33,173,132,1) 100%);
  position: relative;
}
.cta.cta-reverse {
  background: rgb(67,159,218);
  background: -moz-linear-gradient(45deg, rgba(33,173,132,1) 0%, rgba(67,159,218,1) 70%, rgba(67,159,218,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(33,173,132,1) 0%, rgba(67,159,218,1) 70%, rgba(67,159,218,1) 100%);
  background: linear-gradient(45deg, rgba(33,173,132,1) 0%, rgba(67,159,218,1) 70%, rgba(67,159,218,1) 100%);
}
.cta-icon {
  width: 30%;
}
.cta-icon svg {
  width: 100%;
  max-width: 170px;
  margin-bottom: -40px;
}
.cta-content {
  width: 70%;
}
.cta-content p {
  padding-right: 30px;
  margin: 20px 0 40px;
}
.cta-content a.btn {
  padding: 15px 40px;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .cta-content a.btn {
    margin-left: -30%;
    width: 118%;
  }
}
/** INTRO SECTION **/
.home-page .section-intro {
  padding-bottom: 0;
}
.section-intro .upper-triangle {
  width: calc(45% - 60px);
  line-height: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.1;
  transform: rotate(180deg);
}
.section-intro .upper-triangle svg polygon {
  fill: var(--fagc-lt-blue-hex);
}
.section-intro .lower-triangle {
  width: 40%;
  line-height: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.1;
}
.section-intro .lower-triangle svg polygon {
  fill: var(--fagc-lt-blue-hex);
}
/** SOLUTION SECTION **/
.section-solution {
  padding-top: 30px;
}
.section-solution .upper-triangle {
  width: 60%;
  line-height: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.1;
  transform: rotate(180deg);
}
.section-solution .upper-triangle svg polygon {
  fill: var(--fagc-green-hex);
}
.section-solution .lower-triangle {
  width: calc(40% - 50px);
  line-height: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.1;
}
.section-solution .lower-triangle svg polygon {
  fill: var(--fagc-green-hex);
}
@media (max-width: 600px) {
  .section-solution .lower-triangle {
    width: calc(70% - 50px);
  }
}

/** SLIDER SECTION **/
/*--------------------------------------------------------------
# Bootstrap Carousel
--------------------------------------------------------------*/
.carousel-height {
  margin-left: -1px;
  width: 0px;
  padding-bottom: 48%;
}
.carousel .item {
  min-height: 600px;
  max-height: 720px;
}
.carousel-item-inner {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  position: absolute;
}
.carousel-image {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.carousel-image img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.carousel-caption {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  position: absolute;
}
.caption-inner {
  padding: 30px 130px 130px;
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
}
.caption-inner h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 1200px) {
	.caption-inner h3 {
		font-size: calc(36px + (80 - 36) * ((100vw - 300px) / (1200 - 300)));
	}
}
.caption-inner h3 span {
	width: 100%;
	height: auto;
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: -1;
	color: transparent;
	-webkit-text-stroke: 1px var(--fagc-lt-green-hex);
	text-stroke: 1px var(--fagc-lt-green-hex);
  -webkit-background-clip: text;
  background-clip: text;
}
.carousel-question-wrap {
  width: 60%;
  min-height: 260px;
  right: 0;
  bottom: -60px;
  display: flex;
  position: absolute;
}
.question-arrow {
  padding-top: 30px;
  width: 115px;
}
.carousel-questions {
  display: flex;
  align-items: center;
  width: calc(100% - 115px);
  background: rgb(67,159,218);
  background: -moz-linear-gradient(45deg, rgba(67,159,218,1) 0%, rgba(33,173,132,1) 70%, rgba(33,173,132,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(67,159,218,1) 0%, rgba(33,173,132,1) 70%, rgba(33,173,132,1) 100%);
  background: linear-gradient(45deg, rgba(67,159,218,1) 0%, rgba(33,173,132,1) 70%, rgba(33,173,132,1) 100%);
}
.carousel-questions-inner {
  max-width: 550px;
  padding: 20px 30px;
  color: #fff;
}
.carousel-questions-inner p {
  margin: 0.8em 0;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .caption-inner {
    padding: 30px 90px 180px;
  }
  .caption-inner h3 {
    font-size: 40px;
  }
  .caption-inner h3 span {
    left: 2px;
    top: 2px;
  }
  .carousel-question-wrap {
    width: 100%;
  }
  .carousel-questions {
    width: calc(100% - 90px);
  }
  .question-arrow {
    padding-left: 15px;
    width: 90px;
  }
  .question-arrow img {
    width: 50px;
  }
}

.carousel {
  position: relative;
}
.carousel-inner {
  padding-bottom: 60px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  /*text-shadow: 0 1px 2px rgba(0, 0, 0, .6);*/
  filter: alpha(opacity=50);
  opacity: .5;
}
/*.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}*/
.carousel-control.right {
  right: 0;
  left: auto;
  /*background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;*/
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -110px;
}
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
@media (max-width: 1300px) {
  .carousel-control .icon-prev {
    left: 40px;
  }
  .carousel-control .icon-next {
    right: 40px;
  }
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 70px;
  height: 70px;
  font-family: serif;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-control .icon-prev svg,
.carousel-control .icon-next svg {
  width: 40px;
}
.carousel-control .icon-prev svg {
  transform: rotate(90deg);
}
.carousel-control .icon-next svg {
  transform: rotate(-90deg);
}
@media (max-width: 600px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    margin-top: -120px;
    width: 40px;
    height: 40px;
  }
  .carousel-control .icon-prev {
    left: 30px;
  }
  .carousel-control .icon-next {
    right: 30px;
  }
  .carousel-control .icon-prev svg,
  .carousel-control .icon-next svg {
    width: 24px;
  }
}
/*.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}*/
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/*@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}*/
.section-slider .upper-triangle {
  width: 150px;
  line-height: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  transform: rotate(180deg);
}
.section-slider .upper-triangle svg polygon {
  fill: var(--page-color);
}
.section-slider .upper-section-bar .section-bar {
  height: 40px;
  width: calc(40% - 50px);
  background: var(--fagc-lt-green-hex);
  display: block;
}
@media (max-width: 600px) {
  .section-slider .upper-section-bar .section-bar {
    width: calc(70% - 50px);
  }
}
.section-slider .upper-section-bar .section-bar-triangle {
  width: 40px;
}
.section-slider .upper-section-bar .section-bar-triangle svg polygon {
  fill: var(--fagc-lt-green-hex);
}
.section-slider .lower-triangle {
  width: 150px;
  line-height: 0;
  left: 0;
  bottom: 60px;
  position: absolute;
  z-index: 1;
}
.section-slider .lower-triangle svg polygon {
  fill: var(--page-color);
}

/** VIDEO SECTION **/
.section-video .content-2-col {
  padding-top: 60px;
  align-items: center;
}
.section-video .content-2-col > div:first-child {
  width: 40%;
}
.section-video .content-2-col > div:last-child {
  width: 60%;
}
@media (max-width: 1100px) {
  .section-video .content-2-col > div {
    width: 50% !important;
  }
}
@media (max-width: 850px) {
  .section-video .content-2-col > div {
    width: 100% !important;
  }
}
.video-wrapper {
  height: 0;
  overflow: hidden;
  /*padding-top: calc(300 / 400 * 100%);*/
  padding-top: calc((900 / 1600 * 100%) - 24px);
  background: #999;
  position: relative;
}
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.section-video .cta-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 60px;
}
.section-video .lower-triangle {
  width: calc(40% - 50px);
  line-height: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.1;
}
.section-video .lower-triangle svg polygon {
  fill: var(--fagc-blue-hex);
}
@media (max-width: 600px) {
  .section-video .lower-triangle {
    width: calc(70% - 50px);
  }
}

/** COMMUNITY MEMBERS SECTION **/
.section-members-cta {
  background-color: var(--dk-bkue-bg);
  background-image: url('../../images/community-members-bg.jpg');
  background-position: center;
  background-size: cover;
}
.section-members-cta .content-wrap {
  padding: 120px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.section-members-cta h2.section-title {
  margin: 0 auto;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 105px;
  line-height: 1;
  color: var(--fagc-lt-blue-hex);
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.section-members-cta h2.section-title span {
	width: 100%;
	height: auto;
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: -1;
	color: transparent;
	-webkit-text-stroke: 1px var(--fagc-lt-green-hex);
	text-stroke: 1px var(--fagc-lt-green-hex);
  -webkit-background-clip: text;
  background-clip: text;
}
.section-members-cta h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 1200px) {
	.section-members-cta h2.section-title {
		font-size: calc(40px + (105 - 40) * ((100vw - 300px) / (1200 - 300)));
  }
  .section-members-cta h3 {
		font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (1200 - 300)));
  }
}
.section-members-cta .btn-wrap {
  padding-bottom: 0;
}
.section-members-cta .btn {
  padding: 15px 70px;
  height: 90px;
  background: transparent;
  border-radius: 45px;
  border: 1px solid var(--fagc-lt-blue-hex);
}
@media (max-width: 500px) {
  .section-members-cta .btn {
    font-size: 18px;
    padding: 22px 40px;
  }
}
.section-bar-wrap {
  width: 100%;
  display: flex;
  left: 0;
  position: absolute;
  z-index: 2;
}
.upper-section-bar {
  top: 0;
}
.lower-section-bar {
  bottom: 0;
}
.section-members-cta .upper-triangle {
  width: 150px;
  line-height: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  transform: rotate(180deg);
}
.section-members-cta .upper-triangle svg polygon {
  fill: var(--page-color);
}
.section-members-cta .upper-section-bar .section-bar {
  height: 40px;
  width: calc(40% - 50px);
  background: var(--fagc-lt-blue-hex);
  display: block;
}
@media (max-width: 600px) {
  .section-members-cta .upper-section-bar .section-bar {
    width: calc(70% - 50px);
  }
}
.section-members-cta .upper-section-bar .section-bar-triangle {
  width: 40px;
}
.section-members-cta .upper-section-bar .section-bar-triangle svg polygon {
  fill: var(--fagc-lt-blue-hex);
}
.section-members-cta .lower-triangle {
  width: 150px;
  line-height: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.section-members-cta .lower-triangle svg polygon {
  fill: var(--page-color);
}
.section-members-cta .lower-section-bar {
  justify-content: flex-end;
}
.section-members-cta .lower-section-bar .section-bar {
  height: 40px;
  width: 50%;
  line-height: 0;
  background: var(--fagc-lt-green-hex);
  display: block;
}
.section-members-cta .lower-section-bar .section-bar-triangle {
  width: 40px;
  line-height: 0;
  transform: rotate(180deg);
}
.section-members-cta .lower-section-bar .section-bar-triangle svg polygon {
  fill: var(--fagc-lt-green-hex);
}

/** PROCESS SECTION **/
.section-process {
  padding-top: 50px;
}
h2.process-heading {
  margin-bottom: 0;
  line-height: 0.6;
}
h2.process-heading span {
  line-height: 1;
}
h2.process-heading span.blue-underline {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-style: italic;
}
h2.process-heading span.blue-underline:before {
  bottom: 1px;
}
@media (max-width: 850px) {
  h2.process-heading {
    text-align: center;
  }
}
.section-process h3 {
  margin-top: 0;
}
ol.numbered-list {
  margin-left: 75px;
  padding: 0 0 3px;
  list-style: none;
  counter-reset: item;
}
ol.numbered-list li {
  counter-increment: item;
  padding-top: 15px;
  margin-bottom: 15px;
}
ol.numbered-list li:before {
  margin-top: -15px;
  margin-left: -75px;
  content: counter(item);
  width: 60px;
  height: 60px;
  border: 1px solid var(--fagc-lt-green-hex);
  border-radius: 50%;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 46px;
  line-height: 1.3;
  color: transparent;
	-webkit-text-stroke: 1px var(--fagc-lt-green-hex);
	text-stroke: 1px var(--fagc-lt-green-hex);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.section-process .cta-wrapper {
  padding-top: 50px;
}
.section-process .upper-triangle {
  width: 50%;
  line-height: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.1;
  transform: rotate(180deg);
}
.section-process .upper-triangle svg polygon {
  fill: var(--fagc-green-hex);
}
.section-process .lower-triangle {
  width: calc(40% - 50px);
  line-height: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.1;
}
.section-process .lower-triangle svg polygon {
  fill: var(--fagc-blue-hex);
}
@media (max-width: 600px) {
  .section-process .lower-triangle {
    width: calc(70% - 50px);
  }
}

/** CAM'S CORNER SECTION **/
.section-cams-corner {
  background-color: var(--dk-bkue-bg);
  background-image: url('../../images/cams-corner-bg.jpg');
  background-position: center;
  background-size: cover;
}
.section-cams-corner .content-wrap {
  padding: 120px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.section-cams-corner h2.section-title {
  margin: 0 auto;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 150px;
  line-height: 0.9;
  color: var(--fagc-lt-blue-hex);
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.section-cams-corner h2.section-title span {
	width: 100%;
	height: auto;
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: -1;
	color: transparent;
	-webkit-text-stroke: 1px var(--fagc-lt-green-hex);
	text-stroke: 1px var(--fagc-lt-green-hex);
  -webkit-background-clip: text;
  background-clip: text;
}
.section-cams-corner h3 {
  font-size: 24px;
  text-align: center;
  color: #fff;
}
@media (min-width: 320px) and (max-width: 1200px) {
	.section-cams-corner h2.section-title {
		font-size: calc(40px + (150 - 40) * ((100vw - 300px) / (1200 - 300)));
  }
  .section-cams-corner h3 {
		font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1200 - 300)));
  }
}
.section-cams-corner .btn-wrap {
  padding-bottom: 0;
}
.section-cams-corner .btn {
  padding: 30px 70px;
  height: 90px;
  background: transparent;
  border-radius: 45px;
  border: 1px solid var(--fagc-lt-blue-hex);
}
@media (max-width: 500px) {
  .section-cams-corner .btn {
    height: 70px;
    border-radius: 35px;
    font-size: 20px;
    padding: 20px 40px;
  }
}
.section-bar-wrap {
  width: 100%;
  display: flex;
  left: 0;
  position: absolute;
  z-index: 2;
}
.upper-section-bar {
  top: 0;
}
.lower-section-bar {
  bottom: 0;
}
.section-cams-corner .upper-triangle {
  width: 150px;
  line-height: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  transform: rotate(180deg);
}
.section-cams-corner .upper-triangle svg polygon {
  fill: var(--page-color);
}
.section-cams-corner .upper-section-bar .section-bar {
  height: 40px;
  width: calc(40% - 50px);
  background: var(--fagc-lt-blue-hex);
  display: block;
}
@media (max-width: 600px) {
  .section-cams-corner .upper-section-bar .section-bar {
    width: calc(70% - 50px);
  }
}
.section-cams-corner .upper-section-bar .section-bar-triangle {
  width: 40px;
}
.section-cams-corner .upper-section-bar .section-bar-triangle svg polygon {
  fill: var(--fagc-lt-blue-hex);
}
.section-cams-corner .lower-section-bar .section-bar,
.pre-footer .lower-section-bar .section-bar {
  height: 40px;
  width: calc(30% - 50px);
  line-height: 0;
  background: var(--fagc-lt-green-hex);
  display: block;
}
.section-cams-corner .lower-section-bar .section-bar-triangle,
.pre-footer .lower-section-bar .section-bar-triangle {
  width: 40px;
  line-height: 0;
  transform: rotate(90deg);
}
.section-cams-corner .lower-section-bar .section-bar-triangle svg polygon,
.pre-footer .lower-section-bar .section-bar-triangle svg polygon {
  fill: var(--fagc-lt-green-hex);
}
@media (max-width: 600px) {
  .section-cams-corner .lower-section-bar .section-bar,
  .pre-footer .lower-section-bar .section-bar {
    width: calc(60% - 50px);
  }
}
/** SECONDARY PAGES **/

.problem-page .section-intro h2 {
  text-align: right;
}

.pre-footer {
  overflow: hidden;
}
.pre-footer .content-wrap {
  padding: 30px 30px 60px;
  flex-direction: column;
  text-align: center;
}
.pre-footer h3 {
  font-size: 40px;
  line-height: 1.2;
  font-family: 'Barlow Condensed', sans-serif;
}
.pre-footer .btn-wrap {
  padding-top: 20px;
}
.pre-footer .upper-triangle {
  width: 60%;
  line-height: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.1;
  transform: rotate(180deg);
}
.pre-footer .upper-triangle svg polygon {
  fill: var(--fagc-green-hex);
}
@media (max-width: 850px) {
  .problem-page .section-intro h2 {
    margin-bottom: 0;
    text-align: center;
  }
  .problem-page .content-2-col.cols-40x60 > .content-col:first-child {
    padding-bottom: 0;
  }
}

/** FOOTER **/
.footer {
  color: #999;
  background: var(--footer-bg);
  position: relative;
}
.footer .upper-triangle {
  width: calc(30% - 50px);
  line-height: 0;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.1;
  transform: rotate(90deg);
}
.footer .upper-triangle svg polygon {
  fill: var(--fagc-green-hex);
}
@media (max-width: 600px) {
  .footer .upper-triangle {
    width: calc(60% - 50px);
  }
}
.footer .lower-triangle {
  width: 73%;
  line-height: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.1;
  transform: rotate(-90deg);
}
.footer .lower-triangle svg polygon {
  fill: #000;
}
.section-subscribe {
  padding: 70px 30px 40px;
}
.section-subscribe .content-wrap {
  max-width: 1080px;
  text-align: center;
  flex-direction: column;
}
.section-subscribe h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.4;
  color: #fff;
}
.section-subscribe h3 span {
  color: var(--fagc-lt-green-hex);
}
@media (min-width: 320px) and (max-width: 1200px) {
	.section-subscribe h3 {
		font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1200 - 300)));
  }
}
.subscribe-form-row {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.email-row {
  font-size: 16px;
}
.subscribe-form-row input[type="email"] {
  padding-left: 30px;
  height: 70px;
  width:62%;
  border: none;
  border-radius: 35px 0 0 35px;
}
.subscribe-form-row button {
  height: 70px;
  width: 23%;
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 0 35px 35px 0;
  background: var(--fagc-blue-hex);
}

.subscribe-form-row input[type="checkbox"]:not(:checked),
.subscribe-form-row input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.subscribe-form-row input[type="checkbox"]:not(:checked) + label,
.subscribe-form-row input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 2.2em;
  cursor: pointer;
}
/* checkbox aspect */
.subscribe-form-row input[type="checkbox"]:not(:checked) + label:before,
.subscribe-form-row input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 22px; height: 22px;
  border: 1px solid #fff;
  background: var(--footer-bg);
  /*border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);*/
}
/* checked mark aspect */
.subscribe-form-row input[type="checkbox"]:not(:checked) + label:after,
.subscribe-form-row input[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: 3px; left: 4px;
  font-size: 20px;
  line-height: 0.8;
  color: #fff;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
.subscribe-form-row input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.subscribe-form-row input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.agreed-row label {
  font-size: 0.875rem;
}
.agreed-row a {
  color: var(--fagc-lt-blue-hex);
}
@media (max-width: 600px) {
  .subscribe-form-row {
    flex-direction: column;
  }
  .subscribe-form-row input[type="email"] {
    width: 100%;
    border-radius: 35px;
  }
  .subscribe-form-row button {
    margin-top: 20px;
    width: 100%;
    max-width: 260px;
    border-radius: 35px;
  }
}

.section-footer .content-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 0.875rem;
  font-weight: 300;
}
.section-footer .content-wrap a {
  color: #fff;
  text-decoration: none;
}
.footer-logo {
  padding-bottom: 32px;
}
.footer-logo img {
  max-width: 280px;
}
.footer-tel {
  padding-top: 6px;
  font-weight: 600;
  font-size: 1rem;
  display: block;
}
.section-footer .content-wrap h3 {
  margin-bottom: 50px;
  padding-bottom: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  position: relative;
}
.section-footer .content-wrap h3:after {
  content: '';
  width: 50px;
  height: 1px;
  background: var(--fagc-lt-green-hex);
  left: 0;
  bottom: -1px;
  position: absolute;
  display: block;
}
.footer-contact-link svg {
  margin-right: 5px;
  width: 20px;
  fill: #fff;
  vertical-align: middle;
}
.section-footer .content-wrap:before {
  content: '';
  width: 86%;
  max-width: 1070px;
  height: 1px;
  background: rgba(255,255,255,0.15);
  top: 0;
  left: 50%;
  margin-left: -43%;
  position: absolute;
  display: block;
}
.section-footer .content-wrap:after {
  content: '';
  width: 86%;
  max-width: 1070px;
  height: 1px;
  background: rgba(255,255,255,0.15);
  bottom: 0;
  left: 50%;
  margin-left: -43%;
  position: absolute;
  display: block;
}
.section-footer .content-3-col {
  padding-left: 15px;
  padding-right: 15px;
}
.section-footer .content-3-col > .content-col {
  padding: 15px;
}
@media (max-width: 1000px) {
  .section-footer .content-3-col {
    flex-wrap: wrap;
  }
  .section-footer .content-3-col .content-col:not(:last-child) {
    width: 50%;
  }
  .section-footer .content-3-col .content-col:last-child {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .section-footer .content-3-col .content-col:not(:last-child) {
    width: 100%;
  }
  .section-footer .content-3-col .content-col:first-child {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .cta-btn {
    padding-top: 4px !important;
    width: 220px;
    line-height: 1;
  }
  .underlined:before {
    height: 7px;
    bottom: 1px !important;
  }
  h2.process-heading span.blue-underline {
    padding-top: 5px;
    font-size: 24px;
  }
  h2.process-heading span.blue-underline:before {
    height: 0px;
  }
}
@media (max-width: 600px) {
  .section-slider .upper-triangle,
  .section-slider .lower-triangle,
  .section-members-cta .upper-triangle,
  .section-members-cta .lower-triangle,
  .section-cams-corner .upper-triangle {
    width: 50px;
  }
}

.section-footer-bar {
  padding: 50px;
  text-align: center;
  font-size: 14px;
}

/** MODAL **/
/*** jquery modal ***/
.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 10000;
	/*padding: 20px;*/
	padding: 0;
  box-sizing: border-box;
  background-color: rgb(38,47,54);
  background-color: rgba(38,47,54,0.85);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  /*-webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;*/
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');
	-moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
.contact-modal {
  padding: 20px 30px;
  border-radius: 12px;
}
.modal a.close-modal {
	display: none;
}
.modal-close {
	padding: 10px 18px;
	display: block;
	font-size: 1.5rem;
	font-weight: 900;
	text-decoration: none;
	color: #212121;
	background: transparent;
	right: -5px;
	top: -11px;
	position: absolute;
}
.contact-modal p {
	text-align: center;
}
.zip-modal-heading {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	color: #212121;
}
.zip-form-wrap {
	padding: 10px 0 18px;
}
.zip-form-row {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
.zip-form-row label {
	padding-right: 10px;
	font-weight: 600;
}
.zip-form-row input {
	padding: 0 10px 4px;
	height: 48px;
	width: 90px;
	font-size: 20px;
	letter-spacing: 1px;
	border-radius: 4px 0 0 4px;
}
.zip-form-row button {
	margin-left: 2px;
	padding: 0 10px 4px;
	height: 48px;
	font-size: 20px;
	font-weight: 600;
	background-color: #e3b65b;
	border-color: #e3b65b;
	/*color: #fff;
	background-color: #000;
	border-color: #000;*/
	border-radius: 0 4px 4px 0;
	cursor: pointer;
}