/*--------------------------
RESET
---------------------------*/

* {
    margin: 0;
    padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset, img {
    border: 0
}
address, caption, cite, dfn, th, var {
    font-style: normal;
    font-weight: normal
}
caption, th {
    text-align: left
}
q:before, q:after {
    content: ''
}
abbr, acronym {
    border: 0
}
/*--------------------------
GLOBAL
---------------------------*/

html {
    overflow-y: scroll;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
    color: #343a40;
	overflow: hidden;
	font-weight: 400;
	background:url(../images/cream_pixels.png) repeat;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html[xmlns] .clearfix {
    display: block
}
* html .clearfix {
    height: 1%
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.icon_left {
    float: left;
    margin-right: 10px;
}
a img {
    border: 0;
}
a, a:link {
    text-decoration: none;
    color: inherit;
	-o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
a:hover {
    color: #f07427 !important;
}
::selection {
    background: rgba(95, 217, 255, 0.59);
    color: #fafafa;
}
::-moz-selection {
    background: rgb(255, 204, 0);
    color: #fafafa;
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}

h1, h2, h3, h4, h5, h6 {
	position:relative;
	font-weight:300;
	line-height: 1;
}

h1 {
    font-size: 60px;
	padding: 20px 0px 24px 0px;
}
h2 {
    font-size: 40px;
	padding: 20px 0px 24px 0px;
}
h3 {
    font-size: 35px;
	padding: 18px 0px 22px 0px;
	
}
h4 {
    font-size: 23px;
	padding: 15px 0px 20px 0px;
}
h5 {
    font-size: 28px;
	padding: 10px 0px 14px 0px;
}
h6 {
    font-size: 16px;
}

h1 span, h2 span, h3 span{color: #f37225;  font-size: 22px;}

p{margin-bottom: 3px; }
ul, ol {
    margin-bottom: 5px;
}
ul, ol {
    margin-left: 20px;
}
table {
    margin-bottom: 50px;
    width: 100%;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    border: 1px solid #cacaca;
}
th {
    font-weight: bold;
    font-size: 13px;
    background: #ececec;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #fefefe;
    border-left: 1px solid #fefefe;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
td {
    font-size: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #fefefe;
}
th, td, caption {
      padding: 4px 10px !important;
}
.tabletitle{ 
	font-weight: bold;
    font-size: 13px;
    background: #ececec;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #fefefe;
    border-left: 1px solid #fefefe;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
.tabletitle:hover{background-color:#ececec;}
.side {
    text-align: right;
    background: #BACB32;
    border-bottom: 1px solid #BACB32;
    border-right: 1px solid #BACB32;
}
td {
    text-align: center;
}
td a {
    color: #BACB32;
    text-decoration: none;
}
td .icon{width:20px;}
tr{-o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out}
tr:hover{background-color:#F9F7F7;}
/* figure, img {max-width:100%; height:auto; margin-bottom:20px;}
img.left {margin:0 20px 0 0; float:left; }
img.right {margin:0 0 0 20px; float:right;}
img.center {  display: block; margin-left: auto; margin-right: auto; }
object, embed, video{max-width:100%; height:auto} */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 40px;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.aligncenter {
    text-align: center;
}
.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}
.article_img {
    border: 10px solid #ddd;
    margin: 20px;
}

.button_cont {
    margin-top: 5%;
}
.button {
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 10px 40px;
	background-color: #AC8502;
	border: none;
	color: #fff !important;
	font-size:15px;
}
.button:hover{background-color:#6B5D31;}
}
.button:active {
    background: #ab770f;
}

.morebtn{background-color:#414042; font-size:80%; color:#fff !important; padding:10px 20px; border-radius:200px;}
.morebtn:hover{background-color:#f07427; color:#fff !important;}

hr{margin-top: 1em;margin-bottom: 2em;border: 0; border-top-color: currentcolor;    border-top-style: none;    border-top-width: 0px; border-top: 1px dotted #ccc;}

.bodycont{width:100%; margin:0px auto;}

.container12, footer{width:100%; float:left; position:relative;}
article{width:80%; margin:0px auto;}
header{ width:100%; top:0px; left:0px; border-top: #f37225 20px solid;}
header .navholder{ width: 80%;  float: right; position:relative; padding:0 1em;}

header .logo_small{width: 100%; margin-bottom:1em; text-align:center; margin-top: 2em; display:none;}
header .logo_small img{width: 100px;}

header .logo{width: 100px; float: left; margin-top: 2em;}
header .logo img{width:100%;}

.inner header{}

header .navigation{float: right; width: 100%; margin-top: 20px; font-weight:300; }
header .navigation .topnav{float: right; width: auto;}
header .navigation .topnav .firstnav{margin:0px; float:right;}
header .navigation .topnav .firstnav li{list-style:none; display:inline;}
header .navigation .topnav .firstnav li a{padding: 9px 5px;}
header .navigation .topnav .firstnav li span{font-size: 14px;}
header .navigation .topnav .social{margin:0px; float:left; margin-right: 12px;}
header .navigation .topnav .social li{list-style:none; display:inline;}
header .navigation .topnav .social li a{margin:0px 5px;}
header .navigation .topnav .social li a:hover{color: #f07427 !important;}


header .navigation nav{float:right; width:100%; margin: 1em 0em;  padding: 0; text-transform: uppercase;}


nav ul{list-style:none; float: right; margin: 0px;}
nav ul li{float:left; display:inline;}
nav ul li a{padding: 9px 15px; font-size: 14px;}
nav ul li a:hover{color: #f07427 !important; background-color: #f2f2f2 !important;}

.last_nav{border-right:none !important;}
nav li ul{
	position:absolute;
	background:rgba(0, 0, 0, 0.67); 
	display:none;
	height:auto;
	margin-left:0px;
	z-index:50;
	margin-top: 0px;
	text-align: left;
	-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border: #ccc0 solid 10px;
 padding: 0px;
}

nav li:hover > ul{
	display:block
}

nav li li:hover {
	
}

nav li li {
    position:relative;
	display:block;
	float:none;
	min-width: 213px;
}

nav li ul a{
	display:block;
	color: #fff !important;
}

nav li li ul{
	position:absolute;
    top:-5px;
    left:100%;
}

.home header{position:relative;}

.banner{position: relative;}

.banner .bannerimg{ background-size:cover !important; height: 520px; overflow: hidden; position:relative;}

.banner .bannerimg .bannercap{position: absolute; bottom: 1em; z-index: 2; color: #fff; font-weight: 300; font-size: 33px; line-height: 1.4; width: 59%; padding-left: 4.5em; padding-top: 1em; padding-bottom: 1em;  padding-right: 2em; }
.banner .bannercap p.darkp{display: inline; background: #231f20; padding: 5px; line-height: 1.4; box-shadow: 0.5em 0 0 #231f20, -0.5em 0 0 #231f20; font-weight:700;}
.banner .bannercap span{font-weight:300; font-size:18px; text-transform: initial;}
.banner .bannericons{position: absolute;left: auto;bottom: 8em;width: 34%;right: 18em;}
.banner .bannericons img{width:100%;}

.banner .logo{width: 152px;  z-index: 2;  position: absolute;  bottom: 18em;}
.banner .logo img{width:100%;}

.inner .banner{height: 260px; margin-bottom: 3em;}
.inner .banner:before{content:""; position:absolute; width:100%; height:100%; top:0px; left:0px; background-color:rgba(243, 114, 37, 0.51);}
.inner .banner .bannertitle { position: absolute; bottom: 0px;  top: auto; width: 100%;}
.inner .banner .bannertitle h2{ color:#fff;}

.inner .banner .title{position: absolute; bottom: 0px; color: #fff; width: 80%;}

.about {margin: 3em 0px;}
.about h2{color: #f37225;}
.about .aboutimg{height: 392px; background-size: cover !important; position:relative}
.about .aboutimg .title{content:""; width:100%; bottom:1em; color:#fff; position: absolute; padding: 0px 20px;}
.about .aboutimg h2{border-left: #f37225 6px solid; color: #fff; padding: 10px 0px 10px 15px;}
.about .cont{font-size: 22px; line-height: 1.5;  font-weight: 300;  padding-top: 4em;}

.innerbodycent {text-align:justify; margin-bottom: 3em;}
.innerbodycent h2{text-align:center !important;}
.innerbodycent .emphasize{font-size:20px; text-align:center !important; font-weight:300; color: #f37225;}

.sidebar .imgbox{height:300px;width:100%;}
.sidebar .largetext{ width: 100%; background-color: #f37225; color: #fff; padding: 3em 2em; text-align: left; font-size: 21px; font-weight: 300}

.sidebar .orangebox{ width: 100%; background-color: #f37225; color: #fff; padding: 3em 2em; text-align: left;}

.dark{background-color: #1baa94; padding: 0px 20px 10px 20px; color: #fff;}

.breaker1{height: 400px; margin-bottom: 1em;}
.breaker1 .phrasebox{position: absolute; bottom: -12px; background-color: rgb(243 114 37); width: 330px; color: #ffffff; padding: 1em 30px 10px 30px;  font-weight: 50; text-align: right; font-size: 10px; height: 100%; line-height: 1.3;}
	
.breaker2{height: 90vh; margin-bottom: 3em; position:relative;}
.breaker2 article{position: relative; height: 100%;}
.breaker2:before{content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background-color: rgb(21 12 6 / 60%);}
.breaker2 .phrasebox{position: absolute; bottom: 2em; width: 70%;  color: #fff; font-size: 10px; font-weight: 300;  text-align: right; right: 0px;}

.breaker3{margin-bottom:3em;}
.breaker3 .imagebreak{height:500px;}
.breaker3 .largetext{margin-top: 4.2em; font-weight: 300;  background-color: #f37225;  color: #fff;  padding: 3em 6em 2em 6em;  width: 110%;}

.servbox{margin-bottom: 3em;}
.servbox .iconbox{ height: 430px; position:relative; margin-bottom: 20px;}
.servbox .iconbox:before{content:""; position:absolute; height:100%; width:100%; top:0px; left:0px; background: rgb(74,29,2); background: linear-gradient(0deg, rgba(74,29,2,0.72) 51%, rgba(255,255,255,0) 100%);}
.servbox .iconbox h4{ color: #fff; padding-bottom: 0px; font-weight: 300; font-size: 25px; bottom: 13px;}
.servbox .iconbox .contbox{ left: 0px; top: 6em; position: absolute;padding: 20px; font-size: 16px; color: #fff; font-weight: 300; text-align: center;}

.servbox .resourcebox{ height: 430px; position:relative; margin-bottom: 20px;}
.servbox .resourcebox:before{content:""; position:absolute; height:100%; width:100%; top:0px; left:0px; background: rgb(74,29,2); background: linear-gradient(0deg, rgba(74,29,2,0.72) 51%, rgba(255,255,255,0) 100%);}
.servbox .resourcebox h4{ color: #fff; padding-bottom: 0px; font-weight: 300; font-size: 26px; text-align: left;  bottom: 13px; position:absolute; padding-left:20px;}
.servbox .resourcebox .contbox{ left: 0px; bottom: 0; position: absolute;padding: 20px; font-size: 16px; color: #fff; font-weight: 300;}


.paddingserv{padding-bottom: 5px;}
.paddingservhome{padding:0px 20px;}

.paddingbox{padding:0px 20px; min-height: 332px;}

.successbox{padding:20px; background-color: rgba(239, 239, 239, 0.49);}
.successbox .imgbox{width:100%; height:207px; margin-bottom:20px;}
.successbox .contbox{text-align: left;}
.successbox .contbox h5{font-size:17px; color: #f37225;}

.successbox2 h5{text-align: right; color:#f37225; font-size: 20px;}

.newsresource{margin-bottom: 3em;}
.newsandupdates .articleimg{width:100%; float:left; margin-bottom:2em; height:150px;}
.newsandupdates .featured{ margin-bottom:2em; height:350px; position:relative;}
.newsandupdates .featured .brief{ position:absolute; width:75%; bottom:0; right:0; padding:20px; background-color:rgba(243, 114, 37, 0.62); color:#fff !important;}
.newsandupdates .featured .brief h3{ color:#fff !important; padding: 0px;}

.profpic{width: 200px; height: 200px; border-radius: 200px; background-size: cover !important; border: #eaeaea solid 7px;}

.profbox{text-align:center; min-height: 280px;}
.profbox .profpic{margin:0px auto; width:170px; height:170px;}
.profbox h4{font-size:18px; color:#f37225;}
.profbox h4 span{font-size:14px; color: #343a40;}
.profbox a{font-size:13px; }

.sidebar .teamlist{margin:0px;}
.sidebar .teamlist li{list-style:none; margin-bottom:10px;}
.sidebar .teamlist li a{ font-size:16px; color:#f37225;}
.sidebar .teamlist li a:hover{ text-decoration:underline;}

.greybg{background-color:#fafafa}

.strategicfocus{}
.strategicfocus .stratbox{height:200px; padding-top:10em; margin-bottom:2em; position:relative;}
.strategicfocus .stratbox:before{content:""; width:100%; height:100%; background: rgb(135,55,6);
background: linear-gradient(0deg, rgba(135,55,6,0.8631827731092436) 0%, rgba(1,5,8,0.23853291316526615) 100%); top:0px; left:0px; position:absolute}
.strategicfocus .iconbox{width:100%;float:left; margin-bottom:10px; text-align:center; padding:20px 0px; position:relative;}
.strategicfocus .iconbox img{height: 60px;}
.strategicfocus .contbox{width:100%; float:left;}
.strategicfocus .stratbox .contbox h4{color: #fff; text-align: center; padding: 0px 20px; font-size: 20px;}

.wherewework{height:75vh;padding-top:2em; margin-top:3em;}
.wherewework .cont{ margin-top: 4em;}
.mapbox{height:400px; overflow:hidden;}

.strategicfocus .stratbox2{height:271px; padding-top:4em; margin-bottom:2em; position:relative;}
.strategicfocus .stratbox2:before{content:""; width:100%; height:100%; background-color:rgba(44, 44, 44, 0.66); top:0px; left:0px; position:absolute}
.strategicfocus  h4{text-align:center; color: #f37225;}

.resources .articleimg{width:100%; float:left; margin-bottom:2em; height:250px;}
.resources .largetext{font-size: 20px; color: #f37225;  font-weight: 300;}

.pubbox{min-height: 370px; position:relative;}
.pubbox:before{content:""; width:100%; height:100%; background: rgb(47 22 7 / 53%); position: absolute;}
.pubbox .cont{padding:0px 20px; text-align:left; color:#fff; position:absolute; bottom: 2em;  width: 100%;}
.pubbox .cont h4{font-size: 21px; padding-bottom: 8px;}

.statbody{min-height:100vh; padding-top:7em; background-size:cover !important; position:relative; color:#fff;}
.statbody:before{height:100%; width:100%; position:absolute; left:0px; top:0px; content:""; background-color:#000000c7;}
.statbody h3{color:#fff;}
.stats{text-align: center;}
.stats .statnum{font-size: 39px; font-weight: 700;  letter-spacing: -2px;  color: #f37225;}

.contactForm{ margin: 0px auto;}
.contactForm input, .contactForm textarea, .contactForm select{width:100%;  -webkit-border-radius: 4px; -moz-border-radius:4px; o-border-radius:4px; border-radius: 4px;  border:none; color:#000000; background:#fff; font-size:15px; border:1px solid #d5d5d6;}
.contactForm textarea{ }
.contactForm p{ margin-bottom:0px;}
.contactForm input, .contactForm textarea { margin-bottom:20px; padding:10px;}
.contactForm input[type="checkbox"]{width: 20px !important;}
.contactForm input:focus, .contactForm textarea:focus, .contactForm input:hover, .contactForm textarea:hover{background:#f2f2f2;}
.contactForm select{padding: 10px 1!important; height: 43px; margin-bottom:20px;}

.contactForm .submit{background-color:#414042; font-size:80%; color:#fff !important; padding:10px 20px; border-radius:200px; -o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; border: none;}

.contactForm label{font-size:13px;float: left;padding: 0;cursor: pointer;text-decoration: none;text-align: left;background:none;margin-bottom: 0px;}
.contactForm input{ margin-bottom:20px;}
.contactForm .short{ width:43%;}
.contactForm input[type="radio"]{width:20px;}

.contactForm .submit:hover, .contactForm .submit:focus{background-color:#f07427; color:#fff !important;}
.disabledbtn{background-color:#ccc !important}

.partners{text-align:center; padding:3em 0px;}
.partners .partnerlist { margin: 0px; padding: 0px;}
.partners .partnerlist li {list-style: none; display: inline; margin-bottom: 1em;}
.partners .partner { height: 70px; margin: 10px 30px;}
.partners .partner_long { height: 50px; margin: 10px 30px;}


.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0); }
}

footer{ padding: 0em 0px 0em 0px;  position: relative;  margin-top: 3em;}

footer .footmenu ul{padding-top: 1em;}
footer .footmenu ul{margin:0px; list-style:none;}
footer .footmenu ul li{margin:0px; display:inline;}
footer .footmenu ul li a{text-transform:uppercase;font-size:13px; padding: 5px 12px;}

footer .contacts{width:25%; float:right;}
footer .bottomlogo{width:90px; }
footer .social{list-style:none; margin: 0px; margin-top:20px;}
footer .social li{display:inline; margin: 0px 3px;}

footer .footlogo {text-align:center;}
footer .footlogo img{width: 90px;}
footer .copy{font-size:11px; margin-top:0em;}

@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 767px)  {
.bodycont{width:100%; margin:0px auto;}
article{width:85%;}
header{position:relative;}

header .logo{ width: 90%; margin: 0px;  text-align: center;  margin: 10px 0px;}
header .logo img{width: 181px;}

header .navholder {padding:0px; width:100%;}
header .navigation{width:100%; margin:0px;}
header .navigation .topnav { text-align: center; width: 100%; color: #000;}
header .navigation .topnav .firstnav{width:100%; margin: 0px;}
header .social{float:none !important; text-align:center; margin-top:20px;}
header .social li{margin:0px 5px; }
header .social li a{padding-left: 0px; margin-left: 0px;}

.banner{ }

.banner .bannertag {width:80%;left: 10%; font-size: 30px;line-height: 29px;}
.banner .bannerimg .bannercap { bottom: 3em; color: #fff; font-weight: 300; font-size: 25px; width: 80%; padding-top: 1em; padding-bottom: 1em; padding-right: 0px; padding-left: 1.5em;}

.banner .bannericons { bottom: 13em; width: 79%;  right: 3em;}
.banner .bannertag .smalltag { line-height: 25px;}
.banner .bannertag .datevenue {  margin-top: 1em; font-size: 19px; margin-bottom: 5em;}
.banner .coursecost { left: 15%; right: 0em; bottom: -5em; width: 183px;   height: 183px;   font-weight: 600;   padding: 2em 0em 0em 0em;   font-size: 15px;   line-height: 17px;  
    border-radius: 200px;   border: 6px solid #fff; }
.banner .coursecost::before { width: 150px; height: 150px;  top: 11px;  left: 11px;}

.banner .booknow {bottom: 4em; }
.banner .booknow a { padding: 12px 24px;}

.inner .banner {height: 200px;}
.inner .banner .bannertitle { left: 1.6em; width: 85%; }

.about { margin-top: 0; margin-bottom:3em;}
.about .cont { padding-top: 3em;  padding-bottom: 3em;}

.about .aboutimg { width: 142%;  margin-left: -44px; }

.coursebox{margin-bottom:20px;}

.eventbx{margin-bottom:20px;}
	
.breaker1 .phrasebox { bottom: 0px; background-color: rgb(243 114 37 / 69%);  width: 150%; left: 0px; padding: 9em 30px 10px 30px; height: 100%;}
.statbody { padding-bottom: 4em;}
.wherewework { height: auto; padding-top: 0em; margin-top: 0em; padding-bottom: 3em;}

.breaker2 {height: 475px;}
.breaker2 .phrasebox { width: 100%; font-size: 15px;}
.partners {padding:0px;}
.partners .partner_long { margin-bottom: 30px;}

footer .footmenu{text-align:center;}
footer .footmenu ul { padding-top: 0em; }
footer .footmenu ul li { margin:10px 0; display: block;}

#progressbar {margin:0px;}

footer .col-md-3{text-align: center;}
footer .copy { margin-top: 1px; text-align:center;}
}

@media handheld and (max-width: 479px), screen and (max-device-width: 479px), screen and ( max-width: 479px)  {


}




