/*
Theme Name: fsd
Theme URI: http://underscores.me/
Author: Footsteps Design Ltd
Author URI: http://footsteps-design.co.uk/
Description: Responsive WordPress Theme Developed By Footsteps Design Ltd
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fsd
Tags:
*/


/*
Colours

Main: 47a5ae
*/

/* Gutenburg colours */

/*blue*/
.has-blue-background-color {
    background-color: #47a5ae;
}
.has-blue-color {
    color: #47a5ae;
}

/*grey*/
.has-grey-background-color {
    background-color: #999999;
}
.has-grey-color {
    color: #999999;
}

/*dark-grey*/
.has-dark-grey-background-color {
    background-color: #454545;
}
.has-dark-grey-color {
    color: #454545;
}

/*orange*/
.has-orange-background-color {
    background-color: #d48200;
}
.has-orange-color {
    color: #d48200;
}

/* END Gutenburg colours */

.wp-block-group .wp-block-columns:last-of-type{
	margin-bottom: 0
}

*:focus {
    outline: none;
}

.blip {
	display: none!important;
	position: fixed;
	top: 5px;
	left: 5px;
	z-index: 999999;
	width: 5px;
	height: 5px;
	display: block;
	background-color: red;
}

.sidebar-item {
	margin-bottom: 30px;
}


.sidebar-item h3 {
	margin-top: 5px;
	margin-bottom: 15px;
}

.sidebar-item .cta-item {
	margin-bottom: 15px;
	text-align: right;
	font-size: 20px;
}

.pageHeader {
	padding: 50px 0;
}


a {
	color: #47a5ae;
	transition: all 0.5s;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #ffc000;
}

/* Button */

.button {
	display: block;
	position: relative;
	font-size: 20px;
	padding-right: 24px;
	margin-top: 3px;
	transition: all 0.5s;
	cursor: pointer;
}

.button-left {
	padding-right: 0;
	padding-left: 24px;
}

.button:after {
	position: absolute;
	right: 0;
	content: "\f138";
	font: normal normal normal 14px/1 FontAwesome;
	color: #47a5ae;
	font-size: 24px;
	transition: all 0.5s;
}

.button-left:after {
	right: auto;
	left: 0;
	content: "\f137";
}

.button:hover,
.button:hover:after {
	color: #ffc000;
}

.button-inline {
	display: inline-block;
	font-size: 16px;
	margin-top: 0;
	padding-right: 20px;
	color: #47a5ae;
}

.button-inline:after {
	font-size: 18px;
	top: 4px;
	color: #47a5ae;
}

.news-sidebar .button-no-after {
	display: block;
	line-height: 20px;
	margin-bottom: 9px;
}

.button-basic {
	color: #47a5ae;
}

.button-basic:after {
	top: 1px;
}

.button-solid {
	color: #fff;
	background-color: #47a5ae;
	display: block;
	padding: 5px 36px 5px 12px;
	border-radius: 100px;
}

.button-solid.alt-button/*,
.filter-button.full-screen-button*/ {
	background-color: #d48300;
}

.filter-button.date-range.button {
	float: left;
	margin-right: 15px;
}

.button-solid:after {
	right: 8px;
	color: #fff;
	top: 6px;
	content: "\f054";
}

.button-solid:hover,
.additional-button:hover {
	background-color: #ffc000!important;
	color: #fff;
}

.button-solid:hover:after {
	color: #fff;
}

.button-hollow {
	color: #fff;
	background-color: transparent;
	padding: 4px 36px 4px 12px;
	border: 1px solid #fff;
	border-radius: 100px; 
}

.button-hollow:after {
	right: 8px;
	color: #fff;
	top: 5px;
}

.button-hollow-green {
	color: #47a5ae;
	border: 1px solid #47a5ae;
}

.button-hollow-green:after {
	color: #47a5ae;
}

.button-hollow:hover {
	border: 1px solid #ffc000;
}

.button-inline.button-hollow:after {
	top: 7px;
}

.all-button {
	display: inline-block;
	width: auto;
	margin: 40px auto 0 auto;
	text-align: center;
}

.download-resource-button {
	display: inline-block;
	width: auto;
	margin: 40px auto 0 auto;
	text-align: center;
	padding-right: 42px;
}

.download-resource-button:after {
	right: 8px;
	color: #fff;
	top: calc(50% - 14px);
	content: "\f0ed";
}

.alternate-downlad {
	text-align: center;
}

.download-resource-button-alt {
	margin: 0 auto 0 auto;
	font-size: 16px;
}

.explanation {
	font-size: .8em;
}

.additional-buttons a {
	margin-bottom: 7px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

body {
	position: relative;
	font-size: 17px;
	line-height: 24px;
	font-family: 'Cantarell', "Calibri", sans-serif;
	/*color: #303a3d;*/
	color: #262e30;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: unset;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

img {
	max-width: 100%;
	height: auto;
}
p {
	margin: 0 0 20px;
}
.site-spacing {
	margin: 80px 0;
}

.site-spacing-top{
	margin-top: 80px;
}
.pos-rel {
	position: relative;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 30px;
}

h1 {
	font-size: 36px;
	color: #000;
	margin-top: 0;
	margin-bottom: 20px;
}

h1 small {
	color: #000;
	font-size: 64%;
	font-weight: normal;
}

h2,
.faux-h2 {
	display: inline-block;
	color: #444;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: -1px;
	border-bottom: 4px solid #444;
	padding-bottom: 10px;
}

h2.has-text-align-center {
	width: 100%;
	border-bottom: unset;
	padding-bottom: unset;
}

h2:first-letter {
	margin-left: -3px;
}

h3 {
	font-size: 24px;
	margin-bottom: 12px;
}

h3 + p {
	margin-top: 20px;
}

h1 mark,
h2 mark,
h3 mark,
h4 mark,
h5 mark,
h6 mark {
	padding: 0;
}
.margin-bottom-0,
ul.margin-bottom-0 li:last-of-type {
	margin-bottom: 0!important;
}

.site-gray-bg {
	background-color:#d0d0d0;
}
.site-white-bg {
	background-color:#fff;
}

.top-header{
	background-color: #000;
	color: #fff;
	font-size: 15px;
	padding:12px 0;
}
.top-header a {
	color: #fff;
}
.top-header a:hover {
	color: rgba(255,255,255,0.7);
	text-decoration: none;
}
.top-header-social-icons {
	display: inline;
}
.top-header-right {
	float: right;
}
.top-header .fa {
	margin-right: 8px;
}
.top-header .top-header-social-icons .fa {
	margin-right: 0;
	margin-left: 13px;
}

.logo {
	display: block;
	float: left;
}

.logo img {
	max-width: 430px;
	max-height: none;
	margin: 50px 0px 50px 0;

}

input[type='text'],
input[type='number'],
textarea {
	font-size: 16px;
}




.header-right {
	position: relative;
	float: right;
	width: calc(100% - 730px);
}

.header-right .is-search-form-wrap {
	position: absolute;
	width: 100%;
	right: 0;
	bottom: 20px;
	overflow: hidden;
	/*height: 0;*/
	/*transition: .5s;*/
	/*background-color: red;*/
}

/*.header-right.header-search-open .is-search-form-wrap {
	height: 36px;
}*/

.header-right .is-search-form {
	text-align: right;
	left: 100%;
	transition: 1s;
	/*transition-delay: .5s;*/
}

.header-right.header-search-open .is-search-form {
	left: 0%;
}

.header-right .is-search-submit {
	position: relative;
	border-radius: 100%;
	height: 48px;
	width: 48px;
	background-color: #47a5ae;
	z-index: 2;
	border: none;
	float: right;
	margin: 98px 0;
}

.header-right .is-search-submit:before {
	position: absolute;
	top: 13px;
	left: 15px;
	content: "\f002";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	color: #fff;
}

.header-right .is-search-form label {
	padding: 0;
	transition: 1s;
	z-index: 1;
	overflow: hidden;
}

/*.header-right .is-search-form-wrap:hover label {
	width: 0!important;
}*/

/*.header-right .is-search-form label input {
	padding: 0 12px 0 30px;
	border-left:  0!important;
}
*/
.header-right .is-search-form.is-form-style.is-form-style-3 input.is-search-input {
	border-right:  #ccc solid 1px !important;	
}

.header-right .is-search-submit .is-search-icon {
	display: none !important;
}

.header-right .is-search-submit .is-search-icon svg {
	display: none;
}







.strapline {
	width: 100%;
	margin: 0 0 46px 0;
	color: #747474;
	clear: both;
}







/* Lists & grids */

.list, 
.item {
	position: relative;
}

.the-team,
.members {
	overflow: auto;
	margin-bottom: -30px;
}

.team-item,
.member-item {
	position: relative;
	background-color: #f6f6f6;
	margin-bottom: 30px;
}

.member-item:hover {
	background-color: #f0f0f0;
}

.team-item:before,
.team-item:after,
.member-item:before,
.member-item:after {
	display: block;
	content: url('images/blip-white.jpg');
	position: absolute;
	top: 0;
	width: 15px;
	height: 100%;
	background-color: #fff;
}

.team-item:before,
.member-item:before {
	left: 0;
}

.team-item:after,
.member-item:after {
	right: 0;
}

.item-image-wrap {
	height: 230px;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	background-color: #eaeaea;
}

.member-item .item-image-wrap {
	height: 180px;
	width: calc(100% - 30px);
	margin: 15px 15px 15px 15px;
	background-color: #fff;
	background-size: contain;
	border: 10px solid transparent;
}

.item-text {
	padding: 15px;
}

.item-text .name,
.item-text .email,
.item-text .phone,
.item-text .phone-2 {
	margin-bottom: 5px;
}

.member-item .item-text {
	padding: 0 15px 15px 15px;
}

/*.member-item .item-text {
	padding: 15px 0;
}*/

.bio {
	margin-bottom: 20px;
}

.team-contact {
	line-height: 28px;
	margin-top: 15px;
}

.member-item a:after {
	position: absolute;
	bottom: 15px;
	right: 30px;
	content: "\f138";
	font: normal normal normal 14px/1 FontAwesome;
	color: #47a5ae;
	font-size: 24px;
}

.member-item a:hover:after {
	color: #ffc000;
}

.member-item .name {
	padding: 0 28px;
}





/* IAI Work Areas */

.iai-work-areas .item {
	margin-bottom: 40px;
}

.iai-work-areas .item:nth-of-type(2n+1) {
	clear: left;
}

.iai-work-areas .item a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.iai-work-areas .item-image,
.iai-work-areas .item-text {
	float: left;
}

.iai-work-areas .item-image {
	width: 195px;
	padding: 0 50px 0 30px;
	text-align: center;
}

.iai-work-areas .item-image img {
	max-width: 104px;
	max-height: 112px;
	display: inline-block;
}

.iai-work-areas .item-text {
	width: calc(100% - 195px);
}


/*.pagination {
	margin-top: 40px;
}*/

.pagination .pag-prev {
	text-align: left;
}

.pagination .pag-index {
	text-align: center;
	font-size: 30px;
}

.pagination .pag-next {
	text-align: right;
}

.pagination .pag-prev a,
.pagination .pag-next a {
	font-size: 20px;
}






/* Resourses */

.all-resources-link {
	display: block;
	float: right;
	margin: 0 30px -18px 0;
}

#resource-results {
	margin-bottom: -60px;
}

.resources-list .item {
	display: block;
	background-color: #f6f6f6;
	padding-bottom: 20px;
	transition: all 0.5s;
	margin-bottom: 30px;
}

.resources-list .item:hover {
	background-color: #f0f0f0;
	cursor: pointer;
}

.resources-list .item .item-text {
	color: #444;
}

.resources-list .item .item-resource-title {
	font-weight: bold;
	margin-bottom: 12px;
}

.resources-list .item .item-resource-content > span {
	padding-bottom: 12px;
}

.resources-list .item .icons {
	/*position: absolute;
	bottom: 60px;*/
	margin: 5px 0;
}

.resources-list .item .button {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.resources-list .item:hover .button,
.resources-list .item:hover .button:after {
	color: #ffc000;
}

.resources-list .item .image-wrap {
	position: relative;
	height: auto;
	max-height: 180px;
	overflow: hidden;
	text-align: center;
}

.resources-list .item .image-wrap .item-date {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px;
	color: #fff;
	background-color: #47a5ae;
	font-weight: bold;
}

.related-stats-links {
	text-align: center;
}

.related-stats-links p {
	margin-bottom: 10px;
}

.post-info {
	margin-bottom: 20px;
}

.post-info .icons,
.post-info .item-date {
	display: inline-block;
}

.post-info .icons {
	margin-right: 20px;
}

.post-info .icons .resource-icon {
	display: inline-block;
	width: 77px;
	height: 77px;
	background-size: cover;
	margin-right: 5px;
}

.post-info .icons a:last-of-type .resource-icon {
	margin-right: 0;
}

.resources-list-header {
	margin-top: -35px;
	margin-bottom: 30px;
}

.resource-filters {
	margin-bottom: 30px;
}

.resource-filters ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

.resource-filters ul li {
	display: inline-block;
	margin-left: 15px;
}

.resource-filters select,
.resource-filters input {
	height: 36px;
	padding: 5px;
}













.fsd-btn, .fsd-btn:visited {
	color: #fff;
	padding: 12px 15px;
	display: inline-block;
	position: relative;
}
.fsd-btn:hover {
	text-decoration: none;
	color: #fff;
}
.fsd-btn:hover:after {
content: "";
background-color: rgba(255,255,255,.1);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;

}

.owl-carousel.owl-loaded {
	padding: 0 0 16px 0;
}

.header-slider .owl-controls {
	position: relative;
	margin-top: -40px;
	text-align: center;
}

.header-slider .owl-controls .owl-dots {
	display: inline-block;
}

.header-slider .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	height: 20px;
	width: 20px;
}

.header-slider .owl-controls .owl-dots .owl-dot:before {
	content: "\f10c";
	font: normal normal normal 14px/1 FontAwesome;
	color: #fff;
}

.header-slider .owl-controls .owl-dots .owl-dot.active:before {
	content: "\f10c";
	content: "\f111";
}

.banner-slider-text-wrap {
	height: 100%;
}

.table-wrap,
#statistics-graphing-data {
	width: 100%;
	overflow: auto;
}

