/* eplatforms HTML Template */

/************ TABLE OF CONTENTS ***************

1. Fonts
2. Reset
3. Global Settings
4. Main Header
5. Main Menu
6. Main Banner
7. Content
8. Main Footer
9. Home
10. Industry Into Education
11. Members
12. Mission and Objectives
13. Apprenticeships
14. Career Resources
15. Experienced Worker Assessment
16. External Promotion
17. Industry Approved Qualifications
18. Rogue Trainers
19. STEM Electrotechnical Ambassadors
20. Training and Qualifications Forum
21. Data Dashboard
22. News Item
23. News
24. Good News Story
25. Vice Chair
26. Annual Report
27. Current LMI Information
28. FAQs

**********************************************/

/*** 

====================================================================
2. Reset
====================================================================

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
3. Global Settings
====================================================================

 ***/
		
BODY{	
	margin:0;
	padding:0;
	background:#fff;
    font-family: montserrat, sans-serif;
	font-size:16px;
	line-height:24px;
	font-style:normal;
	font-weight:700;
	color:#676666;
	}

div, table, td, p, h1, h2, h3, h4, form, select, input, label, span, a, li, span{
	padding:0;
	margin:0;
	}

img{
	border:0;
	padding:0;
	margin:0;
	}


body.page-id-72 .fade:not(.show){
	height: 0;
}
.owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.owl-carousel:not(.owl-loaded) {
    opacity: 0;
    max-height: 10px;
}

a{
	text-decoration:none;
	outline:none;
	}

ul{
	padding:0;
	margin:0;
	list-style-type:none;
	}

li{
	padding:0;
	margin:0;
	}



object{
	padding:0;
	margin:0;
	line-height:0;
	font-size:0;
	}

.clear{
	clear:both;
	}

img {
	max-width: 100%;
	height: auto;
	width: auto; /* ie8 */
	}

	

* a { }

* a:hover {

	/*color:#fff;*/
   }
   
a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}  

a:focus, a:hover {
    color: #fff;
    text-decoration: none;
}   
   

p{
  color: #666464;
  font-size: 16px;
  line-height:24px;
  font-style:normal;
  font-weight:700;
  padding:0;
  margin:0 0 0 0; 
  font-family: montserrat, sans-serif;
	}
	
p a:hover{
	color:#000000;
	}
	
h1, h2, h3, h4{
  color: #666464;
  font-size: 16px;
  line-height:26px;
  font-style:normal;
  font-weight:700;
  padding:0;
  margin:0 0 0 0; 
  font-family: adelle, serif;
	}   

.hide-section{
	display:none;
	}
.header-top-less{border-top: 0;}

header{
	-webkit-backface-visibility: hidden;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100000;
    position: fixed;
	}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
	}
.bg-dark {
    background-color: #fff !important;
	padding:0 0 0 0;

	}





.header.has-shadow {
    box-shadow: 0 2px 10px rgba(0,0,0,.15);
}






.mh-head.mh-sticky.mh-scrolledout {
    -webkit-transform: inherit;
    transform: inherit;
    -webkit-transform: inherit;
    transform: inherit;	
}

.wrapper{
	width:100%;
	margin:0 auto;
	} 

.container{
	width:1100px;
	margin:0 auto;
	padding-right: 0;
	padding-left: 0;
	max-width: 1100px;
	}  

.page{
	margin:0 auto;
	width:100%;
	} 
.row2{
    margin-right: -30px;
    margin-left: -30px;
	}

input, textarea, select {
    border-radius: 0;
    -webkit-border-radius:0px;
}


.download{
	margin:0 0 51px 0;
	} 
 
ul.download_zip{
	margin:0 0 0 0;
	padding:0 0 0 0;
	} 
ul.download_zip li{
	font-size: 18px;
	line-height: 27px;
	margin: 10px 0 0 0;
	color:#1d71b8;
	font-family: 'AvenirLTStd-Heavy';
	font-weight: 400;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	padding:4px 15px 5px 15px;
	background:none;
	}
ul.download_zip li a{
	color:#1d71b8;
	cursor:pointer;
	}
ul.download_zip li::before {
    position: inherit;
    content: '';
    left: inherit;
    top: inherit;
    width: 5px;
    height: 5px;
    border-radius: inherit;
    background: inherit;
}	 	
ul.download_zip li span.mg{
	float:left;
	width:15px;
	}
ul.download_zip li span.text{
	float:left;
	width:95%;
	margin: 2px 0 0 2.3%;
	}
.download2{
	margin:21px 0 0 0;
	}  

/*** 

====================================================================
4. Main Header
====================================================================

 ***/

.top{
	margin:0 0 0 0;
	width:100%;
	}
.top2{
	margin:0 0 0 0;
	width:100%;
	background:#1B75BB;
	}	
	
.header .container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
	}
	
.logo{
	text-align:center;
	margin:33px 0 33px 0;
	width:100%;
	}

/*** 

====================================================================
5. Main Menu
====================================================================

 ***/
.row{
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
}
/* Style for "The indust" */
.justify-content-center {
    -ms-flex-pack: left !important;
    justify-content: left !important;
}
nav.navigation.pagination{
	text-align:center;
}
nav.navigation.pagination .nav-links{
	width:100%;
}
nav.navigation.pagination .nav-links .page-numbers{
	display:none;
}
nav.navigation.pagination .nav-links .page-numbers.next{
	display: inline-block;
    color: #674fa1;
    border: 1px solid #674fa1;
    font-family: montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 50px;
    margin: 25px auto 15px;
}
nav.navigation.pagination .nav-links .page-numbers.next:hover{
	border: 1px solid #B3A7D0;
	color: #B3A7D0
	}
	
.btn-viewmore{
	display: inline-block;
    color: #674fa1;
    border: 1px solid #674fa1;
    font-family: montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 50px;
    margin: 25px auto 15px;
	background: #fff;
}
.btn-viewmore:hover{
	border: 1px solid #B3A7D0;
	color: #B3A7D0
	}

.navbar-nav{
    margin: 0;
    padding: 0;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;  
	}
.navbar-expand-lg .navbar-nav .nav-link {
	margin-right: 0;
	margin-left: 0;
	color: #04182b;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	line-height: 50px;
    font-family: adelle, serif;
	font-weight:700;
	}
.navbar {
    padding: 0;
	margin: 0 0 0 0;
	}	
.first-child{
    padding-right: 17px;
    padding-left: 0 !important;
	}	
.last-child{
    padding-right: 17px !important;
	padding-left:17px !important;
	margin-right: 0 !important;
	}
	
.nthlast-child{
    padding-right: 17px !important;
	padding-left:17px !important;
	margin-right: 0 !important;
	}	
			
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top:0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
	}	
	
i.down {
  border: solid white;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  margin: 36px 0 0 10px;
  position: absolute;
	}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
	}	
	
i.down2 {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  margin: 6px 0 0 6px;
  position: absolute;
	}

.down2 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
	}	
	
		
	
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px;
    padding: 0 0;
    margin: 0 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border:0;
    border-radius: 0;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-align:left;
	font-weight:400;
	}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .50rem 20px;
	 color: #fff;
	}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 63px;
	width: 1190px;
	}

.dropdown-menu-last{
	text-align:right;	
	left: -79px;
	}

.dropdown-menu a:first-child{
	padding:14px 20px .30rem 20px;
	}
.dropdown-menu a:last-child{
	padding:.30rem 20px 14px 20px
	}
		
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
	}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
	}


.nav-link {
    display: block;
    padding: .5rem 1rem .3rem 1rem;
	}

.navbar-nav .nav-item a.active{
	color: #98083e !important;
	background-color:none;
	background-color: inherit;
	font-weight:700;
	}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
	background:#none;
}
.dropdown-item:focus, .dropdown-item:hover {
  background:inherit;
  }

/*.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
	background:inherit;
	}*/

#navlist {
  position: relative;
}

#navlist li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
}

#navlist li, #navlist a {
  height: 44px;
  display: block;
}

.mh-head .mh-btns-left {
    left: 0px;
    top: 0;
    height: 65px;
	padding: 20px 21px 0 0;
}

.menu_show_hide_block {
    position: absolute;
    width: 100%;
    left: 0;
    top: 52px;
    right: 0;
	-webkit-box-shadow: 0px 7px 10px -3px rgba(0,0,0,0.4);
	box-shadow: 0px 7px 10px -3px rgba(0,0,0,0.4);
   }

/*** 

====================================================================
6. Main Banner
====================================================================


 ***/
 .home-banner{
	 padding: 104px 0 0 0;
 }
.banner{
    padding: 104px 0 0 0;
	} 
.home_banner{
	text-align:center;
    width: 100%;
    background-size: cover;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	position:relative;
	} 

.home_banner img{
	width:100%;
	} 
.banner img{

	width:100%;
	} 
.banner_in{
	left:0;
	top:0;
	}	
