/* # Genesis Framework
Theme Name: Red Sentence Custom Theme  
Theme URI: http://www.redsentence.co.uk  
Description: RedSentence custom child theme using the Genesis Framwork.  
Author: StudioPress  
Author URI: http://www.studiopress.com/  
Version: 2.4.2
Template: genesis
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  

QC blue 
Dark - #294d8b
Light - #00aeef

*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.6rem;
}

body {
	background-color: #fff;
	color: #3D4B7A;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #00A2A7;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition:    all 0.25s ease-in-out;
	-ms-transition:     all 0.25s ease-in-out;
	-o-transition:      all 0.25s ease-in-out;
	transition:         all 0.25s ease-in-out;
	outline:none;
}

a:hover,
a:focus {
	color: #3D4B7A;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition:    all 0.25s ease-in-out;
	-ms-transition:     all 0.25s ease-in-out;
	-o-transition:      all 0.25s ease-in-out;
	transition:         all 0.25s ease-in-out;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3D4B7A;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 34px;
	font-size: 3.4rem;
}

h2 {
	color:#38527E;
	font-weight: 400;
	font-size: 28px;
}

h2 span {
	color:#00A2A7;
	font-weight: 700;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #c3251d;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content ul {
	margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.content ul li {
	list-style-type: disc;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.one-sixth.back {
    text-align: right;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: rgba(255,255,255,0.9);
	min-height: 120px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.site-header .wrap {
	padding: 10px 0 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 340px;
	height: 100px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 100px;
	width: 100%;
	background-size: 100% auto;
}

/*.page-id-248.header-image .site-title > a,
.parent-pageid-248.header-image .site-title > a  {
	background: url(images/logo_projects.png) no-repeat left;
}*/


.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: calc(100% - 350px);
	margin-top:10px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #3D4B7A;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 25px 10px 25px;
	font-weight: 400;
}

.genesis-nav-menu li.phone a {
	font-weight:  bold;
	padding-right: 0;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #00A2A7;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 300px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: rgba(255,255,255,0.9);
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 300px;
	word-wrap: break-word;
	line-height: 1.4;
}

li.menu-item-has-children > a:after {
    content: '\f107';
    margin-left: 8px;
    font-family: 'FontAwesome';
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary .genesis-nav-menu a {
	color: #ccc;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: underline;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #c3251d;
	text-decoration: underline;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 30px 0;
}

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

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	text-decoration: underline;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}

.single #bread {
    max-width: 800px;
    margin:  100px auto 0;
    font-size: 14px;
}

.wrap.post-inner {
    max-width: 800px;
    margin:  0 auto;
}

.post-intro {
	margin: 40px 0;
}

.post-inner ul {
    margin: 0 0 20px 20px;
}

.post-inner ul li {
    list-style-type:disc;
    margin-bottom: 5px;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #00A2A7;
	color:#fff;
	font-size: 12px;
	line-height: 1;
	padding: 20px 0;
	text-align: left;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	color:#fff;
}

.footer-widgets {
	background:#3D4B7A;
	color:#fff;
	padding: 30px 0;
	font-size: 14px;
}

#social {
    text-align: right;
}

.footer-widgets .widget-title {
	color:#fff;
	font-weight: bold;
	font-size: 14px;
	margin-top: 3px;
}

.footer-widgets .footer-widget-area {
	width: 23%;
	margin-right: 2%;
	float: left;
}

.footer-widgets .footer-widget-area a {
	color:#fff;
}

.footer-widgets .footer-widget-area a:hover {
	color:#00A2A7;
}

.footer-widgets .footer-widget-area:first-of-type {
	width: 25%;
}

.footer-widgets .footer-widget-area:last-of-type {
	margin-right: 0;
}

#social a {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#fff;
	text-align:center;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
}

#social a.facebook {
	background:#215B97;
}

#social a.twitter {
	background:#00A4EB;
}

#social a.instagram {
	 background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

#social a.linkedin {
	background:#007BB4;
}

#social a.youtube {
	background:#E30018;
}

#social a:hover {
	background:#00A2A7;
}



/* ## Page Build
--------------------------------------------- */

#page-header,
#page-header-slider,
#page-header-slider .home-slide  {
	height: 85vh;
	width: 100%;
	position: relative;
}

#page-header-slider .slick-slide {
	margin: 0;
}

#page-header-inner,
.page-header-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*padding-top: 200px;*/
    /*background: rgba(255,255,255,0.5);*/
    font-weight: 400;
}

.page-header-inner .wrap {
	display: flex;
    align-items: center;
    justify-content: center;
}

.home .page-header-inner .wrap {
	display: block;
    width: 100%;
}

.page-header-inner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.page-header-inner .wrap .one-half:not(.first) {
    background: rgba(255,255,255,0.6);
    padding: 20px 20px 15px;
    margin-bottom: 40px;
}

.page-header-inner p {
	margin: 0;
}

.slide-1 img,
.slide-2 img {
	margin-bottom:  10px;
	max-width: 550px;
}

.slide-2 img {
	width: 100%;
}

.page-header-inner .wrap .slide-1 .one-half:not(.first) {
	padding-top: 15px;
}

/*.page-header-inner.slide-1 .wrap  .one-half:not(.first) {
    color: #fff;
    background: #47296f;
    text-align:center;
    max-width:470px;
    font-size:20px;
}*/


#page-header-inner h1,
.page-header-inner h1,
.page-header-inner h2 {
	color:#38527E;
	font-weight: 400;
	text-transform: uppercase;
    font-size: 40px;
}

.home #page-header-inner h1 span,
.home .page-header-inner h1 span,
.home .page-header-inner h2 span {
	color:#00A2A7;
	font-weight: 700;
}

#page-header.inner-page,
.page-header.inner-page {
	text-align: center;
	height: 60vh;
}

#page-header.inner-page h1 span,
.page-header.inner-page h1 span,
.page-header.inner-page h2 span {
	font-weight: 400;
}

#page-header.inner-page h1 span span,
.page-header.inner-page h1 span span,
.page-header.inner-page h2 span span {
	font-weight: 700;
	color:#3D4B7A;
}

.entry-content h3 {
	color:#00A2A7;
	line-height:1.4;
	margin-bottom: 25px;
}

a.more {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a2a7+0,3d4b7a+100 */
	background: rgb(0,162,167); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,162,167,1) 0%, rgba(61,75,122,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,162,167,1) 0%,rgba(61,75,122,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,162,167,1) 0%,rgba(61,75,122,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2a7', endColorstr='#3d4b7a',GradientType=1 ); /* IE6-9 */
	color:#fff;
	font-size: 14px;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 12px 20px;
	text-transform: uppercase;
	border: 2px solid #00A2A7;
	font-weight: 400;
}

a.more.reverse {
	background: #fff;
	color:#00A2A7;
}

a.more:hover,
a.more.secondary {
	background:#fff;
	border: 2px solid #00A2A7;
	color:#00A2A7;
}

a.more.secondary:hover {
	background: rgb(0,162,167); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,162,167,1) 0%, rgba(61,75,122,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,162,167,1) 0%,rgba(61,75,122,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,162,167,1) 0%,rgba(61,75,122,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2a7', endColorstr='#3d4b7a',GradientType=1 ); /* IE6-9 */
	color:#fff;
}

a.more.secondary.row {
	margin-left: 20px;
}

a.more.reverse:hover {
	background: #00A2A7;
	color:#fff;
}

#ctas,
#titles {
    position: relative;
    top: -20px;
    font-size: 0;
}

#titles .wrap {
	padding:  20px;
}

