/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
	background: #222;
}

.slicknav_menu {
	display:none;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Styles by neilirwin.co.uk
   ========================================================================== */


/* ==========================================================================
   Containers
   ========================================================================== */

.container {
	margin: 0 auto;
	padding: 0;
}

.containerMain {
	margin: 0 auto;
	padding: 0;
}

.containerHeader {
	margin: 0 auto;
	padding: 0;
}

.containerFooter {
	margin: 0 auto;
	padding: 0 0 3em 0;
}

.containerBanner {
	margin: 0 auto;
	padding: 0;
}

.containerNav {
	margin: 0 auto;
	padding: 0;
}


/* ==========================================================================
   Header
   ========================================================================== */

.header {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	border-bottom: 0.25em solid #222;
}

.headerTop {
	display: none;
}

.headerLogo {
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	width: 50%;
	float: left;
	display: inline-block;
}

.headerRight {
	margin: 0;
	padding: 0 0 0 2.5%;
	width: 47.5%;
	float: right;
	text-align: right;
}

.headerLogoImg {
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
	width: 20%;
}

.headerLogoTitle {
	margin: 0;
	padding: 3.6em 0 0 3%;
	float: right;
	text-align: left;
	width: 77%;
	vertical-align: bottom;
}

.headerLogo h1 {
	display: none;
}

.headerLogo h2 {
	margin: 0;
	padding: 0;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.25em;
	line-height: 1.2;
}

.headerLogo h2 i {
	margin: 0;
	padding: 0;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
}

.headerLogo img {
	width: 100%;
}

.headerRightTop {
	margin: 0 0 1.5em 0;
	padding: 0;
	background: #222;
	display: inline-block;
}

.headerContact {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.headerContact ul {
	margin: 0;
	padding: 0 0 0 0.25em;
	display: inline-block;
	background: #222;
}

.headerContact li {
	margin: 0;
	padding: 0 0.75em 0 0.75em;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 0.9em;
	line-height: 1.2;
}

.headerContact li strong {
	font-family: "proxima-nova-n4", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #e5e5e5;
}

.headerContact li a {
	color: #fff;
}

.headerLink {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.headerLink ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	line-height: 1;	
}

.headerLink li {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #222;
	text-decoration: none;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 0.9em;
	line-height: 1.2;
	list-style: none;
	text-transform: uppercase;
}

.headerLink li a {
	padding: 0.75em 1em 0.75em 1em;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 0.9em;
	line-height: 1.2;
	color: #222;
	text-decoration: none;
	display: block;
	transition: all .3s linear;
}

.headerLink li a:hover {
	color: #fff;
	background: #777;
}




/* ==========================================================================
   Nav
   ========================================================================== */

.nav {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	display: inline-block;
	float: right;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1;
}

.navCenter {
	margin: 0;
	padding: 0;
	width: 100%;
}

.nav ul {
	margin: 0;
	padding: 0;
}

.nav li {
	margin: 0;
	padding: 0;
	display: inline-block;
	font-family: "proxima-nova-n4", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

.nav li a {
	margin: 0;
	padding: 0.5em 0.75em 0.5em 0.75em;
	text-decoration: none;
	color: #222;
	display: inline-block;
	font-size: 1em;
	line-height: 1;
	transition: all 0.3s ease;
	text-align: center;
	border: none;
	border-bottom: 3px;
}

.nav li a:hover {
	color: #555;
}

.nav li.selected a {
	color: #222;
	border-bottom: 3px solid #222;
}


ul.breadcrumbs {
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	border-bottom: 3px solid #222;
}

.breadcrumbs li {
	margin: 0;
	padding: 0 0 0 0.25em;
	display: inline-block;
	font-family: "proxima-nova-n4", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25;
	font-size: 0.95em;
	color: #d5d5d5;
}

.breadcrumbs li a {
	margin: 0;
	padding: 0 0.25em 0 0;
	display: inline-block;
	font-family: "proxima-nova-n4", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25;
	color: #fff;
	text-decoration: underline;
}

.breadcrumbs li a:hover {
	text-decoration: none;
}



/* ==========================================================================
   Banner
   ========================================================================== */
   
.banner {
	margin: 0;
	padding: 0;
	min-height: 350px;
}	

.bannerItem {
	margin: 0;
	padding: 0;
	min-height: 350px;
	display: block;
	background-image: no-repeat;
}

.bannerHeader {
	margin: 0;
	padding: 5em 0 0 0;
	display: block;
}

.bannerContent {
	margin: 0 0 0 0;
	padding: 0 0 1em 0;
	display: block;
}

.bannerItem h1 {
	margin: 0;
	padding: 0.75em 1em 0.75em 1em;
	font-family: "proxima-nova-n6", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 1.75em;
	line-height: 1.2;
	color: #222;
	background: rgba(255,255,255,0.95);
	display: inline-block;
}	

.bannerItem h1 a {
	color: #222;
	text-decoration: none;
}	

.bannerItem p {
	margin: 0;
	padding: 0.75em 1em 0.75em 1em;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.25em;
	line-height: 1.2;
	color: #fff;
	background: rgba(34,34,34,0.9);
	display: inline-block;
}	

.bannerItem p a {
	color: #fff;
	text-decoration: none;
}	

.bannerLink {
	margin: 0 auto;
	text-align: right;
	width: 95%;
}

.bannerItem span {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.bannerItem span a {
	padding: 0.75em 1em 0.75em 1em;
	color: #fff;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.2;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
	background: #cf2127;
	border-bottom: 3px solid #fff;
	box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.3);
}

.bannerItem span a:hover {
	background: #222;
}


/* ==========================================================================
   Page Header
   ========================================================================== */

.pageHeader {
	margin: 0;
	padding: 0;
	min-height: 250px;
	display: block;
	background: #222;
	background-image: no-repeat;
}

.pageHeaderTitle {
	margin: 0;
	padding: 3em 0 0 0;
	display: block;
}

.pageHeaderContent {
	margin: 0 0 0 0;
	padding: 0 0 1em 0;
	display: block;
}

.pageHeader h1 {
	margin: 0;
	padding: 0.75em 1em 0.75em 1em;
	font-family: "proxima-nova-n6", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 1.75em;
	line-height: 1.2;
	color: #222;
	background: rgba(255,255,255,0.95);
	display: inline-block;
}

.pageHeader p {
	margin: 0;
	padding: 0.75em 1em 0.75em 1em;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.25em;
	line-height: 1.2;
	color: #fff;
	background: rgba(34,34,34,0.9);
	display: inline-block;
}

.pageTitle {
	margin: 0;
	padding: 0;
}

.pageTitle h1 {
	margin: 0;
	padding: 0 0 0.5em 0;
	font-size: 2em;
	font-family: "proxima-nova-n6", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
	color: #222;
	display: block;
}

.pageTitle h2 {
	margin: 0;
	padding: 0.75em 1.5em 0.75em 1.5em;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.2;
	color: #fff;
	background: #222;
	display: inline-block;
}

.pageTitle h2 strong {
	font-family: "proxima-nova-n6", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
}

.pageTitle p {
	margin: 0;
	padding: 0.75em 1.5em 0.75em 1.5em;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.2;
	color: #222;
	background: #f5f5f5;
	display: inline-block;
}

.pageTitle p strong {
	font-family: "proxima-nova-n6", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
}

.pageTitle img {
	margin: 0;
	padding: 1em 0 0 0;
	width: 100%;
}

.pageTitle .date {
	display: none;
}

.pageHeader .date {
	display: none;
}


.newsTitle {
	margin: 0;
	padding: 0;
}

.newsTitle h1 {
	margin: 0;
	padding: 0;
	font-size: 2em;
	font-family: "proxima-nova-n6", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
	color: #222;
}

.newsTitle h2 {
	margin: 0;
	padding: 0;
	font-size: 1.75em;
	font-family: "proxima-nova-n1", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 100;
	line-height: 1.2;
	color: #cf2127;
}

.newsTitle h2 strong {
	font-family: "proxima-nova-n6", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
}

.newsTitle p {
	margin: 0;
	padding: 0.75em 1.5em 0.75em 1.5em;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.2;
	color: #222;
	background: #f5f5f5;
	display: inline-block;
}

.newsTitle p strong {
	font-family: "proxima-nova-n6", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
}

.newsTitle img {
	margin: 0;
	padding: 1em 0 0 0;
	width: 100%;
}

.newsTitle .date i {
	margin: 0.5em 0 0 0;
	padding: 0.75em 1.5em 0.75em 1.5em;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.2;
	color: #222;
	background: #f5f5f5;
	display: inline-block;
}


/* ==========================================================================
   Content
   ========================================================================== */
   
.contentLeft {
	margin: 0 3% 0 0;
	padding: 0;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 65%;
}

.contentLeft .content {
	margin: 0 0 2em 0;
}

.sidebar {
	margin: 0;
	padding: 0;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 31%;
}
   
.contentHeader {
	margin: 0;
	padding: 0;
}

.contentHeader h1 {
	margin: 0;
	padding: 0;
	font-family: "proxima-nova-n6", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 2.25em;
	line-height: 1.2;
}

.contentHeader h2 {
	margin: 0;
	padding: 0;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1.2;
}

.contentHeaderMain {
	margin: 0;
	padding: 0 0 1em 0;
}

.contentHeaderMain h2 {
	margin: 0;
	padding: 0;
	font-family: "proxima-nova-n6", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 2.25em;
	line-height: 1.2;
	color: #222
}

.contentHeaderMain h3 {
	margin: 0;
	padding: 0;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1.2;
}

.contentLinkHeader {
	margin: 0;
	padding: 0 0 1em 0;
}

.contentLinkHeader h3 {
	margin: 0;
	padding: 0;
	font-family: "proxima-nova-n6", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 2em;
	line-height: 1.2;
	color: #222
}

.contentLinkHeader h4 {
	margin: 0;
	padding: 0;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.25em;
	line-height: 1.2;
}

.content .date {
	display: none;
}


.content {
	margin: 0;
	padding: 0;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	text-align: justify;
	width: 100%;
}

.content h1 {
	margin: 0;
	padding: 0;
	font-size: 2em;
	font-family: "proxima-nova-n6", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
	color: #222;
}

.content h2 {
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	font-size: 1.75em;
	font-family: "proxima-nova-n1", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 100;
	line-height: 1.2;
	color: #cf2127;
}
	
.content h3 {
    margin: 0;
	padding: 1em 0 0 0;
	font-size: 1.5em;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	color: #cf2127;
}
	
.content h4 {
    margin: 0;
	padding: 1em 0 0.25em 0;
	font-size: 1.25em;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	color: #cf2127;
}
	
.content h5 {
    margin: 0;
	padding: 0.5em 0 0 0;
	font-size: 1.25em;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
}
	
.content h6 {
    margin: 0;
	padding: 0.5em 0 0.25em 0;
	font-size: 1em;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	text-transform: uppercase;
}

.content ul {
	margin: 0;
	padding: 0.5em 0 1em 2em;
	font-size: 1.1em;
}

.content ul li {
	margin: 0;
	padding: 0 0 0.5em 0.5em;
	list-style: square;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5;
	text-align: left;
}

.content ol {
	margin: 0;
	padding: 0.5em 0 1em 1.5em;
	font-size: 1.1em;
}

.content ol li {
	margin: 0;
	padding: 0 0 0.5em 0.3em;
	list-style: decimal;
	line-height: 1.5;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left;
}

.content img {
	margin: 0 0 0.75em 0;
	padding: 0;
    width: 100%;
}

.content p {
    margin: 0;
	padding: 0.25em 0 0.25em 0;
	font-size: 1.1em;
	line-height: 1.4;
	color: #222;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
}

.content p em {
    margin: 0;
	padding: 0.25em 0 0.75em 0;
	font-size: 1.3em;
	line-height: 1.4;
	color: #333;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
}

.content strong {
    font-weight: bold 400;
}

.content blockquote {
    margin: 0.5em 0 1em 0;
	padding: 2em;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	background: #f5f5f5;
	border: 1px solid #d5d5d5;
}

.content blockquote p {
    margin: 0;
	padding: 0;
	font-size: 1.5em;
	line-height: 1.2;
	color: #555;
}

.content blockquote p br {
    margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	display: block;
}

.content blockquote p em {
    color: #777;
	font-size: 0.9em;
}

.content a {
    color: #222;
}

.content a:hover {
    text-decoration: none;
}
   

/* ==========================================================================
   Blocks
   ========================================================================== */
   
.oneCol {
	margin: 0;
	padding: 0 0 3em 0;
}

.oneCol .contentHeaderMain {
	text-align: center;
}

.contentImg {
	margin: 0;
	padding: 0 0 2em 0;
}

.contentImg img {
	width: 100%;
}

.multiImages {
	margin: 0;
	padding: 0 0 1em 0;
}

.multiImages ul {
	margin: 0;
	padding: 0;
}

.multiImages li {
	margin: 0;
	padding: 0 0 2em 0;
	display: inline-block;
	list-style: none;
	width: 31.5%;
	vertical-align: top;
}

.contentMultiImages {
	text-align: center;
}

.multiImages li.singleImage.left {
	margin: 0;
	padding: 0;
	float: left;
}

.multiImages li.singleImage.right {
	margin: 0;
	padding: 0;
	float: right;
}

.multiImages img {
	width: 100%;
}

.twoCol {
	margin: 0;
	padding: 0 0 3em 0;
}

.twoCol img {
	width: 100%;
}

.twoCol .twoColLeftImage {
	margin: 0;
	padding: 0;
	width: 31.5%;
	float: left;
	display: inline-block;
	vertical-align: top;
}

.twoCol .twoColLeftImage ul {
	margin: 0;
	padding: 0;
}

.twoCol .twoColLeftImage li {
	margin: 0;
	padding: 0 0 2em 0;
	list-style: none;
	line-height: 1;
}

.twoCol .twoColRight {
	margin: 0;
	padding: 1em 0 0 3%;
	width: 65%;
	float: right;
	display: inline-block;
	vertical-align: top;
}

.twoCol .twoColRightImage {
	margin: 0;
	padding: 0;
	width: 31.5%;
	float: right;
	display: inline-block;
	vertical-align: top;
}

.twoCol .twoColRightImage ul {
	margin: 0;
	padding: 0;
}

.twoCol .twoColRightImage li {
	margin: 0;
	padding: 0 0 2em 0;
	list-style: none;
	line-height: 1;
}

.twoCol .twoColLeft {
	margin: 0;
	padding: 1em 3% 0 0;
	width: 65%;
	float: left;
	display: inline-block;
	vertical-align: top;
}

.documents {
	margin: 0 0 3em 0;
	padding: 0;
}

.documents img {
	width: 100%;
}

.documents .docImage {
	margin: 0;
	padding: 0;
	width: 36%;
	float: left;
	display: inline-block;
	vertical-align: top;
}

.documents .docImage ul {
	margin: 0;
	padding: 0;
}

.documents .docImage li {
	margin: 0;
	padding: 0 0 2em 0;
	list-style: none;
}

.documents .docRight {
	margin: 0;
	padding: 0 0 0 3%;
	width: 60%;
	float: right;
	display: inline-block;
	vertical-align: top;
}

.documents .docMain {
	margin: 0;
	padding: 0;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.documents .docList {
	margin: 0;
	padding: 0;
}

.documents .docList h3 {
    margin: 0;
	padding: 1em 0 0.25em 0;
	font-size: 1.4em;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	color: #cf2127;
}

.documents .docList ul {
	margin: 0;
	padding: 0;
}

.documents .docList ul li {
	margin: 0;
	padding: 0 0 0.5em 0;
	font-size: 1em;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	list-style: none;
	line-height: 1.5;
	display: block;
	color: #555;
}

.documents .docList ul li a {
	color: #222;
}

.documents .docList ul li a {
	text-decoration: none;
}

.itemLink {
	margin: 0 0 3em 0;
	padding: 2em;
	border-bottom: 0.25em solid #d5d5d5;
	text-align: center;
	background: #f5f5f5;
}

.itemLink .contentLinkHeader {
	text-align: center;
}

.itemLink a {
	padding: 0.75em 1em 0.75em 1em;
	color: #fff;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.2;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
	background: #cf2127;
	border-bottom: 3px solid #fff;
}

.itemLink a:hover {
	background: #222;
}



   

/* ==========================================================================
   Solutions
   ========================================================================== */

.solutions {
	margin: 0;
	padding: 0;
}

.solutions .contentHeader {
	margin: 0 0 2em 0;
	padding: 0;
	text-align: center;
}

.solutions .contentHeader h1 {
	color: #222;
}

.solutions .contentHeader h2 {
	color: #222;
}

.solutionsListing {
	margin: 0;
	padding: 0;
	text-align: left;
}

.solutionsListingItem {
	margin: 0 0 2em 0;
	padding: 0;
	color: #222;
	display: inline-block;
	text-align: center;
	width: 31%;
	vertical-align: top;
}

.solutionsListingItem a {
	text-decoration: none;
	color: #fff;
	transition: all .3s linear;
	background: #222;
	display: block;
}

.solutionsListingItem a:hover {
	background: #cf2127;
}

.solutionsListingItem.middle {
	margin: 0 3% 2em 3%;
}

.solutionsListingItem img {
	width: 100%;
}

.solutionsListingItem h3 {
	margin: 0 auto;
	padding: 0.75em 0.75em 0.75em 0.75em;
	font-size: 1.25em;
	font-family: "proxima-nova-n3","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #fff;
	line-height: 1.2;
	display: block;
	transition: all .3s linear;
}





/* ==========================================================================
   Projects
   ========================================================================== */
   
.project.content {
	margin: 0 0 2em 0;
}

.projects {
	margin: 0;
	padding: 0;
}

.projects .contentHeader {
	margin: 0 0 2em 0;
	padding: 0;
	text-align: center;
}

.projects .contentHeader h1 {
	color: #222;
}

.projects .contentHeader h2 {
	color: #222;
}

.projectsListing {
	margin: 0;
	padding: 0;
	text-align: left;
}

.projectsListingItem {
	margin: 0 0 2em 0;
	padding: 0;
	color: #222;
	display: inline-block;
	width: 31%;
	vertical-align: top;
	border-bottom: 0.25em solid #222;
	background: #fff;
}

.projectsItemHeader {
	margin: 0;
	padding: 1em 1.5em 1em 1.5em;
	text-align: left;
}

.projectsListingItem a {	
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.projectsListingItem a h3 {
	text-decoration: none;
	color: #222;
	transition: all .3s linear;
	display: block;
	border-bottom: 3px solid #fff;
	text-decoration: none;
}

.projectsListingItem a:hover h3 {
	color: #cf2127;
}

.projectsListingItem a h4 {
	text-decoration: none;
	color: #fff;
	transition: all .3s linear;
	display: block;
	border-bottom: 3px solid #fff;
	text-decoration: none;
}

.projectsListingItem a:hover h4 {
	color: #fff;
}

.projectsListingItem.middle {
	margin: 0 3% 2em 3%;
}

.projectsListingItem img {
	width: 100%;
}

.projectsListingItem h3 {
	margin: 0 auto;
	padding: 0 0 0.25em 0;
	font-size: 1.5em;
	font-family: "proxima-nova-n3","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	display: block;
	transition: all .3s linear;
}

.projectsListingItem h4 {
	margin: 0 auto;
	padding: 0.5em 0.75em 0.5em 0.75em;
	font-size: 1em;
	font-family: "proxima-nova-n3","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	display: block;
	transition: all .3s linear;
	background: #222;
}

.projectsListingItem h4 strong {
	font-family: "proxima-nova-n4","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
}


/* ==========================================================================
   News
   ========================================================================== */

.news {
	margin: 0;
	padding: 0;
}

.newsItem.content {
	margin: 0 0 2em 0;
}

.news .contentHeader {
	margin: 0 0 2em 0;
	padding: 0;
	text-align: center;
}

.news .contentHeader h1 {
	color: #222;
}

.news .contentHeader h2 {
	color: #222;
}

.newsListing {
	margin: 0;
	padding: 0;
	text-align: left;
}

.newsListingLeft {
	margin: 0 3% 0 0;
	padding: 0;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 65%;
}

.newsListingRight {
	margin: 0;
	padding: 0;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 31%;
}

.newsListingItem {
	margin: 0;
	padding: 0;
	border-bottom: 0.25em solid #e5e5e5;
}

.newsListingLeft .newsListingItem {
	margin: 0 0 1em 0;
}

.newsListingRight .newsListingItem {
	margin: 0 0 1em 0;
}

.newsListingItem h3 {
	margin: 0 auto;
	padding: 0;
	font-size: 1.4em;
	font-family: "proxima-nova-n6","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
	display: block;
	transition: all .3s linear;
}

.newsListingItem h4 {
	margin: 0 auto;
	padding: 0 0 0.25em 0;
	font-size: 1.25em;
	font-family: "proxima-nova-n1", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 100;
	line-height: 1.2;
	color: #cf2127;
	display: block;
	transition: all .3s linear;
}

.newsListingItem p {
	margin: 0;
	padding: 0;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.2;
	color: #222;
}

.newsListingItem i {
	margin: 0 0 1em 0;
	padding: 0.75em 1.5em 0.75em 1.5em;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.2;
	color: #222;
	background: #e5e5e5;
	display: inline-block;
}

.newsListingItem img {
	margin: 0;
	padding: 0;
	width: 100%;
}

.newsListingExcerpt {
	background: #fff;
}

.newsListingExcerptContent {
	margin: 0;
	padding: 0 1.5em 1.5em 1.5em;
}

.newsListingExcerpt a {	
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.newsListingExcerpt a h3 {
	text-decoration: none;
	color: #222;
	transition: all .3s linear;
	display: block;
	text-decoration: none;
}

.newsListingExcerpt a:hover h3 {
	color: #cf2127;
}

.newsListingExcerpt a h4 {
	text-decoration: none;
	color: #fff;
	color: #cf2127;
	transition: all .3s linear;
	display: block;
	text-decoration: none;
}

.newsListingItem a p {
	color: #222;
}

.newsListingItem a:hover p {
	color: #222;
	text-decoration: underline;
}

.newsListingExcerpt a i {
	color: #222;
}



/* ==========================================================================
   Cat Listing
   ========================================================================== */

.catListing {
	margin: 0;
	padding: 0 1.5em 1em 1.5em;
	background: #fff;
	text-align: left;
}

.catMain .catListing {
	margin: 0;
	padding: 1.5em 2em 1em 2em;
	background: #f5f5f5;
	text-align: left;
	border-bottom: 0.25em solid #d5d5d5;
}

.nocatMain .catListing {
	margin: 0;
	padding: 1.5em 2em 1em 2em;
	background: #fff;
	text-align: center;
	border-bottom: 0.25em solid #d5d5d5;
}

.catListing h3 {
	margin: 0 auto;
	padding: 0 0 0.5em 0;
	font-size: 1.25em;
	font-family: "proxima-nova-n6","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #222;
	line-height: 1.2;
	display: block;
	transition: all .3s linear;
}

.catListing h5 {
	margin: 0 auto;
	padding: 0 0 0.5em 0;
	font-size: 1em;
	font-family: "proxima-nova-n6","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #222;
	line-height: 1.2;
	display: block;
	transition: all .3s linear;
}

.catListing ul {
	margin: 0;
	padding: 0;
}

.catListing li {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: "proxima-nova-n3","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	list-style: none;
	display: inline-block;
}

.catListing li a {
	margin: 0 0.25em 0.5em 0;
	padding: 0.5em 0.75em 0.5em 0.75em;
	color: #222;
	display: inline-block;
	background: #fff;
	border: 1px solid #d5d5d5;
	transition: all .3s linear;
	text-decoration: none;
}

.catListing li a:hover {
	color: #cf2127;
}
   
 
 /* ==========================================================================
   Content Link
   ========================================================================== */
 
 .contentLink {
	margin: 0;
	padding: 2em;
	text-align: center;
}
 
 .contentLink a {
	padding: 0.75em 1em 0.75em 1em;
	color: #fff;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.2;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
	background: #cf2127;
	border-bottom: 3px solid #fff;
}

.contentLink a:hover {
	background: #222;
}


/* ==========================================================================
   Forms
   ========================================================================== */

.contactSidebar {
	margin: 0;
	padding: 0;
}

.contactSidebar .vcard {
	margin: 0 0 2em 0;
	padding: 1em 1.5em 1.5em 1.5em;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 0.25em solid #e5e5e5;
}

.contactSidebar .vcard h3 {
	margin: 0;
	padding: 0 0 0.5em 0;
	font-family: "proxima-nova-n6", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 1.2em;
	line-height: 1.2;
	color: #222;
}

.contactSidebar .vcard span {
	margin: 0;
	padding: 0 0 0.25em 0;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.2;
	color: #222;
	display: block;
}

.contactSidebar .vcard ul {
	margin: 0;
	padding: 0;
}

.contactSidebar .vcard li {
	margin: 0;
	padding: 0 0.5em 0 0;
	display: block;
	list-style: none;
	font-size: 1em;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #222;
	line-height: 1.5;
}

.contactSidebar .vcard li a {
	color: #222;
}

.contactSidebar .vcard li a:hover {
	text-decoration: none;
}

.contactSidebar .vcard li i {
	margin: 0;
	padding: 0 0.25em 0 0;
	display: inline-block;
	list-style: none;
	font-size: 1em;
	font-family: "proxima-nova-n4", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #cf2127;
	line-height: 1.5;
}




/* ==========================================================================
   Forms
   ========================================================================== */

.contactform { 
	margin: 0 0 3em 0;
	padding: 2em 3em 3em 3em;
	background: #eee;
	text-align: left;
}

.contactform  h2 {
	margin: 0 0 1em 0;
	padding: 0 0 0.625em 0;
	font-size: 1.75em;
	font-family: "proxima-nova-n3","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	text-align: left;
	color: #222;
	border-bottom: 1px solid #aaa;
	text-transform: uppercase;
}

.contactform  p {
	margin: 0;
	padding: 0 0 1.75em 0;
	font-size: 1em;
	line-height: 1;
	font-weight: 400;
	color: #777;
}

.contactform .input label {
	padding: 0 0 0.25em 0;
	color: #555;
	display: block;
	font-size: 1.1em;
	font-family: "proxima-nova-n3","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
}	

.contactform .input label i {
	padding: 0 0 0.25em 0;
	color: #555;
	font-size: 0.9em;
	font-family: "proxima-nova-i1","proxima-nova",sans-serif;
	font-style: italic;
	font-weight: 100;
}	

.contactform .input input {
	margin: 0 0 1.25em 0;
	padding: 2%;
	width: 96%;
	border: 1px solid #fff;
	display: block;
	font-size: 1em;
	color: #555;
	background: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}	

.contactform .input.address {
	display: none;
}	

.contactform .input input:hover {
	border: 1px solid #cf2127;
	color: #000;
	background: #fff;
}	

.contactform .input input:focus {
	border: 1px solid #cf2127;
	color: #000;
	background: #fff;
}

.contactform .input select {
	margin: 0 0 1.25em 0;
	padding: 2%;
	width: 100%;
	border: 1px solid #fff;
	display: block;
	font-size: 1em;
	color: #555;
	background: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}	

.contactform .input select:hover {
	border: 1px solid #cf2127;
	color: #000;
	background: #fff;
}	

.contactform .input select:focus {
	border: 1px solid #cf2127;
	color: #000;
	background: #fff;
}

.contactform .textarea label {
	padding: 0 0 0.25em 0;
	color: #555;
	display: block;
	font-size: 1.1em;
	font-family: "proxima-nova-n3","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
}	

.contactform .textarea textarea {
	margin: 0 0 1.25em 0;
	padding: 2%;
	width: 96%;
	border: 1px solid #fff;
	display: block;
	font-size: 1em;
	color: #000;
	background: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}	

.contactform .textarea textarea:hover {
	border: 1px solid #cf2127;
	color: #000;
	background: #fff;
}	

.contactform .textarea textarea:focus {
	border: 1px solid #cf2127;
	color: #000;
	background: #fff;
}

.contactform .submit input {
	margin: 0 0 0 0;
	padding: 0.75em 1.5em 0.75em 1.5em;
	display: block;
	font-size: 1.25em;
	color: #fff;
	background: #cf2127;
	text-transform: uppercase;
	font-family: "proxima-nova-n3","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	border: none;
}	

.contactform .submit input:hover {
	color: #fff;
	background: #222;
}	

.contactform .submit input:focus {
	color: #fff;
	background: #222;
}


/* ==========================================================================
   Paging
   ========================================================================== */

.paging {
	margin: 0 0 1em 0;
	padding: 1em 0 1em 0;
	font-size: 1em;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #555;
}

.paging span {
	padding: 0 0.5em 0 0;
}

.paging p {
	margin: 0 0 0 0;
	padding: 0 0 1em 0;
	font-size: 1em;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #555;
}

.paging span {
	padding: 0 0.5em 0 0;
}

.paging a {
	margin: 0 0.25em 0.5em 0;
	padding: 0.5em 1em 0.5em 1em;
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
	background: #222;
	text-transform: uppercase;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	display: inline-block;
	position: relative;
	transition: all 0.3s ease;
}

.paging a:hover {
	color: #fff;
	background: #cf2127;
}



/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
	margin: 0;
	padding: 0;
	border-top: 0.25em solid #222;
}

.footerNav {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 20%;
	vertical-align: top;
}

.footerNav h3 {
	margin: 0;
	padding: 0 0 0.25em 0;
	font-size: 1.25em;
	font-family: "proxima-nova-n6", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #222;
	line-height: 1.2;
	display: block;
	transition: all .3s linear;
	text-decoration: none;
}

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

.footerNav li {
	margin: 0;
	padding: 0;
	list-style: none;
} 

.footerNav li a {
	margin: 0 auto;
	padding: 0 0 0.5em 0;
	font-size: 1em;
	font-family: "proxima-nova-n4", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #222;
	line-height: 1.25;
	display: block;
	transition: all .3s linear;
	text-decoration: none;
}

.footerNav li a:hover {
	text-decoration: underline;
}

.footerContact {
	margin: 0 0 0 4%;
	padding: 0;
	display: inline-block;
	width: 55%;
	vertical-align: top;
}

.footerContact .vcard {
	margin: 0 0 1em 0;
	padding: 0;
}

.footerContact h3 {
	margin: 0;
	padding: 0 0 0.25em 0;
	font-size: 1.25em;
	font-family: "proxima-nova-n6", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #222;
	line-height: 1.2;
	display: block;
	transition: all .3s linear;
	text-decoration: none;
}

.footerContact h4 {
	margin: 0;
	padding: 0;
	font-size: 1.15em;
	font-family: "proxima-nova-n4", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #222;
	line-height: 1.2;
	display: block;
	transition: all .3s linear;
	text-decoration: none;
}

.footerContact span {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #222;
	line-height: 1.5;
}

.footerContact ul {
	margin: 0;
	padding: 0;
}

.footerContact li {
	margin: 0;
	padding: 0 0.5em 0 0;
	display: inline-block;
	list-style: none;
	font-size: 1em;
	font-family: "proxima-nova-n3", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #222;
	line-height: 1.5;
}

.footerContact li a {
	color: #222;
}

.footerContact li a:hover {
	text-decoration: none;
}

.footerContact li i {
	margin: 0;
	padding: 0 0.25em 0 0;
	display: inline-block;
	list-style: none;
	font-size: 1em;
	font-family: "proxima-nova-n4", "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #222;
	line-height: 1.5;
}
   
   
.footerCopyright {
	margin: 0;
	padding: 1em 0 1em 0;
	text-align: center;
}

.footerCopyright .copyright small {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.8em;
	color: #eee;
	line-height: 1;
	font-family: "proxima-nova-n3","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
}

.footerCopyright .copyright small a {
	transition: all 0.3s ease;
	text-decoration: none;
	color: #ccc;
}

.footerCopyright .copyright small a:hover {
	color: #fff;
}
   


/* ==========================================================================
   Backgrounds
   ========================================================================== */

.white {
	background: #fff;
}   
   
.yellow {
	background: url("/img/backgrounds/header-bg.png") top right no-repeat #ffd021;
}

.lightyellow {
	background: #f3d14c;
}

.red {
	background: #cf2127;
}

.black {
	background: #222;
}

.grey {
	background: #f1f1f1;
}


/* ==========================================================================
   Spacing
   ========================================================================== */

.spacing {
	margin: 0;
	padding: 2em 0 3em 0;
}

.spacingMain {
	margin: 0;
	padding: 3em 0 3em 0;
}

.spacingTop {
	margin: 0;
	padding: 3em 0 0.25em 0;
}

.spacingFooter {
	margin: 0;
	padding: 2em 0 0 0;
}
   


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}



/* ==========================================================================
   Back to top button
   ========================================================================== */


#back-top {
	position: fixed;
	bottom: 16px;
	right: 0;
	margin-right: 1em;
}

#back-top img {
	width: 100%;
}

span#back-top a  {
	padding: 0;
	width: 3.25em;
	height: 3.25em;
	display: block;
	background: #fff;
	/* rounded corners */
	/* background color transition */
	transition: 1s;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #d5d5d5;
	border-radius: 0.3em;
}

span#back-top a:hover {
	color: #000;
	background-color: #eee;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
   

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

	.container {
		font-size: 100%;
		width: 1350px;
	}
	
	.containerMain {
		font-size: 100%;
		width: 1350px;
	}
	
	.containerHeader {
		font-size: 100%;
		width: 1350px;
	}
	
	.containerBanner {
		font-size: 100%;
		width: 1350px;
	}
	
	.containerNav {
		font-size: 100%;
		width: 1350px;
	}
	
	.containerCenter {
		font-size: 100%;
		width: 1000px;
	}
	
	.containerFooter {
		font-size: 100%;
		width: 1350px;
	}
	
	.navMobile {
		display: none;
	}
	
}


