/************************************************

Stylesheet: Mobile Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/
/*
	A. Typography
	B. Button
	C. Grid
	D. Background-image
	E. Pagination
*/


/* A.Typography */

.grey-section {
    background-color: #f3f3f3;
}

.row.fb-feeds {
    display:none;
}

.ice-registration-container h1,
.upcomming-events-header h1{
        color: #0B2348;
}
.ice-registration-container h1 {
    font-size: 21px;
}
.ice-reg-wrap img {
    width: 180px;
}
a {
	color: #034EA2;
	transition: background-color .25s ease-out,color .25s ease-out;
}
a:focus, a:hover {
    color: #FDB813;
}
p {
	font-size: 10px;
}
body, h2, .font-lato {
	font-family: 'Lato', sans-serif;
}
.text-light {
	font-weight: 300;
}
.text-bold {
	font-weight: 700;
}
.text-ultra-bold {
	font-weight: 900;
}
.font-roboto-slab,
.font-roboto-slab p {
	font-family: 'Roboto Slab', serif;
}
.roboto-slab-light,
.roboto-slab-light p {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}
.roboto-slab-bold {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
}
.btn-lg {
    font-size: 23px;
    padding: 10px 14px;
    font-family: 'Roboto Slab', serif;
}
.with-border,
.flexi-content-container h2,
.entry-content h2
 {
	line-height: 1;
    margin-bottom: 0;
 	font-size: 20px;
}
.with-border.center {
	display: inline-block;
}
.with-border.center::after {
	margin: 16px auto;
}
.with-border::after,
.flexi-content-container h2::after,
.entry-content h2::after,
.flexible-content h2::after {
	content: ''; 
    display: block;
    height: 3px;
    width: 54px;
    margin: 10px 0;
}

.with-border.yellow::after,
.flexi-content-container h2::after,
.entry-content h2::after,
.flexible-content h2::after {
 	background-color: #FDB813;
}
.with-border.white::after {
 	background-color: rgba(255, 255, 255, 0.90);
}
.entry-content h3,
.flexi-content-container h3,
.flexible-content h3 {
	color: #034ea2;
}
.entry-content h4,
.flexi-content-container h4,
.flexible-content h4 {
	color: #fdb813;
}

.entry-content ul.accordion {
	margin-left:0 !important
}

.section-header {
    margin-bottom: 20px    
}

.entry-content .text-center h2::after {
    margin-left: auto !important;
    margin-right: auto !important;
}

.no-post {
	font-weight: 300;
	margin-bottom: 0;
}
.no-padding {
	padding: 0;
}

.page-numbers,
.page-numbers.current {
	font-family: 'Lato', sans-serif;
	color: rgba(11,35,72,0.65);
	font-size: 12px;
	 padding-right: 4px;
}
.page-numbers.current {
	color: #0B2348;
}
/* B.Button */
.call-to-action a, a.button {
	color: #FFF;
}

.call-to-action.btn-secondary a{
    font-size: 12px;
    padding: 6px 24px;
}

.call-to-action.btn-yellow a, a.btn-yellow, button.btn-yellow {
color: #FFF;
 background-color: #FDB813
}

.call-to-action.btn-yellow a:hover, a.btn-yellow:hover, button.btn-yellow:hover {
 color: #FFF;
}
.call-to-action.btn-dark-blue a, a.btn-dark-blue, button.btn-dark-blue {
	background-color: #0B2348;
}
.call-to-action.btn-white a, button.btn-white, a.btn-white {
	background-color: #FFF;
}
.btn-opc, .btn-opc-wh {
	background-color: transparent;
	border: 1px solid rgb(255, 255, 255);
}
.btn-opc:hover {
	background-color: #FFF;
}
.call-to-action.btn-blue a, a.btn-blue, button.btn-blue {
	background-color: #0B2348
}

.btn-opc-wh:hover {
	background-color: #FFF;
	color: #0B2348;
}
.privacy:hover {
	color: #FDB813;
}

.full-width-btn {
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 10px;
	color: #FFF;
}

.btn-yellow.full-width-btn:hover,
a.btn-yellow:hover,
button.btn-yellow:hover,
.call-to-action.btn-yellow a:hover{
	background: #034EA2;
}

.call-to-action.btn-transparent a, a.btn-transparent, button.btn-transparent {
	background-color: transparent;
	border: 1px solid #0B2348;
	color: #0B2348;
}
.call-to-action.btn-transparent a:hover, 
.call-to-action.btn-transparent a:focus, 
a.btn-transparent:hover, a.btn-transparent:focus,
button.btn-transparent:hover, button.btn-transparent:focus{
	background-color: #0B2348;
	color: #FFF;
}

.secondary-full-width-cta {
	margin: 60px 0 40px;
}

.secondary-full-width-cta {
	background-color: #034EA2;
}
.secondary-full-width-cta:hover {
	background-color: #FDB813;
	color: #FFF;
}
/* C.Grid */

.v-align {
	display: table;
	height: 100%;
	width: 100%;
}
.t-cell {
	display: table-cell;
	vertical-align: middle;
}
.row.full-width {
	max-width: 100%;
}

/* D. Background-image */
.bg-mask-dark-blue-90::before {
	background-color: rgba(11,35,72,0.90);
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.bg-mask-dark-blue-75::before {
	background-color: rgba(11,35,72,0.75);
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.call-to-action {
	display: inline-block;
    padding: 20px 0;
}
.call-to-action a {
	font-size: 12px;
	padding: 8px;
    text-transform: uppercase;
}
.call-to-action.dark-blue a,
.call-to-action a {
    background-color: #0B2348;
    color: #FFF;
}

.call-to-action.dark-blue a:hover,
.call-to-action a:hover  {
	background-color: #FDB813;
}

.group-post-header:after {
	background-color: #CCC;
	content: '';
	height: 1px;
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
}
.group-post-header h1 {
	color: #0B2348;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 0;
}
.group-post-header a {
	font-size: 12px;
	padding-top: 9px;
}

.bar-link a {
	background-color: #FDB813;
    font-size: 14px;
    color: #FFF;
    padding: 12px;
    width: 100%;
    display: block;
    text-align: center;
}
.bar-link a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
	width: 24px;
	height: 16px;
	margin-left: 6px;
	background-repeat: no-repeat;
	background-image: url(../images/arrow-right.png);
}
.bar-link a:hover {
	background-color: #0B2348;
}

.subpage-banner-content h2.info-session-title {
    color: #FFF;
}

.fc-time {
	display: none;
}

.flexible-content .content {
	padding-bottom: 24px;
}

.contacts .info-session-wrap .inner {
	 background-color: #FDB813;
}
.latest-news-single .single-blog-date {
	display: none;
}
.latest-news-single .single-blog-title {
	padding-left: 0;
}
.lnc .blog-wrap {
	padding-left: .9375rem;
}
.slick-slide {
	outline: 0;
}
/**********
off-canvas
*********/
.off-canvas-wrapper {
	background-color: #4D4D4D;
}

.off-canvas {
	background-color: transparent;
}

.off-canvas .menu  {
	text-transform: uppercase;	

}

.off-canvas .menu  a {
	color: #FFF;

}

/*bg-parallax*/

.viewport {
	background-color: #FFF;
	position: relative;
	z-index: 1;
}

.hero-bg-parallax {	
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
}

.entry-content .filter-option-wrap h2:after {
	display: none;
}


/* Contact Form */
.application-form .gform_wrapper input[type=text], .gform_wrapper textarea {
	background-color: rgba(3,78,162,0.15);
    box-shadow: none;
    border: none;
    padding: 8px;
}
.application-form .gform_wrapper .left_label textarea.medium,
.application-form .gform_wrapper .left_label input.large {
	width: 75% !important;
	text-indent: 0;
}
.application-form .gform_wrapper .ginput_complex label {
	display: none;
}
.application-form .gform_footer input[type=text] {
	background-color: #FDB813;
	color: #0B2348;
	font-family: 'Roboto Slab', serif;
}
.application-form .gform_wrapper .gform_footer input[type=submit] {
	width: 76%;
    background-color: #FDB813;
    color: #0B2348;
    font-family: 'Roboto Slab', serif;
}
.application-form .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #034ea2;
	color: #FFF;
}