#titles h1 {
	color: #fff;
	font-size:  30px;
	margin: 0;
}

#news-feed {
	position: relative;
    top: -20px;
    color: #fff;
	overflow:  hidden;
}

#ctas .wrap,
#news-feed .wrap,
#titles .wrap {
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	background:#008C95;
}

#ctas-2 .wrap {
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	background:#00aeef;	
}

#news-feed .wrap {
	padding:  10px;
	font-size:  20px;
}

#news-intro {
	width: 140px;
}

#news-slider {
	width:  calc(100% - 140px);
	float:  right;
}

#news-slider a.more {
	float: right;
	background: #fff;
	color:#00A2A7;
	border: 2px solid #fff;
	position:  absolute;
	top: 0;
	right: 0;
}

#news-slider a.more:hover {
	float: right;
	background: #00A2A7;
	color:#fff;
	border: 2px solid #fff;
}

.site-header #ctas .wrap {
	padding:  0;
}

.site-header #ctas {
	max-width:  700px;
	margin: 0 0 0 auto;
	top: 0;
}

#ctas a {
    width: 33.3%;
    margin: 0;
    float: right;
    font-size: 16px;
    color:#fff;
    background:#008C95; 
    padding: 10px;
    text-align:center;
    text-transform: uppercase;
}

#ctas-2 a {
	width: 50%;
	margin: 0;
    float: left;
    font-size: 16px;
    color:#fff;
    padding: 10px;
    text-align:center;
    text-transform: uppercase;
	background: #00aeef;
}

#ctas-2 a:nth-of-type(2) {
	background: #1D428A;
}

#ctas-2 {
	margin-bottom: 30px;
}

#ctas-2 a:hover {
	background: #fff;
	color: #00aeef;
}

#ctas-2 a:nth-of-type(2):hover {
	background: #fff;
	color: #1D428A;
}


.site-header #ctas a {
	font-size:  14px;
}

#ctas.projects a {
	width: 50%;
	background:#e07d24;
}

#ctas-2 .material-icons {
	font-size: 18px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

/*#ctas.projects a {
	background: #294D8B;
}

#ctas.lower a {
    width: 50%;
    margin: 0;
    float: right;
    font-size: 16px;
    color: #fff;
    background: none;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

#ctas.lower a:nth-of-type(2) {
    background: #00aeef;
}

#ctas.lower {
    margin-top:40px;
}
*/
#ctas a:nth-of-type(2) {
    background: #00677F;
}

#ctas a:nth-of-type(3) {
	background:rgb(29,66,137);
}

#ctas.projects a:nth-of-type(2) {
	background:#d2580b;
}

#ctas a:nth-of-type(3) {
	background:#1D428A;
	width: 33.4%;
}

#ctas .material-icons {
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

#ctas a:hover,
#ctas.projects a:hover {
	background:#fff;
	color:#008C95;
}

.entry .wp-block-image {
	margin: 0;
}

/* ## About boxes
--------------------------------------------- */

.about {
    padding:  30px 0;
     background: #EEF4FA;
}

.about .one-fourth {
	text-align:center;
}

.about h2 {
    text-align:center;
    font-size: 28px;
    color:#00A2A7;
    font-weight: 300;
    line-height: 1.4;
}

.about h2 span {
    font-weight: bold;
    color:#3D4B7A
}

.about .one-fourth,
.about .three-fourths {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.about .three-fourths {
    margin:0 0 0 2%;
}

.about img {
	max-width: 200px;
	margin: 0 auto;
	display:block;
}

#awards {
	text-align:center;
	padding: 20px;
}

/* ## Services & Techniques
--------------------------------------------- */
#techniques,
#services {
    padding: 20px 0 60px;
}

.home #techniques {
	padding-top:60px;
}

.panels {
	padding: 10px 0 50px;
}

.panel img {
    width: 100%;
	max-height: 244px;
	object-fit: cover;
}

.panels h2 {
	color:#00A2A7;
	font-weight: 400;
	text-align:center;
	margin-bottom: 40px;
}

.panels h2 span {
	color:#3D4B7A;
	font-weight: 700;
}

.panel {
    position: relative;
    line-height:0;
    margin-bottom: 30px;
}

.panel-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    text-align:center;
    background:#00A2A7;
    padding: 0 7px;
}

.page-template-template-projects .panel-overlay {
	background: #e07d24;
}

.page-template-template-projects .panel:nth-of-type(odd) .panel-overlay {
	background: #d2580b;
}

.panel-overlay.projects,
.halves .panel:nth-of-type(even) a.panel-overlay.projects {
    background: #d2580b; 
}

.panel-overlay.quality-control,
.page-template-template-parent_service .halves .panel-overlay.quality-control,
.page-template-template-quality-control #titles .wrap {
    background: #00aeef;
}

.page-template-template-quality-control #breadcrumbs a {
	color: #00aeef;
}

.page-template-template-whatwedo #services .panel:nth-of-type(2) a.panel-overlay {
    background: #e07d24;
}

.inner-fourths .panel-overlay h3 {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
}

.inner-fourths .panel.one-fourth {
    margin: 0 10px 20px;
}

/*.page-id-248 .panel-overlay,
.parent-pageid-248 .panel-overlay {
	background: rgb(225,122,11); 
}*/

/*.page-id-248 .panel:nth-of-type(odd) .panel-overlay,
.parent-pageid-248 .panel:nth-of-type(odd) .panel-overlay{
	background: rgb(29,66,137); 
	background:#00677F;
}*/

/*.panel-overlay:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(images/hex.svg) center -10px no-repeat;
    background-size: 150%;
    opacity: 0.2;
}*/

.panel:hover .panel-overlay,
.panel-overlay:hover {
    height: 80px;
}

.panel-overlay:hover h3 {
/*	line-height: 80px;*/
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition:    all 0.25s ease-in-out;
	-ms-transition:     all 0.25s ease-in-out;
	-o-transition:      all 0.25s ease-in-out;
	transition:         all 0.25s ease-in-out;
}

/*.panel:nth-of-type(even) .panel-overlay,
.slick-slide:nth-of-type(even) .panel .panel-overlay {
	background:#3A4E7C;
}*/

.panel-overlay h3 {
    color:#fff;
    font-size:16px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 50px;
}

#cta-bar {
	padding: 50px 0;
	text-align:center;
}

#cta-bar a {
	margin: 20px;
}

#others {
    text-align: center;
    padding: 50px 0;
}

.slick-slide {
    margin: 0px 10px;
}

#others h2 {
	margin-bottom: 30px;
}

#slider .slick-prev,
#slider .slick-next {
	top: 40%;
}

#slider .slick-prev:before {
  font-family: "FontAwesome"; 
  content: "\f104";
  font-size: 44px;
  color:#00A2A7;
}

#slider .slick-next:before {
  font-family: "FontAwesome"; 
  content: "\f105";
  font-size: 44px;
  color:#00A2A7;
}

.one-third.how {
    text-align: center;
    padding: 30px;
    color: #fff;
    background: #00A2A7;
    position: relative;
}

.one-third.how:nth-of-type(2) {
	 background: #3A4E7C;
}

.one-third.how:after {
	content:'';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background: url(images/hex.svg) center center;
	background-size: 150%;
	z-index:1;
}

.one-third.how h3 {
    color:#fff;
}

.one-third.how .material-icons {
    font-size: 40px;
    margin-bottom: 20px;
}

#how-boxes .wrap {
    display: flex;
}

.the-content figure.wp-block-image.size-large {
    margin: 0;
}

