/*   
Theme Name: Integrated Skills 2022 Theme
Theme URI: https://www.wearecoda.com
Description: This is the Integrated Skills 2022 Theme WordPress Website Template
Author: We are CODA
Author URI: https://www.wearecoda.com
Version: 1
*/

@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	height: auto;
	image-rendering : -webkit-optimize-contrast;
    image-rendering : optimizeQuality;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img, iframe {
	width:100%;
}
body, html {
	color: #151b1f;
	font-family: "Roboto Condensed Light";
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}
p { 
	-webkit-font-smoothing: antialiased;
	margin: 0 0 20px 0;
	font-size: 20px;
	line-height: 140%;
	text-align: left;
}
a:link, a:active, a:visited {
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;  
}
a:hover{
	color: #00acc1;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	cursor: pointer;
   
}
ul {
	margin: 0 0 40px 0;
	padding: 0;
}
li {
	margin: 0 0 5px 20px;
	padding: 0 0 0 10px;
	background-image: none;
	background-position: left 3px;
	background-repeat: no-repeat;
	text-align: left;
}
h1, .chunky-title-xlarge, .chunky-title-large, .chunky-title-medium, .chunky-title-small {
	font-family: "Inter Black";
	font-weight: normal;
	line-height: 100%;
}


 #breadcrumbs {
	 font-size: 17px !important;
	 z-index: 1;
	 }
#breadcrumbs a {
	color:#ffffff;
	 }

h2, h3 {
    font-family: "Inter Semi Bold";
	font-weight: normal;
	color: #083447;
	margin: 0 0 40px 0;
	padding: 20px 0 0 0;
	text-align: left;
	font-size: 32px;
	display: block;
	position: relative;
	line-height: 130%;
}

h3 {
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 28px;
}

.mobile-view {
	display: block !important;
	}
.desktop-view {
	display: none !important;
	}
.narrow {
	width: 86%;
	margin-left: 7% !important;
	margin-right: 7% !important;
	box-sizing: border-box;
	}
.bottom-space-double, .bottom-space {
	padding-bottom: 40px;
	}

/* START HEADER SECTION */



#bttb {
  display: none; 
  position: fixed; 
  bottom: 0px; 
  right: 0px;
  margin: 0;
  z-index: 99; 
  border: none; 
  outline: none;
  background-color: #00acc1; 
  color: #ffffff; 
  cursor: pointer; 
  padding: 14px 10px 10px 10px; 
  font-size: 18px; 
  text-transform: uppercase;
  font-family: "Inter Semi Bold";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#bttb:hover {
  background-color: #151b1f;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#top-band-area {
	width: 96%;
	position: fixed;
	z-index: 100;
	display: block;
	padding: 15px;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0 4px 20px 0 rgba(8, 52, 71, 0.18);
	border-radius: 5px;
	margin: 0 2%;
	top: 10px;	
}

#top-band-area-inner {
	margin: 0 auto;
}
#logo {
	display: block;
	margin-right: 15px;
	width: 170px;
	height: auto;
	z-index: 1;
	position: relative;
}

#logo img {
	 max-width: 100%;
}

img.lang-icon {
	height: 14px;
	margin: 0px 6px 0 0;
	vertical-align: top;
}
.arrow{
    border: solid #00acc1;
	border-width: 0 2px 2px 0;
	display: block;
	padding: 3px;
	position: relative;
	margin: 0 auto;
	width: 3px;
	height: 3px;
	top: -3px;
}
.down {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow-right {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  margin-left: 10px;
  border: solid #083447;
  border-width: 0 2px 2px 0;
  padding: 3px;
  position: relative;
  width: 3px;
  height: 3px;
	

}





/* MAIN MENU STYLES */

#mainNav {	 
	display: none;
}

/* RESPONSIVE MENU STYLES */
#mainNav-responsive {
    height: 100%;
	position: fixed;
	right: 0;
	width: 100%;
	transform: translateX(100%);
	transition: transform 350ms ease-in-out;
	background: #00acc1;
	padding: 100px 7% 0 7%;
	box-sizing: border-box;
	top: 0;
}

input[type="checkbox"]:checked ~ #mainNav-responsive {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 32px;
    right: 15px;
	height: 20px;
	width: 30px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #00acc1;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 5px;
	border-radius: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
	border-radius: 3px;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 5px;
	border-radius: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
	background-color: #ffffff;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -11px;
	background-color: #ffffff;
}

#mainNav-responsive ul { 
	margin: 0;
	padding: 0;
}


#mainNav-responsive li { 
    font-size: 22px;
	font-family: "Inter Semi Bold";
	font-weight: normal;
	display: block;
	padding: 0 !important;
	text-decoration: none;
	background-image: none;
	margin: 0 0 15px 0;
	color: #ffffff;
	text-align: left;
	line-height: 100%;
}

#mainNav-responsive li.menu-item-has-children { 
	background-image: url(assets/plus-white.png);
    background-repeat: no-repeat;
    background-size: 12px 12px;
	background-position: right 5px;
	padding: 0 30px 0 0 !important;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;  
}

#mainNav-responsive li.menu-item-has-children:hover { 
	background-image: url(assets/minus.png);
	background-repeat: no-repeat;
    background-size: 12px 12px;
	background-position: right 5px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;  
}


#mainNav-responsive li a {
	  text-decoration: none;
	  color: #ffffff;
	  display: block;
  }

#mainNav-responsive li a:hover { 
 	   color: #083447;
 }

#mainNav-responsive li.menu-item-has-children a:hover { 
 	   color: #ffffff;
 }

/* Secondary level navigation */
#mainNav-responsive li ul { 
	  padding: 15px 0;
      display: none;
	  z-index: 12;
 }
#mainNav-responsive ul ul {
	display: none;
	margin-top: 0;
	position: relative;
	width: 100%;
}


#mainNav-responsive ul ul li {
    display: block;
	background: none;
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-shadow: none;
	border: none !important;
}