.table-wrap table,
#statistics-graphing-data table{
	width: 100%;
}

#statistics-graphing-data table {
	table-layout: fixed;
	font-size: 12px;
	line-height: normal;
}

.faux-table {
	display: table;
	height: 100%;
	width: 100%;
}

.faux-td {
	display: table-cell;
	vertical-align: middle;
}

.banner-slider-text {
	background-color: rgba(71, 165, 174, .9);
	padding: 60px;
	width: 370px;
	text-align: left;
	color: #fff;
	font-size: 36px;
	word-break: normal;
	line-height: 40px;
}

.banner-slider-text a {
	position: relative;
	display: inline-block;
	clear: left;
	margin-top: 12px;
	margin-bottom: -5px;
	color: #fff;
	font-size: 22px;
	padding-right: 28px;
}

.banner-slider-text a:after {
	position: absolute;
	top: 10px;
	right: 0;
	content: "\f138";
	font: normal normal normal 14px/1 FontAwesome;
	color: #fff;
	font-size: 24px;
}

.banner-slider-text a:hover,
.banner-slider-text a:hover:after {
	color: #ffc000;
}

.faux-table.right .banner-slider-text {
	float: right;
}



.home-jumbotron {
	background-size: cover;
	background-position: 50% 50%;
	padding: 180px 0 150px;
}
.home-jumbotron-h1 {
	font-size: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 0.3px;
	color: #fff;
	text-shadow: 0px 1px 0px #000;
}
.home-jumbotron-content {
	max-width: 100%;
	width: 840px;
	margin: 30px auto;
		color: #fff;
		text-shadow: 0px 1px 0px #000;
}

a.catsNtags-link {
	margin-right: 10px;
display: inline-block;
margin-bottom: 10px;
color: #000;
}
a.catsNtags-link:hover {
color: #000;
text-decoration: underline;
}

.post-meta {
	padding-top: 10px;
	padding-bottom: 20px;
	overflow: auto;
}
/*.post-meta a {
	color: #000;
}
.post-meta a:hover {
	color: #000;
	text-decoration: underline;
}*/

.post-tags, .post-categories, .post-date {
	display: block;
	float: left;
}

.post-date {
	margin: 0 0 0 30px;
}




/*Alu Forward 2030*/

body.page-template-alu-foward-tempalte .short-hero .the-slide.slim-banner .icon {
	max-width: 500px;
}

/*.alu-forward-adgenda div:nth-child(odd) {
	background-color: red;
}*/

@media screen and (max-width: 767px) {
	.alu-forward-adgenda div:nth-child(odd) {
		display: none;
	}
}



/*.header-social {
	position: relative;
	padding: 104px 0;
	float: right;
}

.header-social a {
	display: block;
	background-color: #bfbfbf;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	position: relative;
	float: right;
	margin-left: 26px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	padding-top: 4px;
}

.header-social a i.fa-twitter {
	padding-top: 3px;
}*/


/************** MENU **************/

.mobile-toggle {
	position: relative;
	padding: 98px 0;
	float: right;
	margin-right: 26px;
}

.nav-mobile {
	background-color: #47a5ae;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	position: relative;
	float: right;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.nav-mobile.open {
	background-color: #ffc000;
}

.nav-mobile span {
	display: block;
	position: absolute;
	height: 5px;
	width: 28px;
	border-radius: 2px;
	background: #fff;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.nav-mobile span:nth-child(1) {
	top: 14px;
	left: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.nav-mobile.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 11px;
	left: 14px;
}

.nav-mobile.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
.nav-mobile span:nth-child(2) {
	top: 22px;
	left: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.nav-mobile span:nth-child(3) {
	top: 30px;
	left: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.nav-mobile.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 31px;
	left: 14px;
}

.main-nav {
	display: none;
	position: absolute;
	background-color: #47a5ae;
	top: 156px;
	right: 0px;
	z-index: 999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	overflow: hidden;
}

.main-nav.show {
	display: block;
}

#main-nav * {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-nav {
	padding: 23px 0;
}

#main-nav li a {
	position: relative;
	font-size: 18px;
	padding: 7px 0px;
	margin:  0 35px 0 35px;
	color: #fff;
	display: block;
	white-space: nowrap;
}
#main-nav li a {
	text-decoration: none;
}

#main-nav li a:hover {
	color: #ffc000;
}

#main-nav li.current-menu-item > a {
		color: #fff;
		text-decoration: underline;
		font-weight: bold;
}

#main-nav li.menu-item-has-children > .nav-submenu-chevron {
	/*display: inline-block;
	content: " \f054";
	font: normal normal normal 14px/1 FontAwesome;*/
	color: #fff;
	font-size: 15px;
	padding: 7px 0 0 5px;
	transition: 1s all;
	width: 30px;
	height: 30px;
	float: right;
	text-align: center;
	cursor: pointer;
	margin-right: 5px;
}

#main-nav li.menu-item-has-children > .nav-submenu-chevron:hover,
#main-nav li.menu-item-has-children > .nav-submenu-chevron-spun {
	transform: rotate(90deg);
	background-color: #367d7d;
}

#main-nav .sub-menu {
	margin-left: 20px;
}

#main-nav .sub-menu {
	max-height: 1px;
	overflow: hidden;
	transition
	: 2s ease-in-out all;
}

#main-nav li.nav-hover .sub-menu {
	max-height: 300px;
}

#main-nav .other-iai-websites {
	position: relative;
	margin-top: 30px;
	padding-left: 42px;
}

#main-nav .other-iai-websites:before {
	display: block;
	position: absolute;
	left: 30px;
	font: normal normal normal 40px/1 FontAwesome;
	content: "\f0ac";
	color: #fff;
}





.legal-menu {
	margin: 20px 0 -33px 0;
	text-align: center;
}
.legal-menu ul {
	padding: 0;
}
.legal-menu li {
	display: inline;
	padding: 0 10px;
}

.legal-menu li a {
	color: #414141;
	font-size: 16px;
}
.legal-menu li a:hover {
	color: #000;
}


/* HOME STATS */

.home-stats .graph {
	/*background-color: #f8f8f8;
	height: 350px;*/
	border: 1px solid #d9d9d9;
	padding: 10px;
}

.home-stats .button-solid {
	float: right;
	margin-top: 30px;
}

.home-stats.site-spacing h3 {
    font-size: 22px;
}

.home-stats .graph svg {
	width: 100%;
	height: 260px;
}

.home-stats .graph .xAxis .yAxisLabel {
	text-align: right;
}

.stats-home-graph-wrapper h3 {
	margin-bottom: 3px;
}

.stats-home-graph-wrapper .statistics-published-date {
	margin-bottom: 15px;
	color: #888;
}

.home-graph-summary {
	/*font-size: .8em;*/
	line-height: normal;
	margin: 5px auto 8px auto;
}

.home-stats .home-graph-link {
	text-align: right;
	position: relative;
	padding-right: 20px;
}

.home-stats .home-graph-link a:after {
    position: absolute;
    top: 6px;
    right: 0;
    content: "\f138";
    font: normal normal normal 14px/1 FontAwesome; font-size: 14px;
    color: #47a5ae;
}







/* HOME WORK AREAS */

.home-work-areas .logo-slider-wrap {
	background-color: #f2f2f2;
	padding: 80px 0;
}

.home-main-content {
	background-color: #fff;
	padding-bottom: 90px;
}


/* Home page tabs */

.tab {
	overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	background: transparent;
	padding: 0;
	margin-right: 30px;
}

/* Change background color of buttons on hover */
.tab button:hover {
	
}

/* Create an active/current tablink class */
.tab button.active {
	
}

/* Style the tab content */
.tabcontent {
	display: none;
	border-top: none;
}

/* Fade tabs */
.tabcontent {
	animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

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

/*About tabs*/
.tabs,
.tablinks {
	margin-bottom: 30px;
}

.tabs ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 -15px;
}

.tabs ul li,
.tablinks {
	display: inline-block;
	padding: 0 15px 15px 15px;
}

.tabs ul li a,
.tab button.tablinks {
	display: block;
	color: #a2a2a2;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: -2px;
	border-bottom: 4px solid #a2a2a2;
	padding-bottom: 10px;
	transition: all 0.3s;
}

.tabs ul li.current-menu-item a,
/*.tabs ul li.current-page-ancestor a,*/
.tab button.tablinks.active {
	color: #444;
	border-bottom: 4px solid #444;
}

.tabs ul li a:first-letter,
.tablinks:first-letter {
	margin-left: -3px;
}

.tabs ul li:first-of-type a:first-letter,
.tablinks:first-of-type a:first-letter {
	margin-left: 0;
} 

.tabs ul li a:hover,
.tablinks:hover {
	color: #ffc000;
	border-bottom: 4px solid #ffc000;
}

/* Resources Tab */
.home-resources-tab-wrap {
	overflow: hidden;
	height: 430px;
}

.home-resources-tab .home-resources-tab-inner {
	position: relative;
	height: 360px;
	width: calc(100% + 90px);
	margin-left: -90px;
	overflow: hidden;
}


.home-resources-tab .item {
	position: absolute;
	top: -45px;
	height: 520px;
	background-size: cover;
	background-position: 50% 50%;
	border-top-right-radius: 15% 50%;
	border-bottom-right-radius: 15% 50%;
	overflow: hidden;
	border-width: 18px 20px;
	border-style: solid;
	border-color: #fff;
	border-collapse: collapse;
}

.home-resources-tab .item:nth-of-type(1) {
	left: 0;
	width: calc(37.666666%);
	z-index: 3;
}

.home-resources-tab .item:nth-of-type(2) {
	left: calc(33.333333%);
	width: calc(37.6%);
	z-index: 2;
}

.home-resources-tab .item:nth-of-type(3) {
	left: calc(66.666666%);
	width: calc(35.6%);
	z-index: 1;
	border-radius: 0;
}
.home-resources-tab .item .mask {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(30, 104, 112, .85);
	z-index: 1;
}

