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

Section index - Sections in block capitals to make for easy case-sensitive searching

TYPOGRAPHY
COLOURS
GENERAL
MOBILE MENU
HEADER
FOOTER
SIDEBAR
SOCIAL
BLOCKS
POSTS
SLICK

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


/*
*
* TYPOGRAPHY
*
*/

html {
	font-size: 62.5%;
} 

body {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
	background: #fff;
	font-size: 1.8rem;
	color: #2d2d2d;
}

p {
	font-size: 1.8rem;
}

a {
	color: #2d2d2d;
	font-weight: 600;
}

a:hover {
	color: #000;
}

.block p a,
.block ul li a {
	color: #6e6e6e;
}

.block p a:hover,
.block ul li a:hover {
	text-decoration: underline;
}

/*
*
* COLOURS
*
*/

.bg-grey {
	background: #dadada;
}




/*
*
* GENERAL
*
*/

.wow {
	visibility: hidden;
}
.spacing-inside {
	padding: 60px 0;
}

.spacing-top {
	padding: 60px 0 0;
}

.spacing-bottom {
	padding: 40px 0 60px;
}

.spacing-bottom-double {
	padding: 0 0 120px;
}

.page-icon {
	margin: 20px auto;
	width: 100%;
	overflow: hidden;
	max-width: 200px;
	text-align: center;
}

#breadcrumbs {
	text-align: center;
	display: block;
	margin: 20px auto;
	font-size: 1.3rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #c6c6c6;
}

#breadcrumbs a {
	font-weight: 400;
	color: #c6c6c6;
}

.block ul {
	margin-bottom: 30px;
}

.block ul li {
	margin-bottom: 15px;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;

}

table, th, td {
    border: 1px solid;
    border-color:  #dfdfdf !important;
}

th, td {

}
 td {
	padding: 7px !important;
	box-sizing: border-box;
	min-width: 200px;
}

@media only screen and (max-width: 840px) {
	table {
	margin-bottom: 0;
	overflow: hidden;
	overflow-x: scroll;
	display: block;
	
	}
}


/*
*
* MOBILE MENU
*
*/

/* Placeholder - start here */





/*
*
* HEADER
*
*/

.sticky-logo {
	width: 120px;
	margin: 0 0 0 20px;
	position: absolute;
	top: 0;
	display: none;
}

.sticky-logo img {
	width: 80px;
	margin-top: -10px;
}

.header-fixed .sticky-logo {
	display: block;
	}

.sticky-logo .custom-logo-link {
	margin: 0;

}

.accessibility {
	background: #636466;
	color: #fff;
	padding: 12px 0;
	font-size: 1.5rem;
}

.accessibility a {
	color: #fff;
}

.s-font,
.l-font,
.xl-font {
	background: none;
	color: #fff;
}

.l-font {
	font-size: 120%;
}

.xl-font {
	font-size: 140%;
}

header {
	background: #fff;
	padding: 0;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	position: relative;
	z-index: 1;
}

.remove-css {
	background: none;
	color: #fff;
}

.restore-css {
	display: none;
}

.logo,
.custom-logo-link {
	float: left;
	margin: 10px 0;
	max-width: 195px;
}

.header-nav {
	background: none;
}

.header-nav.header-fixed {
	background: #fff;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	z-index: 9999;
	position: fixed;
	opacity: .99;

}

.header-nav ul li a {
	color: #2d2d2d;
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 15px 32px;
	color: #2d2d2d;
	border-radius: 20px 20px 0 0;
	width: 236px;
}

.header-nav ul li ul li a {
	border-radius: 0;
	background: #68c9ca;
	font-size: 1.3rem;
	padding: 10px 20px;
}

.header-nav ul li a:hover,
.header-nav li:hover > a,
.header-nav .current-menu-item > a,
.header-nav .current-menu-item > a:hover,
.header-nav .current-menu-item:hover > a,
.header-nav .current-menu-parent > a,
.header-nav .current-menu-parent > a:hover,
.header-nav .current-menu-parent:hover > a,
.header-nav .current-menu-ancestor > a,
.header-nav .current-menu-ancestor > a:hover,
.header-nav .current-menu-ancestor:hover > a
 {
	background: #68c9ca;
	color: #fff;
}

.header-nav .menu > li > .sub-menu {
	width: 100%;
	border-radius: 0 0 20px 20px;
	background: #68c9ca;

}

.header-nav .menu > li > .sub-menu li a:last-child {
	border-radius: 0 0 20px 20px;
}