.banner .banner_text_bright img{
	height: auto;
	width: auto;
	}	
	
	
	
	
 /*** 

====================================================================
7. Content
====================================================================

 ***/	
.content{
	width:100%;	
	margin:0 0;
	}
	






 /*** 

====================================================================
8. Main Footer
====================================================================

 ***/
#footer{
	width:100%;
	}
.spotlight{
	background-color: #1B75BB;
	width:100%;
	display: table;
	padding:34px 0 35px 0;
	}	
#footer .container{
	padding-right: 0;
	padding-left: 0;
	width:1110px;
	max-width: 1110px;
	}	
.spotlight-1{
	width:700px;
	float:left;
	margin:0 0 0 0;
	position:relative;
	}
.spotlight-2{
	width:380px;
	float:right;
	margin:0 0 0 0;
	}


	
.text_footer p{
	color: #ffffff;
	font-size: 14px;
	line-height: 21px;
    font-family: adelle, serif;
	font-weight: 400;
	margin: 27px 0 0 0;	
	}
.text_footer span{
	color: #ffffff;
    font-family: adelle, serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;	
	display: block;
	}

.text_copyright p{
	color: #ffffff;
    font-family: montserrat, sans-serif;
	font-size: 9px;
	font-weight: 300;
	line-height: 15px;	
	margin: 30px 0 0 0;
	}

.text_copyright p a{
	color: #ffffff;
    font-family: montserrat, sans-serif;
	font-size: 9px;
	font-weight: 700;
	line-height: 15px;	
	}
h4.heading_text{
	color: #ffffff;
    font-family: montserrat, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	margin:22px 0 0 0;
	}
ul.sub_heading_text{
	padding:0;
	margin:0 0 0 0;
	float:left;
	width:100%;
	}
ul.sub_heading_text li{
	color: #ffffff;
    font-family: montserrat, sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 24px;
	margin:18px 0 0 0;
	float:left;
	}
ul.sub_heading_text li:nth-child(2n+1){
	width:180px;
}
ul.sub_heading_text li:nth-child(2n){
	width:calc(100% - 180px);
}
ul.sub_heading_text li a{
	color: #ffffff;
	text-decoration:none;
	}	
ul.sub_heading_text li a:hover{
	color: #ffffff;
	opacity: 0.5;
	}		
ul.sub_heading_text2{
	padding:0;
	margin:0 0 0 0;
	}	
	
ul.socials{
	padding:0;
	margin:-28px 0 0 0;
	position:absolute;
	right: 0;
	}	
	
ul.socials li{
	padding:0;
	margin:0 10px 0 0;
	float:left;
	}	
	
	
	
  /*** 

====================================================================
9. Home
====================================================================

 ***/	
.site_index{
	width:auto;	
	margin:0 auto;
	padding:32px 40px 40px 40px;
	overflow:hidden;
	background:#FFF;
	}
.site_index_category{
	margin:60px 0;
	width:auto;
	}

.site_index {
  width: auto;
  margin: 0 auto;
  padding: 64px 0px 50px 0px;
  overflow: hidden;
  background: none;
}
.site_index h1{
	color: #fff;
    font-family: adelle, serif;
	font-size: 24px;
	font-weight: 400;
	line-height:40px;
	padding:0 0 8px 0;
    font-style: normal;
	}
	
.site_index p{
	color: #000;
	font-family: montserrat, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 27px;
	margin:19px 0 0 0;
	}	
.site_index p span{
	color: #1B75BB;
	font-family: montserrat, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	}	
.site_index p span a{
	color: #1B75BB;
	}		
.mg_title {
  background: none;
  padding: 0 0 0 0;
  box-sizing: border-box;
	}
	
.content{
    background: #674fa1;
	}
.site_index_category h2{
	color: #000;
    font-family: adelle, serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	padding: 0 0 30px 0;
	width: 120px;
    margin: 0 auto;	
	}
.site_index_category p{
  color: #000;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 20px 0;
  font-family: tenso, sans-serif;
  font-weight: 400;
	}
	
.page-id-2 .site_index_category p{
	color: #000;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 20px 0;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 300;
	}	
.page-id-2 .site_index_category .mg_title p{
    width: 104px;
    color: #fff;
    background: #674FA1;
    font-size: 12px;
	line-height:39px;
	font-weight: 400;
    font-family: adelle, serif;
	margin: 0 auto;
	}
.page-id-2 .site_index_category .mg_title p a{
	color: #ffffff;
	text-transform: uppercase;
	display:block;
	}
.page-id-2 .site_index_category .mg_title p a:hover{
	background: #B3A7D0;
	}		
.home .themed-grid-col:nth-child(3){
	margin:-4px 0 0 0;
  }
.site_index_category_mg{
	height:80px;
	margin: 0 0 36px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: inline-flex;
	}	
.banner_text_btn{
  color: #fff;
  background-color: #04182b;
  border-color: #04182b;
  border-radius: 0;
z-index:9999;
	}
.banner_text_btn:hover {
  background-color: #04182b;
  border-color: #04182b;
	}
.carousel-caption p {
	color: #fff;
	font-size: 40px;
	line-height: 46px;
    font-family: adelle, serif;
	font-weight: 400;
    padding: 16px 14px 11px 14px;
  }
.carousel-caption p span a {
	font-size: 40px;
	line-height: 46px;
	font-weight: 400;
  }  
  
.carousel-caption p a{
    font-size: 12px;
    color: #fff;
	display:block;
	text-align:left;
	font-weight: 400 !important;
	line-height: 36px;
	}
.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  position: absolute;
  margin: 25px 0 0 0;
}
.navbar-nav img{
	margin:-3px 20px 0 0;
	}

.navbar-nav > li.dropdown.show .dropdown-menu {
  display: table;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  top: 54px !important;
}
.navbar .container {
  -ms-flex-pack: inherit;
  justify-content: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
 }
.dropdown-menu > li ul.sub {
  float: left;
  width: 150px;
  }
ul.dropdown-menu .sub {
  padding: 0;
  margin: 0px 0 13px 0;
  float: left;
}
ul.dropdown-menu .sub li {
  padding: 6px 6px 6px 4px;
/*  font-family: "Open Sans";
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  text-align: left;*/
}
ul.dropdown-menu .sub li a {
  color: #000;
}
ul.dropdown-menu ul.sub a {
  padding: 0px 7px 0px 7px;
  margin: 0 0 2px 0;
  float: left;
  font-family: montserrat, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 35px;
  text-align: left;
  clear: both;
}
ul.dropdown-menu .sub li a:hover {
  color: #C58E9F;
  text-decoration: none;
  background-color: #fff;
}

ul.heading-nav {
  display: block;
  width: 100%;
  padding: 0px 11px;
}
.heading-nav li {
	font-weight: 700;
	text-align: left;
	margin: 0 0 0 0;
    font-family: montserrat, sans-serif;
	line-height:35px;
   }
.heading-nav li span {
  font-size: 14px;
  font-family: montserrat, sans-serif;
  color: #000;
}
.w-100 {
  width: 100% !important;
}
.walkby-intrest-section {
  padding-left: 19px;
}
.walkby-intrest-section2 {
  padding-left: 0;
}

.navbar .row > * {
  width: auto;
  }
.top{
	width: auto;
	margin: 0 auto;
	padding-right: 5%;
	padding-left: 5%;
	max-width: inherit;	
	} 
.arrow-up {
	width: 37px;
	height: 13px;
	top: -13px;
	position: relative;
	left: 28px;
	display: block;
	background:url(../images/uparrow.svg) 0 0 no-repeat;
	}  
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  top: 55px;
  width: 1190px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  left: -30px;
}  
.arrow-up02 {
	width: 24px;
	height: 13px;
	top: 2px;
	position: relative;
	left: 20px;
	text-align:left !important;
	background:url(../images/menu-t.svg) 0 0 no-repeat;
	display: block;
	}  
 .carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  top: 80px;
}


  /*** 

====================================================================
10. Industry Into Education
====================================================================

 ***/

.industry_content {
  background: #8b1e3f;
	}
ol.breadcrumb {
  padding: 0;
  margin: 0;
	}
ol.breadcrumb li {
  padding: 0;
  color: #fff;
  font-size: 12px;
  font-family: adelle, serif;
  font-weight:400;
	}

ol.breadcrumb li a{
  color: #fff;
	}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;	
	}
.industry_content .site_index {
  width: auto;
  margin: 0 auto;
  padding: 40px 0px 40px 0px;
  overflow: hidden;
  background: none;
	}  
.industry_content .site_index h1 {
  color: #fff;
  font-family: adelle, serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  padding: 12px 0 8px 0;
}
.external_promotion{
	border:10px solid #8b1e3f;
	border-radius: 20px;
	padding: 24px 20px 27px 20px;
	box-sizing: border-box;
	text-align: center;
	}