@media screen and (max-width: 1400px) {
	
	.containerHeader {
		width: 95%;
	}
	
	.containerMain {
		width: 90%;
	}
	
	.containerFooter {
		width: 90%;
	}
	
}

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

	.headerLogoTitle {
		padding: 3.25em 0 0 3%;
		width: 77%;
		font-size: 95%;
	}
	
}

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

	.headerLogo {
		width: 40%;
	}

	.headerRight {
		width: 57.5%;
	}

	.headerLogoImg {
		width: 30%;
	}

	.headerLogoTitle {
		padding: 3em 0 0 3%;
		width: 67%;
		font-size: 90%;
	}

	.headerLogo h2 i {
		display: block;
	}
	
	.solutionsListing {
		font-size: 90%;
	}
	
}

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

	.headerLogoTitle {
		padding: 2.5em 0 0 3%;
	}
	
	.contentHeader {
		font-size: 90%;
	}
	
	.contentHeaderMain {
		font-size: 90%;
	}
	
	.twoCol .twoColLeftImage {
		width: 40%;
	}

	.twoCol .twoColRight {
		padding: 0.5em 0 0 3%;
		width: 56%;
	}

	.twoCol .twoColRightImage {
		width: 40%;
	}

	.twoCol .twoColLeft {
		padding: 0.5em 3% 0 0;
		width: 56%;
	}
	
	.documents {
		margin: 0 0 2em 0;
		font-size: 90%;
	}
	
	.documents .docImage {
		margin: 0;
		padding: 0;
		width: 46%;
		float: left;
		display: inline-block;
		vertical-align: top;
	}

	.documents .docRight {
		margin: 0;
		padding: 0 0 0 3%;
		width: 50%;
		float: right;
		display: inline-block;
		vertical-align: top;
	}

	.documents .docMain {
		margin: 0;
		padding: 0;
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	
	.itemLink {
		margin: 0 0 2em 0;
		padding: 1.5em;
		font-size: 90%;
	}
	
	 .contentLink {
		padding: 1.5em;
		font-size: 90%;
	}
	
	.solutionsListing {
		font-size: 80%;
	}
	
	.footerNav {
		width: 25%;
	}

	.footerContact {
		width: 43%;
	}
	
}

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

	.banner {
		min-height: 300px;
	}	

	.bannerItem {
		min-height: 300px;
		font-size: 90%;
	}

	.pageHeader {
		min-height: 200px;
		font-size: 90%;
	}
	
	.pageTitle {
		font-size: 90%;
	}
	
	.newsTitle {
		font-size: 90%;
	}	
	
	.multiImages li {
		width: 31%;
	}
	
	.solutionsListingItem {
		width: 48%;
	}
	
	.solutionsListingItem.middle {
		margin: 0 0 2em 0;
	}
	
	.solutionsListingItem.odd {
		margin: 0 3% 2em 0;
	}
	
	.projectsListingItem {
		width: 48%;
	}
	
	.projectsListingItem.middle {
		margin: 0 0 2em 0;
	}
	
	.projectsListingItem.odd {
		margin: 0 3% 2em 0;
	}
	
	.newsListingLeft {
		margin: 0 3% 0 0;
		width: 58%;
	}

	.newsListingRight {
		width: 38%;
	}

	.footerContact {
		width: 40%;
	}
	
	.contentLeft {
		margin: 0 0 0 0;
		width: 100%;
	}

	.sidebar {
		width: 100%;
	}
	
	
}

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

	.headerRightTop {
		margin: 0 0 1em 0;
	}

	.headerContact .scotland {
		display: none;
	}
	
	.multiImages li {
		width: 30.5%;
	}
	
}

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

	.headerLogoTitle {
		padding: 2.25em 0 0 3%;
		font-size: 80%;
	}
	
	.nav li a {
		padding: 0.5em 0.5em 0.5em 0.5em;
	}
	
	.newsListingItem {
		font-size: 90%;
	}	
	
	.solutionsListingItem {
		width: 47.5%;
		font-size: 90%;
	}
	
	.solutionsListingItem.odd {
		margin: 0 4% 2em 0;
	}
	
	.projectsListingItem {
		width: 47.5%;
		font-size: 90%;
	}
	
	.projectsListingItem.odd {
		margin: 0 4% 2em 0;
	}
	
}

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

	.headerLogoTitle {
		padding: 2em 0 0 3%;
	}
	
	.headerRightTop {
		margin: 0 0 0.75em 0;
	}
	
	.nav {
		font-size: 90%;
	}
	
	.banner {
		min-height: 250px;
	}	

	.bannerItem {
		min-height: 250px;
	}

	.bannerHeader {
		padding: 3em 0 0 0;
	}
	
	.newsListingLeft {
		margin: 0 0 0 0;
		width: 100%;
	}

	.newsListingRight {
		width: 100%;
	}
	
}

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

	.headerLogo {
		width: 20%;
	}

	.headerRight {
		width: 77.5%;
	}

	.headerLogoTitle {
		display: none;
	}
	
	.headerLogoImg {
		margin: 0;
		padding: 0;
		float: left;
		text-align: left;
		width: 100%;
	}

	.twoCol .twoColRight {
		padding: 0 0 0 3%;
		width: 56%;
		font-size: 90%;
	}

	.twoCol .twoColLeft {
		padding: 0 3% 0 0;
		width: 56%;
		font-size: 90%;
	}

}	
	