#mainNav-responsive ul ul li a {	
	display: block;
	float: none;
	color: #ffffff !important;
	padding: 0 0 10px 0;
	margin: 0 !important;
	line-height: 120%;
}


#mainNav-responsive ul ul li a:hover {
    text-decoration: none;
	color: #083447 !important;	
}


#mainNav-responsive ul ul ul {
	margin: 0 0 0 30px;
	position: relative;
	padding: 0 0 15px 0;
}

#mainNav-responsive ul ul li.menu-item-has-children, #mainNav-responsive ul ul li.menu-item-has-children:hover { 
 	background-image: none;
 }
/* RESPONSIVE MENU STYLES */

/* MAIN MENU STYLES */




/* Top level navigation */
#langNav {	 
	display: inline-block;
	text-transform: uppercase; 
	font-size: 16px;
	font-family: "Inter Semi Bold";
	font-weight: normal;
	padding: 0 0 0 10px;
	z-index: 100;
	border-left: solid #d3dbe3 2px;
	margin: 0 0 0 10px;
	vertical-align: middle;
	color: #00acc1;
	cursor: pointer;
}
#langNav ul { 
	margin: 0;  
}
#langNav li { 
	display: inline-block; 
	padding: 0px;
	text-decoration: none;
	background-image: none;
	margin: 0;  
	color: #00acc1;
}
#langNav li a {
	  text-decoration: none;
	  color: #00acc1;
  }       
#langNav li a:hover{ 
 	   color: #00acc1;
 }
#langNav li.current_page_item a { 
	color: #00acc1;
 }
/* Top level navigation */

/* Secondary level navigation */
#langNav li ul { 
	  padding: 15px 0;
      display: none;
	  z-index: 12;
 }
 #langNav ul ul li a {	
	display: block;
	float: none;
	color: #859cae !important;
	padding: 10px 35px;
	margin: 0!important;
	line-height: 120%;
	white-space:nowrap;	
	font-size: 14px;
}
#langNav ul ul li :hover {	
	color: #00acc1 !important;	
}
#langNav ul li a:hover {
    text-decoration: none;
	color: #00acc1;	
}
#langNav li:hover > ul {
    display: block;
}
#langNav ul ul {
    position: absolute;
	display: none;
	padding: 15px 0px 15px 0px;
	background-color: #ffffff;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin-left: -35px;
}
#langNav ul ul li {
    display: block;
	background: none;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-shadow: none;
	border-left: none !important;
}
#langNav ul ul ul {
    position: absolute;
	top: 72px;
	left: 92%;
}


#rightNav { 
	display: none;
	float: right;
	line-height: 100%;
	padding-top: 6px;
 }

#rightNav img { 
	width: 30px;
	display: inline-block;
	padding-right: 5px;
	
 }

a.book:link, a.book:active, a.book:visited, a.blog-subscribe:link, a.blog-subscribe:active, a.blog-subscribe:visited, a.apply-now:link, a.apply-now:active, a.apply-now:visited, .prev-next a:link, .prev-next a:active, .prev-next a:visited  {
	font-family: "Inter Semi Bold";
	font-size: 15px;
	color: #ffffff;
	background-color: #00acc1;
	padding: 12px;
	display: inline-block;
	line-height: 100%;
	z-index: 1;
	position: relative;
	border-radius: 5px;
	text-decoration: none !important;
}

a.book:hover {
	background-color: #083447;
}

/* END HEADER SECTION */





/* START BODY SECTION */	
#body-wrapper, #body-wrapper-full-width, #body-wrapper-padless {
	width: 100%;
	z-index: 1;
	text-align: center;
	display: block;
	padding: 14% 7%;
	box-sizing:border-box;
	position: relative;
	overflow: hidden;
}

#body-wrapper-full-width, #body-wrapper-padless {
	padding: 14% 0;
}

#body-wrapper-padless {
	padding: 0;
}

.light-blue-bg {
	background: #f7fbfc;
}
.blue-bg {
	background: #00acc1;
}
.orange-bg {
	background: #ff6f00;
}
.dark-blue-bg {
	background: #083447;
}
.pale-blue-bg {
	background: #eaf4f7;
}
.pale-grey-bg {
	background-color: #d3dbe3;
}
.pale-grey-bg-split {
	background: #d3dbe3;
}
.grey-bg {
	background: #607d8b;
}
.green-bg {
	background: #41D941;
}
.white-bg {
	background: #ffffff;
}
.featured-bg {
	padding: 40px;
	border-radius: 5px;
	margin-top: 160px !important;
	box-sizing: border-box;
}

.blue-to-blue {
	background: linear-gradient(to bottom, #083447, #00acc1);
	height: 100%;
	position: relative;
}



.white-text, .white-text a:link, .white-text a:active, .white-text a:visited {
	color: #ffffff;
}
.white-text p, .white-text ul {
	color: #ffffff;
	font-family: "Roboto Condensed Regular";
}
.blue-text {
	color: #00acc1;
}
.dark-blue-text, .dark-blue-text a:link, .dark-blue-text a:active, .dark-blue-text a:visited {
	color: #083447;
}
.orange-text, .orange-text a {
	color: #ff6f00;
}
.left, .left p {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.right, .right p {
	text-align: right !important;
}

.blue-dots-right, .blue-dots-left {
	background-image: url(assets/blue-dots.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 600px;
	width: 600px;
	position: absolute;
	top: -300px;
	right: -300px;
}

.blue-dots-left {
	top: 0px;
	left: -300px;
}


p.sectors-mini {
	font-family: "Inter Semi Bold" !important;
	margin-bottom: 20px;
	display: inline-block;
	text-align: left;
	font-size: 20px;
	box-sizing: border-box;
	color: #00acc1;
}





#footer-wrapper-grey {
	background-color: #c4d3e1;
}
#body-wrapper-white-blog-full-width, #body-wrapper-white-blog {
	padding: 0 !important;
}

.orange-text-highlight, .blue-text-highlight  {
	background-color: #ff6f00;
	padding: 20px;
	display: block;
	color: #ffffff;
	font-family: "Inter Semi Bold";
	
	}
.blue-text-highlight {
	background-color: #00a7e2;
	}

.flex-block {
	display: flex !important;
	flex-wrap: wrap;
	}


#body-content-inner, #body-content-header-naked, #body-content-header {
	width: 100%;
	margin: 0 auto;
	clear: both;
	text-align: left;
	position: relative;
	display: block;
	box-sizing: border-box;
}

