/*
Theme Name: base1
Author: Eric Janofski
Author URI: http://www.ericjanofski.com/
Description: HTML5 client theme
Version: 1.0

  font-family: 'Berthold Akzidenz Grotesk BE Super',Arial,Helvetica,sans-serif;
  font-family: 'Berthold Akzidenz Grotesk BE Bold',Arial,Helvetica,sans-serif;
  font-family: 'Berthold Akzidenz Grotesk BE Medium',Arial,Helvetica,sans-serif;
  font-family: 'Berthold Akzidenz Grotesk BE Regular',Arial,Helvetica,sans-serif;
  font-family: 'Berthold Akzidenz Grotesk BE Light',Arial,Helvetica,sans-serif;

  font-family:"akzidenz-grotesk",Arial,Helvetica,sans-serif;


*/

/* BASE FONT STYLES
------------------------------------------------------------ */
body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
label,
select,
textarea,
ul,
li,
ol {
  font-family:"akzidenz-grotesk",Arial,Helvetica,sans-serif;
  font-weight: 300;
	font-size: 18px;
	line-height: 1.3em;
	color: #000;
}


/* ENTRY CONTENT
------------------------------------------------------------ */

.entry-content p {
  margin-bottom: 20px;
  line-height: 1.8em;
}

.entry-content ul {
  margin-bottom: 20px;
}

.entry-content li {
  margin-bottom: 5px;
  margin-left: 25px;
}

/* LINKS
------------------------------------------------------------ */
a, a:visited {
	color: #000;
	text-decoration: none;
}

.desktop a:hover {
	color: #006098;
}

.cta.pad-top {
  margin-top: 40px;
}

.cta.pad-top-small {
  margin-top: 20px;
}

.cta.box a, .cta.box a:visited,
.gform_wrapper input[type="submit"] {
  border: none;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  background: #006098;
  padding: 16px 20px 15px;
  line-height: 1em;
  text-decoration: none;
  min-width: 124px;
}

.cta.box a:hover {
  background: #a8a8aa;
}

.cta.light-box a, .cta.light-box a:visited {
  background: #fff;
  color: #000;
}

 .cta a.white-arrow, a.white-arrow:visited {
  text-decoration: none;
  display: block;
  width: 37px;
  height: 37px;
  background: url(assets/images/click-arrow-non-hover%402x.png) no-repeat;
  background-size: 100%;
}

.cta a.white-arrow:hover {
  background-image: url(assets/images/click-arrow-hover%402x.png);
}


/* GENERAL SECTION STYLES
------------------------------------------------------------ */

.section-pad-small-t {
  padding-top: 40px;
}

.section-pad-small-b {
  padding-bottom: 40px;
}

.section-pad-medium-t {
  padding-top: 80px;
}

.section-pad-medium-b {
  padding-bottom: 80px;
}

.section-pad-large-t {
  padding-top: 120px;
}

.section-pad-large-b {
  padding-bottom: 120px;
}

.indented-content {
  padding-left: 55px;
}


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

.section .big p {
  font-size: 26px;
}

.reverse, .section.reverse .entry-content p, .reverse a, .reverse a:visited, .reverse li, .reverse h1, .reverse h2, .reverse h3, .reverse .entry-content.small p {
  color: #fff;
}

.reverse .entry-content p a, .reverse .entry-content p a:visited {
  color: #d1c340;
}

.centered {
  text-align: center;
}


/* FLEX ITEMS
------------------------------------------------------------ */

.flex-items {
  display: flex;
  justify-content: center;
}

.flex-items .item {
  margin-left: 2%;
  flex: 1;
}

.flex-items .item:first-child {
  margin-left: 0;
}

.flex-items.columns-2 {
  margin-bottom: -30px;
}

.flex-items.columns-2 .item,
.flex-items.columns-2 .item:first-child {
  flex: 0 0 48%;
  margin: 0 1% 30px;
}


/* BODY
------------------------------------------------------------ */
body, html {
	background: #fff;
	-webkit-font-smoothing: subpixel-antialiased;
}

#page {
	background: #fff;
}

/* HEADER
------------------------------------------------------------ */

#branding {
  position: absolute;
  left: 0;
  z-index: 200;
  width: 100%;
}

.scrolled #branding {
  background: #4e5859;
  height: 40px;
  position: fixed;
  top: 0;
}

.admin-bar.scrolled #branding {
  top: 32px;
}

#branding-inner {
	position: relative;
  margin-top: 25px;
	z-index: 200;
}

.scrolled #branding-inner {
  margin-top: 0;
}

h1#logo, #logo {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 260px;
	z-index: 500;
}

.scrolled #branding #logo {
  display: none;
}

.scrolled #branding.open #logo {
  display: block;
  top: 15px;
}

h1#logo a {
	margin: 0;
}

.logo-color {
  display: none;
}

.banner-no-image .logo-color {
  display: block;
}

.banner-no-image .logo-white {
  display: none;
}

/* MAIN MENU
------------------------------------------------------------ */

nav#access a.menu-toggle {
	display: none;
	padding-bottom: 20px;	
}

nav#access a.sub-menu-toggle {
  display: none;
}

nav#access a.menu-toggle .close-it {
  display: none;
  width: 24px;
  height: 24px;
}

nav#access {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -2px;
  width: 100%;
}

.scrolled nav#access {
  top: 0;
}

.menu-main-menu-container {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.scrolled .menu-main-menu-container {
  text-align: left;
}

.menu-main-menu-container .menu {
  padding-left: 7%;
  display: flex;
  justify-content: center;
}

.scrolled .menu-main-menu-container .menu {
  justify-content: flex-start;
}

.menu-main-menu-right-container {
  position: absolute;
  right: 70px;
  z-index: 2;
}

.menu-main-menu-right-container .menu {
  display: flex;
  justify-content: flex-end;
}

nav#access ul li {
	margin:0;
	padding:0;
	list-style: none;
	position: relative;
	display: block;
}

nav#access ul a, nav#access ul a:visited {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding: 13px 18px 15px;
  text-decoration: none;
  display: block;
  font-family:"akzidenz-grotesk",Arial,Helvetica,sans-serif;
  transition: padding-top .4s ease-in-out;
  font-weight: 500;
}

.scrolled nav#access ul a, .scrolled nav#access ul a:visited {
  margin-top: -4px;
}

nav#access.dark ul a, nav#access.dark ul a:visited {
  color: #000;
}

.scrolled nav#access.dark ul a, .scrolled nav#access.dark ul a:visited {
  color: #fff;
}

.dropdown-on #page nav#access a, .dropdown-on #page nav#access a:visited {
  color: #000;
}

