
/* #################### TYPOGRAPHY ###################*/

/* * {
  font-family: 'Roboto','Open Sans', Arial, Helvetica Neue, sans-serif;
}*/

@font-face{
  font-family: 'Bignoodle';
  src: url('../fonts/bignoodle.ttf') format('truetype');
}

/*SCROLLBAR DESIGN*/
/*body::-webkit-scrollbar {
  width: 0em; /*change width to show scrollbar*/
/*}
 
body::-webkit-scrollbar-track {
  background: transparent;
}
 
body::-webkit-scrollbar-thumb {
  background-color: #007ABD;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #9BC440;
}*/
/* SCROLLBAR DESIGN END*/

p {
  font-size: 16px;
   font-family: 'Roboto','Open Sans', Arial, Helvetica Neue, sans-serif;
}

li {
   font-family: 'Roboto','Open Sans', Arial, Helvetica Neue, sans-serif;
}


p.sub {
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'bignoodle', 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #007ABD;
}

h2 {
  font-size: 50px;
  line-height:55px;
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 45px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 25px;
  }
  }

.sub-title {
  font-family: 'bignoodle', sans-serif;
  text-transform: uppercase;
  text-align:center; 
  font-size:25px; 
  color:#007ABD;
  line-height: 27px;
}

h1.subheader, h2.subheader, h3.subheader, h4.subheader, h5.subheader, h6.subheader {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #000;
}

h2#typer {
  font-family: 'bignoodle', sans-serif;
  text-transform: uppercase;
  font-size: 5rem;
}

.orange {
  color: #F7961B;
}

.green {
  color: #9BC440;
}

.teal {
  color:#13A394;
}

.white {
  color: white;
}

.yellow {
  color: #FBCE20;
}

.purple {
  color:#6B378F;
}

.center {
  text-align:center;
}

/* #################### LINKS  ###################*/

a {
  font-family: 'Open Sans', Arial, Helvetica Neue, sans-serif;
  color: #1779ba;
  /*letter-spacing: 0.005rem;
  right: 0.0025rem;*/
}

a:hover {
  color: #9BC440;
}

/*################# MAIN NAV ###########################*/
.logo {
  position: relative;
  top: -15px;
}



/* ################ HOMEPAGE ################*/

.whoweare {
  padding:55px 20px 0 20px; 
  padding-left: 0;
}

.whatwedo {
  padding: 30px 0;
}

.support-left {
  width:100%;
  padding: 10px 25px;
  margin: 15px 20px;
  text-align: right;
}

.support-right {
  width:100%;
  padding: 10px 25px;
  margin: 15px 20px;
  text-align: left;
}

.support-img {
  width: 90%;
  margin: 15px;
  position: relative;
  top: 110px;
  margin: 0 auto;
}

.orbit-next, 
.orbit-previous {
      color:#c9c9c9
      }

.orbit {  
      padding: 0;
    }

#join-us {
  text-align: center;
  padding: 100px;
}

p.join {
  color: white;
  font-size:25px;
}


@media only screen and (max-width: 600px) {
  #join-us {
    padding: 50px 40px;
  }

  p.join {
    font-size: 20px;
  }
}

p.sidebar {
  padding-left: 60px;
}

@media only screen and (min-width: 600px) {
  p.sidebar {
  border-left: 6px solid #F7961B;
}
}


/* ################# BACKGROUND COLOR ###################*/

.grey {
  background-color: #2C3840;
}


.parallax {
  /* The image used */
  background-image: url('/images/homepage/parallax.jpg');

  /* Full height */
  /*height: 20%; */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin:100px 0;
}

/* #################### PAGE SPECIFIC HERO IMAGES ###################*/

.desktop-container {
  position: relative;
  text-align: center;
  color: white;
  font-family: 'bignoodle', sans-serif;
  font-size: 8rem;
  line-height: 8rem;
}

.mobile-container {
  position: relative;
  text-align: center;
  color: white;
  font-family: 'bignoodle', sans-serif;
  font-size: 3.5rem;
  border-bottom: #2C3840 solid 10px;
  line-height: 3.5rem;
}

.tablet-container {
  position: relative;
  text-align: center;
  color: white;
  font-family: 'bignoodle', sans-serif;
  font-size: 4rem;
  border-bottom: #2C3840 solid 10px;
  line-height: 4rem;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color:rgba(0, 123, 189, 0.66);
  padding: 5px 30px;
}

.homepageHero {
  background-image:url(/videos/homepage.mp4);
  padding:9rem 0;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:top center;
  text-align:center;
}

.homepageHero h2 {
  font-size:5rem;
  color:#fff;
  text-align:center;
  letter-spacing: 2px;
  line-height: 5rem;
}



  #banner {
   font-size: 8rem;
   color: white;
   text-align: center;
   line-height: 8rem;   
}

#over {
       position:absolute;  
       top:30%; 
       margin: auto 0;
        width: 100%;
      z-index:2; 
    }