/* # Who We Are Pages
---------------------------------------------------------------------------------------------------- */

#mission {
	text-align:center;
}

#values {
	text-align:center;
	padding: 50px 0;
}

#values img {
    width: 100px;
    height: auto;
}

#values h2 {
	margin-bottom: 40px;
}

#values .one-third {
	padding: 0 20px;
}

/* # What we do
---------------------------------------------------------------------------------------------------- */

.halves .panel a.panel-overlay {
    background:rgba(0,139,149,1); /* 321 */
}

.halves .panel:nth-of-type(even) a.panel-overlay {
    background:rgba(31,103,121,1); /* 315 */
}

.thirds .panel a.panel-overlay {
    background:rgba(0,139,149,1); /* 321 */
}

.thirds .panel:nth-of-type(3n+2) a.panel-overlay {
    background:rgba(31,103,121,1); /* 315 */
}

.thirds .panel:nth-of-type(3n+3) a.panel-overlay {
    background:rgba(29,66,137,1); /* 7678 */
}

/* # Team
---------------------------------------------------------------------------------------------------- */

.team {
	padding: 30px 0;
}

.team:nth-of-type(odd) {
	background: #EEF4FA;
}

.team h2 {
	text-align:center;
}

.team .one-fourth {
    position: relative;
    margin-top:20px;
    margin-bottom: 20px;
    overflow: hidden;
    line-height: 0;
    width:23%;
    margin: 20px 1% 20px;
}

.team .one-fourth-inner {
	 position: relative;
}

.team .one-fourth .member-overlay {
    position:absolute;
    bottom:0;
    left:0;
    opacity:0;
    width: 100%;
    padding: 10px;
    background:#00A2A7;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition:    all 0.25s ease-in-out;
	-ms-transition:     all 0.25s ease-in-out;
	-o-transition:      all 0.25s ease-in-out;
	transition:         all 0.25s ease-in-out;
}

.team .wrap {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
}

.team .one-fourth:nth-of-type(odd) .member-overlay {   
    cursor: pointer;
    background:#3D4B7A;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition:    all 0.25s ease-in-out;
	-ms-transition:     all 0.25s ease-in-out;
	-o-transition:      all 0.25s ease-in-out;
	transition:         all 0.25s ease-in-out;
}

.team .one-fourth .member-overlay {
    height: 100%;
    color: #fff;
    padding: 15px;
    line-height: 1.3;
    font-size: 13px;
}

.team .one-fourth .member-overlay p {
   margin-bottom: 10px;
}

.team .one-fourth:hover .member-overlay {
	opacity: 1;
}

.team .one-fourth h3,
.team .one-fourth h4 {
    font-size: 18px;
    margin:0;
    text-align:center;
    margin: 5px 0;
}

.team .one-fourth h4 {
	font-size: 16px;
	color:#00A2A7;
}


.page-template-template-staff .about,
.page-template-template-projects #about-box-2.about,
.page-template-template-qandc #about-box-2.about {
	background: #fff;
}


.page-template-template-work_with_us #benefits.about {
     background: #fff;
}

.page-template-template-work_with_us #about-box-2.about {
	background:#EEF4FA
}

#benefits h2 {
    margin:20px auto 40px;
}

#benefits h3 {
    font-size: 20px;
}

#benefits .one-fifth img {
    width: 100px;
}

#benefits .one-fifth {
    width: 20%;
    float:  left;
    padding: 0 20px;
    text-align: center;
}

#benefits > .wrap {
	 display: flex;
	 align-items: start;
	 justify-content: center;
	 flex-wrap: wrap;
}

#benefits > .wrap .benefit {
	width: 31%;
	margin: 0 1% 30px;
	text-align:center;
	padding: 20px;
}

#benefits > .wrap .benefit .benefit-icon {
	width: 80px;
	height:80px;
	margin: 0 auto 30px;
}

.benefit-icon img {
    max-height: 100%;
    max-width: 100%;
}


/* #Company
---------------------------------------------------------------------------------------------------- */

#page-header.inner-page.large {
    height: 80vh;
}


/* #Projects
---------------------------------------------------------------------------------------------------- */

.page-template-template-projects .logo-overlay h2 {
    font-size: 15px;
    letter-spacing: 0;
    text-indent: 0;
    margin-left: 5px;
}

.page-template-template-projects .panels h2 span {
	color:rgb(225,122,11);
}

.page-template-template-projects #page-header-inner h1 span {
    color:rgb(29,66,137);
}


.page-template-template-projects .entry-content a.more,
.parent-pageid-248 .entry-content a.more,
a.more.orange {
	background: #e07d24;
	color:#fff;
	border: 2px solid #e07d24;
}

.page-template-template-projects .entry-content a.more:hover,
.parent-pageid-248 .entry-content a.more:hover,
a.more.orange:hover {
	background: #fff;
	color:#00A2A7;
}

.page-template-template-projects #breadcrumbs a,
.page-template-template-projects .entry-content a,
.parent-pageid-248 #breadcrumbs a,
.parent-pageid-248 .entry-content a {
	color: #e07d24;
}

.page-template-template-projects #breadcrumbs a:hover,
.page-template-template-projects .entry-content a:hover,
.parent-pageid-248 #breadcrumbs a:hover,
.parent-pageid-248 .entry-content a:hover {
	color: #d2580b;
}


/* # Knowledgehub pages
---------------------------------------------------------------------------------------------------- */

#downloads .one-third {
    text-align:center;
    background:#EEF4FA;
    padding:20px;
    margin-bottom: 30px;
}

.page-template-template-whitepapers #downloads .one-third,
	.page-template-template-downloads #downloads .one-third  {
    width: calc(25% - 20px);
    clear: none;
    margin: 10px;
}



#downloads .one-third h3 {
    font-weight: bold;
    font-size: 17px;
}

#downloads .one-third a {
    display: block;
    margin: 10px auto;
    width:160px
}

#downloads .one-third img {
    width: 80px;
}

#downloads .wrap {
    display: flex;
    flex-wrap: wrap;
}

#downloads .one-third {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#downloads .one-third img {
    margin-bottom: auto;
}

#downloads .one-third a {
    margin-top: auto;
}

#compliance-content {
	max-height:0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition:    all 0.25s ease-in-out;
	-ms-transition:     all 0.25s ease-in-out;
	-o-transition:      all 0.25s ease-in-out;
	transition:         all 0.25s ease-in-out;
}

#compliance-content.expand {
	max-height:99999px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition:    all 0.25s ease-in-out;
	-ms-transition:     all 0.25s ease-in-out;
	-o-transition:      all 0.25s ease-in-out;
	transition:         all 0.25s ease-in-out;
}

p.meta {
	font-size: 14px;
	color:#00A2A7;
}

.news h3 {
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
}

.news p {
    margin-bottom: 10px
}

#news-feed .wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: center;
}

#news .wrap  {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
    justify-content: center;
}

.news-inner {
		display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 10px 0;
}

#news .news {
/*	flex-grow: 1;*/
  	width: 30%;
  	padding-bottom: 50px;
  	margin-bottom: 40px;
  	position:relative;
}

#news .news a.more {
	position: absolute;
	bottom: 0;
	left: 0;
}

.archive-pagination.pagination {
	width: 100%;
}

/* # Applications
---------------------------------------------------------------------------------------------------- */

.apps .panel a.panel-overlay {
    background:rgba(0,139,149,1); /* 321 */
}

.apps .panel:nth-of-type(3n+3) a.panel-overlay {
    background:rgba(31,103,121,1); /* 315 */
}