#page nav#access ul li.current-menu-item > a, .desktop #page nav#access ul a:hover,
.dropdown-on #page nav#access a:hover {
  color: #d1c340;
}

#page nav#access ul li.menu-item-has-children:hover > a {
  padding-top: 18px;
}

nav#access ul li:first-child a {
	padding-left: 0;
}

nav#access ul li.last a {
  padding-right: 0;
}

/* sub menu */

nav#access ul ul {
	position: absolute;
	left: 0;
	top: 30px;
	opacity: 0;
	padding: 0 0 9px;
	left: 3px;
	z-index: 200;
	line-height: 1em;
	width: 200px;
	text-align: left;
	transition: all .3s ease-in-out;
	visibility: hidden;
}

.dropdown-on nav#access ul.menu > li > ul.sub-menu {
  top: 40px;
  opacity: 1;
  visibility: visible;
	transition: all .8s ease-in-out;
}

nav#access ul li:first-child ul {
  left: -15px;
}

nav#access ul ul li {
	line-height: 1em;
	width: 100%;
	position:relative;
}

nav#access ul ul li a, nav#access ul ul li a:visited {
	position: relative;
	color: #000;
  font-family:"akzidenz-grotesk",Arial,Helvetica,sans-serif;
  font-weight: 400;
}

nav#access ul ul li a, nav#access ul ul li a:visited, 
nav#access ul li:first-child ul li a, nav#access ul li:first-child ul li a:visited,
nav#access ul ul li:first-child a, nav#access ul ul li:first-child a:visited,
nav#access ul ul ul li:first-child a, nav#access ul ul ul li:first-child a:visited {
	padding: 3px 15px;
	text-transform: none;
	transition: padding-top .6s ease-in-out, padding-bottom .6s ease-in-out, opacity .3s ease-in-out;
	opacity: 0;
}

.dropdown-on #page nav#access ul li.menu-item-has-children:hover .sub-menu a {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  opacity: 1;
}

nav#access ul ul li a:hover, nav#access ul ul li a:active {
	color: #cf7b24;
}

nav#access ul ul li:first-child a, nav#access ul ul li:first-child a:visited,
nav#access ul ul ul li:first-child a, nav#access ul ul ul li:first-child a:visited,
nav#access ul ul li:first-child ul li:first-child a, nav#access ul ul li:first-child ul li:first-child a:visited {
	margin-top: 5px;
}

nav#access ul ul li:first-child ul a, nav#access ul ul li:first-child ul a:visited,
nav#access ul ul ul li a, nav#access ul ul ul li a:visited {
  margin-top: 0;
}

nav#access ul ul ul {
	opacity: 0;
	position: absolute;
	left: 100%;
	top: 0;
	visibility: hidden; 
	width: 200px;
}

nav#access ul ul ul.move-left {
  left: -100%;
}

.dropdown-on nav#access ul.menu > li > ul.sub-menu > li:hover ul {
  opacity: 1;
  visibility: visible;
}

nav#access ul.menu > li.menu-item-has-children li.menu-item-has-children > a {
  padding-right: 30px;
}

nav#access ul.menu > li.menu-item-has-children li.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 8px;
  height: 12px;
  background: url(assets/images/right-caret.png) no-repeat right top;
  background-size: 100% auto;
}

nav#access ul.menu > li.menu-item-has-children li.menu-item-has-children > a:hover::before {
  background-position: right bottom;
}
/* DROPDOWN ON
------------------------------------------------------------ */

#dropdown-back {
  background: #f0f0ef;
  position: fixed;
  top: -25px;
  left: -50px;
  width: 10000px;
  z-index: 1;
  content: '';
  height: 0;
  opacity: 0;
  transition: opacity .5s ease-in-out, height .5s ease-in-out;
}

.scrolled #dropdown-back {
  top: 0;
}

.dropdown-on #dropdown-back {
  opacity: 1;
  height: 400px;
}

/* SEARCH
------------------------------------------------------------ */

#search-control {
  position: absolute;
  right: 15px;
  top: 11px;
  z-index: 2;
}

.scrolled #search-control {
  top: 8px;
}

#search-control a {
  display: block;
}

#search-control img {
  width: 22px;
}

/* SEARCH BAR
------------------------------------------------------------ */

#search-bar {
  position: fixed;
  left: 0;
  background: #fff;
  top: -300px;
  opacity: 0;
  transition: all .5s ease-in-out;
  width: 100%;
  z-index: 10000;
}

#search-bar.open {
  top: 0;
  opacity: 1;
}

#search-bar .container {
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}

#search-bar .close {
  position: absolute;
  right: 15px;
  top: 30px;
  opacity: 1;
}

#search-bar .close a, #search-bar .close a:visited {
  display: block;
  width: 24px;
  height: 24px;
  background: url(assets/images/close.png) no-repeat;
  background-size: 24px auto;
  text-decoration: none;
}

#search {
  width: 740px;
  margin: 0 auto;  
}

#search form {
  border-bottom: 1px solid #000;
  position: relative;
}

#search form label {
  display: none;
}

#search form input[type="text"] {
  width: 100%;
  background: none;
  border: none;
  font-size: 30px;
  color: #98999a;
  padding: 0 40px 0 0;
  outline: none;
  line-height: 1em;
  position: relative;
  top: 0;
}

#search form input[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 6px;
  display: block;
  background: transparent url(assets/images/click-arrow-black%402x.png);
  background-size: cover;
  opacity: .4;
  width: 37px;
  height: 37px;
  text-indent: -10000px;
  border: none;
  outline: none;
  cursor: pointer;
  display: none;
}

#search-results .item {
  margin-bottom: 20px;
  position: relative;
}

#search-results .item:first-child {
  margin-top: 50px;
}

/*
#search-results .item::after {
  display: block;
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -40px;
  width: 45px;
  height: 45px;
  background-size: cover;
}
*/

#search-results .no-results {
  margin-top: 50px;
}

#search-results .no-results,
#search-results a, #search-results a:visited {
  font-size: 18px;
  text-decoration: none;
  line-height: 1.05em;
}

#search-results a, #search-results a:visited {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  display: block;
}

/* BANNER
------------------------------------------------------------ */

#banner {
  background-size: cover;
  position: relative;
  background-position: center top;
  height: 70vh;
  margin-bottom: 120px;
}

#banner::before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  z-index: 100;
  opacity: .8;
}

.banner-no-image #banner::before,
.banner-color #banner::before {
  display: none;
}

#banner img.mobile {
  display: none;
}

#banner img.main-banner-image {
  width: 100%;
}

#banner-main-content-wrap {
  position: relative;
  height: 100%;
}

