/*
Theme Name: AICS
Theme URI: http://www.push10.com/
Description: Custom Theme by Push10.com
Version: 0.1
Author: Push10 Design Studios
Author URI: http://www.push10.com/
Tags: Push10.com
*/
/* LOAD STYLES */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: "aics";
  src: url("fonts/aics.eot");
  src: url("fonts/aics.eot?#iefix") format("embedded-opentype"), url("fonts/aics.woff") format("woff"), url("fonts/aics.ttf") format("truetype"), url("fonts/aics.svg#aics") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "aics" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "aics" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-youtube:before {
  content: "a"; }

.icon-facebook:before {
  content: "b"; }

.icon-twitter:before {
  content: "c"; }

.icon-menu:before {
  content: "d"; }

.icon-phone:before {
  content: "e"; }

.icon-email:before {
  content: "f"; }
  .icon-apply {
  background-image: url("images/AICS-Apply.svg");
  width:22px; 
  height:26px;
      background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
     }


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before, .header-inner:before, #mobile-aux-menu ul#menu-aux-menu:before, section.content-wrapper:before, .featured-people:before, .page-content:before, .page-content .page-content-inner:before, .page-content .page-content-inner article:before, form.apply:before, form.apply .row:before, .person-callout article:before, .benefits:before, footer .footer-content-inner:before, .open-popup-link:before,
.cf:after,
.header-inner:after,
#mobile-aux-menu ul#menu-aux-menu:after,
section.content-wrapper:after,
.featured-people:after,
.page-content:after,
.page-content .page-content-inner:after,
.page-content .page-content-inner article:after,
form.apply:after,
form.apply .row:after,
.person-callout article:after,
.benefits:after,
footer .footer-content-inner:after,
.open-popup-link:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after, .header-inner:after, #mobile-aux-menu ul#menu-aux-menu:after, section.content-wrapper:after, .featured-people:after, .page-content:after, .page-content .page-content-inner:after, .page-content .page-content-inner article:after, form.apply:after, form.apply .row:after, .person-callout article:after, .benefits:after, footer .footer-content-inner:after, .open-popup-link:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf, .header-inner, #mobile-aux-menu ul#menu-aux-menu, section.content-wrapper, .featured-people, .page-content, .page-content .page-content-inner, .page-content .page-content-inner article, form.apply, form.apply .row, .person-callout article, .benefits, footer .footer-content-inner, .open-popup-link {
  *zoom: 1; }

.no-selection {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */ }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  z-index: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px; }

.bx-wrapper .bx-next {
  right: 10px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: "Open Sans", sans-serif;
  color: #31373a;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1.6rem;
  /* 9 */ }

.btn {
  border: 1px solid #6da5b7;
  padding: 4px 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #6da5b7;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  letter-spacing: 0.5px;
  /* 9 */
  letter-spacing: 0.05rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 12px;
  /* 9 */
  font-size: 1.2rem;
  /* 9 */
  font-weight: 600;
  margin-top: 26px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color 0.2s, color 0.2s;
          transition: background-color 0.2s, color 0.2s; }
  .btn:hover {
    background-color: #5c9aaf;
    color: #fff; }
  .btn.loud {
    background-color: #f38a00;
    color: #fff;
    border: 1px solid #fff;
    padding: 9px 18px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16px;
    /* 9 */
    font-size: 1.6rem;
    /* 9 */ }
    .btn.loud:hover {
      background-color: #d97c00; }

header {
  background-color: #f38a00;
  padding: 16px 0;
  position: relative;
  z-index: 4;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.15); }
  @media (max-width: 985px) {
    header {
      padding: 5px 0; } }
  @media (max-width: 670px) {
    header {
      position: fixed;
      width: 100%; } }

.header-inner {
  position: relative;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto; }
  @media (max-width: 985px) {
    .header-inner {
      padding: 0 10px; } }

.mobile-menu {
  color: #fff;
  display: none;
  text-decoration: none;
  position: absolute;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 26px;
  /* 9 */
  font-size: 2.6rem;
  /* 9 */
  padding-top: 17px;
  float: left; }
  @media (max-width: 670px) {
    .mobile-menu {
      display: block; } }

#top-logo {
  float: left;
  display: block;
  text-align: center; }
  @media (max-width: 985px) {
    #top-logo img {
      width: 120px;
      height: auto; } }
  @media (max-width: 670px) {
    #top-logo {
      margin-top: 0;
      float: none; } }

.main-menu-wrapper {
  float: right; }
  @media (max-width: 670px) {
    .main-menu-wrapper {
      display: none; } }

.menu-main-menu-container {
  float: left; }