body.page-id-29 .gallery-icon.portrait {
    border: 10px solid #8b1e3f;
    border-radius: 20px;
    padding: 24px 20px 27px 20px;
    box-sizing: border-box;
    text-align: center;
}
body.page-id-29 .gallery .gallery-item:nth-child(2n) .gallery-icon.portrait {
	border-color:#f1803c;
}
body.page-id-29 .gallery .gallery-item .gallery-caption{
	color: #8b1e3f;
    font-family: montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    padding: 13px 0 0 0;
    text-align: center;
    font-style: normal;
}
body.page-id-29 .gallery .gallery-item:nth-child(2n) .gallery-caption{
	color:#f1803c;
}
body.page-id-29 .gallery{
	margin-top:2rem;
	margin-bottom:0;
}
body.page-id-29 .gallery-item {
    padding-bottom: 0;
    margin-bottom: 0;
}
.in_house{
	border:10px solid #f1803c;
	border-radius: 20px;
	padding: 24px 20px 27px 20px;
	box-sizing: border-box;	
	text-align: center;
	}
.industry_site_index_category {
  margin: 40px 0 34px 0;
  width: auto;
  }
.industry_site_index_category p {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-family: montserrat, sans-serif;
  font-weight: 300;
  margin: 0 0 20px 0;
 }
 .industry_site_index_category p strong,
 .industry_site_index_category p b{
	 font-weight: 700;
 }
.industry_site_index_category p a{
  color: #1B75BB;
  font-weight: 700;
  }
.industry_site_index_category p a:hover{
  color: #8DBADD;
  }
.industry_site_index_category h3.external_promotion_text{
  color: #8b1e3f;
  font-family: montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  padding: 13px 0 0 0;
  text-align:center;
 }

.industry_site_index_category h3.in_house_text{
  color: #f1803c;
  font-family: montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  padding: 13px 0 0 0;
  text-align:center;
  }
.industry_des{
  margin:0 0 18px 0;	
 }


/* Consistent grid spacing */
.page-id-8 .industry_site_index_category .row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.page-id-8 .industry_site_index_category .row > .themed-grid-col {
    flex: 0 0 calc(50% - 0.75rem);
    margin-bottom: 0;
}

/* Equal height boxes */
.page-id-8 .shaping_policy {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Icon sizing */
.page-id-8 .shaping_policy img {
    margin: 0 0 28px 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .page-id-8 .industry_site_index_category .row {
        display: block !important;
    }
    
    .page-id-8 .industry_site_index_category .themed-grid-col {
        width: 100% !important;
        margin-bottom: 1.5rem !important;
        display: block !important;
    }
    
    .page-id-8 .industry_site_index_category .themed-grid-col:last-child {
        margin-bottom: 0 !important;
    }
}

   /*** 

====================================================================
11. Members
====================================================================

 ***/
.members{
	margin:0 0 0 0;
	}
.members_sponsor{
	margin:0 0 0 0;
	height:100%;
	}

.members_sponsor_in{
	border-top:1px solid #d9d9d9;
	padding:30px 0;
	height:100%;
	}
.page-id-68 .industry_site_index_category .themed-grid-col:nth-child(5){
	border-bottom:1px solid #d9d9d9;	
	}	
.page-id-68 .industry_site_index_category .themed-grid-col:nth-child(4) .members_sponsor_in {
	border-bottom:1px solid #d9d9d9;
	margin: 1px 0 0 0;
	}	
		
.members_sponsor_in2{
	border-top:0;
	}	
.members_sponsor_left{
	width:125px;
	float:left;
	padding:0 0 0 0;
	box-sizing: border-box;
	text-align: center;
	display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
	}
	
.members_sponsor_left img{
	text-align: center;
	}
.eca{
	height:180px;
	}	
.net{
	height:226px;
	}
.unite{
	height:204px;
	}	
.jib{
	height:180px;
	}	
.select{
	height:226px;
	}			
.members_sponsor_right{
	width:382px;
	float:right;
	border-left:1px solid #d9d9d9;
	padding:0 0 0 30px;
	box-sizing: border-box;
	}

.members_sponsor_right p{
	color:#000;
    font-family: montserrat, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
	padding: 0 0 0 0;
	margin:23px 0 0 0;
	}
.members_sponsor_right p span, .members_sponsor_right p strong{
	color:#000;
    font-family: montserrat, sans-serif;
	font-size: 14px;
	font-weight: 700;
}
	
.members_sponsor_right h2{
	color:#1B75BB;
    font-family: montserrat, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	padding: 0 0 0 0;
	margin:-2px 0 0 0;
	}
.members_sponsor_right h2 a{
	color:#1B75BB;
	}
.members_sponsor_right h2 a:hover{
  color: #8DBADD;
  }  
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


   /*** 

====================================================================
12. Mission and Objectives
====================================================================

 ***/
.mission-and-objectives{
	margin:0 0 0 0;
	}

.shaping_policy {
  background:#8B1E3F;
  border-radius: 20px;
  padding: 40px 40px 31px 40px;
  box-sizing: border-box;
	}
.shaping_policy-2{
	background:#F1803D;
}
.raising_standards {
  background:#F1803D;
  border-radius: 20px;
  padding: 52px 40px 31px 40px;
  box-sizing: border-box;
	}
.shaping_policy h3{
	color:#fff;
    font-family: montserrat, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	padding: 0 0 0 0;
	margin:0 0 8px 0;	
	}
.shaping_policy p{
	color:#fff;
    font-family: montserrat, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 27px;
	padding: 0 0 0 0;
	margin:0 0 0 0;	
	}
.shaping_policy img{
	margin:0 0 28px 0;
	}

.raising_standards h3{
	color:#fff;
    font-family: montserrat, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	padding: 0 0 0 0;
	margin:0 0 19px 0;	
	}
.raising_standards p{
	color:#fff;
    font-family: montserrat, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	padding: 0 0 0 0;
	margin:0 0 0 0;	
	}
.raising_standards img{
	margin:0 0 37px 0;
	}

.mission-and-objectives_bottom{
	margin-top: calc(var(--bs-gutter-x) * 1);
	}
.promoting{
	padding-top: 64px;	
   }
.promoting img{
	margin-bottom: 41px;
   } 
.page-id-8 .shaping_policy-mb-4{
	padding-top: 64px;	
   }
.page-id-8 .shaping_policy-mb-4 img{
	margin-bottom: 41px;
   }
    
 
   /*** 

====================================================================
13. Apprenticeships
====================================================================

 ***/
.apprenticeships{
	margin:0 0 0 0;
	}
.apprenticeships_left{
	width:130px;
	float:left;
	}
.apprenticeships_right{
	width:970px;
	float:right;
	}
.apprenticeships_right h2{
	color: #8b1e3f;
    font-family: montserrat, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.apprenticeships_right p{
	color: #000;
	font-size: 18px;
	line-height: 32px;
	font-family: montserrat, sans-serif;
	font-weight: 300;
	margin: 15px 0 0 0;
	}
.apprenticeships_right p span{
	color: #000;
	font-weight: 700;
	margin: 15px 0 0 0;
	}
.apprenticeships_right p a{
	color: #1B75BB;
	font-weight: 700;
	margin: 20px 0 0 0;
	}	
.apprenticeships_right p a:hover{
	color: #8DBADD;
	}	
.apprenticeships_right ul{
	padding:0;
	margin:20px 0 0 0;
	}
.apprenticeships_right ul li{
	position:relative;
	color: #000;
	font-family: montserrat, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	margin:0 0 0 20px;
	padding: 0 0 0 16px;
	}
.apprenticeships_right ul li:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 13px;
	border-radius: 100%;
	background:url(../images/icon/bulate.png) 0 0 no-repeat;
	background-size: 5px;
	width: 5px;
    height: 5px;
	}	
	
.apprenticeships_right ul li a{
	color:#1B75BB;
	font-weight: 700;
	}
.apprenticeships_right ul li.icon_none{
	padding: 0 0 0 0;
	margin:0 0 0 0;
	}
.apprenticeships_right ol{
	list-style:none;
	padding:0;
	margin: 20px 0 0 0;
}
.apprenticeships_right ol li {
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
	line-height: 32px;
    font-size: 18px;
}
.apprenticeships_right ol li a {
    color: #1d71b8;
    font-weight: 700;
}
.apprenticeships_right ol li a:hover{
    color: #8DBADD;
}

.apprenticeships_right ul li.icon_none:before{
	background:none;
	background-size: 0;
	padding: 0 0 0 0;
	}	
.top_app{
	margin:40px 0 0 0;
	}

   /*** 

====================================================================
14. Career Resources
====================================================================

 ***/
 
.career_resources{
	margin:0 0 0 0;
	}
.career_resources .gallery{
	margin-bottom:0;
	margin-top: 2rem;
}
.career_resources_mg{
	text-align:center;
	margin:0 0 30px 0;
	}
.career_resources2 img{
	margin:0 0 20px 0;
	width:100%;
	} 
 
   /*** 

====================================================================
15. Experienced Worker Assessment
====================================================================

 ***/ 
 
.experienced_worker_assessment{
	margin:0 0 0 0;
	} 
 
 
 
   /*** 

====================================================================
16. External Promotion
====================================================================

 ***/ 
 
.external_promotion_panel{
	margin:0 0 0 0;
	} 
 
.external_promotion_panel p {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 0 20px 0;
	}
.external_promotion_panel p span.left{
	color:#8b1e3f;
	font-weight: 700;
	} 
body.page-id-115 p strong{
	color:#8b1e3f;
	font-weight: 700;
}

.external_promotion_panel p span.right{
	color:#1B75BB;
	font-weight: 700;
	} 
.external_promotion_panel_bottom{
	background:#fce7d9;
	padding:30px 30px;
	}
.external_promotion_panel_bottom{
	margin:30px 0 0 0;
	}

.external_promotion_panel .external_promotion_panel_bottom p {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-family: montserrat, sans-serif;
  font-weight: 300;
  margin: 0 0 0 0;
	}
.external_promotion_panel .external_promotion_panel_bottom p a{
	color:#1B75BB;
	font-weight: 700;
	}
.external_promotion_panel .external_promotion_panel_bottom h3 {
  color: #f1803c;
  font-size: 18px;
  line-height: 32px;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  margin: 0 0 20px 0;
	} 
 

   /*** 

====================================================================
17. Industry Approved Qualifications
====================================================================

 ***/
 
.industry_approved_qualifications{
	margin:0 0 18px 0;
	} 
.industry_approved_qualifications2{
	margin:0 0 0 0;
	} 
.industry_approved_qualifications2 h3 {
  color: #8b1e3f;
  font-size: 18px;
  line-height: 32px;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  margin: 20px 0 20px 0;
	}
.industry_approved_qualifications3{
	margin:0 0 30px 0;
	width:100%;
	} 
.industry_approved_qualifications3 img{
	margin:0 0 20px 0;
	width:100%;
	}
.industry_approved_qualifications3 p {
  color: #000;
  font-size: 14px;
  line-height: 25px;
  font-family: montserrat, sans-serif;
  font-weight: 400;
  margin: 0 10px 0 0;
  text-align:left;
 }	
.industry_approved_qualifications3 p a{
	color: #1B75BB;
    font-weight: 700;
 }	
 
body.page-id-107 figcaption.gallery-caption {
    color: #000;
    font-size: 14px;
    line-height: 25px;
    font-family: montserrat, sans-serif;
    font-weight: 400;
    margin: 20px 10px 0 0;
    text-align: left;
    font-style: normal;
}
body.page-id-107 figcaption.gallery-caption a{
	color: #1B75BB;
    font-weight: 700;
}
body.page-id-107 figcaption.gallery-caption a:hover{
	color: #8DBADD;
    } 
 
 
   /*** 

====================================================================
18. Rogue Trainers
====================================================================

 ***/
.rogue_trainers{
	margin:0 0 18px 0;
	}  
.rogue_trainers p {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-family: montserrat, sans-serif;
  font-weight: 300;
  margin: 0 0 20px 0;
  } 
.rogue_trainers p a{
  color: #1B75BB;
  font-weight: 700;
  } 
.rogue_trainers p a:hover{
  color: #8DBADD;
  }   
  
  
 .rogue_trainers p strong{
	 font-weight: 700;
 }
 
 
 
/*.rogue_trainers img{
	width:230px;
	margin:-20px 0 0 0;	
  }
.rogue_trainers img.size-full {
    width: 100%;
    margin: 0;
}*/
.rogue_trainers h2 {
  color: #000;
  font-family: montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  padding: 15px 0 35px 0;
} 
.rogue_trainers h3 {
  color: #8b1e3f;
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  padding: 0 0 0 0;
} 
.rogue_trainers blockquote {
    background: #fce7d9;
    padding: 30px 30px;
    margin: 30px 0 0 0;
}
.rogue_trainers blockquote h3{
	color: #f1803c;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.rogue_trainers blockquote p{
	margin:0;
}
body.page-id-119 .rogue_trainers blockquote {
	background: #ebebeb;
    padding: 30px 40px 1px 40px;
	margin-bottom: 30px;
}
body.page-id-119 .rogue_trainers blockquote h2{ 
    color: #8b1e3f;
    font-family: montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}
body.page-id-119 .rogue_trainers blockquote p{ 
	color: #000;
    font-size: 18px;
    line-height: 32px;
    font-family: montserrat, sans-serif;
    font-weight: 300;
    margin: 0 0 20px 0;
}
body.page-id-119 .rogue_trainers blockquote a{
	color: #1d71b8;
    font-weight: 700;
	font-family: montserrat, sans-serif;
}
body.page-id-119 .rogue_trainers blockquote a:hover{
	color: #8DBADD;
  }

body.page-id-119 .rogue_trainers blockquote ul{
	counter-reset: item;
}
body.page-id-119 .rogue_trainers blockquote ul li{
	counter-increment: item;
    padding: 0 0 0 80px;
    margin: 0 0 15px;
    min-height: 65px;
}
body.page-id-119 .rogue_trainers blockquote ul li:before{
    content: counter(item);
    width: 60px;
    height: 60px;
    background: #8b1e3f;
    border-radius: 0;
    color: #fff;
    position: absolute;
    display: inline-block;
    top: 0;
    margin-right: 20px;
    text-align: center;
    font-size: 36px;
    line-height: 32px;
    font-weight: 700;
	padding-top: 25px;
}
body.page-id-119 .rogue_trainers blockquote ul li:after {
    content: "Step";
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    width: 60px;
    text-align: center;
    top: 4px;
}

   /*** 

====================================================================
19. STEM Electrotechnical Ambassadors
====================================================================

 ***/
 
 
.electrotechnical_ambassadors{
	margin:0 0 30px 0;
	}
.electrotechnical_ambassadors_logo{
	margin:0 0 18px 0;
	}	
	 
.electrotechnical_ambassadors ul{
	padding:0;
	margin:20px 0 20px 0;
	}
.electrotechnical_ambassadors ul li{
	position:relative;
	color: #000;
    font-family: montserrat, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin:0 0 0 20px;
	padding: 0 0 0 16px;
	}
.electrotechnical_ambassadors ul li:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 13px;
	border-radius: 100%;
	background:url(../images/icon/bulate.png) 0 0 no-repeat;
	background-size: 5px;
	width: 5px;
    height: 5px;
	}	
	
