/*
Theme Name: CHR Equipment
Theme URI: http://www.chrequipment.co.uk/
Author: Piranha Advertising & Marketing Solutions
Author URI: http://www.piranha-solutions.com
Description: Theme for CHR Equipment
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chr-equipment
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CHR Equipment is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments



# Infinite scroll
# Media
	## Captions
	## Galleries
# Materialize Overrides
# Global
# Homepage
# Header
# Footer
# Taxonomy Pages
# Brochure Pages
# Awards Pages
# Project Pages
# Service Pages
# Content Pages
# Our Team
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #FFF;
    font-size: 12px;
    font-size: 18px;
    line-height: 2.5;
    padding: 0.9em 1em 0.7em;
    border: 1px solid transparent;
    background: #003366;
    font-style: italic;
    text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 0px;
	border-radius: 3px;
	padding: 0px 10px 0px 10px;
	background: #FFF;
	border: 1px solid #cccccc;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    display: inline-block !important;
}

div.wpcf7-response-output {
    margin: 2em 0em 1em;
    padding: 1.2em 1em;
    width: 50%;
}

div.wpcf7-mail-sent-ok {
	float: left;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: inline;
	/*float: left;*/
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	width: 100%;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #777777;
	font-size: 16px;
	height: 47px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #1c73ac;
	font-weight: 800;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	width: 100%;
}

.menu-toggle, .main-navigation.toggled ul button {
	background: #017dc3;
}

.menu-toggle, .main-navigation.toggled ul button:focus {
	background-color: #0076b9;
}


@media screen and (min-width: 993px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

.isotopeMenu {
	text-align: left !important;
	margin: 5px;
}

.isotopeMenu > li {
	background: #1972ab !important;
}

.isotopeMenu > li > a {
    padding: 15px !important;
}


/*--------------------------------------------------------------
# Materialize Overrides
--------------------------------------------------------------*/

nav {
	background-color: transparent;
}

nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 50px;
    line-height: 50px;
    box-shadow: none;
}

nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
    height: 20px;
}

button:focus {
    background-color: #017ec4;
}

.card {
	box-shadow: none;
}

.card p {
	font-style: italic;
    font-weight: 100;
    color: #666666 !important;

}

.card h4 {
	font-size: 36px;
	font-weight: 300;
	color: #003366;
	text-transform: uppercase;
}

.slider {
    min-height: 100vh !important;
}

.slider .slides {
    height: 100vh !important;
}


.slider .slides li .caption {
	left: 25% !important;
    text-transform: uppercase;
    font-weight: 900;
    text-align: right;
    display: inline-block;
    top: 10%;
}

.slider .slides li .caption h3 {
	font-size: 5vw;
	text-shadow: 1px 1px 10px #000;
	line-height: 110px;
}

.slider .slides li .caption h3 strong {
	font-weight: bolder;
}

.slider .slides li .caption h3 span {
	font-weight: lighter;
}

.slider .indicators {
	z-index: 999;
	bottom: 50px;
}

.slider .indicators .indicator-item.active {
	background-color: #0076b9;
}

.card .card-action {
	border: 0px !important;
}

.card .card-action i {
	font-size: 12px;
    margin-left: 5px;
}

.card .card-content {
    padding: 20px 10px 10px 10px;
}

.card .card-action:last-child {
    padding: 20px 10px 10px 10px;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
    color: #1972AB !important;
    text-transform: inherit !important;
    font-size: 16px !important;
    font-style: italic !important;
}

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
    box-shadow: 0px !important;
}

input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #003366;
    box-shadow: 0 1px 0 0 #003366;
}

.wpcf7-file  {
    border: 1px solid #ccc;
    padding: 15px;
}

div.wpcf7 input[type="file"] {
	width: 101.5%;
    padding: 11px;
    border-radius: 3px;
}


/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

.color-1 {
	background-color: #1972AB;
	color: #FFF;
}

.fa-facebook {
	background-color: #5C82D0;
}

.fa-instagram {
	background-color: #548BB5;
}

.fa-twitter {
	background-color: #40BFF4;
}

.fa-youtube-play {
	background-color: #EE4E40;
}

.fa-linkedin {
	background-color: #238CC7;
}

.match-height {
	display: block;
}

.header-wrap {
  text-align: center;
  height: 100vh;
  overflow: hidden;
}

header.entry-header h1.entry-title {
	font-size: 36px;
    margin: 0px;
    display: inline-block;
    line-height: initial;
    font-weight: 300;
    text-transform: uppercase;
}

header.entry-header h1.entry-title a {
	color: #FFF;
}