#body-content-header {
	padding: 120px 7% 40px 7%;
}
#body-content-header-naked {
	padding: 120px 7% 40px 7%;
}

#body-content-header p, #body-content-header-naked p {
	font-family: "Roboto Condensed Regular";
}

.padded-section {
	padding: 30px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 5px;
	margin-bottom: 80px;
}



#header-hero {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

#header-hero img {
	filter: alpha(opacity=25);
	-moz-opacity: .25;
	-khtml-opacity: .25;
	opacity: .25;
	height: 100%;
	width: auto;
	left: 100%;
	position: relative;
	margin-left: -200%;
	object-fit: cover;
}

/* END BODY SECTION */




.chunky-title-xlarge, .chunky-title-large, .chunky-title-medium, .chunky-title-small{
    text-align: left;
	font-size: 36px;
	display: block;
	margin: 0 7%;
	position: relative;
	line-height: 140%;
	padding: 0 0 40px 0;
  }

.chunky-title-small {
	font-size: 28px;
  }

.chunky-title-medium {
	font-size: 32px;
  }

h1.header-half {
    text-align: left;
	font-size: 36px;
	display: block;
	color: #ffffff;
	margin: 0;
	position: relative;
	line-height: 110%;
	padding: 70px 0 20px 0;
  }
.header-half p {
	font-size: 22px;
	line-height: 130%;
	font-family: "Inter Semi Bold";
	color: #ffffff;
  }
  

.chunky-title-xlarge, .chunky-title-large, .chunky-title-medium, .chunky-title-small {
	margin: 0;
  }

.social-sharing, #blog-main-single-share .social-sharing {
    float: left;
	margin-bottom: 10px;
}
a.ss-button-facebook, a.ss-button-googleplus, a.ss-button-twitter, a.ss-button-linkedin, a.ss-button-pinterest, a.ss-button-xing {
	background-size: 270px !important;
	width: 30px !important;
	height: 45px !important;
	padding: 0px 5px 0 0;
	margin: 0 !important;
	}
a.ss-button-facebook {
	background-position: -90px -45px !important;
	}
a.ss-button-twitter {
	background-position: -0px -45px !important;
	}
a.ss-button-linkedin {
	background-position: -135px -45px !important;
	}



#body-content-1-2-col, #body-content-2-3-col, #body-content-3-4-col, #body-content-1-3-col, #blog-content-1-3-col {
	width: 100%;
	padding: 20px 7%;
	text-align: left;
	box-sizing: border-box;
	z-index: 10;
	display: inline-block;
	margin: 0 auto;
}

#body-content-1-2-col-timeline {
	width: 49%;
	padding: 20px 7%;
	text-align: left;
	box-sizing: border-box;
	z-index: 10;
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
}


#blog-content-1-3-col {
	background-color: #ffffff;
	padding: 40px;
	border-radius: 5px;
	margin: 0 2% 4% 2%;
	box-sizing: border-box;
	width: 94%;
}


#blog-content-1-3-col:hover {
	box-shadow: 0 4px 20px 0 rgba(8, 52, 71, 0.18);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


#body-content-1-3-col {
	padding: 0%;
	vertical-align: top;
}

#body-content-3-4-col {
	padding: 0;
	float: right;
}

#body-content-1-4-col, #body-content-1-4-col-simple {
	width: 96%;
	box-sizing: border-box;
	padding: 30px;
	display: inline-block;
	margin: 0 2%;
	vertical-align: top;
	margin-bottom: 40px;
}

#body-content-1-4-col:hover {
	background: #ffffff;
	box-shadow: 0 4px 20px 0 rgba(8, 52, 71, 0.18);
	border-radius: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#body-content-1-4-col .header, #blog-content-1-3-col .header, #body-content-1-4-col-simple .header  {
	font-family: "Inter Semi Bold";
	margin-bottom: 20px;
	display: block;
	text-align: center;
	font-size: 20px;
	padding: 0;
	box-sizing: border-box;
	color: #151b1f;
}
#blog-content-1-3-col .header  {
	text-align: left;
	padding: 0;
}

#body-content-1-2-col .header {
	font-family: "Inter Semi Bold";
	margin-bottom: 20px;
	display: block;
	text-align: center;
	font-size: 20px;
	padding: 0;
	box-sizing: border-box;
	color: #151b1f;
}

#body-content-1-4-col p, #blog-content-1-3-col p, #body-content-1-4-col-simple p {
	line-height: 140%;
	margin: 0;
	padding: 0;
	font-size: 18px;
	text-align: left;
	color: #151b1f;
}

#body-content-1-2-col ul {
	padding-bottom: 20px;
	margin: 0;
}
#body-content-1-2-col li {
	padding: 0 0 0 2%;
}
#body-content-1-2-col img, #body-content-2-3-col img {
	max-width: 100%;
	margin: 0;
	}


img.column-icon {
	width: 55px !important;
	border-radius: 0 !important;
	margin: 0 0 40px 0 !important;
}

img.column-icon-bg {
	width: 40px !important;
	margin: 0 auto 40px auto !important;
	border-radius: 5px;
	padding: 25px;
	display: block;
}
img.featured-case-study-icon {
	width: 40px !important;
	margin: -60px auto 40px auto !important;
	border-radius: 5px;
	padding: 15px;
	display: block;
	background-color: #00acc1;
}