#banner-main-content::before {
  width: 10000px;
  position: absolute;
  height: 100%;
  background: #4e5859;
  content: ' ';
  right: 0;
  top: 0;
  z-index: 100;
}

#banner-main-content {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 57%;
  z-index: 101;
  min-height: 245px;
  display: flex;
  align-items: center;
}

#banner-main-content .content {
  padding: 40px 80px 40px 15px;
  position: relative;
  z-index: 101;
}

#banner-main-content h1 {
  margin: 0;
	font-size: 36px;
  font-family:"akzidenz-grotesk",Arial,Helvetica,sans-serif;
  font-weight: 900;
}

#banner-main-content .subcontent {
  padding-left: 58px;
  position: relative;
  margin-top: 20px;
  font-size: 14px;
}

#banner-main-content .subcontent img.bug {
  display: block;
  width: 40px;
  position: absolute;
  left: 0;
  top: 2px;
}


/* BANNER NO IMAGE / COLOR
------------------------------------------------------------ */

.banner-no-image #banner,
.banner-color #banner {
  height: auto;
  margin-bottom: 120px;
  border-bottom: 1px solid #bcbcbc;
  padding-top: 180px;
}

.banner-no-image #banner .outer{
  border-top: 1px solid #bcbcbc;
  padding-top: 80px;
  padding-bottom: 74px;
}

.banner-no-image #banner-main-content::before,
.banner-color #banner-main-content::before {
  display: none;
}

.banner-no-image #banner-main-content,
.banner-color #banner-main-content {
  position: static;
  max-width: 500px;
  width: auto;
  padding: 0;
  margin: 0;
}

.banner-color #banner-main-content {
  width: 50%;
  padding-bottom: 120px;
}

.banner-no-image #banner-main-content .content,
.banner-color #banner-main-content .content {
  padding: 0;
  padding-left: 55px;
}

.banner-no-image #banner-main-content h1,
.banner-color #banner-main-content h1 {
  margin-bottom: 25px;
}

.banner-no-image #banner-main-content .subcontent {
  padding-left: 0;
  font-size: 18px;
  line-height: 1.5em;
}

.banner-color #banner-main-content .subcontent {
  padding-left: 0;
}

.banner-color .container {
  position: relative;
}

.case-study-title {
  font-family:"akzidenz-grotesk",Arial,Helvetica,sans-serif;
  margin-top: 160px;
  font-weight: 700;
}

.banner-right-image {
  position: absolute;
  max-width: 45%;
  right: 0;
  bottom: 0;
}

/* HEADERS
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	color: #333;
	line-height: 1.1em;
	margin-bottom: 10px;
  font-family:"akzidenz-grotesk",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-weight: normal;
}

h1 {
	font-size: 36px;
  font-family:"akzidenz-grotesk",Arial,Helvetica,sans-serif;
  font-weight: 900;
}


h2, h2 a {
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 1.4em;
	color: #000;
}

h3, h3 a {
  font-size: 20px;
	line-height: 1.4em;  
}

/* FORMS
------------------------------------------------------------ */