header.entry-header h2.entry-title {
	font-size: 36px;
    margin: 0px;
    display: inline-block;
    line-height: initial;
    font-weight: 300;
    text-transform: uppercase;
}

.no-margin {
	margin: 0px;
}

.no-padding {
	padding: 0px;
}

.invert, 
.invert h1, 
.invert h2, 
.invert h3, 
.invert h4, 
.invert h5, 
.invert h6, 
.invert li, 
.invert a {
	color:#fff;
}

.pagination {
	width:100%;
	display:block;
	margin: 0px 0px 20px 0px;
}

.pagination .prev a {
	background: #1972ab;
	color: #FFF;
	padding: 20px;
	font-size: 16px;
	font-style: italic;
	float: left;
}

.pagination .next a {
	background: #1972ab;
	color: #FFF;
	padding: 20px;
	font-size: 16px;
	font-style: italic;
	float: right;
}



/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/

.fp-latest-projects h4, .fp-latest-projects h4 a {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	margin: 40px 0px 20px 0px;
}

.fp-latest-projects h4 .btn {
	background: #1972AB;
	color: #FFF;
	margin: 0px 20px 0px 20px;
	border-radius: 0px;
	text-shadow: initial;
	text-transform: lowercase;
	font-size: 16px;
}

.fp-latest-projects h4 .btn i {
	font-size: 13px;
	color: #FFF;
}

.fp-latest-projects {

}

.fp-latest-projects-wrapper {

}

.fp-latest-projects-wrapper h4 {
	font-size: 36px;
	color: #003366;
	text-transform: uppercase;
	font-weight: 300;
	display: inline-block;
}

.fp-latest-projects-wrapper h4 i {
	color: #1972AB;
    font-size: 30px;
    margin-left: 15px;
}

.fp-latest-projects-image {
	height: 500px;
}

.fp-latest-projects-inner {
	
}

.fp-outer-wrapper {
	position: relative;
	margin: 40px 0px 40px 0px;
}

.fp-outer-wrapper .tax-wrapper .card .tax-title h4 {
	text-transform: uppercase;
}

.fp-outer-container {
	position: absolute;
	top: 45%;
	left: 0;
	transform:translateY(-50%);
	z-index: 90;
}

.fp-outer-container h1 {
	color: #003366;
}

.fp-outer-container header.entry-header h1.entry-title {
	margin: 40px 40px 20px 40px;
}

.fp-inner-container p {
	position: absolute;
	bottom: 60px;
    right: 100px;
    text-shadow: 2px 2px 3px #050505;
    font-size: 16px;
}

.fp-inner-container p .btn {
	background: #1972AB;
	margin: 0px 20px 0px 20px;
	border-radius: 0px;
	text-shadow: initial;
}

.fp-inner-container p .btn i {
	font-size: 13px;
}

.col.fp-inner-container {
	height: 650px;
	float: right;
	position: relative;
}



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

.site-description {
	padding: 10px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
    margin: 0px 1vw 0px 1vw;
    color: #777777;
}

.site-description p {
    font-size: 16px;
    font-style: italic;
    margin: 15px 0px 25px 0px;
}

.site-description .telephone-number {
	font-size: 24px;
	font-weight: 800;
	font-style: initial;
	color: #1972AB;
	margin: 5px 0px 15px 0px;
}

.site-branding .logo {
	display: inline-block;
	margin: 15px 0px 15px 0px;
}

.menu-main-navigation-container {
	margin: 25px 0px 25px 0px;
	display: inline;
}

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

.left-footer-section .fa {
color: #FFF;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    position: relative;
    padding: 8px;
    margin: 0px 0px 40px 5px;
}

.left-footer-section .widget-area {
	
	font-style: italic;
	color: #666666;
}

.left-footer-section .widget-area p {
}

.left-footer-section .widget-area p strong {
}

.left-footer-section .sitemap-text a {
	font-size: 10px;
	text-transform: uppercase;
	padding: 10px;
	border-bottom: 1px solid #DDDDDD;
	color: #666666;
	display: block;
}

.right-footer-section textarea {
	min-height: 75px;
	padding: 10px;
	width: 103%;
	max-width: 750px;
}

.right-footer-section.site-info {
	padding: 40px;
}

.right-footer-section.site-info h4 {
	font-size: 36px;
    margin: 0px;
    display: inline-block;
    line-height: initial;
    font-weight: 300;
    text-transform: uppercase;
}

.right-footer-section.site-info p {
	font-style: italic;
	margin: 20px 0px 40px 0px;
}


