/*!
Theme Name: srgglobal_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: srgglobal_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

srgglobal_ is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

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

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

p {
	margin:0 0 27px 0;
}

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 https://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. */
}

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"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	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: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
	transition: all .5s;
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

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

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

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

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {
	.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 {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	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;
}

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

.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,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

/* SRG */

@font-face {
	font-family: 'Gotham-Ultra';
	src: url('fonts/Gotham-Ultra.eot?#iefix') format('embedded-opentype'),  url('fonts/Gotham-Ultra.otf')  format('opentype'),
		   url('fonts/Gotham-Ultra.woff') format('woff'), url('fonts/Gotham-Ultra.ttf')  format('truetype'), url('fonts/Gotham-Ultra.svg#Gotham-Ultra') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  
@font-face {
	font-family: 'Gotham-Black';
	src: url('fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),  url('fonts/Gotham-Black.otf')  format('opentype'),
		   url('fonts/Gotham-Black.woff') format('woff'), url('fonts/Gotham-Black.ttf')  format('truetype'), url('fonts/Gotham-Black.svg#Gotham-Black') format('svg');
	font-weight: normal;
	font-style: normal;
  }

@font-face {
	font-family: 'Gotham-Bold';
	src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/Gotham-Bold.otf')  format('opentype'),
		   url('fonts/Gotham-Bold.woff') format('woff'), url('fonts/Gotham-Bold.ttf')  format('truetype'), url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
  }
@font-face {
	font-family: 'Gotham-Medium';
	src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),  url('fonts/Gotham-Medium.otf')  format('opentype'),
		   url('fonts/Gotham-Medium.woff') format('woff'), url('fonts/Gotham-Medium.ttf')  format('truetype'), url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
  }
@font-face {
	font-family: 'Gotham-Book';
	src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),  url('fonts/Gotham-Book.otf')  format('opentype'),
		   url('fonts/Gotham-Book.woff') format('woff'), url('fonts/Gotham-Book.ttf')  format('truetype'), url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  
  body {
	font-family: 'Gotham-Book';
	font-size:18px;
	color:#000;
	background:#fff;
	-webkit-font-smoothing: antialiased;
	border:5px solid #000;
  }

  header {
	  width:100%;
	  position:relative;
	  padding:20px 50px;
  }
  header img {
	  width:125px;
	  height:auto;
	  display:inline-block;
	  margin:0 135px 0 0;
  }
  footer {
	  background:#000;
	  padding:30px 50px 0 50px;
	  position:relative;
	  text-align:center;
  }
  header .menu-primary-nav-container {
	display:inline-block;
	position:absolute;
	top:58px;
	width:calc(100% - 390px);
	text-align:left;
  }
  header #primary-menu {
	font-family: 'Gotham-Black';
	font-size:16px;
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	z-index:99;
  }
  header #primary-menu li {
	display:inline-block;
	text-transform:uppercase;
	padding:0 10px 50px 10px;
	position:relative;
  }
  header #primary-menu li:last-child {
	  padding:0 0 50px 10px;
  }
  header #primary-menu li a {
	  text-decoration:none;
	  padding:0 0 10px 0;
	  border-bottom:5px solid transparent;
  }
  header #primary-menu li:hover a, header #primary-menu li:hover > a {
	  border-bottom:5px solid #ed1c24;
  }
  header #primary-menu li:hover ul {
	  display:block;
  }
  header #primary-menu li ul {
	  display:none;
	  background:#ed1c24;
	  position:absolute;
	  top:74px;
	  left:-20px;
	  color:#fff;
	  margin:0;
	  padding:30px 30px 20px 30px;
	  white-space:nowrap;
	  box-shadow:0 0 25px rgba(0,0,0,0.3);
	  text-align:left;
  }
  header #primary-menu li#menu-item-999 ul {
	padding:30px 0 30px 60px; 
	width:350px;
	left:-50px;
  }
  header #primary-menu li#menu-item-1000 ul, header #primary-menu li#menu-item-109 ul  {
	padding:30px 0 30px 60px; 
	width:290px;
	left:-50px;
  }
  header #primary-menu li#menu-item-109 ul li ul {
	  top:-70px;
  }
  header #primary-menu li ul li {
	font-family: 'Gotham-Black';
	text-transform:none;
	display:block;
	padding:0;
	line-height:2.5;
  }
  header #primary-menu li ul li a {
	  padding:0;
	  border-bottom:none !important;
  }
  header #primary-menu li ul li a:hover {
	  border-bottom:none !important;
	  color:#000;
  }
  header #primary-menu li ul li:last-child {
	  padding:0;
  }
  header #primary-menu li ul li:hover ul {
	  display:block !important;
  }
  header #primary-menu li#menu-item-999 ul li ul {
	  background:#ed1c24;
	  position:absolute;
	  left:290px !important;
	  border-left:1px solid #fff;
	  display:none;
	  width:auto !important;
	  padding:30px 60px !important;
  }
  header #primary-menu li#menu-item-1000 ul li ul, header #primary-menu li#menu-item-109 ul li ul {
	background:#ed1c24;
	position:absolute;
	left:230px !important;
	border-left:1px solid #fff;
	display:none;
	width:auto !important;
	padding:30px 60px !important;
}
  header #primary-menu li ul li#menu-item-94 ul {
	  top:-30px;
  }
  header #primary-menu li ul li#menu-item-98 ul {
	  top:-70px;
  }
  header #primary-menu li ul li#menu-item-105 ul {
	top:-110px;
  }
  header #primary-menu li ul li#menu-item-97 ul {
	top:-150px;
  }
  header #primary-menu li ul li#menu-item-224 ul {
	top:-190px;
  }
  header #primary-menu li ul li#menu-item-107 ul {
	top:-230px;
  }
  header #primary-menu li ul li ul li {
  font-family: 'Gotham-Book';
  }
  header .search-icon {
	  width:40px;
	  height:40px;
	  background:url(images/icon-search.png) no-repeat top center;
	  background-size:contain;
	  position:absolute;
	  top:20px;
	  right:50px;
  }
  .wrapper {
	  margin:0;
	  width:calc(100% - 320px);
	  float:right;
  }
  .search-panel {
	  position:absolute;
	  left:5px;
	  top:137px;
	  width:calc(100% - 10px);
	  background:#ed1c24;
	  line-height:126px;
	  z-index:10;
	  display:none;
	  box-shadow:0 25px 50px rgba(0,0,0,0.3);
  }
  .search-panel form {
	  width:1040px;
	  margin:0 auto;
  }
  .search-panel input {
	  background:none;
	  border:0;
	  color:#fff !important;
	  font-family:inherit;
	  font-size:40px;
	  width:100%;
	  text-align:center;
	  display:inline-block;
	  vertical-align:middle;
	  outline:none;
  }
  .search-panel input::placeholder {
	  color:#fff;
  }
  footer .container {
	  width:900px;
	  margin:-20px auto 0 auto;
  }
  footer .copyright {
	  border-top:1px solid #fff;
	  padding:30px 0;
	  margin:30px 0 0 0;
	  color:#fff;
	  font-size:13px;
	  text-align:left;
  }
  footer .copyright span {
	  float:right;
  }
  footer .copyright span b {
	font-family: 'Gotham-Black';
  }
  footer .menu-primary-nav-container {
	  color:#fff;
	  font-size:10px;
	  position:relative;
	  display:inline-block;
	  vertical-align:top;
	  font-weight:bold;
  }
  footer .menu-primary-nav-container ul {
	  list-style-type:none;
	  margin:0;
	  padding:0;
  }
  footer .menu-primary-nav-container ul li {
	  display:inline-block;
	  width:150px;
	  vertical-align:top;
	  text-align:left;
  }
  footer .menu-primary-nav-container ul li ul li a {
	  font-family:'Gotham-Book' !important;
  }
  footer .menu-primary-nav-container ul li a:first-child {
	  font-size:14px;
	  display:block;
	  padding:0 0 10px 0;
	  font-family:'Gotham-Bold';
  }
  footer .menu-primary-nav-container ul li ul li a:first-child {
	  font-size:inherit;
	  padding:0;
	  display:inline-block;
  }
  footer .menu-primary-nav-container ul li.menu-item-83 {
	  width:65px;
  }
  footer .menu-primary-nav-container ul li ul {
	  display:block;
  }
  footer .menu-primary-nav-container ul li ul li ul {
	  display:none;
  }
  footer img.footer-complex {
	  width:120px;
	  display:inline-block;
	  margin:0 80px 0 0;
  }
  footer img.positioning {
	  width:330px;
	  display:block;
  }
  footer .share-price {
	  display:inline-block;
	  color:#fff;
	  border:10px solid #ed1c24;
	  border-radius:50%;
	  text-align:center;
	  font-size:13px;
	  vertical-align:top;
	  margin:30px 0 0 80px;
	  padding:40px 15px;
  }
  footer .share-price span {
	font-family: 'Gotham-Ultra';
	font-size:30px;
	display:block;
	line-height:1;
  }
  footer a {
	  text-decoration:none;
  }
  footer a:hover {
	  color:#ed1c24;
  }
  .page-title {
	background:#ed1c24;
	padding:30px 0 ;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
  }
  .page-title h1 {
	  margin:0;
	  padding:0;
	  font-family: 'Gotham-Ultra';
	  font-size:42px;
	  line-height:1;
  }
  .page-title-home {
	  padding:40px 0;
	  text-align:center;
  }
  .page-title-home h1 {
	  font-size:60px;
  }
  .aside-menu {
	  padding:50px;
	  width:320px;
	  overflow:hidden;
	  display:inline-block;
	  vertical-align:top;
	  font-family: 'Gotham-Ultra';
	  font-size:14px;
	  line-height:1;
	  float:left;
  }
  .aside-menu li.page-item-9 a:first-of-type {
	  display:none;
  }
  .aside-menu li.page-item-9 ul li a {
	  display:block !important;
  }
  .aside-menu li {
	  list-style-type:none;
  }
  .aside-menu a {
	  text-decoration:none;
  }
  .aside-menu li.current_page_item a, .aside-menu a:hover, .aside-menu li.current_page_item ul li a:hover {
	  color:#ed1c24;
  }
  .aside-menu li.current_page_item ul li a {
	  color:#000;
  }
  .aside-menu ul {
	  margin:10px 0 0 0;
	  padding:0;
  }
  .aside-menu li {
	  padding:10px 0;
  }
  .aside-menu ul li ul {
	  margin:10px 0 0 20px;
	  display:none !important;
  }
  .aside-menu ul li.current_page_item ul, .aside-menu ul li.current_page_parent ul {
		display:block !important;
  }
  .aside-menu li.page_item {
	  display:none;
  }
  body.page-id-35 .aside-menu li.page_item , body.page-id-9 .aside-menu li.page_item {
	  display:block;
  }
  body.page-id-35 .aside-menu ul,  body.page-id-9 .aside-menu ul, body.page-id-11 .aside-menu ul li ul {
	  display:none !important;
  }
  .aside-menu li.current_page_parent, .aside-menu li.current_page_parent ul, .aside-menu li.current_page_ancestor, .aside-menu li.current_page_ancestor li {
	  display:block;
  }
  .aside-menu li ul li ul li {
	  font-family: 'Gotham-Medium';
  }
  .aside-menu img {
	  width:50px;
	  display:block;
	  margin:0 0 40px 0;
  }
  .content-area {
	  display:block;
	  padding:50px 0;
	  vertical-align:top;
	  width:960px;
	  margin:0;
  }
  .content-area h2 {
	  margin:0 0 30px 0;
	  padding:0;
	  font-family: 'Gotham-Ultra';
	  color:#ed1c24;
	  font-size:50px;
	  line-height:1.1;
	  font-weight:lighter;
  }
  .content-area h3 {
	  margin:0 0 30px 0;
	  padding:0;
	  font-family: 'Gotham-Black';
	  font-size:25px;
	  font-weight:lighter;
	  color:#939598;
	  line-height:1.1;
  }
  .content-area h4 {
	margin:0 0 15px 0;
	padding:0;
	font-family: 'Gotham-Bold';
	font-size:20px;
	font-weight:lighter;
	color:#000;
	line-height:1.1;
}
.content-area h5 {
	font-family: 'Gotham-Ultra';
	font-size:18px;
	font-weight:lighter;
	margin:0 0 27px 0;
}
.content-area ol {
	margin:0 0 27px 20px;
	padding:0;
}
body.search .content-area ol li {
	border-bottom:1px solid #ccc;
	margin:0 0 27px 0;
}
body.search .content-area ol li a {
	text-decoration:none;
}
body.search .content-area ol li a:hover {
	color:#ed1c24;
}
  .content-area li.page_item, .other-services-container li.page_item {
	  display:inline-block;
	  list-style-type:none;
	  background:#e6e7e8;
	  width:49.5%;
	  line-height:45px;
	  margin:0 0 5px 0;
	  padding:0 10px;
	  transition:all .5s;
  }
  .content-area li.page_item a, .other-services-container li.page_item a {
	  text-decoration:none;
	  display:block;
  }
  .content-area li.page_item a:after, .other-services-container li.page_item a:after {
	  content:'\f0da';
	  font-family:'Font Awesome 5 Free';
	  font-weight:900;
	  float:right;
	  font-size:30px;
  }
  .content-area li.page_item:hover, .other-services-container li.page_item:hover {
	  background:#ed1c24;
  }
  .content-area li.page_item:hover a, .other-services-container li.page_item:hover a {
	  color:#fff;
  }
  .page-list {
	  margin:100px 0 0 0;
  }