.cta-bottom-block {
 	width: 100%;
 	display: inline-block;
	box-sizing: border-box;
	padding: 80px 7% 60px 7%;	
}
.inner-half-slanted-block-yellow, .inner-half-slanted-block-blue, .inner-half-slanted-block-maroon, .inner-half-slanted-block-dark-pink, .inner-half-slanted-block-dark-blue {
 	width: 100%;
 	display: inline-block;
	box-sizing: border-box;
	padding: 80px 7% 60px 7%;	
}
.cta-bottom-block .chunky-white-title, .chunky-white-slash-title, .inner-half-slanted-block-yellow .chunky-white-title, .inner-half-slanted-block-blue .chunky-white-title, .inner-half-slanted-block-maroon .chunky-white-title, .inner-half-slanted-block-dark-pink .chunky-white-title, .inner-half-slanted-block-dark-blue .chunky-white-title   {
	width: auto !important;
}

.chunky-white-title a:link, .chunky-white-title a:visited, .chunky-white-title a:active {
	color: #ffffff !important;
}

.chunky-white-title a:hover {
	color: #00acc1 !important;
}



.cta-bottom-block-image {
	width: 100%;
	display: inline-block;
	margin-right: -1%;
	position: absolute;
	left: 0;
	z-index: -1;
	bottom: 0;
	height: 100%;
}
.inner-half-slanted-block-image {
	width: 118%;
	display: inline-block;
	margin-left: -9%;
	position: relative;
	left: 0;
	z-index: -1;
	bottom: 0;
	height: 100%;
	overflow: hidden;
}
.cta-bottom-block-image img {
 	height: auto;
 	margin-bottom: -4px;
	min-height: 100%;
	max-width: none;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.inner-half-slanted-block-image img {
 	height: auto;
 	margin-bottom: -4px;
	min-height: 100%;
	max-width: 100%;
}



/* CASE STUDY SECTION */

.detail-header {
    font-family: "Inter Semi Bold";
	font-weight: normal;
	color: #083447;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	font-size: 20px;
	display: block;
	position: relative;
	line-height: 110%;
}

.detail-header ul {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-family: 'Roboto Condensed Light', sans-serif;
}

img.detail-header {
    max-width: 220px;
}


/* CASE STUDY SECTION */





/* START FOOTER SECTION */

#bottom-band-coda {
	display: block;
	width: 100%;
	z-index: 100;
	top: 0;
	padding: 10px 24px;
	box-sizing: border-box;
	line-height: 120%;
	background-color: #00acc1;
	text-align: center !important;
}
 #bottom-band-coda p, #bottom-band-coda a {
	color: #ffffff;
	font-size: 14px;
	font-family: "Inter Semi Bold";
	 margin: 0;
}


.footer p {
	text-align: left;
	width: 100%;
	display: inline-block;
	font-size: 14px;
	font-family: "Inter Semi Bold";
}

.footer-nav-header {
	font-family: "Inter Semi Bold";
	margin-bottom: 20px;
	display: block;
	text-align: left;
	font-size: 18px;
	box-sizing: border-box;
	color: #151b1f;
}


#social-block {
	display: block;
	padding-bottom: 20px;
	}
#social-block img {
	padding-right: 10px;
	}



#footerNav {
	width: 50%;
	float: left;
	color: #151b1f;
	font-family: "Roboto Condensed Light";
	text-align: left;
	box-sizing: border-box;
	min-height: 200px;
	}

#footerNav:nth-child(odd) {
	padding-right: 10px;
	}
#footerNav:nth-child(even) {
	padding-left: 10px;
	}

#footerNav ul {
	padding:0; 
	margin: 0;
	}

#footerNav li {
	padding: 0 0 12px 0;
	margin: 0;
	list-style: none;
	font-size: 16px;
	line-height: 120%;
	}
#footerNav li a {
	color: #151b1f !important;
	}
#footerNav li a:hover {
	color: #151b1f !important;
	}



/* END FOOTER SECTION */






/* START BLOG POST  STYLES */


ul#date-box-main {	
	text-align: left;
	margin-left: 0 !important;
}
ul#date-box-main li, ul#date-box-webinars li {	
    color: #ff6f00;
	font-family: "Roboto Condensed Regular";
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-size: 18px;
	text-align: left;
}
ul#date-box-webinars li {	
	margin: 0;
	padding: 20px 0;
	color: #ffffff;
}
ul#date-box-webinars {	
    left: -40px;
	position: relative;
	width: 100%;
	box-sizing: content-box;
	padding: 0 40px;
	top: -40px;
	background-color: #083447;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px; 
	text-align: left;
}



#tags  {	
	text-align: left;
}
#tags a  {	
	color: #59bb7c !important;
	text-decoration: none !important;
}
#tags a:hover  {	
	text-decoration: underline
}

.avatar img {
	margin: 0 10px 10px 0 !important;
	float: none;
	max-width: 86px !important;
	padding: 10px;
	box-sizing: border-box;
	display: inline-block;
	background-color: #ffffff;
	border-radius: 50%;
	}

.author {
	display: inline-block;
	font-size: 18px !important;
	font-family: "Roboto Condensed Regular";
	}

.blog-detail {
	margin-bottom: 20px !important;
	}


#blog-inner-1-3 {
	float: left;
	width: 100%;
	padding: 0;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
	background-color: #ffffff;
	}

#blog-home-1-3 {
	float: left;
	width: 100%;
	padding: 0;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
	background-color: #ffffff;
	text-align: left;
	}

#blog-home-1-3 p {
	padding: 30px 30px 0 30px;
	margin: 0;
	text-align: left;
	}
	
#blog-inner-1-3-fade-in, #blog-inner-1-4-fade-in, #blog-home-1-3-fade-in, #large-1-2-fade-in, #whitepaper-inner-1-3-fade-in, #large-1-2-fade-in-awards  {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	vertical-align: top;
	}
 #blog-home-1-3-fade-in, #blog-home-1-4-fade-in  {
	margin-bottom: 0px;
	}