/* ############### BACK TO TOP BUTTON ###############*/

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 22px;
  font-family: 'bignoodle', sans-serif;
  border: none;
  outline: none;
  background-color: #F7961B;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #9BC440;
}

/* #################### BUTTONS ###################*/

.button.mobile-teal {
  background-color: #13A394;
  color: white;
  font-style: bold;
  margin: 8px;
  border-radius:0;
  padding: 10px;
}

.button.mobile-purple {
  background-color: #6B378F;
  color: white;
  font-style: bold;
  margin: 8px;
  border-radius:0;
  padding: 10px;
}

.button.mobile-blue {
  background-color: #007ABD;
  color: white;
  font-style: bold;
  margin: 8px;
  border-radius:0;
  padding: 10px;
}

.button.mobile-green {
  background-color: #9BC440;
  color: white;
  font-style: bold;
  margin: 8px;
  border-radius:0;
  padding: 10px;
}

.button.mobile-orange {
  background-color: #F7961B;
  color: white;
  font-style: bold;
  margin: 8px;
  border-radius:0;
  padding: 10px;
}

.button.hollow {
  border: 2px solid #9BC440;
  color: #9BC440;
  font-style: bold;
  border-radius: 100px;
  margin: 0 10px;
}

.button.hollow:hover {
  background-color: #007ABD;
  border: 2px solid #007ABD;
  color: white;
}

/*TEAL BUTTON*/
.button.hollow-teal {
  border: 2px solid #13A394;
  background-color: white;
  color: #13A394;
  font-style: bold;
  border-radius: 100px;
  margin: 0 10px;
}

.button.hollow-teal:hover {
  background-color: #007ABD;
  border: 2px solid #007ABD;
  color: white;
}

.button.teal {
  background-color:#13A394;
  color: white;
  font-style: bold;
  border-radius: 100px;
  margin: 0 10px;
}

/*ORANGE BUTTON*/
.button.hollow-orange {
  border: 2px solid #F7961B;
  background-color: white;
  color: #F7961B;
  font-style: bold;
  border-radius: 100px;
  margin: 0 10px;
}

.button.hollow-orange:hover {
  background-color: #007ABD;
  border: 2px solid #007ABD;
  color: white;
}

.button.orange {
  background-color:#F7961B;
  color: white;
  font-style: bold;
  border-radius: 100px;
  margin: 0 10px;
}

/*WHITE BUTTON*/
.button.hollow-white {
  border: 3px solid white;
  background-color: transparent;
  color: white;
  font-style: bold;
  border-radius: 100px;
  margin: 0 10px;
  font-weight:bold;
}

.button.hollow-white:hover {
  background-color: #007ABD;
  border: 2px solid #007ABD;
  color: white;
}

.button.white {
  background-color:white;
  color: black;
  font-style: bold;
  border-radius: 100px;
  margin: 0 10px;
}

/*GREEN BUTTON*/

.button.green {
  background-color: #9BC440;
  color: white;
  font-style: bold;
  border-radius: 100px;
  margin: 0 10px;
}

a.button {
  background-color: #9BC440;
  color: white;
  font-style: bold;
  border-radius: 100px;
}

a.button:hover{
  background-color: #007ABD;
  color: #fff;
  border-radius: 100px;
}

/*yellow BUTTON*/
.button.hollow-yellow {
  border: 2px solid #FBCE20;
  background-color: transparent;
  color: #FBCE20;
  font-style: bold;
  border-radius: 100px;
  margin: 0 10px;
}

.button.hollow-yellow:hover {
  background-color: #FBCE20;
  border: 2px solid #FBCE20;
  color: white;
}

.button.yellow {
  background-color:#FBCE20;
  color: white;
  font-style: bold;
  border-radius: 100px;
  margin: 0 10px;
}

/*purple BUTTON*/
.button.hollow-purple {
  border: 2px solid #6B378F;
  background-color: transparent;
  color: #6B378F;
  font-style: bold;
  border-radius: 100px;
  margin: 0 10px;
}

.button.hollow-purple:hover {
  background-color: #6B378F;
  border: 2px solid #6B378F;
  color: white;
}

.button.purple {
  background-color:#6B378F;
  color: white;
  font-style: bold;
  border-radius: 100px;
  margin: 0 10px;
}

.button.blue {
    background-color: #007ABD;
    color: white;
    font-style: bold;
    border-radius: 100px;
    margin: 0 10px;
}




/*#################### CARDS ######################*/

/*Homepage What We Do Card*/
.card-wrapper {
    width: 90%;
    background: #ffffff;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.3s;
    margin-left: 15px;
}

.card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s;
}

.card-img {
  width: 100%;
}

.card-box {
  padding:10px;

}

/*#################SPONSOR LOGO CAROUSEL ###########*/
.sponsorHp {
    float: left;
    padding: 0 20px 0 20px;
}

.sponsor {
  padding: 0 20px;
}

/* ########## WAYS TO GIVE ACCORDION #########*/
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 25px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* #################### SECOND NAV ###################*/