.apps .panel:nth-of-type(3n+4) a.panel-overlay {
    background:rgba(29,66,137,1); /* 7678 */
}

.applications .panel a.panel-overlay {
    background:rgba(0,139,149,1); /* 321 */
}

.applications .panel:nth-of-type(3n+2) a.panel-overlay {
    background:rgba(31,103,121,1); /* 315 */
}

.applications .panel:nth-of-type(3n+3) a.panel-overlay {
    background:rgba(29,66,137,1); /* 7678 */
}

/* # Contact details
---------------------------------------------------------------------------------------------------- */

.contact-details {
    background: #008C95;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.contact-details.padding20 {
	padding: 20px;
}

.contact-details a {
    color:#fff;
    font-weight: bold;
}

.contact-details a:hover {
	color:#3D4B7A;
}

.contact-details .wp-block-column {
    padding: 20px;
}

.contact-details .wp-block-column:nth-of-type(2) {
	background:#3D4B7A;
	font-weight: bold;
}

.contact-details .wp-block-column p:last-of-type,
.contact-details.padding20  p:last-of-type {
	margin: 0;
}

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

.wp-block-spacer {
	width: 100%;
}

/* # Submission form
---------------------------------------------------------------------------------------------------- */

#expired {
    margin-top: 100px;
    padding: 40px 0 80px;
}

.page-template-template-sample-submission .site-inner,
.page-template-template-no_header .site-inner {
	margin-top: 100px;
}

#gform_wrapper_1.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
	display: none;
} 


#gform_wrapper_1,
#gform_wrapper_2,
#gform_wrapper_3,
#gform_wrapper_4,
#gform_wrapper_6,
#gform_wrapper_7,
#gform_wrapper_8,
#gform_wrapper_9,
#gform_wrapper_11 {
    background: #00A2A7;
    padding: 20px;
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
}

.page-id-6922 #gform_wrapper_3,
#gform_wrapper_2,
#gform_wrapper_1 {
	background:  #00aeef;
}

#gform_wrapper_4,
.page-id-6928  #gform_wrapper_2,
.page-id-6935 #gform_wrapper_1 {
	background:  #e07d24;
}

#gform_wrapper_1 h2,
#gform_wrapper_2 h2,
#gform_wrapper_3 h2,
#gform_wrapper_4 h2,
#gform_wrapper_6 h2,
#gform_wrapper_7 h2,
#gform_wrapper_8 h2,
#gform_wrapper_11 h2 {
    color:#fff;
}

#gform_wrapper_1 input,
#gform_wrapper_2 input,
#gform_wrapper_3 input,
#gform_wrapper_4 input,
#gform_wrapper_5 input,
#gform_wrapper_6 input,
#gform_wrapper_7 input,
#gform_wrapper_8 input,
#gform_wrapper_9 input,
#gform_wrapper_11 input {
    padding: 10px;
    border: none; 
    -webkit-border-radius: 5px;
}

#gform_wrapper_1.gform_wrapper .top_label .gfield_label,
#gform_wrapper_1.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
#gform_wrapper_2.gform_wrapper .top_label .gfield_label,
#gform_wrapper_2.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
#gform_wrapper_3.gform_wrapper .top_label .gfield_label,
#gform_wrapper_3.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
#gform_wrapper_4.gform_wrapper .top_label .gfield_label,
#gform_wrapper_4.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label ,
#gform_wrapper_6.gform_wrapper .top_label .gfield_label,
#gform_wrapper_6.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
#gform_wrapper_7.gform_wrapper .top_label .gfield_label,
#gform_wrapper_7.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
#gform_wrapper_8.gform_wrapper .top_label .gfield_label,
#gform_wrapper_8.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
#gform_wrapper_11.gform_wrapper .top_label .gfield_label,
#gform_wrapper_11.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label  {
    display:none;
}

.gform_wrapper .gform_page_footer {
    margin: 20px 0;
    width: 100%;
    border-top: 1px solid #3A4E7C;
    padding: 20px 0 0;
    clear: both;
}

#gform_wrapper_1 input[type="button"],
#gform_wrapper_2 input[type="button"],
#gform_wrapper_3 input[type="button"],
#gform_wrapper_4 input[type="button"],
#gform_wrapper_6 input[type="button"],
#gform_wrapper_7 input[type="button"],
#gform_wrapper_8 input[type="button"],
#gform_wrapper_9 input[type="button"],
#gform_wrapper_11 input[type="button"] {
    background: #3A4E7C;
    border: 2px solid #3A4E7C;
    padding: 10px 20px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    padding: 12px 20px;
}

#gform_wrapper_1 input[type="button"]:hover,
#gform_wrapper_2 input[type="button"]:hover,
#gform_wrapper_3 input[type="button"]:hover,
#gform_wrapper_4 input[type="button"]:hover,
#gform_wrapper_6 input[type="button"]:hover,
#gform_wrapper_7 input[type="button"]:hover,
#gform_wrapper_8 input[type="button"]:hover,
#gform_wrapper_9 input[type="button"]:hover,
#gform_wrapper_11 input[type="button"]:hover {
    background: #fff;
    border: 2px solid #00A2A7;
    color: #00A2A7;
}

#gform_wrapper_1 input[type="submit"],
#gform_wrapper_2 input[type="submit"],
#gform_wrapper_3 input[type="submit"],
#gform_wrapper_4 input[type="submit"],
#gform_wrapper_6 input[type="submit"],
#gform_wrapper_7 input[type="submit"],
#gform_wrapper_8 input[type="submit"],
#gform_wrapper_9 input[type="submit"],
#gform_wrapper_11 input[type="submit"] {
	float: right;
    background: #fff;
    border: 2px solid #3A4E7C;
    color:#3A4E7C;
    padding: 10px 20px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    padding: 12px 20px;
}

#gform_wrapper_1 input[type="submit"]:hover,
#gform_wrapper_2 input[type="submit"]:hover,
#gform_wrapper_3 input[type="submit"]:hover,
#gform_wrapper_4 input[type="submit"]:hover,
#gform_wrapper_6 input[type="submit"]:hover,
#gform_wrapper_7 input[type="submit"]:hover,
#gform_wrapper_8 input[type="submit"]:hover,
#gform_wrapper_9 input[type="submit"]:hover,
#gform_wrapper_11 input[type="submit"]:hover {
    background: #3A4E7C;
    border: 2px solid #3A4E7C;
    color: #fff;
}

#gform_wrapper_1.gform_wrapper .gf_progressbar,
#gform_wrapper_2.gform_wrapper .gf_progressbar,
#gform_wrapper_3.gform_wrapper .gf_progressbar,
#gform_wrapper_4.gform_wrapper .gf_progressbar,
#gform_wrapper_7.gform_wrapper .gf_progressbar,
#gform_wrapper_8.gform_wrapper .gf_progressbar {
    padding: 10px;
    position: relative;
    background-color: rgba(255,255,255,.4);
}

#gform_wrapper_1.gform_wrapper .gform_page_footer,
#gform_wrapper_2.gform_wrapper .gform_page_footer,
#gform_wrapper_3.gform_wrapper .gform_page_footer,
#gform_wrapper_4.gform_wrapper .gform_page_footer,
#gform_wrapper_6.gform_wrapper .gform_page_footer,
#gform_wrapper_7.gform_wrapper .gform_page_footer,
#gform_wrapper_8.gform_wrapper .gform_page_footer,
#gform_wrapper_9.gform_wrapper .gform_page_footer,
#gform_wrapper_11.gform_wrapper .gform_page_footer {
    margin: 20px 0;
    width: 100%;
    border-top: 2px dotted #3A4E7C;
    padding: 20px 0 0;
    clear: both;
}