::-webkit-input-placeholder { color:#a8a8aa; }
::-moz-placeholder { color:#a8a8aa; }
:-ms-input-placeholder { color:#a8a8aa; }
input:-moz-placeholder { color:#a8a8aa; }

/* H2 CONTENT BLOCK
------------------------------------------------------------ */

img.full-image {
  width: 100%;
}

h2.down {
  margin-top: 30px;
}

.copy-block .entry-content p {
  line-height: 1.8em;
}

.entry-content.small p {
  font-size: 16px;
  color: #000;  
  line-height: 1.6em;
}

.entry-content.small li {
  font-size: 15px;
}

.section.gray .inner {
  background: #4e5859;
  padding: 60px 0;
}

.h2_copy_block_values .items {
  margin-bottom: -30px;
}

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

/* VERTICAL TILES - IMAGE BOTTOM
------------------------------------------------------------ */

.vertical_tiles_image_bottom .tiles {
  margin-bottom: -40px;
}

.vertical_tiles_image_bottom .tile {
  margin-bottom: 40px;
  position: relative;
  top: 0;
  transition: top .2s ease-in-out;
}

.vertical_tiles_image_bottom .tile.has-cta:hover {
  top: -20px;
}

.vertical_tiles_image_bottom .tile-inner,
.vertical_tiles_narrow .tile-inner {
  position: relative;
  height: 100%;
  background: #4e5859;
  padding-bottom: 250px;
}

.vertical_tiles_narrow .tile-inner {
  padding-bottom: 0;
}

.vertical_tiles_narrow .has-image .tile-inner {
  padding-bottom: 200px;
}

.vertical_tiles_image_bottom .tile .content,
.vertical_tiles_narrow .tile .content {
  padding: 40px 30px 35px;
}

.vertical_tiles_image_bottom .tile .content .cta,
.vertical_tiles_full_image .tile .content .cta {
  margin-top: 40px;
}

.vertical_tiles_image_bottom .tile .image,
.vertical_tiles_narrow .tile .image {
  height: 250px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.vertical_tiles_narrow .tile .image {
  height: 200px;
}

.vertical_tiles_image_bottom .tile .image a, .vertical_tiles_image_bottom .tile .image a:visited,
.vertical_tiles_image_bottom .tile .image div {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-size: cover;
  position: relative;
}

/*
.vertical_tiles_image_bottom .tile .image a::before { 
  content:"";
  position:absolute; top:0;right:0;bottom:0;left:0;
  background: inherit;
  transition: all .8s;
}
.vertical_tiles_image_bottom .tile .image a:hover::before { 
  transform: scale(1.2);
}
*/

/* VERTICAL TILES - FULL IMAGE
------------------------------------------------------------ */

.vertical_tiles_full_image .top-content .entry-content,
.vertical_tiles_narrow .top-content .entry-content {
  margin-bottom: 60px;
}

.vertical_tiles_full_image .tiles {
  max-width: 1000px
  margin-bottom: -40px;
}

.vertical_tiles_full_image .tile {
  height: 640px;
  margin-bottom: 40px;
}

.vertical_tiles_full_image .tile .content-wrap {
  overflow: hidden;
  background-size: cover;
  background-position: center top;
  position: relative;
  height: 100%;
  z-index: 1;
}


.vertical_tiles_full_image .tile .content-wrap::before { 
  content:"";
  position:absolute; top:0;right:0;bottom:0;left:0;
  background: inherit;
  transition: all .8s;
}
.vertical_tiles_full_image .tile .content-wrap:hover::before { 
  transform: scale(1.1);
}




.vertical_tiles_full_image .tile .content-wrap .content-inner {
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 44%, rgba(0,0,0,1) 84%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 44%,rgba(0,0,0,1) 84%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 44%,rgba(0,0,0,1) 84%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.vertical_tiles_full_image .tile .content-wrap::before { 
  content:"";
  position:absolute; 
  top:0;right:0;bottom:0;left:0;
  background: inherit;
  transition: all .8s;
}

.vertical_tiles_full_image .tile .hover .content-wrap:hover::before { 
  transform: scale(1.2);
}

.vertical_tiles_full_image .tile .content {
  position: absolute;
  bottom: 40px;
  left: 5%;
  width: 90%;
  z-index: 100;
}

/* VERTICAL TILES NARROW
------------------------------------------------------------ */

.vertical_tiles_narrow .tiles {
  margin-bottom: -40px;
}

.vertical_tiles_narrow .tile {
  margin-bottom: 40px;
}

.vertical_tiles_narrow .tile .image {
  height: 200px;
  background-size: cover;
  background-position: center top;
}

.vertical_tiles_narrow .content {
  height: 100%;
}

.vertical_tiles_narrow .has-image .content {
  height: auto;
}

.vertical_tiles_narrow h3 {
  margin-bottom: 18px;
}

.entry-content ul li {
  list-style: none;
  padding-left: 13px;
  position: relative;
  margin-bottom: 15px;
  margin-left: 0;
  line-height: 1.5em;
}

.entry-content ul li::before {
  content: '';
  width: 9px;
  height: 9px;
  background: #d5c303;
  position: absolute;
  left: 0;
  top: 4px;
}

.entry-content ol li {
  margin-bottom: 15px;
}

.entry-content ol li ol {
  margin-top: 10px;
}

.entry-content li:last-child {
  margin-bottom: 0;
}


/* VERTICAL TILES SQUARE
------------------------------------------------------------ */

.vertical_tiles_square .tiles {
  display: flex;
}

.vertical_tiles_square .tile {
  width: 28%;
  margin-left: 4%;
  margin-right: 4%;
  height: 100%;
  position: relative;
}

.vertical_tiles_square .tile.has-cta {
  padding-bottom: 80px;
}

.vertical_tiles_square .content-wrap {
  height: 100%;
}

.vertical_tiles_square .column-1 {
  margin-left: 0;
}


.vertical_tiles_square .column-3 {
  margin-right: 0;
}

.vertical_tiles_square .column-2::before,
.vertical_tiles_square .column-3::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: -14.5%;
  top: 0;
  background: #98999a;
}

.vertical_tiles_square .image {
  margin-bottom: 20px;
  background: #000;
}

.vertical_tiles_square .image a, .vertical_tiles_square .image div {
  display: block;
  height: 300px;
  background-size: cover;
  text-decoration: none;
}

.vertical_tiles_square .image a:hover {
  opacity: .7;
  transition: opacity .3s ease-in-out;
}

.vertical_tiles_square .content {
  padding-bottom: 80px;
}

.vertical_tiles_square .content .cta {
  position: absolute;
  bottom: 0;
  left: 0;
}

.news_tiles .cta.light-box {
  margin-top: 70px;  
}

/* VERTICAL TILES EQUIPMENT
------------------------------------------------------------ */

.vertical_tiles_equipment .tiles {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

.vertical_tiles_equipment .tile {
  width: 48%;
  height: auto;
  margin: 0 0 40px;;
  padding: 0;
}

.vertical_tiles_equipment .tile::before {
  display: none !important;
}

.vertical_tiles_square .content {
  padding: 0;
}

/* SIMPLE COLUMN TILES
------------------------------------------------------------ */

.simple_column_tiles .columns {
  display: flex;
  justify-content: space-between;
}

.simple_column_tiles .column {
  width: 22%;
  position: relative;
}

.simple_column_tiles .column-2::before, .simple_column_tiles .column-3::before, .simple_column_tiles .column-4::before {
  content: '';
  position: absolute;
  background: #666666;
  width: 1px;
  height: 100%;
  left: -10%;
  top: 0;
}

/* TIMELINE
------------------------------------------------------------ */

.timeline_section .year {
  font-size: 120px;
  text-align: center;
  color: #000;
  line-height: 1em;
  font-family:"akzidenz-grotesk",Arial,Helvetica,sans-serif;
  font-weight: 500;
}

.timeline_section .image {
  text-align: center;
}

/* CAPABILITIES
------------------------------------------------------------ */

.certifications_capabilities_block .items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 10px;
  justify-content: center;
}

.certifications_capabilities_block .full {
  max-width: 1000px;
}

.certifications_capabilities_block .full.centered {
  margin-left: auto;
  margin-right: auto;
}

.certifications_capabilities_block .item {
  margin-right: 20px;
  margin-bottom: 30px;
}

.certifications_capabilities_block .item img {
  height: 118px;
}

/* LOCATIONS
------------------------------------------------------------ */

.locations .location-image {
  margin-bottom: 30px;
}

.locations h3 {
  margin-bottom: 20px;
}

.locations .location, .locations .row {
  margin-bottom: -70px;
}

.locations .location, .locations .location-map {
  margin-bottom: 70px;
}

.locations .locations-container {
  display: flex;
  flex-wrap: wrap;
}

.locations .locations-container .column {
  width: 28%;
  margin-left: 4%;
  margin-right: 4%;
  position: relative;
}

.locations .locations-container .column-wide {
  width: 64%;
}

.locations .locations-container .content-wrap {
  height: 100%;
}

.locations .locations-container .column-1 {
  margin-left: 0;
}


.locations .locations-container .column-3 {
  margin-right: 0;
}

.locations .locations-container .column-2::before,
.locations .locations-container .column-3::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: -14.5%;
  top: 0;
  background: #98999a;
}

.locations .locations-container .column-wide.column-3::before {
  left: -6.4%;
}


/* PDF DOWNLOAD BLOCK
------------------------------------------------------------ */

.pdf_download_block .item {
  margin-bottom: 40px;
}

.pdf_download_block a, .pdf_download_block a:visited {
  font-size: 20px;
}

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

/* CASE STUDY BLOCK
------------------------------------------------------------ */

.case_study_block {
  overflow: hidden;
}

.case_study_block .container::before {
  content: "";
  width: 10000px;
  height: 100%;
  position: absolute;
  left: 30%;
  top: 0;
  background: #f0f0ef;
}

.case_study_block.image_right .container::before {
  left: auto;
  right: 38%;
}

.case_study_block .container {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;  
}

.case_study_block .content {
  display: flex;
  align-items: center;
}

/* TESTIMONIAL BLOCK
------------------------------------------------------------ */
.testimonial_block .outer {
  background: #f0f0ef;
  padding-top: 80px;
  padding-bottom: 80px;
}

.testimonial_block .container {
  padding-top: 80px;
  padding-bottom: 80px;  
}

.testimonial_block .container::before {
  background: #fff;
}

.testimonial_block .inner {
  position: relative;
}

.testimonial_block .image img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
  transition: opacity .5s ease-out;
}

.testimonial_block .image img.active {
  opacity: 1;
  z-index: 100;
}

.testimonial_block .content .inner {
  height: 100%;
}

.testimonial_block .testimonials {
  position: relative;
}

.testimonial_block .testimonial {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
  transition: opacity .5s ease-out;
}

.testimonial_block .testimonial.active {
  opacity: 1;
  z-index: 100;
}

.testimonial_block h2 {
  margin-bottom: 10px;
}

.testimonial_block .title {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 12px;
}

.testimonial_block .carousel {
  margin-bottom: -15px;
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
}

.testimonial_block .carousel a {
  display: block;
  width: 139px;
  margin-right: 20px;
  margin-bottom: 15px;
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

.testimonial_block .carousel a.active {
  opacity: .5;
  cursor: default;
}

/* STOCK TICKER BLOCK
------------------------------------------------------------ */

.stock_ticker_block .stock-ticker {
  background-image: url(../../uploads/2020/07/gradient-arrow-background-blue-gray-art-frame%402x.jpg);
  background-size: cover;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.stock_ticker_block .stock-ticker .inner {
  padding: 40px;
}

.stock_ticker_block .stock-ticker .title {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.stock_ticker_block .stock-ticker .price {
  font-size: 60px;
  margin-bottom: 30px;
}

.stock_ticker_block .stock-ticker .change {
  font-size: 30px;
  margin-bottom: 45px;
}

.stock_ticker_block .stock-ticker .footnote {
  font-size: 11px;
}

.stock_ticker_block .content {
  display: flex;
  align-items: center;
}

/* STAT BLOCK
------------------------------------------------------------ */

.stat_block .stats {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -60px;
}

.stat_block .stat-item {
  margin-right: 60px;
  margin-bottom: 60px;
}

.stat_block .stat-item .stat {
  color: #cf7b24;
  font-size: 92px;
  line-height: 1em;
}

.stat_block .stat-item .description {
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family:"akzidenz-grotesk",Arial,Helvetica,sans-serif;
  font-weight: 400;
}

/* SCROLL BLOCK - VERTICAL
------------------------------------------------------------ */

.scroll_block_vertical .outer {
  background: #f0f0ef;  
  padding-top: 80px;
  padding-bottom: 120px;
}

.scroll_block_vertical .list-items {
  margin-top: 90px;
}

.scroll_block_vertical .mobile {
  display: none;
}

.scroll_block_vertical .list {
  margin-bottom: -20px;
  height: 365px;
  width: 100%;
  overflow-x: hidden !important;
}

#page .scroll-bar.horizontal {
  display: none !important;
}

.scroll_block_vertical .list .item-nav {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
  padding-right: 20px;
}

.scroll_block_vertical .list .item:hover {
  cursor: pointer;
}

.scroll_block_vertical .list .item:hover, .scroll_block_vertical .list .item.active {
  color: #006098;
}

.scroll_block_vertical .list .item.active {
  cursor: default;
}

.scroll_block_vertical .list .image {
  position: relative;
  z-index: 1;
  flex: 0 0 65px;
  margin-right: 40px;
}

.scroll_block_vertical .image .hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}

.scroll_block_vertical .item:hover .hover, .scroll_block_vertical .item.active .hover {
  display: block;
}

.scroll_block_vertical .contents {
  display: flex;
  align-items: center;
}

.scroll_block_vertical .content {
  display: none;
  padding-left: 8%;
}

.scroll_block_vertical .content.active {
  display: block;
}

#page .scrollable.default-skin .scroll-bar.vertical {
  width: 11px;
}

#page .scrollable.default-skin .scroll-bar.vertical::before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 3px;
  background: #dad9d7;
}

#page .scrollable.default-skin .scroll-bar .thumb {
  background-color: #006098;
  border-radius: 0;
  opacity: 1;
}

.scrollable .overview::before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #dad9d7;  
}

