/*
	Theme Name: Outcast Agency Theme
	Theme URI: http://www.blueshoon.com/
	Description: Custom theme for the Outcast Agency
	Author: Blueshoon
	Author URI: http://www.blueshoon.com

	Version: 2.2.4

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template, [hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

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

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

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

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

textarea {
  overflow: auto; }

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

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

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

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before,
.side-section-title:before {
  content: " ";
  display: table; }

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after,
.side-section-title:after {
  clear: both;
  content: " ";
  display: table; }

/* ## Colors
--------------------------------------------- */
/* # Helpers */
.hidden {
  display: none !important; }

.no-opacity {
  opacity: 0 !important; }

.full-opacity {
  opacity: 1 !important; }

a.grey, a.grey:focus {
  color: #9B9B9B; }

/* # Defaults
---------------------------------------------------------------------------------------------------- */
.mobile-only {
  display: none; }

/* ## Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */ }

/* Chrome fix */
body > div {
  font-size: 2rem; }

body {
  background-color: #FFF;
  color: #000;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.625;
  margin: 0; }
  body .site-container.mobileMenu {
    padding-top: 0; }

@font-face {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "Gotham A", "Gotham B";
  font-style: italic;
  font-weight: 400; }

@font-face {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "Gotham A", "Gotham B";
  font-style: italic;
  font-weight: 700; }

a .fa {
  transition: color .5s ease-in-out; }
  a .fa:hover {
    color: #F04E23; }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

a {
  color: #F04E23;
  text-decoration: none; }

a:hover,
a:focus {
  color: #000000;
  text-decoration: none; }

a.black-btn:hover {
  background-color: #F04E23;
  color: white; }

p {
  margin: 0 0 28px;
  padding: 0; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 1em 0; }

b,
strong {
  font-weight: 500; }

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

blockquote {
  margin: 40px; }

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham A", "Gotham B";
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px; }

h1 {
  font-size: 36px;
  font-size: 3.6rem; }

h2 {
  font-size: 30px;
  font-size: 3rem; }

h3 {
  font-size: 24px;
  font-size: 2.4rem; }

h4 {
  font-size: 20px;
  font-size: 2rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem; }

h6 {
  font-size: 16px;
  font-size: 1.6rem; }

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto; }

figure {
  margin: 0; }

.display-block {
  display: block !important; }

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 16px;
  width: 100%; }

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-moz-placeholder {
  color: #333;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #333; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 24px;
  text-decoration: none;
  white-space: normal;
  width: auto; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
  background-color: #c3251d;
  color: #fff; }

.entry-content .button:hover,
.entry-content .button:focus {
  color: #F04E23; }

.button {
  display: inline-block; }

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
  padding: 8px 16px; }

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed; }

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

.frm_required_field input {
  background: url("images/required.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-origin: content-box; }

.frm_style_formidable-style.with_frm_style input[type=text] {
  border-color: #F04E23;
  border-radius: 0;
  border-width: 2px; }

.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_blank_field textarea, .frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field select, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
  color: #9D9D9D;
  background-color: #ffffff;
  border-color: #F04E23;
  border-width: 2px;
  border-radius: 2px;
  border-style: solid; }

.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=phone], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
  color: #9D9D9D;
  background-color: #ffffff;
  border-color: #F04E23;
  border-width: 2px;
  border-style: solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 0px;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  padding: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: normal; }

.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, .frm_style_formidable-style.with_frm_style select:focus, .frm_style_formidable-style.with_frm_style textarea:focus, .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], .frm_form_fields_active_style, .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
  background-color: #ffffff;
  border-color: #F04E23; }

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit], .black-btn {
  width: auto;
  font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  line-height: normal;
  text-align: center;
  background: #000000;
  text-transform: uppercase;
  border-width: 0px;
  border-color: #cccccc;
  border-style: solid;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: normal;
  font-size: 1.8rem;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 0px;
  text-shadow: none;
  padding: 6px 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: 10px;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle; }

