@import "https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic";

body {background-color: #2e2e2e;font-family: "Lato" !important; -webkit-font-smoothing: antialiased !important;text-rendering: optimizeLegibility !important; position:relative!important;}
h1, h2, h3, h4, h5, h6 {font-family: "Lato",Helvetica,Arial,sans-serif !important;font-weight: normal ; margin-top: 0px;}
a:hover{color:#71bf44;}
.btn{border-radius: 3px;}
hr{margin-top:0px;margin-bottom:5px;}

.tooltip-inner {background-color:#F00;}
.tooltip.bottom .tooltip-arrow {border-bottom-color: #F00;}

/*Maintenance Message*/
@media (max-width: 999px) {
    .maintenanceMsg{
        padding:90px 10px 10px 10px !important;
    }
}
    
/*Nav*/
.navbar-toggle{float:left;position:relative;margin:10px 0;border-color: transparent!important;}
.navbar-toggle:hover, .navbar-toggle:active{background-color:transparent !important;}
.navbar-default {background-color: #fff !important;}
.navbar-right {margin-right: 0 !important;}
.navbar {margin-bottom: 0;border:0px solid;}
.navbar-inverse{background-color: #292929;border-color: #000;}
.nav > li > .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0.125rem solid #182642;
    border-radius: 3px;
    box-sizing: border-box;
    color: #182642;
    display: block;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 3.25rem;
    margin-bottom: 0.625rem;
    text-align: center;
    transition: background-color 300ms ease-out 0s;
    width: 100%;
}
.nav > li > .btn:hover {
    background: #182642 none repeat scroll 0 0 !important;
    border-color: #182642;
    color: white !important;
    text-decoration: none;
}
.label{font-size: 60%; font-weight: 400; color: #dadada; padding: .25em .5em .25em; position: absolute; top:15px; right:15px;}
.nav > li > a:hover  > .label{color: white!important;}
.label-default{background-color: #585858;}
.label-success{background-color: #71bf44;}

.employer-desktop a.employerMenu {color: #09a0db !important;}
.employer-desktop a.employerMenu:hover {text-decoration:underline !important;}
.navbar-inverse .navbar-nav>li>a{color:#dadada;}
.navbar-nav > li >a{font-weight:300;}
.nav > li > a:hover{color:#0b4c79;}
.sign {background-color: #f7c100;padding: 0px 8px;}
.sign a{padding: 20px 15px 19px 15px!important;}
.search-left {background-color:#68a847; text-transform:uppercase;}
.search-left a{ font-size:20px!important; font-weight:bold!important;color:#fff!important;padding: 20px 15px 30px 66px!important;}
.sign .fa{color:#ffffff;}
.dark-band{background-color: #fff;}


.float-menu{
	 background-color: #fff;
   border-bottom: 1px solid #CCC;
   left: 0;
   padding:0px;
   position: fixed;
   right: 0;
   top: 0;
   z-index: 20;}
.float-menu .input-group{border-left:1px solid #CCC;}
.float-search .input-group-addon .btn{line-height: 38px !important;}
.float-search, .float-btn{padding:0px!important;}
.float-search .form-control{border: 0px solid #ccc; font-size:18px;height:70px;border-radius:0px!important;line-height:30px;}/*james added on the 22/04/2016 font-size*/
.float-menu .float-btn .btn{ border-radius:0px!important; line-height: 50px !important; width:100%;background-color: #68a847 !important;color:#fff;}
.float-btn .btn:hover{background-color:#fff!important;color:#68a847;}


.float-menu .line{
		background-color: #ccd3d3;
    height: 35px;
    float: left;
    width: 1px;
    position: absolute;
    margin-top: 17px;
    z-index: 99;}
.float-menu .btn{
    background-color:transparent !important;
    border-radius: 0px!important;
    line-height: 51px !important;
		color:#000;
		font-size:17px;;font-weight:400;
}

.float-menu  .styled-select select {
	text-align:left;/*james added on 22/04/2016*/
    margin: 0px;
    padding-left:18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 101;
		outline:none; /* remove focus ring from Webkit */
    -webkit-appearance:none; /* remove the strong OSX influence from Webkit */
    -moz-appearance:none; /* Firefox */
		}

		
.float-menu  .styled-select {
    width: 211px;
    height: 70px;
    line-height: 65px;
    overflow: hidden;
    background: url(../img/drop-down.png) no-repeat 88% #FEFEFF;
    position: relative;
    z-index: 77;
    color: #000;
	
}


.float-menu .styled-select:hover,.float-menu .styled-select span:hover{background-color:#eee;color:#000!important; background-image:url(../img/drop-down-over.png);}



#slide-nav .navbar-toggle.slide-active .icon-bar { background: #888 none repeat scroll 0 0 !important;}


/*banner*/
.jumbotron {
    background-image: url("../img/hero.jpg") ;
		background-size: cover;
		background-position: 100% 86%;
    font-weight: 300 !important;
    margin-bottom: 0 !important;
    padding-bottom: 48px;
    padding-top: 100px;
}
.jumbotron h1 {
    font-style: normal;
    font-weight: 300;
    text-align: center;
		color:#f7c100;
		
}
.jumbotron h6 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300 !important;
    line-height: 25px;
    margin-top: 0 !important;
}
.jumbotron .form-control{font-size:18px!important;border-radius: 0px!important;}

/*search menu*/
.search-row{margin:0px!important;}
.search{padding:0px;}
.search .line{
	background-color: #ccd3d3;
    height: 35px;
    float: left;
    width: 1px;
    position: absolute;
    margin-top: 17px;
    z-index: 99;
}
.search-col-btn .btn {
    background-color: #68a847 !important;
    border-radius: 2px!important;
    font-size: 18px;
    line-height: 51px !important;
    color: #fff;
	padding:9px 30px;
}
.search-col-btn .btn:hover {background-color:#fff!important;color:#68a847!important; text-decoration:none!important;}
.search-col .btn{
    background-color:transparent !important;
    border-radius: 0px!important;
    line-height: 51px !important;
	color:#000;
	font-size:17px;font-weight:400;
}
.search .styled-select select {
	text-align:left;/*james added on 22/04/2016*/
    margin: 0px;
    padding-left:18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 101;
		outline:none; /* remove focus ring from Webkit */
    -webkit-appearance:none; /* remove the strong OSX influence from Webkit */
    -moz-appearance:none; /* Firefox */
	  -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;	 
}		
.search .styled-select {
    width: 211px;
    height: 68px;
    line-height: 65px;
    overflow: hidden;
    background: url(../img/drop-down.png) no-repeat 88% #FEFEFF;
    position: relative;
    z-index: 77;
    color: #000;
	outline : none;
    text-indent : 0.01px;
    text-overflow: '';
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
     -o-appearance: none;
        appearance: none;	
}
.search select::-ms-expand,.float-menu .styled-select select::-ms-expand,.footer-band .styled-select select::-ms-expand{ display: none;}
.styled-select:hover, .search .styled-select span:hover{background-color:#eee;color:#000!important; background-image:url(../img/drop-down-over.png);}
.search .input-group{border:1px solid #eee;}

/*ipad menu*/
.ipad-search .form-control {
    border: 1px solid #eee;
    border-radius: 0!Important;
    line-height: 14px;
}
.ipad-search {padding:0px!important;}
.ipad-search .line{
	background-color: #ccd3d3;
    height: 35px;
    float: left;
    width: 1px;
    position: absolute;
    margin-top: 17px;
    z-index: 99;
}
.ipad-btn .btn {
    background-color: #68a847 !important;
    border-radius: 2px!important;
    font-size: 18px;
    line-height: 51px !important;
    color: #fff;
	padding:9px 30px;
}
.ipad-btn .btn:hover {background-color:#fff!important;color:#68a847!important; text-decoration:none!important;}
.ipad-search .btn{
    background-color:transparent !important;
    border-radius: 0px!important;
    line-height: 51px !important;
	color:#000;
	font-size:17px;;font-weight:400;
}
.ipad-search .styled-select select {
	text-align:left;/*james added on 22/04/2016*/
    margin: 0px;
    padding-left:18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 101;
	outline:none; /* remove focus ring from Webkit */
    -webkit-appearance:none; /* remove the strong OSX influence from Webkit */
    -moz-appearance:none; /* Firefox */
	-webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}		
.ipad-search .styled-select {
    width: 211px;
    height: 68px;
    line-height: 65px;
    overflow: hidden;
    background: url(../img/drop-down.png) no-repeat 88% #FEFEFF;
    position: relative;
    z-index: 77;
    color: #000;
	outline : none;
    text-indent : 0.01px;
    text-overflow: '';
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
     -o-appearance: none;
        appearance: none;	
}
.styled-select:hover, ipad-search .styled-select span:hover{background-color:#eee;color:#000!important; background-image:url(../img/drop-down-over.png);}
.ipad-search .input-group{border:1px solid #eee;}

/*mobile menu*/
.mobile-search-close{display:none;}
.mobile-search-cnt{padding:10px 0px;}
.mobile-search{padding:0px!important;border-bottom: 1px solid #eee;}
.mobile-col-btn{padding:0px!important;margin-top:10px;}
.mobile-col-btn .btn{
	width:100%;
    background-color:#68a847!important;
    border-radius: 0px!important;
    line-height: 35px !important;
	color:#fff;
	font-size:17px;;font-weight:400;
}		
.mobile-search .btn{
    background-color:transparent !important;
    border-radius: 0px!important;
    line-height: 35px !important;
	color:#000;
	font-size:17px;;font-weight:400;
}
.mobile-search .styled-select select {
	text-align:left;/*james added on 22/04/2016*/
    margin: 0px;
    padding-left:18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 101;
	outline:none; /* remove focus ring from Webkit */
    -webkit-appearance:none; /* remove the strong OSX influence from Webkit */
    -moz-appearance:none; /* Firefox */
}		
.mobile-search .styled-select {
    width: 100%;
    height: 50px;
    line-height: 65px;
    overflow: hidden;
    background: url(../img/drop-down.png) no-repeat 97% #FEFEFF;
    position: relative;
    z-index: 77;
    color: #000;
}
.mobile-search .styled-select:hover, .mobile-search .styled-select span:hover{background-color:#eee;color:#000!important; background-image:url(../img/drop-down-over.png);}
.mobile-search .form-control {
    border: 1px solid #eee;
    height: 50px !important;
	border-radius:0!Important;
	line-height: 14px;
}
.form-control {border: 0 none !important; height: 68px !important;box-shadow: inset 0 0px 1px rgba(0,0,0,0)!important;}
.jumbotron .container{padding:0px;}
.jumbotron p {font-weight: normal;margin: 0 !important; color:#dadada;}
.browser p a{font-weight: bold;margin: 0 !important; color:#ffffff;}
.jumbotron p span {
    font-size: 12px !important;
    font-weight: normal !important;
    margin: 0 !important;
}
.jumbotron a {color: #ffffff;}
.jumbotron a:hover {color: #ffffff;}
.jumbotron-tag a{color:#dadada;}
.jumbotron-tag a:hover{color:#dadada; text-decoration:underline;}
.input-group-addon .btn {
    background-color: #ffffff !important;
    border-radius: 0px!important;
    font-size: 17px;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;
	color:#000000!important;
	line-height:36px!important;
}
.input-group-btn >.btn {
    padding: 12px;
    border-radius: 0px;
    margin-left: -1px;
	font-size: 17px;
	line-height:36px!important;
	color:#000000!important;
}
.jumbotron .input-group-btn >.btn{background-color: #FFF !important;}
.feature-title{background:rgba(0,0,0,0.4);padding: 8px 0;}
.feature-title a{color: #c4c4c4;}
.well{
	padding:0 15px 0 15px!important;
	background-color:transparent!important; 
	border: 0px !important; 
	border-radius: 0px!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	margin:0!important;
}
.col-btn-width{float:left;}
	
/* Removes the default 20px margin and creates some padding space for the indicators and controls */
.carousel {margin-bottom: 0;padding: 0px;}
/* Reposition the controls slightly */
.desktop-adv-2 .carousel-control{color:#dcdcdc;}
.desktop-adv-2 .right.carousel-control, .desktop-adv-2 .left.carousel-control{display:block;}
.desktop-adv-2 .carousel-control.left:hover,
.desktop-adv-2 .carousel-control.right:hover,
.desktop-adv-2 .carousel-control.right:focus, 
.desktop-adv-2 .carousel-control.right:active, 
.desktop-adv-2 .carousel-control.left:focus,
.desktop-adv-2 .carousel-control.left:active{color:#ffffff!important;}
.carousel-control {
	width:0%!important;
	color:#f1efef;
	 background-color: transparent;
   filter: alpha(opacity=50);
   opacity: 1;
	left: -28px;
	top:-10px!important;
	font-size:45px!important;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.0)!important;
}

.carousel-control.left{background-image:none!important;}
.carousel-control.right {right: -12px;background-image:none!important;}
.right.carousel-control, .left.carousel-control {display: none;}
.carousel-control.left:hover,.carousel-control.right:hover,.carousel-control.right:focus, .carousel-control.right:active, .carousel-control.left:focus, .carousel-control.left:active{color:#dcdcdc!important;}
/* Changes the position of the indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -42px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
	background: #c0c0c0;
}
.carousel-indicators .active {
background: #333333;
}
#myCarousel .item,#second .frame{border:1px solid #d6d6d6;}

.resume-upload h3 {color: #1e2c47;margin-top: 0 !important;}
.resume-upload p {color: #1e2c47;font-weight: 300 !important;}
.upload-btn {margin-top: 15px;}
.resume-upload .btn {
    background-color: #1e2c47 !important;
    border-radius: 3px!important;
    color: #fff;
    font-size: 18px;
    line-height: 35px !important;
    width: 99%;
}
.resume-upload .btn-default:hover{background-color:#023558!important;}
.article-band {padding-bottom:40px;padding-top: 17px;}
.grey-band{padding-bottom:40px;padding-top: 17px;}/*james updated,4/11/16 th padding-bottom from 40 to 20, as the slider secondary buttom is remove */
.adv-band{padding-bottom: 30px;padding-top: 17px;}
.grey-band h3 {color: #424242 !important;margin-bottom:20px;}
.article-band h2 {color: #000000 ;margin-bottom:20px;}
.adv-band p{font-size:12px; line-height:14px;color:#929292;margin:0px 0 10px 0;}
.white-band {color: #023658; padding-bottom: 15px;padding-top: 15px;}
.white-band h3 {color: #797979;font-size: 32px;font-weight: 300 !important;}
.white-band strong {font-weight: 900 !important;}
.white-band .browse a {color: #09a0db !important;font-size: 16px !important;font-weight: 900;}
.white-band .browse a:hover {color: #09a0db !important;}
.white-band .browse i {margin-right: 20px;}
.white-band p.category i {
    color: #999999 !important;
    font-size: 7px;
    margin-left: 10px;
    margin-right: 5px;
    vertical-align: middle;
}
.white-band p.category a:hover {text-decoration: underline !important;}
.category a {color:#696969; font-size:16px; line-height:20px; font-weight:400;}
.category a:hover {color:#68a847; }
.explore{text-align:center; border-bottom:2px solid #588c3b;padding-bottom:0px;}
.explore h2 {color: #000000;margin-bottom:20px;}
.nav-tabs { border-bottom: 0px;margin-bottom: -5px;}
.nav-center {text-align: center;}
.nav-center > ul.nav {display: inline-block; }
.nav-center > ul.nav > li {display: table-cell;}
.nav-center > ul.nav > li > a {
	float: none; 
	font-size:15px;
	text-align: center;   
	line-height:17px; 
	font-weight:900;
	background-color: #b8dfa1;
	border-bottom: 1px solid #71bf44;
	padding: 10px 60px;
	height:55px;
}
.nav-center>.nav-tabs>li.active>a, .nav-center>.nav-tabs>li.active>a:focus, 
.nav-center>.nav-tabs>li.active>a:hover, .nav-center > ul.nav > li > a:hover {
    color: #fff;
    cursor: default;
    background-color: #71bf44 ;
    border: 0px solid #ddd;
    border-bottom: 1px solid #71bf44;
	font-size:15px; 
	line-height:17px;
	cursor:pointer;
}
.adv-band{background-color:#f5f5f5;}
.box {border: 1px solid #e6e6e6;color: #797979;width: 100%;margin-bottom:15px;}
.box-course{background-color:#68a847;color:#fff;}
.box-course p{margin:0px; font-size:13px; line-height:30px;}
.box-course p a{color:#fff;}
.box-caption {
    position: absolute;
    right: 15%;
    top: 20px;
    left: 15%;
    z-index: 10;
	padding:20px 10px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.box-caption h5 {font-size:20px; line-height:23px;font-weight:normal;color:#fff; margin:0px;}
.box-caption span{font-weight:normal;color:#e3e3e3;margin-bottom:10px;}
.box-caption .btn{
	background-color: #68a847 !important;
    border-radius: 3px!important;
    font-size: 13px;
    line-height: 15px !important;
    color: #fff;
	font-weight:bold;
	margin-top:10px;
	padding: 6px 20px; 
	text-transform:uppercase;
}
.box-caption .btn:hover {background-color:#fff!important;color:#68a847!important; text-decoration:none!important;}
.box-info ul { margin: 0;}
.box-info ul.dashed {list-style-type: none;}
.box-info ul.dashed > li:before {content: "-";text-indent: -5px;margin-right: 5px;}
.box-info ul li a {font-weight:normal;color:#666666;}
.box-info ul li a:hover {color:#68a847;}
.box-info a p {font-size:14px; line-height:17px;font-weight:300;color:#797979;}
.box-info a h5{font-size:23px;line-height:26px; color:#000;margin:0px;}
.recommended-band {padding:5px 0 0;}
.recommended-band .grey-text span{color:#858585; font-size:14px; font-style:italic; margin-bottom: 2px;}
.recommended-band .col-sm-2{padding:0;}
.recommended-band .box {padding: 13px 15px; border: 1px solid #e8e8e8;}
.recommended-band .box-info a span {font-size:13px; line-height:16px;font-weight:400;color:#010101;}
.recommended-band .box-course{background:transparent;}
.recommended-band .box-course p{line-height:24px;}
.recommended-band .box-course p a{font-size: 12px;background-color: #68a847; display:block; width:100%; border-radius:3px;}
.truncate {width:100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.truncate-multiline{width:100%; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.category {color: #008cba;margin-bottom: 20px;}
.category :after{ display: inline-block;content:"|"; margin:0px 2px 0 3px;}
.category a:hover:after {text-decoration:none;}
.skills h6{font-size:16px;line-height:20px; font-weight:bold;}
.tag ul {padding-left: 0px;margin-bottom:0px;}
.tag ul li{margin: 0px 8px 10px 0px;}
.tag ul li.btn{border-color:#6aacc5;padding:2px 9px;}
.tag ul li a{ color:#6aacc5; font-size:13px;line-height:20px;font-weight:500;}
.tag p{font-size:13px; line-height:20px; font-weight:300;color:#4d4d4d;margin-bottom:10px;}
.tag p a{color:#4d4d4d;font-size:13px; line-height:20px;text-decoration:none;}
.tag p a:hover{text-decoration:underline;}
.tag-button{margin-top:20px;}
.tag-button .btn{
	  background-color: #68a847 !important;
    border-radius: 0px!important;
    font-size: 14px;
    line-height: 30px !important;
    color: #fff;
		padding: 5px 33px;
		text-transform:uppercase;
		}
.tag-button .btn:hover{background-color: #ababab !important;color: #fff;}
		
.popular h5{color:#000; line-height:23px;}
.popular p{font-size:13px;line-height:15px;font-weight:400;color:#aaaaaa;}
.popular button.read{border-radius:0!important;background-color:transparent!important;border-color:#68a847;color:#68a847;}
.popular button.read:hover{background-color:#68a847!important;color:#fff!important;}
.popular button.btn{border-radius:0!important;background-color:#68a847;color:#fff; text-transform:uppercase; font-weight:bold;}
.popular button.btn:hover{border-color:#68a847;background-color:#fff;color:#68a847;}
.popular .box-info .btn{padding:2px 8px;}
.popular button.read{margin-left:10px;border-radius:0!important;background-color:transparent!important;border-color:#68a847;color:#68a847;}

.footer-band {background-color: #68a847;padding: 30px 0 25px 0;}
.footer-band h6 {
    color: #ffffff;
    font-size: 19px;
    text-align: center;
	margin:10px 0!important;
}
.footer-band h6 a{
    color: #ffffff;
    font-size: 19px;
    text-align: center;
	margin:10px 0!important;
}
.footer-band h5{ font-size:25px;line-height:30px;font-weight:700; color:#ffffff;}
.footer-band .input-group-addon .btn {
    background-color: #ffffff !important;
    border-radius: 0px!important;
    font-size: 17px;    
	border-left:1px solid #ccd3d3;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;
	color:#000000!important;
	line-height:36px!important;
}
.footer-band .input-group-addon{background-color: #68a847;padding: 0px 0px;border-radius: 0px; border:0px none;}
.adv-5 {width: 20% !important;padding: 0 10px 0 0!important;}
.footer-band .form-control {border-radius:0px;border: 0 none !important;height: 70px !important;    line-height: 28px;font-size:18px;}/*james added on the 22/04/2016 font-size*/
.footer-band .icon{background-color:#ffffff!important; padding:0 15px;}
.footer-bottom-band {
    background-color: #2e2e2e;
    padding: 35px 0;
}
.footer-bottom-band h6 {
    color: #ffffff;
    font-size: 16px;
	line-height:18px;
    text-transform: uppercase;
	font-weight:bold;
}
.footer-bottom-band ul li {
    color: #c7c7c7;
    list-style-type: none;
    margin-left: -41px !important;
}
.footer-bottom-band ul li a {
    color: #c7c7c7;
	font-size:13px;
	line-height:20px;
	font-weight:300;
}
.footer-bottom-band ul li a:hover{color:#fff;}
.footer-bottom-band p {
    color: #fff;
    font-size: 13px;
	line-height:15px;
    margin-bottom: 0;
	font-weight:300;
}
.footer-band .input-group-btn{background-color:#fff;}
.footer-band .input-group-btn >.btn{ border-radius:0px!important;padding:20px 25px;}
.footer-band .line{
	background-color: #ccd3d3;
    height: 35px;
    float: left;
    width: 1px;
    position: absolute;
    margin-top: 17px;
    z-index: 99;
}
.footer-band .styled-select:hover,.footer-band .styled-select span:hover{background-color:#eee;color:#000!important; background-image:url(../img/drop-down-over.png);}
.footer-band .styled-select .btn{ 
	background-color:transparent !important;
    border-radius: 0px!important;
    line-height: 50px  !important;
	color:#000;
	font-size:17px;
	font-weight:400;
}
.footer-band .submit2 {
    border-radius: 3px!important;
	border:1px solid #fff;
    font-size: 17px;
    line-height: 50px !important;
	font-weight:400;
	color:#fff;
}
.footer-band .submit2:hover{background-color:#fff;color:#68a847;}
.footer-band .styled-select select {
	text-align:left;/*james added on 22/04/2016*/
    margin: 0px;
    padding-left:18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 101;
	outline:none; /* remove focus ring from Webkit */
    -webkit-appearance:none; /* remove the strong OSX influence from Webkit */
    -moz-appearance:none; /* Firefox */
}	
.footer-band .styled-select {
    width: 211px;
    height: 70px;
    line-height: 65px;
    overflow: hidden;
    background: url(../img/drop-down.png) no-repeat 88% #FEFEFF;
    position: relative;
    z-index: 77;
    color: #000;	
}
.sm-col-5 {
    width: 41.6667% !important;
}
.sm-col-1 {
    width: 8.33333% !important;
	margin-top: 5px;
}
.moblie-sign {
    padding: 15px;
}
.moblie-sign .btn{
    background-color: #71bf44!important;
    border-color: #182642;
    color: #fff;		
}
.moblie-sign .btn:hover {
    background: #fff none repeat scroll 0 0 !important;
    border-color: #182642;
    color: #71bf44;		
}
.logo{float:right;}
.navbar-default .navbar-toggle .icon-bar{background-color:#000000!important;}
.mobile-footer a{color:#7F9AAE;}.mobile-footer a:hover{color:#ffffff; text-decoration:underline;}
.mobile-search-btn{cursor:pointer;}
.keyword-row {padding:20px 25px 0 25px!important; }
.keyword-train{padding:0px 25px 0 25px!important; padding-bottom:25px!important;}
.keyword p{font-size:13px;vertical-align:middle;}
.keyword-title p{padding-top:10px; display:inline-block;font-size:13px!important; font-weight:700!important; }
.keyword-title ul{ display:inline-block; padding-left:10px;margin-bottom:2px}
.keyword-title ul li{ font-size:13px; font-weight:700;}
.keyword-btn{background-color:#698d9b;padding: 2px 25px;}

/*menu - modal (search dropdown prompter)*/
.modal-dialog {
    margin-top: 30vh;
}
.modal-header {
    border-bottom:0;
	font-size: 18px;
	margin-top: 20px;
	color:#333;
}
.modal-content{
	border-radius: 0;
	text-align: center;
}
.modal-backdrop {
  opacity:0.75 !important;
}
.search .popup-select {
    width: 100%;
}
.btn-success {
	margin: 0 20px;
    border-radius: 0;
    padding: 30px 0;
    font-weight: 700;
    white-space: normal;
    display: block;
}
.modal-dialog span{
    font-size: 12px;
    font-weight: 400;
	text-transform:uppercase;
	display: block;
	margin: 10px 0 20px;
}
	@media (min-width: 250px) {
		.modal-body {
			padding: 0 15px 15px;
		}
		.btn-success {
			font-size: 20px;
			line-height: 20px;
		}
		.or-line hr{
			display:block;
			margin:20px;
		}
	}
    @media (min-width: 992px) {
        .modal-dialog {
            width: 600px;
        }
    }
	@media (min-width: 1024px) {
		.modal-body {
			padding: 15px;
		}
		.btn-success {
			font-size: 24px;
			line-height: 24px;
		}
		.or-line hr{
			display:none;
		}
	}

@media (min-width: 250px) {
.keyword-title{display:none;}/*james added on 02/11/2016 for keyword function*/
.mobile-search-btn{display:block;float: right;position:relative;margin: 18px 0;padding-right: 12px;}
.mobile-search a{color:#fff;}
.search-row{display:none;}
.navbar-static-top{position: fixed;right: 0;left: 0;}
.navbar-temp{position:relative;}
.float-menu-bar{display:none;}
.browser{text-align:center;}
.logo-mobile {display: block; margin-top: 13px;}
.logo-mobile img{width:100px;margin-bottom:15px;}
.navbar-brand {display: none;}
.moblie-sign {display: block;}
.sign {display: none !important;}
.employer-mobile {bottom: 0;width: 100%;}
.employer-mobile li a {color: #09a0db !important;}
.employer-desktop {display: none !important;}
.sign-title {background-color: #fff;display: block;padding: 15px;color: #000;}
.sign-title h2 {color: #000;font-size: 24px;}
.nav > li {border-bottom: 1px solid #eee;}
.browser p{font-size: 14px; line-height: 16px; padding-bottom:20px;}
.feature-title p {color: #c4c4c4!important;font-size: 10px;line-height: 14px;}
.grey-band, .adv-band{display:block;background-color: #f5f5f5;}
.study-band,.white-band{background-color:#ffffff;}
.study-band{padding:20px 0;}
.article-band{background-color:#f1efef;}
.box { background: #ffffff none repeat scroll 0 0;}
.jumbotron{background-color:#000; padding:0!important;}
.bg-color{ background-color: rgba(0, 0, 0, 0.4);padding-top: 115px;padding-bottom: 0px;}
.jumbotron h1 {font-size:30px;margin-bottom: 20px; font-weight:bold!important;}
.jumbotron-tag{line-height:20px;}
.jumbotron-tag a{color:#ffffff;}
.search h6{display:none;}
.study-trend h6, .skills-band h6 {font-size: 14px; line-height: 16px;font-weight: bold;}
.box-info a h5{font-size:18px;line-height:18px; }
.recommended-band .box-info a h6{font-size:14px;line-height:16px; color:#010101; font-weight:600;}
.adv-band{display:none;}
.copyright-band p{font-size:12px;}
.skills-band{ background-color: #f5f5f5; padding:20px 0;}
.footer-band{display:none;}
.desktop-image{display:none;}
.box-image {float: left;padding: 5px 5px 0 0;width: 125px;display: block;}
.carousel-row{padding:0px 5px!important;}
.search-col{padding:15px!important; text-align:center;}
.popular-band{background-color: #fff; padding:20px 0;}
.box-caption {top: 0px;padding:10px;}
.box h5{font-size:16px; line-height:16px;}
.box-caption span {font-size:12px;}
.box-caption .clear {display:none;}
.recommended-band .box-info{padding:8px 0;}
.study-band .box-info{padding:5px;}
.box-info{padding:15px;}
.box-info ul {padding: 0px;}
.box-info ul li a {font-size:13px; line-height:14px;}
.grey-band h3,.resume-upload h3, .article-band h2, .white-band h2{font-size:24px;font-weight:normal;}
.white-band h3{font-size:22px;}
.adv-5 {width: 100% !important;padding: 0 10px 0 0!important;}
.box-caption .btn{display:none;}
.mobile-banner{display:block!important;}
.desktop-banner{display:none!important;}
.skills-band h2, .popular-band h2, .study-band h2{font-size:23px;line-height:22px;}
.box-course{padding:0px 15px;}
.recommended-band .box-course{text-align: center; padding:0px;}
#mobile-form{display:block;}
.ipad-form{display:none;}
.box-info ul.dashed > li {text-indent: -14px;}
.navbar-static-top {right: 0;left: 0;}
.recommended-band .col-sm-2{padding:0 15px;}
.recommended-hidden{display:none} 
}
@media (min-width: 450px) {
.box-info ul.dashed > li {text-indent: -5px;}
.study-band .box-info {padding:5px 12px;}
.logo-mobile { display: block;}
.logo-mobile img{width:100px; margin-bottom:10px;}
.navbar-brand {display: none;}
.sign-title {display: block;}
.employer-mobile {display: block !important;}
.employer-desktop {display: none !important;}
.moblie-sign {display: block !important;}
.sign {display: none !important;}
.advance{display:block;}
.adv-popular{display:none;}
.search-col{padding: 0 15px!important;}
.mobile-footer{display:block;}
.desktop-footer{display:none;}
.mobile-footer a{font-size:19px;}
.search h6{display:block;}
.jumbotron p {margin: 0px 0px !important;}
.jumbotron p, .jumbotron-tag a {color: #dadada;}
.bg-color{background-color: rgba(0, 0, 0, 0.5); padding-top: 100px;padding-bottom: 0px;}
.feature-title p { font-size: 12px;line-height: 15px;}
.box-caption {top: 18px;padding:10px;}
.box h5{font-size:18px; line-height:20px;}
.box-caption .btn {display: inline-block;}
.box-info {padding: 35px 20px;}
.recommended-band .box-info{padding:20px;}
.box-info ul li a {font-size: 14px;line-height: 16px;}
.carousel-row{padding:0px!important;}
.mobile-banner{display:none!important;}
.desktop-banner{display:block!important;}
#mobile-form{display:block;}
.ipad-form{display:none;}
.recommended-hidden{display:none}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
.recommended-hidden{display:none}
}

@media (min-width: 768px) {
.recommended-hidden{display:block}
}
@media (min-width: 768px) and (max-width: 999px) {
.keyword-title{display:none;}
.box-info ul.dashed > li {text-indent: -5px;}
.carousel-row{padding:0px 5px!important;}
.navbar-static-top{position:relative;}
.float-menu-bar {display: none;}
.navbar-toggle{display:block!important;}
.navbar-brand img{width:125px;}
.navbar-nav>li{float:none;!important}
.navbar-static-top{position: fixed;right: 0;left: 0;}
.box-caption .clear {margin-top:10px;}
.sign-title {display: block;}
.employer-mobile {display: block;}
.employer-desktop {display: none !important;}
.moblie-sign {display: block !important;}
.sign {display: none !important;}
.resume-upload h3{font-size:20px;}
.resume-upload p{font-size:18px;}
.box-course{padding:0px 20px;}
.box-info a h5{font-size:23px;line-height:26px; color:#000;margin:0px;}
.footer-bottom-band{display:block;}
.jumbotron h1 {font-size: 35px;margin-bottom: 25px;text-shadow: 2px 2px 8px #999;}
.feature-title p{font-size: 12px;line-height: 16px;}
.search h6{display:block;}
.jumbotron .btn,.resume-upload .btn{font-size: 16px;}
.white-band,.article-band{background-color: #ffffff;}
.grey-band{background-color:#f5f5f5;}
.jumbotron h6, .white-band h2{ font-size:24px; font-weight:300!important;}
.white-band h3{font-size:20px;}
.grey-band h3, .resume-upload h3, .article-band h2, .white-band h2 span, .white-band h2{font-size:24px;font-weight:bold!important;}
.resume-upload p{font-size:14px;}
.upload-btn {margin-top:5px;}
.view-all{ margin-top: 15px;}
.grey-band, .adv-band{display:block;}
.mobile-adv-1, .mobile-adv-2{display:none;}
.desktop-adv-1, .desktop-adv-2{display:block;}
.box h5{ font-size:16px; font-weight:bold!important;}
.box h3 {font-size:18px;color:#797979!important;}
.box-caption {top: 0px;padding: 5px 0px;}
.box-info {padding: 15px;}
.recommended-band .box-info{padding:8px 0;}
.box-info ul li a {font-size: 12px; line-height: 14px;}
.box-caption h5 {font-size:18px; line-height:20px;}
.box-info a p {min-height: 68px;}
.recommended-band .box-info a span {min-height: 0;}
.box-info a h5{font-size:18px;line-height:26px; color:#000;margin:0px;}
.recommended-band .box-info a h6{font-size:14px;line-height:16px; color:#010101; font-weight:600;}
.white-band h3{margin-bottom:25px!important;}
.skills-band { background-color: #fff; padding: 20px 0;}
.logo-mobile { display: block;}
.navbar-brand {display: none;}
.nav>li>a {padding: 10px 15px!important;}
.navbar-header{float:none!important;}
.advance{display:block;}
.adv-popular{display:block;}
.search-col{padding: 0!important;}
.mobile-footer{display:block;}
.desktop-footer{display:none;}
.mobile-footer a{font-size:19px;}
.navbar-brand{padding:12px 15px!important;}
.jumbotron{padding-top: 40px!important; padding-bottom:0px!important;}
.bg-color{background-color:transparent;  padding-top: 50px;}
.carousel-control{top:-20px!important;}
.navbar-nav .open .dropdown-menu>li>a{line-height: 20px;}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{padding: 5px 15px 5px 25px;}
.navbar-nav .open .dropdown-menu {position: static;float: none;width: auto; margin-top: 0;background-color: transparent;border: 0;-webkit-box-shadow: none;box-shadow: none;}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {color: #9d9d9d;}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {color: #fff;background-color: transparent;}
.input-group-addon .btn:hover {background-color: #68a847 !important;color:#fff!important;}
.input-group-addon{background-color: #68a847;padding: 0px 0px;border-radius: 0px; border:0px none;text-align: left;}
.form-control{box-shadow: inset 0 0px 0px rgba(0,0,0,.075);}
.popular .box-info .btn{margin:5px 0px;}
/*placeholder setting*/
input::-webkit-input-placeholder { font-size: 13pt; padding-left:50px;  }
input::-moz-placeholder { font-size: 13pt; padding-left:50px;}
input:-ms-input-placeholder { font-size: 13pt; padding-left:50px; }
input:-moz-placeholder { font-size: 13pt; padding-left:50px; }
input.other::-webkit-input-placeholder { font-size: 13pt; color: red; padding-left:50px;}
input.other::-moz-placeholder { font-size: 13pt; color: red; padding-left:50px;}
input.other:-ms-input-placeholder { font-size: 13pt; color: red;padding-left:50px; }
input.other:-moz-placeholder { font-size: 13pt; color: red; }
.mobile-banner{display:none!important;}
.desktop-banner{display:block!important;}
#mobile-form{display:none;}
.ipad-form{display:block;}
.skills-band h2, .popular-band h2, .study-band h2 {font-size: 24px;line-height: 26px;}
.recommended-band .col-sm-2{padding:0;}
}
@media (min-width: 1000px) {
.box-info ul.dashed > li {text-indent: -5px;}
.navbar-static-top{position:relative;}
.float-menu-bar{display:block;}
.float-menu .navbar-brand img{width:120px; }
.float-menu .navbar-brand{padding:13px 10px!important;}
.float-menu  .dark-band{padding-left:20px;}
.mobile-search-cnt{display:none;}
.navbar-header{float:left!important;}
.navbar-nav>li{float:left!important;}
.navbar-toggle{display:none!important;}
.moblie-sign {display: none !important;}
.sign {display: block !important;}
.sign-title {display: none;}
.mobile-search-btn{display:none;}
.box-caption .clear {margin-top:-12px;display:block;}
.search-row{display:block;}
.logo-mobile { display: none;}
.navbar-brand {display: block;}
.navbar-brand img{width:138px;}
.nav > li > .btn {margin-top:4px; padding: 0 8px!important;border-radius: 3px!important;}	
.adv-popular{display:block;}
.jumbotron h1 {font-size: 35px;margin-bottom: 25px;text-shadow: -1px 2px 4px #666;}
.jumbotron p{font-size: 15px;}
.external { width: 970px!important; padding:0px;}
.navbar-default {padding: 5px;}
.nav > li {border-bottom: 0 none !important;}
.navbar-nav > li >a{padding: 21px 15px; font-size:15px;line-height:30px;}	
.box-course{padding:0px 20px;}
.recommended-band .box-course{padding:0px;}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-menu {display: block;}
.col-btn-width{width:31%;}
.grey-band{background-color: #f5f5f5;}
.white-band,.study-band{background-color: #ffffff;}
/* study row*/
.study-band{padding-top:60px;padding-bottom:15px;}
.study-band h2{margin-bottom:20px;font-size:34px;line-height:36px;}
.study-trend h6{font-size:16px; line-height:20px; font-weight:bold;}
.study-band .col-sm-3{padding:0px 5px!important;}
.popular-band{padding-top: 42px;padding-bottom: 50px;background-color:#f5f5f5;}
.skills-band{background-color:#ffffff;padding-top:42px; padding-bottom:17px;}
.skills-band h2, .popular-band h2{font-size:34px;line-height:36px;margin-bottom:20px;}
.skills-band h6{font-size:16px; line-height:20px; font-weight:bold;}
.skills-band .col-sm-3{padding:0px 5px!important;}
.popular-band .col-sm-3{padding:0px 5px!important;}
.popular-band .box{min-height:300px;}
.popular-band .box-info{padding:12px 22px;}
.grey-band, .adv-band{display:block;}
.carousel-row{padding:0px!important;}
.box {background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;}
.recommended-band .box-info{padding:8px 0;}
.recommended-band .box {border-right: 1px dashed #e8e8e8; border-left: 0;}
.recommended-band .col-sm-2{padding:0;}
.recommended-band .row .col-sm-2:first-child  .box{border-left: 1px solid #e8e8e8;}
.recommended-band .row .col-sm-2:last-child  .box{border-right: 1px solid #e8e8e8;}
.study-band .box-info, .box-info{padding:10px 20px;}
.box-caption {top: 20px;padding:20px 10px;}
.box-caption span{font-size:13px; line-height:15px;}
.box-info ul {padding-left: 20px;}
.box-info a p {min-height: 68px;}
.recommended-band .box-info a span {min-height: 0; margin:0;}
.box-caption h5 {font-size:20px; line-height:23px;}
.box-info a h5{font-size:23px;line-height:26px; color:#000;margin-top: 8px;}
.box-info ul li a {font-size:14px; line-height:16px;}
.mobile-banner{display:none!important;}
.desktop-banner{display:block!important;}
.jumbotron{padding-top: 66px!important; padding-bottom:0px!important;}
.bg-color{background-color:transparent;  padding-top: 0px;}
.copyright-band p{font-size:16px;}
.jumbotron p strong{ font-size:17px;}
.search-col{padding: 0!important;}
.search-col-btn{padding: 0 0 0 12px!important;}
.mobile-footer{display:none;}
.desktop-footer{display:block;}
.mobile-footer a{font-size:19px;}
.adv-5 {width: 20% !important;padding: 0 10px 0 0!important;}
.navbar-brand{padding:13px 15px!important;}
.article-band h2{font-size:24px;font-weight: normal!important;line-height:26px;}
.jumbotron p, .jumbotron-tag a {color: #fff;font-size:12px; line-height:14px;}
.grey-band h3, .resume-upload h3{ font-size: 28px;font-weight:500 !important;}
.explore h2{ font-size:30px; line-height:40px;font-weight:900;}
.white-band h2, .grey-band h2{font-size:34px;line-height:36px;font-weight:normal;color:#000000;margin-bottom:20px;}
.white-band h3{font-size:28px; font-weight:300!important;}
.desktop-image{display:block;}
.box-image{display:none;}
.footer-band{display:block;}
.popular .box-info .btn{margin:5px 0px;}
.float-menu .btn{padding:9px 8px; font-size:12px;}
.box-info a h5{font-size:23px;line-height:26px;}
.recommended-band .box-info a h6{font-size:13px;line-height:16px;font-weight: bold; color:#010101; margin-bottom: 20px;min-height: 32px;}
.popular .box-info a h5{font-size:20px;line-height:22px;}
.popular .box-info .btn{margin:5px 10px 0 0;}
.browser {margin-top: 20px;text-align: center;font-size: 18px;line-height: 20px;}.box-info ul.dashed > li {text-indent: -5px;}
input::-webkit-input-placeholder { font-size: 13pt; padding-left:50px;  }
input::-moz-placeholder { font-size: 13pt; padding-left:50px; margin-left:40px;}
input:-ms-input-placeholder { font-size: 13pt; padding-left:50px; }
input:-moz-placeholder { font-size: 13pt; padding-left:50px; margin-left:40px;}
.keyword-title{display:block;}	
}
@media (min-width: 1200px) {
.box-caption .clear {margin-top:18px;display:block;}
.navbar-default {padding: 10px;}
.float-menu .navbar-brand img{width:138px; }
.float-menu  .dark-band{padding-left:44px;}
.nav > li > .btn {margin-top:8px;padding: 0 10px!important;}
.box h5{font-size: 20px; line-height:22px;font-weight: 500!important;}
.float-menu .btn{padding:9px 10px; font-size:15px;}
.jumbotron h1 {font-size: 35px;margin-bottom: 25px;text-shadow:none;}
.navbar-brand{padding:10px 15px!important;}
.view-all {text-align:right;}
.browser{margin-top:20px;text-align:center;font-size:18px;line-height:20px;}
.browser p{font-size:18px;line-height:20px;}
.feature-title{margin-top:50px;}
.feature-title p{color:#c4c4c4!important; font-size:12px;line-height:16px; font-weight:bold;}
}