#gform_wrapper_1.gform_wrapper ul.gform_fields li.gfield,
#gform_wrapper_2.gform_wrapper ul.gform_fields li.gfield,
#gform_wrapper_3.gform_wrapper ul.gform_fields li.gfield,
#gform_wrapper_4.gform_wrapper ul.gform_fields li.gfield,
#gform_wrapper_6.gform_wrapper ul.gform_fields li.gfield,
#gform_wrapper_7.gform_wrapper ul.gform_fields li.gfield,
#gform_wrapper_8.gform_wrapper ul.gform_fields li.gfield,
#gform_wrapper_11.gform_wrapper ul.gform_fields li.gfield  {
    padding-right: 16px;
    margin: 25px 0;
    position: relative;
}

#gform_wrapper_9.gform_wrapper .gform_footer {
    overflow: hidden;
}

#gform_wrapper_9.gform_wrapper {
	margin-bottom: 40px;
}

#gform_wrapper_7.gform_wrapper h3.gform_title,
#gform_wrapper_8.gform_wrapper h3.gform_title,
#gform_wrapper_2.gform_wrapper .gform_heading,
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
	display: none;
}

#gform_wrapper_8.gform_wrapper #field_8_18 > label,
#gform_wrapper_8.gform_wrapper #field_8_25 > label,
#gform_wrapper_8.gform_wrapper #field_8_36 > label,
#gform_wrapper_3.gform_wrapper #field_3_18 > label.gfield_label  {
	display: block;
	font-weight: normal!important;
}

#field_11_18 > label {
    display: block!important;
}

.gfield_html a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

#field_3_19 a.more {
    background: #fff;
    color: rgb(0,162,167);
    display: block;
    width: 220px;
    text-align: center;
}

#field_3_19 a.more:hover {
    background: #3A4E7C;
    color: #fff;
}

#gform_wrapper_2.gform_wrapper #field_2_24 .gfield_label,
#gform_wrapper_2.gform_wrapper #field_2_27 .gfield_label,
#gform_wrapper_2.gform_wrapper #field_2_28 .gfield_label {
    display: block;
    overflow: hidden;
    margin-bottom: 0;
}

#gform_wrapper_2.gform_wrapper #field_2_24 ul li,
#gform_wrapper_2.gform_wrapper #field_2_27 ul li,
#gform_wrapper_2.gform_wrapper #field_2_28 ul li {
    width: 33%;
    float: left;
}


#gform_wrapper_2.gform_wrapper #field_2_24 ul,
#gform_wrapper_2.gform_wrapper #field_2_27 ul,
#gform_wrapper_2.gform_wrapper #field_2_28 ul {
    margin-bottom: 40px;
    overflow: hidden;
}

/* # Description Hovers -------------- */

#gform_wrapper_1.gform_wrapper .gfield_description {
    position: absolute;
    background:#3A4E7C;
    width: 300px;
    height: auto;
    padding: 20px;
    z-index: 99;
    right:0;
    bottom: calc(100% + 18px);
    text-align:center;
    opacity:0;
}

#gform_wrapper_1.gform_wrapper .gfield_description:after {
    content:'';
    width: 50px;
    height: 50px;
    display:block;
     background:#3A4E7C;
     position: absolute;
     bottom:-10px;
     left: 50%;
     margin-left: -20px;
     z-index: -1;
     transform: rotate(45deg);
}

#gform_wrapper_1.gform_wrapper .gfield:hover .gfield_description {
    opacity: 1;
}

#gform_wrapper_1.gform_wrapper textarea.large,
#gform_wrapper_2.gform_wrapper textarea.large,
#gform_wrapper_3.gform_wrapper textarea.large,
#gform_wrapper_4.gform_wrapper textarea.large {
    height: 200px;
    border: none;
    border-radius: 5px;
}

/* # Errors -------------- */

.gform_wrapper div.validation_error {
    background-color: rgba(255,223,224,0.9)!important;
    border: 2px solid #790000;
}

.gform_wrapper li.gfield.gfield_error, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255,223,224,0.9)!important;
    border: 2px solid #790000!important;
    padding: 10px;
}

/* # Page 1 -------------- */

#gform_wrapper_1.gform_wrapper #field_1_6 label.gfield_label {
    display:block;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input#choice_1_6_1 {
    margin-top: -2px;
}

/* # Page 2 -------------- */

#gform_wrapper_1.gform_wrapper select,
#gform_wrapper_2.gform_wrapper select,
#gform_wrapper_3.gform_wrapper select {
    padding: 10px;
    height: 40px;
    border: none;
}

/* # Page 3 -------------- */

#gform_page_1_3 h2,
#gform_page_1_4 h2 {
	text-align:center;
}

ul#input_1_19 {
    text-align:center;
}

ul#input_1_19 li {
    width: 100px;
    margin: 20px;
    color:#3A4E7C;
    padding: 20px;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    background:#fff;
    border-radius: 5px;
}

#gform_wrapper_1 ul#input_1_19 input {
    margin: 0;
}


/* # Quote request  -------------------------- */

#gform_wrapper_2.gform_wrapper #field_2_18 label.gfield_label {
    display: block;
}

ul#input_2_18 {
    margin-bottom: 20px;
}

ul#input_2_18 li {
    width: 100px;
    float:  left;
}

ul#input_2_18 li input {
    position:relative;
    top:-5px
}

label#label_2_24_1 {
    position: relative;
}

label#label_2_24_1:after {
    content:'Safety Data Sheet';
    background:#fff;
    color: #222;
    padding: 1px 5px;
    opacity:0;
    position: absolute;
    top:0;
    left:40px;
    display:block;
    white-space: nowrap;
    box-shadow:0 0 5px rgba(0,0,0,0.3);
}

label#label_2_24_1:hover:after {
    opacity: 1;
}

label#label_2_24_2 {
    position: relative;
}

label#label_2_24_2:after {
    content:'Material Safety Data Sheet';
    background:#fff;
    color: #222;
    padding: 1px 5px;
    opacity:0;
    position: absolute;
    top:0;
    left:40px;
    display:block;
    white-space: nowrap;
    box-shadow:0 0 5px rgba(0,0,0,0.3);
}

label#label_2_24_2:hover:after {
    opacity: 1;
}

/* # Project Enquiry  -------------------------- */

#gform_wrapper_4.gform_wrapper #field_4_18 label.gfield_label,
#gform_wrapper_4.gform_wrapper #field_4_23 label.gfield_label,
#gform_wrapper_4.gform_wrapper #field_4_26 label.gfield_label,
#gform_wrapper_4.gform_wrapper #field_4_28 label.gfield_label,
#gform_wrapper_4.gform_wrapper #field_4_33 label.gfield_label,
#gform_wrapper_4.gform_wrapper #field_4_37 label.gfield_label,
#gform_wrapper_1.gform_wrapper #field_1_45 label.gfield_label  {
    display: block;
}

ul#input_4_18 li,
ul#input_4_23 li,
ul#input_4_26 li,
ul#input_4_33 li,
ul#input_4_37 li {
    width: 33%;
    float:  left;
}

ul#input_4_18 li input,
ul#input_4_23 li input,
ul#input_4_26 li input,
ul#input_4_33 li input,
ul#input_4_37 li input,
ul#input_4_45 li input   {
    position:relative;
    top:-5px
}

.page-template-template-pdf #pdf {
    margin-top: 100px;
}


/* # Nested Sample Form
---------------------------------------------------------------------------------------------------- */