.frm_style_formidable-style.with_frm_style input::placeholder, .frm_style_formidable-style.with_frm_style textarea::placeholder {
  color: #9D9D9D; }

.frm_style_formidable-style.with_frm_style input::-webkit-input-placeholder, .frm_style_formidable-style.with_frm_style textarea::-webkit-input-placeholder {
  color: #9D9D9D; }

.frm_style_formidable-style.with_frm_style input::-moz-placeholder, .frm_style_formidable-style.with_frm_style textarea::-moz-placeholder {
  color: #9D9D9D; }

.frm_style_formidable-style.with_frm_style input:-ms-input-placeholder, .frm_style_formidable-style.with_frm_style textarea::-ms-input-placeholder {
  color: #9D9D9D; }

.frm_style_formidable-style.with_frm_style input:-moz-placeholder {
  color: #9D9D9D; }

.frm_seventyfive,
.frm_seventyfive .wp-editor-wrap,
.frm_seventyfive input:not([type='checkbox']):not([type='radio']):not([type='button']),
.frm_seventyfive select, .frm_seventyfive textarea {
  width: 75% !important; }

.frm_style_formidable-style.with_frm_style input[type=submit]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:hover {
  background-color: #F04E23;
  color: white; }

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-word; }

tbody {
  border-bottom: 1px solid #eee; }

td,
th {
  text-align: left; }

td {
  border-top: 1px solid #eee;
  padding: 6px; }

th {
  font-weight: 400;
  padding: 0 6px; }

td:first-child,
th:first-child {
  padding-left: 0; }

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none; }

.more-link {
  position: relative; }

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-container {
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  padding-left: 157px;
  padding-right: 157px; }

.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 7px;
  padding-right: 7px; }

.site-inner {
  clear: both;
  padding-top: 100px;
  word-wrap: break-word;
  min-height: 100vh; }

.landing-page .site-inner {
  max-width: 800px; }

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 1060px; }

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left; }

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right; }

/* ### Content */
.content {
  float: right;
  width: 880px; }

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left; }

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 660px; }

.full-width-content .content {
  width: 100%; }

/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px; }

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left; }

/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px; }

.content-sidebar-sidebar .sidebar-secondary {
  float: right; }

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%; }

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%; }

.one-third,
.two-sixths {
  width: 31.623931623931625%; }

.four-sixths,
.two-thirds {
  width: 65.81196581196582%; }

.one-fourth {
  width: 23.076923076923077%; }

.three-fourths {
  width: 74.35897435897436%; }

.one-sixth {
  width: 14.52991452991453%; }

.five-sixths {
  width: 82.90598290598291%; }

.first {
  clear: both;
  margin-left: 0; }

/* ## LI columns
--------------------------------------------- */
.two-column-list {
  columns: 2;
  column-gap: 110px;
  list-style-type: none; }
  .two-column-list li {
    border-bottom: 2px solid #F04E23;
    padding: 19px 20px 19px 0px; }

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left; }

.author-box .avatar,
.alignleft .avatar {
  margin-right: 24px; }

.alignright .avatar {
  margin-left: 24px; }

.comment .avatar {
  margin: 0 16px 24px 0; }

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1px;
  padding: 12px 30px; }

.after-entry,
.archive-description,
.author-box {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 40px;
  padding: 60px; }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.entry-content .search-form,
.site-header .search-form {
  margin-bottom: 40px;
  width: 50%; }

.site-header .search-form {
  float: right;
  margin: 12px auto 0; }

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px; }

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

/* ## Titles
--------------------------------------------- */
/* ## Sideways page titles
--------------------------------------------- */
.side-section-title {
  position: absolute;
  z-index: 5000;
  font-size: 9rem;
  margin: 0;
  padding: 0; }

.right-side {
  transform: rotate(90deg);
  transform-origin: top left;
  margin-right: -22px;
  top: 0px;
  right: -470px; }

