/* 
Theme Name: Levy Restaurants
Author: Proof
Author URI: http://proofbranding.com
Version: 1.0
*/


/* ------------------------------------------------------ */
/*	Reset
/* ------------------------------------------------------ */
html, body { margin:0; padding:0;}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	line-height:1;
	font-family:inherit;
}

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

ol, ul {
	list-style:none;
}

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

strong, b {
	font-weight: bold;
}

em {
	font-style: italic;
}

a { outline:none; }

a, input[type=submit] {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		    transition: all 0.2s ease-in-out;
}

input[type=search] {
   -moz-appearance:none;
   -webkit-appearance:none;
}

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


/* ------------------------------------------------------ */
/*	Clearfix
/* ------------------------------------------------------ */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}


/* ------------------------------------------------------ */
/*  01. Document Setup
/* ------------------------------------------------------ */

* { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}

img {
	max-width: 100%;
	height: auto;
}

::selection {
	background: #222;
	color: #FFF;
}

::-webkit-input-placeholder { color: #A9A9A9; }
:-ms-input-placeholder { color: #A9A9A9; }

body {
	font-family: "kepler-std",sans-serif;
	font-size: 20px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

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

a:hover {
	color: #0F1E35;
	text-decoration: underline;
}

.sidebar a:hover {
	color: #0F1E35;
	text-decoration: none;
}


/* ------------------------------------------------------ */
/*	Base Accessibility
/* ------------------------------------------------------ */
.says, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

/* ------------------------------------------------------ */
/*	Typography
/* ------------------------------------------------------ */
p {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 30px;
}

.fs-small {
	font-size: 14px
}

.fs-medium {
	font-size: 20px;
}

.fs-large {
	font-size: 24px;
}

.alt-font {
	font-family: "bebas-neue",sans-serif;
}

.entry-content, 
.entry-content p {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 2em;
}

h1 {
	
}

h2 {
	font-family: "aktiv-grotesk",sans-serif;
	font-weight: 900;
	font-size: 20px;
	line-height: 28px;
	margin: 1.555em 0 0;
}

h3 {
	font-family: "aktiv-grotesk",sans-serif;
	font-weight: 900;
	font-size: 18px;
	line-height: 28px;
	margin: 1.555em 0 0;
}

blockquote {
	padding: 24px 0;
	border-top: 1px solid #0F1E35;
	border-bottom: 1px solid #0F1E35;
	margin: 32px 0;
}

blockquote p {
	font-size: 24px;
	line-height: 34px;
	font-weight: 900;
}

blockquote cite {
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
}

blockquote *:last-child {
	margin-bottom: 0;
}

.post-box blockquote {
	margin: 1.555em 0;
	border: 0;
}

.post-box blockquote p {
	font-family: "aktiv-grotesk",sans-serif;
	font-weight: 900;
	font-size: 30px;
	line-height: 40px;
}

ul {
	list-style: disc;
	margin: 0 0 2em 1em;
}

h2 + ul {
	margin-top: 30px;
}

ul li {
	line-height: 1.555em;
}

ul.news-items li {
	margin-bottom: 10px;
}

ol {
	list-style: decimal;
	margin: 0 0 2em 1em;
}

ol li {
	line-height: 1.555em;
	margin-bottom: 0.8em;
}

@media (max-width: 1000px) {
	.entry-content, 
	.entry-content p,
	h2 {
		font-size: 16px;
		line-height: 22px;
	}
	
	.post-box blockquote p {
		font-size: 24px;
		line-height: 34px;
	}
}

/* ------------------------------------------------------ */
/*	Columns
/* ------------------------------------------------------ */
/* =General CSS
-------------------------------------------------------------- */
.full_width,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	float: left;
}
.clear_column {
	clear:both;
	display:block;
	font-size:0; height:0;
	line-height:0; width:100%;
	overflow: hidden;
}

/* =Shortcodes Templates
-------------------------------------------------------------- */

/* =Default Template (no margin)
-------------------------------------------------------------- */
.full_width  {
	width: 100%;
}
.one_half  {
	width: 50%;
}
.one_third  {
	width: 33.3%;
}
.two_third  {
	width: 66.6%;
}
.one_fourth  {
	width: 25%;
}
.three_fourth  {
	width: 75%;
}
.one_fifth  {
	width: 20%;
}
.two_fifth  {
	width: 40%;
}
.three_fifth  {
	width: 60%;
}
.four_fifth  {
	width: 80%;
}
.one_sixth  {
	width: 16.6%;
}
.five_sixth  {
	width: 83.4%;
}

/* =Responsive
-------------------------------------------------------------- */
@media (max-width: 768px) {
	.full_width,
	.one_half,
	.one_third,
	.two_third,
	.one_fourth,
	.three_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {
		clear: both;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 1em;
	}
}


/* ------------------------------------------------------ */
/*	Forms (Gravity Forms)
/* ------------------------------------------------------ */

/* Form Wrapper */


/* Form Header */


/* Form Body - structure */
body .gform_wrapper .top_label li.gfield.gf_left_half input.large, 
body .gform_wrapper .top_label li.gfield.gf_left_half select.large, 
body .gform_wrapper .top_label li.gfield.gf_right_half input.large, 
body .gform_wrapper .top_label li.gfield.gf_right_half select.large {
    width: 100%;
}

body .gform_wrapper .top_label li.gfield.gf_left_half,
body .gform_wrapper .top_label li.gfield.gf_right_half {
	width: 50% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body .gform_wrapper .top_label li.gfield.gf_one_fourth_first, 
body .gform_wrapper .top_label li.gfield.gf_one_fourth_last {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
}

body .gform_wrapper .top_label li.gfield.gf_one_fourth_first {
	clear: left!important;
	width: 25%;
}

body .gform_wrapper .top_label li.gfield.gf_one_fourth_last {
	clear: right!important;
	margin: 0;
	margin-top: 16px;
	width: 25%;
}

body .gform_wrapper .top_label li.gfield.gf_left_half,
body .gform_wrapper .top_label li.gfield.gf_right_half,
body .gform_wrapper .top_label li.gfield.gf_one_fourth_first, 
body .gform_wrapper .top_label li.gfield.gf_one_fourth_last {
	margin-bottom: 38px !important;
} 

@media (min-width: 768px) {
	body .gform_wrapper .top_label li.gfield.gf_left_half {
		padding-right: 10px;
	}
	
	body .gform_wrapper .top_label li.gfield.gf_right_half, 
	body .gform_wrapper .top_label li.gfield.gf_one_fourth_first {
		padding-left: 10px;
	}
	
	body .gform_wrapper .top_label li.gfield.gf_one_fourth_last {
		padding-left: 20px;
	}
}

@media (max-width: 767px) {
	body .gform_wrapper .top_label li.gfield.gf_left_half,
	body .gform_wrapper .top_label li.gfield.gf_right_half,
	body .gform_wrapper .top_label li.gfield.gf_one_fourth_first, 
	body .gform_wrapper .top_label li.gfield.gf_one_fourth_last {
		width: 100% !important;
		clear: both !important;
	}
}


/* Labels */
body .gform_wrapper .top_label .gfield_label {
    margin: 0;
    font-family: "aktiv-grotesk",sans-serif;
	font-weight: 900;
    font-size: 16px;
    line-height: 30px;
}


/* Inputs */
body .gform_wrapper textarea,
body .gform_wrapper input[type=email], 
body .gform_wrapper input[type=number], 
body .gform_wrapper input[type=password], 
body .gform_wrapper input[type=tel], 
body .gform_wrapper input[type=text], 
body .gform_wrapper input[type=url] {
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
	color: #848484;
	font-family: "aktiv-grotesk",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	border-radius: 0;
	padding: 11px;
	outline: none;
}

body .gform_wrapper textarea:focus,
body .gform_wrapper input[type=email]:focus, 
body .gform_wrapper input[type=number]:focus, 
body .gform_wrapper input[type=password]:focus, 
body .gform_wrapper input[type=tel]:focus, 
body .gform_wrapper input[type=text]:focus, 
body .gform_wrapper input[type=url]:focus {
	background: #fff;
	border-color: #BDBDBD;
}

body .gform_wrapper textarea.medium {
	width: 100%;
}


/* Form Footer */
body .gform_wrapper .gform_footer {
	padding-top: 0;
}

/* Input */
body .gform_wrapper .gform_footer input.button, 
body .gform_wrapper .gform_footer input[type=submit] {
	font-size: 20px;
	line-height: 1;
	background: transparent;
	box-shadow: none;
	text-shadow: none;
	text-transform: uppercase;
	color: #000;
	font-family: "bebas-neue",sans-serif;
	border: none;
	background: url( images/arrow-next.png) right center no-repeat;
	padding: 10px 35px 10px 0;
}

body .gform_wrapper .gform_footer input.button:hover, 
body .gform_wrapper .gform_footer input[type=submit]:hover {
	color: #EF3D41;
}

/* Selectric */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  position: relative;
  font-family: "aktiv-grotesk",sans-serif;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 16px;
  line-height: 35px;
  color: #848484;
  height: 35px;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 35px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/42px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  min-height: 20px;
  font-family: "aktiv-grotesk",sans-serif;
  font-weight: 400;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #848484;
  cursor: pointer;
  font-family: "aktiv-grotesk",sans-serif;
}
.selectric-items li.selected {
  background: #f2f2f2;
  color: #848484;
}
.selectric-items li:hover {
  background: #f2f2f2;
  color: #848484;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}


/* ------------------------------------------------------ */
/*	Navbar
/* ------------------------------------------------------ */
#page {
	padding-top: 51px;
}

#nav-logo {
	display: inline-block;
	margin-left: 39px;
	opacity: 0;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
	    transition: all 0.1s ease-in-out;
}

#nav-logo img {
	padding-top: 6px;
}

