@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
}
.section{
	text-align: center;
}


.logo {
	max-width: 450px;
	padding: 0 30px;
	width: 100%;
	height: auto;
  position: relative;
}
img:not([src]){
    visibility: hidden;
}
.intro-title {
	position: absolute;
	bottom: 90px;
	color: rgba(255,255,255,0.7);
	z-index: 2;
	width: 100%;
  max-width: 400px;
  left: 50%;
  margin-left: -200px !important;;
}
.intro-button {
	position: absolute;
	-webkit-font-smoothing: antialiased;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
  text-decoration: none;
	bottom: 80px;
	color: #fff;
	z-index: 2;
	right: 50px;
	background-color: #40b3b7;
  border: 2px solid #40b3b7;
	padding: 20px;
	font-size: 14px;
	text-transform: uppercase;
}

.intro-button:hover {
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
	background-color: transparent;
}

/* .green-bar {
	background-color: #25454F;
	width: 60px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
} */
/* .footer-bar {
	background-color: #f8f8f8;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 70px;
}
.footer-bar p {
	padding: 10px 10px 0 10px;
	line-height: 1.8;
  margin-bottom: 0 !important;
	text-transform: uppercase;
	display: inline-block;
}
.footer-bar .small {
	width: 16px;
	height: 16px;
	margin-top: -5px;
} */

.footer-bar a,
.footer-bar a:active,
.footer-bar a:focus {
  font-size: 12px;
  display: block;
  color: #bbb;
  margin: 0;
  padding: 0;
}

.footer-bar a:hover{
  text-decoration: underline;
  color: #aaa;
}

.footer-bar .partner-logos img {
	padding: 0;
  max-width: 480px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.logo-subpages {
	max-width: 220px;
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 80px;
	z-index: 8;
	right: 80px;
	opacity: 1;
}

/* .hs-error-msgs {
  margin-bottom: -10px;
}

.hs-error-msgs label {
  font-size: 12px;
  margin-bottom: 0;;
  content: " (" REQUIRED")";
} */

#hubspot-form {
	/* position: fixed; */
	background-color: #768d92;
	z-index: 2;
	padding: 50px;
	width: 100%;
	/* left: 24%;
	margin-left: -170px; */
}

/* #hubspot-form.form-one {
  top: 50%;
  margin-top: -240px;
} */

/* #hubspot-form.form-two {
  top: 50%;
  margin-top: -290px;
}

#hubspot-form.form-three {
  top: 50%;
  margin-top: -100px;
} */


#hubspot-form h3 {
	color: #ffffff;
	text-align: center;
	font-weight: 700;
  font-size: 18px;
	text-transform: uppercase;
}

#hubspot-form p {
	color: rgba(255,255,255,0.6);
	text-align: center;
	font-size: 13px;
	margin-bottom: 0 !important;
}


.col-md-7.col-md-offset-5 {
  padding-right: 60px;
}

h2 {
	color: #25454F;
  font-size: 30px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 700 !important;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}

h1.hero-text {
  position: relative;
  font-size: 24px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
	font-weight: 700;
  text-transform: uppercase;
}

.partner-logo {
  position: relative;
}

p {
	color: #fff;
  text-align: left;
  font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
  line-height: 1.4;
	margin-bottom: 0 !important;
}

strong {
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}

/* Page 1 Background Animation
* --------------------------------------- */
/*
.crossfade > figure {
  animation: imageAnimation 30s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}
.crossfade > figure:nth-child(1) { background-image: url('../imgs/background1.jpg'); }
.crossfade > figure:nth-child(2) {
  animation-delay: 7s;
  background-image: url('../imgs/background1a.jpg');
}
.crossfade > figure:nth-child(3) {
  animation-delay: 14s;
  background-image: url('../imgs/background1.jpg');
}
.crossfade > figure:nth-child(4) {
  animation-delay: 21s;
  background-image: url('../imgs/background1a.jpg');
}
.crossfade > figure:nth-child(5) {
  animation-delay: 28s;
  background-image: url('../imgs/background1.jpg');
}
@keyframes
imageAnimation {  0% {
	 animation-timing-function: ease-in;
	 opacity: 0;
	}
	 8% {
	 animation-timing-function: ease-out;
	 opacity: 1;
	}
	 17% {
	 opacity: 1
	}
	 25% {
	 opacity: 0
	}
	 100% {
	 opacity: 0
	}
} */

/* Form Styling
* --------------------------------------- */
form {
    width: 100%;
		margin-bottom: 0 !important;
}
form .hs-input, .form textarea {
    background-color: transparent;
    border: none !important;
    padding: 12px 6px !important;
    border-bottom: solid 2px rgba(255,255,255,0.4) !important;
    transition: border 0.3s;
		font-size: 16px !important;
		margin-bottom: 0;
		box-shadow: none !important;
    color: #fff !important;
    webkit-appearance: none;
    -webkit-border-radius: 0px !important;
}