.left-side {
  transform: rotate(-90deg);
  transform-origin: bottom left;
  margin-left: -22px;
  bottom: 0px;
  left: -230px; }

.aniborder {
  content: '';
  display: block;
  /* margin: auto; */
  position: relative;
  bottom: 0px;
  width: 0%;
  height: 16px;
  background: #F04F24;
  transition: width 1.5s ease;
  animation-duration: 2s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  /* Safari 4.0 - 8.0 */
  animation-iteration-count: 1; }

.underline-list li {
  list-style-type: none !important;
  font-size: 3.5rem;
  line-height: 3.8rem;
  margin: 0; }
  .underline-list li:first-of-type {
    margin-top: 0; }
  .underline-list li span {
    padding: 40px 0;
    border-bottom: 2px solid black;
    display: inline-block; }

.sideborder {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  width: 15px;
  height: 60%;
  background: #F04F24;
  transition: width 1.5s ease; }
  .sideborder.right {
    right: 0px; }
  .sideborder.left {
    left: 0px; }

.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-size: 2rem; }

.entry-title {
  font-size: 36px;
  font-size: 3.6rem; }

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none; }

.entry-title a:hover,
.entry-title a:focus {
  color: #F04E23; }

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px; }

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px; }

img.alignnone,
.alignnone {
  margin-bottom: 12px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px; }

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px; }

.arrow a:before {
  -webkit-font-smoothing: antialiased;
  color: #000;
  content: "\f347";
  font: normal 40px/1 'dashicons';
  height: 40px;
  width: 40px;
  font-size: 50px; }

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
  word-wrap: break-word; }

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
  margin-bottom: 0; }

.widget ul > li {
  margin-bottom: 10px;
  padding-bottom: 10px; }

.widget ul > li:last-of-type {
  padding-bottom: 0; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  background: none;
  padding: 0; }

.featured-content .entry:last-of-type {
  margin-bottom: 0; }

.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem; }

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* #Google Map code
--------------------------------------------- */
.acf-map {
  width: 100%;
  height: 270px;
  filter: grayscale(100%); }
  .acf-map img {
    max-width: inherit !important; }

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none; }

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none; }

/* Display outline on focus */
:focus {
  color: #333;
  outline: none; }

.frm_style_formidable-style.with_frm_style .frm_submit button, .black-btn {
  font-family: "Gotham A", "Gotham B", sans-serif;
  padding: 13px 16px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 600; }

.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=phone], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
  padding: 20px;
  color: #acacac;
  font-size: 16px; }

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: transparent;
  position: relative; }

.site-header > .wrap {
  padding: 20px 0; }

.header-right {
  background-color: transparent;
  text-align: right;
  position: fixed;
  top: 44px;
  right: 44px;
  z-index: 7000; }

/* ## Title Area
--------------------------------------------- */
.title-area {
  background-color: transparent;
  position: fixed;
  left: 44px;
  top: 44px;
  z-index: 5009; }

.site-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2; }

.site-title a,
.site-title a:hover,
.site-title a:focus {
  color: #333;
  text-decoration: none; }

.header-image .site-title > a {
  background-position: left !important;
  background-size: contain !important;
  float: left;
  width: 107px;
  height: 107px; }

.site-description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5; }

.site-description,
.site-title {
  margin-bottom: 0; }

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px; }

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 800px; }

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
#menu-dropdown {
  text-transform: uppercase; }