.application-form .gform_wrapper .gform_footer {
	width: 80%;
}

.text-no-jobs {
	text-align: center;
}

.contact-form .ginput_container{
    width: 100% !important;
}

.contact-form div.ginput_container_name .name_last{
	    padding-right: 0;
	}
	
body .registration-form .gf_basic_field input.large,
body .registration-form .gf_basic_field select.large{
    width: 100% !important;
}

div.ginput_container_name span.name_last{
    padding-right:0;
}

.gform_wrapper .registration-form  .left_label li.field_sublabel_below .gfield_label{
    margin: 0 3px 0 0 !important;
}

/*********************
HEADER STYLES
*********************/
.home .header {
	z-index: 3;
}
.header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.site-logo i {
	color: #FBFFFA;
	font-size: 9px;
}
.top-bar {
	padding: 7px;
}
.top-bar, .top-bar ul {
	background-color: transparent;
}
.page-applicant .top-bar .top-bar-right {
    display: none;
}
.enquire-btn-top {
	display: none;
	font-weight: 700;
}
.site-logo {
	background: transparent none no-repeat scroll left center / contain;
	height: 41px;
	margin: 15px 0px 0px 0px;
	width: 170px;
	padding: 0px 0px 0px 37px !important;
	color: #FFF !important;
	line-height: 1.3 !important;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
}
.btn-blk {
	width: 100%;
}
.button-register {
	background-color: #FDB813;
	font-size: 14px;
	text-transform: uppercase;
	padding: 6px 8px;
}
.top-bar-left, .top-bar-right {
	width: auto;
}
.top-bar-right .menu > li:not(.menu-text) > a {
	padding: 4px 0;
	display: inline-block;	
}
.top-bar-right .menu > li:not(.menu-text) > a.link-mn{
	margin-left: 5px;
	padding-top: 0;
}
.top-bar-right .top-header-button {
	color: #FFF;
	width: 89px;
	text-transform: uppercase;
	font-size: 9px;
	white-space: pre;
	background-color: #034EA2;
}
.top-bar-right .top-header-button:hover {
	background-color: #FDB813;
}
.top-bar-right {
	padding-top: 6px;
	font-family: 'Roboto Slab', serif;
}
.top-bar-right .menu {
	float: right;
}
.top-bar-right .fa-phone {
	color: #FDB813;
	text-shadow: 3px 2px 0px #000;
	font-size: 14px;
}
.hamburger-icon span {
	display: block;
	height: 3px;
	margin: 5px 0;
	width: 26px;
	background-color: #FFF;
}
.top-bar-bottom {
	clear: both;
}
.top-bar-bottom .menu > li:not(.menu-text) > a {
	padding: 6px;
	color: #FFF;
}
.top-bar-bottom .menu {
	float: right;
	padding-top: 6px;
}

.top-cta-list li {
    margin-bottom: 4px;
}

/*****************
HELPERS
******************/

.logo-wrap {
	background-size: contain;
}