#gfield_description_5_46 {
    position: absolute;
    background:#3A4E7C;
    width: 300px;
    height: auto;
    padding: 20px;
    z-index: 99;
    left:0;
    bottom: calc(100% + 18px);
    text-align:center;
    opacity:0;
    display:none;
    pointer-events: none;
}

#gfield_description_5_46:after {
    content:'';
    width: 50px;
    height: 50px;
    display:block;
     background:#3A4E7C;
     position: absolute;
     bottom:-10px;
     left: 50%;
     margin-left: -20px;
     z-index: -1;
     transform: rotate(45deg);

}

#field_5_46 {
    position:relative;
}

#field_5_46:hover #gfield_description_5_46 {
opacity:1;
display:block;
}

.wp-block-group.new-contact {
    margin: 0 auto;
}

.contact-details {
    max-width: 900px;
}

/* # Nested Sample Form
---------------------------------------------------------------------------------------------------- */

button.gpnf-add-entry {
    background: #fff;
    border: 2px solid #3A4E7C;
    color:#3A4E7C;
    padding: 10px 20px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    padding: 12px 20px;
}

button.gpnf-add-entry:hover {
    background: #3A4E7C;
    border: 2px solid #3A4E7C;
    color:#fff;
}

.page .tingle-modal {
	background: rgba(255,255,255,0.7)!important;
}

.page button.tingle-modal__close {
	color:#3A4E7C;
}

.page button.tingle-modal__close:hover {
	background: none;
	color:#3A4E7C;
}

#gform_wrapper_5 ul.gfield_checkbox {
    margin: 0;
    overflow: hidden;
}

#gform_wrapper_5 ul.gfield_checkbox li {
    width:33%;  
    float:left;
}

#gform_wrapper_5 ul.gfield_checkbox li input {
    position:relative;
    top: -5px
}

.page .gpnf-modal .gpnf-modal-header {
	display: none;
}

.gpnf-modal-1-36 .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}

.tingle-modal-box {
	background-color: #00A2A7!important;
}

.page .gpnf-modal-1-36 {
	color:#fff;
}

.page .tingle-modal-box__content {
	padding: 10px 30px 90px;
}

.tingle-modal-box__content .gform_wrapper label.gfield_label {
	font-weight: 400;
}

body .tingle-modal-box__content .gform_wrapper .top_label div.ginput_container {
	margin-top:5px;
}

.page .tingle-modal-box__footer {
	background-color: #3A4E7C;
}

.page .gpnf-modal-1-36 .tingle-btn--default {
    background-color: #fff;
    color:#3A4E7C;
    border: 2px solid #3A4E7C;
    font-weight: bold;
    -webkit-border-radius: 5px;
}

.page .gpnf-modal-1-36 .tingle-btn--primary {
    background-color: #00A2A7;
    border: 2px solid #00A2A7;
    font-weight: bold;
    -webkit-border-radius: 5px;
}

.page .gpnf-modal-1-36 .tingle-btn--default:hover {
    background: none;
    color:#fff;
    border: 2px solid #fff;
}

.page .gpnf-modal-1-36 .tingle-btn--primary:hover {
    background: none;
    border: 2px solid #00A2A7;
    color:#00A2A7;
}

.page .gpnf-row-actions .edit a {
	background: #fff;
    border: 2px solid #3A4E7C;
    color: #3A4E7C;
    padding: 5px 20px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    text-transform: uppercase;
}

.page .gpnf-row-actions .edit a:hover {
	background: #3A4E7C;
    border: 2px solid #3A4E7C;
    color: #fff;
}

.gpnf-row-actions ul {
    padding: 5px;
    margin: 0;
}

.gpnf-nested-entries td {
    border-top: 2px solid #ddd;
}

.page .gpnf-row-actions .delete a {
    background: #c00;
    border: 2px solid #c00;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    text-transform: uppercase;
}

.gpnf-row-actions .delete a:hover {
    background: #fff;
    color: #c00;
}

.gpnf-nested-entries td, .gpnf-nested-entries th {
    font-weight: bold;
}


li#field_4_48 > label {
    display: block!important;
}

/* # enquiries page
---------------------------------------------------------------------------------------------------- */

.form-links {
    margin-top: 50px;
}

.form-links a {
    width: 100%;
    display: block;
    margin: 0;
    font-size: 16px;
    color: #fff;
    background: #00aeef;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.form-links .wp-block-column:nth-of-type(3) a,
.form-links.two .wp-block-column:nth-of-type(2) a {
    background: #d2580b;
}

.form-links .wp-block-column:nth-of-type(2) a {
    background: #1D428A;
}

.form-links a:hover,
.form-links .wp-block-column:nth-of-type(2) a:hover,
.form-links .wp-block-column:nth-of-type(3) a:hover {
	background: #fff;
    color: #008C95;
    box-shadow: 0 0 5px rgb(0 0 0 / 40%);
}


/* # Single Submissions
---------------------------------------------------------------------------------------------------- */

/*.single-submissions .site-inner {
    padding-top: 120px;
}*/

.single-submissions .page {
	width: 21cm;
	height: 29.7cm;
	/*border: 1px solid #000;*/
	padding: 0.5cm 1cm 1cm;
	margin: 0 auto;
}

.details {
	font-weight: bold;
	text-transform: uppercase;
}

.safety img {
    position: relative;
    top: 4px;
}

.subform table {
	width: 100%;
	margin:0;
}

.subform td {
	padding:0;
}

.subform h1 {
    color: black;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
    font-size: 14pt;
}

.subform .s1 {
    color: black;
    font-family: Arial, sans-serif;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
}

.subform .s2 {
    color: black;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 10pt;
}

.subform .s3 {
    color: black;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 6.5pt;
    vertical-align: 3pt;
}

.subform .s4 {
    color: black;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 8pt;
}

.subform .s5 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
}

.subform .s6 {
    color: black;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
}

.subform .s7 {
    color: black;
    font-family: Arial, sans-serif;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
}

.subform .s8 {
    color: black;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
    vertical-align: -2pt;
}

.subform .s9 {
    color: #0F0;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 10pt;
}

.subform .s10 {
    color: #00F;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 10pt;
}

.subform .s11 {
    color: #D9D9D9;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 22pt;
}

.subform h2 {
    color: black;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 10pt;
}

.subform .s12 {
    color: black;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6.5pt;
    vertical-align: 3pt;
}

.subform .s13 {
    color: black;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6pt;
    vertical-align: 3pt;
}

.subform .p,
.subform p {
    color: black;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    margin: 0pt;
    line-height: 1.4;
}

.subform table,
.subform tbody {
    vertical-align: top;
    overflow: visible;
}

#the-controls {
	text-align:center;
	margin-top: 150px;
	margin-bottom: 30px;
}

#the-controls a.more {
    display: inline-block;
    margin-bottom: 10px;
}

.single-submissions #the_content,
.single-samples #the_content {
    background: #eee;
    padding:20px 0 40px;
    margin:0;
}

.subform {
    background: #fff;
}

.single-post #the_content ul li {
    list-style-type: disc;
}

.single-post #the_content ul li ul li {
    list-style-type: circle;
}

.single-post #the_content ul {
    padding-left: 20px
}


/* # Single Submissions
---------------------------------------------------------------------------------------------------- */

#page-msdq.page {
	width: 21cm;
	height: 29.7cm;
	padding: 0.5cm 1cm;
	margin: 20px auto;
	font-family: Arial, sans-serif;
	color: black;
	font-style: normal;
	font-weight: normal;
	background:#fff;
	line-height:1.3;
}
 