.right-footer-section.site-info .column-1 {
	padding-right: 25px !important;
}

.right-footer-section.site-info .column-2 {
	padding-left: 25px !important;
}

.right-footer-section.site-info .column-2 p {
	display: none;
}

.right-footer-section .recaptcha iframe {
	height: auto;
}

.site-footer-accreditations ul.accreditations {
	margin: 0px;
}

.site-footer-accreditations .accreditations img {
	width: 100px;
}

.site-footer-accreditations ul.accreditations li {
	display: inline;
	margin: 20px;
}

::-webkit-input-placeholder {
  	color: #666666;
  	font-size: 14px;
}

::-moz-placeholder {
  	color: #666666;
  	font-size: 14px;
}

:-ms-input-placeholder {
  	color: #666666;
  	font-size: 14px;
}

:-moz-placeholder {
  	color: #666666;
  	font-size: 14px;

}


/*--------------------------------------------------------------
# Taxonomy Pages
--------------------------------------------------------------*/

.tax-wrapper-container > div:nth-of-type(4n+1) {
	clear: left;
}

.tax-wrapper h1, .tax-wrapper h2, .tax-wrapper h3, .tax-wrapper h4, .tax-wrapper h5 {
	color: #003366;
}

.tax-image {
	height: 250px;
}

.tax-title {
}

.tax-title h2 {
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 50px 0px 25px 0px;
	color: #003366;
}

.tax-title h4 {
	font-size: 26px;
	text-transform: inherit;
	padding: 0px 10px 0px 10px;
}

.tax-location h4 {
	font-size: 20px;
	font-weight: bolder;
	text-transform: inherit;
	padding: 0px 10px 0px 10px;

}

.tax-content {

}

.tax-excerpt {
	padding: 0px 10px 0px 10px;
}

.tax-ft-img {
	float: right;

}

.tax-ft-img img {
	border: 1px solid transparent;
	border-radius: 20px;
}


.ft-img {
	min-height: 330px;
	background: #efefef;
}

.ft-title {
	margin: 15px 0px 30px 0px;
	padding: 0px 10px 0px 10px;
}

.ft-sub-title span {
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
}

.ft-title a {
	font-size: 24px;
	font-weight: 400;
	color: #003366;
}

.ft-job-title {
	font-style: italic;

}

.ft-job-title h2 {
	margin: -15px 0px 15px 0px;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 300;
	font-style: initial;
}

.ft-job-title h3 {
	margin: 20px 0px 0px 0px;
	font-size: 18px;
	font-weight: 600;
}

.ft-job-title .btn {
	background: #FFF;
	color: #1972AB !important;
}

.ft-job-title .btn i {
	margin-left: 5px;
	font-size: 13px;
}

.ft-job-email {
	margin: 20px 0px 0px 0px;
	min-height: 25px;
}

.ft-job-email a {
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: underline;
}

.ft-job-phone {
	text-transform: uppercase;
	font-size: 15px;
	min-height: 25px;
	margin: 15px 0px 15px 0px;
	color: #003366;
}

.ft-job-phone i {
	color: #003366;
	font-size: 16px;
	margin-right: 10px;
}

.ft-content {
	font-style: italic;
	padding: 0px 10px 0px 10px;
}

.ft-read-full a {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}

.ft-read-full i {
	margin-left: 5px;
    font-size: 10px;
}


.ft-action {
	color: #1972AB;
    text-transform: inherit;
    font-size: 16px;
    font-style: italic;
    padding: 0px 10px 0px 10px;
}

.more-sectors {
	display: none;
}

.more-sectors-btn {
	cursor: pointer;
}

.more-sectors-btn span {
    background: #1972ab;
    padding: 11px;
    color: #FFF;
    text-transform: uppercase;
    font-style: italic;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
}


/*--------------------------------------------------------------
# Job Pages
--------------------------------------------------------------*/

.job-content-area {
	padding: 25px !important;
}

.job-content-area h4 {
	font-size: 26px;
	font-weight: 300;
}

.job-content-area hr {
    margin: 50px 0px 50px 0px;
    max-width: 140px;
}

.job-content-area ul {
	margin: 0px 20px 0px 20px !important
}

.job-content-area ul li {
	list-style-type: disc !important;
}

body.single-job .site-content {
	margin: -25px 0px 0px 0px;
}

body.page-template-page-jobs .card-content.tax-content {
	display: none;
}

.job-apply-today {
	padding: 40px;
}

.job-apply-today .column-1 {
	padding-right: 25px !important;
}

.job-apply-today .column-2 {
	padding-left: 25px !important;
}