.shrink #nav-logo {
	opacity: 1;
}

#nav {
		background: #0F1E35;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	
	.admin-bar #nav {
		top: 32px;
	}
	
	#navbar { 
		position: relative; 
		list-style: none; 
		z-index: 105; 
		margin: 0 !important;
		float: right;
		width: auto;
	}

@media (min-width: 1025px) {
	.slicknav_menu {
		display: none;
	}
	
	#navbar li { 
		position: relative; 
		float: left; 
		background: #0F1E35;
	}
	
	#navbar a { 
		display: block; 
		cursor: pointer;
	}
	
	#navbar ul { 
		position: absolute; 
		visibility: hidden;
		list-style: none; 
		z-index: 110; 
		margin: 0;
		width: 326px;
		overflow: hidden;
		padding: 0;
	}
	
	#navbar ul li { 
		float: left;
		width: 50%;
	}
	/* override columns */
	#navbar ul {
		width: 165px;
	}
	
	#navbar ul li {
		float: none;
		width: 100%;
	}
	
	/* end override */
	
	#navbar li:hover ul, 
	#navbar a:hover ul { left: 0; }
	
	
	#navbar li:hover ul { 
		visibility: visible;
	}
	
	#navbar li ul a { visibility: hidden; }
	
	#navbar li:hover ul a { 
		visibility: visible;
	}
	
	#wpadminbar li:hover ul ul {
		left: 0;
	}
	
	/* Custom Styles */
	#navbar > li > a {
		font-family: "aktiv-grotesk",sans-serif;
		font-weight: 900;
		text-transform: uppercase;
		font-size: 11px;
		line-height: 1;
		letter-spacing: 1px;
		color: #fff;
		text-decoration: none;
		padding: 20px;
		display: block;
		outline: none;
		-webkit-transition: all 0s ease-in-out;
	   -moz-transition: all 0s ease-in-out;
		    transition: all 0s ease-in-out;
	}
	
	#navbar > li > a:hover {
		color: #ddd;
	}
	
	#navbar > li.current-menu-item > a,
	#navbar > li.current-menu-parent > a,
	#navbar > li.current_page_parent > a {
		color: #EBB92F;
	}
	
	#navbar .sub-menu a {
		color: #fff;
		font-family: "aktiv-grotesk",sans-serif;
		font-weight: 400;
		font-size: 12px;
		line-height: 1;
		display: block;
		padding: 10px 18px;
		background: #0F1E35;
		cursor: pointer;
		-webkit-transition: all 0s ease-in-out;
	   -moz-transition: all 0s ease-in-out;
		    transition: all 0s ease-in-out;
	}
	
	#navbar .sub-menu a:hover,
	#navbar .sub-menu li.current-menu-item a {
		text-decoration: none;
		font-weight: 700;
		color: #ddd;
	}
	
	#navbar ul li.full {
		width: 100%;
	}
	
	@media (min-width: 1025px) and (max-width: 1200px) {
		.page-id-35 #navbar > li > a,
		.page-id-56 #navbar > li > a,
		.page-id-58 #navbar > li > a {
			padding-left: 5px;
			padding-right: 5px;
		}
	}
	
	@media (min-width: 1201px) and (max-width: 1315px) {
		.page-id-35 #navbar > li > a,
		.page-id-56 #navbar > li > a,
		.page-id-58 #navbar > li > a {
			padding-left: 12px;
			padding-right: 12px;
		}
	}
	
	/* ------------------------------------------------------ */
	/*	Mega Menu on Events Dropdown
	/* ------------------------------------------------------ */
	#menu-item-46 .sub-menu {
		background: #0F1E35;
		overflow: hidden;
		width: 330px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#menu-item-46 .sub-menu li {
		float: left;
		width: 55%;
		background: transparent;
	}
	
	#menu-item-46 .sub-menu li:nth-child(odd) {
		width: 45%;
	}
	
	#menu-item-46 .sub-menu li:nth-child(odd) a {
		border-right: 1px solid rgba(255,255,255,0.3);
	}
	
	#menu-item-46 .sub-menu li a {
		background: #0F1E35;
	}
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.6
 * (c) 2015 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;}
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 0 12px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 15px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
     }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }
 
 
@media (max-width: 1024px) {
	.slicknav_menu {
		display: block;
		position: absolute;
		width:100%;
		z-index: 110;
		background: transparent;
	}
	
	#navbar {
		display: none;
	}
	
	#nav-logo,
	.shrink #nav-logo {
		opacity: 1;
		margin-left: 20px;
	}
	
	#nav-logo img {
		padding-top: 8px;
	}
	
	#branding {
		display: none;
	}
	
	.slicknav_btn {
		position: relative;
		z-index: 111;
		width: 43px;
		height: 43px;
		padding: 15px 12px;
		text-align: center;
		border-radius: 80px;
		background: #EF3D41;
	}
	
	.slicknav_open {
		background: #fff;
	}
	
	.slicknav_menu .slicknav_menutxt {
		display: none;
	}
	
	.slicknav_menu .slicknav_icon {
		padding: 0;
		margin: 0;
		width: 19px;
	}
	
	.slicknav_open .slicknav_icon-bar {
		background: #EF3D41;
	}
	
	.slicknav_menu .slicknav_icon-bar {
		width: 100%;
	}
	
	.slicknav_nav {
		height: 100vh;
		background: #EF3D41;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 18px;
	}
	
	.slicknav_nav li {
		background: #EF3D41;
	}
	
	.slicknav_nav a {
		font-size: 20px;
		line-height: 1;
		font-weight: 900;
		margin: 10px 5px;
	}
	
	.slicknav_nav ul a {
		font-size: 14px;
		line-height: 1;
		font-weight: 400;
		text-transform: uppercase;
		margin: 10px 0;
		padding-left: 0;
		padding-right: 0;
	}
	
	.slicknav_nav .slicknav_arrow {
		font-family: 'fontawesome';
		color: #8B0D0F;
	}
	
	/* Order Up! */
	.slicknav_icon {
	display: block;
	width: 19px;
	height: 19px;
	position: relative;
	margin: 0 auto;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	cursor: pointer;
	}
	
	.slicknav_icon-bar {
	display:block;
	width: 19px;
	height: 1px;
	background-color: #000;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	margin-bottom: 3px;
	}
	
	.slicknav_open .slicknav_icon-bar {
	position: relative;
	margin: 0;
	}
	
	.slicknav_icon .slicknav_icon-bar:last-child {
	margin-bottom: 0;
	}
	
	.slicknav_open .slicknav_icon-bar:first-child {
	top: 5px;
	transform: rotate(45deg) translate(0,0);
	}
	
	.slicknav_open .slicknav_icon-bar:last-child {
	top: 0px;
	transform: rotate(-45deg) translate(0,0);
	}
	
	.slicknav_open .slicknav_icon-bar:nth-child(2n) {
	display: none;	
	}
}



/* ------------------------------------------------------ */
/*	Hero
/* ------------------------------------------------------ */
#hero {
	height: 100vh;
	max-height: 537px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}
#hero-handbook {
	height: 100vh;
	max-height: 355px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}

.hero--gradient:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, #000000 100%);
    opacity: 0.75;
}

.hero--gradient_light:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, #000000 100%);
    opacity: 0.6;
    z-index: 3;
}

.hero-blog {
	background: #EF3D41;
}

#hero.hero-blog .container {
	max-width: 960px;
	}
#hero-handbook.hero-blog .container {
	max-width: 960px;
	}