.scrolling .overview::before {
  display: none;
}

/* PHOTO GALLERY SLIDER
------------------------------------------------------------ */

.photo_gallery_slider {
  overflow: hidden;
}

.photo_gallery_slider .slider-container {
  position: relative;
}

.photo_gallery_slider .slider-header {
  position: absolute;
  z-index: 100;
  top: -60px;
  left: -12%;
  width: 100%;
  max-width: 650px;
  background: #4e5859;
}

.photo_gallery_slider .slider-header .inner {
  padding: 40px 40px 30px;
  position: relative;
}

.photo_gallery_slider .slider-header .content {
  max-width: 450px;
}

.photo_gallery_slider .slider-header .content h2 {
  margin: 0;
}

.photo_gallery_slider .slider-header .slider-nav {
  position: absolute;
  right: 40px;
  bottom: 30px;
}

.photo_gallery_slider .slider-header .slider-nav {
  display: flex;
}

.photo_gallery_slider .slider-header .slider-nav li {
  list-style: none;
  padding: 0 12px;  
}

.photo_gallery_slider .slider-header .slider-nav a {
  display: block;
  width: 21px;
  height: 41px;
  background: url(assets/images/left-arrow-no-click.png) no-repeat;
  text-decoration: none;
}

.photo_gallery_slider .slider-header .slider-nav a:hover {
  background-image: url(assets/images/left-arrow-click.png);  
}

.photo_gallery_slider .slider-header .slider-nav a.flex-next {
  background-image: url(assets/images/right-arrow-no-click.png);  
}

.photo_gallery_slider .slider-header .slider-nav a.flex-next:hover {
  background-image: url(assets/images/right-arrow-click.png);  
}

.photo_gallery_slider .slider-header .slider-nav li:first-child {
  border-right: 1px solid #fff;
}

.photo_gallery_slider .slider-header .slider-nav li:last-child {
  padding-right: 0;
}

.photo_gallery_slider .flexslider {
  position: relative;
  z-index: 1;
}

.photo_gallery_slider .flex-viewport {
  overflow: visible !important;
}

/* LEADERSHIP BIOS
------------------------------------------------------------ */

.leadership_bios .bios {
  max-width: 600px;
  margin: 0 auto;
}

.leadership_bios .bio {
  margin-bottom: 74px;
  padding-bottom: 74px;
  border-bottom: 1px solid #bcbcbc;
}