.job-apply-today-wrapper {
	background: #FFF;
}

.job-apply-today-wrapper h4 {
	font-size: 36px;
	color: #1972AB;
	text-transform: uppercase;
	font-weight: 300;
}

.job-apply-today-wrapper h5 {
	font-size: 20px;
	color: #1972AB;
	text-transform: uppercase;
	font-weight: 300;
}

.job-apply-today-wrapper textarea {
	min-height: 75px;
    padding: 10px;
    width: 103%;
    max-width: 738px;
}

.job-apply-today-wrapper .cv-message {
	min-height: 143px;
    padding: 10px;
    width: 103%;
    max-width: 738px;
}


/*--------------------------------------------------------------
# Brochure Pages
--------------------------------------------------------------*/

body.page-id-508 .main-content-area ul {
	list-style: none;
	margin: 0px;
}

body.page-id-508 .main-content-area ul li {
	list-style-type: none;
}


body.page-id-508 .main-content-area ul li:before {
	font-family: 'FontAwesome';
	font-size: 20px;
	content: '\f1c1';
	margin: 0px 15px 20px 0px;
}


/*--------------------------------------------------------------
# Awards Pages
--------------------------------------------------------------*/

body.page-id-249 .main-content-area ul {
	list-style: none;
	margin: 0px;
}

body.page-id-249 .main-content-area ul li {
	list-style-type: none;
}


body.page-id-249 .main-content-area ul li:before {
	font-family: 'FontAwesome';
	font-size: 16px;
	content: '\f091';
	margin: 0px 15px 20px 0px;
}




/*--------------------------------------------------------------
# Project Pages
--------------------------------------------------------------*/

.proj-section-content {
	margin: 30px 0px 30px 0px;
}

.proj-section-content p {
	font-style: italic;
}

.proj-section-content h3 {
	font-size: 26px;
	font-weight: 400;
	color: #003366;
}

.proj-section-content hr {
	margin: 40px 0px 40px -10px;
	max-width: 140px;
}

.proj-section-content ul {
	margin: 20px;
}

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

.proj-section-content ol {
	margin: 0px;
}

.proj-section-content embed, iframe, object {
    max-width: 100%;
    width: 100%;
    height: 600px;
}

.ft-project-location .tax-location h4 {
	font-size: 30px;
	padding: 0px;
}

.ft-project-download {
	font-size: 16px;
	font-style: italic;
	color: #FFF;
	font-weight: bold;
}

.ft-project-download i {
	margin: 0px 20px 0px 0px;
	font-size: 30px;
}

.ft-proj-image-section {
	background-color: #efefef;
	height: 550px;
}

/*.ft-project-download:before {
	font-family: 'FontAwesome';
	font-size: 30px;
	content: '\f019';
	font-style: initial;
	margin-right: 20px;
}*/

.ft-project-download a {
	color: #FFF;
}

/*--------------------------------------------------------------
# Service Pages
--------------------------------------------------------------*/

.serv-section-headers {
	margin: 50px 0px 0px 0px;
}

.serv-section-headers ul {
	margin: 0px;
}

.serv-section-headers li {
	float: left;
	padding: 0px 35px 0px 0px;
	width: auto;

}

.serv-section-headers li a {
	color: #525252;
	font-size: 16;
	font-weight: 600;
	text-transform: uppercase;
}

.serv-section-content h3 {
	color: #00336A;
	font-size: 26px;
	font-weight: 300;
	text-transform: uppercase;
	display: inline-block;
}

.serv-section-content .alignright {
	margin: 25px;
}

/*--------------------------------------------------------------
# Content Pages
--------------------------------------------------------------*/

.main-content-area {
	background: #1972AB;
	color: #FFF;
	margin-left: 0px !important;
	padding: 50px !important;
}

.main-content-area .entry-content p {
	font-style: italic;
}

.main-content-area .entry-content a {
	color: #FFF;
	font-weight: bold;
	transition: ease-in-out 0.2s;
}

.main-content-area .entry-content a:hover {
	color: #cdcdcd;
	transition: ease-in-out 0.2s;
}

.main-content-area .entry-content img {
	border-radius: 5px;
	margin: 15px;
}

.main-content-area ul {
	margin: 15px;
}

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

.main-content-area .thirds h5 {
	margin: 0px 0px 10px 0px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
}

.main-content-area .thirds ul {
	margin: 15px;
}

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


.main-content-area .half ul {
	margin: 15px;
}

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

/*.main-content-area .entry-content p:first-of-type {
	font-size: 18px;
	font-weight: 600;
}*/




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