.tagline {
	font-size: 2.6rem;
	font-weight: 600;
	color: #636466;
	text-align: right;
	margin: 25px 0 20px;
}


a.opt-out {
	font-size: 17px;
	color: #636466;
	font-weight: 400;
	overflow: hidden;
	line-height: 22px;
	padding-top: 10px;
	display: block;
}

.opt-out-text {
	float: right;
}

.opt-out-button {
	padding: 8px 10px;
	margin-left: 10px;
	border: solid 4px #cadb2a;
	border-radius: 5px;
	float: right;
	transition: background .2s ease-in;
}

a.opt-out:hover > .opt-out-button {
	background: #cadb2a;
}

.menu-item-218 {
	border-bottom: solid 1px #367e7f;
}

.callback-tab {
	display: inline-block;
	position: fixed;
	top: 410px;
	font-weight: 400;
	z-index: 300;
	right: -95px;
	color: #fff;
	transform: rotate(90deg);
	padding: 30px 20px 15px 50px;
	background: #eea100;
	border-radius:  0 0 20px 20px;
	transition: all .2s ease-out;
	font-size: 18px;
}

.callback-tab:hover {
	right: -85px;
	color: #fff;
}

.callback-icon img {
	transform: rotate(-90deg);
	margin-left: -35px;
	position: absolute;
	width: 25px;
}

.mmt-bar {
	background: #2d2d2d;
}

.mm-toggle {
	color: #2d2d2d;
}

.mbl-menu .menu-item {
	font-size: 1.6rem;
}

.mbl-menu .menu-item a {
	font-weight: 400;
}

.mbl-menu .sub-menu {
	padding:0 0 0 40px;
}



/* 
*
* HERO
*
*
*/

.hero-slider .slick-slide {
	position: relative;
}

.hero-slide-content {
	position: absolute;
	max-width: 900px;
	padding: 40px 20px;
	text-align: center;
	font-size: 2.8rem;
	width: auto;
}

.hero-slider .slick-slide img {
	
}

.hero-content.white {
	color: #fff;
}

.hero-slide-content.align-left-top {
	left: 5%;
	top: 100px;
	transform: translateX(0) translateY(0);
	text-align: left;
	max-width: 600px;
}

.hero-slide-content.align-left-bottom {
	left: 5%;
	bottom: 50px;
	transform: translateX(0) translateY(0);
	text-align: left;
	max-width: 600px;
}

.hero-slide-content.align-left-center {
	left: 5%;
	top: 50%;
	transform: translateX(0) translateY(-50%);
	text-align: left;
	max-width: 600px;
}

.hero-slide-content.align-center-top {
	left: 50%;
	top: 100px;
	transform: translateX(-50%) translateY(0);
	max-width: 900px;
}

.hero-slide-content.align-center-center {
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: 900px;
}

.hero-slide-content.align-center-bottom {
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%) translateY(0);
	max-width: 900px;
}

.hero-slide-content.align-right-top {
	right: 5%;
	top: 100px;
	transform: translateX(0) translateY(0);
	text-align: right;
	max-width: 600px;
}

.hero-slide-content.align-right-bottom {
	right: 5%;
	bottom: 50px;
	transform: translateX(0) translateY(0);
	text-align: right;
	max-width: 600px;
}

.hero-slide-content.align-right-center {
	right: 5%;
	top: 50%;
	transform: translateX(0) translateY(-50%);
	text-align: right;
	max-width: 600px;
}

.hero-slide-content.clear-text {
	position: relative ;
	width: 100%;
	max-width: 100%;
	margin-bottom: 50px;
	display: block;
	text-align: center !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;

}

.hero-slider .slick-dots {
	bottom: 50px;
}

.hero-content {
	display: block;
}

.font-regular {
	font-size: 1.8rem;
}

.font-medium {
	font-size: 2.4rem;
}

.font-large {
	font-size: 3rem;
}

.font-extra-large {
	font-size: 4rem;
}


.hero-slide-content a,
.block p a .cta-orange,
.block p .cta-orange a,
.block p a .cta-blue,
.block p .cta-blue a,
.block p a .cta-green,
.block p .cta-green a {
	display: inline-block;
	background: #eea100;
	color: #fff;
	font-weight: 400;
	margin-top: 20px;
	font-size: 18px;
	border-radius: 5px;
	padding: 10px 20px;
	opacity: 1;
	transition: .2s all ease-in;
}