#large-1-2-fade-in-awards  {
	box-sizing: border-box;
	padding: 50px;
	vertical-align: top;
	text-align: left;
	width: 320px;
	}


#blog-inner-1-3:hover, #blog-home-1-3:hover {
	background-color: #fcf2f8;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
	}

	
#blog-inner-1-3 .title a, #blog-home-1-3 .title a {
	font-family: "Inter Semi Bold";
	font-size: 30px;
	color: #00acc1;
	text-align: left;
	padding: 40px 30px 0 30px;
	box-sizing: border-box;
	display: block;
	line-height: 110%;
	max-height: none;
	overflow: hidden;
	}

#blog-home-1-3 .title a, #blog-home-1-3 p a:hover {
	color: #151b1f !important;
	}
	
a.read-more:link, a.read-more:active, a.read-more:visited {
	font-family: 'Roboto Condensed Regular', sans-serif;
	line-height: 140%;
	margin: 0;
	padding: 0;
	font-size: 18px;
	text-align: left;
	color: #ff6f00;
	text-decoration: none !important;
}

a.read-more:hover {
	color: #00acc1;
}	

.single-blog-column img {
	width: auto !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
	
}

.blog-thumb img {
	margin: 0px auto 30px auto;
	display: block;
}
.blog-featured img {
	margin: 0px auto 30px auto !important;
	display: block;
}

/* START BLOG POST  STYLES */







/* ACCORDIAN STYLES */
#accordion-inner {
  max-width: 760px;
  margin: 0 auto;
  display: block;
  text-align: right;
}
.reveal-button {
  cursor: pointer;
  padding: 20px 0px;
  width: 86%;
  text-align: left;
  transition: 0.4s;
  font-family: "Inter Semi Bold";
  display: inline-block;
  box-sizing: border-box;
  background-image: url(assets/plus.png);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 95% center;
  background-color: #d3dbe3;
  border-radius: 5px;
  margin-top: 40px;
}
.reveal-button p, .reveal-button h2 {
  display: inline-block;
  padding: 0 60px 0 16px !important;
  margin: 0 !important;
  line-height: 130%;
  vertical-align: middle;
  font-family: "Inter Semi Bold";
  font-size: 18px;
}

.reveal-button h2:before {
  display: none;
}

.active {
  background-color: #ffffff;
  background-image: url(assets/minus.png);
  background-repeat: no-repeat;
  background-position: 95% center;
}
.reveal-button:hover {
  background-color: #ffffff;
}

.reveal-panel {
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding: 0 60px 0 16px;
  margin: -5px 0 0 14%;
  border-radius: 5px;
  width: 86%;
  box-sizing: border-box;
}
.reveal-panel p {
  text-align: left;
  padding-bottom: 20px;
  line-height: 130%;
  margin-bottom: 0;
}

.reveal-panel ul {
  padding-bottom: 30px;
  margin-bottom: 0;
}

img.reveal-icon-bg {
	width: 9% !important;
	padding: 0 3% 0 0;
	display: inline-block;
}
/* ACCORDIAN STYLES */





/* SEARCH REVEAL STYLES */
.search-reveal-button {
  cursor: pointer;
  text-align: left;
  transition: 0.4s;
  display: inline-block;
  box-sizing: border-box;
}

.search-reveal-panel {
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 5px;
  box-sizing: border-box;
  position: absolute;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

#searchform input {
	padding: 20px 0 20px 20px;
	position: relative;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 150%;
	border: none;
	color: #859cae !important;
	font-family: "Inter Semi Bold";
	border-radius: 0 !important;
	width: 85%;
	}
#searchform .search-button {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	padding: 0;
	position: relative;
	display: inline-block;
	border: solid #083447;
	border-width: 0 2px 2px 0;
	width: 10px;
	height: 10px;
	background-color: transparent;
	}

#searchform input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #859cae !important;
  opacity: 1; /* Firefox */
}

#searchform input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #859cae !important;
}


/* SEARCH REVEAL STYLES */








/* TAB STYLES */
.tab {
  overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  font-family: 'Roboto Condensed Light', sans-serif;
  color: #151b1f;
  font-weight: normal;
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 20px;
  padding: 8px 12px 8px 26px;
  margin: 8px;
  background-image: url(assets/blue-bullet.png);
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-position: 10px center;
  text-align: left;
	
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(8, 52, 71, 0.18);
  border-radius: 5px;
	
}

/* Create an active/current tablink class */
.tab button.active {
  background-image: url(assets/orange-bullet.png);
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-position: 10px center;
  font-family: 'Roboto Condensed Regular', sans-serif;
  color: #ff6f00;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0;
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

.tabcontent h3 {
	font-family: "Inter Semi Bold";
	margin-bottom: 20px;
	display: block;
	text-align: center;
	font-size: 20px;
	padding: 0;
	box-sizing: border-box;
	color: #151b1f;
}

.tabcontent p {
	line-height: 140%;
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 18px;
	text-align: left;
	color: #151b1f;
}

.tabcontent a:link {
	font-family: 'Roboto Condensed Regular', sans-serif;
	line-height: 140%;
	margin: 0;
	padding: 0;
	font-size: 18px;
	text-align: left;
	color: #151b1f;
	text-decoration: none !important;
}

.tabcontent a:hover {
	color: #00acc1;
}


/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
/* TAB STYLES */




	
	
	
/* FORM STYLES STYLES */
#form-inner {
  	 max-width: 350px;
 	 margin: 0 auto;
  	 display: block;
 	 text-align: center;
}

#form-inner .nf-form-fields-required, #form-inner .nf-field-label  {
  	 display: none;
}