.electrotechnical_ambassadors ul li a{
	color:#1B75BB;
	font-weight:700;
	} 
.electrotechnical_ambassadors p {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-family: montserrat, sans-serif;
  font-weight: 300;
  margin: 0 0 20px 0;
 } 
 
.electrotechnical_ambassadors p span{
	color: #1B75BB;
	font-weight:700;
 } 
.electrotechnical_ambassadors p span a{
	color: #1B75BB;
	font-weight: 700;
 }  
 
.ambassadors_gray{
	background:#ebebeb;
	padding:30px 40px 0px 40px;
	}
.ambassadors_gray h2 {
  color: #8b1e3f;
  font-family: montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  padding: 0 0 10px 0;
  text-transform:uppercase;
}  
 
.ambassadors_gray p {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-family: montserrat, sans-serif;
  font-weight: 300;
  margin: 0 0 20px 0;
} 
.ambassadors_step{
	margin:5px 0 0 0;
	padding: 0 0 15px 0;
	}
.ambassadors_step_left{
	width:60px;
	float:left;
	background:#8b1e3f;
	padding:5px 0;
	}
.ambassadors_step_right{
	width:940px;
	float:right;	
	}
.ambassadors_step_left p {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  margin: 0 0 0 0;
  text-align:center;
  }
.ambassadors_step_left p span {
	display:block;
	font-size: 36px;
	line-height: 32px;
	font-weight: 700;
  }
.ambassadors_step_right p {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-family: montserrat, sans-serif;
  font-weight: 300;
  margin: 0 0 20px 0;
  text-align:left;
  }
.ambassadors_step_right p a {
	color: #1B75BB;
    font-weight: 700;
  }
.ambassadors_step_right p span {
	color: #000;
    font-weight: 700;
  }
.ambassadors_buttom{
	margin:36px 0 0 0;
	}

.ambassadors_buttom h3 {
  color: #8b1e3f;
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  padding: 0 0 20px 0;
  text-transform:uppercase;
}  
 
.ambassadors_buttom p {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-family: montserrat, sans-serif;
  font-weight: 300;
  margin: 0 0 20px 0;
} 
.ambassadors_buttom p span {
	color: #000;
    font-weight: 700;
  }


   /*** 

====================================================================
20. Training and Qualifications Forum
====================================================================

 ***/
 
.training_and_qualifications{
	margin:0 0 30px 0;
	}
	