#branding {
	position: absolute;
	top: 14px;
	left: 23px;
	width: 78px;
	height: 53px;
	z-index: 100;
	opacity: 1;
	-webkit-transition: all 0.1s ease-in-out;
	   -moz-transition: all 0.1s ease-in-out;
		    transition: all 0.1s ease-in-out;
}

.shrink #branding {
	opacity: 0;
}

#branding img {
	width: 100%;
	height: auto;
}

#hero .container {
	position: relative;
	z-index: 4;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 100%;
	padding: 0 23px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	}
#hero-handbook .container {
	position: relative;
	z-index: 4;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 100%;
	padding: 0 23px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	}

.hero--default h1,
#hero .p1 {
	font-family: "aktiv-grotesk",sans-serif;
	font-weight: 900;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0;
	}
#hero .page-title {
	font-family: "aktiv-grotesk",sans-serif;
	font-weight: 900;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0 0 10px;
	}
.hero--default h1,
#hero-handbook .p1 {
	font-family: "aktiv-grotesk",sans-serif;
	font-weight: 900;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0;
	}
#hero-handbook .page-title {
	font-family: "aktiv-grotesk",sans-serif;
	font-weight: 900;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0 0 10px;
	}

.hero--excerpt h1 {
	font-family: "bebas-neue",sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

#hero .p2 {
	font-family: "kepler-std",sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	margin-top: 0.5em !important;
	}
#hero .p3 {
	font-family: "kepler-std",sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	margin-top: 30px;
	/*max-width: 600px; Removed to avoid logo overlapping */
	}
#hero p a {
	color: #fff;
	text-decoration: underline;
	}
	
#hero-handbook .p2 {
	font-family: "kepler-std",sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	margin-top: 0.5em !important;
	}
#hero-handbook .p3 {
	font-family: "kepler-std",sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	margin-top: 30px;
	/*max-width: 600px; Removed to avoid logo overlapping */
	}
#hero-handbook p a {
	color: #fff;
	text-decoration: underline;
	}

.hero-pagination {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: "bebas-neue",sans-serif;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}

a.hero--pagination_left {
	position: absolute;
	bottom: 50px;
	left: 39px;
	background: url(images/hero-pagination-left.png) 0 3px no-repeat;
	padding-left: 30px;
	color: #fff;
	text-decoration: none;
}

a.hero--pagination_right {
	position: absolute;
	bottom: 50px;
	right: 39px;
	background: url(images/hero-pagination-right.png) right 3px no-repeat;
	padding-right: 30px;
	color: #fff;
	text-decoration: none;
}

.hero-naked {
	height: 128px;
}

@media (min-width: 768px) {
	#hero {
		height: 500px;
		}
	
	#hero .container {
		max-width: 540px;
		}
	#hero-handbook {
		height: 330px;
		}
	
	#hero-handbook .container {
		max-width: 540px;
		}
	
}

@media (min-width: 992px) {
	#branding {
		top: 50px;
		left: 39px;
		width: 151px;
		height: 104px;
	}
	
	.single-post #branding,
	.single-press #branding {
		top: 70px;
	}
	
	.single-post.admin-bar #branding,
	.single-press.admin-bar #branding {
		top: 110px;
	}
	
	.page-id-35 #branding,
	.page-id-56 #branding,
	.page-id-58 #branding {
		width: 250px;
		height: 55px;
	}
	
	#hero h1 span {
		background: #EF3D41;
		padding: 0 20px;
		}
	#hero-handbook h1 span {
		background: #EF3D41;
		padding: 0 20px;
		}

}

@media (min-width: 1040px) {
	#hero {
		height: 675px;
		max-height: 675px;
		}
	
	#hero.hero--home {
		height: 750px;
		max-height: 750px;
		}
	
	#hero .container {
		max-width: 986px;
		}
	
	.hero--default h1,
	#hero .p1 {
		font-size: 60px;
		line-height: 70px;
		margin: 0;
		}
	
	.hero--excerpt h1,
	#hero .p2 {
		font-size: 24px;
		line-height: 30px;
		margin-top: 0;
		}
	
	#hero .p3 {
		font-size: 30px;
		line-height: 36px;
		}
		
	#hero-handbook {
		height: 446px;
		max-height: 446px;
		}
	
	#hero-handbook.hero--home {
		height: 495px;
		max-height: 495px;
		}
	
	#hero-handbook .container {
		max-width: 986px;
		}
	
	.hero--default h1,
	#hero-handbook .p1 {
		font-size: 60px;
		line-height: 70px;
		margin: 0;
		}
	
	.hero--excerpt h1,
	#hero-handbook .p2 {
		font-size: 24px;
		line-height: 30px;
		margin-top: 0;
		}
	
	#hero-handbook .p3 {
		font-size: 30px;
		line-height: 36px;
		}
	
	/*.hero--home:after {
		content: "";
		background: url(images/est-date.png) right bottom no-repeat;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 332px;
		height: 243px;
		z-index: 10;
	}*/
}

@media (min-width: 1400px) {
	a.hero--pagination_left,
	a.hero--pagination_right {
		bottom: 50%;
	}
}


.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
  text-shadow: none !important;
}

.rotating.flip {
  position: relative;
}

.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0,0,1px);
  -moz-transform: translate3d(0,0,1px);
  -ms-transform: translate3d(0,0,1px);
  -o-transform: translate3d(0,0,1px);
  transform: translate3d(0,0,1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}



.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  
  -webkit-transform: rotateY(180deg) translate3d(0,0,0);
  -moz-transform: rotateY(180deg) translate3d(0,0,0);
  -ms-transform: rotateY(180deg) translate3d(0,0,0);
  -o-transform: rotateY(180deg) translate3d(0,0,0);
  transform: rotateY(180deg) translate3d(0,0,0);
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,0);
  -moz-transform: rotateX(180deg) translate3d(0,0,0);
  -ms-transform: rotateX(180deg) translate3d(0,0,0);
  -o-transform: rotateX(180deg) translate3d(0,0,0);
  transform: rotateX(180deg) translate3d(0,0,0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: translate3d(0,0,100px) scale(0.85,0.85);
  transform: translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}


/* ------------------------------------------------------ */
/*	Site Footer
/* ------------------------------------------------------ */
.site-footer {
	background: #0F1E35;
	color: #fff;
	padding: 44px 0;
	font-family: "aktiv-grotesk",sans-serif;
}

.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer .container {
	width: 100%;
	max-width: 986px;
	margin: 0 auto;
	padding: 0 23px;
}

.site-footer .widget-area:first-child {
	margin-bottom: 50px;
}

#footer-links {
	display: none;
}

.site-footer a,
.footer--address {
	color: rgba(255,255,255,0.5);
} 

.site-footer .widget-title {
	font-family: "aktiv-grotesk",sans-serif;
	font-size: 24px;
	line-height: 34px;
	font-weight: 900;
	margin: 0 0 6px;
	color: #fff;
}

.footer--link a {
	font-family: "bebas-neue",sans-serif;
	color: #ED413E;
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
}

.footer--link a:hover {
	color: #fff;
}

.footer--address {
	font-size: 14px;
	line-height: 20px;
}

.footer--social {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	overflow: hidden;
}

.footer--social li {
	display: inline-block;
	margin-right: 18px;
}

.footer--social a {
	display: block;
	font-size: 27px;
}

.footer--creds p {
	font-size: 12px;
	line-height: 20px;
	color: rgba(255,255,255,0.5);
}

.footer--creds span {
	display: block;
	line-height: 20px;
}

.footer--creds a {
	color: #fff;
	text-decoration: underline;
}

.footer--creds a:hover {
	color: rgba(255,255,255,0.5);
	text-decoration: none;
}

.site-footer .menu li {
	margin-bottom: 4px;
}

.site-footer .menu a {
	font-weight: 900;
	font-size: 14px;
	line-height: 20px;
	display: block;
	text-decoration: none;
	color: #fff;
}

.site-footer .menu a:hover {
	color: rgba(255,255,255,0.5);
}
.footer--social a:hover {
	color: #fff;
}

#footer-posts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-posts li {
	margin: 0 0 10px;
}

#footer-posts li a {
	color: #fff;
}

#footer-posts li a:hover {
	color: rgba(255,255,255,0.5);
	text-decoration: none;
}

#footer-posts h4,
#footer-posts p {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 900;
	font-family: "aktiv-grotesk",sans-serif;
}

#footer-posts p {
	font-weight: 400;
}