button.mobile-toggle {
  display: none;
  background-color: transparent; }
  button.mobile-toggle :hover {
    background-color: transparent;
    color: #F04E23; }

.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column; }
  .genesis-nav-menu .menu-item {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left; }
  .genesis-nav-menu a, .genesis-nav-menu button#mobile-genesis-nav-primary {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 7px 0px;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400; }
  .genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    color: #F04E23; }
  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 200px;
    z-index: 99; }
    .genesis-nav-menu .sub-menu a {
      background-color: #fff;
      border: 1px solid #eee;
      border-top: 0;
      font-size: 14px;
      font-size: 1.4rem;
      padding: 20px;
      position: relative;
      width: 200px;
      word-wrap: break-word; }
    .genesis-nav-menu .sub-menu .sub-menu {
      margin: -56px 0 0 199px; }
  .genesis-nav-menu .menu-item:hover {
    position: static; }
    .genesis-nav-menu .menu-item:hover > .sub-menu {
      left: auto;
      opacity: 1; }
    .genesis-nav-menu .menu-item:hover > .first > a {
      padding-left: 0; }
    .genesis-nav-menu .menu-item:hover > .right {
      float: right; }
    .genesis-nav-menu .menu-item:hover > .last > a {
      padding-right: 0; }

button#mobile-genesis-nav-primary:hover, button#mobile-genesis-nav-primary.activated {
  color: #F04E23; }

.site-header .genesis-nav-menu li li {
  margin-left: 0; }

#menu-primary-nav .menu-title a {
  padding-bottom: 15px;
  font-size: 22px; }

#menu-primary-nav button.menu-toggle svg {
  width: 72px;
  height: 72px; }

.nav-primary {
  display: none;
  opacity: 0; }
  .nav-primary.opaque {
    opacity: 1; }

button#mobile-genesis-nav-primary {
  background-color: transparent;
  color: black;
  text-transform: uppercase;
  text-align: right;
  font-size: 2.2rem;
  font-weight: 500;
  padding-top: 0;
  padding-right: 0px;
  padding-left: 0px; }

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1; }

#nav-icon {
  width: 40px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: black;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    #nav-icon span:nth-child(1) {
      top: 0px; }
    #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
      top: 13px; }
    #nav-icon span:nth-child(4) {
      top: 26px; }
  #nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }

/* ## Footer Navigation
--------------------------------------------- */
.site-footer .genesis-nav-menu {
  padding-bottom: 20px; }

.site-footer .genesis-nav-menu a {
  padding: 0 20px 10px; }

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Intro messages, universal font declarations
--------------------------------------------- */
.home .site-inner {
  padding-top: 0px; }

h3.intro-message, p.intro-message {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3; }

p.intro-message {
  margin-bottom: 50px; }

h3.intro-message {
  margin-bottom: 15px; }

ul.underlined {
  margin-left: 0; }
  ul.underlined li {
    list-style-type: none !important;
    padding: 20px 0;
    border-bottom: 3px solid #F04E23; }

/* ## Entries
--------------------------------------------- */
.entry {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 70px 80px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: none; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #333;
  color: #eee; }

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0; }

.entry-header .entry-meta {
  margin-bottom: 24px; }

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 24px; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination a {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px 12px;
  text-decoration: none; }

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
  background-color: #c3251d;
  color: #fff; }

/* # Sections
---------------------------------------------------------------------------------------------------- */
section {
  position: relative;
  margin-bottom: 150px; }
  section:last-child {
    margin-bottom: 100px; }

section:first-of-type {
  margin-top: 10vh; }

section#intro {
  margin-top: 0; }

#oa-our-services .entry-content {
  padding-left: 125px; }

#oa-culture-intro {
  margin-bottom: 0; }

.page-template-page-who-we-are h3.intro-message, .page-template-page-open-positions h3.intro-message {
  max-width: 847px;
  margin-bottom: 57px; }

.page-template-page-open-positions .entry-content p {
  max-width: 608px;
  font-size: 17px;
  line-height: 2.1; }

.learn-more {
  font-weight: 500;
  font-size: 24px;
  float: right;
  clear: left;
  padding-right: 72px;
  margin-bottom: 100px; }
  .learn-more p {
    text-align: left; }

.learn-more p {
  margin: 0 0 17px; }

.learn-more.subpage {
  font-size: 18px;
  float: none;
  text-align: center; }

.learn-more.subpage p {
  margin: 24px auto;
  text-align: center; }

#intro {
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around; }
  #intro .cta {
    font-size: 10rem;
    font-weight: 700;
    margin-bottom: 6%; }