.leadership_bios .bio:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.leadership_bios .image {
  margin-bottom: 60px;
}

.leadership_bios h3 {
  margin-bottom: 5px;
}

.leadership_bios .top-content {
  margin-bottom: 30px;
}

/* CASE STUDY TEXT BLOCK
------------------------------------------------------------ */

.section.border-bottom .outer {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 76px;
}

.case_study_text_block .cta {
  display: flex;
  flex-wrap: wrap;
}

.case_study_text_block .cta a {
  margin-right: 40px;
}

.case_study_quote_block .image {
  text-align: right;
}

.case_study_quote_block .quote {
  font-size: 18px;
  font-family:"akzidenz-grotesk",Arial,Helvetica,sans-serif;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 1.7em;
}


/* CONTACT US FORM
------------------------------------------------------------ */

.contact_us_form {
  overflow: hidden;
}

.contact_us_form .content-above-container .entry-content {
  margin-bottom: 40px;
  padding-left: 12%;
}

.contact_us_form .form-container {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.contact_us_form .form-container::before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 10000px;
  left: 8%;
  top: 0;
  background: #f0f0ef;  
}

.contact_us_form.gray_left .form-container::before {
  left: auto;
  right: 8%;
}

.contact_us_form .row {
  position: relative;
  z-index: 100;
}

/* IN-PAGE BANNER
------------------------------------------------------------ */

.in_page_banner .outer {
  padding-top: 120px;
  padding-bottom: 120px;
  background-size: cover;
  background-position: center top;
  position: relative;
}

.in_page_banner .outer::before {
  content: '';
  height: 100%;
  width: 60%;
  background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.in_page_banner.content_right .outer::before {
  left: auto;
  right: 0;
  background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}

.in_page_banner .container {
  position: relative;
  z-index: 100;
}

/* CTA BOX
------------------------------------------------------------ */

.cta-box {
  background: #4e5859;
  display: flex;
  align-items: center;
  padding: 40px 0 40px 40px;
}

.cta-box .cta {
  flex: 240px 0 0;
  text-align: center;
  padding: 20px 40px 20px 20px;
}

.cta-box .entry-content p {
  line-height: 1.3em;
}

/* BIG AT BWEN
------------------------------------------------------------ */

.big_at_bwen {
    background: #006199;
    position: relative;
    overflow: hidden;
}

.big_at_bwen .content {
    position: relative;
    z-index: 200;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.big_at_bwen h2 {
    font-family:"akzidenz-grotesk",Arial,Helvetica,sans-serif;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1.2em;
}

.big_at_bwen h3 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}

.big_at_bwen h3::after {
    position: absolute;
    height: 3px;
    background: #d4c329;
    width: 140%;
    content: '';
    bottom: 0;
    left: 0;
}

.big_at_bwen .media {
    position: relative;
    z-index: 201;
    flex-direction: column;
}

.big_at_bwen .media::before {
    position: absolute;
    width: 10000px;
    height: 100%;
    top: 0;
    left: 44%;
    background: #fff;
    content: '';
    z-index: 200;
}

.big_at_bwen .media .in {
    position: relative;
    z-index: 201;
    text-align: right;
}

.big_at_bwen p {
    line-height: 1.3em;
}

.big_at_bwen .cta a, .big_at_bwen .cta a:visited{
    background: #d4c329;
}

.big_at_bwen .media .feature {
    display: block;
}

.big_at_bwen .media .logo-above {
    display: none;
}

.big_at_bwen .featured {
    margin-bottom: 15px;
}

.big_at_bwen .media .logo-below {
    margin-left: auto;
    max-width: 53%;
}

/* FORM
------------------------------------------------------------ */

#page .gform_wrapper ul li.gfield {
  margin-bottom: 25px;
}

#page .gform_wrapper input[type="text"],
#page .gform_wrapper textarea {
  border: none;
  border-bottom: 1px solid #98999a;
  background: none;
  width: 100%;
  padding: 5px 40px 0 0;
  margin: 0;
  font-size: 18px;
  outline: none;
  color: #000;
}

#page .gform_wrapper textarea {
  height: 60px;
}

#page .gform_fields .gfield {
  width: 45%;
}

#page .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

#page .gform_wrapper input[type="file"] {
  width: 100%;  
}

#page .gform_wrapper li {
  padding-left: 0;
}

/* CAREERS FORM
------------------------------------------------------------ */

#page #gform_wrapper_2 .gform_fields .gfield {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#page #gform_wrapper_2 .gform_fields .gfield label {
  width: 40%;
}

#page #gform_wrapper_2 .gform_fields .gfield .ginput_container {
  width: 58%;
}

#page #gform_wrapper_2 .gform_fields #field_2_6 {
  flex-wrap: wrap;
}

#page .gform_wrapper input[type="file"] {
  background: none;
  border: none;
}

/* FOOTER
------------------------------------------------------------ */

#colophon {
	padding: 120px 0 30px;
  border-top: 1px solid #bcbcbc;
}

#colophon a, #colophon a:visited {
  text-decoration: none;
}

#colophon, #colophon p, #colophon a, #colophon a:visited {
  font-family:"akzidenz-grotesk",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #000;
}

#colophon h4, #colophon h4 a, #colophon h4 a:visited,
#colophon .menu li:first-child a, #colophon .menu li:first-child a:visited {
  font-size: 16px;
  color: #000;
  font-family:"akzidenz-grotesk",Arial,Helvetica,sans-serif;
  font-weight: 500;
  text-decoration: none;
}

#colophon h4 a:hover, #colophon a:hover,
#colophon .menu li:first-child a:hover {
  color: #006098;
}

#footer-logo {
  width: 285px;
  margin-bottom: 80px;
}

#footer-signup {
  margin-bottom: 80px;
  display: none;
}

#colophon form {
  border-bottom: 1px solid #000;
  position: relative;
}

#colophon input[type="email"] {
  border: none;
  background: none;
  width: 100%;
  padding: 15px 40px 15px 0;
  margin: 0;
  font-size: 12px;
  color: #a8a8aa;
  outline: none;
}

#colophon input[type="submit"] {
  outline: none;
  border: none;
  background: none;
  text-indent: -10000px;
  font-size: 0;
  height: 37px;
  width: 37px;
  position: absolute;
  background: url(assets/images/click-arrow-black%402x.png);
  background-size: 100%;
  top: 0;
  right: 0;
}

#social a {
  display: inline-block;
  padding-right: 15px;
}

#social a img {
  height: 26px;
}

#footer-signup .title {
  margin-bottom: 15px;
}

#footer-contact {
  margin-bottom: 80px;
}