.training_and_qualifications_logo{
	margin:0 0 30px 0;
	}	
.training_and_qualifications p {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-family: montserrat, sans-serif;
  font-weight: 300;
  margin: 0 50px 20px 0;
}	  
.training_and_qualifications_forms {
  padding: 40px;
  background: #e6e6e6;
  margin: 33px 0 0 0;
} 
.training_and_qualifications .training_and_qualifications_forms h2 {
  color: #8b1e3f;
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 0 0 20px 0;
} 


 
 .form-group {
    margin-bottom: 0;
}


.form_field_wrapper label {
	font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 4px;
    width: 100%;
    margin-left: 1px;
    padding: 0 0.78571em;
    z-index: 1;   
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;   
	-webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
	color: #737373;
}

.form_field_wrapper.js-hide-label label {
    opacity: 0;
    top: 7px;
	 -webkit-transform: translateY(3px);
    transform: translateY(3px);
}
.form_field_wrapper label{
	transform: none;
	-webkit-transform: none;
}
.form_field_wrapper{
	position: relative;
	margin-bottom: 15px;
	width:100%;
}
.form_field_wrapper.js-hide-label .input-field{
	color: #818181;
}
.form_field_wrapper .input-field{
	width: 100%;
	/*height: 47px;*/
	background: #fff;
	border: 1px solid #fff;
	color: #333;
	font-size: 12px;
	padding: 1.25em 0.78571em;
	appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form_field_wrapper.js-hide-label .input-field{
  padding: 1.0em 0.78571em;
}
.form_field_wrapper .input-field:focus{
	outline: none;
}
.form_field_wrapper.js-unhighlight-label .input-field, .form_field_wrapper .input-field {
    padding-top: 1.5em;
    padding-bottom: .5em;
}

.form-group .btn4 {
    display: inherit;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #674fa1;
    border: 0;
    padding:0 0;
	margin:0 auto;
    border-radius:0;
	opacity: 1;
	height: 50px;
	line-height:50px;
	width:200px;
	color: #ffffff;
    font-family: montserrat, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform:uppercase;
	}
.form-group .btn4:hover{
	background-color: #B3A7D0;
	}

.form-group .btn4 a {
    color: #fff;
	}

.custom-control-label::before {
    background-color: #fff;
	}
 

.credit {
    color: #000000;
    font-size: 14px;
    font-family: montserrat, sans-serif;
    margin: 0 0 0 0;
	font-weight: 400;
	line-height: 18px;	
	padding: 0 0 0 0;
	}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 8px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
}
.training_and_qualifications_forms .nf-form-content{
	padding:0;
}
.training_and_qualifications_forms .nf-form-fields-required, .training_and_qualifications_forms .label-above .nf-field-label{
	display:none;
}
.training_and_qualifications_forms.nf-field-container.email-container,
.training_and_qualifications_forms .nf-field-container.textbox-container{
   margin-bottom: 15px;
}
.training_and_qualifications_forms .nf-field-container.submit-container{
	margin-bottom:0;
	text-align:center;
}
.training_and_qualifications_forms .nf-field-container.html-container{
	margin-bottom:0;
}
.training_and_qualifications_forms #nf-label-field-7, .training_and_qualifications_forms #nf-label-field-15, .training_and_qualifications_forms #nf-label-field-24{
	color: #000000;
    font-size: 14px;
    font-family: montserrat, sans-serif;
    font-weight: 400;
    line-height: 18px;
}

.training_and_qualifications_forms .nf-form-content input[type=button]{
	text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #674fa1;
    border: 0;
    padding: 0 0;
    margin: 0 auto;
    border-radius: 0;
    opacity: 1;
    height: 50px;
    line-height: 50px;
    width: 200px;
    color: #ffffff;
    font-family: montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

select::-ms-expand {
    display: none;
}

input::-ms-clear { display: none; font-size:0;width : 0; height: 0}

input::-moz-clear { display: none;font-size:0;width : 0; height: 0 } 
 
.custom-control {
    text-align: left;
    margin: 0 0 35px 0;
	padding-left: 0;
}
.custom-control .wpcf7-list-item {
    margin: 0;
    vertical-align: middle;
}
.contact_border{
	border-top:1px solid #d9d9d9;
	padding:39px 0 0 0;
	margin:33px 0 0 0 !important;
	} 
.custom-control-input:checked ~ .custom-control-label::before {
    margin: 0 0 0 0;
	} 
 
.custom-control-label::after {
    position: absolute;
    top: 0.090rem;
}
.input-field2{
	height:180px;
	color: #737373;
	}

.form_field_wrapper.js-hide-label .input-field {
	color: #000;
} 
.custom-control-label::after {
    position: absolute;
    top: 0.290rem;
}
.custom-control-label2::after {
    position: absolute;
    top: 0.220rem;
}   
.form-check-input:checked {
  background-color: #4da6ff;
  border-color: #4da6ff;
} 
.training_and_qualifications .privacy_text p{
  color: #000000;
  font-family: montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin: -20px 0 0 0;
  margin-right: 0px;
  } 
.view_stape{
	border:2px solid #dfe3e5;
	margin:0 0 20px 0;
	padding:20px 16px;
   } 
.training_and_qualifications .view_stape h3{ 
	color: #bfbfbf;
    font-family: montserrat, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	padding: 0 0 0 0;
	}
.view_stape ul{
	padding:0;
	margin:22px 0 0 0;
	}
.view_stape ul li{
	color: #fff;
    font-family: montserrat, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	margin: 0 7px;
	padding:5px 0;
	background:#8b1e3f;
	display: inline;
	} 
.view_stape ul li:hover{	
	background:#C58E9F;
    }
.view_stape ul li a{
	color: #fff;
	padding:0 10px;
	}  
   
.training_and_qualifications h2{
	color: #000;
	font-family: montserrat, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	padding: 0 0 20px 0;
} 
 
 
 
 
   /*** 

====================================================================
21. Data Dashboard
====================================================================

 ***/
 
.data_dashboard{
	margin:0 0 30px 0;
	}
.data_dashboard_mg {
  text-align: center;
  margin: 0 0 30px 0;
  }	
	
.rogue_trainers ul{
	padding:0;
	margin:20px 0 20px 0;
	}
.rogue_trainers ul li{
	position:relative;
	color: #000;
    font-family: montserrat, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	margin:0 0 0 20px;
	padding: 0 0 0 16px;
	}
.rogue_trainers ul li:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 13px;
	border-radius: 100%;
	background:url(../images/icon/bulate.png) 0 0 no-repeat;
	background-size: 5px;
	width: 5px;
    height: 5px;
	}	
	
.rogue_trainers ul li a{
	color:#1B75BB;
	font-weight: 400;
	}	
.ltb_button .btn-primary {
	color: #fff;
	background-color: #674fa1;
	border-color: #674fa1;
    font-family: montserrat, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
	border-radius: 0;
	padding:0 11px;
	margin:7px 0 0 0;
    }
.ltb_button .btn-primary:hover {
	background-color: #B3A7D0;
	border-color: #B3A7D0;
   }

   /*** 

====================================================================
22. News Item
====================================================================

 ***/
 
.news_item{
	margin:0 0 30px 0;
	}	
.news_item_mg {
  text-align: center;
  margin: 0 0 30px 0;
  }	
.news_item_mg p{
	position:relative;
	color: #000;
    font-family: montserrat, sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 21px;
	margin:15px 0 0 0;
	padding: 0 0 0 0;
	}	
.news_item_mg p img{
	display:inline;
	margin:-2px 10px 0 0;
	}

.news_item ul{
	padding: 0;
    margin: 0;
	}
.news_item ul li {
	position: relative;
	color: #000;
	font-size: 18px;
	line-height: 32px;
	font-family: montserrat, sans-serif;
	font-weight: 300;
	margin: 0 0 20px 0;
	background: url(../images/icon/bulate.png) 0 13px no-repeat;
	background-size: 5px;
	padding: 0 0 0 16px;
  }	
.news_item_mg p span{
	margin:2px 0 0 0;
	}	
.news_item .social_plugin{
	margin:32px 0 0 0;
	}
.news_item .social_plugin ul{
	margin:0 0 0 0;
	text-align: center;
	}
.news_item .social_plugin ul li{
	margin:0 0 0 0;
	display: inline-block;
	background: none;
	padding:0;
	}	
.sh-button {
    display: inline-block;
    margin: 0 2px 5px;
    padding: 5px 15px 5px 10px;
    overflow: hidden;
    text-decoration: none;
    text-transform: none;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border: 0;
    font-family: helvetica neue,helvetica,arial,sans-serif;
    background-color: transparent;
    font-size: 10.5px;
    line-height: 20px;
    vertical-align: middle;
}
.sh-button:hover {
	transform: translateY(-4px);
}
.sh-button.sh-facebook{
	background-color: #3b5998;
}
.sh-button.sh-twitter{
	background-color: #1da1f2;
}
.sh-button.sh-email{
	background-color: #848484;
}
.sh-button.sh-pinterest{
	background-color: #cb2027;
}
.sh-button.sh-linkedin{
	background-color: #0077b5;
}
.sh-icon {
    vertical-align: middle;
}	
.sh-icon svg {
    fill: #fff;
}
.sh-title {
    vertical-align: middle;
}
	
		
   /*** 

====================================================================
23. News
====================================================================

 ***/