form textarea {
  min-height: 80px;
}

form .hs-form-required {
	display: none;
}

form .hs-error-msgs li {
    color: red;
}

select {
    background: transparent;
    color: #fff !important;
    font-size: 16px !important;
    width: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-bottom: solid 2px #b6b8b9;
    background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
    background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select:focus {
  font-size: 16px !important;
    background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
    background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
    border-color: #224177;
    outline: 0;
}

option {
  background-color: #ffffff;
  color: #222222 !important;
  font-size: 16px !important;
}
.hs_submit {
	text-align: center;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
select:focus,
textarea {
  font-size: 16px !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 100%;
  color: #ffffff;
}

input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
		text-align: center;
		margin: 10px auto 0;
		border: 0;
		margin-top: 20px;
    font-size: 16px;
		color: #25454F;
    z-index: 2;
    background-color: #ffffff;
    padding: 12px 24px;
    text-transform: uppercase;
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ffffff !important;
}

input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
    color: #ffffff !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #ffffff !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ffffff !important;
}

select::-ms-expand {
   display: none;
}


/* Menu
 * --------------------------------------- */
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}


/* Section 1
 * --------------------------------------- */
 #section1,
 #section2,
 #section3,
 #section4,
 #section5,
 #section6,
 #section7 {
   color: #fff;
 }

#section1 img {
	margin: 20px 0;
	opacity: 1;
}

#section1 {
  background-image: url('../imgs/background1.jpg') !important;
  background-size: cover;
  background-position: center center;
  z-index: 8 !important;
}

#section1::before {
    content:"";
    display: block;
    background-image: url('../imgs/lines-bg.png') !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(42,42,42,0.6);
}

/* Section 2
 * --------------------------------------- */
 #section2 {
   background-image: url('../imgs/background7.jpg') !important;
   background-size: cover;
   background-position: center center;
   z-index: 1;
 }

 #section2::before {
     content:"";
     display: block;
     background-image: url('../imgs/lines-bg.png') !important;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     background-color: rgba(42,42,42,0.6);
 }

/* Section 3
 * --------------------------------------- */
 #section3 {
   background-image: url('../imgs/background2.jpg') !important;
   background-size: cover;
   background-position: center center;
   z-index: 1;
 }

 #section3::before {
     content:"";
     display: block;
     background-image: url('../imgs/lines-bg.png') !important;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     background-color: rgba(42,42,42,0.6);
 }


/* Section 4
 * --------------------------------------- */
 #section4 {
   background-image: url('../imgs/background3.jpg') !important;
   background-size: cover;
   background-position: center center;
   z-index: 2;
 }

 #section4::before {
     content:"";
     display: block;
     background-image: url('../imgs/lines-bg.png') !important;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     background-color: rgba(42,42,42,0.6);
 }

 /* Section 5
  * --------------------------------------- */

  #section5 {
    background-image: url('../imgs/background4.jpg') !important;
    background-size: cover;
    background-position: center center;
    z-index: 3;
  }

  #section5::before {
      content:"";
      display: block;
      background-image: url('../imgs/lines-bg.png') !important;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background-color: rgba(42,42,42,0.6);
  }

  /* Section 6
   * --------------------------------------- */

   #section6 {
     background-image: url('../imgs/background5.jpg') !important;
     background-size: cover;
     background-position: center center;
     z-index: 4;
   }

   #section6::before {
       content:"";
       display: block;
       background-image: url('../imgs/lines-bg.png') !important;
       height: 100%;
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       background-color: rgba(42,42,42,0.6);
   }

/* Section 7
 * --------------------------------------- */

 #section7 {
   background-image: url('../imgs/background6.jpg') !important;
   background-size: cover;
   background-position: center center;
   z-index: 5;
 }

 #section7::before {
     content:"";
     display: block;
     background-image: url('../imgs/lines-bg.png') !important;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     background-color: rgba(42,42,42,0.6);
 }

 .submitted-message {
   text-align: center !important;
   color: #A1B78A !important;
   margin-top: 20px;
 }

/* Overwriting fullPage.js tooltip color
* --------------------------------------- */
#pp-nav.custom .pp-tooltip{
	color: #AAA;
}

@media (min-width: 992px) {

  .ext-link-button {
  	-webkit-font-smoothing: antialiased;
  	font-family: 'Montserrat', sans-serif;
  	font-weight: 700;
    text-decoration: none;
  	bottom: 80px;
  	color: #fff;
  	z-index: 2;
  	background-color: #40b3b7;
    border: 2px solid #40b3b7;
    padding: 10px 15px;
  	font-size: 14px;
  	text-transform: uppercase;
  }

  .ext-link-button:hover {
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
  	background-color: transparent;
  }

}