#second-nav {
  display: block;
  margin: 0 auto;
  background-color: #2C3840;
  text-align:center;
}

#second-nav ul {
  display: inline;

}

  #second-nav li {
    padding: 10px 3px;
    display: inline-block;
  }

  #second-nav a{
  color: white;
  font-weight: bold;
  font-size: 14px;
}

  #second-nav a:hover{
  color: #9BC440;
}

  #second-nav-active {
    color: #9BC440;
  }


  /* #################### THIRD NAV ###################*/

#third-nav {
  display: block;
  margin: 0 auto;
  background-color: #1779ba;
}

  #third-nav li {
    padding: 10px;
  }

  #third-nav a{
  color: white;
  font-weight: bold;
  font-size: 14px;
}

  #third-nav a:hover{
  color: #9BC440;
}

  #third-nav-active {
    color: #9BC440;
  }

  #third-nav-active a:hover{
    color: #9BC440;
  }

/*#################### ABOUT US DEFAULT ###################*/

.homepageNumbers {
  background-color: lightgrey;
  padding:3rem 0;
}
.homepageNumbersBox {
  text-align:center;
}
.homepageNumbersBox h1 {
font-size:3rem;
font-weight:600;
color:#ffffff;
}
.homepageNumbers h3 {
font-size:3rem;
font-weight:600;
color:#f4f4f4;
}
.homepageNumbersBox h5 {
font-weight:200;
color:#f4f4f4;
}

#goback {
  display: block;
  margin: 0 130px;
  width: 650px;
  background-color: #007ABD;
}

  #goback li {
    padding: 10px;
  }

  #goback a{
  color: white;
  font-weight: bold;
}

  #goback a:hover{
  color: #9BC440;
}


/* #################### ABOUT US PEOPLE ###################*/

#round-img {
  border-radius: 50%;
  width: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.green-modal {
  border-top:10px solid #9BC440;
}

#name {
  color:#9BC440;
  padding: 20px 0 20px 0;
}

#print {
  color: #8a8a8a;
  cursor: pointer;
  position:absolute;
  right: 3rem;
  top:1rem;
  line-height:1;
}

/*############## CAREER DEV DEFAULT ##################*/

.blocky {
  width:100%;
  margin-top: 50px;
}

.blocky-orange {
  border-right: #F7961B solid 10px;
  margin-top: 98px;
  padding: 20px;
}

.blocky-blue {
  border-left: #007ABD solid 10px;
  margin-top: 50px;
  padding: 20px;
}

.blocky-teal {
  border-left: #13A394 solid 10px;
  margin-top: 50px;
  padding: 20px;
}

.blocky-purple {
  border-right: #6B378F solid 10px;
  margin-top: 98px;
  padding: 20px;
}

.blocky-green {
  border-left: #9BC440 solid 10px;
  margin-top: 50px;
  padding: 20px;
}

.blocky-greeny {
  border-right: #9BC440 solid 10px;
  margin-top: 98px;
  padding: 20px;
}

.careerdev-title {
  padding: 60px 20px 0 15px;
}

.teal-bg {
    background-color: #13A394;
    padding: 20px 15px;
}

.participants {
    font-family: 'Open Sans', Arial, Helvetica Neue, sans-serif;
    color: #1779ba;
    text-align: center;
}

/*############## CAREER DEV GIVE BACK ##################*/

.text-gb {
  margin-top: 50px;
  line-height: 33px;
}


/* #################### POSITION ###################*/

.center-header {
  text-align: center;
  padding-top: 40px;
}

.pad {
  padding:30px;
}

.top {
  margin-top: 60px;
}

/*################# SPONSOR PAGE ################*/

.shadow {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 3px 0 rgba(0, 0, 0, 0.19); 
  text-align:center;
}

.email {
  color: white; 
  font-size: 1rem; 
  vertical-align: middle; 
  padding: 0 2px;
}

.program {
  color: white; 
  padding: 10px 0; 
  font-size: 2.3rem;
}

/*#################### LOG IN PAGE ##################*/

.login {
  background-color:#2C3840; 
  padding:30px; 
  color:#ffffff;
}


/* #################### FOOTER ###################*/

.footer {
/*background-color:#616161;*/
background-color:#2C3840;
padding:3rem;
color:#fff;
padding-bottom:0px;
}

.footer a {
  color:#ffffff;
  text-decoration:none;
}
.footer a:hover {
  color:#9BC440;
  text-decoration:none;
}

.footer p{
  font-size: 14px;
  font-weight: 300;
}

#social a{
  color:#9BC440;
}

#social a:hover{
  color:#ffffff;
}

/*HEADER VIDEO*/
    .iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 52.25%;
}

.iframe-container iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.arrow {
    position:absolute; 
    top: 83%; 
    left: 50%; 
    z-index:2
}

/*############### PRINT SETTING #################*/
@media print {
  a[href]:after {
    content: none !important;
  }
}

 @page { 
  size:8.5in 11in; 
  margin: 1.5cm 1cm;
  }