@media (min-width: 768px) {
	#footer-links {
		display: block;
	}
	
	.site-footer .widget-area:first-child {
		margin-bottom: 0;
	}
	
	.footer--widgets .widget-area {
		float: right;
		width: 25%;
	}
	
	#footer-posts {
		width: 43.23232%;
	}
	
	#footer-contact {
		float: left;
		width: 26.1414%;
		margin-right: 3.63636%;
	}
	
	.footer--social {
		margin-bottom: 40px;
	}
	
	.footer--creds span {
		display: inline;
	}
}


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

/* Intro ------------------------------------------ */
.home-intro {
	background: #fff;
	position: relative;
}

.home-intro .inner {
	padding: 64px 28px;
}

.home-intro p {
	font-size: 16px;
	line-height: 26px;
}

.home-intro .inner *:last-child {
	margin-bottom: 0;
}

.home-intro #feature-boxes {
	display: none;
}

.feature-box {
	color: #fff;
	padding:8px;
}

.feature-box-red,
.txt-box-red,
.bg-red {
	background: #EF3D41;
}

.feature-box-yellow,
.txt-box-yellow,
.bg-yellow {
	background: #EBB931;
}

.feature-box-blue,
.txt-box-blue,
.bg-blue {
	background: #0F1E35;
}

.feature-box span,
.txt-box-span {
	display: block;
}

.feature-box .heading,
.txt-box .heading {
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: "bebas-neue",sans-serif;
}

.feature-box .heading:after,
.txt-box .heading:after {
	content: "";
	height: 1px;
	width: 100px;
	background: #fff;
	margin: 5px 0;
	display: block;
}

.feature-box .subheading,
.txt-box .subheading {
	font-size: 16px;
	line-height: 24px;
	font-weight: 900;
	font-family: "aktiv-grotesk",sans-serif;
}

@media (min-width: 832px) {
	.home-intro {
		height: 240px;
	}
	
	.home-intro .inner {
		width: 50%;
		margin: 0 15% 0 35%;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.home-intro #feature-boxes {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 300px;
		height: 300px;
		z-index: 11;
	}
	
	.home-intro .feature-box {
		width: 150px;
		height: 150px;
		position: absolute;
	}
	
	.home-intro .feature-box:first-child {
		top: 0;
		left: 0;
	}
	
	.home-intro .feature-box:nth-child(2n) {
		bottom: 0;
		left: 150px;
	}
	
	.home-intro .feature-box:last-child {
		bottom: 0;
		left: 0;
	}
	
	.home-intro p {
		font-size: 24px;
		line-height: 30px;
	}
}

@media (min-width: 1200px) {
	
	.home-intro {
		height: 360px;
	}
	
	.home-intro .inner {
		max-width: 620px;
		margin-left: 40%;
	}
	
	.home-intro #feature-boxes {
		width: 480px;
		height: 480px;
	}
	
	.home-intro .feature-box {
		width: 240px;
		height: 240px;
		padding: 24px;
	}
	
	.home-intro .feature-box:first-child {
		top: 0;
		left: 0;
	}
	
	.home-intro .feature-box:nth-child(2n) {
		bottom: 0;
		left: 240px;
	}
	
	.home-intro .feature-box:last-child {
		bottom: 0;
		left: 0;
	}
	
	.feature-box .heading {
		font-size: 36px;
		line-height: 40px;
	}
	
	.feature-box .subheading {
		font-size: 16px;
		line-height: 24px;
	}

	
}

@media (min-width: 1376px) {
	.home-intro .inner {
		margin-left: 35%;
	}
}

/* Case Study ------------------------------------------ */
.extcs {
	position: relative;
	overflow: hidden;
	background-color: #2b3d61;
}

.extcs .inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	display: flex;
	align-items: center;
}

.extcs .abs {
	padding: 32px 28px;
	position: relative;
	z-index: 10;
	color: #fff;
	
}

.extcs .clr {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 64px 28px;
	height: 456px;
}

.extcs .img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 340px;
}

.extcs h2 {
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: "bebas-neue",sans-serif;
	color: #fff;
}

.extcs h3 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 900;
	color: #fff;
	font-family: "aktiv-grotesk",sans-serif;
	margin: 0;
}

.extcs a {
	color: #DC5350;
	-webkit-transition: all 0.1s ease-in-out;
	   -moz-transition: all 0.1s ease-in-out;
		    transition: all 0.1s ease-in-out;
}

.extcs a:hover {
	color: #fff;
	text-decoration: none;
}

.extcs .abs div *:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.extcs .img,
	.extcs .clr {
		float: left;
		width: 50%;
	}
	
	.extcs .inner {
		width: 100%;
	}
	
	.extcs .abs {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
	
	.extcs .img,
	.extcs .clr,
	.extcs .inner {
		height: 719px;
	}
	
	.extcs h2 {
		font-size: 24px;
		line-height: 34px;
	}
	
	.extcs h3 {
		font-size: 60px;
		line-height: 70px;
		margin-bottom: 15px;
	}
	
	.extcs .abs div {
		max-width: 391px;
	}
}


/* Three Columns -------------------------------------- */
.threecol {
	overflow: hidden;
}

.home-threecol .col {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-bottom: 16px solid #EBB931;
	display: block;
}

.home-threecol .inner {
	background: rgba(255,255,255,0.85);
	padding: 64px 48px;
	color: #111F34;
	text-align: center;
}

.home-threecol .inner *:last-child {
	margin-bottom: 0;
}

.threecol h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 900;
	font-family: "aktiv-grotesk",sans-serif;
}

.threecol .alt-font {
	font-size: 24px;
	color: #EF3D41;
}

@media (min-width: 800px) {
	.home-threecol {
		height: 756px;
	}
	
	.home-threecol .col {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		border-bottom: 16px solid transparent;
		float: left;
		width: 33.333%;
		height: 740px;
	}
	
	.home-threecol .col:hover {
		border-bottom: 16px solid #EBB931;
		text-decoration: none !important;
	}
	
	.threecol .inner {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 80%;
		margin: 0 auto;
	}
	
	.home-threecol .col .inner {
		padding-top: 0;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
	
	.home-threecol .col:hover .inner {
		padding-top: 64px;
	}
	
	.home-threecol .col img,
	.home-threecol .col p.alt-font {
		opacity: 0;
		transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
	}
	
	.home-threecol .col:hover img,
	.home-threecol .col:hover p.alt-font {
		opacity: 1;
	}
}


/* Logo Grid ------------------------------------------ */
.logogrid {
	margin: 0 auto;
	width: 100%;
	max-width: 1056px;
	padding: 64px 0;
}

.logogrid h2 {
	font-family: "aktiv-grotesk",sans-serif;
	text-align: center;
	font-weight: 900;
	color: #111F34;
	font-size: 16px;
	line-height: 21px;
	padding: 0 28px;
	margin-bottom: 16px;
}

.logogrid ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 0;
}

.logogrid li {
	display: inline-block;
	width: 46%;
	text-align: center;
	margin: 2%;
	font-size: 16px;
	min-height: 100px;
	-webkit-transition: all 1500ms ease-in-out;
	   -moz-transition: all 1500ms ease-in-out;
		    transition: all 1500ms ease-in-out;
}

.logogrid .fader {
	opacity: 0;
	display: none;
	-webkit-transition: all 1500ms ease-in-out;
	   -moz-transition: all 1500ms ease-in-out;
		    transition: all 1500ms ease-in-out;
}

.logogrid img {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

.logogrid a {
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: "bebas-neue",sans-serif;
	color: #DC5350;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	text-align: left;
	-webkit-transition: all 0.1s ease-in-out;
	   -moz-transition: all 0.1s ease-in-out;
		    transition: all 0.1s ease-in-out;
}

.logogrid li.last-item a:after {
	font-family: "fontawesome";
	content: "\f178";
	font-size: 18px;
	color: #DC5350;
	position: absolute;
	top: 25%;
	right: -23px;
}

@media (max-width: 767px) {
	.logogrid li:nth-last-child(2) {
		display: none;
	}
}

@media (min-width: 768px) {
	.logogrid h2 {
		font-size: 28px;
	}
	
	.logogrid li {
		width: 21%;
	}
}

@media (min-width: 960px) {
	.logogrid li {
		width: 16%;
	}
}

/* Footer Quote ------------------------------------------ */
.pagefooter {
	position: relative;
	overflow: hidden;
	background-color: #EF3D41;
}

.pagefooter .img {
	height: 284px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.pagefooter .bd {
	padding: 64px 28px;
	color: #fff;
}

.pagefooter h3 {
	font-size: 24px;
	line-height: 40px;
	font-family: "bebas-neue",sans-serif;
	color: #fff;
}

.pagefooter .quote p {
	font-family: "aktiv-grotesk",sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 900;
	position: relative;
}

.pagefooter .cite {
	font-family: "aktiv-grotesk",sans-serif;
	font-size: 20px;
	line-height: 30px;
}

.pagefooter p.cta {
    font-size: 24px;
    line-height: 40px;
    font-family: "bebas-neue",sans-serif;
    color: #fff;
}

.pagefooter p.cta a {
	color: #0F1E35;
}

.pagefooter p.cta a:hover {
	color: #fff;
}

@media (min-width: 768px) {
	.pagefooter .img,
	.pagefooter .bd {
		float: left;
		width: 50%;
		height: 594px;
	}
	
	.pagefooter .bd {
		padding: 0 64px;
		display: flex;
		align-items: center;
	}
	
	.pagefooter .bd .inner {
		max-width: 400px;
	}
}


/* ------------------------------------------------------ */
/*	Venues Page
/* ------------------------------------------------------ */

#venues-grid ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#venues-grid li {
	float: left;
	width: 16.666%;
	height: 240px;
}

#venues-grid li.inner {
	width: 49.998%;
	padding: 0 20px;
	margin-top: -100px;
	padding-top: 80px;
	background: #fff;
	position: relative;
	z-index: 50;
	height: 340px;
	display: flex;
	align-content: center;
	justify-content: center;
}