@media (max-width: 991px) {

  .ext-link-button {
    color: #fff;
    font-weight: 700;
  	background-color: #768d92;
    padding: 10px 15px;
  }

  .ext-link-button:hover {
    color: white;
  	background-color: #40b3b7;
    text-decoration: none;
  }

  .crossfade > figure:nth-child(1) { background-image: url('../imgs/background1.jpg'); }
  .crossfade > figure:nth-child(2) {
    animation-delay: 7s;
    background-image: url('../imgs/background1a-mobile.jpg');
  }
  .crossfade > figure:nth-child(3) {
    animation-delay: 14s;
    background-image: url('../imgs/background1.jpg');
  }
  .crossfade > figure:nth-child(4) {
    animation-delay: 21s;
    background-image: url('../imgs/background1a-mobile.jpg');
  }
  .crossfade > figure:nth-child(5) {
    animation-delay: 28s;
    background-image: url('../imgs/background1.jpg');
  }

  #hubspot-form {
  	z-index: 2;
  	padding: 40px;
  	width: 100%;
  }
  #hubspot-form.form-three p {
    color: #5cb85c!important;
  }
  #hubspot-form h3 {
  	font-size: 16px !important;
  }
  #hubspot-form p {
  	font-size: 13px !important;
  }
  #pp-nav {
    top: 12% !important;
  }
  #pp-nav ul li:nth-child(5) {
    display: block;
  }
  #intro-button-mobile {
  	position: fixed;
  	z-index: 10;
    bottom: 40px;
    width: 200px;
    text-align: center;
    margin-left: -100px;
    left: 50%;
    padding: 12px 16px;
    left: 50%;
  	-webkit-font-smoothing: antialiased;
  	font-family: 'Montserrat', sans-serif;
  	font-weight: 700;
    text-decoration: none;
  	bottom: 40px;
  	color: #fff;
  	background-color: #40b3b7;
    border: 2px solid #40b3b7;
  	font-size: 15px;
  	text-transform: uppercase;
  }
  #section1 {
    z-index: 4;
  }
  #section2 {
    z-index: 3;
  }
  #section2 .intro,
  #section3 .intro,
  #section4 .intro,
  #section5 .intro {
    position: absolute;
    top: 55px;
  }
  #section3 {
    z-index: 2;
  }

  #section4 {
    /* background-image: none !important; */
    background-color: #25454F;
    z-index: 1;
  }

  .col-md-7.col-md-offset-5 {
    padding-right: 0;
  }
  form .hs-input, form textarea {
    padding: 5px !important;
    margin-bottom: 0;
}
  .container, .container-fluid {
    padding: 0 50px !important;
  }
  .intro-title {
    bottom: 90px;
    max-width: 280px;
    margin-left: -140px !important;
  }
  .intro-button {
    bottom: 30px;
    width: 220px;
    margin-left: -110px;
    left: 50%;
    padding: 14px 20px;
  }

  .footer-bar .partner-logos img {
    max-width: 340px;
    height: auto;
  }
  .logo {
    width: 320px;
  }
  .logo-subpages {
    display: none;
  }
  h1 {
    font-size: 24px !important;
    margin-bottom: 20px !important;
  }
  p {
    font-size: 15px !important;
    line-height: 1.3;  }
  .green-bar {
    display: none;
  }
  .footer-bar {
    height: 90px;
  }
  .footer-bar p {
    font-size: 12px !important;
    padding: 5px 5px 0 5px;
    margin-bottom: 0 !important;
  }
  .footer-bar img {
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 375px) {
  .logo {
    max-width: 280px;
  }
  #section2 .intro,
  #section3 .intro {
    position: absolute;
    top: 30px;
  }
  h1 {
    font-size: 24px !important;
    margin-bottom: 15px !important;
    margin-top: 0;
  }
  p {
    font-size: 16px !important;
    line-height: 1.3;
    margin-bottom: 15px !important;
  }
  form .hs-input, form textarea {
    padding: 2px !important;
  }
  .mobile-xs-hide {
    display: none;
  }
}

.hbspt-form .hs-error-msgs {
  display: none !important;
}

ul.hs-error-msgs {
	margin-bottom: 0 !important;
}

input.hs-input.error,
select.hs-input.error {
    border-color: red;
    margin-bottom: 0;
    border-bottom: 2px solid red !important;
}
.hbspt-form ul.hs-error-msgs {
  padding-left: 0;
}
.hbspt-form .hs-error-msgs li {
  list-style-type: none;
}

@media (max-width: 480px){
  .mobile-image {
    display: none !important;
  }
  .row h2,
  .row p,
  .row img {
    text-align: center !important;
  }

  h1.hero-text {
    font-size: 20px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