.home-resources-tab .item .item-content {
	position: relative;
	margin-top: 45px;
	height: 418px;
	vertical-align: middle;
	/*padding: 0 25% 0 30%;*/
	padding: 0 70px 0 140px;
	cursor: pointer;
	display: table-cell;
	/*opacity: 0;
	transition: all .5s;*/
	color: #fff;
	z-index: 2;
}

/*.home-resources-tab .item:hover .item-content {
	opacity: 1;
}*/

.resource-icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-size: cover;
	margin-right: 3px;
}

.resource-icon.biodiversity {
	background-image: url('images/icon-square/icon-squ-Biodiversity.png');
}
.resource-icon.bauxite-residue {
	background-image: url('images/icon-square/icon-squ-BR.png');
}
.resource-icon.bauxite-use {
	background-image: url('images/icon-square/icon-squ-BRUse.png');
}
.resource-icon.communities {
	background-image: url('images/icon-square/icon-squ-Communities.png');
}
.resource-icon.consumer-health {
	background-image: url('images/icon-square/icon-squ-ConsumerHealth.png');
}
.resource-icon.electric-energy {
	background-image: url('images/icon-square/icon-squ-ElectricEnergy.png');
}
.resource-icon.energy {
	background-image: url('images/icon-square/icon-squ-Energy.png');
}
.resource-icon.environmental-health {
	background-image: url('images/icon-square/icon-squ-EnvironmentalHealth.png');
}
.resource-icon.fluorides {
	background-image: url('images/icon-square/icon-squ-Florides.png');
}
.resource-icon.greenhouse-gases {
	background-image: url('images/icon-square/icon-squ-GreenhouseGases.png');
}
.resource-icon.industry-sustainability {
	background-image: url('images/icon-square/icon-squ-IndustrySustainability.png');
}
.resource-icon.lifecycle {
	background-image: url('images/icon-square/icon-squ-Lifecycle.png');
}
.resource-icon.material-flow-analysis {
	background-image: url('images/icon-square/icon-squ-MaterialFlowAnalysis.png');
}
.resource-icon.mining {
	background-image: url('images/icon-square/icon-squ-Mining.png');
}
.resource-icon.occupational-health {
	background-image: url('images/icon-square/icon-squ-OccupationalHealth.png');
}
.resource-icon.recycling {
	background-image: url('images/icon-square/icon-squ-Recycling.png');
}
.resource-icon.safety {
	background-image: url('images/icon-square/icon-squ-Safety.png');
}
.resource-icon.scenarios-forecasts {
	background-image: url('images/icon-square/icon-squ-ScenariosForecasts.png');
}
.resource-icon.spent-pot-lining {
	background-image: url('images/icon-square/icon-squ-SpentPotLining.png');
}
.resource-icon.water {
	background-image: url('images/icon-square/icon-squ-Water.png');
}

.home-resources-tab .home-resources-tab-inner .item .item-content .button-hollow {
	position: absolute;
	right: 10%;
}

.home-resources-tab .home-resources-tab-inner .item:hover .item-content .button-hollow,
.home-resources-tab .home-resources-tab-inner .item:hover .item-content .button-hollow:after {
	color: #ffc000;
}

.home-resources-tab .home-resources-tab-inner .item:hover .item-content .button-hollow {
	border: 1px solid #ffc000;
}
.home-resources-tab .home-resources-tab-inner .item:nth-of-type(3) .item-content .button-hollow {
	right: calc(10% + 20px);
}

.home-resources-tab .button-solid,
.home-news-tab .button-solid,
.home-events-tab .button-solid {
	float: right;
	margin-top: 30px;
}

/* News Tab */

.home-news-tab .item,
.news-items .item {
	position: relative;
	width: 100%;
	clear: both;
	overflow: auto;
	margin-bottom: 30px;
}

.home-news-tab .item:last-of-type,
.news-items .item:last-of-type {
	margin-bottom: 40px;
}

.news-item-image {
	
}

.news-item-content {
	padding-left: 36px;
}

.home-news-tab .item .news-item-content .category,
.home-news-tab .item .news-item-content .date,
.news-items .item .news-item-content .category,
.news-items .item .news-item-content .date {
	display: inline-block;
	margin: 0 15px 11px 0;
}

/*.home-news-tab .item .news-item-content .date,
.news-items .item .news-item-content .date {
	padding-right: 35px;
	float: left;
}
*/
.home-news-tab .item .news-item-content .button,
.news-items .item  .news-item-content .button{
	font-size: 20px;
}

/* News List page */

.news-item-content h3 a {
	color: #000;
}

/* Events Tab */

.home-events-tab .item {
	display: block;
	margin-bottom: 30px;
}

.home-events-tab .item .event-date {
	float: left;
	width: 170px;
	background-color: #1e6870;
	color: #fff;
	text-align: center;
	padding: 30px 0 15px 0;
}

.home-events-tab .item .event-date .date, 
.home-events-tab .item .event-date .month {
	font-size: 40px;
}

.home-events-tab .item .event-info {
	float: right;
	width: calc(100% - 185px);
}

.home-events-tab .item .event-info .title {
	font-size: 30px;
	color: #000;
	font-weight: 300;
	line-height: 30px;
}

.home-events-tab .item .event-info .button {
	font-size: 20px;
}


/* Events page */

.event-list .item {
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
	border: 1px solid #1e6870;
}

.event-list .item .event-date {
	display: block;
	background-color: #1e6870;
	color: #fff;
}

.event-list .item .event-date .date-wrap,
.event-list .item .event-date .title {
	float: left;
}

.event-list .item .event-date .date-wrap {
	text-align: center;
	padding: 15px 0;
	width: 126px;
	border-right: 1px solid #fff;
}

.event-list .item .event-date .date,
.event-list .item .event-date .month {
	font-size: 30px;
}

.event-list .item .event-date .month {
	text-transform: uppercase;
}

.event-list .item .event-date .title {
	display: table;
	width: calc(100% - 310px);
	height: 98px;
	margin-bottom: 0;
}

.event-list .item .event-date .title .title-inner {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	padding: 0 15px 0 30px;
	font-size: 30px;
	line-height: 34px;
}

.event-list .item .event-date .button {
	float: right;
	font-size: 20px;
	margin: 37px 20px 0 0;
}

.event-list .item .event-date .button:after {
	font-size: 20px;
	top: 5px;
}

.event-list .item .banner {
	display: block;
	/*height: 300px;*/
	width: 100%;
}

.event-list .item .banner img {
	width: 100%;
}

.text-after-events {
	margin-top: 30px;
}











/*Client Logo Slider Home*/
.clientListWrapper {
	/*padding: 0 50px;*/
/*	margin-bottom: 30px;*/
	margin-bottom: 20px;
}

.logo-slider-wrap {
	position: relative;
}

.clientList-prev,
.clientList-next {
	position: absolute;
	top: 50%;
	margin-top: -37px;
	cursor: pointer;
	/*width: 48px;
	height: 48px;*/
	font-size: 48px;
	color: #47a5ae;
	opacity: .8;

}

.clientList-prev {
	right: 15px;
}

.clientList-next {
	left: 15px;
}
			
.clientList {
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
}

.clientList .fa {
	vertical-align: middle;
	display: table-cell;
	color: #7f7f7f;
		-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

.clientList .item {
	position: relative;
	display: inline-block;
	padding: 0 30px 0 0;
	height: 200px;
	text-align:center;
}

.clientList .item img {
	/*max-height: 101px;*/
	max-width: 100%;
	width: 200px !important;
	/*padding: 0 10px;*/
	display: inline-block !important;
	position: relative!important;
	top: 50%!important;
	transform: translateY(-50%)!important;
	-webkit-transform: translateY(-50%)!important;
	-ms-transform: translateY(-50%)!important;
}

.clientList .item .logo-slider-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	display: table;
	vertical-align: middle;
	background-color: rgba(30, 104, 112, .9);
	color: #fff;
	transition: all .5s;
	opacity: 0;
}

.clientList .item:hover .logo-slider-hover {
	opacity: 1;
}

.clientList .item .logo-slider-hover .inner {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
	white-space: pre-wrap;
}



.browse-iai-online-items {
	margin: 0 15px;
}

.browse-iai-online-items .item {
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}

.browse-iai-online-items .item a {
	display: block;
}

.browse-iai-online-items .item img {
	display: block;
	margin-bottom: 20px;
	width: 100%;
}

.browse-iai-online-items .item span.link-text {
	position: relative;
	display: inline-block;
	padding-right: 30px;
}

.browse-iai-online-items .item span.link-text:after {
		position: absolute;
		top: 2px;
		right: 0;
		content: "\f138";
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 24px;
}

.browse-iai-online-items .item:hover span.link-text,
.browse-iai-online-items .item:hover span.link-text:after {
	color: #ffc000;
}




.page-content.home-content {
	background-color: #47a5ae;
	padding: 100px 0;
	color: #fff;
}

.page-content.home-content .main-content,
.page-content.home-content .key-facts {
	position: relative;
	margin: 0 36px;
}

.page-content.home-content .main-content {
	margin: 0 36px 0 0;
}

.page-content.home-content .key-facts {
	margin: 0 0 0 36px;
}

/*.page-content.home-content .main-content {
	padding-left: 95px;
}*/

/*.page-content.home-content .main-content:before {
	content: url('images/info-i.png');
	position: absolute;
	top: 0;
	left: 40px;
}*/

.page-content.home-content h1 {
	color: #fff;
}

.key-facts {
	font-size: 20px;
}

.key-facts .item {
	width: 100%;
	clear: both;
	margin-bottom: 30px;
}

.key-facts .item img {
	float: left;
	width: 95px;
	margin-right: 30px;
}



/* Contct Form */
.form-element {
	margin-bottom: 17px;
}
.form-wrapper input:not(.wpcf7-submit), .form-wrapper textarea {
	width: 100%;
	padding: 8px 15px;
	border: 2px solid rgba(0, 0, 0, 0.35);
	background: #fff;
}
.wpcf7-not-valid {
	background-color: #fff !important;
	border: 2px solid #da2424!important;
}
.wpcf7-not-valid-tip {
	display: none!important;
}

.form-wrapper .wpcf7-submit {
display: inline-block;
padding: 12px 15px;
font-weight: 400;
text-align: center;
color: #fff;
box-shadow: none;
text-shadow: none;
float: none;
border:none;
position: relative;
}
.form-wrapper .wpcf7-submit:hover {
text-decoration: none;
color: #fff;
}
.form-wrapper .wpcf7-submit:hover:after {
content: "";
background-color: rgba(255,255,255,.1);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;

}

.wpcf7-response-output {
	border: none!important;
	margin: 20px 0 0 0!important;
	padding: 0!important;
}

.wpcf7-response-output.wpcf7-mail-sent-ok:before{
	content: "\f00c";
	font: normal normal normal 24px/1 FontAwesome;
	color: #32ae24;
	margin-right: 5px;
}


.wpcf7-response-output.wpcf7-validation-errors:before {
	font: normal normal normal 24px/1 FontAwesome;
	color: #da2424;
	margin-right: 5px;
	content: "\f00d";
}


.wpcf7-response-output.wpcf7-spam-blocked:before {
	font: normal normal normal 24px/1 FontAwesome;
	color: #da2424;
	margin-right: 5px;
	content: "\f00d";
}



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

.icon-ul li {
	padding-left: 60px;
	margin-bottom: 15px;
	position: relative;
	min-height: 52px;
}

.icon-ul li:before {
	font: normal normal normal 27px/1 FontAwesome;
	position: absolute;
	left: 0;
/*	border: 2px solid #000;*/
	height: 52px;
	width: 52px;
	text-align: center;
	line-height: 52px;
	color: #000;
}
.icon-ul li h3 {
	padding-top: 10px;
	margin: 0;
	line-height: 1.3;
	color: #000;
	font-size: 20px;
}
.icon-ul li a {
	color: #000;
}
.icon-ul li a:hover {
	color: #000;
	text-decoration: underline;
}

.icon-ul li.icon-li-email:before {
	content: "\f2b6";
}

