@font-face{
    font-family:'OpenSans-Regular';
    src:url(../fonts/OpenSans-Regular.ttf);
}
@font-face{
    font-family:'OpenSans-Bold';
    src:url(../fonts/OpenSans-Bold.ttf);
}
@font-face{
    font-family:'OpenSans-Semibold';
    src:url(../fonts/OpenSans-Semibold.ttf);
}
body{
    font-family:'OpenSans-Regular';
    position: relative;
}
.noleft{
    padding-left: 0;
}
.noright{
    padding-right: 0;
}
.nopadding{
    padding: 0 !important;
}
button, a {
    transition: all 0.35s ease 0s;
}
a {
    outline: medium none !important;
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
h1, h2, h3{
    font-family:'OpenSans-Bold';
}
.width1{
    width:100%;
}
.container{

}
.boxs{
    float: left;
    width: 100%;
}

.main{
    background-size: cover;
    text-align: center;
    padding: 150px 0;
}
.main h1{
    font-family:'OpenSans-Semibold';
    font-size: 37px;
    color: #fff;
    text-shadow: -1px 1px 1px #000;
}
.main h1 span{
    display: block;
}
.finds{
    padding: 50px 0;
}
.finds h2{
    font-size: 28px;
    margin-top: 0;
}
.finds p{
    font-size: 19px;
    min-height: 83px;
}
.finds input, .finds select{
    font-size: 18px;
    color: #000000;
    background: #fff;
    width: 100%;
    height: 43px;
    margin-top: 15px;
    padding:8px 10px;
    border-radius: 3px;
}
.finds select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:#fff url('../img/bg_select.png') no-repeat right 10px center;
}
.finds button{
    width: 100%;
    margin-top: 15px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    padding: 9px ;
    font-size: 18px;
    font-family:'OpenSans-Semibold';
    border: none;
}
.finds button:hover{
}

.tips{
    padding: 50px 0;
}
.heading{
    font-size: 26px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 20px;
}
.tips .links{
    font-weight: 600;
    font-size: 18px;
    color: #000;
    float: right;
    margin-top: 13px;
}
.tips .links:hover{
    color: #fba91b;
}
.tips .item{
    position: relative;
    margin-top: 10px;
}
.tips .item p{
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    background: rgba(25, 48, 120, 0.8);
    color: #fff;
    font-size: 16px;
    padding:8px 10px;
    width: 100%;
}
.tips .item p a{
    color: #fba81a;
}
.tips .item p a:hover{
    color: #db6040;
}

.leaders{
    padding: 50px 0;
}
.leaders p{
    font-size: 19px;
    color: #000;
}
.leaders .level{
    background: #fff;
    padding: 10px;
    border:2px solid #0b7cad;
    box-shadow: 3px 1px 9px -1px rgba(0,0,0,0.5);
}
.leaders .level h3{
    color: #0b7cad;
    margin-top: 5px;
    font-size: 20px;
    text-transform: uppercase;
}
..slick-slider{
    margin-top: 25px;
}
..slick-prev::before, .slick-next::before{
    color: #000000;
    font-size: 25px;
    transition: all 0.35s ease 0s;
}
.slick-prev:hover::before, .slick-next:hover::before{
    color: #fba91b;
}
.slick-next::before{
    font-family:'FontAwesome';
    content: '\f054'
}
.slick-prev::before{
    font-family:'FontAwesome';
    content: '\f053'
}
..slick-next{
    right: -15px;
}
..slick-prev{
    left: -15px;
}
.slick-prev, .slick-next{
    width: auto;
    height: auto;
}
.resources{
    padding: 50px 0;
    background: #fff;
}
.resources .item{
    border:1px solid #090909;
    padding: 10px;
    border-radius: 100%;
    margin-top: 20px;
    position: relative;
    transition: all 0.35s ease 0s;
    background: #fff;
}
.resources .item .widht1{
    border-radius: 100%;
}
.resources .item .inner{
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}
.resources .item .inner h3{
    color: #000000;
    margin-bottom: 0;
    font-size: 22px;
    text-align: center;
    margin-top: 0;
    transition: all 0.35s ease 0s;
}
.resources .item .inner h3 span{
    display: block;
    margin: 3px 0;
}
.resources .item .inner h3 i{
    font-style: normal;
    color: #f8a832;
}
.resources .item  p{
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
    bottom: 40px;
}
.resources .item  p a{
    display: inline-block;
    margin: 0 5px;
}
.resources .item  p a img{
    width: 45px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.resources .item:hover{
    border-color: #7ED5F9;
}
.resources .item:hover h3{
    color: #f8a832
}
.resources .item:hover h3 i{
    color: #7ED5F9;
}
.resources .item  p a:hover img{
    moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.upcomming{
    padding:40px 0 100px;
}
.upcomming .days{
    border:1px solid #191919;
    padding: 15px 10px;
    margin-top: 10px;
    min-height: 200px;
}
.upcomming .days img{
    width: 85%;
}
.upcomming .days  h3{
    margin-top: 0;
    color: #000;
    font-size: 16px;
    margin-top: 0;
}
.upcomming .days p{
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}
.upcomming .days b{
    display: block;
}
.upcomming .days span{
    color: #fba81a;
}
.upcomming .links{
    font-weight: 600;
    font-size: 18px;
    color: #000;
    float: right;
    margin-top: 13px;
}
.upcomming .links:hover{
    color: #fba91b;
}

.footer{
    padding: 25px 0;
    background: #dadada;
}
.footer img{
    float: left;
    width: 130px;
}

.navbar-fixed-top a{
    color:#fff;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #2e4a7261;
}

#nav-top-sticky {
    background-color: none;
}

#nav-top-sticky .nav>li>a{
    color:#000;
}