.news{
	margin:0 0 30px 0;
	}	
.news_panel_in{
	width:100%;
	padding:19px 0;
	border-top:1px solid #d9d9d9;
	}
.news_panel_in2{
	border-bottom:1px solid #d9d9d9;
	}		
.news_panel_left{
	width:240px;
	float:left;
	}
.news_panel_right{
	width:432px;
	float:right;
	}
.news_panel_right p{
    color: #000;
    font-size: 14px;
    font-family: montserrat, sans-serif;
    font-weight: 300;
    line-height: 25px;
	padding:0 0 0 0;
	margin:22px 0 0 0;
	}

.news_panel_right h4 {
    font-size: 18px;
    line-height: 25px;
    margin: 14px 0 0 0;
    color: #808080;
    font-family: montserrat, sans-serif;
	font-weight: 700;
    padding:0 0 0 0;
	}
.news_panel_right h4 a{
	color: #808080;
}
.news_panel_right h4 a:hover{
	color:#000;
}
.news_panel_right .more-link{display:none;}
.date2 p{
    color: #000;
    font-family: montserrat, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 21px;
	padding:17px 0 5px 20px;
	margin:0;
	}
.date2 p span{
	margin: -1px 0px 0 -20px;
	position: absolute;
	}
.news_panel{
	width:700px;
	}
.news_right_panel{
	width:350px;
	background:#ebedee;
	padding:25px 30px 25px 30px;
	}
.news_right_panel h3 {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 0 0;
    color: #8b1e3f;
    font-family: montserrat, sans-serif;
	font-weight: 700;
    padding:0 0 0 0;
	}	 
.news_right_panel p{
    color: #000;
    font-size: 14px;
    font-family: montserrat, sans-serif;
    font-weight: 300;
    line-height: 21px;
	padding:0 0 0 0;
	margin:10px 0 0 0;
	}
.news_right_panel p a{
	margin: 0 0 0 0;
	display:block;
	color: #1B75BB;
    font-weight: 700;
	}
.news_enquiries{
	margin: 15px 0 0 0 !important;
	}
.post-navigation{
	float:left;
	width:100%;
}
.post-navigation .nav-links a{
	color:#BFBFBF;
}
.post-navigation .nav-links .nav-next{
	float:right;
}
.post-navigation .nav-links .nav-previous{
	float:left;
}

   /*** 

====================================================================
24. Good News Story
====================================================================

 ***/
 .good_news_story{
	margin:0 0 30px 0;	 
	 }
 
.good_news_story_gray {
  padding: 40px;
  background: #e6e6e6;
  margin: 33px 0 0 0;
  }
.good_news_story ul{
	padding:0;
	margin:20px 0 0 0;
	}
.good_news_story ul li{
	position:relative;
	color: #000;
    font-family: montserrat, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	margin:0 0 0 20px;
	padding: 0 0 0 16px;
	}
.good_news_story ul li:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 13px;
	border-radius: 100%;
	background:url(../images/icon/bulate.png) 0 0 no-repeat;
	background-size: 5px;
	width: 5px;
    height: 5px;
	}	
	
.good_news_story ul li a{
	color:#1B75BB;
	font-weight: 700;#1B75BB
	}
.good_news_story .privacy_text p{
  color: #000000;
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 0 0;
  margin-right: 0px;
  } 


   /*** 

====================================================================
25. Vice Chair
====================================================================

 ***/
.vice_chair{
	margin:0 0 30px 0;	 
	}
.vice_chair_top{
	margin:0 0 34px 0;	
	}
.vice_chair_left{
	margin:0 40px 0 0;	
	float:left;
	width: 200px;
	}
.vice_chair_left img{
    border-radius: 20px;
	}	
.vice_chair_right{
	margin:0 0 0 0;	
	}
.vice_chair_right img{
    border-radius: 20px;
	}
.vice_chair_right h2{
  color: #000000;
  font-family: montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 0 0;
 }
.vice_chair_right h3{
	color: #000000;
    font-family: montserrat, sans-serif;
	font-size: 36px;
	font-weight: 300;
	line-height: 40px;
	padding: 13px 0 0 0;
 }

.vice_chair_right p{
	color: #000000;
	font-size: 18px;
    font-family: montserrat, sans-serif;
    font-weight: 300;
	line-height: 27px;
	padding: 13px 0 0 0;
 }
.vice_chair_right p span{
	display:block;
 }



   /*** 

====================================================================
26. Annual Report
====================================================================

 ***/
.annual_report{
	margin:0 0 30px 0;		
	}
.annual_report_sec{
	margin:40px 0 0 0;		
	}
.annual_report ul{
	padding:0;
	margin:5px 0 0 0;
	}
.annual_report ul li{
	position:relative;
	color: #000;
    font-family: montserrat, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	}
.TESP_optimised img{
	padding:0 25px 0 0;
	}	
.TESP_optimised img{
	width:100%;
	}	
.annual_report ul li a{
	color:#000;
    font-family: montserrat, sans-serif;
	font-weight: 300;
	}
.annual_report ul li a:hover{
	color:#8b1e3f;
    font-family: montserrat, sans-serif;
	font-weight: 700;
	}
.annual_report ul li a.active{
	color:#8b1e3f;
    font-family: montserrat, sans-serif;
	font-weight: 700;
	}	
	
.annual_report_panel{
	width:350px;
	background:#ebedee;
	padding:25px 30px 25px 30px;
	}
.annual_report_panel h3 {
	font-size: 14px;
	line-height: 21px;
    margin: 0 0 0 0;
    color: #000;
    font-family: montserrat, sans-serif;
	font-weight: 700;
    padding:0 0 0 0;
	}	


   /*** 

====================================================================
27. Current LMI Information
====================================================================

 ***/
 
.current_lmi_information{
	margin:0 0 30px 0;		
	}
.current_lmi_information h3 {
  font-size: 18px;
  line-height: 27px;
  margin: 25px 0 0 0;
  color: #8b1e3f;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  padding: 0 0 0 0;
  }
.current_lmi_information p {
	font-size: 18px;
	line-height: 32px;
	margin: 25px 0 0 0;
	color: #000;
	font-family: montserrat, sans-serif;
	font-weight: 300;
	padding: 0 0 0 0;
  }  
  
.current_lmi_information ul{
	padding:0;
	margin:20px 0 0 0;
	}
.current_lmi_information ul li{
	position:relative;
	color: #000;
    font-family: montserrat, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	margin:0 0 15px 20px;
	padding: 0 0 0 16px;
	}
.current_lmi_information ul li:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 13px;
	border-radius: 100%;
	background:url(../images/icon/bulate.png) 0 0 no-repeat;
	background-size: 5px;
	width: 5px;
    height: 5px;
	}	
	
.current_lmi_information ul li a{
	color:#1B75BB;
	font-weight: 700;
	}
.current_lmi_information ul li a:hover{
	color: #8DBADD;
    } 	
.current_lmi_information_bottom{
	background:#ebedee;
	padding:30px 30px;
	margin:28px 0 40px 0;
	}
.lmi_downloads{
	background:#ffffff;
	border-radius: 10px;
	padding:9px 20px;
	display: flex;
	}
.lmi_downloads img{
  margin:11px 20px 0 0;
  width:15px;
  max-width: inherit;
  }
.lmi_downloads span.right{
    font-family: montserrat, sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-style: normal;
	font-weight: 700;
	color: #674fa1;
  }
.lmi_downloads span.right:hover{
   color: #B3A7D0;	 
  }
.current_lmi_information_bottom h2 {
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 20px 0;
  color: #8b1e3f;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  padding: 0 0 0 0;
  }
  
.addendum_top{
	margin:38px 0 0 0;
	}  
  
  
  
  
  













/*menu*/

ul.dropdown-menu .sub {
  margin: 0px 0 15px 0;
  }
.walkby-intrest-section {
  padding-left: 0;
  }
ul.heading-nav {
  padding: 0px 0;
  }
.dropdown-menu > li ul.sub {
  width: 158px;
  }
ul.dropdown-menu .sub li {
  padding: 6px 0px 6px 0;
  }
ul.dropdown-menu ul.sub a {
  padding: 0px 0 0px 0;
  }
.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding: 3px 0 0 30px;
-webkit-box-shadow: 0px 7px 10px -3px rgba(0,0,0,0.4);
box-shadow: 0px 7px 6px -3px rgba(0,0,0,0.4)  
  }