.icon-ul li.icon-li-phone:before {
	content: "\f095";
}
.icon-ul li.icon-li-address:before {
	content: "\f041";
}
.icon-ul li.icon-li-social:before {
	content: "\f1e0";
}




.icon-ul.home-icon-ul li h3 {
	padding-top: 2px;
	padding-bottom: 9px;
}

.icon-ul li a:hover {
	text-decoration: none;
	color: #000;
}

.accreditations {
	text-align: center;
	padding-bottom: 20px;
}
.accreditations img {
	max-width: 100px;
	max-height: 60px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 30px;
}
a.designer {
	float: right;
	color: #414141;
}
a.designer:hover {
	color: #000;
	text-decoration: none;
}





.projectInMind, .projectInMind:focus, .projectInMind:visited {
	position: fixed;
	top: 280px;
	right: -50px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	display: block;
	color: #fff!important;
	padding: 12px 15px;
	font-size: 18px;
	-webkit-transition: all 300ms ease-out 100ms;
	-moz-transition: all 300ms ease-out 100ms;
	-o-transition: all 300ms ease-out 100ms;
	transition: all 300ms ease-out 100ms;
	z-index: 999999;
}
.inView {
	right: 0;
}
.projectInMind:hover {
	text-decoration: none;
}
.projectInMind:hover:after {
	content: "";
	background-color: rgba(255,255,255,.1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.page-content {
	background-color: #fff;
}

.page-content p:last-child {
	margin-bottom: 0;
}

.content-with-sidebar .main-content {
	padding-right: 30px;
	border-right: 1px solid #e6e6e6;
}

.sidebar-item-ctas a {
	display: block;
}

.featured-image {
	margin-bottom: 40px;
}


.main-content ul {
	margin: 0 0 20px;
}

.main-content li {
	margin-bottom: 10px;
	list-style-type: disc;
}

.map-margin {
	margin-top: 60px;
}




.commercialService {
	margin-bottom: 60px;
}
.services-page-section {
	padding-left: 67px;
	position: relative;
}

#fsd-map {
	height: 410px;
	width: 100%;
}
.map-heading {
	margin-bottom: 10px;
}
#map-content p {
	font-size: 16px;
}

.our-work-wrapper {
	padding-top: 90px;
	padding-bottom: 60px;
}






.pagination {
	margin-top: 80px;
}

.numberedPagination,
.pagination {
	text-align: center;
	width: 100%;
}
.numberedPagination ul {
	margin: 30px 0 0px 0;
	padding: 0;
	display: inline-block;
}
.numberedPagination li a,
.numberedPagination li a:hover,
.numberedPagination li.active a,
.numberedPagination li.disabled,
.pagination .page-numbers {
	color: #fff;
	text-decoration:none;
}
.numberedPagination li,
.pagination .page-numbers {
	display: inline-block;
	margin-bottom: 5px;
}
.numberedPagination li a,
.numberedPagination li a:hover,
.numberedPagination li.active a,
.numberedPagination li.disabled,
.event-list .numberedPagination span, 
.event-list .numberedPagination a,
.pagination .page-numbers {
	background: #fff;
	/*padding: 9px 11px;*/
	font-weight: 400;
	color: #444;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;	 
	-khtml-user-select: none;	
	-moz-user-select: none;		
	-ms-user-select: none;		 
	user-select: none;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	background-color: #d9d9d9;
	margin: 0 7px;
}
.numberedPagination li a:hover,
.numberedPagination li.active a, 
.event-list .numberedPagination a:hover,
.event-list .numberedPagination span.current,
.pagination .page-numbers.current {
	text-decoration: none;
	color:#fff;
	background-color: #47a5ae;
}

.numberedPagination .prev,
.numberedPagination .next,
.event-list .numberedPagination a.prev,
.event-list .numberedPagination a.next {
	display: none;
}




.projectSlider .owl-controls {
	opacity: 0;
		-webkit-transition: all 300ms ease-out 100ms;
	-moz-transition: all 300ms ease-out 100ms;
	-o-transition: all 300ms ease-out 100ms;
	transition: all 300ms ease-out 100ms;
}
.projectSlider:hover .owl-controls {
	opacity: 1;
}
.projectSlider .owl-prev {
	position: absolute;
	top: 50%;
	left: 0px;
	height: 50px;
	display: table;
	width: 40px;
	margin-top: -25px;
	background: #ef1820;
	text-align: center;
	opacity: 1;
	-webkit-transition: all 300ms ease-out 100ms;
-moz-transition: all 300ms ease-out 100ms;
-o-transition: all 300ms ease-out 100ms;
transition: all 300ms ease-out 100ms;
}
 .projectSlider .owl-next {
	position: absolute;
	top: 50%;
	right: 0px;
	height: 50px;
	display: table;
	width: 40px;
	margin-top: -25px;
	text-align: center;
	background: #ef1820;
	opacity: 1;
	-webkit-transition: all 300ms ease-out 100ms;
-moz-transition: all 300ms ease-out 100ms;
-o-transition: all 300ms ease-out 100ms;
transition: all 300ms ease-out 100ms;
}


.projectSlider.on-first-slide .owl-prev, .projectSlider.on-last-slide .owl-next {
	opacity: 0;
	visibility: hidden;
}



.projectSlider .fa {
	vertical-align: middle;
	display: table-cell;
	color: #fff;
		-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}
.projectSlider .owl-next:hover, .projectSlider .owl-prev:hover {
	opacity: 1;
}
.projectSlider .owl-next:hover .fa, .projectSlider .owl-prev:hover .fa {
color: #fff;
}

.client-logo-wrapper {
	position: absolute;
	right: 0px;
	background-color: #fff;
	padding: 10px;
	z-index: 9;
}

.client-logo-wrapper img {
max-width: 160px;
max-height: 110px;
}

.work-nav {
	padding-top: 30px;
	margin-top: 60px;
	border-top: 1px solid #d0d0d0;
	position: relative;
}
.prev-work-link {
	float: left;
	font-weight: bold;
}
.back-to-work {
position: absolute;
left: 50%;
width: 30px;
text-align: center;
margin-left: -15px;
}
.next-work-link {
	float: right;
	font-weight: bold;
}
.work-nav a {
color: #000;
}

p.quote span {
	padding: 20px 0;
display: block;
position: relative;
}
p.quote span:before {
content: "\f10d";
font: normal normal normal 16px/1 FontAwesome;
position: absolute;
top: 0;
left: 0;
}
p.quote span:after {
content: "\f10e";
font: normal normal normal 16px/1 FontAwesome;
position: absolute;
bottom: 0;
right: 0;
}


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








.accreditations-above-menu {
	position: absolute;
	top: 35px;
	right: 15px;
}

.accreditations-above-menu img {
	max-width: 72px;
	margin-left: 17px;
}



.services-content {
	margin-bottom: 60px;
}

a.copyright {
	color: #414141;

}
a.copyright:hover {
	color: #000;
	text-decoration: none;
}


/*.popup-gallery {
	margin-top: 30px;
}

.GalleryThumb {
	margin-bottom: 30px;
}

.GalleryThumb img {
-webkit-transition: all 300ms ease-out 100ms;
-moz-transition: all 300ms ease-out 100ms;
-o-transition: all 300ms ease-out 100ms;
transition: all 300ms ease-out 100ms;

}*/


.gallery-cats .item {
	height: 230px;
	margin-bottom: 30px;
	background-size: cover;
	background-position: 50% 50%;
}

.gallery-cats .item p {
	position: absolute;
}


.team-member-small {
	margin-top: 30px;
}

.member-image-small {
height: 210px;
background-size: cover;
background-position: 50% 50%;
background-image: url(images/mystery-man.jpg);
}


.member-info-small {
	background: #e7e7e7;
	padding: 12px 20px;
}
.member-name-small {
margin: 0;
padding: 0 0 10px;
font-size: 22px;
}

.member-job-small {
margin: 0 0 15px 0;
padding: 0;
font-size: 20px;
/*font-family: 'Open Sans', sans-serif;*/
font-weight: normal;
}

.support-text {
	margin-bottom: 30px;
}




.slider-stage {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.slider-stage iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
}


ul.ul-2:before, ul.ul-2:after {
	display: table;
	clear: both;
	content: " ";
}
ul.ul-2 li {
	width: 50%;
	float: left;
}





blockquote.testimonialStyle {
	border-left: 0;
	position: relative;
	padding: 25px;
}
blockquote.testimonialStyle:before{
content: "\f10d";
font: normal normal normal 18px/1 FontAwesome;
position: absolute;
top: 0;
left: 0;
}

blockquote.testimonialStyle:after{
content: "\f10e";
font: normal normal normal 18px/1 FontAwesome;
position: absolute;
bottom: 0;
right: 0;
}


.home-operative-image {
	margin-top: 20px;
}

.privacyStatement {
	font-size: 15px;
}

.row.height-match {
	display: table;
	width: calc(100% + 30px);
	width:100%\9\0;
}
.row.height-match .match {
	display: table-cell;
	float: none;
	background-position: 50% 50%;
	background-size: cover;
}

.table-row {
	display: table-row;
}

.grecaptcha-badge {
	display: none
}



.has-background {
	padding: 15px;
}





.short-hero .the-slide {
	height: 420px;
	-webkit-transition: ease all .2s;
	-moz-transition: ease all .2s;
	transition: ease all .2s;
}

.short-hero .the-slide.slim-banner {
	position: relative;
	height: 350px;
	overflow: hidden;
}

/*.single-statistics .short-hero .the-slide.slim-banner {
	height: 250px;
}
*/

.banner-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.short-hero .the-slide.slim-banner .blured-banner-bg {
	position: absolute;
	top: -10px;
	left: -10px;
	bottom: -10px;
	right: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	filter: blur(7px);
	z-index: 1;
	background-size: cover;
	background-position: 50% 60%;
}

.un-blured {
	filter: blur(0)!important;
}

.short-hero .the-slide.slim-banner .faux-table {
	position: relative;
	z-index: 2;
}

.short-hero .the-slide.slim-banner .icon {
	max-width: 230px;
	max-height: 100%;
	border: 4px solid #fff;
	float: left;
}

.the-slide {
	background-position: 50% 50%;
	background-size: cover;
	text-align: center;
}


.owl-prev, .owl-next {
	height: 62px;
	width: 34px;
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
	position: relative;
	z-index: 9;
	display: table;
	text-align: center;
	cursor: pointer;
}
.owl-prev:hover, .owl-next:hover {
	background-color: #fff; 
}
.owl-prev .fa, .owl-next .fa {
	display: table-cell;
	vertical-align: middle;
	color: #000;
}

.owl-prev {
	position: absolute;
	left: 15px;
	top: 0;
}
.owl-next {
	position: absolute;
	right: 15px;
	top: 0;
}
.short-hero-nav {
	top: -211px;
	-webkit-transition: ease all .2s;
	-moz-transition: ease all .2s;
	transition: ease all .2s;
}

/* footer */

footer .footer-inner-wrap {
	border-top: 8px solid #47a5ae;
	padding: 30px 0;
}

body.home footer .footer-inner-wrap {
	border-top: none;
	padding: 0 0 30px 0;
}

footer .footer-inner-wrap .base {
	padding-top: 30px;
	color: #bfbfbf;
	font-size: 15px;
	position: relative;
	overflow: hidden;
}

footer .address,
footer .phone,
footer .other-iai-websites,
footer .social,
footer .twitter,
footer .linkedin,
footer .youtube {
	position: relative;
	padding-left: 50px;
}

footer .address:before,
footer .phone:before,
footer .other-iai-websites:before,
footer .social:before,
footer .twitter:before,
footer .linkedin:before,
footer .youtube:before {
	position: absolute;
	top: -5px;
	left: 16px;
	font: normal normal normal 14px/1 FontAwesome;
	color: #47a5ae;
	font-size: 33px;
}

footer .address:before {
	content: "\f041";
}
footer .phone:before {
	content: "\f095";
	font-size: 30px;
}
footer .other-iai-websites:before {
	content: "\f0ac";
}
footer .social:before {
	content: "\f1e0";
	background-color: #47a5ae;
	color: #fff;
	width: 33px;
	height: 33px;
	border-radius: 100%;
	font-size: 21px;
	text-align: center;
	padding-top: 6px;
}