.hero-slide-content .size-cta-standard {
	font-size: 18px;
}

.hero-slide-content .size-cta-medium {
	font-size: 22px;
}

.hero-slide-content .size-cta-large {
	font-size: 26px;
}

.hero-slide-content a:hover,
.block p a .cta:hover,
.block p .cta a:hover {
	opacity: .9;
	text-decoration: none;
}

.hero-slide-content .cta-orange,
.block p a .cta-orange,
.block p .cta-orange a {
	background: #eea100;
}

.hero-slide-content .cta-blue,
.block p a .cta-blue,
.block p .cta-blue a {
	background: #77c7cc;
}

.hero-slide-content .cta-green,
.block p a .cta-green,
.block p .cta-green a {
	background: #cadb2a;
} 

.hero-content-bg {
	background: rgba (255,255,255, .9);
}


/*
*
* FOOTER
*
*/

.contact-details i {
	text-align: center;
	font-size: 4rem;
	float: left;
	width: 40px;
	margin: 0 20px 0 0;
	color: #646363;
	margin-top: -6px;
}

.telephone,
.email,
.address {
	clear: both;
	margin: 20px 0 0;
}

.telephone,
.email {
	font-size: 2.2rem;
}

.email a {
	font-weight: 400;
}

.contact-detail {
	overflow: hidden;
}

footer {
	border-top: solid  3px #77c7cc;
	border-bottom: solid 3px #d3d800;
	color: #2d2d2d;
	text-align: left;
}

.footer-logo .custom-logo-link {
	width: 130px;
	margin: -8px 0 20px;
	display: block;
}

.footer-copy {
	display: block;
	margin-top: 60px;
	clear: both;
	font-size: 1.3rem;
}

a.footer-link {
	font-weight: 400;
	font-size: 1.3rem;
}

.footer-nav-bar ul li a {
	font-weight: 400;
	color: #2d2d2d;
	font-size: 1.3rem;
}

.nav-title {
	font-size: 1.3rem;
}

.column-25:last-child .footer-nav-bar ul li a {
	text-transform: uppercase;
}

.reg {
	font-size: 11px;
	text-align: center;
	padding: 20px;
}


/*
*
* SIDEBAR
*
*/

/* Placeholder - start here */





/*
*
* SOCIAL
*
*/

.social-links {
	text-align: left;
}

.social-link {
	border-radius: 0;
	font-size: 4rem;
	width: 60px;
	height: 60px;
	padding-top: 10px;
	background: #c0c0c0;
}

.social-link:hover {
	background: #134395 ;
	color: #fff;
}





/*
*
* BLOCKS
*
*/



.divider {
	border-top: solid 1px #636466;
	margin-top: 0;
}

.block-title {
	background: #fff;
	display: inline-block;
	left: 50%;
	position: relative;
	transform: translate(-50%, -50%);
	margin: -2px 0 30px;
	font-size: 4rem;
	color: #636466;
	text-transform: uppercase;
	padding: 0 20px;
}

.block-title h1 {
	font-size: 4rem;
	color: #636466;
	text-transform: uppercase;
	margin: 0;
}


.bg-grey .block-title {
	background: #dadada;
	color: #000;
}

.content-container {
	max-width: 900px;
	margin: 0 auto;
}

.grey-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.15);

	width: 100%;
}

/* single column image */

.block-single-column-image {
	position: relative;
	opacity: .99;

}

.image-text-overlay {
	top: 120px;
	color: #636466;
	font-size: 4rem;
	max-width: 1000px;
	background: rgba(241,249,251,.9);
	z-index: 5;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	text-align: center;
}

/* Parallax */

.block-parallax .parallax-image {
	min-height: 100vh;
	background-position: center top;
	background-attachment: relative !important;
	z-index: 0;
}



/* links */

.links-container {
	margin-top: 60px;
	overflow: hidden;
	text-align: center;
}

.link-panel {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin: 30px 0;
}

.link-panel a {
	color: #2d2d2d;
	font-weight: 400;
}

.link-panel a:hover {
	color: #2d2d2d;
}

.link-content {
	width: auto;
	display: block;
	overflow: hidden;
	padding: 0 20px 0 0;
	text-align: left;
}

.link-icon {
	width: 40%;
	float: left;
	padding: 0 20px;
	display: inline-block;
	margin-bottom: 30px;
}

.link-icon img {
	width: 100%;
}