.banner {
	height:calc(100vh - 489px);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.banner-srg {
	height:740px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	position:relative;
	text-align:center;
	color:#fff;
}
.banner-srg:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	z-index:1;
}
.banner-srg .caption {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index:3;
	width:100%;
	padding:0 50px;
}
.banner-srg h2 {
	margin:0;
	font-family: 'Gotham-Ultra';
	font-size:60px;
	line-height:1.1;
}
.banner-srg a {
	font-family: 'Gotham-Black';
	font-size:16px;
	display:inline-block;
	text-decoration:none;
	margin:30px 0 0 0;
	background:url(images/arrow-right.png) center right no-repeat;
	background-size:contain;
	padding:0 30px 0 0;
	line-height:30px;
}
.panel {
	padding:50px 150px 45px 150px;
	text-align:center;
}
.col {
	position:relative;
	display:inline-block;
	vertical-align:top;
}
.col-2 {
	width:50%;
}
.col-3 {
	width:33.33%;
}
.col-4 {
	width:25%;
}
.col-5 {
	width:20%;
}
.panel .col {
	font-family: 'Gotham-Black';
	font-size:18px;
	color:#ed1c24;
	transition:all .5s;
}
.panel a:hover .col {
	color:#000;
}
.panel a:hover .col img {
	transform:scale(1.1);
	filter:grayscale(100%) brightness(50%);
}
.panel .col img {
	width:60px;
	margin:0 auto 30px auto;
	display:block;
	transition:all .5s;
}
.col-locations {
	padding:0 10px 0 0;
	font-size:14px;
}
.col-locations strong {
	color:#ed1c24;
}
.landscape-links-container {
	margin:50px 0 0 0;
}
.landscape-links-container a {
	text-decoration:none;
}
.landscape-links-container a:hover .landscape-links:before {
	background:rgba(0, 0, 0, 0.2);
}
.landscape-links {
	width:100%;
	height:220px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	border-bottom:5px solid #ed1c24;
	margin:0 0 5px 0;
	padding:40px 0 0 40px;
	position:relative;
}
.landscape-links:before {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0, 0, 0, 0.4);
	z-index:1;
	transition:all .5s;
}
.landscape-links img {
	width:40px;
	display:block;
	margin:0 0 20px 0;
	filter: grayscale(1) brightness(5);
	position:relative;
	z-index:2;
}
.landscape-links h2 {
	color:#fff;
	font-family:'Gotham-Bold';
	font-size:40px;
	font-weight:lighter;
	position:relative;
	z-index:2;
	text-indent:-5px;
}
.people-container a:nth-of-type(3n + 2) .col-people {
	margin-left:30px;
	margin-right:30px;
}
.col-people {
	width:30%;
	height:300px;
	display:inline-block;
	background-size:cover;
	background-position:top center;
	margin-bottom:30px;
	border-bottom:5px solid #ed1c24;
	text-align:center;
	position:relative;
}
.col-people:hover:before, .col-people:hover span {
	opacity:1;
}
.col-people:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(227,31,38,0.85);
	mix-blend-mode:multiply;
	opacity:0;
	transition:all .5s;
}
.col-people span {
	display:block;
	position:absolute;
	width:90%;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	line-height:1.1;
	color:#fff;
	opacity:0;
}
.col-people span strong {
	text-transform:uppercase;
	font-family:'Gotham-Black';
	font-weight:lighter;
	font-size:16px;
}
.people-fl {
	display:none;
	text-align:left;
	width:900px;
	padding:30px;
}
.people-fl-title {
	text-align:center;
	display:block;
	margin:0 0 50px 0;
	line-height:1.1;
}
.people-fl-title strong {
	text-transform:uppercase;
	font-family:'Gotham-Black';
	font-weight:lighter;
	font-size:24px;
}
.featherlight-content {
	border:5px solid #000 !important;
}
.frame { width: 100%; padding: 0 0 50px 0; border-bottom:2px solid #c7c8ca; }
.frame .slidee { margin: 0; padding: 0; height: 100%; list-style: none; }
.frame .slidee li { float: left; margin: 0 10px; padding: 0; width: 220px; height: 100%; font-size:14px; }
.frame .slidee li.active {background:#fff;color:inherit;}
.scrollbar { width: 70%; height: 10px;background:#ccc; display:block; margin:100px auto 20px auto;position:relative; }
.scrollbar:before {content:'1961';position:absolute;top:-22px;left:-105px;font-family: 'Gotham-Bold';font-size:35px;}
.scrollbar:after {content:'2018';position:absolute;top:-22px;right:-108px;font-family: 'Gotham-Bold';font-size:35px;}
.scrollbar .handle { width: 100px; height: 100%;	background: #222; }	
.history-image {
	width:100%;
	height:220px;
	border-bottom:5px solid #ed1c24;
	margin:0 0 10px 0;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.frame .slidee li h2 {
	color:#000;
	font-family:'Gotham-Bold';
	font-size:25px;
	margin:0 0 10px 0;
}
.frame .slidee li strong {
	font-family:'Gotham-Bold';
	font-weight:lighter;
	font-size:16px;
}
.accordion-wrapper {
	padding:50px 0 25px 0;
}
.accordion {
    background-color: #e6e7e8;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
	border: none;
	border-radius:0;
    outline: none;
	transition: 0.4s;
	font-size:inherit;
	margin:0 0 5px 0;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
	background-color: #ed1c24;
	color:#fff;
}
.no-panel {
	pointer-events:none;
}

/* Style the accordion panel. Note: hidden by default */
.panel-accordion {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #000;
    float: left;
    margin:3px 10px 0 0;
}
.no-panel:after {
	content:'•';
	font-size:20px;
	margin:0 10px 0 0;
}
.active:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
	filter:invert(1) brightness(2);
}
body.page-id-77 .panel-accordion {
	padding-left:0 !important;
	padding-right:0 !important;
}
.can-we-help {
	background:#ed1c24;
	font-family:'Gotham-Black';
	color:#fff;
	font-size:35px;
	font-weight:lighter;
	text-align:center;
	padding:50px 0;
}
.can-we-help a {
	border:5px solid #fff;
	text-decoration:none;
	font-size:25px;
	padding:10px 30px;
	margin:0 0 0 30px;
}
.other-services {
	margin:0 0 100px 0;
}
.other-services .bg {
	width:100%;
	height:500px;
	background:url(images/bg-other-services.jpg) no-repeat center center;
	background-size:cover;
}
.other-services-container {
	width:960px;
	margin:-209px 0 0 320px;
	background:#fff;
}
.other-services-container h2 {
	font-family: 'Gotham-Ultra';
	color:#000;
	font-size:60px;
	font-weight:lighter;
	line-height:1.2;
	padding:30px 30px 0 30px;
}
.project-images-gallery {
	margin:0;
	padding:0;
	list-style-type:none;
}
.project-images-gallery li {
	line-height:1;
	margin:0 0 20px 0;
}
.project-images-gallery li:last-child {
	margin:0;
}
body.page-id-47 .content-area a, body.page-id-1676 .content-area a, body.page-id-1986 .content-area a  {
	display:block;
	text-decoration:none;
	background:url(images/arrow-right-red.png) no-repeat center right;
	background-size:contain;
	font-family:'Gotham-Black';
	line-height:1;
}
body.page-id-77 .content-area .col-2:nth-child(odd) {
	width:49%
}
.grey-box {
	background:#f1f3f4;
	padding:30px;
	margin:0 0 50px 0;
}
.wpcf7-form input, .wpcf7-form textarea {
	width:100%;
	background:#f1f3f4;
	border:0;
	padding:10px;
	font-family:inherit;
	border-bottom:2px solid #8c8f92;
	border-radius:0;
	outline:none;
	resize:none;
	margin:0 0 5px 0;
}
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
	font-family:'Gotham-Black';
	color:#000;
}
.wpcf7-form input[type=submit] {
	border:5px solid #ed1c24;
	width:25%;
	float:right;
	background:#fff;
	font-family:'Gotham-Black';
	color:#ed1c24;
	font-size:24px;
}
.wpcf7-form p {
	margin:0;
}
.phone {
	background:url(images/icon-phone.png) no-repeat left center;
	background-size:contain;
	line-height:18px;
	padding:0 0 0 30px;
	display:block;
	margin:0 0 14px 0;
}
.phone a, .email a {
	text-decoration:none;
}
.phone a:hover, .email a:hover {
	color:#ed1c24;
}
.email {
	background:url(images/icon-email.png) no-repeat left center;
	background-size:contain;
	line-height:18px;
	padding:0 0 0 30px;
	display:block;
}
.major-achievement {
	height:350px;
	width:100%;
	position:relative;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	border-bottom:10px solid #ed1c24;
}
.achievement-wrapper {
	display:none;
}
.show {
    display: block;
}
#myBtnContainer {
	margin:0 0 20px 0;
}
#myBtnContainer button {
	border:1px solid #ccc;
	background:#fff;
	outline:none;
	color:#000;
	font-family:'Gotham-Bold';
	padding:10px 10px 8px 10px;
	text-transform:uppercase;
	transition:all .5s;
}
#myBtnContainer button.active {
	background:#ed1c24;
	color:#fff;
}
#myBtnContainer button.active:after {
	content:'';
}
.major-achievement:before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	content:'';
}
.major-achievement h3 {
	color:#fff;
	font-family:'Gotham-Bold';
	font-size:35px;
	position:absolute;
	width:calc(100% - 40px);
	bottom:10px;
	left:20px;
	margin:0;
	background:url(images/arrow-right.png) no-repeat center right;
	background-size:contain;
	padding:0 50px 0 0;
}
.major-achievement-text {
	font-size:16px;
	margin:20px 0 25px 0;
	display:block;
	border-bottom:1px solid #ccc;
	padding:0 0 20px 0;
}
#jobSearch .search-wrapper {background:#f1f3f4;padding:50px;}
#jobSearch label {width:200px;display:inline-block;}
#jobSearch input, #jobSearch select {width:420px;font-family:inherit;outline:none;}
#jobSearch input[type=submit] {background:#ed1c24;color:#fff;width:200px;margin:20px 0 0 0;border:0;font-family:'Gotham-Bold';font-size:18px;}
#jobSearch .field-wrapper {line-height:40px;}
#jobListing .jobs-listing {margin:0;padding:20px 0 0 0;list-style-type:none;}
#jobListing_details {padding:20px 0 0 0;}
#jobListing .jobs-item {padding:20px 0;margin:0 0 0 0;border-bottom:1px solid #ccc;}
#jobListing .jobs-item a {font-family:'Gotham-Bold';color:#ed1c24;text-decoration:none;}
#jobListing .jobs-item p {margin:0;}
.paging-list {margin:0;padding:20px 0;list-style-type:none;}
.paging-item {display:inline-block;width:10%;border:1px solid #ccc;margin:0 5px 0 0;text-align:center;}
#PageUpPeopleLink {margin:0;color:#ccc;font-size:12px;text-decoration:none;}

.wpcf7-not-valid-tip {display:none !important;}
input.wpcf7-not-valid {border-color:red;}
.wpcf7-response-output {float:left;width:100%;margin:40px 0 !important;border:0 !important;padding:0 !important;text-align:center;font-weight:bold;font-style:italic;}

.accordion-alt {float:right;width:50%;background-color:#fff;padding:0;margin:-5px 0 0 0;text-align:right;font-size:30px;color:#000;}
.accordion-alt:hover {background-color:#fff;color:#ed1c24;}
.accordion-alt:after {display:none;}
.panel-accordion-alt {width:100%;padding:27px 0 0 0 !important;border-top:3px solid #ed1c24;}
.col-archived {font-size:15px;}
.col-archived span {font-family:'Gotham-Bold';width:60px;display:inline-block;}
.col-archived a {color:#939598;text-decoration:none;}
.col-archived a:hover {color:#000;}
.col-archived p {border-top:1px solid #000;margin:0;padding:10px 0;}
@media (max-width: 575px) { }

@media (max-width: 939px) {
	header .menu-primary-nav-container {display:none;}
	header {padding:20px;}
	.search-panel {width:calc(100% - 10px);top:137px;line-height:3;}
	header .search-icon {right:20px;width:25px;height:25px;}
	.search-panel form {width:100%;padding:0 20px;}
	.search-panel form input {font-size:1rem;}
	.aside-menu, .wrapper, .content-area {width:100%;}
	.aside-menu, .page-title, .content-area, footer {padding:20px;}
	.banner {height:calc(100vh - 241px);transition:all 9999s;}
	.col {width:100% !important;}
	.wpcf7-form input[type=submit] {width:50%;margin-bottom:20px;}
	.col-people {width:100%;margin-bottom:80px;display:block;}
	.col-people span {top:auto;top:310px;-webkit-transform:translateX(-50%);transform:translateX(-50%);color:#000;}
	.major-achievement h3 {word-break:break-word;font-size:1.5rem;}
	.project-images-gallery {margin:0 !important;}
	.page-title h1, .content-area h2, .other-services-container h2, .banner-srg h2 {font-size:2rem;}
	.panel {padding:20px;}
	.panel .col {font-size:1.5rem;margin:0 0 20px 0;}
	.panel .col img {width:25%;margin:0 auto 5px auto;}
	.people-container a:nth-of-type(3n + 2) .col-people {margin-left:0;margin-right:0;}
	.people-fl {width:100%;}
	.content-area ul {margin:0 0 27px 20px;padding:0;}
	.content-area a {word-break:break-all;}
	.content-area li.page_item, .other-services-container li.page_item {width:100%;}
	.other-services-container {width:100%;margin:0;padding:0 20px;}
	.other-services-container h2 {padding:30px 0;}
	.can-we-help {padding:20px 20px 25px 20px;}
	body.page-id-47 .content-area a {background-size:10px 10px;}
	#jobSearch input, #jobSearch select {width:100%;height:35px;}
	.can-we-help a {display:block;margin:0;}
	.col-people span {opacity:1;}
	.col-people:before {opacity:0;}
	body.page-id-51 .aside-menu {display:none;}
	.red-overlay .logo {left:25px !important;}
	.red-overlay .container {width:100% !important;padding:0 20px;top:calc(50% + 85px) !important;}
	.red-overlay h1 {font-size:36px !important;margin:10px 0;line-height:1.1;}
	.red-overlay img {max-width:75% !important;}
	.red-overlay .close {right:24px !important;}
	body.page-id-1800 #responsive-menu-button {display:none;}
	footer img.footer-complex {margin:0;float:left;}
	footer .menu-primary-nav-container ul li {width:100%;}
	footer .container {margin-top:20px;}
	footer .copyright span {float:none;}
	footer .menu-primary-nav-container ul li a:first-child {margin-top:10px;}
	footer .menu-primary-nav-container ul li ul li a:first-child {margin-top:0;}
	footer .share-price {margin:30px auto 0 auto !important;}

}

@media (max-width: 939px) and (orientation: landscape) {
	.col-people {background-position:center center;height:350px;}	
	.col-people span {top:auto;top:360px;-webkit-transform:translateX(-50%);transform:translateX(-50%);color:#000;}
}
@media (max-width: 1100px) {
	footer .menu-primary-nav-container {display:block !important;clear:both;padding-top:30px;text-align:left;}
	footer .container {width:100%;}
	footer .share-price {margin:0;}
}

@media (min-width: 940px) and (max-width:1150px) {
	html {zoom:0.9;}
	footer .share-price {float:right;margin-left:0;}
	footer img.footer-complex {float:left;margin:0;}
	footer .container {clear:both;}
	.aside-menu {width:25%;}
	.wrapper {width:75%;}
	.content-area {width:100%;padding-right:50px;}
}
.column {
    float: left;
    width: 50%;
	padding-right: 10px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.red-overlay {
	background:rgba(237,28,36,0.9);
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:9999;
	color:#fff;
	text-align:center;
}
.red-overlay img {
	max-width:50%;
}
.red-overlay .container {
	width:650px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.red-overlay h1 {
	font-family: 'Gotham-Black';
	font-size:48px;
}
.red-overlay a {
	border:5px solid #fff;
	text-decoration:none;
	padding:10px 30px;
	display:inline-block;
}
.red-overlay a:hover {
	background:#000;
}
.red-overlay b {
	font-family: 'Gotham-Black';
}
.red-overlay .close {
	position:absolute;
	top:20px;
	right:65px;
	font-size:30px;
	cursor:pointer;
}
.red-overlay .logo {
	width:125px;
	position:absolute;
	left:55px;
	top:25px;
}