footer .twitter:before {
	content: "\f099";
	font-size: 26px;
	color: #bfbfbf;
	top: -1px;
}
footer .linkedin:before {
	content: "\f0e1";
	font-size: 26px;
	color: #bfbfbf;
	top: -1px;
}
footer .youtube:before {
	content: "\f167";
	font-size: 26px;
	color: #bfbfbf;
	top: -1px;
}

footer .copy-right,
footer .footer-menu {
	display: block;
	float: left;
}

footer .footer-menu {
	margin-left: 50px;
	float: right;
}

footer .footsteps {
	display: block;
	float: right;
}

footer .base a.footsteps,
footer .base a.footsteps:visited,
footer .base a.footsteps:hover,
footer .base a.footsteps:focus,
footer .base a.footsteps:active {
	color: #bfbfbf;
	text-decoration: none;
	outline: 0;
}

footer #secondary-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer #secondary-menu li {
	display: inline-block;
}

footer #secondary-menu li a {
	border-left:  1px solid #bfbfbf;
	padding-left: 5px;
}

footer #secondary-menu li:nth-of-type(1)
 a {
	border-left:  none;
	padding-left: 0;
}


/* Gallery cat */

.gallery-cat-title {
	background-color: rgba(30, 104, 112, .85);
	color: #fff;
	padding: 15px 20px;
	font-size: 20px;
}

/* Gallery Items */


.gallery-item {
	width: 100%;
	height: 230px;
	margin-bottom: 30px;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
}
.gi-bar {
	width: 100%;
	background: #166;
	bottom: 0;
	position: absolute;
	padding: 15px;
	min-height: 78px;
	color: #fff;
}

.gib-title {
	margin-bottom: 0;
}

.gib-magnify {
	float: right;
}
.gil-close {
	content: 'X';
	width: 20px;
	height: 20px
	background: red;
}
.gil-prev,
.gil-next {
	position: absolute;
	top: calc(50% - 25px);
	width: 50px;
	height: 50px;
	/*border-radius: 50%;
	background: #47a5ae;*/
	text-align: center;
	line-height: 50px;
	color: #47a5ae;
	font-size: 50px;
	cursor: pointer;
}

.gil-prev {
	left: -70px;
}

.gil-next {
	right: -70px;
}

.gi-lightbox-wrapper {
	z-index: 5;
	background-color: rgba(255, 255, 255, .9);
}

.gi-lightbox-wrapper,
.gi-copyright-wrapper {
	/*background-color: rgba(255, 255, 255, .9);*/
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/*.gi-copyright-wrapper {
	position: absolute;
	display: none;
	top: 0!important;
	left: 0;
	right: 0;
	margin: 15%;
	background-color: #fff;
}*/

.gi-lightbox-wrapper.active,
.gi-copyright-wrapper.active {
	display: block;
}

.gi-copyright-wrapper.active {
	z-index: 6;
}

.gi-lightbox {
	position: relative;
	max-width: 900px;
	margin: auto;
	min-height: 500px;
	background-color: #fff;
}

.gi-lightbox > img {
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 640px;
}

.gil-bar {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(30, 104, 112, .85);
	padding: 25px 30px;
	color: #fff;
}

.gil-count {
	position: absolute;
	bottom: -30px;
	right: 0;
}

.gilb-info {
	float: left;
	width: calc(100% - 125px);
}

.gilb-title {
	font-size: 30px;
}

.gilb-copyright {
	margin-bottom: 0;
}

.gilb-download {
	float: right;
	width: 65px;
	margin: 0 30px;
}

.gilb-download .gilbd-icon {
	font-size: 60px;
	cursor: pointer;
}

.gil-close {
	width: 32px;
	height: 30px;
	position: absolute;
	top: -40px;
	right: 0;
	font-size: 34px;
	color: #47a5ae;
	cursor: pointer;
}

.gi-copyright {
	position: relative;
	background: #fff;
	margin: auto;
	padding: 30px;
	box-shadow: 0 0 6px #000;
	max-width: 665px;
}

.gic-download {
	font-size: 20px;
}

.gic-agree-download {
	overflow: visible;
	margin-bottom: 10px;
}

.gic-agree-download .gic-agree {
	float: left;
}

.gic-agree-download .gic-download {
	float: right;
}

.gic-close {
	float: right;
}

.gic-agree-download .gic-agree {
	margin: 5px 5px 0 0;
	display: block;
	float: left;
}

.gic-download {
	cursor: pointer;
}








/* Media */

.media-news-wrapper,
.media-resources-wrapper {
	background-size: cover;
	background-position: center;
	color: #fff;
}

.media-news-wrapper .media-text-wrap,
.media-resources-wrapper .media-text-wrap {
	background: url('images/arc-overlay.png');
	background-repeat: no-repeat;
	background-position: center right;
	min-height: 430px;
	max-width: 358px;
	font-size: 20px;
	font-weight: 700;
	padding: 40px;
}

.journalist-ad {
	background-color: #f6f6f6;
	padding: 80px 0;
}

.journalist-ad h2 {
	font-size: 60px;
	color: #47a5ae;
	font-weight: 700;
	border-bottom: none;
}

.journalist-ad p {
	font-size: 30px;
	line-height: normal;
}

.media-graph-wrap {
	text-align: center;
}

.media-graph {
	background-color: #f6f6f6;
	min-height: 360px;
	margin-bottom: 15px;
	padding: 10px;
}

.media-graph .stats-home-graph-content > *:first-child {
	height: 240px;
	width: 100%;
}

.media-gallery-wrapper {
	position: relative;
	padding: 30px;
	box-sizing: border-box;
	min-height: 396.4px;
	margin-bottom: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #216b70;
}

.media-gallery-wrapper p {
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 0 10px #000;
	margin: 0 30px 0 0;
	line-height: 33px;
}

.twitter-feed {
	background-color: #47a5ae;
	color: #fff;
	padding: 80px 0 50px 0;
	margin-bottom: 0;
}

.twitter-header {
	overflow: auto;
	margin-bottom: 30px;
}

.twitter-header h3 {
	float: left;
}

.twitter-header .link-to-twitter {
	float: right;
	line-height: 36px;
}

.twitter-header .link-to-twitter a {
	color: #fff;
	font-size: 18px;
}

.twitter-header .link-to-twitter a:hover {
	color: #ffc000;
}
.twitter-feed .tweet {
	overflow: auto;
	margin-bottom: 30px;
}

.twitter-feed .tweet a {
	color: #ffc000;
}

.twitter-feed .tweet .time-elapsed,
.twitter-feed .tweet p {
	float: left;
}

.twitter-feed .tweet .time-elapsed {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 100%;
	background-color: #fff;
	color: #47a5ae;
	text-align: center;
	line-height: 16px;
	margin-right: 30px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}

.twitter-feed .tweet p {
	width: calc(100% - 86px);
}

.page-template-media-template footer .footer-inner-wrap {
	border-top: 0;
}


/* MailChimp form */

.main-content #mc_embed_signup form {
	padding: 0;
}

#mc_embed_signup .button {
	background-color: #d48300!important;
	border-radius: 50px !important;
}

.gdpr-mergeRow fieldset.gdprRequired {
	padding-left: 18px; 
}

.gdpr-mergeRow fieldset.gdprRequired label {
	margin-bottom: 10px!important;
}

.gdpr-mergeRow fieldset.gdprRequired label input {
	margin-top: 5px;
}




.search-results article {
	clear: both;
	margin-bottom: 30px;
}

.search-results .posts-navigation {
	overflow: auto;
	font-size: 18px;
}

.search-results .posts-navigation .nav-links .nav-previous,
.search-results .posts-navigation .nav-links .nav-next {
	
}

.search-results .posts-navigation .nav-links .nav-previous {
	float: left;
}

.search-results .posts-navigation .nav-links .nav-next {
	float: right;
}

.search-results .posts-navigation .nav-links .nav-previous:before,
.search-results .posts-navigation .nav-links .nav-next:before {
	

}

.search-results .posts-navigation .nav-links .nav-previous:before {
	content: '\f137';
	font: normal normal normal 14px/1 FontAwesome;
	color: #47a5ae;
	padding-right: 5px;
}

.search-results .posts-navigation .nav-links .nav-next:after {
	content: '\f138';
	font: normal normal normal 14px/1 FontAwesome;
	color: #47a5ae;
	padding-left: 5px;
}


/* Stats Graphing etc */

.single-statistics .main-title {
	margin-top: -40px;
	text-align: center;
}

.single-statistics .main-title h2 {
	margin-bottom: 10px;
}

.single-statistics  span.statistics-published-date {
	display: block;
	margin-bottom: 15px;
	text-align: center;
	color: #47a5ae;
}

.stats-menu-wrapper {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-color: #fff;
	margin-top: -90px;
	background-color: #f7f7f7;
}

.stats-menu {
	position: relative;
	/*text-align: center;*/
}

.stats-menu ul {
	overflow: hidden;
	transition: all 1s ease-in-out;
	margin: 0 0 0 10%;
	padding: 0;
}

/*.stats-menu-toggle {
	position: absolute;
	left: calc(50% - 71px);
	bottom: -17px;
	display: block;
	background: #bfbfbf;
	color: #fff;
	border-radius: 50px;
	padding: 3px 7px 3px 27px;
	width: 142px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	border: 2px solid #fff;
}

.stats-menu-toggle:before {
	position: absolute;
	content: "\f13a";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	top: 4px;
	left: 5px;
}

.stats-menu.active .stats-menu-toggle:before {
	transform: rotate(180deg);
	top: 6px;
}

.stats-menu .show-stat-menu {
	display: block;
}

.stats-menu .dont-show-stat-menu,
.stats-menu.active .show-stat-menu {
	display: none;
}

.stats-menu.active .dont-show-stat-menu {
	display: block;
}*/

.stats-menu ul li {
	display: block;
	float: left;
	width: 44%;
	padding-right: 20px;
	/*text-align: center;*/
	margin-bottom: 15px;
}

.stats-menu ul li:nth-of-type(1),
.stats-menu ul li:nth-of-type(2) {
	margin-top: 30px;
}

.stats-menu ul li:last-of-type {
	margin-bottom: 30px;
}

.stats-menu ul li a {
    background-color: #47a5ae;
    color: #fff;
    padding: 3px 7px;
    /*margin-bottom: 12px;*/
    border-radius: 50px;
    font-size: 17px;
}

.stats-menu ul li.current-menu-item a {
	background-color: #d48300;
	color: #fff;
}

.stats-menu ul li.current-menu-item a:before {
	content: "\f058";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	padding-right: 3px;
}

.stats-title {
	margin-top: 60px;
}

.statistics-graphing-topline {
    margin: -50px 0 60px 0;
    font-weight: bold;
    color: #47a5ae;
    text-align: center;
    background: #f7f7f7;
    clear: both;
    padding: 9px;
    border-radius: 30px;
    border: 1px solid #bfbfbf;
}

.statistics-graphing-full-screen 
.statistics-graphing-topline {
	text-align: center;
}



.statistics-graphing-topline-item,
.statistics-graphing-data-title {
	display: none;
}

.showing-graph-area .footer-filter-hide-area,
.showing-graph-bar .footer-filter-hide-bar,
.showing-graph-bubbles .footer-filter-hide-bubbles,
.showing-graph-data .footer-filter-hide-data,
.showing-graph-histogram .footer-filter-hide-histogram,
.showing-graph-line .footer-filter-hide-line,
.showing-graph-global .footer-filter-hide-global,
.showing-graph-pie .footer-filter-hide-pie,
.showing-graph-range .footer-filter-hide-range,
.showing-graph-scatter .footer-filter-hide-scatter,
.showing-graph-stacked .footer-filter-hide-stacked,
.showing-graph-waterfall .footer-filter-hide-waterfall,
.showing-graph-tree .footer-filter-hide-tree {
	/* background: cyan; */
	display: none;
}