.link-title {
	font-size: 3.4rem;
	font-weight: 500;
	margin: -10px 0 20px;
	display: block;
	color: #2d2d2d;
}

.link-text {
	color: #2d2d2d;
	font-weight: 400;
}

/* links carousel */

.link-panel-tab {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	max-width: 500px;
	text-align: center;
	padding: 0 20px;
}

.link-icon-tab {
	width: 100%;
	max-width: 200px;
	padding: 0 20px;
	margin: 10px auto;
}

.link-title-tab {
	font-size: 2rem;
	font-weight: 600;
	margin: 0 0 30px;
}

.link-arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	margin: 0 auto;
}

.link-content-tab {
	padding: 20px 30px;
	min-height: 180px;
}

.read-more-link {
	margin-top: 20px;
	display: block;
	color: #2d2d2d;
	font-weight: 600;
}

.read-more-link:hover {
	color: #000;
}

.links-carousel-container {
	margin: 60px 0 0;
}

.carousel-slide {
	text-align: center;
	padding: 0 20px;
}

.carousel-content-tab {
	padding: 20px 30px;
}

.carousel-icon {
	text-align: center;
	display: inline-block;
}

.carousel-icon img {
	opacity: .3;
	transition: opacity .5s ease-in-out;
}

.carousel-title {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 20px;
}

.carousel-content-container {
	opacity: 0;
	transition: opacity .5s ease-in-out;
}

.carousel-slide:hover > .carousel-content-container,
.carousel-slide:hover > .carousel-icon img {
	opacity: 1;
}

.carousel-slider .slick-current .carousel-content-container,
.carousel-slider .slick-center .carousel-content-container,
.carousel-slider .slick-center .carousel-icon img {
	opacity: 1;
}

/* link panel strip */

.link-strip-panel {
	width: 30%;
	display: inline-block;
	text-align: center;

	vertical-align: top;
	padding: 0 20px;
}

.link-strip-icon {
	max-width: 150px;

	display: inline-block;
	text-align: center;
	padding: 20px;
}


.link-strip-icon-normal {
	max-width: 150px;
	height: 180px;
	display: inline-block;
	text-align: center;
	padding: 20px;
}

.link-strip-icon-normal img {
	max-height: 150px;
	transition: all .5s ease-out;
}

.link-strip-panel:hover .link-strip-icon-normal img {
	margin-top: -10px;
}

.link-strip-icon img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    		filter: grayscale(100%);
    opacity: .3;
    transition: all .5s ease-out;
}

.link-strip-panel:hover > .link-strip-icon img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    		filter: grayscale(0%);
    opacity: 1;
}

.link-strip-title {
	font-size: 2rem;
	font-weight: 400;
	display: block;
}

/* link column */

.link-column-panel {
	width: 100%;
	max-width: 600px;
	display: inline-block;
	margin-bottom: 40px;
}

.link-column-icon img {
	max-width: 60px;
	margin-bottom: 10px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    		filter: grayscale(100%);
    transition: all .5s ease-out;
 
}

.link-column-panel:hover .link-column-icon img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    		filter: grayscale(0%);
    opacity: 1;
}

a.link-column-panel {
	font-weight: 400;
}


/* latest posts */

.article-page h1 {
	margin-top: 20px;
	text-align: center;
}

.article-head-image {
	text-align: center;
}

.posts-filter-links {
	text-align: center;
	margin-bottom: 30px;
}

.posts-filter-links {
	list-style: none;
	margin: 0 0 40px;
}

.posts-filter-links li {
	display: inline-block;
}

.posts-filter-links li a {
	background: #f2f2f2;
	padding: 10px 20px;
	margin: 0 10px 10px;
	font-weight: 300;
	font-size: 1.6rem;
}

.article-text {
	display: none;
}

.posts-filter-links li a:hover,
.posts-filter-links li.current-cat a {
	background: #d2d2d2;
}

#post-single-wrapper {
	margin-bottom: 0;
}

.post {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 60px;
	min-height: 550px;
	position: relative;
}

.single-post .post {
	min-height: 0;
}

.post-header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.post-header ul li {
	margin-bottom: 0;
}

.post-header {
	padding: 10px 20px;
}

