body {
    font-family: 'Bitter', serif;
    font-size:16px;
    color:#3c3d58;
    font-weight:300;
    line-height:1.7;
    overflow-x:hidden;
}
 
h1,h2,h3,h4,h5,h6 {
    color:#3c3d58;
    line-height:1.4;
    font-weight:700;
    margin-bottom: 0px;
}

h1{
    font-size:36px;
}
 
 h2{
    font-size:32px;
 }
 h3{
    font-size:28px;
 }
 h4{
    font-size:24px;
 }
 h5{
    font-size:20px;
 }

 p,label{
    font-size:18px;
 }
p.sm{
    font-size:13px;
    font-style: italic;
}
.mx-width {
    max-width:1050px;
    margin:0 auto;
}
 

 
img{
  width:100%;
  max-width: 100%;
  height:auto;
}
 
 
.vcenter {
    position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* header */
header{
    background-color: #f6f6f6;
    padding: 5px;
}

.navbar-brand img{
    width: 200px;

}

#navbarContent ul li a{
    color:#3c3d58;
    text-align:center;
}
#navbarContent ul li.active a{
    color:#a992b1;
}
.nav-item{
    margin: 0px 20px;

}
#navbarContent ul li a:hover{
   color:#a992b1;
}

#Slider{
    background-image: url("../img/banner-bg.png");
    text-align:center;
}
#Slider img{
    width: 650px;
    padding:70px 0px;
}

#CTA{
    background-color: #3c3d58;
    padding: 35px 25px;
}
#CTA label{
    color:#c0ced1;
    font-size:26px;
    margin-bottom: 0px;
}
.btn-wrapper{
    float:none;
    display:inline-block;
    vertical-align:middle;
    margin-right:-4px;
}

.btn{
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 12px;
    background-color: #a992b1;
    float:right;
    min-width: 150px;
    width: auto;
    cursor:pointer;

}
 

.btn span{
     color: #f6f6f6;
}
.btn2{
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 12px;
    background-color: #a992b1;
    min-width: 150px;
    width: auto;
    cursor:pointer;
}

.btn2 span{
     color: #f6f6f6;
}

.section-header{
    background-color: #f6f6f6;
    text-align: center;
    padding: 35px 25px;
}

.section-content{
    padding:50px 25px;
}
.section-footer{
    background-color: #3c3d58;
    color:#c0ced1;
}
.section-footer label{
    font-size:20px;
}
.special{
    font-size:bigger;
    color:#a992b1;
}
    

#ProcessOfSelection h4{
    color:#a992b1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}

.pos-icons{
    width: 100px;
}
.pos-list{
    margin: 25px 0px;
}

.pos-list label{

}
.pos-points{
    padding: 35px 25px;
}
.pos-points ul{
    list-style: none;
}
.pos-points ul li{
    line-height: 23px;
    display: block;
    margin-bottom: 10px;
}
.pos-points ul li img{
    width: 15px;
    vertical-align: middle;
    margin-right:10px;
}
.pos-points label{
    margin-bottom: 15px;
}


.carousel-content {
    padding: 0% 10%;
    margin:35px 25px;
    text-align: center;
}
.carousel-content h5{
    margin-bottom: 15px;
}
.carousel-controls img{
    width: 30px;
}
#HowToApply .container{
    padding:35px 25px;
}
.steps {
    padding: 35px;
    position: relative;   
    margin-right: 0px;
    margin-bottom:50px;
}
.steps:after{
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 50px #fff;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
}

.steps h5{
    border-left:#3c3d58 5px solid;
    padding-left:15px;
    margin-bottom: 15px
}
 .step-1{
     background-color: #c0ced1;
 }
  .step-1:after{
     border-top: solid 50px #c0ced1;
 }

 .step-2{
    background-color: #e0d4b6;
 }
 .step-2:after{
    border-top: solid 50px #e0d4b6;
 }
 .step-3{
    background-color: #7e817e;
    color:#c0ced1;
 }

 .step-3 h5{
     color:#c0ced1;
      border-left:#c0ced1 5px solid;
 }
 .step-3:after{
    border-top: solid 50px #7e817e;
 }
 .step-4{
    background-color: #a992b1;
 }
 .step-4:after{
     border-top: solid 50px transparent;
 }
 .bold{
    font-weight: 700;
 }
 .social-icons img{
    width: 40px;
 }
 .social-icons a{
    display: inline-block;
    margin-right: 15px;
 }
 .shadow{
    
     -webkit-box-shadow: 0px -1px 4px rgba(60, 61, 88, 0.80);
    -moz-box-shadow:    0px -1px 4px rgba(60, 61, 88, 0.80);
    box-shadow:         0px -1px 4px rgba(60, 61, 88, 0.80);
 }

#footer .container{
    padding: 35px 25px;

}

#footer .container .copyright{
    padding-left: 15px;
}
.position{
    font-size: 20px;

}
#committees-carousel .carousel-inner img{
    width: 150px;
    margin-bottom:15px;
}
#committees-carousel h4{
    color: #a992b1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;

}
.benefits{
    background-color:#3c3d58;
    color:#c0ced1;
}
.benefits h5{
     color:#c0ced1;
}
.benefits img{
    width: 100%;
}