#form-inner.nf-form-content .list-select-wrap .nf-field-element>div, #form-inner .nf-form-content input:not([type=button]), #form-inner .nf-form-content textarea {
	font-family: "Roboto Condensed Light";
	font-weight: normal;
	font-size: 18px;
	color: #151b1f !important;
	background-color: #ffffff !important;
	padding: 16px;
	line-height: 100%;
	z-index: 1;
	border-radius: 5px;
	height: auto !important;
	border: 0;
}

#form-inner .nf-form-content button, #form-inner .nf-form-content input[type=button], #form-inner .nf-form-content input[type=submit], a.header-book:link, a.header-book:active, a.header-book:visited {
	font-family: "Inter Semi Bold";
	font-size: 18px;
	color: #083447 !important;
	background-color: #00acc1 !important;
	padding: 16px;
	display: inline-block;
	line-height: 100%;
	z-index: 1;
	position: relative;
	border-radius: 5px;
	height: auto !important
}

#form-inner .nf-form-content button:hover, #form-inner .nf-form-content input[type=button]:hover, #form-inner .nf-form-content input[type=submit]:hover, a.header-book:hover {
	background-color: #ffffff !important;
}

a.header-book:link, a.header-book:active, a.header-book:visited {
	box-shadow: 0 4px 20px 0 rgba(8, 52, 71, 0.18);
	border-radius: 5px;
}




/* FORM STYLES STYLES */	
	
	




/* VIDEO STYLES */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
	height: 0; overflow: hidden;
	margin-top: 0px;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ytp-gradient-top, .ytp-chrome-top, .player .vp-sidedock {
    display: none !important;
}

.video-info {
	margin-top: 40px;
}
/* VIDEO STYLES */



/* TIMELINE STYLES */

.timeline-slice {
	padding: 20px 0;
	background-image: url(assets/timeline-bg.png);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: center center;
}

/* TIMELINE STYLES */







@media only screen and (min-width: 550px) {	

.mobile-image-alignment-LEFT, .mobile-image-alignment-RIGHT {
	margin-left: -200% !important;
}
	
	
.form-column, .form-column-right {
	 width: 48%;
}

.cta-bottom-block {
	padding: 120px 0 100px 0;	
}

.large-1-4-rollover-block {
	width: 50%;
	float: left;
}
	
#body-content-1-4-col, #body-content-1-4-col-simple {
	width: 44%;
}
	

	
	/* ACCORDIAN STYLES */
.reveal-button {
  width: 89%;
}
.reveal-panel {
  width: 86%;
  margin: -5px 0 0 11%;
}

img.reveal-icon-bg {
	width: 7% !important;
}
/* ACCORDIAN STYLES */



}	



/* Desktop Small Layout: 768px to a max of 963px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {	

.grey-to-white {
	background: linear-gradient(to right, #d3dbe3 50%, #ffffff 50%);
}
.white-to-grey {
	background: linear-gradient(to right, #ffffff 50%, #d3dbe3 50%);
}
.pale-grey-bg-split, .pale-grey-bg {
	background: #d3dbe3;
}
	
.blue-faded {
	background: linear-gradient(to right, #00acc1, transparent);
	height: 100%;
	position: relative;
}
	
	
/* START BODY SECTION */	
#body-wrapper-white-blog-full-width, #body-wrapper, #body-wrapper-full-width {
	padding: 80px 0;
	
}
	
#blog-content-1-3-col {
	width: 46%;
}
/* END BODY SECTION */


	
.mobile-view {
	display: none !important;
	}
.desktop-view {
	display: inherit !important;
	}
.narrow {
	width: 50% !important;
	display: block;
	margin: 0 auto !important;
	}

#body-content-inner, #body-content-header, #body-content-header-naked {
	width: 760px;
}

#body-content-header-naked {
	padding: 160px 0 40px 0;
}


.chunky-title-xlarge, .chunky-title-large, .chunky-title-medium {
   font-size: 40px;
   margin: 0 auto;
  }	
	
 .chunky-title-xlarge {
   font-size: 44px;
  }	
	
	
	
 .chunky-title-large-small, .chunky-pink-title-small, .chunky-pink-title-small p, .chunky-title-large-small p {
	padding: 70px 0;
	font-size: 26px;
	display: block;
	margin: 0 auto;
  }	

#body-content-1-2-col, #body-content-1-2-col-timeline {
	width: 49%;
	padding: 0;
	vertical-align: middle;
	}
	
.slim-line-content {
	padding-left: 60px !important;
	box-sizing: border-box;
}
.slim-line-content-left {
	padding-right: 60px !important;
	box-sizing: border-box;
}
	
.slim-line-content-left a:link, .slim-line-content a:link, .reveal-panel a:link {
	text-decoration: underline;
}
 #body-content-2-3-col {
	width: 66%;
	padding: 0 0 80px 0;
	}
#body-content-1-4-col , #body-content-1-4-col-simple{
	width: 44%;
	display: inline-block;
	margin: 0 2% 40px 2%;
}
#body-content-3-4-col {
	width: 66%;
	padding: 0;
	vertical-align: middle;
	}

#body-content-1-3-col {
	width: 33%;
	padding: 0;
	box-sizing: border-box;
}

	
	


/* START BLOG POST  STYLES */

ul#category-posted-home {
	padding: 60px 30px 0 30px;
	}

#blog-inner-1-3 {
	min-height: 670px;
	}
#blog-home-1-3 {
	min-height: 975px;
	}

#blog-inner-1-3-fade-in  {
	float: left;
	width: 33.33%;
	}
	
#blog-inner-1-4-fade-in  {
	float: left;
	width: 50%;
	}
	
#whitepaper-inner-1-3-fade-in  {
	width: 46%;
	margin: 0 10px 20px 10px;
	}
	
#blog-home-1-3-fade-in {
	float: left;
	width: 50%;
	}
#large-1-2-fade-in  {
	width: 50%;
	box-sizing:border-box;
	padding: 5px 9px;
	}
	
	
