/*------------------------------------------------------------------------------------------------------
Project:				                     G2 Reach Microsite
Design:		                           Laura Weiss
Development:                         Maia Singletary
------------------------------------------------------------------------------------------------------*/
  
 

body {
  color: #170E29;
}
h1{
  font-family: futura-pt-bold, sans-serif;
  font-weight:700;
  font-size: calc(36px + (42 - 36) * ((100vw - 320px) / (1200 - 320)));
  margin-bottom:20px;
}
h2{
  font-family: futura-pt-bold, sans-serif;
  font-weight:700;
  font-size: calc(20px + (38 - 20) * ((100vw - 320px) / (1200 - 320)));
  margin-bottom:20px;
}
h3{
  font-family: futura-pt-bold, sans-serif;
  font-weight:700;
  font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1200 - 320)));
  margin-bottom:20px;
}
h4{
  font-family: futura-pt-bold, sans-serif;
  font-weight:700;
  font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1200 - 320)));
  margin-bottom:20px;
}
h5{
  font-family: futura-pt-bold, sans-serif;
  font-weight:700;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1200 - 320)));
  margin-bottom:20px;
}
h6{
  font-family: futura-pt-bold, sans-serif;
  font-weight:700;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1200 - 320)));
  margin-bottom:10px;
}

a,
a:link,
a:vistied {
  color: #fff;
  -webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
  text-decoration: none;
}
a:hover,
a:active {
 color: #3C0073;
}

/* --------------------------- */
/* ----- Main Navigation ----- */
/* --------------------------- */

@media (max-width:639px){
.image-carousel .slick-dots{
  display:none;
  }
}
.main-header{
  background: rgb(129,9,160);
  background: linear-gradient(25deg, rgba(129,9,160,1) 0%, rgba(189,36,109,1) 40%, rgba(255,73,44,1) 91%);
}
.main-header .default-padding{
  padding:120px 0 200px 0
}
@media (max-width: 1023px){
  .main-header .default-padding {
    padding: 40px 0;
  }
}
nav .menu a{
  font-size:auto
}
.top-nav{
  padding:20px 0
}
.top-nav, .top-bar, .top-bar ul, .title-bar{
  background:transparent
}
.top-bar, .top-bar ul li a{
  color:#fff; 
  font-weight:700;
  font-family: futura-pt-bold, sans-serif;
}
.dropdown.menu a {
  padding:.7rem 2rem
}
.top-bar ul li a:hover,
.dropdown.menu .is-active>a,
.dropdown.menu a:hover{
  color:#3C0073
}
.dropdown.menu a.btn{
  margin:0 0 0 .7rem 
}

.sticky.is-stuck{
  background:#3C0073;
  padding:10px 0;
  border:none;
  z-index:1000
}
.sticky.is-stuck .dropdown.menu .is-active>a,
.dropdown.menu a:hover{
  color:#ff492c
}
a.reach-logo img {
  height: 60px;
  max-width: none;
  width: auto;
}
.sticky.is-stuck a.reach-logo img {
  height: 40px;
}


/* --------------------------- */
/* ----------- Forms ---------- */
/* --------------------------- */

.reg-form {
  background-color: #fff;
  padding-top: 80px;
  position: relative;
  z-index: 10;
}
.reg-form .hbspt-form p {display:none}
.reg-form .hbspt-form input[type="submit"] {display:inline;width:inherit}
.reg-form .hbspt-form input[type="email"] {display:inline;width:50%!important}

.legal-consent-container p{
  font-size:14px;
  line-height:17px;
  text-align:center;
  padding:20px 0 10px 0;
  color:rgba(255, 255, 255, .7)
}
.legal-consent-container p strong{
  display:block;
  color:rgba(255, 255, 255, .7)
}
.bottom-form label:not(.hs-error-msg){
  text-transform:uppercase;
  color:#fff;
  font-weight:700
}
.hs-error-msg {
    text-transform:none;
    margin: 0 0 0 -21px;
    padding: 5px 10px;
    background: rgba(0,0,0,.4);
    color:#fff
}
input[type="submit"]{
  width:auto
}
.hs_submit.hs-submit{
 text-align:center
}