.page-id-299 #venues-grid li.inner {
	padding-top: 40px;
}

#venues-grid li.inner p {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
}

#venues-grid li.inner div {
	width: 100%;
	max-width: 391px;
	font-size: 24px;
	line-height: 34px;
}

@media (min-width: 1500px) {
	#venues-grid li.inner {
		justify-content: flex-end;	
	}
	
	#venues-grid li.inner div {
		margin-right: 30px;
	}
}

#venues-grid img {
	width: 100%;
	height: auto;
	float: left;
}

.txt-box {
	color: #fff;
}

.img-box {
	float: left;
	width: 100%;
	height: 240px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.img-box img {
	object-fit: cover;
	max-height: 240px;
}

#venues-grid li .txt-box {
	height: 100%;
	padding: 20px;
}

#venues-grid li .txt-box .box-inner {
	position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

@media (min-width: 1001px) and (max-width: 1440px) {
	#venues-grid li {
		float: left;
		width: 16.666%;
		height: 240px;
	}
	
	 .img-box {
		height: 240px;
	}
	
	#venues-grid .img-box img {
		height: 100%;
	}
}

@media (max-width: 1000px) {
	#venues-grid li.inner {
	    width: 100%;
	    height: auto;
	    padding: 0 23px;
	    margin-top: 0;
    }
    
    #venues-grid li.inner div {
	    float: none;
	    width: 100%;
	    max-width: 100%;
	    padding: 50px 0;
	    font-size: 16px;
	    line-height: 22px;
	}
	
	#venues-grid li {
		float: none;
		width: 100%;
	}
}

@media (min-width: 1600px) {
	#venues-grid li {
		float: left;
		width: 16.666%;
		height: 320px;
	}
	
	 .img-box {
		height: 320px;
	}
	
	#venues-grid .img-box img {
		height: 100%;
		max-height: 320px;
	}
}

@media (min-width: 1920px) {
	#venues-grid li {
		float: left;
		width: 16.666%;
		height: 350px;
	}
	
	 .img-box {
		height: 350px;
	}
	
	#venues-grid .img-box img {
		height: 100%;
		max-height: 350px;
	}
}

/* Locations ------------------------------------------ */
.venues-loc {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 64px 28px;
	color: #111F34;
}

.venues-loc h2 {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 900;
	margin-bottom: 30px;
}

.venues-loc.sv h2 {
	text-align: left;
}

.venues-loc ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

.venues-loc.mv ul {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 300px;
    -moz-column-width: 300px;
    column-width: 300px;
    -moz-column-fill: auto;
    column-fill: auto;
  
}

@media (min-width: 1000px) {
	.venues-loc.sv ul.one-third {
		float: left;
		width: 30%;
		margin-left: 5%;
	}
	
	.venues-loc.sv ul.first {
		margin-left: 0;
	}
}

.venues-loc li {
	font-size: 24px;
	line-height: 48px;
	text-transform: uppercase;
	font-family: "bebas-neue",sans-serif;
}

.venues-loc.mv li {
	padding-left: 20px;
}

.venues-loc.mv li:before {
	font-family: "fontawesome";
	content: "\f061";
	font-size: 18px;
	color: #DC5350;
	padding-right: 10px;
	position: relative;
	top: -2px;
}

/* LogoGrid ------------------------------------------ */
@media (min-width: 960px) {
	.venues-logogrid {
		background: url(images/bg-map.png) center bottom 50px no-repeat;
		padding-bottom: 150px;
	}
	
	.venues-logogrid h2 {
		font-size: 54px;
		line-height: 60px;
		font-weight: 900;
		text-align: left;
		padding: 0;
		margin-bottom: 14px;
	}
	
	.venues-logogrid ul {
		padding-top: 150px;
	}
}


/* ------------------------------------------------------ */
/*	Single Venue Page
/* ------------------------------------------------------ */
.venue-footer {
	background: #EF3D41;
	color: #fff;
}

.venue-footer .container {
	width: 100%;
	max-width: 986px;
	margin: 0 auto;
	padding: 100px 23px;
	font-size: 20px;
	line-height: 28px;
}

.venue-footer h2 {
	font-size: 60px;
	line-height: 70px;
	margin: 0;
}

.venue-footer p {
	max-width: 523px;
	margin: 20px 0 0;
}

.venue-footer a.fs-medium {
	color: #0F1E35;
	text-decoration: none;
	padding-right: 40px;
}

.venue-footer a.fs-medium:hover {
	color: #fff;
	text-decoration: none;
}

@media (max-width: 767px) {
	.venue-footer .container {
		padding-top: 40px;
		padding-bottom: 40px;
		font-size: 16px;
		line-height: 22px;
	}
	
	.venue-footer h2 {
		font-size: 30px;
		line-height: 40px;
	}
}

/* ------------------------------------------------------ */
/*	Careers Page
/* ------------------------------------------------------ */
.careers--intro {
	background: #fff;
	padding: 45px 28px 64px;
}

.careers--intro p {
	font-size: 16px;
	line-height: 26px;
}

.careers--slider {
	background: #EF3D41;
	color: #fff;
}

.slides--img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 320px;
	margin-top: 0;
}

.careers--slider .slides--quote {
	padding: 45px 28px 64px; 
}

.careers--slider h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.slides--quote .quote p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 900; 
	font-family: "aktiv-grotesk",sans-serif;
}

.slides--quote .cite {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	margin: 16px 0;
	font-family: "aktiv-grotesk",sans-serif;
}

.careers--slider .flex-control-nav {
	bottom: 30px;
	left: 0;
	padding-left: 23px;
	text-align: left;
}

.careers--slider .flex-control-paging li a {
	background: #f47f82;
	background: rgba(255,255,255,0.34);
	outline: none !important;
}

.careers--slider .flex-control-paging li a.flex-active {
	background: #fff;
	background: rgba(255,255,255,1.0);
}

.careers-content {
	padding: 45px 28px 80px;
}

.careers-content .one_fourth {
	opacity: 0;
	transform: translateX(30px);
	transition: all 0.4s ease-in-out;
}

.careers-content .one_fourth.is-showing {
	opacity: 1;
	transform: translateX(0px); 
}

.careers-content .container {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	color: #0F1F36;
}

.careers-content2 {
	background: #ececec;
}

.careers-content h2 {
	text-align: center;
	font-size: 30px;
	line-height:40px;
	font-weight: 900;
	margin: 32px 0;
}

.careers-content h3 {
	font-family: "bebas-neue",sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	margin: 16px 0 6px;
}

.careers-content p {
	font-size: 18px;
	line-height: 28px;
}

.careers-content3 p {
	margin-bottom: 16px;
}

.careers-content3 p strong {
	font-weight: 900;
}

.careers-banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 64px 28px;
	font-family: "aktiv-grotesk",sans-serif;

}

.careers-banner p {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: 900;
}

.careers-banner p:last-child {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 400;
}

.careers-banner p a {
	color: #DC5350;
	display: block;
}

.careers-banner a .fa {
	font-size: 40px;
	line-height: 40px;
	padding-right: 10px;
	position: relative;
	top: 5px;
}

.careers--footer,
.retail-footer {
	position: relative;
}

.careers--footer .inner,
.retail-footer .inner {
	position: absolute;
	top: 0;
	left: 0;
	height: 284px;
}

.careers--footer .abs,
.retail-footer .abs {
	padding: 32px 28px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.careers--footer h2,
.retail-footer h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 10px;
}

.careers--footer p,
.retail-footer p {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}