ul#menu-main-menu {
  display: block;
  padding: 54px 0 0 0;
  margin: 0 31px 0 0; }
  @media (max-width: 985px) {
    ul#menu-main-menu {
      margin: 0 10px 0 0;
      padding: 36px 0 0 0; } }
  ul#menu-main-menu > li {
    display: inline-block;
    margin-left: 35px; }
    @media (max-width: 985px) {
      ul#menu-main-menu > li {
        margin-left: 6px; } }
    @media (max-width: 670px) {
      ul#menu-main-menu > li {
        margin-left: 0; } }
    ul#menu-main-menu > li a {
      color: #fff;
      display: block;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 13px;
      /* 9 */
      font-size: 1.3rem;
      /* 9 */
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      letter-spacing: 1px;
      /* 9 */
      letter-spacing: 0.1rem;
      /* 9 */
      text-transform: uppercase;
      text-decoration: none; }
      @media (max-width: 985px) {
        ul#menu-main-menu > li a {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 11px;
          /* 9 */
          font-size: 1.1rem;
          /* 9 */
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          letter-spacing: 0.9px;
          /* 9 */
          letter-spacing: 0.09rem;
          /* 9 */ } }
  ul#menu-main-menu .sub-menu {
    position: absolute;
    margin: 27px 0 0 0;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.15); }
    @media (max-width: 985px) {
      ul#menu-main-menu .sub-menu {
        margin: 16px 0 0 0; } }
    @media (max-width: 670px) {
      ul#menu-main-menu .sub-menu {
        position: relative;
        opacity: 1;
        -webkit-transition: height 0.2s ease-in-out;
                transition: height 0.2s ease-in-out;
        overflow: hidden;
        height: 0;
        margin-top: 0;
        background-color: rgba(166, 202, 213, 0.4);
        box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.2);
        -webkit-transition: height 0.2s ease-in-out;
                transition: height 0.2s ease-in-out; }
        ul#menu-main-menu .sub-menu a {
          opacity: 1 !important; }
        ul#menu-main-menu .sub-menu.open {
          height: auto; } }
    ul#menu-main-menu .sub-menu li {
      padding: 0;
      margin: 0;
      display: block;
      text-align: center; }
      ul#menu-main-menu .sub-menu li:hover {
        background: rgba(109, 165, 183, 0.6); }
      ul#menu-main-menu .sub-menu li:first-child {
        box-shadow: inset 0 7px 7px -7px rgba(0, 0, 0, 0.7);
        padding-top: 4px; }
      ul#menu-main-menu .sub-menu li a {
        color: #464b4e;
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 11px;
        /* 9 */
        font-size: 1.1rem;
        /* 9 */
        padding: 5px 10px;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-in-out;
                transition: opacity 0.2s ease-in-out; }

.active .sub-menu {
  opacity: 1 !important;
  pointer-events: auto !important;
  background: rgba(255, 255, 255, 0.8); }
  .active .sub-menu li a {
    opacity: 1 !important; }

#header-apply-btn {
  float: right;
  margin-top: 52px; }
  @media (max-width: 985px) {
    #header-apply-btn {
      margin-top: 36px; }
      #header-apply-btn a {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 11px;
        /* 9 */
        font-size: 1.1rem;
        /* 9 */
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        letter-spacing: 0.5px;
        /* 9 */
        letter-spacing: 0.05rem;
        /* 9 */
        padding: 3px 6px 3px 6px; } }
  @media (max-width: 670px) {
    #header-apply-btn {
      display: none; }
      #header-apply-btn a {
        border: none; } }

#aux-menu-wrapper {
  position: absolute;
  top: -20px;
  right: 0; }
  @media (max-width: 985px) {
    #aux-menu-wrapper {
      top: -7px; } }
  @media (max-width: 670px) {
    #aux-menu-wrapper {
      display: none; } }

ul#menu-aux-menu {
  display: block;
  margin: 0;
  padding: 0 20px 0 0; }
  @media (max-width: 985px) {
    ul#menu-aux-menu {
      padding: 0 10px 0 0; } }
  ul#menu-aux-menu li {
    display: block;
    float: left;
    margin-left: 1px; }
    ul#menu-aux-menu li a {
      color: #fff;
      display: block;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 10px;
      /* 9 */
      font-size: 1rem;
      /* 9 */
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      letter-spacing: 1px;
      /* 9 */
      letter-spacing: 0.1rem;
      /* 9 */
      text-transform: uppercase;
      text-decoration: none;
      padding: 13px 17px 10px 17px;
      background-color: #fbb253;
      -webkit-transition: background 0.2s;
              transition: background 0.2s; }
      @media (max-width: 985px) {
        ul#menu-aux-menu li a {
          padding: 7px 13px 7px 13px;
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 9px;
          /* 9 */
          font-size: 0.9rem;
          /* 9 */ } }
      ul#menu-aux-menu li a:hover {
        background: #fba93f; }

.mobile-menus-wrapper {
  top: -100%;
  position: fixed;
  z-index: 3;
  width: 100%;
  -webkit-transition: top 0.5s ease-in-out;
          transition: top 0.5s ease-in-out; }
  .mobile-menus-wrapper.open {
    top: 76px !important; }

#mobile-menu {
  width: 100%;
  background: rgba(255, 255, 255, 0.9); }
  #mobile-menu ul#menu-main-menu {
    padding: 0;
    width: 100%; }
    #mobile-menu ul#menu-main-menu li {
      float: none;
      display: block;
      text-align: center;
      width: 100%; }
      #mobile-menu ul#menu-main-menu li a {
        padding: 7px 0;
        color: #464b4e;
        -webkit-transition: background-color 0.2s;
                transition: background-color 0.2s; }
        #mobile-menu ul#menu-main-menu li a:hover {
          background-color: rgba(255, 255, 255, 0.8); }