#blog-inner-1-3 .title a {
	padding: 60px 30px 0 30px;
	}
#blog-home-1-3 .title a {
	padding: 30px 30px 0 30px;
	max-height: 225px;
	}



/* START BLOG POST  STYLES */








.cta-bottom-block  {
	z-index: 2;
	width: 380px;
	margin-left: -380px;
	text-align: left;
	padding: 80px 10% 60px 0;
	box-sizing: border-box;
}
.inner-half-slanted-block-yellow, .inner-half-slanted-block-blue, .inner-half-slanted-block-maroon, .inner-half-slanted-block-dark-pink, .inner-half-slanted-block-dark-blue  {
	z-index: 2;
	width: 380px;
	margin-left: -380px;
	text-align: left;
	padding: 120px 10% 100px 0;
	box-sizing: border-box;
}
.cta-bottom-block:after {
  	content: '';
	position: absolute;
	top: 0;
	left: 45%;
	width: 10%;
	height: 100%;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	z-index: 1;
}
.inner-half-slanted-block-yellow:after, .inner-half-slanted-block-blue:after, .inner-half-slanted-block-maroon:after, .inner-half-slanted-block-dark-pink:after, .inner-half-slanted-block-dark-blue:after {
  	content: '';
	position: absolute;
	background-color: #ff6f00;
	top: 0;
	left: 48%;
	width: 10%;
	height: 100%;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	z-index: 1;
}
.inner-half-slanted-block-blue:after {
	background-color: #00a7e2;
}
.inner-half-slanted-block-maroon:after {
	background-color: #00acc1;
}
.inner-half-slanted-block-dark-pink:after {
	background-color: #00acc1;
}
.inner-half-slanted-block-dark-blue:after {
	background-color: #174e90;
	}

.cta-bottom-block .chunky-white-title, .inner-half-slanted-block-yellow .chunky-white-title, .inner-half-slanted-block-blue .chunky-white-title, .inner-half-slanted-block-maroon .chunky-white-title, .inner-half-slanted-block-dark-pink .chunky-white-title, .inner-half-slanted-block-dark-blue .chunky-white-title  {
	text-align: left !important;
}
	
.inner-half-slanted-block-yellow .chunky-white-title, .inner-half-slanted-block-blue .chunky-white-title  {
	font-size: 50px;
}

.cta-bottom-block p, .inner-half-slanted-block-yellow p, .inner-half-slanted-block-blue p, .inner-half-slanted-block-maroon p, .inner-half-slanted-block-dark-pink p, .inner-half-slanted-block-dark-blue p  {
	text-align: left !important;
	
}

.cta-bottom-block-image {
	 width: 55%;
 	 display: inline-block;
 	 margin-right: -1%;
	 position:absolute;
	 left: 50%;
	 height: 100%;
	 text-align: left;
}
.inner-half-slanted-block-image {
	 width: 55%;
 	 display: inline-block;
 	 margin-right: -1%;
	 margin-left: 0;
	 position:absolute;
	 left: 50%;
	 height: 100%;
	 text-align: center;
}
.cta-bottom-block-image img {
 	width: auto;
 	height: 100%;
 	margin-bottom: -4px;
	max-width: none !important;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.inner-half-slanted-block-image img {
	height: 100%;
	margin-left: -200%;
	left: 100%;
	position: relative;
	max-width: none !important;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#sb_instagram.sbi_col_6 #sbi_images .sbi_item {
	width: 12%;
}
	
.footer p {
	width: 50%;
}

#footerNav {
	width: 25%;
	
	}
 #footerNav:nth-child(odd), #footerNav:nth-child(even) {
	padding: 0px 20px 0 0;
	}
#footerNav:last-child {
	padding: 0px;
	}
	
#social-block {
	float: right;
	padding: 0;
	}
#social-block img {
	padding-left: 20px;
	padding-right: 0;
	}
	
	

	
	

	
/* ACCORDIAN STYLES */

.reveal-button p, .reveal-button h2 {
  padding: 0 60px 0 30px !important;
}
.reveal-button {
  width: 91%;
}
.reveal-panel {
  width: 91%;
  margin: -5px 0 0 9%;
  padding: 0 60px 0 30px !important;
}
.reveal-panel p {
  line-height: 150%;
}

img.reveal-icon-bg {
	width: 5% !important;
}
/* ACCORDIAN STYLES */
	

		
	
}


/* Desktop Large Layout: 964px to a max of 1219px.  Inherits styles from: Mobile Layout and Tablet Layout and Deskop Small Layout. */
@media only screen and (min-width: 964px) {
	
#top-band-area {
	top: 30px;	
}	
.bottom-space-double {
	padding-bottom: 80px;
	}

#body-content-inner, #body-content-header, #body-content-header-naked {
	width: 944px;
}

#body-content-header-naked p {
	width: 50%;
}

#certification-footer {
	padding: 80px 0 0 0;
}

#body-content-1-4-col, #body-content-1-4-col-simple {
	width: 20%;
	padding: 30px;
}
	
	
#header-hero {
	width: 50%;
}
	
#footer-content-inner {
	width: 944px;
}
#footer-content-inner-one-half, #body-content-1-2-col, #body-content-1-2-col-sticky {
	width: 49%;
	}
#body-content-3-4-col {
	width: 66%;
	}
	
.slim-line-content {
	padding-left: 80px !important;
}
.slim-line-content-left {
	padding-right: 80px !important;
}
	
#body-content-2-3-col {
	width: 66%;
	}
#body-content-2-3-col img {
	margin: 60px 0;
	}

.ssba {
    float: none;
    margin-top: 0;
}




/* START BLOG POST MAIN STYLES */

#blog-content-1-3-col {
	width: 29%;
}

/* START BLOG POST MAIN STYLES */





#footer-content-inner, #footer-content-inner-narrow {
	width: 944px;
}