.careers--footer p:last-child,
.retail-footer p:last-child {
	margin-bottom: 0;
}

.careers--footer a,
.retail-footer a {
	color: #111F34;
	font-size: 18px;
}

.careers--footer .clr,
.retail-footer .clr {
	background-color: #EF3D41;
	height: 284px;
}

.careers--footer .img,
.retail-footer .img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 273px;
}

a[rel="lightbox"]:hover {
	text-decoration: underline;
}

.video-play-button {
  position: relative;
  z-index: 10;
  box-sizing: content-box;
  display: inline-block;
  width: 16px;
  height: 22px;
  border-radius: 50%;
  padding: 9px 10px 9px 14px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite; }

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(239, 61, 65, 0.5);
  border-radius: 50%;
  transition: all 200ms; }

.video-play-button:hover:after {
  background: rgba(50, 47, 49, 0.9); }

.video-play-button .play {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent; 
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
    
.video-play-button + .text {
	margin-left: 20px;
	display: inline-block;
	position: relative;
	top: -10px;
}

@media (min-width: 768px) {
	.careers--footer .inner,
	.careers--footer .clr,
	.careers--footer .img,
	.retail-footer .inner,
	.retail-footer .clr,
	.retail-footer .img {
		height: 490px;
	}
	
	.careers--footer .inner,
	.retail-footer .inner {
		width: 100%;
	}
	
	.careers--footer .abs,
	.retail-footer .abs {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
	
	.careers--footer .clr,
	.careers--footer .img,
	.retail-footer .clr,
	.retail-footer .img {
		float: left;
		width: 50%;
	}
	
	.careers--footer h2,
	.retail-footer h2 {
		font-size: 60px;
		line-height: 70px;
		margin-bottom: 6px;
		text-transform: uppercase;
	}
	
	.careers--footer p,
	.retail-footer p {
		max-width: 400px;
		font-size: 20px;
	}
	
	#careers {
		position: relative;
	}
	
	.careers--intro {
		width: 50%;
		position: absolute;
		top: -200px;
		left: 0;
		z-index: 10;
		padding-top: 64px;
	}
	
	.careers--intro p {
		font-size: 24px;
		line-height: 30px;
	}
	
	.careers--intro .inner {
		float: right;
		max-width: 400px;
		margin-right: 70px;
	}
	
	#careers .flexslider .slides li {
		height: 800px;
	}
	
	.slides--img,
	.slides--quote {
		float: left;
		width: 50%;
	}
	
	.slides--quote .quote p {
		font-size: 30px;
		line-height: 40px;
	}
	
	.slides--img {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		height: 700px;
		margin-top: 100px;
	}
	
	.careers--slider .slides--quote {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		max-width: 530px;
		padding-left: 90px;
		padding-right: 0;
	}
	
	.careers--slider .flex-control-nav {
		bottom: 100px;
		left: 50%;
		text-align: left;
		padding-left: 90px;
		z-index: 11;
		width: auto;
	}
	
	.careers-content .one_fourth {
		padding: 0 3.46%;
	}
	
	.careers-content3 .one_half {
		width: 46.93877%;
		margin-right: 6.12244%;
	}
	
	.careers-content3 .one_half.last_column {
		margin-right: 0 !important;
	}
	
	.careers-banner {
		height: 540px;
	}
	
	.careers-banner p {
		font-size: 30px;
		line-height: 40px;
	}
	
	.careers-banner p em {
		margin: 30px 0 0;
		font-size: 20px;
	}
	.careers-banner .inner {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
		max-width: 940px;
		margin: 0 auto;
	}
}


/* ------------------------------------------------------ */
/*	Add-on - Career Types
/* ------------------------------------------------------ */
.career-options {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.career-options a.segment {
	width: 20%;
	text-align: center;
	display: block;
	text-decoration: none !important;
}

.career-options a.segment img {
	opacity: 1;
	-webkit-transition: all 0.15s ease-in-out;
	   -moz-transition: all 0.15s ease-in-out;
		    transition: all 0.15s ease-in-out;
}

.career-options a.segment span {
	font-family: "aktiv-grotesk",sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #ababab;
	text-decoration: none;
	-webkit-transition: all 0.15s ease-in-out;
	   -moz-transition: all 0.15s ease-in-out;
		    transition: all 0.15s ease-in-out;
}

.career-options a.segment:hover span {
	color: #666;
}

.career-options a.segment:hover img {
	opacity: 0.7;	
}

@media (max-width: 600px) {
	.career-options a.segment {
		width: 50%;
	}
}

@media (min-width: 601px) and (max-width: 1024px) {
	.career-options a.segment {
		width: 33.333%;
	}
}


/* ------------------------------------------------------ */
/*	Single Case Study
/* ------------------------------------------------------ */
/* Intro ------------------------------------------ */
.cs-intro {
	background: #fff;
	position: relative;
}

.cs-intro .inner {
	padding: 64px 28px;
}

.cs-intro p {
	font-size: 16px;
	line-height: 26px;
}

.cs-intro .inner *:last-child {
	margin-bottom: 0;
}

.cs-intro #feature-boxes {
	display: none;
}

.cs-intro h2 {
	color: #DC5350;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 12px;
}

.cs-intro ul {
	list-style: disc;
	margin: 0 0 0 16px;
	padding: 0;
}

.cs-intro ul li {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}

@media (min-width: 832px) {
	.cs-intro {
		height: 540px;
	}
	
	.cs-intro .container {
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
		position: relative;
		
		padding: 0;
	}
	
	.cs-intro .inner {
		
	}
	
	.cs-intro #feature-boxes {
		display: block;
		position: absolute;
		top: -130px;
		right: 0;
		width: 300px;
		height: 300px;
		z-index: 11;
	}
	
	.cs-intro .feature-box {
		width: 150px;
		height: 150px;
		position: absolute;
	}
	
	.cs-intro .feature-box:first-child {
		top: 0;
		right: 0;
	}
	
	.cs-intro .feature-box:nth-child(2n) {
		bottom: 0;
		right: 150px;
	}
	
	.cs-intro .feature-box:last-child {
		bottom: 0;
		right: 0;
	}
}

@media (min-width: 1376px) {
	
	.cs-intro {
		height: auto;
	}
	
	.cs-intro .inner {
		max-width: 730px;
	}
	
	.cs-intro #feature-boxes {
		width: 480px;
		height: 480px;
	}
	
	.cs-intro .feature-box {
		width: 240px;
		height: 240px;
		padding: 24px;
	}
	
	.cs-intro .feature-box:first-child {
		top: 0;
		right: 0;
	}
	
	.cs-intro .feature-box:nth-child(2n) {
		bottom: 0;
		right: 240px;
	}
	
	.cs-intro .feature-box:last-child {
		bottom: 0;
		right: 0;
	}
}

/* Image Grid ------------------------------------------- */
#image-grid {
	display: none;
}

@media (min-width: 768px) {
	#image-grid {
		display: block;
		height: 256px;
		font-size: 0;
	}
	
	#image-grid .img {
		display: inline-block;
		width: 33.333%; 
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 100%;
	}
}

@media (min-width: 960px) {
	#image-grid {
		height: 440px;
	}
}

/* Secondary Content ------------------------------------ */
.cs-secondary .container {
	width: 100%;
	max-width: 1056px;
	margin: 0 auto;
	padding: 64px 28px;
}


/* ------------------------------------------------------ */
/*	Case Study Pagination
/* ------------------------------------------------------ */
.cs-navigation {
	overflow: hidden;
}

.cs-navigation .prevnext {
	float: left;
	width: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: "aktiv-grotesk",sans-serif;
}

.cs-navigation a {
	color: #111F34;
	display: block;
}

.cs-navigation .prevnext:hover {
	cursor: pointer;
}

.cs-navigation .prevnext:hover a {
	text-decoration: none;
	color: #DC5350;
}

.cs-navigation h4 {
	font-size: 22px;
	line-height: 32px;
	text-transform: uppercase;
}

.cs-navigation h5 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 900;
}

.cs-navigation .inner {
	background: rgba(255,255,255,0.85);
	padding: 64px;
	margin: 32px;
}



/* ------------------------------------------------------ */
/*	Blog Archive
/* ------------------------------------------------------ */
.insta-wrapper {
	display: none;
}

#blog {
	width: 100%;
	max-width: 1216px;
	margin: 0 auto 50px;
}

#blog .content-box {
	float: left;
	width: 921px;
}

.content-box .content-pull {
	margin-top: -100px;
	float: right;
	width: 650px;
	background: #fff;
	position: relative;
	z-index: 2;
}