#intro_logo {
  margin-bottom: 10%; }

#messages {
  padding-top: 95px; }
  #messages .message {
    width: 70%;
    max-width: 635px;
    position: relative;
    bottom: 30px;
    transition: bottom 1s ease-in;
    line-height: 1.3;
    font-size: 3.5rem;
    margin-bottom: 153px; }
    #messages .message p {
      margin-bottom: 0; }
    #messages .message.animate {
      bottom: 0px; }
      #messages .message.animate .sideborder {
        height: 45%; }
      #messages .message.animate p {
        opacity: 1; }
    #messages .message.from_left {
      padding-left: 72px;
      text-align: left;
      float: left;
      clear: right; }
      #messages .message.from_left.animate {
        left: 0;
        opacity: 1; }
    #messages .message.from_right {
      padding-right: 72px;
      text-align: right;
      float: right;
      clear: left;
      transition-delay: 1s; }
      #messages .message.from_right.animate {
        right: 0;
        opacity: 1; }

#oa-offices ul {
  margin: 0 auto; }

#oa-offices > ul > li {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: -5px; }

#oa-offices .image {
  position: relative;
  display: inline-block; }

#oa-offices .title {
  font-size: 62px;
  margin-top: 0px; }

#oa-offices .info {
  font-size: 14px;
  margin-top: 35px; }

#contact_message_two {
  margin-top: -75px; }

.social li {
  padding-left: 25px;
  float: right;
  font-size: 64px; }
  .social li a {
    color: black; }

.clients {
  padding-right: 130px; }
  .clients .client {
    width: 25%;
    float: left;
    margin-bottom: 50px;
    padding: 2%; }
    .clients .client img {
      width: 130px;
      max-width: 100%; }

.filter {
  font-weight: 600;
  float: left; }

.oa_filters {
  margin-bottom: 15px; }
  .oa_filters li, .oa_filters ul {
    display: inline; }
  .oa_filters > p {
    margin-bottom: 0; }
  .oa_filters .filter .selected {
    color: #9B9B9B; }
  .oa_filters .options-group {
    position: absolute;
    display: block; }
    .oa_filters .options-group .active {
      color: #F04E23; }
      .oa_filters .options-group .active a:focus, .oa_filters .options-group .active a:active {
        color: #F04E23; }
    .oa_filters .options-group li {
      font-size: 16px;
      font-weight: 300;
      padding-right: 5px;
      display: block; }

.slash {
  padding: 0 10px; }

.employees {
  margin: 0 auto; }
  .employees .grid-sizer {
    display: none;
    width: 4%; }
  .employees li {
    display: inline-block;
    position: relative; }
    .employees li img {
      display: block; }
  .employees .social a {
    padding-left: 7px;
    font-size: 11px; }
  .employees .overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .employees .info {
    line-height: 1.2;
    text-align: right;
    color: white;
    position: absolute;
    opacity: 0;
    font-size: 13px;
    bottom: 13px;
    right: 15px; }
    .employees .info span {
      display: block; }
      .employees .info span.title {
        display: inline; }
      .employees .info span.location {
        display: inline; }
      .employees .info span.social {
        margin-top: 10px; }
      .employees .info span.social span {
        color: white;
        font-size: 1.6rem;
        display: inline;
        margin-left: 5px; }
        .employees .info span.social span:hover {
          color: #F04E23; }
  .employees .grid-item {
    width: 232px;
    margin-bottom: 59px; }

span.small {
  font-size: 1.5rem; }

.culture .cultures {
  max-width: 808px; }
  .culture .cultures.right {
    float: right; }

.culture .grid-item {
  float: left;
  width: 269.3px;
  height: 269.3px;
  margin-bottom: 0;
  background-image: none; }

.culture .text {
  padding: 36px;
  line-height: 1.1;
  color: white;
  background-color: #F04E23;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .culture .text .upper {
    font-size: 12px;
    text-transform: uppercase; }
    .culture .text .upper:after {
      content: ' ';
      display: block;
      margin-top: 11px;
      width: 51px;
      border: 1px solid white; }
  .culture .text .lower {
    font-size: 30px;
    font-weight: 700; }

.image-container {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain; }

#open-positions-button {
  display: none;
  font-size: 1.8rem;
  font-weight: normal; }

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px; }

.sidebar .widget {
  background-color: #fff;
  padding: 40px; }

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.site-footer section {
  margin: 0; }

.site-footer:before, .site-footer:after, .site-footer .wrap:before, .site-footer .wrap:after {
  content: none; }

.site-footer .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.footer-widgets {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  clear: both;
  padding: 60px 0; }

.footer-left {
  float: left;
  font-weight: 500;
  letter-spacing: .5px; }

.footer-right {
  float: right; }
  .footer-right .social li {
    font-size: 3.04rem; }

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 380px; }

.footer-widgets-1 {
  margin-right: 70px; }

.footer-widgets-1,
.footer-widgets-2 {
  float: left; }

.footer-widgets-3 {
  float: right; }

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  width: 100%;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  padding: 60px 0 0px;
  text-align: center; }
  .site-footer p {
    margin-bottom: 0; }

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
/*Side section titles flips to horizontal*/
@media only screen and (max-width: 1400px) {
  canvas.animashoon {
    display: none; }
  .side-section-title:after {
    height: 9px;
    background-color: #F04E23;
    width: 70%;
    margin: 13px 0; }
  #oa-our-services .entry-content {
    padding-left: 0px; }
  #oa-offices .office-list {
    justify-content: flex-start; }
  .culture .cultures.right {
    float: none; }
  .right-side, .left-side {
    transform: none;
    top: 83px;
    right: -260px; }
  .side-section-title {
    position: static;
    z-index: 5000;
    font-size: 80px;
    margin: 35px 0;
    padding: 0; }
  .social li {
    float: left; }
  .clients {
    padding-right: 0px; } }