#page-msdq h2 {
	color:black;
	font-family: Arial, sans-serif;
     font-style: italic;
     font-weight: bold;
     text-decoration: none;
     font-size: 10pt;
 }
 
#page-msdq h1 {
     color: black;
     font-family: Arial, sans-serif;
     font-weight: bold;
     text-decoration: none;
     font-size: 20pt;
 }
 
#page-msdq p {
     font-weight: normal;
     text-decoration: none;
     font-size: 10pt;
     margin: 0pt;
 }
 
#page-msdq .s1 {
     font-weight: bold;
     text-decoration: none;
     font-size: 10pt;
 }
 
#page-msdq .s2 {
     font-style: italic;
     font-weight: normal;
     text-decoration: none;
     font-size: 8pt;
 }
 
#page-msdq .s3 {
     font-weight: normal;
     text-decoration: none;
     font-size: 9pt;
 }
 
#page-msdq .s4 {
     font-weight: normal;
     text-decoration: none;
     font-size: 10pt;
 }
 
#page-msdq .a,
#page-msdq a {
     font-weight: normal;
     text-decoration: none;
     font-size: 10pt;
 }
 
#page-msdq .s6 {
     font-weight: normal;
     text-decoration: none;
     font-size: 8pt;
 }
 
#page-msdq table,
#page-msdq tbody {
     vertical-align: top;
     overflow: visible;
 }

 #page-msdq .one-half,
  #page-msdq .one-third {
    font-size: 10pt;
    padding: 0 10pt 0 4pt;
    font-weight: bold;
    line-height: 1.6;
}

#page-msdq .one-half img,
#page-msdq .one-third img {
    float: right;
    position: relative;
    top:3px;
}

/* #Overlays
---------------------------------------------------------------------------------------------------- */

#hero-overlay {
    width: 100%;
    position: absolute;
    left:0;
    bottom: 50px;
}

#hero-overlay .wrap {
	padding: 0;
}

.logo-overlay {
    width: 33%;
    float:  right;
    padding: 30px;
    background:#fff;
}

.logo-overlay h2 {
    font-size: 30px;
    letter-spacing: 2px;
    text-align: left;
    margin-top: 20px;
    text-indent:5px
}

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

	.logo-overlay {
	    width: 500px;
	    float: none;
	    padding: 30px;
	    background: #fff;
	    margin: 0 auto;
	    text-indent:10px
	}

	.logo-overlay h2 {
	    font-size: 30px;
	}

}

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

	.logo-overlay {
	    width: 100%;
	    float: none;
	    padding: 20px;
	    background: #fff;
	    margin: 0 auto;
	}

	.logo-overlay h2 {
	    font-size: 20px;
	    text-indent: 17px;
	}

}

/* #Cookies
---------------------------------------------------------------------------------------------------- */

div#cookie-law-info-bar {
    width: 75%;
}

.cli-style-v2 {
    font-size: 14px!important;
}

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

	.cli-style-v2 .cli-bar-btn_container {
		display: block;
	}

	a.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button,
	.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
	    display: block;
	    width: 100%;
	    margin:5px 0 0 0!important;
	}

}


/* #Staff card pages
---------------------------------------------------------------------------------------------------- */

.page-template-template-single-staff .site-inner {
	margin-top: 100px;
}

.page-template-template-single-staff figure img {
	border: 1px solid #ccc;
}

.staff-lists .one-third {
	margin-bottom: 30px;
	font-size:15px;
}

.page-template-template-parent_staff #services #ctas {
	display:none;
}

.page-template-template-single-staff .entry-content {
    margin: 20px auto;
}

/* #404
---------------------------------------------------------------------------------------------------- */

.error404 .site-inner {
    margin-top: 120px;
}

/* #Sitemap
---------------------------------------------------------------------------------------------------- */

#sitemap ul {
    padding-left: 30px;
}

#sitemap ul li {
    list-style-type: disc;
}

#sitemap ul li ul li {
    list-style-type:circle;
}

#sitemap li.page-item-79 ul ,
#sitemap li.page-item-77 ul ,
#sitemap li.page-item-83 ul,
#sitemap li.page-item-387 ul {
    padding-left: 0;
}

#sitemap li.page-item-79 > a,
#sitemap li.page-item-77 > a,
#sitemap li.page-item-83 > a,
#sitemap li.page-item-387 > a {
    display:none;
}

#sitemap li.page-item-79,
#sitemap li.page-item-77,
#sitemap li.page-item-83,
#sitemap li.page-item-387 {
    list-style-type: none;
}

/* # Jobs
---------------------------------------------------------------------------------------------------- */

.page-template-template-jobs #downloads .one-third h3 {
    font-size: 26px;
}

.page-template-template-jobs #downloads .one-third a.job-title {
    width: 100%;
}

.page-template-template-single-job .entry {
    padding: 20px 0 0;
    margin: 0;
}

.page-template-template-jobs #downloads .one-third {
    background: #00A2A7;
    color: #fff;
}

.page-template-template-jobs #downloads .one-third:nth-of-type(2) {
    background: #00677F;
}

.page-template-template-jobs #downloads .one-third:nth-of-type(3) {
    background: #3D4B7A;
}

.page-template-template-jobs #downloads .one-third p.meta {
    color:#fff;
}

.page-template-template-jobs #downloads .one-third h3 {
    color:#fff;
}

.page-template-template-jobs #downloads .one-third a.more {
    background:#fff;
    color:#00A2A7;
}

.page-template-template-jobs #downloads .one-third a:hover {
	color:#00A2A7;
}

.page-template-template-jobs #downloads .one-third a.more:hover {
    background:none;
    color:#fff;
    border-color:#fff;
}

.page-template-template-jobs #page-header,
.page-id-6622 #page-header.inner-page  {
    background-position: center top!important;
}

#gform_fields_9 select {
    padding: 8px;
    border-radius: 5px;
}

article.post-2749 {
    margin-bottom: 0;
}

#content li {
    list-style-type: disc;
}

#content ul ol {
    margin-left: 40px;
}

#content ul ol li {
     list-style-type:decimal;
}

#content ul {
    padding: 0 30px 30px;
}

#content h2 {
    margin: 0 0 20px
}

#job-content {
    overflow: hidden;
    padding: 0;
    max-height: 0;
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition:    all 0.25s ease-in-out;
	-ms-transition:     all 0.25s ease-in-out;
	-o-transition:      all 0.25s ease-in-out;
	transition:         all 0.25s ease-in-out;
	width:  100%;
}

#job-content .inner {
	padding:  40px 0;
}

#job-content.show {
    max-height: 9999px;
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition:    all 0.25s ease-in-out;
	-ms-transition:     all 0.25s ease-in-out;
	-o-transition:      all 0.25s ease-in-out;
	transition:         all 0.25s ease-in-out;
}

#specs {
	margin-top:  40px;
}

a#show-job-content {
    background: #fff;
    color: #00A2A7;
}

a#show-job-content:hover {
    background: #00A2A7;
    color: #fff;
}

a#show-job-content:after {
   content: '\f107';
    margin-left: 8px;
    font-family: 'FontAwesome';
}

a#show-job-content.show:after {
   content: '\f106';
    margin-left: 8px;
    font-family: 'FontAwesome';
}

a#goto {
	display: none;
}

a#goto.show {
	display: block;
}

/* # Whitepaper popups
---------------------------------------------------------------------------------------------------- */

.pop-up {
    position: fixed;
    top: -100%;
    opacity:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: -1;
}

.pop-up.show {
    opacity: 1;
    top:0;
    z-index: 9999;
}