.content-box .content {
	margin-top: 160px;
	padding: 22px 22px 0;
	border-left: 12px solid #ccc;
	border-right: 12px solid #ccc;
}

.content-box .content-inner-pull {
	margin-top: -130px;
}

.sidebar-left {
	float: left;
	width: 268px;
	padding-right: 55px;
	margin-right: 0;
}

.sidebar-right {
	float: right;
	width: 268px;
	padding-left: 55px;
}

.sidebar {
	margin-top: 60px;
	margin-bottom: 0;
	text-align: center;
}

.sidebar .widget {
	background: url(images/diamond.png) center bottom no-repeat;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.sidebar .widget:last-child {
	background: none;
}

.sidebar h3 {
	font-size: 20px;
	line-height: 30px;
	color: #0F1E35;
	font-family: "bebas-neue",sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}

#blog .teaser {
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 50px;
}

#blog .teaser header {
	text-align: center;
	margin: 10px 0;
}

#blog .teaser .cat {
	display: block;
	font-family: "bebas-neue",sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
}

#blog .teaser .cat a {
	color: #0F1E35;
}

#blog .teaser .cat a:hover {
	color: #EF3D41;
	text-decoration: none;
}

#blog .teaser header h2 {
	font-size: 30px;
	line-height: 40px;
	color: #0F1E35;
	margin: 0;
}

#blog .teaser header h2 a {
	color: #0F1E35;
}

#blog .teaser header h2 a:hover {
	color: #EF3D41;
	text-decoration: none;
}

.dpe-flexible-posts .excerpt p {
	font-family: "aktiv-grotesk",sans-serif;
	font-weight: 900;
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 1024px) {
	#blog .content-box,
	#blog .content,
	#blog .content-pull {
		float: none;
		width: 100%;
	}
	
	#blog .content-pull {
		margin: 0;
	}
	
	.content-box .content {
		border: 0;
		margin-top: 30px;
	}
	
	#blog .content-inner-pull {
		margin: 0;
	}
	
	.sidebar {
		display: none;
	}
}


/* ------------------------------------------------------ */
/*	Blog Posts
/* ------------------------------------------------------ */
.post-box {
	width: 100%;
	max-width: 976px;
	margin: 0 auto;
	padding-left: 18px;
	padding-right: 18px;
}

.single-post .post-box {
	padding-top: 40px;
}

.page-template-default .post-box {
	padding-top: 50px;
	padding-bottom: 50px;
}


.post-header {
	margin-bottom: 20px;
}

.post-thumb {
	margin-bottom: 40px;
}

.post-meta {
	font-family: "bebas-neue",sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
}

.post-meta a {
	color: #0F1E35;
	text-decoration: none;
}

.post-meta a:hover {
	color: #DC5350;
}

h1.entry-title {
	font-family: "aktiv-grotesk",sans-serif;
	font-weight: 900;
	font-size: 60px;
	line-height: 70px;
	color: #0F1E35;
}

@media (max-width: 1000px) {
	.post-meta {
		font-size: 20px;
		line-height: 30px;
	}
	
	h1.entry-title {
		font-size: 30px;
		line-height: 40px;
	}
}



.post-navigation > div {
	float: left;
	width: 50%;
	overflow: hidden;
	height: 330px;
}

.post-navigation > div a {
	display: block;
	background-color: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 330px;
	padding: 39px 23px 23px;
	border-bottom: 16px solid transparent;
}

.post-navigation > div a:hover {
	border-bottom: 16px solid #EBB931;
	text-decoration: none;
	color: #0F1E35;
}

.post-navigation > div .inner {
	background: rgba(255,255,255,0.85);
	width: 100%;
	height: 100%;
	display: table;
}

.post-navigation > div .inner p {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0 40px;
	font-size: 36px;
	line-height: 40px;
}

@media (max-width: 992px) {
	.post-navigation > div {
		float: none;
		width: 100%;
	}
	
	.post-navigation > div .inner p {
		font-size: 20px;
		line-height: 30px;
		padding: 20px;
	}
}


/* ------------------------------------------------------ */
/*	Press Room
/* ------------------------------------------------------ */
#presspage {
	width: 100%;
	max-width: 990px;
	margin: 0 auto 40px;
	padding: 54px 23px 0;
}

#presspage .content {
	float: left;
	width: 64%;
	padding-right: 55px;
	border-right: 12px solid #efefef;
}

#presspage .sidebar {
	float: right;
	width: 36%;
	padding-left: 55px;
	text-align: left;
	padding-bottom: 30px;
	margin: 0;
	font-size: 18px;
	line-height: 1.5em;
}

#presspage .sidebar ul {
	list-style: none;
	margin: 30px 0;
	padding: 0;
}

#presspage .sidebar ul li {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.5em;
}

#presspage .press {
	margin-bottom: 50px;
}

#presspage h1.page-title {
	font-family: "aktiv-grotesk",sans-serif;
	font-weight: 900;
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 20px 0;
}

#presspage .cat {
	font-family: "bebas-neue",sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
}

#presspage .cat a {
	color: #0F1E35;
	text-decoration: none;
}

#presspage .cat a:hover {
	color: #DC5350;
}

#presspage h2.entry-title {
	font-family: "aktiv-grotesk",sans-serif;
	font-weight: 900;
	font-size: 24px;
	line-height: 34px;
	margin: 0;
}

#presspage h2.entry-title a {
	color: #0F1E35;
}

#presspage h2.entry-title a:hover {
	color: #DC5350;
}

#presspage p.source {
	font-family: "aktiv-grotesk",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
}

#presspage .widget {
	padding-bottom: 0;
	background: none;
	font-size: 20px;
	line-height: 30px;
}

#presspage .widget a {
	color: #5AA3E8;
}

#presspage .widget a:hover {
	color: #0F1E35;
	text-decoration: none;
}

.page-navigation {
	overflow: hidden;
	padding: 40px 0 20px;
}

.page-navigation .prev,
.page-navigation .next {
	float: left;
	width: 50%;
	font-family: "bebas-neue",sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
}

.page-navigation .next {
	float: right;
	text-align: right;
}

.page-navigation .prev a {
	background: url(images/arrow-prev.png) left top no-repeat;
	padding-left: 30px;
	color: #0F1E35;
}

.page-navigation .next a {
	background: url(images/arrow-next.png) right top no-repeat;
	padding-right: 30px;
	color: #0F1E35;
}

.page-navigation a:hover {
	color: #DC5350;
	text-decoration: none;
}

@media (max-width: 1000px) {
	#presspage .content,
	#presspage .sidebar {
		float: none;
		width: 100%;
		padding: 0;
		border: none;
		margin: 0;
	}
	
	#presspage h1.page-title {
		display: none;
	}
	
	#presspage .sidebar {
		display: block;
	}
	
	.page-navigation {
		padding-top: 0;
		padding-bottom: 30px;
	}
}


/* ------------------------------------------------------ */
/*	Retail Page
/* ------------------------------------------------------ */
#retail .container {
	width: 100%;
	max-width: 986px;
	margin: 0 auto;
	padding: 100px 23px 70px;
}

.retail-grid .grid-item {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.retail-grid .grid-item {
		float: left;
		width: 31.59574%;
		margin-left: 2.6%;
	}
	
	.retail-grid .grid-item:nth-child(3n+1) {
		clear: both;
		margin-left: 0;
	}
}

.retail-grid img,
.retail-grid h3,
.retail-grid p {
	margin: 0;
	font-size: 18px;
	line-height: 26px;
}

.retail-grid h3 {
	font-weight: 700;
}

.retail-grid a {
	color: #4A90E2;
	text-decoration: underline;
}

.retail-grid a:hover {
	color: #0F1E35;
	text-decoration: none;
}


/* ------------------------------------------------------ */
/*	Restaurants
/* ------------------------------------------------------ */
#restaurants .img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	float: right;
	width: 50%;
	overflow: hidden;
}

#restaurants .img img {
	width: 100%;
	height: auto;
	float: left;
}

#restaurants .bd {
	float: left;
	width: 50%;
}

#restaurants .bd .inner {
	max-width: 382px;
	margin-right: 90px;
	float: right;
}

#restaurants .mo:nth-child(even) .img {
	float: left;
}

#restaurants .mo:nth-child(even) .bd {
	float: right;
}

#restaurants .mo:nth-child(even) .bd .inner {
	margin-right: 0;
	margin-left: 90px;
	float: none;
	padding: 50px 0;
}

#restaurants .inner,
#restaurants .inner h2,
#restaurants .inner p {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 10px;
}

#restaurants .inner a.arrow {
	background: url(images/visit-arrow.png) 0 0 no-repeat;
	width: 100%;
	height: 22px;
	text-indent: -999em;
	display: block;
	outline: none;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		    transition: all 0.2s ease-in-out;
}