.post-header ul li a,
.post-header ul li a:hover {
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.post-title {
	text-align: left;
	margin: 10px 0;
	font-weight: 300;
	font-size: 2.2rem;
	display: block;
}

.event-date {
	text-align: left;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	font-size: 15px;
}

.latest-post-excerpt {
	text-align: left;
	display: block;

}

.post-header a,
.post-header a:hover {
	color: #fff;
}

.category-case-studies .post-header {
	background: #134395;
}

.category-data-sheets .post-header {
	background: #d3d800;
}

.category-white-papers .post-header {
	background: #8a6d95;
}

.category-videos .post-header {
	background: #8fbf21;
}

.category-dbsdatanews .post-header {
	background: #77c7cc;
}

.category-events .post-header {
	background: #d9590e;
}

.category-press .post-header {
	background: #9a133b;
}

.category-blog .post-header {
	background: #312783;
}

.read-post {
	margin-top: 20px;
	padding: 10px 20px;
	display: block;
	background: #b2b2b2;
	position: absolute;
	bottom: 0;
	width: 90%;
}

a.read-post,
a.read-more-link{
	font-weight: 400;
}

.read-post:hover {
	background: #646363;
	color: #fff;
}

.pagination {
	float: none;
}

button.load-posts {
	padding: 10px 40px;
	float: none;
	margin: 10px auto;
}




/* team */

.team-panel {
	position: relative;
}

.team-image img {
	opacity: .4;
}

.slick-current img {
	opacity: 1;
}

.team-name {
	text-align: center;
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 1.4rem;
}

.slick-current .team-name {
	font-weight: 600;
}

.team-bio-container {
	margin: 40px 0 10px;
	text-align: center;
	padding: 0 50px;
}

.team-bio-name {
	font-weight: 600;

	text-transform: uppercase;
}

.team-bio-job {
	margin: 0 0 30px;
	font-size: 1.6rem;
}

.bio-linked-in {
	margin: 40px 0 0;
}
.linked-in-bio {
	margin: 0 auto 10px;
	display: inline-block;
	width: 100%;
	max-width: 300px;
}

/* sitemap */

.page-template-page-sitemap ul {
	margin-bottom: 40px;
}

.page-template-page-sitemap ul a {
	font-weight: 400;
	color: #68c9ca;
}


/*
*
*
* BLOG
*
*
*/

.pagination {
	clear: both;
	display: block;
}

.post-item-inner {
	background: none;
}

.post-item-inner .post {
	width: 100%;
}

#post-single-wrapper.post {
	width: 100%;
	padding: 0;
}

.article-page {
	text-align: left;
}

.post-item {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	float: none;
}

.post-nav {
	display: inline;
	height: 40px;
}

.previous-post {
	float: left;
	text-align: left;
		height: 40px;
	width: 220px;
}

.next-post {
	float: right;
	text-align: right;
	height: 40px;
	width: 220px;
}

.post-links {
	bottom: 60px;
	display: block;
	margin-bottom: 40px;
}

.post-links a {
	font-weight: 400;
	padding: 10px 30px;
	border: solid 1px #2d2d2d;
}

.next-post a,
.previous-post a {
	background: #b2b2b2;
	height: 40px;
	width: 220px;
	border: none;
	color: #fff;
}

.next-post a:hover,
.previous-post a:hover,
.post-links a:hover {
	background: #646363;
	color: #fff;
	border: none;
}


/*
*
* SLICK
*
*/

.slick-dots {
	bottom: -60px;
	z-index: 0;
}

.slick-dots li button {
	background: #eea100;
	opacity: .5;
	border: solid 1px #fff;
}

.slick-dots .slick-active button {
	opacity: 1;
	background: #eea100;
}

.slick-dots li button:hover,
.slick-dots .slick-active:hover button {
	opacity: 1;
	background: #eea100;
}


/*
*
*
* ENGAGE
*
*
*/

.engage-form .engage-form-row {
	padding: 0;
	display: block;
	clear: both;
}

.engage-form .engage-form-label-inline .engage-form-label {
	width: 170px;
}

.engage-form .engage-form-submit {
	background: #77c7cc;
	margin-right: 20px
}

.engage-form .engage-form-submit:hover {
	background: #4cb6b7;
}

iframe .formRow input {
	height: 30px !important;
	font-size: 14px !important;
	padding: 4px !important;
	border: 1px solid #ccc !important;
	box-shadow: inset 0 0 5px #dedede !important;
	box-sizing: border-box !important;
}

.block-two-column-text-video .column-50 {
		padding: 0;
}

.video-content-container-left {
	margin: 50px 40px 50px 10%;
}

.video-content-container-right {
	margin: 50px 10% 50px 40px;
}

.hide-contact {
	display: none;
}