#mobile-aux-menu ul#menu-aux-menu {
  width: 100%;
  padding: 0 5px;
  background-color: #fbb253;
  text-align: center; }
  #mobile-aux-menu ul#menu-aux-menu li a {
    padding: 6px 5px 5px 5px; }

#mobile-apply-btn #header-apply-btn {
  display: block;
  float: none;
  margin-top: 0;
  position: relative;
  top: 0;
  text-align: center; }
  #mobile-apply-btn #header-apply-btn a {
    padding: 6px 6px 7px 6px; }

@media (max-width: 670px) {
  section.content-wrapper {
    padding-top: 77px; } }

.home-banner {
  background: #fbb253;
  border-bottom: 1px solid #6da5b7;
  overflow: hidden; }
  @media (max-width: 670px) {
    .home-banner {
      display: none; } }
  .home-banner img {
    margin-bottom: -10px;
    max-width: 100%; }

.featured-people {
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 61px; }

.featured-person {
  width: 33.333%;
  text-align: center;
  position: relative;
  vertical-align: bottom;
  display: inline-block;
  margin-right: -3px; }

.person-title-wrapper {
  position: absolute;
  bottom: 10px;
  width: 100%; }

.person-title {
  display: table;
  margin: 0 auto;
  border: 1px solid #6da5b7;
  padding: 3px; }

.title-tab {
  width: 35px;
  height: 18px;
  margin: 0 auto -9px auto;
  position: relative;
  z-index: 1;
  background: url("images/title-tab.png"); }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .title-tab {
      /* on retina, use image that's scaled by 2 */
      background-image: url("images/title-tab@2x.png");
      background-size: 35px 18px; } }

.title-inner {
  background: #f7f9fa;
  padding: 11px 20px 7px 20px;
  min-width: 184px;
  position: relative; }
  .title-inner .name {
    font-family: "Vollkorn", serif;
    color: #31373a;
    display: block;
    margin-bottom: -10px;
    -webkit-font-smoothing: antialiased;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 22px;
    /* 9 */
    font-size: 2.2rem;
    /* 9 */ }
  .title-inner .read-more {
    text-transform: uppercase;
    color: #6da5b7;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    letter-spacing: 0.7px;
    /* 9 */
    letter-spacing: 0.07rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 11px;
    /* 9 */
    font-size: 1.1rem;
    /* 9 */ }

.page-content {
  padding: 63px 40px;
  border-top: 1px solid #f0f3f5;
  border-bottom: 1px solid #f0f3f5;
  background: #f0f3f5 url("images/stripe.gif");
  position: relative; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .page-content {
      /* on retina, use image that's scaled by 2 */
      background-image: url("images/stripe@2x.gif");
      background-size: 10px 10px; } }
  @media (max-width: 420px) {
    .page-content {
      padding: 43px 20px; } }
  .page-content img {
    max-width: 100%; }
  .page-content .page-content-inner {
    max-width: 960px;
    margin: 0 auto;
    width: 100%; }
    .page-content .page-content-inner article {
      max-width: 585px; }
    .page-content .page-content-inner .section-icon {
      width: 85px;
      float: left; }
      @media (max-width: 665px) {
        .page-content .page-content-inner .section-icon {
          width: 100%;
          float: none;
          text-align: center;
          margin-bottom: 10px; } }
      .page-content .page-content-inner .section-icon span {
        position: absolute;
        width: 50px;
        height: 50px;
        text-align: center;
        color: #fff;
        line-height: 50px; }
    .page-content .page-content-inner .article-wrapper {
      width: 660px;
      float: left; }
      @media (max-width: 1040px) {
        .page-content .page-content-inner .article-wrapper {
          float: none;
          width: 100%;
          margin: 0 auto; } }
      .page-content .page-content-inner .article-wrapper article {
        width: 660px;
        float: left;
        padding-bottom: 30px; }
        @media (max-width: 1040px) {
          .page-content .page-content-inner .article-wrapper article {
            float: none;
            width: 100%;
            margin: 0 auto; } }
  .page-content p a {
    color: #6da5b7;
    font-weight: 600;
    text-decoration: none;
    -webkit-font-smoothing: antialiased; }

article section, form section {
  max-width: 500px;
  width: 100%;
  float: right; }
  @media (max-width: 665px) {
    article section, form section {
      width: 100%;
      max-width: 500px;
      float: none;
      margin: 0 auto; } }
article h2, form h2 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 24px;
  /* 9 */
  font-size: 2.4rem;
  /* 9 */
  color: #f38a00;
  font-family: "Vollkorn", serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: -13px;
  -webkit-font-smoothing: antialiased; }
article p, form p {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 1.5rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 26px;
  /* 9 */
  line-height: 2.6rem;
  /* 9 */
  max-width: 500px; }