.our-team h4.ft-title {
	font-size: 24px;
	font-weight: 400;
	color: #003366;
	padding: 0px;
	margin: 30px 0px 10px 0px;
}

.our-team .ft-job-title {
	font-size: 18px;
	font-weight: 600;
	color: #003366;
}

.our-team .ft-content {
	font-style: italic;
}


body.page-id-9 .main-content-area h3 {
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
}

body.page-id-9 .main-content-area h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px 30px 0px;
}




.fp-welcome-area-content {
	height: 300px;
}



/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

/* Large Devices Large Screens */
@media only screen and (min-width : 1201px) and (max-width : 1527px) {

	/*Homepage*/

	.tax-title h4 {
    	font-size: 20px;
	}



}


/* Large Devices, Small Screens */
@media only screen and (max-width : 1200px) {

	/*Taxonomy Pages*/

	.tax-wrapper-container > div:nth-of-type(3n+1) {
		clear: right;
	}

	/*Footer*/

	.site-footer-accreditations .accreditations img {
    	width: 80px;
	}

	.submit-btn {
		clear: both;
	}

}


/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {

	/*Taxonomy*/
	.tax-wrapper-container > div:nth-of-type(2n+1) {
		clear: right;
	}


	/*Content Pages*/

	.tax-title h4 {
    	font-size: 18px;
	}




/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	/*Header*/
	.menu-main-navigation-container {
		margin: 0px;
	}

	.main-navigation a {
	    border-bottom: 1px solid #efefef;
	}

	.site-description {
		border: 0px;
		text-align: right;
	}

	.site-description img {
		display: none;
	}


	/*Taxonomy*/
	.tax-wrapper-container > div:nth-of-type(2n+1) {
		clear: right;
	}


	/*Homepage*/

	.slider .slides li .caption h3 {
		line-height: 70px;
	}

	.slider {
    	min-height: 70vh !important;
	}

	.slider .slides {
    	height: 70vh !important;
	}

	.slider .slides li .caption {
    	top: 5%
   	}

}

/* Small Devices */
@media only screen and (max-width : 768px) {


	/*Homepage*/
	.tax-title h4 {
		font-size: 20px;
	}

	.slider {
    	min-height: 70vh !important;
	}

	.slider .slides {
    	height: 75vh !important;
	}

	.slider .slides li .caption {
 	   	top: 5%;
	}

	.slider .slides li .caption h3 {
    	font-size: 8vw;
    	line-height: 60px;
    }


	/*Service Section*/

	.serv-section-headers li {
 	   	padding: 15px 35px 0px 0px;
    	width: 100%;
	}


	/*Content Pages*/
	.main-content-area {
		padding: 20px !important;
	}


	/*Header*/
	.site-description p {
	    margin: 15px 0px 15px 0px;
	}

	/*Footer*/

	.right-footer-section.site-info .column-2 {
    	padding-left: 0px !important;
	}

}

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

	/*Header*/

	.site-description {
		text-align: center;
		padding: 0px;
	}

	.site-description p {
		margin: 0px;
	}

	.site-branding .logo {
		margin: 10px 0px 5px 0px;
	}


	/*Homepage*/

	.fp-outer-container header.entry-header h1.entry-title {
    	color: #FFF;
    	text-shadow: 2px 2px 3px #050505;
    }

    /*Content Pages*/
    .header-wrap {
    	display: inline-block;
    	overflow: visible;
   		height: initial;
    }

    /*Jobs Page*/

    .job-apply-today .column-1 {
    	padding-right: 0px !important;
    }

    .job-apply-today .column-2 {
		padding-left: 0px !important;
	}


	/*Footer*/

	.right-footer-section.site-info .column-1 {
		padding: 0px !important;
	}

	.right-footer-section.site-info	textarea {
    	margin-bottom: 15px;
    }
}



}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 425px) {

	/*Homepage*/
	.slider {
		min-height: 60vh !important;
	}

	.slider .slides {
		height: 60vh !important;
	}

	.slider .slides li img

	.fp-latest-projects-image {
   		height: 250px;
	}

	.ft-title, .ft-job-title, .ft-job-email {
		text-align: center;
	}

	.slider .slides li .caption h3 {
		line-height: 50px;
	}

	/*Project Pages*/

	.ft-proj-image-section {
		height: 350px;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

	/*Header*/

	.menu-main-navigation-container {
    	margin: 0px;
    	display: inline-block;
	}

	/*Project Pages*/

	.ft-proj-image-section {
		height: 250px;
	}
}