#colophon .columns {
  display: flex;
  justify-content: space-between;
}

#colophon .menu {
  margin-bottom: 45px;
}

#colophon .menu li {
  list-style: none;
  margin-bottom: 11px;
}

#copyright {
  margin-top: 50px;
}

#copyright .menu {
  margin-bottom: 0;
}

#copyright aside, #copyright div {
	display: inline;
}

#copyright,
#colophon #menu-footer-service-menu, #colophon #menu-footer-service-menu li,
#colophon #menu-footer-service-menu a, #colophon #menu-footer-service-menu a:visited {
  font-family:"akzidenz-grotesk",Arial,Helvetica,sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 11px;
}

#colophon .copyright-text {
  margin-right: 35px;  
}

#colophon #menu-footer-service-menu li {
  padding: 0 15px;
  border-right: 1px solid #000;
}

#colophon #menu-footer-service-menu li:first-child {
  padding-left: 0;
}

#colophon #menu-footer-service-menu li:last-child {
  border: none;
}


/* FIXED HEADER STYLES
------------------------------------------------------------ */

body.fixed-header.admin-bar #branding {
	top: 32px;
}

.fixed-header #branding {
	position: fixed;
	top: 0;
	z-index: 200;
	width: 100%;
}

/* MAGNIFIC
------------------------------------------------------------ 

/* Magnific */
.mfp-wrap .mfp-iframe-holder .mfp-content {
    max-width: 1200px;
}

/* IE
------------------------------------------------------------ */
#ie-message {
    background-color: #fff;
    padding: 40px;
    max-width: 600px;
    margin: 20px auto;
    position: relative;
    width: auto;
}

#ie-message a, #ie-message a:visited {
    color: blue;
    margin-right: 20px;
}


/* RESPONSIVE
------------------------------------------------------------ 

xm < 768
sm >= 768
md >= 992
lg >= 1200
xl > 1200

} @media only screen and (min-width: 1200px) { 
} @media only screen and (max-width: 1199px) { 
} @media only screen and (max-width: 991px) { 
} @media only screen and (max-width: 767px) { 

------------------------------------------------------------ */

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

  nav#access, nav#access .nav-wrapper {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  
  nav#access ul li:first-child ul {
    left: 0;
  }
  
  .scrolled nav#access, .scrolled nav#access .nav-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .menu-main-menu-container, .menu-main-menu-right-container, #search-control {
    position: relative;
    width: auto;  
    text-align: left;
    right: 0;
    left: auto;
  }
  
  .menu-main-menu-container .menu {
    padding-left: 0;
  }
  
  .scrolled .menu-main-menu-right-container .menu {
    margin-left: auto;
  }
  

  nav#access ul ul li a, nav#access ul ul li a:visited,
  nav#access ul li:first-child ul li a, nav#access ul li:first-child ul li a:visited,
  nav#access ul ul li:first-child a, nav#access ul ul li:first-child a:visited,
  nav#access ul ul ul li:first-child a, nav#access ul ul ul li:first-child a:visited {
    padding-left: 8px;
    padding-right: 8px;
  }

  nav#access ul.menu > li > a, nav#access ul.menu > li > a:visited,
  nav#access ul.menu > li.last > a, nav#accessul.menu > li.last > a:visited,
  nav#access ul.menu > li:first-child > a, nav#access ul.menu > li:first-child > a:visited,
  #search-control {
    padding-left: 8px;
    padding-right: 8px;
  }
  
  nav#access #search-control {
    padding-right: 15px;
  }

} @media only screen and (max-width: 1023px) {
  
  .scroll_block_vertical .content {
    padding-left: 0;
  }

} @media only screen and (max-width: 920px) {
  nav#access ul a, nav#access ul a:visited,
  nav#access ul li.last a, nav#access ul li.last a:visited,
  nav#access ul li:first-child a, nav#access ul li:first-child a:visited,
  #search-control {
    padding-left: 4px;
    padding-right: 4px;
  }

} @media only screen and (max-width: 900px) {
  
  #page #logo {
    margin-left: 15px;
  }
  
  #branding.open .logo-color {
    display: block;
  }

  #branding.open .logo-white {
    display: none;
  }
  
  #branding.open #search-control {
    display: none;
  }
  
  #branding-inner.container {
    padding: 0;
  }
  
  #dropdown-back {
    display: none !important;
  }

	nav#access a.menu-toggle {
		display: block;
		color: #fff;
		position: relative;
		top: 9px;
		left: -10px;
		font-size: 24px;
		z-index: 2;
		text-decoration: none;
	}
	
	.banner-no-image nav#access a.menu-toggle {
  	color: #000;
	}
	
	.scrolled nav#access a.menu-toggle, .scrolled .open nav#access a.menu-toggle {
  	position: absolute;
  	left: auto;
  	right: 51px;
  	top: 6px;
  }
	
  .open nav#access a.menu-toggle {
  	color: #000;
  	left: -26px;
	}
	
	.open nav#access a.menu-toggle .open-it {
  	display: none;
	}

	.open nav#access a.menu-toggle .close-it {
  	display: block;
  	font-size: 34px;
  	left: 10px;
  	position: relative;
	}
	
	.scrolled .open nav#access a.menu-toggle .close-it {
  	left: 36px;
  	top: 10px;
	}
	
	.scrolled #search-control {
  	position: absolute;
  	right: 0;
  	left: auto;
	}

	nav#access .nav-wrapper {
		display: none;
	}
	
	#branding.open nav#access .nav-wrapper {
		display: block;
    position: absolute;
    padding: 15px;
    background: #e9e8e7;
    top: -25px;
    width: 100%;
    text-align: left;
    padding-top: 105px;
	}
	.menu-main-menu-right-container .menu,
	.menu-main-menu-container .menu {
  	display: block;
	}
	
	nav#access ul li {
		float: none;
		clear: both;
		padding: 0;
		display: block;
	}
	
  nav#access ul.menu > li {
		margin-bottom: 20px    
  }
	
	nav#access ul a, nav#access ul a:visited {
		padding: 10px 0 0 !important;
		text-align: left;
		display: block;
		color: #000;
		font-size: 18px;
    font-family:"akzidenz-grotesk",Arial,Helvetica,sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
	}
	
	nav#access ul ul {
		display: none;
		position: static;
		padding: 0;
		background: none;
		width: auto;
		visibility: visible
	}

  nav#access li.open-sub-menu  > ul {
    display: block;
    opacity: 1 !important;
  }

	#page nav#access ul ul a, nav#access ul ul a:visited {
		padding: 8px 0 8px 0 !important;
		width: auto;
		opacity: 1 !important;
		font-size: 14px;
	}
	
	#page nav#access a.sub-menu-toggle {
  	display: block;
  	width: 24px;
  	height: 24px;
    background: url(assets/images/menu-more.png) no-repeat right top;
  	background-size: 24px auto;
  	position: absolute;
  	right: 0;
  	top: 9px;
  	z-index: 100;
  	padding: 0 20px !important;
  	margin: 0;
	}
	
	#page nav#access .open-sub-menu > a.sub-menu-toggle, #page nav#access a.sub-menu-toggle:hover {
  	background-position: right bottom;
	}
	
	#page nav#access .sub-menu a.sub-menu-toggle {
  	right: 10%;
  	top: 0;
	}
	
	
	nav#access ul.menu > li.menu-item-has-children li.menu-item-has-children > a::before {
  	display: none;
	}
	
	nav#access ul ul ul {
    display: none;
    position: static;
    width: auto;
    margin-left: 30px;
    visibility: visible;
  }

  #banner {
    height: 60vh;
  }
    
	#banner-main-content {
  	width: 80%;
  }
  
  #banner-main-content .content {
    padding: 30px 50px 30px 15px
  }
  
  #banner-main-content h1 {
    font-size: 30px;
  }	
  
  #footer-logo {
    width: 100%;
    max-width: 285px;
  }
  
  #colophon .column-1 {
    width: 200px;
  }
  
} @media only screen and (max-width: 782px) {

	body.fixed-header.admin-bar #branding {
		top: 46px;
	}
	
} @media only screen and (max-width: 767px) {
	
	.break-sm.flex-items {
  	display: block;
  	margin-bottom: -30px;
	}

	.break-sm.flex-items .item {
  	margin-bottom: 30px;
	}
	
	#colophon .columns {
  	flex-wrap: wrap;
	}
	
	#colophon .column {
  	width: 30%;
  	margin: 0 1% 0;
	}

	#colophon .column-1 {
  	width: 100%;
  	margin: 0 0 100px;
	}

	#colophon .column-1 form {
  	max-width: 400px;
	}
	
	.scroll_block_vertical .mobile {
  	display: block;
  }
	
	.scroll_block_vertical .desktop {
  	display: none;
  }
  
  .scroll_block_vertical .list {
    height: auto;
    margin-bottom: -40px;
  }
  
  .scroll_block_vertical .list .item {
    margin-bottom: 40px;
  }
	
	.scroll_block_vertical .scrollable .viewport .overview {
  	position: static;
  }
  
  .scroll_block_vertical .list .item:hover, .scroll_block_vertical .list .item.active {
    color: #000;
  }
  
  .scrollable .overview::before {
    display: none;
  }
  
  .scroll_block_vertical .list .item.active {
    cursor: default;
  }
  
  .scroll_block_vertical .list .hover {
    display: none !important;
  }
  
  .scroll_block_vertical .viewport {
    width: 100% !important;
    height: auto !important;
  }
  
  #page .scrollable.default-skin .scroll-bar.vertical {
    display: none !important;
  }

	#page .case_study_block .container::before {
  	left: 0;
	}
	
	.case_study_block {
  	padding-bottom: 0;
	}
	
	.case_study_block .image, .stock-ticker {
  	margin-bottom: 20px;
	}
	
	.photo_gallery_slider .slider-header {
  	position: relative;
  	left: 0;
  	top: 0;
  	margin-bottom: 0;
  	max-width: none;
	}

  .photo_gallery_slider .slider-header .content {
    padding-right: 75px;
  }

  .big_at_bwen .media {
    padding-bottom: 0 !important;
}