@media only screen and (min-width: 1011px) {

/* MAIN MENU STYLES */

#rightNav { 
	display: inline-block;
 }	
	
#mainNav {	 
	display: inline-block;
	font-size: 14px;
	font-family: "Inter Semi Bold";
	font-weight: normal;
}
#mainNav ul { 
	margin: 0;  
}
#mainNav li { 
	  display: inline-block; 
	  padding: 0px 5px 0px 0px;
	  text-decoration: none;
	  background-image: none;
	  margin: 0;  
}
#mainNav li a {
	  text-decoration: none;
	  color: #083447;
  }       
#mainNav li a:hover{ 
 	   color: #00acc1;
 }
#mainNav li.current_page_item a { 
	color: #00acc1;
 }
/* Top level navigation */

/* Secondary level navigation */
#mainNav li ul { 
	  padding: 15px 0;
      display: none;
	  z-index: 12;
 }
 #mainNav ul ul li a {	
	display: block;
	float: none;
	color: #859cae !important;
	padding: 10px 35px;
	margin: 0!important;
	line-height: 120%;
	white-space:nowrap;	
	font-size: 14px;
}
#mainNav ul ul li :hover {	
	color: #00acc1 !important;	
}
#mainNav ul li a:hover {
    text-decoration: none;
	color: #00acc1;	
}
#mainNav li:hover > ul {
    display: block;
}
#mainNav ul ul {
    position: absolute;
	display: none;
	padding: 15px 0px 15px 0px;
	background-color: #ffffff;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
#mainNav ul ul li {
    display: block;
	background: none;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-shadow: none;
	border-left: none !important;
}
#mainNav ul ul ul {
    position: absolute;
	top: 36px;
	left: 92%;
}

#mainNav .get-in-touch {
	display: inline-block;
}

/* RESPONSIVE MENU STYLES */

#MobileMenu {	 
	display: none;
}

/* RESPONSIVE MENU STYLES */
	

/* MAIN MENU STYLES */		
	
	
	
	
#logo {
	display: inline-block;
	width: 200px;
	margin-right: 25px;
}
}


/* Desktop Layout: 1220px to a max of 1500px.  Inherits styles from: Mobile Layout and Tablet Layout and Desktop Large Layout. */
@media only screen and (min-width: 1220px) {

	
/* MAIN MENU STYLES */
#mainNav {	 
	font-size: 16px;
}
	
#mainNav li { 
	  padding: 0px 25px 0px 0px; 
}
/* MAIN MENU STYLES */
	

	
	
/* START BODY SECTION */	
#body-wrapper-white-blog-full-width, #body-wrapper, #body-wrapper-full-width {
	padding: 160px 0;
	
}
#body-content-header {
	padding: 160px 50px 40px 50px;
	
}
	
#body-content-header-naked {
	padding: 160px 0 40px 0;
	
}
/* END BODY SECTION */	
	
.padded-section {
	padding: 60px;
	margin-bottom: 160px;
}
	
#body-content-inner, #body-content-header, #body-content-header-naked {
	width: 1200px;
}
#footer-content-inner {
	width: 1200px;
}

#servicesTitle h1, #solutionsTitle h1, #pageTitle h1 {
	width: 1200px;
	font-size: 54px;
  }
	
#blogTitle {
	top:100px;
}
	
.chunky-title-xlarge {
	font-size: 54px;
  }
 
#blogTitle h1, .chunky-title-large {
	font-size: 48px;
  }
	
.chunky-title-medium {
	font-size: 42px;
 } 

h1.header-half {
	font-size: 54px;
  }
 #servicesImage img, #solutionsImage img, #pageImage img {
	max-width: 100%;
}

#pageImagePPC img {
	width: 100%;
}
 
 #blogTitle p, #solutionsTitle p, #servicesTitle p, #pageTitle p {
	width: 1200px;
  }
  
 #body-content-3-4-col {
	float: none;
	}
  
 .cta-bottom-block  {
	width: 600px;
	margin-left: -600px;
	padding: 120px 10% 100px 0;
}
 .inner-half-slanted-block-yellow, .inner-half-slanted-block-blue, .inner-half-slanted-block-maroon, .inner-half-slanted-block-dark-pink, .inner-half-slanted-block-dark-blue  {
	width: 600px;
	margin-left: -600px;
	padding: 160px 10% 140px 0;
}
	
.inner-half-slanted-block-yellow .chunky-white-title, .inner-half-slanted-block-blue .chunky-white-title  {
	font-size: 58px;
}

.inner-half-slanted-block-image img {
	height: auto;
	top: 50%;
	left: 50%;
	margin-left: 0;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	position: absolute;
}

#bottom-band-pink{
	background-size: 100% auto;
	background-position: right;}


.large-1-4-rollover-block {
	width: 25%;
}

#large-1-2-fade-in  {
	width: 33%;
	padding: 0 5px 3px 5px;
	}

	
/* COLOURED ROLLOVER PAGE BLOCKS */
.rollover-coloured-block-1-2 {
	height: 500px;
}
.rollover-coloured-block-1-2 img {
	max-width: 80px;
	display: block;
	top: 30px;
	left: 30px;
	opacity: 1;
	position: relative
}
.rollover-coloured-block-1-2-middle {
	padding: 40px;
}
.rollover-coloured-block-1-2-title {
  	font-size: 38px;
	width: 100%;
	padding-top: 80px;
}
.rollover-coloured-block-1-2 .rollover-coloured-block-1-2-text {
  	font-size: 20px;
}
/* COLOURED ROLLOVER PAGE BLOCKS */
}



@media only screen and (min-width: 1500px) {
.inner-half-slanted-block-image img {
	width: 100%;
}

}



@media only screen and (min-width: 1710px) {

.bottom {
  top: -90px;
}
.top {
  bottom: -90px;
}

}





/* IE STYLES */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  

h1 span {
  color: #ffffff !important;
  background: transparent;
}
	
}
/* IE STYLES */