.card{
  margin-bottom:0px!important;
  border:none!important;
  position:relative;
  z-index:100
}
.card-section h5{
  margin:0
}
.card-section{
  background: #3C0073
}
.card-section p,
.card-section h5{
  color:#fff;
}


/* --------------------------- */
/* --------- Footer ---------- */
/* --------------------------- */

footer {
  padding: 40px;
  background:#fff;
}

.g2-logo-link {
  display: block;
  opacity: 1;
}

.g2-logo {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 80px
}

.chevron-footer-background {
  background-image: url("https://learn.g2.com/hubfs/reach/chevron-footer-small.svg");
  background-repeat: no-repeat;
  background-size: auto 450px;
  background-position: -350px 0;
  bottom: -400px;
  left: 0;
  height: 450px;
  position: absolute;
  width: 100%;
}







/* --------------------------- */
/* ----- Global Classes ------ */
/* --------------------------- */

.red-border {
  border-bottom: 24px solid #ff492c;
}
.rose-border {
  border-bottom: 24px solid #BD246D;
}
.purple-border {
  border-bottom: 24px solid #8109A0;
}
.red-text {
  color: #FF492C;
}
.rose-text {
  color: #BD246D;
}
.purple-text {
  color: #8109A0;
}
.white-text {
  color: #fff;
}
.dark-bg, .content-container-dark{
  background:#3C0073
}
.gradient-bg{
  background: linear-gradient(25deg, rgba(129,9,160,1) 0%, rgba(189,36,109,1) 40%, rgba(255,73,44,1) 91%);
}
.gradient-bg *{
  color:#fff;
}




/* --------------------------- */
/* -------- Buttons ---------- */
/* --------------------------- */ 
.btn, .btn-primary,
.btn-primary:link,
.btn-primary:visited,
body .hs-button.primary{
  background-color: #3C0073;
  border-radius: 0;
  border: 2px solid #3C0073;
  -webkit-box-shadow: 2px -2px 25px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 2px -2px 25px 3px rgba(0,0,0,0.35);
  box-shadow: 2px -2px 25px 3px rgba(0,0,0,0.25);
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
  -webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
.btn:hover,
.btn-primary:hover,
.btn-primary:active,
body .hs-button.primary:hover,
body .hs-button.primary:active{
  background-color: #FF492C;
  border: 2px solid #FF492C;
}
.btn-gradient,
.btn-gradient:link,
.btn-gradient:visited {
  background: rgb(129,9,160);
  background: linear-gradient(25deg, rgba(129,9,160,1) 0%, rgba(189,36,109,1) 40%, rgba(255,73,44,1) 91%);
  border-radius: 0;
  border: none;
}
.btn-gradient:hover,
.dark-bg a.btn-gradient:hover,
.btn-gradient:active,
.btn-rose:hover,
.btn-rose:active,
.dark-bg input[type="submit"]:hover{
  background: rgba(255,73,44,1);
  background: linear-gradient(25deg, rgba(255,73,44,1) 0%, rgba(255,73,44,1) 40%, rgba(255,73,44,1) 91%);
  border: none;
  color:#fff!important;
}
.btn-rose,
.btn-rose:link,
.btn-rose:visited,
.dark-bg input[type="submit"]{
  background: #BD246D;
  border-radius: 0;
  border: none;
}
.btn-red,
.btn-red:link,
.btn-red:visited,
.play-button{
  background: #ff492c;
  border-radius: 0;
  border: none;
}
.btn-red:hover,
.btn-red:active {
  background: #3C0073;
  border: none;
}

.play-button{
  position: absolute;
  padding: 30px 28px 29px 36px;
  font-size: 40px;
  border-radius:100px
}

/* --------------------------- */
/* ---------- Forms ---------- */
/* --------------------------- */ 

.image-carousel{
    z-index: 10;
    position: relative;
}
.card-label{
    margin: -40px 0 40px -40px;
    position: absolute;
    padding: 7px 20px 5px 20px;
}
.reach-content .card-label{
  margin:0
}

.parallax,
.parallax2,
.parallax3 {
  transition: initial;
}