.pop-up-modal {
    position:  absolute;
    top: 100px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
}

.pop-up-inner {
    padding: 30px;
    background: #fff;
}

.pop-up-modal-close {
    position: absolute;
    top: 100px;
    left: calc(50% + 220px);
    font-size: 30px;
}


/* # Blog
---------------------------------------------------------------------------------------------------- */

.orange.news a img,
.orange.post-intro img {
	border: 4px solid #d2580b;
}

.teal.news a img,
.teal.post-intro img {
	border: 4px solid #00A2A7;
}

.blue.news a img,
.blue.post-intro img {
	border: 4px solid #0fb2ef;
}

.orange.news p.meta {
	color: #d2580b;
}

.teal.news p.meta {
	color: #00A2A7;
}

.blue.news p.meta {
	color: #0fb2ef;
}

.single ol {
    margin: 0 0 20px 20px;
}

.single ol li {
    list-style-type: decimal;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */


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

	.wrap,
	.site-inner,
	.site-header .wrap {
		padding-left: 20px;
		padding-right:20px;
	}

	.site-inner .wrap {
		padding-left: 0;
		padding-right:0;
	}

	#ctas .wrap {
		padding: 0;
	}

/*	.site-header .widget-area {
    	width: 600px;
	}*/

}

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


	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.team .one-fourth {
	    width: 31%;
	    margin: 20px 1% 20px;
	}

	.team .one-fourth img {
	    width:100%
	}

	.team .wrap {
	    max-width: 960px;
	}

}


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

	.panel-overlay h3 {
	    font-size: 14px;
    }

    .about h2 {
	    font-size: 22px;
	}

	.widget-area.footer-widgets-3.footer-widget-area {
		display: none;
	}

	.footer-widgets .footer-widget-area,
	.footer-widgets .footer-widget-area:first-of-type {
    	width: 31%;
	}

	#others .wrap {
    	margin: 0 20px;
	}

}

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

	section#nav_menu-2 {
		display: none;
	}

	.site-header .widget-area {
	    width: 80px;
	}

	.title-area {
	    width: 300px;
	    height: 90px;
	    padding-top: 5px;
	}

	.header-image .site-title > a {
	    background-size: 100%;
	    min-height: 90px;
	}

	.site-header {
	    padding-top: 0;
	    min-height: 100px;
	}

	.site-header .wrap {
	    padding-top:0;
	}

	#page-header-inner h1,
	.page-header-inner h1,
	.page-header-inner h2 {
        font-size: 34px;
    }

    h2 {
        font-size: 24px;
    }

    	.site-header #ctas {
		display:  none;
	}


}

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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}

	#ctas a {
		font-size: 15px;
	}

	.page-id-248 section#page-header {
    	background-size: 100% auto!important;
    	background-position: 0 100px!important;
	}

	section#page-header,
	#page-header-slider,
	#page-header-slider .home-slide {
	    max-height: 650px;
	}

	.team .one-fourth {
	    width: 48%;
	    margin: 0 1% 20px;
	}

	#news .news {
	    width: 48%;
	    margin: 0 1% 50px;
	}

}

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

	body {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.page-template-template-whitepapers #downloads .one-third,
	.page-template-template-downloads #downloads .one-third {
		margin: 0;
		width: 100%;
	}


	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.panel.one-half,
	.panel.one-third {
    	margin-bottom: 20px;
	}

	.about .three-fourths {
		margin:0;
	}

	p#breadcrumbs {
	    margin: 0;
	}

	#bread {
	    margin-bottom: 20px;
	    font-size: 13px
	}

	.one-sixth.back {
		text-align: left;
	}

}


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

	.footer-widgets .footer-widget-area, 
	.footer-widgets .footer-widget-area:first-of-type {
		width: 100%;
		text-align:center;
	}

	#social,
	.site-footer {
    	text-align: center;
	}

}

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

	#ctas a,
	#ctas a:nth-of-type(3),
	#ctas.projects a {
	    width: 100%;
	}

	#page-header-inner h1,
	.page-header-inner h1,
	.page-header-inner h2 {
    	font-size: 28px;
	}

	#ctas .wrap {
		margin: 0 20px;
	}

	#benefits > .wrap .benefit {
    	width: 100%;
    	margin: 0 0 30px;
    	text-align: center;
    	padding: 0;
	}

	#news .news {
    	width: 100%;
    	margin-bottom: 40px;
	}

	#news-feed {
		display:  none;
	}

	.page-header-inner .wrap {
	    flex-direction: column;
	}

	#ctas {
		margin-top: 20px;
	}


}

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

	.site-header .wrap {
	    padding-top: 0;
	    padding-left: 10px;
	    padding-right: 10px;
	}

	.title-area {
    	width: 260px;
	}

	.panel.one-half {
	    margin-bottom: 20px;
	}

	.about a.more {
	    display: block;
	    width: 100%;
	    margin: 0 0 20px 0;
	    text-align: center;
	}

	#cta-bar a {
		margin: 20px 0;
	}

	a.more.secondary.row {
	    margin-left: 0;
	}

	.team .one-fourth {
	    width: 100%;
	    margin: 0 0 20px;
	}

	.team .one-fourth .member-overlay {
    	padding: 15px;
    	line-height: 1.6;
    	font-size: 14px;
	}

	.entry-content h1 {
    	font-size: 28px;
    	margin-top: 20px;
	}

	.entry-content ol, 
	.entry-content ul {
    	margin-bottom: 28px;
    	margin-left: 0;
	}

}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

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

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

	.single-submissions * {
		margin: 0;
		padding: 0;
	}

	.single-submissions .site-header,
	.single-submissions .footer-widgets,
	.single-submissions .site-footer,
	.single-samples .site-header,
	.single-samples .footer-widgets,
	.single-samples .site-footer  {
		display: none;
	}

	.single-submissions .page,
	.single-samples .page {
	    width: 21cm;
	    height: 26cm;
	    border: none;
	    padding: 0.2cm 1cm 0;
	    margin: 0 auto;
	}

	.single-submissions #page-1,
	#page-msdq.page {
		margin-top:0;
	} 

	#page-msdq.page {
		padding-top:0;
		padding-bottom:0;
		height:26cm;
	}

	.single-submissions @page,
	.single-samples @page { 
		size: auto;  
		margin: 0mm; 
	}

	.subform .p, .subform p {
		line-height:1.3
	}

	#the-controls {
		display: none;
	}

	#the_content {
	    background: none;
	    padding:0;
	    margin:0;
	}

	span.form-logo img {
    	width: 150px;
	}

	#page-msdq p.form-intro {
		font-size: 11px;
	}

	#page-msdq h1 {
    	font-size: 19px;
    	margin: 0;
	}

	#page-msdq .one-half.contacts {
	    line-height: 1.4;
	}

	#page-msdq p.break {
		margin-bottom: 5px;
	}

	.break br {
		display: none;
	}

	.single-submissions #the_content, .single-samples #the_content {
		padding:0;
	}

}



/* Projects changes

.header-image .site-title > a {
    background: url(https://www.butterworth-labs.co.uk/wp-content/themes/redsentence/images/logo_projects.svg) no-repeat left;
    background-size:100% auto;
    float: left;
    margin-left:-50px;
    min-height: 100px;
    width: 100%;
}

#ctas a,
.panel-overlay {
    background: #F09D04;
}


#ctas a:nth-of-type(2),
.page-id-248 .panel:nth-of-type(odd) .panel-overlay, 
.parent-pageid-248 .panel:nth-of-type(odd) .panel-overlay{
    background: #d2580b;
}

*/