.bg-helper {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg-img-2 {
	background-image: url('../images/banner-img-2.jpg');
}

.bg-img-3 {
	background-image: url('../images/banner-img-3.jpg');
}

.bg-img-4 {
	background-image: url('../images/banner-img-4.jpg');
}


/*section*/

.section {
	padding: 12px 0 12px;
}

.with-quotes::after,
.with-quotes::before {
	content: "";
	display: block;
	background-image: url('../images/quotes.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: -28px;
	height: 51px;
	width: 56px;
	margin-top: -26px;
	opacity: .9;
	zoom:0.5;
	-moz-transform:scale(0.7);
}

.no-margin-top {
	margin-top: 0px;
}

.with-quotes::after {
	left: auto;
	right: -28px;
	background-position: -1px -48px;
}

.border-lif-wrap {
	position: relative;
}
.border-lif-wrap:focus {
	outline: 0 !important;
	border: 0;
}

.border-lif {
	position: absolute;
	display: inline-block;
	width: 33px;
	height: 34px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,255,255,0);
}

.border-lif-top-left,
.border-lif-top-right {
	top: 0px;
	border-top-color: #0B2348;
}

.border-lif-bottom-left, 
.border-lif-bottom-right {
	bottom: 0px;
	border-bottom-color: #0B2348;
}

.border-lif-top-left,
.border-lif-bottom-left {	
	left: 0px;
	border-left-color: #0B2348;
}

.border-lif-top-right,
.border-lif-bottom-right {
	right: 0px;
	border-right-color: #0B2348;	
}

.orange-dots .slick-dots li button {
	height: 14px;
	width: 14px;
}

.orange-dots .slick-dots li button::before {
	content: "";
	background-color: transparent;
	border-radius: 100%;
	opacity: 1;
	border: 1px solid #FDB813;
	height: 14px;
	width: 14px;
}

.orange-dots .slick-dots li button::before:hover {
    background-color: rgba(253, 184, 19, 0.29);
}

.dropdown.menu .is-dropdown-submenu-parent a::after {
	display: none !important
}

.orange-dots .slick-dots li.slick-active button::before  {
	background-color: #FDB813;
}

.testimonials-content .slick-dots {
	bottom: -115px;
}

.employers-directory .slick-prev, 
.employers-directory .slick-next,
 .member-slider .slick-prev, 
.member-slider .slick-next {
	width: 20px;
    height: 33px;
}
.employers-directory .slick-prev
.member-slider .slick-prev {
	left: -30px;
}
.employers-directory .slick-next,
.member-slider .slick-nex {
	right: -30px;
}
.employers-directory .slick-prev:before,
.member-slider .slick-prev:before {
	background-image: url(../images/left-arrow.png);
} 
.employers-directory .slick-next:before,
.member-slider .slick-next:before {
	background-image: url(../images/right-arrow.png);
} 
.member-slider .slick-arrow {
	    top: 35%;
}
.slick-arrow:before {
	background-repeat: no-repeat;
	background-position: center;
	 background-size: cover;
	height: 33px;
    width: 18px;
    display: block;
    font-size: 0;
}

.close-btn {
	    position: absolute;
    right: 8px;
    top: 7px;
    font-size: 17px;
    border: 1px solid #B3B3B3;
    display: block;
    border-radius: 100%;
    height: 24px;
    width: 24px;
    line-height: 1;
    text-align: center;
    color: #B3B3B3;
    cursor: pointer;
}
.modal-on {
	overflow: hidden;
}
.career .inner-fs-modal .fs-content {
	max-width: 100%;
}
.career .gfield [type=file] {
	margin-bottom: 0;
}
.career .gf_input label {
	 line-height: 27px;
}

.career .gform_wrapper .left_label div.ginput_complex,
.career .gform_wrapper .left_label textarea.medium {
	width: 69%;
}
.career .gform_wrapper .left_label div.ginput_complex input {
	font-size: 10px;
}
.career .gform_wrapper .gfield input {
	    padding: 4px;
    text-indent: 0;
}
body .career .gform_wrapper .gform_footer.left_label {
	    margin-left: 24.5%;
}
.career .gform_wrapper .gform_footer input.button {
	width: 86%;
	    font-size: 12px;
}
/*********************
HERO STYLES
*********************/
.hero-container {
	position: relative;
}
#hero_bgvid {
	position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    background-size: cover;
    display: none;
}
.home .hero-bg {
	z-index: 2;
	  position: relative;
}
.home .hero-container:before {
	z-index: 2;
}
.hero-container:before {
	content: '';
	background-color: rgba(11, 35, 72, 0.65);
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.hero-bg {
	background: no-repeat 50% 32%;
	background-size: cover;
	height: 100vh;
	width: 100%;
}
.hero-content {
	color: rgb(255, 255, 255);
	margin: 0px auto;
	position: relative;
	text-align: center;
	top: 180px;
	width: 80%;
}

.hero-content h1 {
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
}
.hero-content p {
	font-weight: 100;
	font-size: 10px;
	margin-bottom: 12px;
	font-family: 'Roboto Slab', serif;
	line-height: 1.4;
}
.button-play {
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 55px;
	margin: 0px auto;
	width: 55px;
}

/*********************
STUDENT COUNT SECTION STYLES
*********************/
.student-count-container {
	padding: 8px;
}
.student-count-content .number {
	color: #FDB813;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 4px;
	text-shadow: 2px 1px 0px #000;
	display: block;
	font-weight: 900;
}
.student-count-content  p {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 0;
}

/*********************
REGISTRATION SECTION STYLES
*********************/
.registration-bg {
	background: no-repeat center;
	background-size: cover;	
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
.registration-bg:before {
	background-color: rgba(23, 71, 145, 0.90);
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.registration-content {
	padding: 8px 16px;
	position: relative;
	width: 100%;
}
.registration-content .rounded {
	font-family: "Roboto Slab", serif;
	background-color: #0B2348;
	color: #FFF;
	border-radius: 100%;
	box-shadow: 0px 0px 0px 12px rgba(19, 52, 104, 0.75);
	display: block;
	font-size: 8px;
	height: 128px;
	line-height: 1.2;
	margin: 0 auto;
	padding: 44px 3px 0px 3px;
	text-align: center;
	width: 128px;
	transition: box-shadow .25s ease-out;
}

.registration-content .rounded span {
	color: #FDB813;
	font-size: 19px;
	transition: all .25s ease-out;
}

.registration-content .rounded:hover {
	box-shadow: 0px 0px 0px 12px #0B2348;
}


.registration-content .rounded:hover span {
	transform: scale(1.1);
	zoom: 1.1;		
}

.inner-box-w {
	max-width: 230px;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
}

.inner-box-w img {
	margin-bottom: 10px;
}

.registration-content .box-image {
	min-height: 240px;
}

.registration-content a{
	color: #FFF;
} 
.registration-content .lg-text{
	font-size: 29px;	
    line-height: 105%;
    color: #fcb813;
    margin-bottom: 10px;
}




/*********************
TESTIMONIALS SECTION STYLES
*********************/
.testimonials-content {
    padding: 20px 0;
}

.testimonials-content .events-img-wrap .ts-img {
  height: 300px;
  background-size: contain;
}

.events-img-wrap {
   margin-bottom: 16px;
}

.testimonials-img-wrap .ts-img {
	height: 200px;
}

.testimonials-content .border-lif-wrap {
    padding: 20px;
    margin: 25px 20px 75px;
}

.testimonials {
	position: relative;
}
.testimonial {
	padding-left: 5px;
	padding-right: 5px;
}

.testimonial h1 {
	color: #FDB813;
	font-size: 16px;
}
.testimonial p {
	color: #0B2348;
	font-size: 10px;
	font-weight: 300;
}
.testimonial .name {
	margin: 0;
	line-height: 1;
}
.qoute {
	margin-bottom: 4px;
}
.testimonials-rows .client-photo {
	height: auto;
}
.testimonials-rows p {
	font-family: 'Lato', sans-serif;
    font-size: 10px;
    margin-bottom: 20px;
    line-height: 1.4;
}
.testimonials-rows .qoute {
	height: 18px;
}
/*********************
INFO SESSION SECTION STYLES
*********************/

.info-sessions-container .info-session-desc {
        max-width: 768px;
        margin: 0 auto 30px;
    }


.info-sessions-container {
	background-image: url('../images/banner-2.png');
	padding: 10px 10px;
}

.info-session-desc {
	margin-bottom: 30px;
}

.info-sessions-content {
	border: 1px solid #FFF;
	padding: 10px 5px;
}
.info-sessions-content h1 {
	font-size: 32px;
	text-transform: uppercase;
}
 .info-sessions-content .subtitle {
	font-weight: 300;
}
.info-session-wrap .inner {
	background-color: rgba(253, 184, 19, 0.85);
	border-radius: 8px;
	padding: 8px;
	position: relative;
	margin: 8px 0;
}
.info-session-wrap img {
	height: 42px;
	position: absolute;
	top: 0px;
	left: 8px;
}

.inner-session {
	position: relative;
}
.info-session-date {
	border-right: 1px solid #0B2348;
	position: absolute;
	top: 0px;
	left: 12px;
	padding: 0px 10px;
}

.hero-info-listings .info-session-date {
	text-align: center;
}

.info-session-details {
    padding-left: 72px;
    padding-right: 10px;
    text-align: left;
    min-height: 70px;
}

.with-ribbon::before {
	background-image: url('../images/ribbon.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	content: "";
	position: absolute;
	display: block;
	height: 41px;
	width: 15px;
	top: -8px;
	left: 0px;
}

.info-session-month, .info-session-title {
	text-transform: uppercase;
}
.info-session-day, .info-session-title, .entry-content .info-session-title {
	color: #FFF;
}
.info-session-month, .info-session, .info-sessions-content h1,.info-sessions-content .subtitle {
	color: #0B2348;
}
.info-session-month, .info-session-title {
	margin-bottom: 0
}
.info-session-month {
	font-size: 12px;
}
.info-session-day {
	font-size: 20px;
	line-height: 1.2;
}
.info-session-title, .entry-content .info-session-title {
	font-size: 15px;
}
.info-session {
	font-size: 9px;
	font-weight: 300;
	margin-bottom: 18px;
	font-family: "Roboto Slab", serif;
	line-height: 1.3;
}
.info-session-wrap .button {	
	text-transform: uppercase;
	width: 100%;
	font-size: 17px;
	padding: 6px 0px;
	margin-bottom: 0px;
	color: rgb(11, 35, 72);
}
.info-session-main .no-post {
	font-size: 14px;
}

.hero-info-listings {
	display: none;
}
.hero-info-listings .info-session-wrap .btn-wrap .button {
	color: #FFF;
}

.hero-info-listings .info-session-wrap .btn-wrap .button:hover {
	color: rgb(11, 35, 72);
}


.hero-info-listings .info-session-wrap .btn-wrap  {
	margin-top: 9px;
}



/*********************
UPCOMMING EVENTS SECTION STYLES
*********************/

.upcomming-events-header {
	padding-top: 13px;
}

.upcomming-events-header h1 {
	font-size: 21px;
}
.upcomming-events-header a {
	margin-top: 10px;
	font-size: 12px;
}
.event-title {
	font-family: "Roboto Slab", serif;
	background-color: #174791;
	color: #FFF;
	padding: 4px 0px;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 300;
}
.event-wrap {
	margin-bottom: 20px;
}
.event-wrap h2 {
	font-size: 16px;
    padding: 8px 36px;
}
.event {
	padding-bottom: 8px;
	padding-top: 8px;
	position: relative;
	padding-left: 85px;
}
.event-date {
	position: absolute;
	left: 10px;
	padding: 0px 5px;
	width: 62px;
}
.event-month {
	color: #0B2348;
}
.event-date {
	border-right: 1px solid #CCC;
}
.event-month {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.event-day {
	color: #FDB813;
	font-size: 27px;
	line-height: 1;
}
.event-desc {
	font-size: 16px;
	line-height: 1.4;
	padding-top: 5px;
	font-weight: 400;
}
.event-info {
	font-weight: 300;	
}
.events .no-post {
	font-size: 14px;
    padding: 8px 16px;
    text-align: center;
}

/*********************
WHY AITC SECTION STYLES
*********************/
.why-aitc-bg {
	background: no-repeat center;
	background-size: cover;
	width: 100%;
	position: relative;
}
.why-aitc-bg:before {
	background-color: rgba(11, 35, 72, 0.90);;
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
}

.why-aitc-content .logo {
	max-width: 88px;
	position: absolute;
	left: 15px;
	top: 46px;
}

.why-aitc-content {
	position: relative;
	padding: 49px 28px;
	max-width: 800px;
	margin: 0 auto;
}

.why-aitc-content h2 {
	font-size: 19px;
	color: #FDB813;
}
.why-aitc-content hr {
	border-bottom: 3px solid #CCC;
	margin: 16px 0px;
	width: 25%;
	margin: 0 auto;
}
.why-aitc-content p {
	font-size: 12px;
	color: rgb(255, 255, 255);
	margin-bottom: 16px;
	font-weight: 300;
}
.why-aitc-content a {	
	font-size: 12px;
	font-weight: 300;
	padding: 6px 24px;
}
/*********************
LATEST NEWS SECTION STYLES
*********************/
/* .lt-blog-3 {
	display: none;
} */

.latest-news-content.row {
	margin-bottom: 40px;	
}
.latest-news-header h1 {
 	color: #0B2348;
	font-size: 22px;
	line-height: 1;
}
.latest-news-container {
	padding: 24px 0;
}
.latest-news-header a {
	font-size: 12px;
	margin-top: 8px;
}

.latest-news-content hr {
	border-bottom: 1px solid #CCC;
	margin-top: 0px;
}
.latest-news {
	margin-bottom: 16px;
}
.latest-news-content .blog-img {
	background: no-repeat center;
	height: 174px;
	width: 100%;
	display: block;
	background-size: cover;
	margin-bottom: 16px;
}
.blog-date {
	border-right: 2px solid #CCC;
	position: absolute;
	left: 8px;
	padding: 0px 5px;
	width: 42px;
}
.blog-month {
	font-size: 12px;
	text-transform: uppercase;
}
.blog-day {
	color: #FDB813;
	font-size: 22px;
	line-height: 1.2;
}
.blog-title {
	font-size: 18px;
	line-height: 1.2;
}
.blog-text {
	font-size: 11px;
	line-height: 1.2;
	font-weight: 500;
}
.blog-month, .blog-title, .blog-text {
	color: #0B2348;
	transition: background-color .25s ease-out,color .25s ease-out;
}


a.blog-link:hover .blog-title, 
a.blog-link:hover .blog-text {
	color: #FDB813
}

.blog-wrap {
	position: relative;
	padding-left: 60px;
}


/*********************
PARTNERS SECTION STYLES
*********************/
.subpage .partners-container {
	margin-top: 25px;
}
.partners-content h1 {
	font-size: 22px;
	line-height: 1.2;
	font-size: 22px;
	line-height: 1.2;
	border-bottom: 1px solid rgba(0, 0, 0, 0.21);
	padding-bottom: 10px;
	margin-bottom: 18px;
}
.partners-content hr {
	border-bottom: 1px solid #CCC;
	margin-top: 0px;
}

.slick-slider.corporate-partners-logo {
	margin-bottom: 0px;
}
.logo.bg-helper {
	height: 48px;
	width: 78px;
	background-size: contain;
	display: inline-block;
}

.small-calendar .ui-selectmenu-button {
	width: auto !important;
}
/*********************
SUBPAGE STYLES
*********************/
.subpage-row {
	max-width: 1115px;
	padding: 100px 0 165px;
}
.subpage .hero-content {
    bottom: 0px;
    top: auto;
    position: absolute;
    width: 100%;
    padding: 0 15px;
}
.subpage .hero-bg {
	height: 282px;
}
.subpage-submenu-container {
    max-width: 977px;
    margin: 0 auto;
}
.subpage-hanging-submenu {
	background-color: rgba(3,78,162,0.15);
	display: table;
    width: 100%;
}
.subpage-hanging-submenu a {
	color: #0B2348;
	text-transform: uppercase;
	font-size: 16px;
	white-space: pre;
}
.subpage-hanging-submenu a:hover { 
	background-color: #FDB813;
}

.subpage-hanging-submenu.menu>li:not(.menu-text)> a {
	padding: 16px 15px;
}
.subpage-hanging-submenu li + li {
	border-left: 1px solid #FFF;
}

.resp-tab-content-active {
	border: none !important;
}
.resp-tabs-list li {
    display: table-cell !important;
    border: none !important;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
}
.resp-tab-content p {
	font-family: 'Roboto Slab', serif;
}
.resp-tab-content ul,
.resp-tab-content ol,
.entry-content ul,
.entry-content ol,
.flexi-content-container ul,
.flexi-content-container ol {
	margin-left: 24px;
	font-weight: 300;
	font-family: 'Roboto Slab', serif;
}
.resp-tab-content ul li,
.resp-tab-content ol li,
.entry-content ul li,
.entry-content ol li,
.flexi-content-container ul li,
.flexi-content-container ol li {
	font-size: 10px;
}
.resp-tabs-list li+li {
    border-left: 1px solid #FFF !important;
}
.resp-tab-active {
	 color: #FFF;
}
.tab-header {
	border-bottom: 1px solid rgba(3,78,162,0.15);
}
.resp-tabs-list {
	max-width: 1122px;
    margin: 0 auto !important;
}
.resp-tab-content {
	padding: 16px 0 0 0;
	max-width: 920px;
    margin: 0 auto;
}
.resp-tab-content-active p {
	font-weight: 300;
}
h2.resp-tab-active {
   background-color: rgba(3,78,162,0.65) !important;
}
/*********************
SUBPAGE BANNER STYLES
*********************/
.subpage-banner-container {
	position: relative;
}
.subpage-banner-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
	width: 100%;
	position: relative;
}
.subpage-banner-bg:before {
	background-color: rgba(3,78,162,0.90);
	content: '';
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.subpage-banner-content {
	position: relative;
	padding: 27px 0;
	margin: 0 auto;
}
.subpage-banner-content .col-1 {
	padding: 0 16px 8px 80px;
}
.subpage-banner-content .logo {
	max-width: 56px;
	position: absolute;
	top: 16px;
	left: 12px;
}
.subpage-banner-content h2 {
	color: #FDB813;
    font-weight: 900;
}
.subpage-banner-content p, .subpage-banner-content .flex-video {
	margin-bottom: 0;
}
.subpage-banner-content p {
	color: #FFF;
	font-weight: 300;
	font-size: 12px;
}
.subpage-banner-video {
	position: relative;
	height: 168px;
    width: 100%;
    border: 1px solid #FFF;
    display: table;
}
.subpage-banner-video .flex-video {
	padding-bottom: 168px;
}	
.video-vhandler {
	    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.banner-video-play-button {
	position: relative;
	display: block;
	height: 64px;
    width: 64px;
    margin: 0 auto;
}
.subpage-banner-video .wp-video {
	width: 100% !important;
}

.subpage-banner-video .mejs-container {
	position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
}
.banner-without-logo .subpage-banner-video {
	margin: 0 auto;
}
.banner-without-logo .subpage-banner-content .col-1 {
	padding: 0 16px 8px 16px;
}
/*********************
SUBPAGES CHILD STYLES
*********************/
.page-template-template-subpage-child .page-title {
	display: none;
}
.page-template-template-subpage-child .entry-content p {
    font-weight: 300;
    line-height: 1.3
}
.page-template-template-subpage-child .subpage-call-to-action-btn {
	background-color: #0B2348;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 16px;
    margin-bottom: 0;
    clear: both;
    margin-top: 16px;
}
/*********************
SUBPAGE CALL TO ACTION STYLES
*********************/
.subpage-call-to-action {
	padding: 20px 0;
}
.subpage-call-to-action h3 {
	font-size: 24px;
	color: #0B2348;
	margin-bottom: 16px;
	font-family: 'Lato', sans-serif;
}
.subpage-call-to-action a {
	font-size: 12px;
	text-transform: uppercase;
	background-color: #034EA2;
}	
.subpage-call-to-action li {
 	padding: 0 16px;
 	display: block;
 	margin-bottom: 2px;
}
.subpage-call-to-action .menu>li:not(.menu-text)>a {
	padding: 16px 0;
}
/*********************
POST STYLES
*********************/
.bar-break {
	height: 50px;
    width: 100%;
    background-color: rgba(3,78,162,0.90);
}
.blog-row-container {
	padding-top: 30px;
}
.article-header {
	display: none;
}
.entry-content p, a,
.subpage-row p,
.employer-hg-section p {
    font-family: 'Roboto Slab', serif;
    line-height: 1.6;
    font-weight: 300;`
}

.entry-content .wp-caption {
	margin: 0 auto;
}

.entry-content h2 {
	color: #0B2348;
	margin-top: 30px;
	font-size: 18px;
	line-height: 1;
}
.subpage .article-header {
	display: none;
}
.subpage .blog-text {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.4;
}
.subpage .blog-title {
	font-size: 18px;
	margin-bottom: 8px;
}

.blog-row:after{
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: rgba(3,78,162,0.15);
    margin: 24px 0;
}
.subpage .btn-read-more {
	margin: 4px 0;
	font-size: 12px;
}
.subpage .read-more-button:hover {
	background-color: #1583cc;
}

.subpage .latest-news-content .blog-img {
	height: 174px;
}
.careers-container {
	max-width: 950px;
}
.blog-month span {
	    font-size: 11px;
    display: block;
    color: #FDB813;
}
.post-single-page .article-header {
	margin-bottom: 16px;
}
.post-single-page .entry-title {
	font-size: 24px;
	color: #0B2348;
}
.post-single-page .article-header span {
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
}
.post-single-page .article-header .close-label {
	color: #FDB813;
    margin-left: 16px;
}
.post-single-page .article-header .close-date {
   color: #0B2348;
}
.post-single-page .entry-content p {
	font-weight: 300;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}
.btn-apply-now {
	font-size: 12px;
	padding: 12px 26px;
	margin: 32px 0;
}
.single .blog-day {
	font-size: 16px;
}
.single .entry-content .caption {
background-color: #d8e3f0;
    padding: 8px;
}
.single .blog-day,
.single .blog-month {
	display: inline-block;
}

.single .entry-content img.w-m-bottom {
	   padding-bottom: 16px;
}

.entry-content h2 {
	margin-top: 0;
}

.single-content-wrap {
	position: relative;
}

.single-blog-date {
	position: absolute;
    border-right: 2px solid #CCC;
    left: 0;
    width: 52px;
    text-align: center;
    font-weight: 700;
}
.single-blog-title {
	padding-left: 62px;
}
.blog-row .blog-date .year {
	color: #0B2348;
	font-size: 12px;
}
.blog-date .year {
	color: #0B2348;
}

.nav-previous {
	float: right;
}
.entry-content img,
.flexible-content img {
	display: block;
	margin: 0 auto;
}
/*********************
ABOUT US PAGE STYLES
*********************/
.about-who-we-are p, .about-our-vision p {
	line-height: 1.6;
}
.board-of-directors {
	padding: 36px 0 20px;
}
.about-our-vision h3 {
	font-size: 22px;
	color: #FDB813;
}
.about-our-vision p {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}
.about-our-vision .border-lif-wrap {
	padding: 16px 30px;
	margin: 8px 0;
}
.board-of-directors .with-border, 
.executives .with-border {
	margin-bottom: 10px;
}
.board-official {
	min-height: 247px;
	font-size: 10px;
}
.board-official h5 {
	font-size: 10px;
	white-space: pre;
	padding-top: 16px;
	margin-bottom: 0;
}
.board-official p {
	font-size: 10px;
	font-family: 'Roboto Slab', serif;
}
.board-official .photo {
	height: 151px;
	width: 141px;
}
.board-of-directors .button, .executives .button {
	font-weight: 300;
    font-size: 16px;
}
.board-of-directors .button {
	margin-top: 16px;
}
.executives .button {
	margin: 0px 0 38px;
}
.careers {
	padding-top: 32px;
	min-height: 262px;
	color: #FFF;
}
.careers, .careers-inner-content {
	position: relative;
}
.careers-inner-content p, .policies-reports p {
	line-height: 1.6;
}
.careers-inner-content a {
	color: #FFF;
	border-color: #FFF;
	font-size: 16px;
	margin: 22px 0 0;
}
.careers-inner-content a:hover {
	background-color: #FFF;
	color: #0B2348;
}
.career-wrap {
	position: relative;
}
.career-wrap .text-left {
	margin-left: 72px;
}

.policies-reports {
	padding-top: 32px;
}
.policies-reports .min-box {
	max-width: 580px;
	margin: 12px auto 0;
	text-align: center;
}
.policies-reports .min-box a {
	display: block;
	font-size: 12px;
}
.gobernance .button,
.policies-reports .button {
	font-size: 16px;
	padding: 8px 16px;
    margin: 20px 0 0;
}
.gobernance p {
	line-height: 1.6;
}

/* .member-slider .slick-arrow:before {
	 background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 33px;
    width: 18px;
    display: block;
    font-size: 0;
}
.member-slider .slick-prev:before {
	background-image: url(../images/left-arrow.png);
} */
/*********************
FAQ SECTION STYLES
*********************/
.entry-content ul.faq-filter,
.entry-content ul.faq-accordion {
	margin: 0;
}
.entry-content ul.faq-accordion {
	margin-top: 12px;
}
.faq-accordion {
	margin-top: 12px;
}
.faq-accordion .accordion-title {
    font-size: 12px;
    padding: 12px 24px 12px 12px;
}
.faq-filter p {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 8px;
	font-size: 12px;
}
.faq-filter li {
	display: inline-block;
	padding: 0 16px 0 0;
	padding-bottom: 2px;
	position: relative;
}
.faq-filter label>[type=checkbox] {
	margin-right: 4px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: -1px;
}
.faq-container {
	padding: 45px 0;
}
.faq-filter label {
	cursor: pointer;
	font-size: 12px;
	line-height: 1;
	padding-left: 17px;
}
.faq-accordion .accordion-title {
	font-size: 12px;
}
/*********************
Subpage Testimonials STYLES
*********************/
.testionial-contents .testimonial_hor_1 {
	max-width: 950px;
	margin: 0 auto;
}
.subpage .testimonials-rows:after {
	 content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: rgba(3,78,162,0.15);
    margin: 12px 0;
}
.testimonials-rows .client-name {
	    font-weight: 700;
	    margin-bottom: 0;
	    line-height: 1;
}
.testimonials-rows .client-location {
	font-weight: 400;
}

.flexi-content-container p {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}
.employers-directory-logo {
	max-width: 1150px;
	margin: 0 auto;
	    padding-top: 8px;
    padding-bottom: 2px;
}

.employer-hg-section .employers-directory {
	padding-top: 0px;
}

.employer-hg-section .empl:after,
.employer-hg-section .empl:before {
	display: none;
}


ul#collectionItems{
	margin-left: 0px;
}

.filter-items-wrap ul.filter-items {
	margin-left: 0px;
}

.empl:after,
.empl:before
 {
	content: '';
    background-color: rgba(3,78,162,0.15);
    width: 100%;
    height: 13px;
    display: block;
}
.employer-directory-logo .logo.bg-helper {
	height: 140px;
	width: 225px;
}
/*********************
RESOURCES STYLES
*********************/
.news-item {
	position: relative;
}
.news-item .photo {
    height: 175px;
    width: 140px;
    position: absolute;
    left: 14px;
    top: 0;
    background-size: cover;
}
.news-item .right-col {
	padding-left: 160px;
	padding-top: 18px;
	min-height: 200px;
}
.news-item .title {
	font-size: 20px;
	color: #0B2348;
}
.news-item .date {
	font-size: 12px;
    color: #034EA2;
    line-height: 1;
	margin-top: 4px;
}
.news-item .button {
	font-size: 12px;
	margin-top: 16px;
}
.tradetalk-col-lists .line-break hr {
	margin-top: 0;
}
.resources section {
	padding: 20px 0;
}
.resources {
	padding-top: 20px;
}
.resources .latest-news-content.row {
	margin-bottom: 0;
}
.resources .tradetalk-container .news-item {
	float: left;
}
/*********************
MEMBERS SECTION STYLES
*********************/
.member-row {
	padding-bottom: 8px;
}
.member-row img {
	height: 200px;
	border-radius: 3px;
}
.member-info {
	text-align: center;
	padding-top: 8px;
}
.member-photo-wrap {
	text-align: center;
} 
.member-name {
	font-size: 14px;
	margin-bottom: 2px;
}
.member-jd {
	font-size: 12px;
	margin-bottom: 8px;
}
/*********************
EMPLOYER DIRECTORY STYLES
*********************/
.employer-directory-wrap {
	margin-top: 20px;
}

.filter-option-wrap h4 {
	font-size: 12px;
}
.filter-items-wrap {
	float: left;
	width: 33.33%;
}
.entry-content .filter-option-wrap h2 {
	font-size: 14px;
}
.filter-option-wrap .filter-items-wrap {
	padding: 10px 8px;
}
.filter-items li {
	padding-bottom: 8px;
}
.search-filter-options[type="checkbox"]:not(:checked) + label, 
.search-filter-options[type="checkbox"]:checked + label, 
.search-filter-options[type="radio"]:not(:checked) + label, 
.search-filter-options[type="radio"]:checked + label {	
	font-size: 8px;
}
.collection-items {
	padding-top: 16px;
}
.collection-items .items-wrap {
	text-align: center;
}
.employer-directory-wrap .em-header {
	font-size: 16px;
}
.employer-directory-wrap .location {
	font-size: 12px;
}
.employer-directory-wrap .logo-wrap {
	height: 88px;
	margin: 0 auto;
	margin-bottom: 8px;
}
.employer-directory-wrap .items-wrap .button {
	font-size: 10px;
}
.collection-items .items-wrap {
	padding-bottom: 20px;
}
/*********************
CONTACT PAGE STYLES
*********************/
.row.contact-map-1, .row.contact-map-2  {
	 margin-left: auto;
    margin-right: auto;
}
/* .map-wrapper {
	padding-right: 0;
	padding-left: 0;
} */

.contacts {
	margin-bottom: 25px;
}

/*********************
ARCHIVE STYLES
*********************/


/*********************
FOOTER SECTION STYLES
*********************/
.footer {
	background-color: #0B2348;
	padding-top: 15px;
	position: relative;
}
.footer .site-logo {
	display: block;
	height: 57px;
	width: 235px;
	font-size: 13px;
	padding-left: 53px !important;
	position: relative;
	margin: 16px auto 44px;
}
.footer .site-logo::after {
	content: "";
	width: 100%;
	border-bottom: 1px solid rgb(251, 255, 250);
	position: absolute;
	left: 0px;
	bottom: -17px;	
}
	.slick-slider.corporate-partners-logo {
		margin-bottom: 0px;
		border-top: 1px solid rgba(0, 0, 0, 0.14);
		padding-top: 16px;
		padding-bottom: 12px;
	}
.footer .site-logo i {
    display: block;
    font-size: 12px;
    color: #FBFFFA !important;
}
.footer hr {
	border-bottom: 1px solid #ccc;
	width: 80%;
}
.footer .contacts {
	color: #FFF;
	margin: 0px auto;
	max-width: 264px;
}
.footer .contacts p {
	background-color: #174791;
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px 0;
	margin-bottom: 8px;
}
.footer .contacts .fa-phone {
	font-size: 16px;
	padding-right: 2px;
}
.footer .contacts .phone {
	font-size: 19px;
}
.footer .button-register {
	font-size: 24px;
	padding: 12px 0;
	width: 100%;
}

/* Footer Links */
.footer-links {
	padding: 16px 20px 32px;;
}
.footer-link-2 {
	padding-bottom: 38px;
}
.footer-links li {
	line-height: 1.2;
}
.footer-links a {
	text-transform: uppercase;
}
.footer-links .menu > li:not(.menu-text) > a {
	padding: 0;
}
.footer-links .menu a {
	font-size: 12px;
}

.footer-link {
	float: left;
	width: 50%;
}
.link-2 {
	height: 143px;
}
.link-4 {
	margin-bottom: 16px;
}

.footer-links .menu a:hover {
    color: #FDB813;
}
.footer-links .sub-menu {
	list-style-type: none;
	margin-left: 0;
}
.footer-links .sub-menu a {
	font-size: 8px;
	color: #A7B2BC;
}
.footer-links .menu > li {
	display: block;
}
.footer-links .apprenticships-link, .footer-links .contact-link {
	padding-top: 16px;
}

.footer .fb-comments {
	position: relative;
}
.footer .fb-comments ul {
	margin-bottom: 0;
}
.footer .fb-comments .fa-facebook {
	position: absolute;
	left: -18px;
	top: 4px;
	font-size: 40px;
	color: #FFF;
}
.feed-2 {
	margin-top: 14px;
}
.footer .fb-comments li > a {
	width: 100%;
	display: block;
	background-color: #000;
	padding: 8px;
	font-size: 8px;
	margin-bottom: 4px;
}
.footer .fb-comments li > a:hover {
	background-color: #FFF;
	color: #0B2348;
}
.footer .fb-comments .button-visit {
	text-align: right;
	display: block;
}


a.contact-phone {
    background-color: #034EA2;
    display: block;
    padding: 6px 10px;
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.3;
}
.home .contact-phone:after {
	display: none;
}
	/* Facebook Feed */

	.row.fb-feeds {
		max-width: 90%;
		margin: 16px auto 0px;
	}

	.fb-comments h1 {
		line-height: 1;
		font-size: 14px;
		color: #fff;
		font-weight: 300;
		text-transform: uppercase;
		text-align: center;
		letter-spacing: 2px;
	}
	
	.cff-author-text {
		display: none;
	}
	.cff-author-img {
		position: absolute;
		top: 16px;
	}
	#cff .cff-item {
		padding: 0 !important;
		background-color: transparent !important;
		position: relative;
    	margin-bottom: 8px !important;
    	margin-top: 0 !important;
	}
	#cff p {
		padding: 0;
	}
	#cff .cff-author {
		margin: 0;
		position: absolute;
   	 	left: 16px;
	}
	#cff .cff-author-img {
		margin: 0 !important;
		display: none;
	}
	#cff .cff-post-text {
	    margin: 0;
	}
	#cff .cff-post-text a {
	    font-family: 'Roboto Slab', serif;
	    background-color: #000;
	    display: block;
	    padding: 11px;
	    font-size: 8px;
	}
	#cff .cff-post-text a:hover {
		background-color: rgba(255,255,255,0.75);
		color: #0B2348 !important;
		text-decoration: none !important;
	}
	#cff .cff-expand {
		display: none !important;
	}

/* Bottom Footer */
.footer .bottom-footer {
	padding-bottom: 8px;
}
.footer .bottom-footer hr {
	margin: 8px 0;
	width: 100%;
}
.footer .bottom-footer p {
	margin: 0;
}
.footer .bottom-footer p, .bottom-footer span, .footer a{
	color: #FFF;
	font-size: 10px;
}
.footer .bottom-footer span {
	font-size: 14px;
}

.after-main-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.37);
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    font-size: 10px;
    padding-bottom: 10px;
    color: #FFF;
    line-height: 21px;
    margin-top: 8px;
}

.after-main-footer a {
	font-family: "Lato", serif
}

.custom-partner-style .partners-container {
	background-color: #FFF;
}

.custom-partner-style .btn-blk {
	margin-bottom: 0px;
}

.custom-partner-style {
	padding-bottom: 0px !important;
	border-bottom: 30px solid rgba(3, 78, 162, 0.15);
}

.custom-partner-style .pc-header {
	background-color: rgba(3, 78, 162, 0.15);
}


.custom-partner-style  .slick-slider.corporate-partners-logo {
	border-top: 0px;
}

.error-no-post {
	   padding: 24px 0;
    font-size: 20px;
}


table.basic-table   {
	width: 100%;
}

.inner-fs-modal .fs-content .basic-table{
    margin-top: 28px;
}


.inner-fs-modal .fs-content .basic-table .si-label{
    font-weight: bold;
}

/*steps */

.steps-ui-wrap {
	padding: 10px;
}

.steps-ui-wrap .step-number {
	color: #FDB813;
	font-weight: bold;
	font-size: 54px;
	line-height: 1;
	float: left;
	width: 15%;
}

.steps-ui-wrap .step-header {
    font-size: 18px;
    font-family: "Roboto Slab", serif;
    font-weight: 100;
    color: #034EA2;
    float: right;
	width: 85%;
}

.bg-blue {
	background-color: RGBA(3, 78, 162, 0.15);
}

.steps-ui-wrap.result-step {
	text-align: center;
	font-size: 20px
}

.steps-ui-wrap.result-step img {
	max-width: 200px;
	margin: 10px 0px;
}

.steps-ui-wrap p {
	font-family: "Roboto Slab", serif;
	font-size: 13px;
	clear: both;
	margin-bottom: 0;

}
.step-content {
	padding-left: 42px;
	padding-top: 8px;
}
.employer-hg-section {
	margin-top: 25px;
    margin-bottom: 25px;
}
.employers-slides .slick-slide {
	text-align: center;
}
.employers-slides .employer-directory-logo .logo {
	height: 100px;
	width: 180px;
}
    

/*MAP*/

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.steps-head, .steps-tail {
	position: relative;
}


.btn-blue-box {
	background: rgba(11, 35, 72, 0);
    padding: 25px 19px;
    display: block;
}

.btn-blue-box:hover {
	background: rgba(11, 35, 72, 100);
    padding: 25px 19px;
}

    
    .profiler-btn {
	background-image: url('../images/tradenator-button-with-shadow.png');
	background-image: url('../images/tradenator-button.png');
	display: block;
	height: 230px;
	font-size: 0px;
	background-size: contain;
}

.profiler-btn:hover {
	background-image: url('../images/tradenator-button-with-shadow.png');	
}

/*CALENDAR HACKS*/
.page-id-2406 #ui-id-6,
.page-id-2406 #ui-id-5 {
	display: none;
}

.btn-group {
	display: table;
    width: 100%;
    margin: 18px 0;
    table-layout: fixed;
}

.btn-group .btn {
	display: table-cell;
	border-right: 6px solid transparent;
}

.btn-group .btn:last-child {
	    border-right: none;
}

.btn-group .button {
	margin-bottom: 0;
	    background-color: #034EA2;
	        display: block;
}
.icebanner:empty {
    display: none;
}
.icebanner .blurb, .home-application-form .blurb {
	color: #0B2348;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Roboto Slab', serif;
}
.home-application-form h2 {
	color: #0B2348;
}
.testimonials-content .button {
	font-weight: 400;
}
.home-application-form .featured-img {
	height: 200px;
	margin-bottom: 16px;
}
.home-application-form .main-container {
	max-width: 450px;
	margin: 0 auto;
}
/*.testimonials-content .col-1 {*/
/*	margin-bottom: 24px;*/
/*}*/
.home-application-form .btn-apply {
	font-size: 24px;
	background-color: #174791;
	padding: 16px 24px;
}
.home-application-form .btn-apply:hover,
.home-application-form .btn-apply:focus {
	background-color: #FDB813;
}
a:hover, a:focus {
text-decoration: none;
}

.ice-registration-container {
    padding-top: 30px;
}

.ice-registration-container .img-holder {
   text-align: center;
    margin-bottom: 20px; 
}

.dropdown-lg-2-btn {
    display: block;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}
.dropdown-lg-2-btn:before {
    content: "\f107";
    font-family: FontAwesome;
    margin-right: 6px;
}

.active .dropdown-lg-2-btn:before {
    content: "\f106";
}


.dropdown-lg-2 .top-cta-list {
    position: absolute;
    pointer-events: none;
    visibility: hidden;
    right: 0;
    background: rgba(3, 78, 163, 0.90);
    margin: 0 !important;
    z-index: 56;
}

.dropdown-lg-2.active .top-cta-list {
    pointer-events: auto;
    visibility: visible;
}

.dropdown-lg-2 {
    position: relative;
    display: inline-block;
    margin-right: 4px;
}

.dropdown-lg-2 .top-cta-list.menu.vertical > li {
    padding: 0;
    border: none;
    display: block;
    width: 100%;
}

.top-bar-right .dropdown-lg-2 .menu > li:not(.menu-text) > a {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 6px 3px;
    margin: 0;
    text-align: center;
    color: #FFF;
    line-height: 138%;
    font-weight: 600;
}



.icebanner{
    padding: 40px 0;
}

.icebanner h2{
    
    font-size: 29px;
    color: #0B2348;
    text-align:center;
}

.icebanner .ice-dtl p{
    
    margin-bottom: 20px;
    text-align:center;
    
}

.icebanner .btn-1 , .icebanner .btn-2{
    
}

.icebanner .btn-1 .button , .icebanner .btn-2 .button{
    
    width:100%;
    font-weight:400;
    font-size: 13px;
    
}

.icebanner .btn-1 .button{
    
    background-color: #174791;
    
}

.icebanner .btn-1 .button:hover{
    
    background-color: #FDB813;
    
}

.icebanner .ft-mg{
    margin-bottom: 15px;
}
     
     
@media (max-width: 641px){
    body .contact-form .gform_wrapper .left_label input.large,
    body .contact-form .gform_wrapper .left_label textarea.large,
    body .contact-form .gform_wrapper .left_label div.ginput_complex,
    body .contact-form div.ginput_container_name .name_last,
    body .contact-form .gform_wrapper .left_label div.ginput_complex span,
    body .contact-form .gform_wrapper .left_label .gfield_label{
        width: 100% !important;
    }
    
}

/************************************************
#Achievements Styling - START
*************************************************/
.element-achievement .location-selector .menu {
    width: 100%;
}
.element-achievement .location-selector .dropdown-lg-2-btn {
    margin-top: 16px;
    margin-bottom: 0;
    padding: 16px;
    font-size: 14px;
}
.element-achievement .location-selector .menu li a {
    margin: 0;
    width: 100%;
    padding: 12px;
}
.element-achievement .dropdown-lg-2 {
    margin-right: 0;
}
.element-achievement .dropdown-lg-2.location-selector li {
    margin-bottom: 0;
    border-top: 1px solid #ccc !important;
}
.element-achievement .location-selector li:last-child {
    border-bottom: none;
}

@media(max-width: 640px) {
   .element-achievement p {
       font-size: 12px;
   } 
   
    .element-achievement .body-content .columns {
        margin-bottom: 24px;
    }
    
    .element-achievement .inner-box-w img {
        width: 200px;
    }
  
}
@media(min-width: 641px) and (max-width: 1023px) {
    .element-achievement .location-selector .dropdown-lg-2-btn {
        font-size: 11px;
        width: auto;
    }
   
    .element-achievement .inner-box-w img {
        width: 140px;
    }
     .element-achievement .with-min-border-right .columns:nth-child(2):after {
         margin-top: -69px;
     }
     
    body .student-count-content {
         font-size: 16px;
     }
    body .student-count-content .number {
        font-size: 22px;
    }
}

@media(min-width: 1024px) {
   body .element-achievement .location-selector .menu li a {
        padding: 12px;
    } 
     .element-achievement .with-min-border-right .columns:nth-child(2):after {
         margin-top: -60px;
     }
}
/************************************************
#Achievements Styling - START
*************************************************/


/************************************************
#Pagination Styling - START
*************************************************/
.pagination {
    text-align: center;
}

.pagination .screen-reader-text {
    display: none;
}

.pagination .page-numbers:not(.current):hover {
    background-color: transparent;
}
.pagination .page-numbers.current {
    color: #fff;
}
.pagination .page-numbers {
    display: inline-block;
    padding: 4px 6px;
    line-height: 1;
}

.event-list .event-wrap:after{
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: rgba(3,78,162,0.15);
    margin: 24px 0;
}

.event-list .event-img {
    background: no-repeat center;
    height: 174px;
    width: 100%;
    display: block;
    background-size: cover;
    margin-bottom: 16px;
}

.subpage .event-list .event-img  {
    height: 174px;
}

.event-list .events.row .event-text {
    display: flex;
    flex-wrap: wrap;
}

.event-list .events.row .event-text a {
    display: inline-block;
    cursor: pointer;
    transition: background-color .25s ease-out,color .25s ease-out;
    border: 1px solid transparent;
    border-radius: 0;
    padding: .85em 1em;
    color: #FFF;
    background-color: #FDB813;
    margin: 4px 0;
    outline: 0;
    font-size: 12px;
}

.event-list .events.row .event-text a{
    margin-top: 1rem;
}

.event-list .events.row .event-text a:hover{
    background: #034EA2;
    margin-top: 1rem;
}

.event-text .event-info {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4;
    display: block;
}

@media (min-width: 641px){
    .event-list .event-img  {
        height: 136px;
    }   
    
    .event-text .event-info {
        font-size: 14px;
    }
    
    .events.row .event-text a{
        font-size: 14px;
    }
}

@media (min-width: 1024px){
    .event-list .event-img , .subpage .event-list .event-img  {
        height: 247px;
    }
    
    .subpage .event-list .event-img  {
        width: 370px;
        margin: 0 auto;
    }
}
/************************************************
#Pagination Styling - End
*************************************************/