.showing-graph-area .statistics-graphing-hide-pills-area,
.showing-graph-bar .statistics-graphing-hide-pills-bar,
.showing-graph-bubbles .statistics-graphing-hide-pills-bubbles,
.showing-graph-data .statistics-graphing-hide-pills-data,
.showing-graph-histogram .statistics-graphing-hide-pills-histogram,
.showing-graph-line .statistics-graphing-hide-pills-line,
.showing-graph-global .statistics-graphing-hide-pills-global,
.showing-graph-pie .statistics-graphing-hide-pills-pie,
.showing-graph-range .statistics-graphing-hide-pills-range,
.showing-graph-scatter .statistics-graphing-hide-pills-scatter,
.showing-graph-stacked .statistics-graphing-hide-pills-stacked,
.showing-graph-waterfall .statistics-graphing-hide-pills-waterfall,
.showing-graph-tree .statistics-graphing-hide-pills-tree {
	/* background: red; */
	display: none;
}

.showing-graph-area .statistics-graphing-topline-area,
.showing-graph-area .statistics-graphing-data-title-area,
.showing-graph-bar .statistics-graphing-topline-bar,
.showing-graph-bar .statistics-graphing-data-title-bar,
.showing-graph-bubbles .statistics-graphing-topline-bubbles,
.showing-graph-bubbles .statistics-graphing-data-title-bubbles,
.showing-graph-data .statistics-graphing-topline-data,
.showing-graph-data .statistics-graphing-data-title-data,
.showing-graph-histogram .statistics-graphing-topline-histogram,
.showing-graph-histogram .statistics-graphing-data-title-histogram,
.showing-graph-line .statistics-graphing-topline-line,
.showing-graph-line .statistics-graphing-data-title-line,
.showing-graph-global .statistics-graphing-topline-global,
.showing-graph-global .statistics-graphing-data-title-global,
.showing-graph-pie .statistics-graphing-topline-pie,
.showing-graph-pie .statistics-graphing-data-title-pie,
.showing-graph-range .statistics-graphing-topline-range,
.showing-graph-range .statistics-graphing-data-title-range,
.showing-graph-scatter .statistics-graphing-topline-scatter,
.showing-graph-scatter .statistics-graphing-data-title-scatter,
.showing-graph-stacked .statistics-graphing-topline-stacked,
.showing-graph-stacked .statistics-graphing-data-title-stacked,
.showing-graph-waterfall .statistics-graphing-topline-waterfall,
.showing-graph-waterfall .statistics-graphing-data-title-waterfall,
.showing-graph-tree .statistics-graphing-topline-tree,
.showing-graph-tree .statistics-graphing-data-title-tree {
    display: block;
}


/* FUll screen */

body.statistics-graphing-full-screen .stats-title,
body.statistics-graphing-full-screen .main-header,
body.statistics-graphing-full-screen .short-hero,
body.statistics-graphing-full-screen .stats-menu-wrapper,
body.statistics-graphing-full-screen .page-content,
body.statistics-graphing-full-screen .statistics-definitions,
body.statistics-graphing-full-screen .footer-inner-wrap .row {
	display: none;
}

body.statistics-graphing-full-screen .single-statistics .main-title {
	margin-top: 0;
}

.date-range-button {
	/*float: left;*/
    padding: 3px 15px 0 0;
    font-weight: bold;
    color: #47a5ae;
    display: inline-block;
    vertical-align: top;
}

/*.filter-button.full-screen-button.active {
	background-color: #00a219;
}*/

body.statistics-graphing-full-screen .statistics-graphing .container {
	width: 100%!important;
}

body.statistics-graphing-full-screen .main-title,
body.statistics-graphing-full-screen .statistics-published-date {
	text-align: center;
}

body.statistics-graphing-full-screen .open-full-screen,
.exit-full-screen {
	display: none;
}

.open-full-screen,
body.statistics-graphing-full-screen .exit-full-screen {
	display: block;
}

/* end Full screen */

.anychart-tooltip {
	/*display: none !important;*/
}

.statistics-graphing {
	margin-top: -60px;
}

.statistics-graphing-header {
	position: relative;
	z-index: 1;
}

.statistics-graphing-header:after {
	content: '';
	display: block;
	clear: both;
}

.statistics-graphing-types {
	float: left;
	width: 100%;
	padding-bottom: 25px;
	text-align: center;
}
.statistics-graphing-types .graph-button {
	display: inline-block;
	text-align: center;
	margin: 0 12px;
	color: #47a5ae;
	cursor: pointer;
}

.statistics-graphing-types .graph-button.active {
    border-bottom: 2px solid #47a5ae;
}

.statistics-graphing-types .graph-button-icon {
	display: block;
}

.statistics-graphing-types .graph-button.greyed-out {
	opacity: .8;
	filter: saturate(0);
	border-bottom: 2px solid transparent;
}

.statistics-graphing-types .graph-button.greyed-out:hover {
	opacity: 1;
	filter: saturate(1);
	filter: hue-rotate(220deg);
	border-bottom: 2px solid #47a5ae;
}

.statistics-graphing-types .graph-button.disabled {
	opacity: 0.1;
	cursor: no-drop;
}

.statistics-graphing-types .graph-button.disabled:hover  {
	opacity: 0.1;
	cursor: no-drop;
	filter: saturate(0);
}


.statistics-graphing-types .graph-button-icon.graph-histogram:before {
	content: url('images/graph-type-icons/histogram.png');
}

.statistics-graphing-types .graph-button-icon.graph-bar:before {
	content: url('images/graph-type-icons/bar.png');
}

.statistics-graphing-types .graph-button-icon.graph-stacked:before {
	content: url('images/graph-type-icons/stacked-bar.png');
}

.statistics-graphing-types .graph-button-icon.graph-line:before {
	content: url('images/graph-type-icons/line.png');
}

.statistics-graphing-types .graph-button-icon.graph-pie:before {
	content: url('images/graph-type-icons/pie.png');
}

.statistics-graphing-types .graph-button-icon.graph-scatter:before {
	content: url('images/graph-type-icons/scatter.png');
}

.statistics-graphing-types .graph-button-icon.graph-bubbles:before {
	content: url('images/graph-type-icons/bubbles.png');
}

.statistics-graphing-types .graph-button-icon.graph-area:before {
	content: url('images/graph-type-icons/area.png');
}

.statistics-graphing-types .graph-button-icon.graph-range:before {
	content: url('images/graph-type-icons/range.png');
}

.statistics-graphing-types .graph-button-icon.graph-waterfall:before {
	content: url('images/graph-type-icons/waterfall.png');
}

.statistics-graphing-types .graph-button-icon.graph-tree:before {
	content: url('images/graph-type-icons/tree.png');
}

.statistics-graphing-types .graph-button-icon.graph-global:before {
	content: url('images/graph-type-icons/map.png');
}

.statistics-graphing-types .graph-button-icon.graph-data:before {
	content: url('images/graph-type-icons/data.png');
}


.statistics-graphing-filter {
	/*float: left;*/
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	padding: 8px;
	padding-bottom: 2px;
	border: 1px solid #bfbfbf;
	background-color: #f7f7f7;
	border-radius: 30px;
	text-align: center;
}

.date-range-wrap {
	/*position: relative;*/
}

.date-range-overlay {
	position: relative!important;
	right: 0;
	/*background-color: #ffc000;
	padding: 5px;
	border-radius: 5px 0 0 5px;
	transition: all 1s ease-in-out;*/
	top: auto!important;
	right: auto!important;
	display: inline-block;
}

.date-range-month,
.date-range-quarter,
.date-range-year {
	display: inline-block;
	vertical-align: top;
}

.tage-range-title {
	display: block;
	float: left;
	margin-right: 10px;
}

.statistics-graphing-freq,
.statistics-graphing-from,
.statistics-graphing-to {
	float: left;
	display: block;
}

.statistics-graphing-freq {
	margin-right: 20px;
}

.statistics-graphing-from {
	margin-right: 20px;
}

.date-range-apply-button {
	float: left;
	color: #fff;
	background-color: #47a5ae;
	padding: 3px 11px;
	border-radius: 24px;
	cursor: pointer;
	margin-left: 20px;
	margin-top: 0px;
	display: block;
	display: inline-block;
}

.date-range-overlay select {
	display: none;
}

.date-range-overlay .hide-li-menu li {
	display: none;
}

.date-range-overlay .hide-li-menu li.active {
	display: block;
}

/*.date-range-overlay .statistics-graphing-freq {
	margin-bottom: 4px;
}
*/
.date-range-overlay ul {
	position: relative;
	text-align: left;
	border: 1px solid #dbdbdb;
	color: #7d7d7d;
	border-radius: 5px;
}

.date-range-overlay ul,
.date-range-overlay ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 114px;
	overflow-y: auto;
	cursor: pointer;
	min-width: 105px;
	overflow-x: hidden;
	background-color: #fff;
}

.date-range-overlay ul li {
	padding: 2px;
}

.date-range-overlay ul li.active {
	font-weight: bold;
}

.date-range-overlay ul li.active:after {
	position: absolute;
	content: "\f13a";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 13px;
	top: 9px;
	right: 2px;
}

.statistics-definitions.site-spacing {
	margin-top: -45px;
}

.statistics-definitions-table {
	width: 100%;
}

.statistics-definitions-table th,
.statistics-definitions-table td {
	border: 1px solid black;
}

.definitions-decription {
	overflow: hidden;
	transition: all 0.5s;
	word-break: break-word;
	line-height: 25px;
}

/*	padding on the <th> will determine minimum
	height, whilst padding on the <div> immediately
	inside the <td> will determine the maximum height */
.statistics-definitions-table th,
.definitions-decription {
	padding: 5px;
	vertical-align: top;
}

.statistics-definitions-table th {
	color: #fff;
	white-space: nowrap;
	padding: 5px 15px;
}

.definitions-more-less { 
	float: right;
	height: 10px;
	width: 10px;
}
.definitions-more-less.definition-more:before,
.definitions-more-less.definition-less:before {
	font: normal normal normal 14px/1 FontAwesome;
	color: #47a5ae;
}

.definitions-more-less.definition-more:before {
	content: '\f13a';
}

.definitions-more-less.definition-less:before {
	content: '\f139';
}

.statistics-graphing-footer {
	width: 100%;
	margin-top: 25px;
	text-align: center;
}

/*.statistics-graphing-buttons {
	background-color: pink;
}*/

.statistics-graphing-footer .statistics-graphing-columns-title, 
.statistics-graphing-footer .statistics-graphing-rows-title,
.statistics-graphing-footer .statistics-graphing-categories-title {
	margin-bottom: 5px;
}

.statistics-graphing-footer .statistics-graphing-buttons {
	margin-top: 10px;
	margin-bottom: 30px;
}

.statistics-graphing-footer .statistics-graphing-columns-title,
.statistics-graphing-footer .statistics-graphing-rows-title,
.statistics-graphing-footer .statistics-graphing-categories-title {
    font-weight: bold;
    color: #47a5ae;
    text-transform: uppercase;
}

.statistics-graphing-buttons .all-footer-button,
.statistics-graphing-buttons .footer-button-inner {
	position: relative;
	font-size: 18px;
	padding: 0 14px;
	padding-left: 20px;
	border-radius: 15px;
	background-color: #a1a1a1;
	color: #fff;
	margin-right: 2px;
	white-space: nowrap;
	display: inline-block;
	margin-bottom: 5px;
	cursor: pointer;
	/*font-weight: bold;*/
}







/* TEST 2021-06-30 */
.statistics-graphing-buttons.statistics-graphing-rows * {
	font-size: 20px;
}

.statistics-graphing-buttons.statistics-graphing-rows .footer-button-inner {
    background: #fff!important;
    color: #444;
}

.footer-button .footer-button-inner-text {
	color: #444;
}

.statistics-graphing-buttons.statistics-graphing-rows .all-footer-button {
	margin-right: 15px;
}








.statistics-graphing-buttons .all-footer-button:before,
.statistics-graphing-buttons .footer-button-inner:before {
	content: "\f057";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	top: 5px;
	left: 6px;
}