article a, form a {
  text-decoration: none;
  color: #6da5b7; }

form.apply {
  background-color: #F0F3F5;
  display: block;
  padding: 25px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 1.5rem;
  /* 9 */
  font-weight: 300;
  border: 1px solid #dee2e5;
  max-width: 575px; }
  @media (max-width: 1040px) {
    form.apply {
      width: 100%;
      max-width: 960px; } }
  form.apply > table {
    float: left; }
  form.apply h2 {
    margin-bottom: 25px; }
  form.apply .row {
    display: block;
    margin: 20px 0;
    width: 100%;
    clear: both; }
  form.apply input[type="text"] {
    height: 30px; }
  form.apply input[type="text"], form.apply textarea {
    border: 1px solid #d8dadc; }
  form.apply label {
    text-transform: uppercase;
    font-weight: bold;
    color: #31373a;
    display: block;
    margin-bottom: 5px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 12px;
    /* 9 */
    font-size: 1.2rem;
    /* 9 */ }
  form.apply .label {
    text-transform: uppercase;
    font-weight: bold;
    color: #31373a;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 12px;
    /* 9 */
    font-size: 1.2rem;
    /* 9 */ }
  form.apply .radio-set {
    display: table; }
    form.apply .radio-set input[type="radio"] {
      margin-right: 2px; }
  form.apply .radio-field {
    float: right;
    width: 420px;
    padding-left: 15px; }
    @media (max-width: 1040px) {
      form.apply .radio-field {
        width: 100%;
        padding-left: 0; } }
  form.apply p {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 15px;
    /* 9 */
    font-size: 1.5rem;
    /* 9 */
    font-weight: 300; }
  form.apply hr {
    border-top: 1px solid #d8dadc;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-top: 35px;
    margin-bottom: 35px; }
  form.apply .half-row {
    width: 50%;
    float: left; }
    @media (max-width: 650px) {
      form.apply .half-row {
        width: 100%; } }
    form.apply .half-row input[type="text"] {
      width: 95%; }
    form.apply .half-row.first {
      padding: 0 7px 0 0; }
    form.apply .half-row.last {
      padding: 0 0 0 7px; }
  form.apply #AwareOpening, form.apply #AwareOpening2, form.apply #AwareOpening3, form.apply #AwareOpening4 {
    float: left; }
  form.apply .indent-row {
    float: right;
    width: 230px; }

.disclaimer {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
  font-weight: 300;
  text-align: center;
  display: block;
  max-width: 575px;
  padding: 25px; }
  .disclaimer a {
    color: #6da5b7;
    text-decoration: none; }

.person-callout section {
  margin: 49px 0;
  max-width: 60%; }
  @media (max-width: 665px) {
    .person-callout section {
      max-width: 100%;
      padding: 0 25px; } }
  .person-callout section p {
    max-width: 570px; }
    @media (max-width: 665px) {
      .person-callout section p {
        max-width: 100%; } }
.person-callout:nth-child(odd) {
  background-color: #f0f3f5; }
.person-callout .person-callout-inner {
  max-width: 960px;
  margin: 0 auto;
  height: 275px;
  overflow: hidden; }
  @media (max-width: 665px) {
    .person-callout .person-callout-inner {
      height: auto; } }
.person-callout .section-icon {
  width: 40%;
  float: left;
  margin-top: 30px;
  text-align: center; }
  .person-callout .section-icon img {
    max-width: 230px; }
  @media (max-width: 665px) {
    .person-callout .section-icon {
      display: none; } }

.intro-callout {
  padding-right: 25px;
  float: left;
  width: 43%;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 30px;
  /* 9 */
  font-size: 3rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 36px;
  /* 9 */
  line-height: 3.6rem;
  /* 9 */
  font-family: "Vollkorn", serif;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 1024px) {
    .intro-callout {
      width: 100%; } }
  @media (max-width: 600px) {
    .intro-callout {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 24px;
      /* 9 */
      font-size: 2.4rem;
      /* 9 */
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      line-height: 30px;
      /* 9 */
      line-height: 3rem;
      /* 9 */ } }
  @media (max-width: 420px) {
    .intro-callout {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 18px;
      /* 9 */
      font-size: 1.8rem;
      /* 9 */
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      line-height: 22px;
      /* 9 */
      line-height: 2.2rem;
      /* 9 */ } }
  .intro-callout span {
    color: #f38a00; }
  .intro-callout p {
    margin: 0;
    padding: 0; }

.intro-text {
  float: right;
  width: 57%;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 1.5rem;
  /* 9 */
  font-weight: 200; }
  @media (max-width: 1024px) {
    .intro-text {
      width: 100%;
      margin-top: 30px; } }
  @media (max-width: 420px) {
    .intro-text {
      margin-top: 20px;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 13px;
      /* 9 */
      font-size: 1.3rem;
      /* 9 */
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      line-height: 20px;
      /* 9 */
      line-height: 2rem;
      /* 9 */ } }
  .intro-text p {
    margin: 0;
    padding: 0;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    line-height: 26px;
    /* 9 */
    line-height: 2.6rem;
    /* 9 */ }
  .intro-text .btn {
    line-height: auto !important; }

.benefits-section {
  text-align: center;
  padding: 112px 0 96px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 420px) {
    .benefits-section {
      padding: 50px 0 24px 0; } }
  .benefits-section h1 {
    color: #fff; }
  .benefits-section h2 {
    color: #31373a; }
  .benefits-section p {
    font-weight: 100;
    margin: 4px 0;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 15px;
    /* 9 */
    font-size: 1.5rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    line-height: 26px;
    /* 9 */
    line-height: 2.6rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    letter-spacing: 0.5px;
    /* 9 */
    letter-spacing: 0.05rem;
    /* 9 */ }
    @media (max-width: 420px) {
      .benefits-section p {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 13px;
        /* 9 */
        font-size: 1.3rem;
        /* 9 */
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        line-height: 18px;
        /* 9 */
        line-height: 1.8rem;
        /* 9 */ } }
  .benefits-section a {
    color: #fff;
    text-decoration: none; }

.benefits-inner {
  max-width: 1025px;
  padding: 30px 20px;
  margin: 0 auto; }

.benefits {
  margin: 63px 0 0 0; }

.benefit {
  display: inline-block;
  vertical-align: top;
  width: 246px;
  padding: 0 10px 50px 10px;
  color: #fff;
  margin-right: -4px; }
  .benefit .benefit-title {
    font-family: "Vollkorn", serif;
    -webkit-font-smoothing: antialiased;
    margin-top: 20px;
    display: block;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 22px;
    /* 9 */
    font-size: 2.2rem;
    /* 9 */ }
    @media (max-width: 420px) {
      .benefit .benefit-title {
        margin-top: 11px; } }

footer {
  background-color: #31373a; }
  footer .tagline {
    color: #fff;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 21px;
    /* 9 */
    font-size: 2.1rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    letter-spacing: 0.5px;
    /* 9 */
    letter-spacing: 0.05rem;
    /* 9 */
    text-align: center;
    padding: 33px 20px;
    font-family: "Vollkorn", serif;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid #464b4e; }
    @media (max-width: 920px) {
      footer .tagline {
        padding: 15px 20px;
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 18px;
        /* 9 */
        font-size: 1.8rem;
        /* 9 */ } }
    @media (max-width: 450px) {
      footer .tagline {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 16px;
        /* 9 */
        font-size: 1.6rem;
        /* 9 */ } }
    footer .tagline span {
      color: #fbb253; }
  footer .footer-content {
    border-top: 1px solid #222628; }
  footer .footer-content-inner {
    max-width: 960px;
    border-right: 1px solid #222628;
    border-left: 1px solid #222628;
    margin: 0 auto;
    color: #7f7f7f;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 10px;
    /* 9 */
    font-size: 1rem;
    /* 9 */
    text-align: center; }
    footer .footer-content-inner.no-border {
      border: none; }
    @media (max-width: 920px) {
      footer .footer-content-inner {
        border: none; } }
    footer .footer-content-inner .footer-section {
      float: left;
      width: 33.333%;
      padding: 14px 20px;
      height: 100%; }
      @media (max-width: 920px) {
        footer .footer-content-inner .footer-section {
          padding: 10px; } }
      footer .footer-content-inner .footer-section a {
        color: inherit;
        text-decoration: none; }
      footer .footer-content-inner .footer-section.social {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 14px;
        /* 9 */
        font-size: 1.4rem;
        /* 9 */ }
        footer .footer-content-inner .footer-section.social a.social-icon {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 18px;
          /* 9 */
          font-size: 1.8rem;
          /* 9 */
          display: inline-block;
          margin-left: 10px;
          -webkit-transform: translateY(3px);
              -ms-transform: translateY(3px);
                  transform: translateY(3px);
          -webkit-transition: color 0.3s, opacity 0.3s;
                  transition: color 0.3s, opacity 0.3s; }
          @media (max-width: 750px) {
            footer .footer-content-inner .footer-section.social a.social-icon {
              margin-left: 3px;
              margin-right: 3px; } }
          footer .footer-content-inner .footer-section.social a.social-icon:hover {
            color: #fff;
            opacity: 0.7; }
        @media (max-width: 750px) {
          footer .footer-content-inner .footer-section.social {
            width: 50% !important;
            margin-top: 1px !important; }
            footer .footer-content-inner .footer-section.social span {
              display: block; } }
      footer .footer-content-inner .footer-section.middle {
        border-right: 1px solid #222628;
        border-left: 1px solid #222628; }
        @media (max-width: 920px) {
          footer .footer-content-inner .footer-section.middle {
            width: 22%; }
            footer .footer-content-inner .footer-section.middle img {
              margin-top: 1px !important;
              width: 140px;
              height: auto; } }
        @media (max-width: 750px) {
          footer .footer-content-inner .footer-section.middle {
            width: 50%;
            border-right: none; }
            footer .footer-content-inner .footer-section.middle img {
              width: 175px; } }
      @media (max-width: 750px) {
        footer .footer-content-inner .footer-section.copyright {
          width: 100% !important;
          border-top: 1px solid #222628;
          margin-top: -3px !important; } }
      footer .footer-content-inner .footer-section.social, footer .footer-content-inner .footer-section.copyright {
        margin-top: 10px;
        background-color: #31373a; }
        @media (max-width: 920px) {
          footer .footer-content-inner .footer-section.social, footer .footer-content-inner .footer-section.copyright {
            margin-top: 5px;
            width: 38%; } }

.page-banner {
  height: 464px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center center;
  font-family: "Open Sans", sans-serif;
  text-align: center; }
  @media (max-width: 615px) {
    .page-banner {
      height: 320px; } }
  .page-banner:after {
    content: " ";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 5px;
    display: block;
    border-bottom: 1px solid #6da5b7; }
  .page-banner h1 {
    margin: 0;
    padding: 0;
    color: #31373a;
    font-family: "Vollkorn", serif;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 35px;
    /* 9 */
    font-size: 3.5rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    letter-spacing: 1px;
    /* 9 */
    letter-spacing: 0.1rem;
    /* 9 */ }
    @media (max-width: 615px) {
      .page-banner h1 {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 25px;
        /* 9 */
        font-size: 2.5rem;
        /* 9 */ } }
  .page-banner h2 {
    margin: 3px;
    padding: 0;
    color: #6da5b7;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 15px;
    /* 9 */
    font-size: 1.5rem;
    /* 9 */
    font-weight: normal;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    letter-spacing: 1.5px;
    /* 9 */
    letter-spacing: 0.15rem;
    /* 9 */
    text-transform: uppercase; }
    @media (max-width: 615px) {
      .page-banner h2 {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        letter-spacing: 1px;
        /* 9 */
        letter-spacing: 0.1rem;
        /* 9 */
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 12px;
        /* 9 */
        font-size: 1.2rem;
        /* 9 */
        margin: 5px; } }

.page-banner.right .banner-title {
  position: relative; }
  @media (max-width: 850px) {
    .page-banner.right .banner-title {
      float: none;
      display: table;
      margin: 0 auto; } }

.page-banner.left .banner-title {
  float: left; }
  @media (max-width: 850px) {
    .page-banner.left .banner-title {
      float: none;
      display: table;
      margin: 0 auto; } }

.page-banner.center .banner-title {
  float: none;
  display: table;
  margin: 0 auto; }

.banner-inner {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  height: 100%;
  display: table;
  z-index: 2;
  position: relative; }

.banner-title-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }
  .banner-title-wrapper .banner-title {
    position: relative;
    padding: 9px;
    border: 1px solid #6da5b7; }
    .banner-title-wrapper .banner-title .banner-title-inner {
      background: white;
      /* The Fallback */
      background: rgba(255, 255, 255, 0.8);
      padding: 18px 33px; }
      @media (max-width: 615px) {
        .banner-title-wrapper .banner-title .banner-title-inner {
          padding: 20px 40px; } }

@media (max-width: 850px) {
  .person-banner, .bg-banner {
    padding: 0; } }
@media (max-width: 850px) {
  .person-banner .banner-title-wrapper, .bg-banner .banner-title-wrapper {
    vertical-align: bottom; } }
@media (max-width: 850px) {
  .person-banner .banner-title, .bg-banner .banner-title {
    padding: 0;
    width: 100%; } }
@media (max-width: 850px) {
  .person-banner .banner-title-wrapper .banner-title .banner-title-inner, .bg-banner .banner-title-wrapper .banner-title .banner-title-inner {
    padding: 5px 40px; } }

.slider-wrapper {
  width: 100%;
  position: absolute;
  top: 0; }

.banner-slider {
  margin: 0;
  padding: 0; }
  .banner-slider li {
    height: 464px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 615px) {
      .banner-slider li {
        height: 320px; } }

.slider-controls {
  bottom: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 2;
  width: 108px; }

.next-arrow {
  background: url("images/arrows.png") no-repeat top left; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .next-arrow {
      /* on retina, use image that's scaled by 2 */
      background-image: url("images/arrows@2x.png");
      background-size: 108px 45px; } }
  .next-arrow:hover {
    background: url("images/arrows-l.png") no-repeat top left; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .next-arrow:hover {
        /* on retina, use image that's scaled by 2 */
        background-image: url("images/arrows-l@2x.png");
        background-size: 108px 45px; } }

.prev-arrow {
  background: url("images/arrows.png") no-repeat top right; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .prev-arrow {
      /* on retina, use image that's scaled by 2 */
      background-image: url("images/arrows@2x.png");
      background-size: 108px 45px; } }
  .prev-arrow:hover {
    background: url("images/arrows-r.png") no-repeat top right; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .prev-arrow:hover {
        /* on retina, use image that's scaled by 2 */
        background-image: url("images/arrows-r@2x.png");
        background-size: 108px 45px; } }

.next-arrow, .prev-arrow {
  float: left;
  width: 54px;
  height: 40px;
  cursor: pointer; }

.callout-section {
  background-color: #fff;
  text-align: center; }
  .callout-section h1 {
    color: #f38a00; }
  .callout-section h2 {
    color: #31373a; }
  .callout-section .callout-inner {
    max-width: 1020px;
    padding: 73px 30px 87px 30px;
    margin: 0 auto; }
    @media (max-width: 600px) {
      .callout-section .callout-inner {
        padding: 50px 20px; } }
    @media (max-width: 420px) {
      .callout-section .callout-inner {
        padding: 40px 20px; } }
  .callout-section .tab {
    width: 0;
    height: 0;
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    margin: auto;
    border-style: solid;
    border-width: 20px 35px 0 35px;
    border-color: #ffffff transparent transparent transparent; }
  .callout-section.tabbed .tab {
    display: block; }
  .callout-section p {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 5 */
    /* 8 */
    letter-spacing: 0rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    line-height: 32px;
    /* 9 */
    line-height: 3.2rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
    font-weight: 300;
    display: block;
    margin: 0 auto;
    max-width: 845px; }
    @media (max-width: 600px) {
      .callout-section p {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 15px;
        /* 9 */
        font-size: 1.5rem;
        /* 9 */
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        line-height: 27px;
        /* 9 */
        line-height: 2.7rem;
        /* 9 */ } }
    @media (max-width: 420px) {
      .callout-section p {
        text-align: left;
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 13px;
        /* 9 */
        font-size: 1.3rem;
        /* 9 */
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        line-height: 20px;
        /* 9 */
        line-height: 2rem;
        /* 9 */ } }

.callout-section h1, .benefits-section h1 {
  font-family: "Vollkorn", serif;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 5 */
  /* 8 */
  letter-spacing: 0rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 42px;
  /* 9 */
  line-height: 4.2rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 40px;
  /* 9 */
  font-size: 4rem;
  /* 9 */
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  margin: 20px 0; }
  @media (max-width: 600px) {
    .callout-section h1, .benefits-section h1 {
      margin: 20px 0 30px 0;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 30px;
      /* 9 */
      font-size: 3rem;
      /* 9 */
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      line-height: 30px;
      /* 9 */
      line-height: 3rem;
      /* 9 */ } }
  @media (max-width: 420px) {
    .callout-section h1, .benefits-section h1 {
      margin: 10px 0 30px 0;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 23px;
      /* 9 */
      font-size: 2.3rem;
      /* 9 */
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      line-height: 23px;
      /* 9 */
      line-height: 2.3rem;
      /* 9 */ } }
.callout-section h2, .benefits-section h2 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  letter-spacing: 1.3px;
  /* 9 */
  letter-spacing: 0.13rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 15px;
  /* 9 */
  line-height: 1.5rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 1.5rem;
  /* 9 */
  text-transform: uppercase;
  font-weight: 600; }
  @media (max-width: 600px) {
    .callout-section h2, .benefits-section h2 {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 13px;
      /* 9 */
      font-size: 1.3rem;
      /* 9 */
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      line-height: 13px;
      /* 9 */
      line-height: 1.3rem;
      /* 9 */ } }
  @media (max-width: 420px) {
    .callout-section h2, .benefits-section h2 {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 12px;
      /* 9 */
      font-size: 1.2rem;
      /* 9 */
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      line-height: 12px;
      /* 9 */
      line-height: 1.2rem;
      /* 9 */ } }

.apply-btn {
  color: #fff;
  display: block;
  background: #6da5b7;
  padding: 4px 9px 3px 9px;
  border: 1px solid #fff;
  text-decoration: none;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 13px;
  /* 9 */
  font-size: 1.3rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  letter-spacing: 1px;
  /* 9 */
  letter-spacing: 0.1rem;
  /* 9 */
  text-transform: uppercase;
  -webkit-transition: background 0.2s;
          transition: background 0.2s; }
  .apply-btn:hover {
    background: #508ea1; }

.sidebar {
  max-width: 300px;
  float: right;
  overflow: hidden; }
  @media (max-width: 1040px) {
    .sidebar {
      float: none;
      width: 100%;
      margin: 30px auto 0 auto; } }

.side-widget {
  margin: 0 0 60px 0; }
  .side-widget.bordered {
    margin-top: 26px;
    padding: 0 35px 20px 35px;
    border-bottom: 1px solid #6da5b7;
    border-left: 1px solid #6da5b7;
    border-right: 1px solid #6da5b7; }
    .side-widget.bordered .widget-title {
      margin-top: -18px;
      margin-bottom: 10px;
      -webkit-transform: translateY(-8px);
          -ms-transform: translateY(-8px);
              transform: translateY(-8px); }
  .side-widget strong {
    text-transform: uppercase;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 15px;
    /* 9 */
    font-size: 1.5rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    line-height: 16px;
    /* 9 */
    line-height: 1.6rem;
    /* 9 */ }
  .side-widget .faq, .side-widget .job, .side-widget .custom {
    margin-bottom: 20px; }
    .side-widget .faq p, .side-widget .job p, .side-widget .custom p {
      margin-top: 5px;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 15px;
      /* 9 */
      font-size: 1.5rem;
      /* 9 */
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      line-height: 24px;
      /* 9 */
      line-height: 2.4rem;
      /* 9 */
      font-weight: 300; }
  .side-widget .person {
    display: block;
    text-decoration: none;
    text-align: center;
    margin-top: 28px;
    margin-bottom: 28px;
    overflow: hidden; }
    .side-widget .person .title-bg {
      background: #f38a00;
      height: 100px;
      margin-top: -100px; }
    .side-widget .person img {
      margin-bottom: -14px;
      margin-bottom: -100px; }
  .side-widget .contact-link a {
    color: #f38a00;
    display: block;
    margin: 14px 0;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 15px;
    /* 9 */
    font-size: 1.5rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    line-height: 24px;
    /* 9 */
    line-height: 2.4rem;
    /* 9 */
    -webkit-transition: color 0.3s;
            transition: color 0.3s; }
    .side-widget .contact-link a:hover {
      color: #cf7600; }
  .side-widget .contact-link i {
    margin-right: 10px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 23px;
    /* 9 */
    font-size: 2.3rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    line-height: 24px;
    /* 9 */
    line-height: 2.4rem;
    /* 9 */
    display: inline-block;
    -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
            transform: translateY(6px); }

.widget-title {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #6da5b7;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 1.5rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 18px;
  /* 9 */
  line-height: 1.8rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  letter-spacing: 1px;
  /* 9 */
  letter-spacing: 0.1rem;
  /* 9 */
  -webkit-font-smoothing: antialiased; }
  .widget-title span {
    display: inline-block;
    position: relative; }
    .widget-title span:before, .widget-title span:after {
      content: "";
      position: absolute;
      height: 1px;
      border-bottom: 1px solid #6da5b7;
      top: 7px;
      width: 150px; }
    .widget-title span:before {
      right: 100%;
      margin-right: 15px; }
    .widget-title span:after {
      left: 100%;
      margin-left: 15px; }

.map-intro {
  max-width: 700px;
  margin: 0 auto; }
  .map-intro span {
    color: #f38a00; }

.open-popup-link img {
  margin-top: 50px; }

.white-popup {
  border: 1px solid #6da5b7;
  padding: 10px;
  max-width: 500px;
  margin: 0 auto;
  position: relative; }
  .white-popup .white-popup-inner {
    background: #f7f9fa;
    padding: 50px 30px 40px 30px;
    text-align: center; }
  .white-popup a {
    padding: 10px;
    color: #6da5b7;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #6da5b7;
    background-color: #fff;
    margin: 30px auto 0 auto;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 12px;
    /* 9 */
    font-size: 1.2rem;
    /* 9 */
    max-width: 300px;
    -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s; }
    .white-popup a:hover {
      background-color: #e8eff2; }

.scroll-tab {
  width: 110px;
  height: 42px;
  position: absolute;
  bottom: -33px;
  left: 0;
  width: 100%;
  cursor: pointer;
  background: url("images/scroll-tab.png") no-repeat top center; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .scroll-tab {
      /* on retina, use image that's scaled by 2 */
      background-image: url("images/scroll-tab@2x.png");
      background-size: 110px 42px; } }
  @media (max-width: 850px) {
    .scroll-tab {
      bottom: -43px; } }
  .page-content .scroll-tab {
    bottom: 0;
    top: 0; }

.popup-tab {
  width: 110px;
  height: 42px;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  cursor: pointer;
  background: url("images/popup-tab.png") no-repeat top center; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .popup-tab {
      /* on retina, use image that's scaled by 2 */
      background-image: url("images/popup-tab@2x.png");
      background-size: 110px 42px; } }

.modal-header {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 40px;
  /* 9 */
  font-size: 4rem;
  /* 9 */
  font-family: "Vollkorn", serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: -6px;
  -webkit-font-smoothing: antialiased; }

.modal-subheader {
  margin: 10px;
  padding: 0;
  color: #6da5b7;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 1.5rem;
  /* 9 */
  font-weight: normal;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  letter-spacing: 1.5px;
  /* 9 */
  letter-spacing: 0.15rem;
  /* 9 */
  text-transform: uppercase; }

.apply strong {
  display: block; }

.locations-list {
  margin: 0;
  padding: 20px; }
  .locations-list li {
    display: inline-block; }
    .locations-list li .pipe {
      margin: 0 4px; }
    .locations-list li:first-child .pipe {
      display: none; }
    .locations-list li a {
      color: #7f7f7f;
      text-decoration: none;
      -webkit-transition: color 0.2s;
              transition: color 0.2s; }
      .locations-list li a:hover {
        color: #fff; }

.googletrack {
  height: 0;
  overflow: hidden; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #a9a296; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.print {
  display: none; }

@media print {
  .print {
    display: block; }

  .top-logo.print {
    margin-bottom: 30px; }

  body, #content, #container, section, .recipe-details, .post-content {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    background: #fff url(none); }

  .archive-header, .site-header, .related-posts, .social-media-beets, .site-footer, .product-icon, .recipe-image {
    display: none !important; }

  .recipe-hero, .recipe-ingredients, .recipe-hero-wrapper {
    background: none !important;
    border: none !important; }

  .recipe-hero {
    text-align: left; }

  .recipe-hero .recipe-hero-wrapper {
    height: auto !important; }

  .recipe-hero-wrapper, .recipe-details, .recipe-directions, .recipe-ingredients {
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    width: 100% !important;
    max-width: 700px; }

  .recipe-ingredients h2 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .recipe-directions h2 {
    margin-bottom: 30px !important; }

  .recipe-hero h1.recipe-title {
    font-size: 40px; }

  .recipe-hero .recipe-details .recipe-details-inner {
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

  .recipe-hero {
    margin-top: 40px !important;
    margin-bottom: 30px !important; } }

/*# sourceMappingURL=style.css.map */


input[type="reset"]{
  margin-top:20px;
}