@media only screen and (max-width: 1340px) {
  .site-inner,
  .wrap {
    max-width: 1140px; }
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 920px; }
  .content,
  .site-header .widget-area {
    width: 800px; }
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 580px; }
  .sidebar-primary {
    width: 300px; }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    width: 340px; }
  .footer-widgets-1 {
    margin-right: 60px; } }

@media only screen and (max-width: 1200px) {
  .site-inner,
  .wrap {
    max-width: 960px; }
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px; }
  .content,
  .site-header .widget-area {
    width: 620px; }
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px; }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    width: 300px; }
  .footer-widgets-1 {
    margin-right: 30px; } }

@media only screen and (max-width: 1023px) {
  .site-inner,
  .wrap {
    max-width: 800px; } }

@media only screen and (max-width: 860px) {
  body {
    font-size: 18px;
    font-size: 1.8rem; }
  body > div {
    font-size: 1.8rem; }
  .mobile-only {
    display: inline; }
  .desktop-only {
    display: none; }
  br {
    display: none; }
  .site-container {
    padding: 0px; }
  .site-inner {
    padding: 111px 20px 0px !important; }
    .site-inner .wrap {
      padding-top: 20px; }
  .wrap {
    padding-left: 0;
    padding-right: 0; }
  .site-header {
    position: fixed;
    padding: 19px;
    top: 0;
    display: block;
    z-index: 5000;
    width: 100%;
    background-color: white; }
    .site-header .title-area, .site-header .header-right {
      position: static; }
  .header-image .site-title > a {
    width: 60px;
    height: 60px; }
  button.mobile-toggle {
    display: block; }
  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget {
    padding: 30px;
    margin-bottom: 5%; }
  .sidebar {
    margin-bottom: 5%; }
  .pagination {
    margin: 5% auto; }
  .archive-pagination li a {
    margin-bottom: 4px; }
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%; }
  button#mobile-genesis-nav-primary {
    padding-bottom: 0; }
  button.activated#mobile-genesis-nav-primary {
    padding-bottom: initial; }
  .home .title-area {
    opacity: 1 !important; }
  .side-section-title {
    text-align: left;
    z-index: 5000;
    font-size: 3.6rem;
    margin: 35px 0 65px;
    padding: 0; }
    .side-section-title:after {
      height: 9px;
      background-color: #F04E23;
      width: 50%;
      margin: 13px 0; }
    .side-section-title canvas {
      width: 50% !important;
      margin-left: auto !important;
      margin-right: auto !important; }
  #messages .message {
    width: 100%;
    max-width: 100%;
    position: relative;
    line-height: 30px;
    font-size: 2.2rem;
    margin-bottom: 105px;
    width: 100%; }
    #messages .message p {
      margin-bottom: 0; }
    #messages .message.from_right {
      padding-right: 45px;
      text-align: right;
      float: right;
      right: 0 !important;
      clear: left; }
    #messages .message.from_left {
      padding-left: 45px;
      text-align: left;
      float: left;
      left: 0 !important;
      clear: right; }
    #messages .message .sideborder {
      width: 10px;
      top: 8px; }
    #messages .message:last-of-type {
      margin-bottom: 17px; }
  .underline-list {
    text-align: left; }
    .underline-list li {
      font-size: 3.5rem;
      text-align: left;
      margin-bottom: 30px; }
      .underline-list li span {
        border: 0;
        border-bottom: 2px solid #000000; }
  h3 {
    text-align: center; }
  h3.intro-message, p.intro-message {
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 50px; }
  p.intro-message {
    font-size: 1.8rem !important;
    line-height: 30px; }
  h3.intro-message {
    text-align: left; }
  .underline-list {
    text-align: center; }
    .underline-list li {
      font-size: 2.1rem; }
      .underline-list li span {
        padding: 0 0 21px 0; }
  .clients .client {
    width: 33%;
    float: left;
    margin-bottom: 33px;
    padding: 5.5%;
    text-align: center; }
    .clients .client img {
      max-width: 100%; }
  .frm_style_formidable-style.with_frm_style .frm_submit button {
    font-family: "Gotham A", "Gotham B", sans-serif;
    padding: 26px 85px;
    letter-spacing: 1px;
    font-weight: 500; }
  section:first-of-type {
    margin-top: 0; }
  section:last-of-type {
    margin-bottom: 0px; }
  .two-column-list {
    columns: 1;
    text-align: center;
    font-size: 1.6rem; }
  .title-area {
    display: block !important;
    width: 100%; }
  #intro {
    display: block;
    min-height: 100%; }
    #intro .cta {
      font-size: 3.6rem;
      margin-bottom: 45px; }
  #intro_logo svg {
    width: 192px; }
  .header-right {
    position: static !important; }
  .title-area {
    position: static; }
  .genesis-nav-menu {
    clear: both;
    font-weight: 600;
    line-height: 1;
    width: 100%;
    display: block;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .menu-toggle {
    position: relative;
    z-index: 1000; }
  #genesis-nav-primary {
    align-items: center;
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    overflow-y: hidden;
    background-color: white; }
  .js .nav-primary .genesis-nav-menu .menu-item,
  .js .site-header .genesis-nav-menu .menu-item {
    text-align: center; }
  .js .nav-primary .genesis-nav-menu .menu-item a,
  .js .site-header .genesis-nav-menu .menu-item a {
    border: none;
    padding: 30px 0;
    font-size: 2rem;
    width: 100%; }
  #oa-what-we-do li span {
    font-size: 2.1rem;
    font-weight: 500;
    padding-bottom: 17px; }
  .frm_seventyfive, .frm_seventyfive .wp-editor-wrap, .frm_seventyfive input:not([type='checkbox']):not([type='radio']):not([type='button']), .frm_seventyfive select, .frm_seventyfive textarea {
    width: 100% !important; }
    .frm_seventyfive input, .frm_seventyfive .wp-editor-wrap input, .frm_seventyfive input:not([type='checkbox']):not([type='radio']):not([type='button']) input, .frm_seventyfive select input, .frm_seventyfive textarea input {
      border-width: 1px; }
  .with_frm_style .frm_submit {
    clear: both;
    text-align: center; }
  #oa-offices .info {
    padding-left: 0; }
    #oa-offices .info .title {
      display: block;
      line-height: 1;
      margin-bottom: 15px; }
    #oa-offices .info ul {
      display: inline-block; }
      #oa-offices .info ul li {
        text-align: left; }
  #oa-offices .office-list {
    display: block; }
  #oa-offices .image .logo {
    left: 0;
    right: 0;
    margin: auto; }
  #oa-offices .image img {
    max-width: 100%; }
  #oa-offices > ul > li {
    width: 100%;
    padding-left: 0px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 82px; }
  #oa-employees {
    text-align: center; }
  .employees {
    max-width: 100%; }
    .employees .overlay {
      display: none; }
    .employees .grid-item {
      width: 50%;
      float: left;
      margin-bottom: 59px;
      min-height: 305px;
      padding-left: 12.5px;
      padding-right: 12.5px; }
      .employees .grid-item .info {
        opacity: 1;
        font-size: 16px;
        color: black;
        position: static;
        text-align: left;
        margin-top: 20px; }
        .employees .grid-item .info span {
          margin: 5px 0; }
          .employees .grid-item .info span.location {
            display: block; }
          .employees .grid-item .info span.social span {
            color: black;
            margin-left: 0; }
          .employees .grid-item .info span.social a {
            padding-left: 0;
            padding-right: 10px; }
  .culture .grid-item {
    display: block;
    position: relative;
    width: 50%;
    background-size: cover;
    padding: 14px;
    height: auto; }
    .culture .grid-item .inner-container {
      position: relative; }
    .culture .grid-item .upper {
      position: absolute; }
    .culture .grid-item .lower {
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.3;
      position: absolute;
      bottom: 14px; }
    .culture .grid-item:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
  .culture img {
    display: none; }
  .culture .acf-map img {
    display: inline; }
  .iframe-container {
    text-align: center; }
    .iframe-container iframe {
      display: none; }
  #open-positions-button {
    display: inline-block; }
  .open-positions .entry-content p {
    font-size: 1.8rem; }
  .learn-more, .learn-more.subpage {
    padding: 0;
    float: none;
    text-align: center; }
    .learn-more p, .learn-more.subpage p {
      text-align: center; }
  .learn-more {
    margin: 70px auto 0px; }
  .home .learn-more {
    float: right;
    text-align: right;
    padding-right: 45px; }
  ul.social {
    text-align: center; }
    ul.social li:first-of-type {
      padding-left: 0; }
    ul.social li:last-of-type {
      padding-right: 0; }
  .site-footer {
    padding: 95px 0 43px; }
    .site-footer .wrap {
      flex-direction: column-reverse; }
      .site-footer .wrap .footer-right {
        padding-bottom: 30px; }
  .social li {
    float: none;
    display: inline-block; }
  .frm_form_field.form_field input {
    border-width: 1px; } }

@media only screen and (max-width: 860px) and (orientation: landscape) {
  .js .nav-primary .genesis-nav-menu .menu-item a, .js .site-header .genesis-nav-menu .menu-item a {
    padding: 7px 0;
    font-size: 2rem; }
  #menu-primary-nav button.menu-toggle svg {
    width: 32px;
    height: 32px; } }

#wpadminbar {
  display: none !important; }

/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .site-title > a:after {
    content: ""; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  .content,
  .content-sidebar {
    width: 100%; }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }
  .title-area {
    text-align: center;
    width: 100%; }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px; }
  .author-box {
    margin-bottom: 0; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }
  img {
    page-break-after: avoid;
    page-break-inside: avoid; }
  blockquote,
  pre,
  table {
    page-break-inside: avoid; }
  dl,
  ol,
  ul {
    page-break-before: avoid; } }