.big_at_bwen .media::before {
    left: -1000px;
    height: 55%;
}

.big_at_bwen .media .logo-above {
    display: block;
    margin-bottom: 20px;
}

.big_at_bwen .media .logo-below {
    display: none;
}

.big_at_bwen .content {
    padding-top: 10px !important;
}
	  	
} @media only screen and (max-width: 700px) {

  .vertical_tiles_square .tiles,
  .locations .locations-container {
    display: block;
    margin-bottom: -50px;
  }
  
  #page .vertical_tiles_square .tile,
  .locations .locations-container .location,
  .locations .locations-container .column-wide {
    height: auto;
    width: 100%;
    margin: 0 0 50px;
  }
  
  #page .vertical_tiles_square .tile .image,
  .locations .locations-container .location-image {
    max-width: 400px;
  }
  
  .locations .locations-container .column-2::before, .locations .locations-container .column-3::before {
    display: none;
  }

  .locations .location-map {
    display: none;
  }
  
  .simple_column_tiles .columns {
    flex-wrap: wrap;
    margin-bottom: -45px;
  }
  
  .simple_column_tiles .column {
    width: 47%;
    margin-bottom: 45px;
  }
  
  .simple_column_tiles .column-3::before {
    display: none;
  }

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

	.fixed-header #page #branding {
		position: static;
	}

	/* header offset */
	.fixed-header #banner {
		margin-top: 0;
	}
	
	#banner img.mobile {
  	display: block;
	}
	
	#page #banner {
  	background: none;
  	height: auto;
	}
	
	#page #banner-main-content-wrap {
  	height: auto;
	}
	
	#page #banner-main-content {
  	position: static;
  	width: 100%;
	}
	
	
  .section-pad-medium-t {
    padding-top: 40px;
  }

  .section-pad-medium-b {
    padding-bottom: 40px;
  }

  .section-pad-large-t {
    padding-top: 80px;
  }
    
  .section-pad-large-b {
    padding-bottom: 80px;
  }

  .break-xs.flex-items {
  	display: block;
  	margin-bottom: -30px;
	}

	.break-xs.flex-items .item {
  	margin-bottom: 30px;
	}

} @media only screen and (max-width: 575px) {
	.indented-content {
  	padding-left: 0;
	}
	
	.contact_us_form .form-container::before {
  	left: 0;
	}
	
	.contact_us_form.gray_left .form-container::before {
  	right: 0;
	}
	
	.timeline_section .column-left {
  	margin-bottom: 30px;
	}
	
} @media only screen and (max-width: 500px) {
	
	.simple_column_tiles .columns {
    display: block;
  }
  
  .simple_column_tiles .column {
    width: 100%;
  }
  
  .simple_column_tiles .column-2::before, .simple_column_tiles .column-3::before, .simple_column_tiles .column-4::before {
    display: none;
  }


} @media only screen and (max-height: 700px) {

  #banner {
    height: 60vh;
  }
    
  #banner-main-content .content {
    padding: 30px 50px 30px 15px
  }
  
  #banner-main-content h1 {
    font-size: 30px;
  }	
}
