/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  max-width:300px;
  padding:30px 10px;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
    color:#00a3cf;
  }
  
.herotext-padding{
  padding: 0 50px 0 200px;
  }

.herotext-padding2{
  padding: 10px;
  }

  .herotext{
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  font-size: 45px;
  color: white;
  text-transform:uppercase;
  }

  .herotext2{
  font-size: 60px;
  color: white;
  text-transform:uppercase;
  }

  .herotextbold{
    font-weight: 450;
    font-family:rockwell;
  }

  .quote0{
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.80;
    padding: 5px 0;
    color:#fff;
  }
  
  .quote1{
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.80;
    padding: 11px 0;
    color:#fff;
  }

  .quote1a{
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.80;
    padding: 22px 0;
    color:#fff;
  }

  .quote1b{
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.80;
    padding: 17px 0;
    color:#fff;
  }
  
   .quote2{
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.80;
    padding: 30px 0;
    color:#fff;
  }

   .quote2a{
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.80;
    padding: 36px 0;
    color:#fff;
  }

   .quote3{
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.80;
    padding: 43px 0;
    color:#fff;
  }


   .quote4{
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.80;
    padding: 45px 0;
    color:#fff;
  }

   .quote5{
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.80;
    padding: 50px 0;
    color:#fff;
  }

   .quote5a{
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.80;
    padding: 56px 0;
    color:#fff;
  }

.article-quote:before {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 50%; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-top: 1px solid #cccccc; /* This creates the border. Replace black with whatever color you want. */
}
.article-quote:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 50%; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-bottom: 1px solid #cccccc; /* This creates the border. Replace black with whatever color you want. */
}

.resources{
    padding:30px 80px;
}


.resources:after{
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-bottom:1px #ccc solid;
}

.resources2col:after{
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-bottom:1px #ccc solid;
}

.herolgtext h1{
  font-size:50px;
  font-weight:400;
  font-family:poppins;
}

.byaw-bold{
  font-family:rockwell;
  font-size:60px;
  line-height:90px;
}

.byaw-bold2{
  font-family:rockwell;
  font-size:75px;
  line-height:90px;
}

.officetext{
   text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

/*** Timeline ***/
.timeline-border{
border-bottom:6px black solid;
}

#timeline-scroller{
margin-top:-68px;
  z-index:10;
}

/*** BG***/

.bluebg{
  background-color:#00a3cf;
}

.bluedot{
  height: 50px;
  width: 50px;
  background-color: #00a3cf;
  border-radius: 50%;
  display: inline-block;
  text-align:center;
}


.circle{
  width: 100px;
  height: 100px;
  color: #00a3cf;
  background: #fff;
  text-align: center;
  border-radius: 100%;
  font-size: 35px;
  font-weight:bold;
  line-height: 100px;
}

.circle-black{
  width: 100px;
  height: 100px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 100%;
  font-size: 35px;
  font-weight:bold;
  line-height: 100px;
}

/**** CTA****/

.black-button{
text-align: center;
  margin-top: 20px;
  display: block;
  background-color: black;
  padding: 15px;
  border-radius: 10px;
  width: 60%;
}

.cta-hovercard{
  text-align: center;
   background-color: none;
   padding: 15px 45px;
   border-radius: 10px;
   width: 100%;
   border: 4px #00afd5 solid;
   margin:35px 0px;
}


.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }


/**** Headings H! alternative ***/

.seoheading{
  font-size:30px!important;
  font-weight:600!important;
}

/*** Blog ****/



  @media only screen and (max-width: 600px) {
  .download-mobile{
    margin-top:30px;
}
    .herotext{
    font-size: 27px;
    width: 50%;}
    
    .mobile-hero-logo{
     text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
     width:135px;
    }
    
    .byaw-bold2{
  font-family:rockwell;
  font-size:30px;
  line-height:90px;
}
    
    .herolgtext2 h1{
  font-size:25px;
  font-weight:400;
  font-family:poppins;
}
    
    .logo-hide{display:none;}
}
}

/*** Email ***/

.curvedbg{
background-color:red;
}

/**** Team Pages ***/

.cardstyle{
line-height:25px;
}

.cardstyletextjobtitle{
font-size:14px;
margin-bottom:45px;
}

.cardstyletextheading{
font-size:22px;
  font-weight:bold;
}

/*** Misc ****/

.robototext{
font-weight: bolder;
  color: #000000;
  font-family: 'roboto slab';
}

/*** NEW HOMEPAGE ****/
.thisisme{
 margin-top:96px;
border-top:7px #00afd5 solid;  
border-bottom:7px #00afd5 solid;
}

.blue-border{
 border-bottom: 7px #00afd5 solid;
}

.iamforeveryone{
 margin-top:96px;
border-top:7px #939393 solid;  
border-bottom:7px #939393 solid;
}

.whiteb{
border:2px white solid!important;
}

.whiteb a{
color:white!important;
}

.iam-counter-bg{
  position:absolute;
}

.numberstext{
font-size:18px;
  font-weight:normal
}

.iam-counter-pullup{
margin-top:-110px;
  z-index:2!important;
  position:relative;
    top:0;
  left:0;
  font-weight:bold;
}

.newctanav {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.newctanav li {
  display: inline-block;
  font-size: 20px;
  padding: 20px 5px;
}



.homepagecontainer{
padding:10px;
  border:1px pink solid;
}

.purplebox{
  float:left;
    margin:5px 10px;
  padding-top:450px;
}

.yellowbox{
  float:left;
  margin:5px 10px;
}

.bluebox{
  border:1px blue solid;
}

.greenbox{
  width:330px;
  height:;
  border:1px green solid;
}

.orangebox{
  width:330px;
  height:;
  border:1px orange solid;
}
.purpletext{
font-weight:bold;  
text-transform:uppercase;
  padding:10px;
  text-align:left;
  font-size:25px;
  color:white;
  font-family: Roboto Slab;
}

#roboto{
  font-family: Roboto Slab;
}

/**** Developer Associate Page ***/

.associate-dev-part-form{
  background-color:white;
  margin-top:-50px;
}

.iam-developer-bg{
  background-image: url("https://19625246.fs1.hubspotusercontent-na1.net/hubfs/19625246/Website/Associate%20Development%20Recruitment%20Page/testimonials-bg2.jpg");
  background-color: #00afd5;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  padding:40px 0 50px 0;
}

.iam-developer-bg button.slick-next, .iam-developer-bg button.slick-prev{
display:none!important;
}
/

/****Dynamic Heading Animation ***/
#dynamic-heading{
  transition: opacity 0.5s ease-in-out;
}

.hidden {
  opacity: 0;
}