#restaurants .inner a.arrow:hover {
	background-position: 10px 0;
}

@media (max-width: 767px) {
	#restaurants .img,
	#restaurants .bd {
		float: none !important;
		width: 100% !important;
	}
	
	#restaurants .img {
		background-image: none !important;
	}
	
	#restaurants .bd .inner,
	#restaurants .mo:nth-child(even) .bd .inner {
		margin: 0;
		padding: 50px 23px;
		float: none;
		width: 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	#restaurants .img,
	#restaurants .bd {
		height: 454px;
	}
	
	#restaurants .img img {
		display: none;
	}
	
	#restaurants .bd .inner {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#restaurants .bd .inner {
		padding: 30px;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	#restaurants .mo:nth-child(even) .bd .inner {
		margin-left: 0;
		margin-right: 0;
		padding: 30px;
	}
}

.restaurants-footer {
	background: #EF3D41;
	color: #fff;
}

.restaurants-footer .container {
	width: 100%;
	max-width: 986px;
	margin: 0 auto;
	padding: 100px 23px;
	font-size: 20px;
	line-height: 28px;
}

.restaurants-footer h2 {
	font-size: 60px;
	line-height: 70px;
	margin: 0;
}

.restaurants-footer p {
	max-width: 523px;
	margin: 20px 0 0;
}

.restaurants-footer a.fs-medium {
	color: #0F1E35;
	text-decoration: none;
	padding-right: 40px;
}

.restaurants-footer a.fs-medium:hover {
	color: #fff;
	text-decoration: none;
}

@media (max-width: 767px) {
	.restaurants-footer .container {
		padding-top: 40px;
		padding-bottom: 40px;
		font-size: 16px;
		line-height: 22px;
	}
	
	.restaurants-footer h2 {
		font-size: 30px;
		line-height: 40px;
	}
}


/* ------------------------------------------------------ */
/*	Flexible Content Fields
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/*	Flex - Defaults
/* ------------------------------------------------------ */
.flex-section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.flex-section .container {
	width: 100%;
	max-width: 960px;
	padding: 0 23px;
	margin: 0 auto;
}

.bgcol-light {
	background: #fff;
}

.bgcol-dark {
	background: #fafafa;
}


/* ------------------------------------------------------ */
/*	Flex - Hero
/* ------------------------------------------------------ */


/* ------------------------------------------------------ */
/*	Flex - Text Block
/* ------------------------------------------------------ */


/* ------------------------------------------------------ */
/*	Flex - Image + Content
/* ------------------------------------------------------ */
.flex-section.imgcontent {
	padding-top: 0;
	padding-bottom: 0;
}

.imgcontent .img,
.imgcontent .bd {
	float: left;
	width: 50%;
}

.imgcontent.img-right .img {
	float: right;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.imgcontent .img {
background-size: cover;
background-repeat: no-repeat;
}

.imgcontent .img img {
	display: none;
}

.imgcontent .bd {
	padding-top: 80px;
	padding-bottom: 80px;
}

.imgcontent .bd .inner {
	margin-left: 75px;
	max-width: 382px;
}

.imgcontent.img-right .bd .inner {
	margin-right: 75px;
	float: right;
}


/* ------------------------------------------------------ */
/*	Flex - Two Columns
/* ------------------------------------------------------ */
.flex-two-cols .section-title {
	font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 30px;
}

.flex-two-cols h3 {
	font-size: 22px;
	margin-bottom: 28px;
}

.flex-two-cols .one-half {
	float: left;
	margin-left: 4.166666666%;
	width: 47.9166666666%;
}

.flex-two-cols .one-half.first {
	margin-left: 0;
}

/* ------------------------------------------------------ */
/*	Flex - Three Columns
/* ------------------------------------------------------ */
.flex-three-cols .section-title {
	font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 30px;
}

.flex-three-cols h3 {
	font-size: 22px;
	margin-bottom: 10px;
}

.flex-three-cols .one-third {
	float: left;
	width: 30.555555555%;
	margin-left: 4.166666666%; 
}

.flex-three-cols .one-third.first {
	margin-left: 0;
}

/* ------------------------------------------------------ */
/*	Flex - Four Columns
/* ------------------------------------------------------ */
.flex-four-cols .section-title {
	font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 30px;
}

.flex-four-cols h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.flex-four-cols .one-fourth {
	float: left;
	width: 21.875%;;
	margin-left: 4.166666666%; 
}

.flex-four-cols .one-fourth.first {
	margin-left: 0;
}


/* ------------------------------------------------------ */
/*	Flex - Footer Bar
/* ------------------------------------------------------ */
.flex-section.footer-bar {
	position: relative;
	background: #EF3D41;
	padding-top: 0;
	padding-bottom: 0;
}

.footer-bar .inner {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 284px;
}

.footer-bar .abs {
	padding: 32px 28px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-bar h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 10px;
}

.footer-bar p {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}

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

.footer-bar a {
	color: #111F34;
	font-size: 18px;
}

.footer-bar .clr {
	background-color: #EF3D41;
	height: 284px;
}

.footer-bar .img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 273px;
}

@media (min-width: 768px) {
	.footer-bar .inner,
	.footer-bar .clr,
	.footer-bar .img {
		height: 490px;
	}
	
	.footer-bar	{
		width: 100%;
	}
	
	.footer-bar .abs {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
	
	.footer-bar .clr,
	.footer-bar .img {
		float: left;
		width: 50%;
	}
	
	.footer-bar h2 {
		font-size: 60px;
		margin-bottom: 6px;
		text-transform: uppercase;
	}
	
	.footer-bar p {
		max-width: 400px;
	}
}


/* Homepage Grid - v2 */
.ri-grid{
	margin: 60px auto;
	position: relative;
	height: auto;
}

.ri-grid h2 {
	font-family: "aktiv-grotesk",sans-serif;
	text-align: center;
	font-weight: 900;
	color: #111F34;
	font-size: 20px;
	line-height: 21px;
	padding: 0 28px;
	margin-bottom: 16px;
}

.ri-grid a.button {
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: "bebas-neue",sans-serif;
	color: #DC5350;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	text-align: center;
	margin: 30px auto;
	-webkit-transition: all 0.1s ease-in-out;
	   -moz-transition: all 0.1s ease-in-out;
		    transition: all 0.1s ease-in-out;
}

.ri-grid a.button:after {
	font-family: "fontawesome";
	content: "\f178";
	font-size: 18px;
	color: #DC5350;
	position: absolute;
	top: 0;
	right: -23px;
}


.ri-grid ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 20px 0;
	padding: 0;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before,
.ri-grid ul:after{
	content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
} 

.ri-grid ul li {
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;	
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	background: #fff;
	border: 15px solid #fff;
}

.ri-grid ul li a{
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1{
	width: 75%;
	max-width: 1100px;
	min-width: 300px;
}
.ri-grid-size-2{
	width: 100%;
}
.ri-grid-size-3{
	width: 100%;
	margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before{
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.ri-shadow:after{
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before{
	display: none;
}

.ri-loading-image{
	display: none;
}

.ri-grid-loading .ri-loading-image{
	position: relative;
	width: 30px;
	height: 30px;
	left: 50%;
	margin: 100px 0 0 -15px;
	display: block;
}


/* Job Openings */
.job-openings {
	padding-top: 50px;
}

.job-openings .job-list {
	list-style: none;
	margin: 30px 0 50px 0;
	padding: 0;
}

.job-openings .job-list > li {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.job-openings .job-list p {
	margin: 0;
}


/* Remove branding from Retail page */
.page-id-37 #branding,
.page-id-37 #nav-logo {
	display: none;
}

/* Swap text align for retail page case study */
@media (min-width: 1000px) {
	.page-id-37 .extcs .abs {
		text-align: right;
	}
	
	.page-id-37 .extcs .abs div {
		float: right;
	}
}


/* -------------------------------------------------------------------------------- */
/*	Leaders Page
/* -------------------------------------------------------------------------------- */
.leader-bio {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	margin-bottom: 90px;
}

.leader-bio .avatar {
	text-align: center;
	margin: 0 auto 40px;
	width: 160px;
	height: 160px;
	-webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    -o-border-radius: 200px;
    border-radius: 200px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.leader-bio h2 {
	margin-top: 0;
	margin-bottom: 15px;
}

@media (min-width: 940px) {
	.leader-bio {
		
	}
	
	.leader-bio .avatar {
		float: left;
		width: 160px;
		margin-right: 40px;
		margin-bottom: 0;
	}
	
	.leader-bio .text {
		float: right;
		width: 740px;
	}
}