.statistics-graphing-buttons .all-footer-button.active:before,
.statistics-graphing-buttons .active .footer-button-inner:before {
	content: "\f058";
}

/*.statistics-graphing-buttons.statistics-graphing-rows .all-footer-button.active:before,*/
.statistics-graphing-buttons.statistics-graphing-rows .active .footer-button-inner:before {
	color: #47a5ae;
}

.statistics-graphing-buttons .footer-button.greyed-out .footer-button-inner {
	background-color: #bfbfbf!important;
}

.statistics-graphing-buttons.statistics-graphing-rows .footer-button.greyed-out .footer-button-inner {
	opacity: .5;
	background-color: transparent!important;
}

.statistics-graphing-buttons.statistics-graphing-rows .footer-button.greyed-out .footer-button-inner:before {
	color: #444!important;
}



.statistics-graphing-buttons .footer-button.active .footer-button-inner {
	background-color: #47a5ae;
}

.statistics-graphing-buttons .footer-button-inner.active:before {
	content: "\f058";
}

/*.statistics-graphing-crosshairs {
	position: absolute;
	background-color: #999;
	pointer-events: none;
	opacity: .4;
}*/

/*body.showing-graph-stacked .statistics-graphing-crosshairs {
	background-color: #333;
	opacity: 0.4;
}*/

/*.statistics-graphing-crosshairs.vertical-crosshair {
	width: 1px;
	height: 100%;
	top: 0;
}
.statistics-graphing-crosshairs.horizontal-crosshair {
	height: 1px;
	width: 100%;
	left: 0;
}*/
.stat-graph-value-hover {
	position: absolute;
	display: block;
	pointer-events: none;
	color: #fff;
}

.stat-graph-value-hover .stat-graph-value-inner {
	display: block;
	padding: 4px 12px;
	border-radius: 100px;
	/* margin: -15px 0 0 15px; Negative margins don't work here' */
	white-space: nowrap;
}

.graph-hover-wrap {
	display: block;
	padding: 0 10px;
	border-radius: 17px;
	border: 2px solid #fff;
	margin-top: -35px;
}

#statistics-graphing-canvas-wrap {
	position: relative;
}

.statistics-graphing-downloads {
	text-align: center;
	margin-top: 25px;
	background: #f7f7f7;
	clear: both;
	padding: 9px 9px 0 9px;
	border-radius: 30px;
	border: 1px solid #bfbfbf;
}

.statistics-graphing-download-all,
.statistics-graphing-download-selected,
.statistics-graphing-downloads > a,
.filter-button.full-screen-button {
    display: inline-block;
    padding: 3px 11px;
    background-color: #transparent;
    color: #47a5ae;
    font-weight: bold;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    margin:-3px 15px 7px 15px;
}

/*.filter-button.full-screen-button {
	background-color: #a1a1a1;
}*/

/*.statistics-graphing-download-all:after,
.statistics-graphing-download-selected:after {
	position: absolute;
	content: "\f138";
	font: normal normal normal 14px/1 FontAwesome;
	padding-left: 2px;
	font-size: 20px;
	top: 2px;
	right: 0px;
}*/

.single-statistics .page-content {
	margin-top: -45px;
}


/* SVG graph */

#statistics-graphing-svg {
	/*background: red;*/
	width: 100%;
}

#statistics-graphing-svg .stat-col {
	transition: .5s all;
}

#statistics-graphing-svg .stat-point {
	transition: .2s all;
	cursor: pointer;
}

#statistics-graphing-svg .stat-hover {
	pointer-events: all;
}

#statistics-graphing-any path {
	transition: 0.5s all;
}



g.xAxis line,
g.x2Axis line,
g.yAxis line {
	stroke: black;
	stroke-width: 1;
}
g.yAxis line.long-tick {
	stroke-width: 2;
}

.stat-bubble line {
	stroke: black;
	stroke-width: 1;
}

g.xAxis text,
g.x2Axis text,
g.yAxis text {
	font-size: 11px;
}

.stat-bubble text {
	font-size: 14px;
}

g.x2Axis text {
	text-anchor: end;
}

.stat-bubble text {
	text-anchor: middle;
}

 .stat-bubble-title {
	 font-weight: bold;
 }

.globalGraphInfoHover {
	padding: 7px;
	border-radius: 15px;
	position: absolute;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	z-index: 1;
	width: 320px;
}

.globalGraphInfoClose {
	height: 20px;
	width: 20px;
	float: right;
	text-align: center;
}

.globalGraphInfoClose:after {
	content: "\f057";
	font: normal normal normal 14px/1 FontAwesome;
	color: #fff;
	font-size: 20px;
}

.globalGraphInfoWindow-title {
    padding: 0 30px 20px 30px;
}

.globalGraphInfoWindow-cat {
	display: inline-block;
}


#globalGraphMap {
	height: 612px; /*for zoom level 2*/
}

.stats-map-pie {
	width: 150px;
	height: 150px;
	display: inline-block;
}

.globalGraphInfoWindow {
	display: none;
}

.globalGraphInfoHover .globalGraphInfoWindow {
	display: block;
}

.gm-style .gm-style-iw-t:after {
	display: none;
	visibility: hidden;
}

.globalGraphInfoHover p {
	margin-bottom: 3px;
}

body.showing-graph-bubbles .statistics-graphing-buttons.statistics-graphing-rows,
body.showing-graph-bubbles .statistics-graphing-rows-title,
.cat-hide,
.row-hide {
    overflow: hidden;
    height: 0;
    margin-top: 0 !important;
	margin-bottom: 0 !important;
}



#statistics-graphing-bubbles .stat-bubble {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 30px;
	margin-bottom: 30px;
	
}

#statistics-graphing-bubbles .stat-bubble .stat-bubble-svg-wrap {
	overflow: auto;
}

/*#statistics-graphing-bubbles .stat-bubble svg {
	min-width: 600px;
}*/



/* Any Chart overrides */


.anychart-credits {
	display: none;
}

.anychart-tooltip {
	background: none;
}

/*.anychart-tooltip .anychart-tooltip-title,
.anychart-tooltip .anychart-tooltip-separator {
	display: none;
}
*/

#statistics-graphing-any > div,
.stats-map-pie > div {
	overflow: visible!important;
}

.stat-any-value-hover {
	/*position: absolute;*/
	display: block;
	pointer-events: none;
	color: #fff;
}

.stat-any-value-hover .stat-any-value-inner {
	display: block;
	padding: 4px 12px;
	border-radius: 100px;
	/* margin: -15px 0 0 15px; Negative margins don't work here' */
	white-space: nowrap;
}

.globalGraphInfoWindow .gm-style-iw-c,
.globalGraphInfoWindow .gm-style-iw-d,
.globalGraphInfoWindow .stats-map-pie > div,
.globalGraphInfoWindow-cat .stats-map-pie > div {
	overflow: visible!important;
}

/*.showing-graph-pie .anychart-tooltip {
	padding-top: 20px;
}*/

#globalGraphMap {
	height: 612px;
	width: 1030px;
	margin: 0 auto;
}

.stat-any-value-hover {
	z-index: 1000;
	position: relative;
}



/* DATA */

.no-data-cell:before {
	content: "ND";
	color: #888;
}

.data-graph-period {
	background-color: #a1a1a1;
}

.data-graph-row {
	background-color: #a1a1a1;
}

.data-graph-category {
	background-color: #a1a1a1;
}

/*table.stats-data-graph {
	overflow: unset;
	height: auto;
	display: table;
}*/

table.stats-data-graph-table {
	overflow: scroll;
	height: 100px;
	display: block;
}

/*.stats-data-graph thead {
	display: unset;
	width: unset;
} */

.stats-data-graph thead.stats-data-graph-thead {
	display: block;
	width: 100%;
}

/*.stats-data-graph tbody {
	display: unset;
	width: unset;
	overflow: unset;
	max-height: unset;
}*/

.stats-data-graph tbody.stats-data-graph-tbody {
    display: block;
    max-height: 350px;
    overflow: auto;
    width: 100%;
}


.stats-data-graph tbody tr.even-cells th {
	background-color: #81a8b0;
	text-align: center;
}

.stats-data-graph tbody tr.odd-cells th {
	background-color: #75bdcc;
	text-align: center;
}

.stats-data-graph tbody tr.even-cells td {
	background-color: #fff;
}

.stats-data-graph tbody tr.odd-cells td {
	background-color: #f7f7f7;
}

.stats-data-graph tbody tr.even-cells:hover td,
.stats-data-graph tbody tr.odd-cells:hover td{
	background-color: #d5d5d5;
}

.stats-data-graph tr th,
.stats-data-graph tr td {
	border: 1px solid #e8e8e8;
	padding: 3px;
	text-align: center;
}

.stats-data-graph tr th {
	vertical-align: middle;
	color: #fff;
}

.stats-data-graph tr td {
	color: #222;
	padding: 22px 3px;
}

/*.stats-data-graph tbody tr td:first-of-type {
	font-weight: bold;
} */

/* End of Stats Graphing etc */



/* Mail Chimp */
.mail-chimp-wrapper #mc_embed_signup .mc-field-group {
	/*clear: left;
	position: relative;
	width: 96%;*/
	padding-bottom: 15px;
	/*min-height: 50px;*/
}






																												/* -------------------- */
																												/* -------------------- */
																												/* -------------------- */
																												/* -- Responsive CSS -- */
																												/* -------------------- */
																												/* -------------------- */
																												/* -------------------- */


/* -- 1399 Breakpoint -- */
@media screen and (max-width: 1399px) {

	.blip {
		background-color: lime;
	}

	.stats-menu ul {
		margin: 0;
	}

	.stats-menu ul li {
		width: 50%;
	}

	.excerpt {
		height: 1px;
		opacity: 0;
	}

	.home-resources-tab-wrap {
		height: auto;
		width: 940px;
		margin: auto;
	}

	.home-resources-tab .home-resources-tab-inner {
		height: auto;
		width: 100%;
		margin: 0;
	}

	.home-resources-tab .item {
		position: relative;
		display: table;
		top: auto;
		height: auto;
		min-height: 300px;
		border: none;
		border-radius: 0;
		width: 100%;
		border-collapse: separate;
		margin-bottom: 30px;
	}

	.home-resources-tab .item:nth-of-type(1),
	.home-resources-tab .item:nth-of-type(2),
	.home-resources-tab .item:nth-of-type(3) {
		left: 0;
		width: 100%;
	}

	.home-resources-tab .item:nth-of-type(3) {
		margin-bottom: 0;
	}

	.home-resources-tab .item .item-content {
		height: auto;
		padding: 40px;
		opacity: 1;
	}

	/*.excerpt {
		height: auto;
		opacity: 1;
	}*/

	.home-resources-tab .home-resources-tab-inner .item .item-content .button-hollow,
	.home-resources-tab .home-resources-tab-inner .item:nth-of-type(3) .item-content .button-hollow {
		position: relative;
		right: 0;
		float: right;
		clear: both;
	}

}

/* -- MD Breakpoint -- */
@media screen and (max-width: 1199px) {

	.blip {
		background-color: yellow;
	}

	.page-template-media-template .news-resources .col-lg-6 + .col-lg-6 {
		margin-top: 30px;
	}

	.header-right {
		width: calc(100% - 530px);
	}

	#statistics-graphing-data table {
		table-layout: unset;
	}

	#statistics-graphing-data .stats-data-graph tr th {
		min-width: 87px;
	}

	.home-stats .graph svg {
		width: 100%;
		height: 220px;
	}

	.media-gallery-wrapper {
		min-height: 421.15px;
	}

	#globalGraphMap {
		width: 100%;
	}

	.date-range-overlay ul {
		display: none;
	}

	.date-range-overlay select {
		display: block;
	}

	.statistics-graphing-types {
		text-align: center;
	}

	.statistics-graphing-types .graph-button {
		margin: 0 20px 20px 20px;
	}

	.statistics-graphing-filter {
		width: 100%;
		/*text-align: right;*/
	}

	.full-screen-button,
	/*.date-range-wrap {
		display: inline-block;
	}*/

	.gi-copyright-wrapper {
		padding-right: 30px;
		padding-left: 30px;
	}

	.gi-lightbox {
		padding-right: 60px;
		padding-left: 60px;
	}

	.gil-prev {
		left: 10px;
	}

	.gil-next {
		right: 10px;
	}

	.gil-bar {
		width: calc(100% - 120px);
		background: transparent;
	}

	.gilb-info {
		display: none;
	}

	.gilb-download {
		width: auto;
		margin: 0;
	}

	.gilb-download .gilbd-icon {
		font-size: 30px;
	}

	.tall-hero .the-slide {
		height: 530px;
	}
	.tall-hero-nav {
		top: -296px;
	}

	.page-content.home-content .main-content {
		margin-bottom: 60px;
		/*padding-left: 120px;*/
	}

	/*.page-content.home-content .main-content::before {
		left: 50px;
	}*/

	.the-sidebar h3 {
		font-size: 20px;
	}

	footer .base {
		text-align: center;
		padding: 0 10px;
	}

	footer .copy-right,
	footer .footer-menu,
	footer .footsteps {
		display: block;
		float: none;
		width: 100%;
		margin: 0 0 15px 0;
	}
}