.dropdown-menu > li ul.sub2 {
  width: 210px;
  }
.dropdown-menu > li ul.sub3 {
  width: 236px;
  }
.dropdown-menu > li ul.sub4 {
  width: 263px;
  }
.dropdown-menu > li ul.sub5 {
  width: 182px;
  }
.dropdown-menu > li ul.sub6 {
  width: 109px;
  }
.navbar .row > * {
  width: auto;
  padding-right: 0;
  }
.navbar-nav .row {
  margin-right: 0;
  margin-left: 0;
  }
.arrow-up {
  top: -16px;
  left: -5px;
}
/*menu*/
  
.home_fill {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index:9000;
  } 
 .carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 7rem;
  }
  
.carousel-control-prev-icon{
	background:url(../images/white-arrow-left.svg) 0 0 no-repeat;
	} 
  
.carousel-control-next-icon{
	background:url(../images/white-arrow-right.svg) 0 0 no-repeat;
	}  
.carousel-control-next, .carousel-control-prev {
  width: 12%;  
  }
  
  
  
  
  
  
.contact_form{
	} 
 
.contact_form .form_field_wrapper {
  margin-bottom: 20px;
}
.contact_form .input-field2 {
  height: 120px;
 }
 .contact_form .input-field3{
	  height: 190px;
 }
 .form_field_wrapper .input-field-select {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 0;
  color: #333;
  font-size: 12px;
  padding: 0 0.78571em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/down.svg) 97% center no-repeat #fff;
}  
  
  
  
body.page-id-101 nf-fields-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	position:relative;
}
body.page-id-101 nf-field {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
body.page-id-101 nf-field:nth-child(5){
	position:absolute;
	top: 150px;
}
body.page-id-101 #nf-field-19{
    height: 125px;
}
body.page-id-101 nf-field:nth-child(6), body.page-id-101 nf-field:nth-child(7), body.page-id-101 nf-field:nth-child(8){
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
body.page-id-101 .nf-after-field {
    position: absolute;
    font-size: 12px;
    font-weight: 400;
}
body.page-id-101 #nf-form-errors-2{
	margin-top:30px;
}
body.page-id-101 .nf-input-limit{
	margin:0 !important;
}
  
  
body.page-id-414 nf-fields-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	position:relative;
}
body.page-id-414 nf-field {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
body.page-id-414 nf-field:nth-child(6), body.page-id-414 nf-field:nth-child(7), body.page-id-414 nf-field:nth-child(8){
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
  
 body.page-id-414 nf-field:nth-child(4){
	 position: absolute;
     top: 0;
	 right:0;
 }
 body.page-id-414 nf-field:nth-child(5){
	     position: absolute;
    top: 146px;
 }
 body.page-id-414 .nf-form-content textarea.ninja-forms-field {
    height: 196px;
}
body.page-id-414 nf-field:nth-child(6){
	margin-top:85px;
}
  body.page-id-414 #nf-form-errors-3{
	margin-top:30px;
}
  body.page-id-414 .nf-input-limit {
    margin-top: 0;
}

 body.page-id-414 .nf-after-field {
    position: absolute;
    font-size: 12px;
    font-weight: 400;
}
body.page-id-414 .training_and_qualifications_forms .nf-field-container.textbox-container {
	margin-bottom: 25px;
}


.page-id-107 .gallery-item{
   padding: 0 1.1400652% 0;	
	}

.page-id-107 figure {
  margin: 0 0 9px;
  }
.page-id-101 .nf-error-msg{
  margin: 0 0 0 9px;
  }
.page-id-101 .nf-form-content input[type="button"]:hover{
  background: #674fa1;
  color:#fff;
  }
.page-id-99 .nf-form-content input[type="button"]:hover{
  background: #674fa1;
  color:#fff;
  }
.nf-error .nf-error-msg{
  font-size: 14px;
  font-weight: 300;
  } 
.page-id-101 .nf-form-content .list-select-wrap > div div::after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  right: 15px;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  font-weight: 300;
} 

.page-id-101 .checkbox-container.label-right label::before {
  left: -25px;
  top: 0;
	} 
.page-id-101 .checkbox-wrap .nf-field-label label:before{
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	z-index: 2;
	font-weight: 300;
	}
	

.page-id-101 .wpcf7 form.invalid .wpcf7-response-output{
	border-color: #dc3232;	
	}
.page-id-99 .wpcf7 form.invalid .wpcf7-response-output{
	border-color: #dc3232;	
	}

.post-navigation .nav-links .nav-next{
	/*display:none;*/
	}
.wpcf7-list-item-label{
  color: #000000;
  font-size: 14px;
  font-family: montserrat, sans-serif;
  margin: 0 0 0 7px;
  font-weight: 400;
  line-height: 18px;
  padding: 0 0 0 0;
  display: inline-table;
}	
	
.page-id-3 .industry_site_index_category table {
  color: #000;
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 0 0;
  margin: 19px 0 30px 0;
  
  }	
.page-id-3 .industry_site_index_category td {
  padding: 10px;
  margin: 0 0 0 0;
  border: 1px solid #b2b0af;
  }	
.page-id-3 .industry_site_index_category h2 {
  color: #000000;
  font-family: montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 0 0;
  padding: 15px 0 20px 0;
}


.page-id-521 .industry_site_index_category td {
  padding: 10px;
  margin: 0 0 0 0;
  border: 1px solid #b2b0af;
  }	
.page-id-521 .industry_site_index_category h2 {
  color: #000000;
  font-family: montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 0 0;
  padding: 15px 0 20px 0;
}
.page-id-521 .rogue_trainers ul {
  padding: 0;
  margin: 20px 0 20px 0;
 }
.page-id-521 .rogue_trainers ul li {
  position: relative;
  color: #000;
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 20px 0;
  padding: 0 0 0 16px;
 }
.page-id-521 .rogue_trainers ul li a {
  color: #1B75BB;
  font-weight: 700;
}

.page-id-521 .rogue_trainers ul li:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 13px;
	border-radius: 100%;
	background:url(../images/icon/bulate.png) 0 0 no-repeat;
	background-size: 5px;
	width: 5px;
    height: 5px;
	}	
.page-id-99 .contact_us .form_field_wrapper:nth-child(2){
	display:none;
}
.page-id-414 .wpcf7 form.invalid .wpcf7-response-output{
  border-color: #dc3232;
}

.alignfullwidth {
  width: 100%;
  }
.error{
	height:400px;
	}  
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
-webkit-border-radius: 0;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}   

.credit .wpcf7-list-item input{
width: 20px;
height: 20px;
margin-top: -2px;
vertical-align: top;
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
color-adjust: exact;
print-color-adjust: exact;	
border-radius: 0;
-webkit-border-radius: 0;
}

.credit .wpcf7-list-item input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.credit .wpcf7-list-item input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}




.page-id-115 .credit p.privacy_text{
    color: #000000;
    font-family: montserrat, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 30px 0 0 0;
    margin-right: 0px;
}  
.page-id-115 .industry_checkbox{
	color: #000000;
	font-size: 14px;
	font-family: montserrat, sans-serif;
	margin: 0 0 0 7px;
	font-weight: 400;
	line-height: 18px;
	padding: 0 0 0 0;
	display: inline-table;
    width: 90.5%;
   } 
  
.page-id-115 .custom-control {
    text-align: left;
    margin: 0 0 11px 0;
    padding-left: 0;
   }
.page-id-115 .btn_spaces{
    text-align: left;
    margin: 0 0 35px 0 !important;
    padding-left: 0;
   }
.page-id-115 .form_field_wrapper .input-field-select {
  background: url(../images/down.svg) 97% center no-repeat #fff;
  }
.page-id-115 .wpcf7 form.invalid .wpcf7-response-output{
  border-color: red;	
  }  
.page-id-115 .wpcf7 form .wpcf7-response-output {
    margin: 2em 0 1em;
   }
  
.custom-control3 input{
width: 20px;
height: 20px;
margin-top: 1PX;
vertical-align: top;
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
color-adjust: exact;
print-color-adjust: exact;	
border-radius: 0;
-webkit-border-radius: 0;
}

.custom-control3 input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.custom-control3 input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
  
.carousel-control-next, .carousel-control-prev {
  width: 3%;
  height: 110px;
  top: 33.5%;
  }  
.carousel-control-prev {
  left: 3%;
 }  
.carousel-control-next {
  right: 3%;
 }  
  
.banner .home_fill img{
	height: inherit;
	object-fit: initial;	
	}  
.page-id-29 .banner img {
	height: inherit;
	object-fit: initial;
  }  
  