#nav-top-sticky .nav>li>a:focus, 
#nav-top-sticky .nav>li>a:hover {
    text-decoration: none;
}


#nav-top-sticky h3{
    margin-top:0px;
    color:#000;
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
}

#nav-top-brand {
    padding-bottom: 60px;
}

#nav-top-sticky{
    z-index: 1000;
    background: #fff;
}

.navbar-brand>img{
    display:inline;
}


.navbar-toggle{
    background-color: #6f86a5
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    border-color: #fff !important;
    color: #fff !important;
    background: #fff;
}

.navbar-navy{
    color: #fff;
    background: #2e4a72d6;
}
.navbar-navy a{
    color: #fff;
}

/*
a.show-career-ladder {
    border: 1px solid #1783b1;
    display: block;
    padding: 10px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.19);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.19);
}
*/ 

a.show-career-ladder h2 {
    color: #1783b1;
    margin: 5px;
    font-size: 18px;
    text-transform: uppercase;
}

.slick-prev:before, 
.slick-next:before {
    color: #2288a0 !important;
}

h2.career-ladder-h2 {
    color: #00ae9e;
    font-size: 30px;
    font-weight: normal;
    padding-left: 0;
    margin-top: 0;
    line-height: 30px;
}

h1.career-ladder-h1 {
    color: #5971b7;
    font-size: 70px;
    font-weight: bold;
    padding-left: 65px;
    margin-top: 0;
}
.career-ladder-purple-box {
    background: #5971b7;
    color: #fff;
    padding: 10px 75px;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}
.career-ladder-purple-box p{
    margin-bottom: 0px;
}

.career-ladder-level-bar {
    margin-bottom: 5px;
    padding: 10px;
    min-height: 200px;
    padding-left: 120px;
    position: relative;
}

.level-bar-4{
    background: #7dd3f6;
}
.level-bar-3{
    background: #9cdcf8;
}
.level-bar-2{
    background: #b8e5fa;
}
.level-bar-1{
    background: #d9f0f8;
}

.career-ladder-level {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    width: 100px;
    position: absolute;
    height: 100px;
    left:10px;
    line-height: 50px;
}

span.large-number {
    font-size: 75px;
    font-weight: bold; 
}

.career-ladder-ul{
    list-style: none;
}

.career-ladder-ul a{
    color: #333;
    font-size: 12px;
}

.career-ladder-ul li{
    float: left;
    width: 33%;
    line-height: 18px;
}

.career-ladder-footer{
    background: #00ae9d;
    color: #fff;
}

h3.career-ladder-level-h3 {
    color: #00ae9d;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 0;
    padding: 5px;
    font-size: 18px;
}

h2.career-ladder-green-h2 {
    color: #00ae9d;
    text-transform: uppercase;
    font-size: 16px;
}

.career-ladder-box-header {
    background: #00ae9d;
    font-size: 26px;
    color: #fff;
    padding-top: 30px;
    width: 150px;
    line-height: 25px;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 5px;
    position: absolute;
    top: 10px;
    right: 15px;
}

.clear-fix {
    display: inline-block;
    width: 100%;
}

.min-h-175{
    min-height: 175px;
}

.color-white{
    color: #fff;
}

/*Contact sectiom*/
.content-header{
  color:#fcc500;
  font-size: 45px;
}

.section-content{
  text-align: center; 

}

.form-line{
  border-right: 1px solid #B29999;
}

.form-group{
  margin-top: 10px;
}
label{
  font-size: 1.3em;
  line-height: 1em;
  font-weight: normal;
}
.form-control{
  font-size: 1.3em;
  color: #080808;
}
textarea.form-control {
    height: 135px;
   /* margin-top: px;*/
}

.submit{
  font-size: 1.1em;
  float: right;
  width: 150px;
  background-color: transparent;
  color: #fff;

}

.black{
    color:#000;
}

.margin-t-15{
    margin-top:15px;
}

.bg-grey{
    background: #ededed !important;
}

.tips .career-advisor p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    background: rgb(255, 255, 255);
    color: #000;
    font-size: 16px;
    padding: 8px 10px;
    width: 100%;
}

.tips .career-advisor {
    position: relative;
    margin-top: 10px;
}

.apprent-box{
    float: left;
    width: 100%;
    padding:60px; 
    background: url(../geg-gcg-school-hub/images/banner.jpg) no-repeat center 0px;
    background-size: cover;
}

.apprent-box-align-middle{
    width: 950px;
    margin:0 auto;
}

.apprent-box h2{
    font-size: 35px;
    line-height: 50px;
}

.apprent-link{
    color:#fff;
}
.apprent-link:hover{
    color:#fba91b;
    text-decoration: none;
}

@media(max-width : 768px) {

    .navbar-brand h3{
        font-size: 20px;
    }

    .apprent-box-align-middle{
        width: auto;
    }

    .apprent-box{
        padding:30px 10px !important;
    }

    .apprent-box h2{
        font-size: 24px !important;
        line-height: 30px;
    }

}

#nav-top-sticky-sticky-wrapper{
    position: relative;
    z-index: 2000;
}