/* -- SM Breakpoint -- */
@media screen and (max-width: 991px) {

	.blip {
		background-color: green;
	}

	.page-template-media-template .stats-gallery .col-sm-12 + .col-sm-12 {
		margin-top: 30px;
	}

	.stats-menu-wrapper {
		margin-top: -60px;
	}

	.page-content.home-content .main-content {
		margin-right: 0;
	}

	.header-right {
		width: calc(100% - 430px);
	}

	.filter-button.full-screen-button {
		display: none;
	}

	.home-stats .graph svg {
		width: 100%;
		height: 300px;
	}

	.home-stats .stats-home-graph-wrapper {
		margin-bottom: 15px;
		min-height: 415px;
	}

	.stats-menu ul li {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.stats-menu ul li:nth-of-type(2) {
		margin-top: 0;
	}

	h1 {
		font-size: 30px;
	}

	.statistics-definitions-table th {
		white-space: normal;
	}

	.home-resources-tab-wrap,
	.browse-iai-online-items {
		width: 750px;
		margin: auto;
	}

	.browse-iai-online-items .item {
		margin-bottom: 30px;
	}

	.browse-iai-online-items .item img {
		margin-bottom: 10px;
	}

	.banner-slider-text {
		width: 100%;
		float: none;
	}

	.content-with-sidebar .main-content {
		padding-right: 0;
		border-right: none;
	}

	.the-sidebar {
		margin-top: 30px;
		border-top: 1px solid #e6e6e6;
		padding-top: 30px;
	}

	.tall-hero .the-slide {
		height: 400px;
	}

	.tall-hero-nav {
		top: -231px;
	}

	.short-hero .the-slide {
		height: 400px;
	}
	.short-hero-nav {
		top: -181px;
	}

	.home-resources-tab .item .item-content {
		padding: 20px;
	}

	.page-content.home-content .main-content {
		margin-bottom: 60px;
		padding-left: 0;
	}

	/*.page-content.home-content .main-content::before {
		content: url('');
		position: relative;
		top: 0;
		left: 0;
		display: none;
	}*/

	footer .social {
		padding-left: 0;
	}

	footer .social:before {
		display: none;
	}

	footer .twitter:before,
	footer .linkedin:before,
	footer .youtube:before {
		left: 20px;
	}

	.home-box {
		margin-bottom: 30px;
	}
	.home-ctas .col-md-4:last-child .home-box {
		margin-bottom: 0;
	}
	
	.menu-with-accreditations .mobile-menu-contact {
		padding: 15px;
		padding-top: 25px;
	}
	.accreditations-above-menu {
		position: static;
		margin-top: 20px;
		padding: 30px 0;
		background-color: #fff;
	}

	p.quote span {
		margin-bottom: 20px;
	}
	.projectSlider .owl-controls {
		opacity: 1;
	}
	.work-hover {
	display: none;
	}
	.box-link:hover {
		background-color: #fff !important;
		color: #000 !important;
	}
	.form-wrapper .wpcf7-submit:hover, .fsd-btn:hover {
		background-color: #ed4f29;
		color: #fff;
	}
	.box-link:hover .cta-title {
		color: #000;
	}


	.home-news-row .news-item-col:nth-child(3) {
		display: none;
	}
	.home-jumbotron {
		padding: 130px 0 130px;
	}
	.home-main-content {
		padding-bottom: 60px;
	}
	.home-about-services {
		margin-top: 60px;
	}
	.site-spacing {
		margin: 60px 0;
	}
	.site-spacing-top{
		margin-top: 60px;
	}

	.event-list .item .event-date .title {
		width: calc(100% - 126px);
	}

	.event-list .item .event-date .button {
		display: none;
	}

	.news-item-content {
		padding-top: 15px;
		padding-left: 0;
	}

	.the-sidebar h3 {
		font-size: 30px;
	}

	.single-workareas img.featured-image {
		margin-top: 30px;
	}

	.header-right .is-search-form-wrap,
	.header-right .is-search-form-wrap:hover {
		/*width: calc(100% - 78px);
		max-width: 100%;*/
		/*margin-top: 15px;
		margin-bottom: 15px;*/
	}


	/*.mobile-toggle {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.header-right .is-search-submit {
		margin: 15px 0;
	}*/

}

/* -- XS Breakpoint -- */
@media screen and (max-width: 767px) {

	.blip {
		background-color: pink;
	}

	.resource-filters {
		margin-bottom: 50px;
	}

	.stats-title.site-spacing {
		margin-top: 0;
	}

	.header-right {
		width: 100%;
	}

	.is-form-style.is-form-style-3 label {
		width: 100% !important;
	}

	.mobile-toggle  {
		padding: 10px 0 68px 0;
	}

	.header-right .is-search-submit {
		margin: 10px 0 68px 0;
	}

	.main-nav {
		top:  66px;
	}

	h2,
	.faux-h2,
	.tabs ul li a,
	.tab button.tablinks {
		font-size: 24px;
	}

	.the-sidebar .sidebar-item {
		max-width: 370px;
		margin: auto;
		margin-top: 40px;
	}

	.media-news-wrapper .media-text-wrap,
	.media-resources-wrapper .media-text-wrap {
		width: calc(100% - 30px);
	}

	.journalist-ad h2 {
		font-size: 40px;
	}

	.journalist-ad p {
		font-size: 20px;
	}

	.news-item-content {
		padding-left: 0;
	}

	.logo {
		width: 100%;
		text-align: center;
	}

	.logo img {
		max-width: 100%;
		margin: 20px 0;
	}

	/*
	.header-right .is-search-form.is-form-style.is-form-style-3 label {
			width: calc(100% - 30px) !important;
	}

	.header-right .is-search-form label input {
		width: calc(100% - 12px);
		padding: 0 12px;
	}*/

	.short-hero .the-slide {
		height: auto;
		padding: 20px 0;
	}

	.banner-slider-text {
		font-size: 26px;
		line-height: 34px;
		padding: 20px;
		/*height: 100%;*/
	}

	.sidebar-item .ctas > div:nth-of-type(2n+1) {
		clear: left;
	}

	.item-image-wrap {
		height: 430px;
	}

	.home-resources-tab-wrap {
		width: calc(100% - 30px);
		margin-right: 15px;
		margin-left: 15px;
	}

	.browse-iai-online-items {
		width: 100%;
	}

	.owl-controls {
		display: none;
	}

	.home-jumbotron {
		background-attachment: unset !important;
	}
	.site-info {
		text-align: center;
	}
	a.designer {
		float: none;
		display: block;
		margin-top: 5px;
	}
	.home-our-work {
		padding: 60px 0 30px;
	}


	.alignleft {
		display: block;
		float: none;
		margin-right: 0;
	}

	.alignright {
		display: block;
		float: none;
		margin-left: 0;
	}

	.team-member {
		display: block;
	}
	.member-image {
		display: block;
		width: 100%;
		height: 320px;
		position: static!important;
		left: auto!important;
		right: auto!important;
	}
	.member-info {
		display: block;
		width: 100%;
		height: auto;
		position: static!important;
		left: auto!important;
		right: auto!important;
	}

	.member-info {
		padding: 20px 20px;
	}

	.home-events-tab .item .event-date,
	.home-events-tab .item .event-info {
		width: 100%;
	}

	.home-events-tab .item .event-date {
		padding: 10px 0 0 0;
		margin-bottom: 5px;
	}

	.home-events-tab .item .event-date .date, .home-events-tab .item .event-date .month {
		font-size: 20px;
		display: inline-block;
	}

	.home-events-tab .item .event-info .title {
		margin-bottom: 10px;
	}

	.statistics-graphing-filter select {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 562px) {

	.blip {
		background-color: aqua;
	}

	.hidden-xxs {
		display: none;
	}

	.pagination .button-inline:after {
		font-size: 38px;
		top: -21px;
	}

	.twitter-header h3 span {
		display: none;
	}

	.twitter-header .link-to-twitter {
		float: left;
		margin-left: 10px;
	}

	/*.faux-table,
	.faux-td {
		display: block;
	}*/

	.col-xxs-12 {
		width: 100%;
	}
	
	ul.ul-2 li {
		width: 100%;
		float: none;
	}
	
	.member-info-small {
		min-height: 0px!important;
	}
	
	.home-news-row .news-item-col {
		margin-bottom: 30px;
	}
	
	.home-news-row .news-item-col:nth-child(3) {
		display: block;
		margin-bottom: 0;
	}
	
	.icon-ul li h3 {
		font-size: 19px;
	}
	
	.auto-size a {
		min-height: auto!important;
	}
	
	.member-image-small {
		height: 180px;
	}
	
	.clientListWrapper {
		padding: 0;
		margin-bottom: 30px;
	}

	.event-list .item .event-date .title {
		display: none;
	}

	.event-list .item .event-date .date-wrap {
		width: 100%;
		border-right: none;
	}

	.event-list .item .event-date .date,
	.event-list .item .event-date .month {
		display: inline;
	}
}


@media screen and (max-width: 538px) {

	.blip {
		background-color: fuchsia;
	}

	.mobile-toggle {
		padding-bottom: 30px;
	}

	.header-right .is-search-submit {
		margin-bottom: 30px;
	}

	.stats-menu ul li a {
		display: block;
		/*min-height: 54px;*/
		text-align: center;
		padding: 5px;
	}

	.iai-work-areas .item-image,
	.iai-work-areas .item-text {
		width: 100%;
	}

	.tall-hero .the-slide {
		height: 350px
	}
	.tall-hero-nav {
		top: -206px;
	}
	/*.short-hero .the-slide {
		height: 230px;
	}*/
	.short-hero-nav {
		top: -146px;
	}
	.slider-link {
		font-size: 14px;
	}

	.event-list .item .event-date {
		height: auto;
	}

	.event-list .item .event-date .button {
		display: none;
	}

	.event-list .item .event-date .date-wrap {
		float: none;
	}

	.event-list .item .event-date .date-wrap p {
		display: inline-block;
	}

}

@media screen and (max-width: 440px) {
	.col-xxxs-12 {
		width: 100%;
	}

	.clientList .item {
		height: 150px;
	}

	.clientList .item img {
		width: 150px !important;
	}

	.search-results article img {
		margin-bottom: 10px;
	}

}

@media screen and (max-width: 425px) {
	.clientList .item .logo-slider-hover {
    	width: 151px;
    	height: 150px;
	}
}

/*clearing for bs*/
@media (min-width:1200px){
	.auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
	.auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
	.auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
	.auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
	.auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
	.auto-clear .col-md-1:nth-child(12n+1){clear:left;}
	.auto-clear .col-md-2:nth-child(6n+1){clear:left;}
	.auto-clear .col-md-3:nth-child(4n+1){clear:left;}
	.auto-clear .col-md-4:nth-child(3n+1){clear:left;}
	.auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
	.auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
	.auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
	.auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
	.auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
	.auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
	.auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
	.auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
	.auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
	.auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
	.auto-clear .col-xs-6:nth-child(odd){clear:left;}
}