@media screen and (max-width: 640px) {
	
	.containerHeader {
		width: 90%;
	}
	
	.containerMain {
		width: 90%;
	}
	
	.content {
		text-align: left;
		font-size: 90%;
	}
	
	.banner {
		min-height: 225px;
	}	

	.bannerItem {
		min-height: 225px;
		font-size: 80%;
	}
	
	.pageHeader {
		min-height: 175px;
		font-size: 80%;
	}
	
	.pageTitle {
		font-size: 80%;
	}
	
	.newsTitle {
		font-size: 80%;
	}
	
	.pageHeaderTitle {
		margin: 0;
		padding: 2em 0 0 0;
	}
	
	.multiImages li {
		width: 29.5%;
	}
	
	.itemLink {
		font-size: 80%;
	}
	
	 .contentLink {
		font-size: 80%;
	}
	
	.solutionsListing {
		text-align: center;
	}
	
	.solutionsListingItem {
		width: 80%;
		font-size: 90%;
	}
	
	.solutionsListingItem.odd {
		margin: 0 0 2em 0;
	}
	
	.projectsListing {
		text-align: center;
	}
	
	.projectsListingItem {
		width: 80%;
		font-size: 90%;
	}
	
	.projectsListingItem.odd {
		margin: 0 0 2em 0;
	}
	
	.twoCol .twoColLeftImage {
		margin: 0 0 1em 0;
		width: 100%;
		float: none;
		display: block;
	}
	
	.twoCol .twoColLeftImage li {
		padding: 0 0 0 0;
	}

	.twoCol .twoColRight {
		padding: 0 0 0 0;
		width: 100%;
		float: none;
		display: block;
		text-align: left;
	}

	.twoCol .twoColRightImage {
		margin: 0 0 1em 0;
		width: 100%;
		float: none;
		display: block;
	}
	
	.twoCol .twoColRightImage li {
		padding: 0 0 0 0;
	}

	.twoCol .twoColLeft {
		padding: 0 0 0 0;
		width: 100%;
		float: none;
		display: block;
		text-align: left;
	}

	.documents .docRight {
		padding: 0 0 0 0;
		width: 100%;
		float: none;
		display: block;
		text-align: left;
	}
	
	.documents .docImage {
		margin: 0 0 1em 0;
		width: 100%;
		float: none;
		display: block;
	}
	
	.documents .docImage li {
		margin: 0;
		padding: 0 0 1em 0;
		list-style: none;
	}
	
	.footerNav {
		margin: 0 0 1em 0;
		width: 49%;
	}

	.footerContact {
		margin: 0 0 0 0;
		width: 100%;
		display: block;
	}
	
	.hide {
		display: none;
	}
	
	.contactform { 
		margin: 0 0 2em 0;
		padding: 2em 2em 2em 2em;
		font-size: 90%;
	}
	
	.sidebar { 
		font-size: 90%;
	}
	
}

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

	.containerFooter {
		padding: 0 0 2em 0;
	}

	.spacing {
		margin: 0;
		padding: 2em 0 2em 0;
	}

	.spacingMain {
		margin: 0;
		padding: 2em 0 2em 0;
	}

	.spacingTop {
		margin: 0;
		padding: 2em 0 0.25em 0;
	}

	.headerTop {
		margin: 0;
		padding: 0.5em 0 0.5em 0;
		background: #222;
		text-align: center;
		display: block;
	}
	
	.headerContact .scotland {
		display: inline-block;
	}
	
	.headerRightTop {
		margin: 0;
		padding: 2.25em 0 0 0;
		background: none;
		font-size: 90%;
	}
	
	.headerRightTop .headerContact {
		display: none;
	}
	
	.headerContact ul {
		margin: 0;
		padding: 0 0 0 0;
	}
	
	.headerLink li a {
		padding: 0.75em 1em 0.75em 1em;
		font-family: "proxima-nova-n4", "proxima-nova",sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.1em;
		line-height: 1.2;
		color: #222;
		text-decoration: none;
		display: block;
		transition: all .3s linear;
	}
	
	.yellow {
		background-image: none;
		background: #ffd021;
	}
	
	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}

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

	.headerLogo {
		width: 25%;
	}
	
	.headerTop {
		display: none;
	}

	.headerRight {
		width: 72.5%;
	}
	
	.headerRightTop {
		padding: 3em 0 0 0;
		font-size: 80%;
	}
	
	.banner {
		min-height: 225px;
	}	

	.bannerItem {
		min-height: 225px;
		font-size: 70%;
	}
	
	.contentImg {
		margin: 0;
		padding: 0 0 1em 0;
	}
	
	.multiImages li {
		padding: 0 0 1em 0;
		width: 100%;
	}
	
	.multiImages li.singleImage.left {
		padding: 0 0 1em 0;
		float: none;
	}

	.multiImages li.singleImage.right {
		padding: 0 0 1em 0;
		float: none;
	}
	
	.solutionsListingItem {
		width: 90%;
	}
	
	.projectsListingItem {
		width: 90%;
	}
	
	.footerNav {
		margin: 0 0 1em 0;
		width: 100%;
		display: block;
	}
	
	.footerNav li {
		padding: 0 0.5em 0 0;
		display: inline-block;
	}
	
	.contactform { 
		padding: 1.5em 1.5em 1.5em 1.5em;
	}
	
}

@media screen and (max-width: 400px) {
	
	.headerRightTop {
		padding: 1.75em 0 0 0;
	}
	
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

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

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

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

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

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

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

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

    h2,
    h3 {
        page-break-after: avoid;
    }
}