.wpcf7-spinner{
	margin: 10px auto 0 auto;
	width: 24px;
	text-align: center;
	display: block;
	}  

  /***
====================================================================
28. Faqs
====================================================================

 ***/ 
 
 div[id^="tab"] > h2{display:block; color:#000; margin:0 0 30px; font-size:30px} 
 .wp-faqp-accordion.wp-faqp-design-2 .wp-faqp-main{
	 background:#fff !important;
	 border-color:#bfbfbf !important;
 }
 .wp-faqp-accordion.wp-faqp-design-2 .wp-faqp-main h4{
	 color:#000;
 }

 .wp-faqp-white [data-accordion].wp-faqp-open>[data-control]::after{
	
	-webkit-transform: rotate(180deg) !important;
-ms-transform: rotate(180deg) !important;
transform: rotate(180deg) !important;
 }

 .wp-faqp-content p{font-weight:400;line-height:24px;}
.faqs{
	width:100%;
	margin: 0 0 0 0
	}

.faqs_s_box{
	width:100%;
	padding:0 0 0 0;
	}
.wp-faqp-title {
    cursor: pointer;
    padding: 15px 40px 15px 15px!important;
	    border-top: 1px solid #ccc;
}	
.wp-faqp-accordion .wp-faqp-main-wrp .wp-faqp-main h4 {
    font-size: 20px !important;
    line-height:24px !important;
    font-weight: 600;
    font-family: montserrat, sans-serif;
}	
.wp-faqp-content p {
    color: #000000;
    /*font-family: 'AvenirLTStd-Roman';*/
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    margin: 18px 0 0 0;
	}
.wp-faqp-content p strong{
    /*font-family: 'AvenirLTStd-Heavy';
	font-size:16px;*/
	}

.wp-faqp-content p:first-child {
    margin: 0px 0 0 0;
	}

.wp-faqp-content ul{
	margin: 18px  0 0 0;
	padding:0;	
	}
.wp-faqp-content ul li{
	color:#000000;
	/*font-family: 'AvenirLTStd-Roman';
	font-size: 16px;*/
	font-weight: normal;
	line-height: 27px;
	margin: 0px 0 0 0;
	padding:0 0 0 14px;
    position: relative;
	}
.wp-faqp-content ul li a{
	color:#079290;
    /*font-family: 'AvenirLTStd-Roman';*/
	}	
	
.wp-faqp-content ul li:before{
	content: "";
	left: 0px;
    top: 10px !important;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #000;
    position: absolute;
	}
.wp-faqp-white.wp-faqp-arrow [data-accordion] > [data-control]:after {
   color: #000;
   }
.wp-faqp-accordion.wp-faqp-design-2 .wp-faqp-main {
  background: #fff !important;
  border-color: #fff !important;
	margin-bottom:0;
}  
.wp-faqp-white [data-accordion].wp-faqp-open > [data-control]:after {
  -webkit-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
}  
.wp-faqp-arrow [data-accordion] > [data-control]::after {
  content: "\f067";
  font-size: 15px;
  font-family: 'Font Awesome 5 Pro';
  transform: rotate(0);
}  
.wp-faqp-white.wp-faqp-arrow [data-accordion].wp-faqp-open > [data-control]:after {
  content: "\f00d";
  transform: rotate(0) !important;
}  

.faqs_left {
    width: 300px;
    float: left;
    background: #e6e6e6;
    padding: 22px 15px 22px 30px;
    box-sizing: border-box;
}
.faqs_right {
    width: calc(100% - 340px);
    float: right;
}
.faqs_left li a {
    color: #000;
}
.faqs_left li a.t-active {
    color: #8b1e3f;
}
.faqs_right .m-tab{
	display:none;
}
.rogue_trainers ul.download_zip li {
  margin: 0 0 20px 0;
  }

.rogue_trainers ul.download_zip li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 13px;
    border-radius: 100%;
    background: none;
        background-size: auto;
    background-size: 5px;
    width: 5px;
    height: 5px;

}

.credit .wpcf7-list-item input {
  margin-top: 6px;
}
.custom-control .wpcf7-list-item {
  margin: -10px 0 0 0;
  vertical-align: middle;
}
.custom-control3 input {
  margin-top: 6PX;
}
.wp-faqp-content p a{
	color:#000;
}
body.page-id-22 .arve{
max-width: 100% !important;
}
body.page-id-22 #html .arve-embed, .arve-embed{
	max-height:inherit !important;
}

.current-box {
    border: 1px solid #bfbfbf;
    margin-bottom: 20px;
}
.am2_s_box {
    width: 100%;
    padding: 0 15px 0 15px;
    margin: 0 0 0 0;
}
.arrowlistmenu5 .menuheader {
    font-size: 20px;
    color: #000;
    /* background: url(../images/plus_coll.png) left 13px no-repeat; */
    margin-bottom: 0;
    padding: 0 15px 3px 15px;
    cursor: pointer;
    text-align: left;
    line-height: 24px;
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    height: 55px;
}
.arrowlistmenu5 .menuheader:before {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #000000;
    opacity: 0.25;
    font-weight: 700;
    line-height: 24px;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
	font-family: 'Font Awesome 5 Pro';
}
.arrowlistmenu5 .menuheader.openheader:before {
    position: absolute;
    right: 15px;
    top: 15px;
    content: "\f068";
    font-size: 14px;
    color: #fff;
	font-family: 'Font Awesome 5 Pro';
}
.arrowlistmenu5 .menuheader:before {
    position: absolute;
    right: 15px;
    top: 15px;
    content: "\f067";
    font-size: 14px;
    color: #fff;
	font-family: 'Font Awesome 5 Pro';
}
.categoryitems3 .am2_s_box ol{padding:0;margin:0;}
.categoryitems3 .am2_s_box ol li{
	color: #000;
font-size: 18px;
line-height: 32px;
font-family: montserrat, sans-serif;
font-weight: 300;
margin: 0 0 20px 20px;
}
.categoryitems3 .am2_s_box ol li a{
	color: #1B75BB;
	font-weight: 700;
 }
ul.download_zip li span.text {
  font-weight: 700;
}
.page-id-103 h2.additional_lmi {
  margin: 30px 0 20px 0;
 }


.new_speed_dials {
    row-gap: 2rem;
}
.new_speed_dials .mobile_spaces1{
    position: relative;
    background: #fff;
    border-radius: 30px;
    padding: 2rem;
    height: 100%;
}
.new_speed_dials .mobile_spaces1 h2 {
    font-size: 24px;
    color: #000;
	line-height:30px;
}
.site_index .new_speed_dials p{
	font-weight:400;
	font-size: 16px;
	width: 230px;
    margin: 19px auto 0 auto;
	line-height:24px;
}
.new_speed_dials .mg_title a{
	text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
	font-family: adelle, serif;
}
.new_latest_news {
    position: relative;
    text-align: center;
}
.new_latest_news h2 {
    font-size: 22px;
    color: #674fa1;
    margin: 0 0 50px;
}

.new_latest_news .carousel-item h3 {
    font-size: 18px;
    min-height: 78px;
	padding:0 40px;
}
.new_latest_news .carousel-item h3 a {
    color: #000;
}
.new_latest_news .carousel-item p.time {
    font-size: 14px;
	color: #aaa;
}
.ltnews-carousel:before {
    content: "";
    width: 1px;
    background: #aaa;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.ltnews-carousel .items {
    position: relative;
    z-index: 1;
    background: #fff;
    margin: 0 2px;
}
.new_latest_news .carousel-control-next-icon, .new_latest_news .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: auto;
    background: none;
}
.new_latest_news .carousel-control-next, .new_latest_news .carousel-control-prev{
	top:50%;
	transform:translateY(-50%);
	width: auto;
    height: auto;
}
.new_latest_news .carousel-control-prev{
	left:0;
}
.new_latest_news .carousel-control-next{
	right:0;
}
.new_latest_news .carousel-control-next-icon:after, .new_latest_news .carousel-control-prev-icon:after {
    font-size: 30px;
	color:#000;
    font-family: 'Font Awesome 5 Pro';
}
.ltnews-carousel .owl-nav > button.disabled{
	opacity:0.5;
	cursor:not-allowed;
}
.new_latest_news .carousel-control-prev-icon:after {
    content: "\f177";
}
.new_latest_news .carousel-control-next-icon:after {
    content: "\f178";
}
.new_latest_news .carousel-item .row{
	position:relative;
}
.new_latest_news .carousel-item .row:after{
	content:"";
	width:1px;
	background:#aaa;
	height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.new_speed_dials .col-md-4{
	padding-right: calc(var(--bs-gutter-x)* 1);
    padding-left: calc(var(--bs-gutter-x)* 1);
	}
.site_des p{
	height:111px;
	}
.page-id-1209 .site_index {
  padding: 40px 20px 40px 20px;
 }






/* Homepage sticky header compensation */
body.home.headtacular-active .banner,
body.home.headtacular-active .m_banner {
    margin-top: 120px; /* match header height */
}


/* Kill Headtacular inline padding */
header.headtacular-active {
    padding-top: 0 !important;
}

header {
padding-top: 0 !important;
}

