@import url(fonts/open-sans/opensans_regular_macroman/stylesheet.css);
@import url(fonts/open-sans/opensans_bold_macroman/stylesheet.css);
@import url(fonts/open-sans/opensans_semibold_macroman/stylesheet.css);
@import url(fonts/open-sans/opensans_light_macroman/stylesheet.css);
@import url(fonts/roboto-slab/robotoslab_regular_macroman/stylesheet.css);
@import url(fonts/roboto-slab/robotoslab_light_macroman/stylesheet.css);
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

script {
  display: none !important; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 768px)";
  width: 768px; }

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:1200px)";
  width: 1200px; }

meta.foundation-mq-large {
  font-family: "only screen and (min-width:1440px)";
  width: 1440px; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .small-1 {
    position: relative;
    width: 8.33333%; }

  .small-2 {
    position: relative;
    width: 16.66667%; }

  .small-3 {
    position: relative;
    width: 25%; }

  .small-4 {
    position: relative;
    width: 33.33333%; }

  .small-5 {
    position: relative;
    width: 41.66667%; }

  .small-6 {
    position: relative;
    width: 50%; }

  .small-7 {
    position: relative;
    width: 58.33333%; }

  .small-8 {
    position: relative;
    width: 66.66667%; }

  .small-9 {
    position: relative;
    width: 75%; }

  .small-10 {
    position: relative;
    width: 83.33333%; }

  .small-11 {
    position: relative;
    width: 91.66667%; }

  .small-12 {
    position: relative;
    width: 100%; }

  .small-offset-0 {
    position: relative;
    margin-left: 0%; }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 8.33333%; }

  .large-2 {
    position: relative;
    width: 16.66667%; }

  .large-3 {
    position: relative;
    width: 25%; }

  .large-4 {
    position: relative;
    width: 33.33333%; }

  .large-5 {
    position: relative;
    width: 41.66667%; }

  .large-6 {
    position: relative;
    width: 50%; }

  .large-7 {
    position: relative;
    width: 58.33333%; }

  .large-8 {
    position: relative;
    width: 66.66667%; }

  .large-9 {
    position: relative;
    width: 75%; }

  .large-10 {
    position: relative;
    width: 83.33333%; }

  .large-11 {
    position: relative;
    width: 91.66667%; }

  .large-12 {
    position: relative;
    width: 100%; }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%; }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important; }

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important; }

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important; }

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table; }

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important; }

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important; }

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important; }

  .show-for-small {
    display: none !important; }

  .hide-for-small {
    display: inherit !important; }

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table; }

  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important; }

  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important; }

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important; }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important; } }
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1200px) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important; }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important; }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important; }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table; }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important; }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important; }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important; }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important; } }
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
  .show-for-xlarge {
    display: inherit !important; }

  .show-for-large,
  .show-for-large-down {
    display: none !important; }

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important; }

  .hide-for-xlarge {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table; }

  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important; }

  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important; }

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important; }

  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

.button, .app_services_button, .wpjb-button, .woocommerce #respond input#submit {
  display: inline-block;
  padding: 12px 20px;
  margin: 18px 0 0;
  font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  background: #505050;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #eee;
  border: none;
  border-bottom: 3px solid #333;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button:first-child, .app_services_button:first-child, .wpjb-button:first-child, .woocommerce #respond input#submit:first-child {
    margin-top: 0; }
  .button:hover, .app_services_button:hover, .wpjb-button:hover, .woocommerce #respond input#submit:hover {
    background-color: #333;
    border-bottom-color: #505050; }
  .button .fa, .app_services_button .fa, .wpjb-button .fa, .woocommerce #respond input#submit .fa {
    float: right;
    padding-left: 20px; }
  .button.nofloat .fa, .nofloat.app_services_button .fa, .nofloat.wpjb-button .fa, .woocommerce #respond input.nofloat#submit .fa {
    float: none; }
  .button.nofloat .fa-angle-left, .nofloat.app_services_button .fa-angle-left, .nofloat.wpjb-button .fa-angle-left, .woocommerce #respond input.nofloat#submit .fa-angle-left {
    padding-left: 0;
    padding-right: 20px; }
  .button.white, .white.app_services_button, .white.wpjb-button, .woocommerce #respond input.white#submit {
    background-color: #e5e5e5;
    color: #072335;
    border-bottom-color: #b3b3b3; }
    .button.white:hover, .white.app_services_button:hover, .white.wpjb-button:hover, .woocommerce #respond input.white#submit:hover {
      background-color: #b3b3b3;
      border-bottom-color: #e5e5e5; }
  .button.blue, .blue.app_services_button, .blue.wpjb-button, .woocommerce #respond input.blue#submit {
    background-color: #2f99d4;
    border-bottom-color: #226f9a; }
    .button.blue:hover, .blue.app_services_button:hover, .blue.wpjb-button:hover, .woocommerce #respond input.blue#submit:hover {
      background-color: #226f9a;
      border-bottom-color: #2f99d4; }
  .button.yellow, .yellow.app_services_button, .yellow.wpjb-button, .woocommerce #respond input.yellow#submit, .wpjb-upload-actions .button, .wpjb-upload-actions .app_services_button, .wpjb-upload-actions .wpjb-button, .wpjb-upload-actions .woocommerce #respond input#submit, .woocommerce #respond .wpjb-upload-actions input#submit, .wpjb-boxes .wpjb-box {
    background-color: #f3b611;
    border-bottom-color: #99742d;
    color: #072335; }
  .button.yellow2, .yellow2.app_services_button {
    background-color: #f3b611;
    border-bottom-color: #99742d;
    color: #072335; }	
    .button.yellow2:hover, .yellow2.app_services_button:hover {
      background-color: #99742d;
      border-bottom-color: #f3b611;
      color: white; }
  .button.full, .full.app_services_button, .full.wpjb-button, .woocommerce #respond input.full#submit {
    display: block; }
    .button.full .fa, .full.app_services_button .fa, .full.wpjb-button .fa, .woocommerce #respond input.full#submit .fa {
      padding: 0; }
  .entry-content .button, .entry-content .app_services_button, .entry-content .wpjb-button, .entry-content .woocommerce #respond input#submit, .woocommerce #respond .entry-content input#submit {
    color: #eee; }
    .entry-content .button.white, .entry-content .white.app_services_button, .entry-content .white.wpjb-button, .entry-content .woocommerce #respond input.white#submit, .woocommerce #respond .entry-content input.white#submit {
      color: #072335; }
    .entry-content .button.yellow, .button.yellow2, .entry-content .yellow.app_services_button, .yellow2.app_services_button, .entry-content .yellow.wpjb-button, .entry-content .woocommerce #respond input.yellow#submit, .woocommerce #respond .entry-content input.yellow#submit, .entry-content .wpjb-upload-actions .button, .wpjb-upload-actions .entry-content .button, .entry-content .wpjb-upload-actions .app_services_button, .wpjb-upload-actions .entry-content .app_services_button, .entry-content .wpjb-upload-actions .wpjb-button, .wpjb-upload-actions .entry-content .wpjb-button, .entry-content .wpjb-upload-actions .woocommerce #respond input#submit, .wpjb-upload-actions .woocommerce #respond .entry-content input#submit, .entry-content .woocommerce #respond .wpjb-upload-actions input#submit, .woocommerce #respond .wpjb-upload-actions .entry-content input#submit, .entry-content .wpjb-boxes .wpjb-box, .wpjb-boxes .entry-content .wpjb-box {
      color: #072335; }

input[type="submit"].button, input[type="submit"].app_services_button, input[type="submit"].wpjb-button, .woocommerce #respond input[type="submit"]#submit {
  height: 50px; }

h1 {
  font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  color: #072335; }
  h1 a {
    color: #072335; }
    h1 a:hover {
      color: #0d4162; }

h2 {
  font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  color: #072335; }
  h2 a {
    color: #072335; }
    h2 a:hover {
      color: #0d4162; }

h3 {
  font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  color: #2f99d4; }

h4 {
  font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #f3b611; }

h5 {
  font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #072335; }

h6 {
  font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  color: #072335; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.75em; }
  * + h1, * +
  h2, * +
  h3, * +
  h4, * +
  h5, * +
  h6 {
    margin-top: 0.75em; }

body {
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal; }

a {
  text-decoration: none;
  outline: none;
  color: #2f99d4;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

th {
  font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal; }

.clearfix:before, .main-menu:before, .appointments-legend:before, ul.wpjb-add-job-steps:before, .woocommerce ul.products.list li.product:before, .gform_wrapper .gsurvey-rating-wrapper:before,
.clearfix:after,
.main-menu:after,
.appointments-legend:after,
ul.wpjb-add-job-steps:after,
.woocommerce ul.products.list li.product:after,
.gform_wrapper .gsurvey-rating-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .main-menu:after, .appointments-legend:after, ul.wpjb-add-job-steps:after, .woocommerce ul.products.list li.product:after, .gform_wrapper .gsurvey-rating-wrapper:after {
  clear: both; }

/*
 * For IE 6/7 only
 */
.clearfix, .main-menu, .appointments-legend, ul.wpjb-add-job-steps, .woocommerce ul.products.list li.product, .gform_wrapper .gsurvey-rating-wrapper {
  *zoom: 1; }

.alert, .alert-success, .wpjb-flash-info, .alert-danger,
.alert-error,
.wpjb-form ul.wpjb-errors,
.wpjb-flash-error,
.gform_wrapper .gform_body .top_label .validation_message,
.gform_wrapper .gform_body .top_label .gfield_description.validation_message,
.gform_wrapper div.validation_error, .alert-info {
  padding: 0.75em;
  margin-bottom: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.alert-success, .wpjb-flash-info {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-danger,
.alert-error,
.wpjb-form ul.wpjb-errors,
.wpjb-flash-error,
.gform_wrapper .gform_body .top_label .validation_message,
.gform_wrapper .gform_body .top_label .gfield_description.validation_message,
.gform_wrapper div.validation_error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7; }

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.aligncenter {
  display: block;
  margin: 0 auto; }

#cm_mapTABLE {
  margin-top: 1em; }

#cm_map {
  min-height: 450px; }

/*Header*/
#header {
  background: url("../images/pattern-1.png") repeat;
  position: relative;
  z-index: 100; }

.toggle-main-menu {
  display: none;
  font-size: 24px; }
  .opened .toggle-main-menu:before {
    content: "\f00d"; }

.logo {
  margin: 10px 0 10px;
  display: inline-block; }
  .logo .mobile {
    display: none; }

.utility {
  float: right; }
  .utility ul {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10;
    list-style: none; }
  .utility a {
    color: white;
    font-size: 12px;
    display: block;
    height: 100%;
    line-height: 30px; }
  .utility .fa {
    margin-left: 10px; }
  .utility li {
    float: left;
    border-top: 5px solid transparent;
    border-left: 1px solid #323c43;
    padding: 0 10px;
    height: 40px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .utility li:hover {
      border-top-color: #080909; }
  .utility li:last-child {
    border-right: 1px solid #323c43; }
  .utility .search {
    border-top: none;
    /* firefox 19+ */
    /* ie */ }
    .utility .search:hover, .utility .search.opened {
      background-color: #072335; }
    .utility .search .fa {
      margin-left: 0; }
    .utility .search form {
      display: none;
      position: absolute;
      z-index: 110;
      top: 100%;
      left: 0;
      width: 100%; }
    .utility .search.opened form {
      display: block; }
    .utility .search input[type="text"] {
      display: block;
      width: 100%;
      height: 30px;
      padding: 0 15px;
      border: none;
      background-color: #072335;
      color: #eee;
      font-family: 'open_sanslight', Arial, Helvetica, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      box-shadow: none; }
    .utility .search ::-webkit-input-placeholder {
      color: #eee;
      opacity: 1; }
    .utility .search ::-moz-placeholder {
      color: #eee;
      opacity: 1; }
    .utility .search :-ms-input-placeholder {
      color: #eee;
      opacity: 1; }
    .utility .search input:-moz-placeholder {
      color: #eee;
      opacity: 1; }

.main-menu {
  background: #2f99d4;
  -webkit-box-shadow: 0 3px 0 0 rgba(173, 179, 184, 0.45);
  -moz-box-shadow: 0 3px 0 0 rgba(173, 179, 184, 0.45);
  box-shadow: 0 3px 0 0 rgba(173, 179, 184, 0.45); }
  .home .main-menu {
    box-shadow: none; }
  .main-menu .mega-block-title {
    border-bottom: 1px solid #bebebe;
    margin-bottom: 20px !important; }
  .main-menu .mega-menu-item .menu a {
    color: #2f99d4; }

#mega-menu-wrap-primary #mega-menu-primary ul a {
  color: #2f99d4; }
#mega-menu-wrap-primary #mega-menu-primary .menu li {
  margin: 10px 0 0; }
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-columns-2-of-6 li,
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-columns-3-of-6 li {
  width: 50%;
  float: left; }
  #mega-menu-wrap-primary #mega-menu-primary .mega-menu-columns-2-of-6 li.odd,
  #mega-menu-wrap-primary #mega-menu-primary .mega-menu-columns-3-of-6 li.odd {
    clear: left; }
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-columns-2-of-6 .mega-block-title,
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-columns-3-of-6 .mega-block-title {
  margin-bottom: 10px !important; }
#mega-menu-wrap-primary #mega-menu-primary .button, #mega-menu-wrap-primary #mega-menu-primary .app_services_button, #mega-menu-wrap-primary #mega-menu-primary .wpjb-button, #mega-menu-wrap-primary #mega-menu-primary .woocommerce #respond input#submit, .woocommerce #respond #mega-menu-wrap-primary #mega-menu-primary input#submit {
  display: inline-block;
  padding: 12px 20px;
  margin: 18px 0 0;
  font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  background: #505050;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #eee;
  border: none;
  border-bottom: 3px solid #333;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  #mega-menu-wrap-primary #mega-menu-primary .button:first-child, #mega-menu-wrap-primary #mega-menu-primary .app_services_button:first-child, #mega-menu-wrap-primary #mega-menu-primary .wpjb-button:first-child, #mega-menu-wrap-primary #mega-menu-primary .woocommerce #respond input#submit:first-child, .woocommerce #respond #mega-menu-wrap-primary #mega-menu-primary input#submit:first-child {
    margin-top: 0; }
  #mega-menu-wrap-primary #mega-menu-primary .button:hover, #mega-menu-wrap-primary #mega-menu-primary .app_services_button:hover, #mega-menu-wrap-primary #mega-menu-primary .wpjb-button:hover, #mega-menu-wrap-primary #mega-menu-primary .woocommerce #respond input#submit:hover, .woocommerce #respond #mega-menu-wrap-primary #mega-menu-primary input#submit:hover {
    background-color: #333;
    border-bottom-color: #505050; }
  #mega-menu-wrap-primary #mega-menu-primary .button .fa, #mega-menu-wrap-primary #mega-menu-primary .app_services_button .fa, #mega-menu-wrap-primary #mega-menu-primary .wpjb-button .fa, #mega-menu-wrap-primary #mega-menu-primary .woocommerce #respond input#submit .fa, .woocommerce #respond #mega-menu-wrap-primary #mega-menu-primary input#submit .fa {
    float: right;
    padding-left: 20px; }
  #mega-menu-wrap-primary #mega-menu-primary .button.nofloat .fa, #mega-menu-wrap-primary #mega-menu-primary .nofloat.app_services_button .fa, #mega-menu-wrap-primary #mega-menu-primary .nofloat.wpjb-button .fa, #mega-menu-wrap-primary #mega-menu-primary .woocommerce #respond input.nofloat#submit .fa, .woocommerce #respond #mega-menu-wrap-primary #mega-menu-primary input.nofloat#submit .fa {
    float: none; }
  #mega-menu-wrap-primary #mega-menu-primary .button.nofloat .fa-angle-left, #mega-menu-wrap-primary #mega-menu-primary .nofloat.app_services_button .fa-angle-left, #mega-menu-wrap-primary #mega-menu-primary .nofloat.wpjb-button .fa-angle-left, #mega-menu-wrap-primary #mega-menu-primary .woocommerce #respond input.nofloat#submit .fa-angle-left, .woocommerce #respond #mega-menu-wrap-primary #mega-menu-primary input.nofloat#submit .fa-angle-left {
    padding-left: 0;
    padding-right: 20px; }
  #mega-menu-wrap-primary #mega-menu-primary .button.white, #mega-menu-wrap-primary #mega-menu-primary .white.app_services_button, #mega-menu-wrap-primary #mega-menu-primary .white.wpjb-button, #mega-menu-wrap-primary #mega-menu-primary .woocommerce #respond input.white#submit, .woocommerce #respond #mega-menu-wrap-primary #mega-menu-primary input.white#submit {
    background-color: #e5e5e5;
    color: #072335;
    border-bottom-color: #b3b3b3; }
    #mega-menu-wrap-primary #mega-menu-primary .button.white:hover, #mega-menu-wrap-primary #mega-menu-primary .white.app_services_button:hover, #mega-menu-wrap-primary #mega-menu-primary .white.wpjb-button:hover, #mega-menu-wrap-primary #mega-menu-primary .woocommerce #respond input.white#submit:hover, .woocommerce #respond #mega-menu-wrap-primary #mega-menu-primary input.white#submit:hover {
      background-color: #b3b3b3;
      border-bottom-color: #e5e5e5; }
  #mega-menu-wrap-primary #mega-menu-primary .button.blue, #mega-menu-wrap-primary #mega-menu-primary .blue.app_services_button, #mega-menu-wrap-primary #mega-menu-primary .blue.wpjb-button, #mega-menu-wrap-primary #mega-menu-primary .woocommerce #respond input.blue#submit, .woocommerce #respond #mega-menu-wrap-primary #mega-menu-primary input.blue#submit {
    background-color: #2f99d4;
    border-bottom-color: #226f9a; }
    #mega-menu-wrap-primary #mega-menu-primary .button.blue:hover, #mega-menu-wrap-primary #mega-menu-primary .blue.app_services_button:hover, #mega-menu-wrap-primary #mega-menu-primary .blue.wpjb-button:hover, #mega-menu-wrap-primary #mega-menu-primary .woocommerce #respond input.blue#submit:hover, .woocommerce #respond #mega-menu-wrap-primary #mega-menu-primary input.blue#submit:hover {
      background-color: #226f9a;
      border-bottom-color: #2f99d4; }
  #mega-menu-wrap-primary #mega-menu-primary .button.yellow, #mega-menu-wrap-primary #mega-menu-primary .yellow.app_services_button, #mega-menu-wrap-primary #mega-menu-primary .yellow.wpjb-button, #mega-menu-wrap-primary #mega-menu-primary .woocommerce #respond input.yellow#submit, .woocommerce #respond #mega-menu-wrap-primary #mega-menu-primary input.yellow#submit, #mega-menu-wrap-primary #mega-menu-primary .wpjb-upload-actions .button, .wpjb-upload-actions #mega-menu-wrap-primary #mega-menu-primary .button, #mega-menu-wrap-primary #mega-menu-primary .wpjb-upload-actions .app_services_button, .wpjb-upload-actions #mega-menu-wrap-primary #mega-menu-primary .app_services_button, #mega-menu-wrap-primary #mega-menu-primary .wpjb-upload-actions .wpjb-button, .wpjb-upload-actions #mega-menu-wrap-primary #mega-menu-primary .wpjb-button, #mega-menu-wrap-primary #mega-menu-primary .wpjb-upload-actions .woocommerce #respond input#submit, .wpjb-upload-actions .woocommerce #respond #mega-menu-wrap-primary #mega-menu-primary input#submit, #mega-menu-wrap-primary #mega-menu-primary .woocommerce #respond .wpjb-upload-actions input#submit, .woocommerce #respond .wpjb-upload-actions #mega-menu-wrap-primary #mega-menu-primary input#submit, #mega-menu-wrap-primary #mega-menu-primary .wpjb-boxes .wpjb-box, .wpjb-boxes #mega-menu-wrap-primary #mega-menu-primary .wpjb-box {
    background-color: #f3b611;
    border-bottom-color: #99742d;
    color: #072335; }
    #mega-menu-wrap-primary #mega-menu-primary .button.yellow:hover, #mega-menu-wrap-primary #mega-menu-primary .yellow.app_services_button:hover, #mega-menu-wrap-primary #mega-menu-primary .yellow.wpjb-button:hover, #mega-menu-wrap-primary #mega-menu-primary .woocommerce #respond input.yellow#submit:hover, .woocommerce #respond #mega-menu-wrap-primary #mega-menu-primary input.yellow#submit:hover, #mega-menu-wrap-primary #mega-menu-primary .wpjb-upload-actions .button:hover, .wpjb-upload-actions #mega-menu-wrap-primary #mega-menu-primary .button:hover, #mega-menu-wrap-primary #mega-menu-primary .wpjb-upload-actions .app_services_button:hover, .wpjb-upload-actions #mega-menu-wrap-primary #mega-menu-primary .app_services_button:hover, #mega-menu-wrap-primary #mega-menu-primary .wpjb-upload-actions .wpjb-button:hover, .wpjb-upload-actions #mega-menu-wrap-primary #mega-menu-primary .wpjb-button:hover, #mega-menu-wrap-primary #mega-menu-primary .wpjb-upload-actions .woocommerce #respond input#submit:hover, .wpjb-upload-actions .woocommerce #respond #mega-menu-wrap-primary #mega-menu-primary input#submit:hover, #mega-menu-wrap-primary #mega-menu-primary .woocommerce #respond .wpjb-upload-actions input#submit:hover, .woocommerce #respond .wpjb-upload-actions #mega-menu-wrap-primary #mega-menu-primary input#submit:hover, #mega-menu-wrap-primary #mega-menu-primary .wpjb-boxes .wpjb-box:hover, .wpjb-boxes #mega-menu-wrap-primary #mega-menu-primary .wpjb-box:hover {
      background-color: #99742d;
      border-bottom-color: #f3b611;
      color: white; }
  #mega-menu-wrap-primary #mega-menu-primary .button.full, #mega-menu-wrap-primary #mega-menu-primary .full.app_services_button, #mega-menu-wrap-primary #mega-menu-primary .full.wpjb-button, #mega-menu-wrap-primary #mega-menu-primary .woocommerce #respond input.full#submit, .woocommerce #respond #mega-menu-wrap-primary #mega-menu-primary input.full#submit {
    display: block; }
    #mega-menu-wrap-primary #mega-menu-primary .button.full .fa, #mega-menu-wrap-primary #mega-menu-primary .full.app_services_button .fa, #mega-menu-wrap-primary #mega-menu-primary .full.wpjb-button .fa, #mega-menu-wrap-primary #mega-menu-primary .woocommerce #respond input.full#submit .fa, .woocommerce #respond #mega-menu-wrap-primary #mega-menu-primary input.full#submit .fa {
      padding: 0; }
  .entry-content #mega-menu-wrap-primary #mega-menu-primary .button, .entry-content #mega-menu-wrap-primary #mega-menu-primary .app_services_button, .entry-content #mega-menu-wrap-primary #mega-menu-primary .wpjb-button, .entry-content #mega-menu-wrap-primary #mega-menu-primary .woocommerce #respond input#submit, .woocommerce #respond .entry-content #mega-menu-wrap-primary #mega-menu-primary input#submit {
    color: #eee; }
    .entry-content #mega-menu-wrap-primary #mega-menu-primary .button.white, .entry-content #mega-menu-wrap-primary #mega-menu-primary .white.app_services_button, .entry-content #mega-menu-wrap-primary #mega-menu-primary .white.wpjb-button, .entry-content #mega-menu-wrap-primary #mega-menu-primary .woocommerce #respond input.white#submit, .woocommerce #respond .entry-content #mega-menu-wrap-primary #mega-menu-primary input.white#submit {
      color: #072335; }
    .entry-content #mega-menu-wrap-primary #mega-menu-primary .button.yellow, .entry-content #mega-menu-wrap-primary #mega-menu-primary .yellow.app_services_button, .entry-content #mega-menu-wrap-primary #mega-menu-primary .yellow.wpjb-button, .entry-content #mega-menu-wrap-primary #mega-menu-primary .woocommerce #respond input.yellow#submit, .woocommerce #respond .entry-content #mega-menu-wrap-primary #mega-menu-primary input.yellow#submit, .entry-content #mega-menu-wrap-primary #mega-menu-primary .wpjb-upload-actions .button, .wpjb-upload-actions .entry-content #mega-menu-wrap-primary #mega-menu-primary .button, .entry-content #mega-menu-wrap-primary #mega-menu-primary .wpjb-upload-actions .app_services_button, .wpjb-upload-actions .entry-content #mega-menu-wrap-primary #mega-menu-primary .app_services_button, .entry-content #mega-menu-wrap-primary #mega-menu-primary .wpjb-upload-actions .wpjb-button, .wpjb-upload-actions .entry-content #mega-menu-wrap-primary #mega-menu-primary .wpjb-button, .entry-content #mega-menu-wrap-primary #mega-menu-primary .wpjb-upload-actions .woocommerce #respond input#submit, .wpjb-upload-actions .woocommerce #respond .entry-content #mega-menu-wrap-primary #mega-menu-primary input#submit, .entry-content #mega-menu-wrap-primary #mega-menu-primary .woocommerce #respond .wpjb-upload-actions input#submit, .woocommerce #respond .wpjb-upload-actions .entry-content #mega-menu-wrap-primary #mega-menu-primary input#submit, .entry-content #mega-menu-wrap-primary #mega-menu-primary .wpjb-boxes .wpjb-box, .wpjb-boxes .entry-content #mega-menu-wrap-primary #mega-menu-primary .wpjb-box {
      color: #072335; }
#mega-menu-wrap-primary #mega-menu-primary input[type="submit"].button, #mega-menu-wrap-primary #mega-menu-primary input[type="submit"].app_services_button, #mega-menu-wrap-primary #mega-menu-primary input[type="submit"].wpjb-button, #mega-menu-wrap-primary #mega-menu-primary .woocommerce #respond input[type="submit"]#submit, .woocommerce #respond #mega-menu-wrap-primary #mega-menu-primary input[type="submit"]#submit {
  height: 50px; }
#mega-menu-wrap-primary #mega-menu-primary .button.full, #mega-menu-wrap-primary #mega-menu-primary .full.app_services_button, #mega-menu-wrap-primary #mega-menu-primary .full.wpjb-button, #mega-menu-wrap-primary #mega-menu-primary .woocommerce #respond input.full#submit, .woocommerce #respond #mega-menu-wrap-primary #mega-menu-primary input.full#submit {
  position: relative; }
  #mega-menu-wrap-primary #mega-menu-primary .button.full .fa, #mega-menu-wrap-primary #mega-menu-primary .full.app_services_button .fa, #mega-menu-wrap-primary #mega-menu-primary .full.wpjb-button .fa, #mega-menu-wrap-primary #mega-menu-primary .woocommerce #respond input.full#submit .fa, .woocommerce #respond #mega-menu-wrap-primary #mega-menu-primary input.full#submit .fa {
    position: absolute;
    right: 21px;
    top: 40%; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-custom-4-columns > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {
  width: 25%; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  width: 20%;
  display: block;
  float: left;
  border-right: 1px solid #55aad9; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child {
    border-right: none; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {
    text-align: center; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor {
    border-top: 3px solid #2f99d4;
    margin-top: -10px;
    background: #eee; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a {
      color: #2f99d4;
      height: 67px;
      line-height: 67px; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > ul, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > ul, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > ul {
      /*margin-top: 3px;*/ }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children:hover > a:after {
  color: #072335; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children:hover > a {
  background: #eee;
  /*margin-bottom: -3px;*/
  z-index: 1000; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > h4.mega-block-title {
  border-bottom: 1px solid #bebebe; }

/*Main content*/
.main-content {
  background: url("../images/pattern-3.png") repeat;
  color: #505050;
  padding: 40px 0;
  position: relative;
  z-index: 10; }
  .home .main-content {
    padding: 0;
    z-index: 101; }

.banner {
  height: 430px; }
  .banner .bx-viewport {
    height: 430px !important;
    z-index: 5; }
  .banner .bx-wrapper {
    position: relative; }
  .banner .bx-controls {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 100%; }
  .banner .bx-controls-direction {
    width: 75em;
    margin: 0 auto; }
    .banner .bx-controls-direction a {
      position: relative;
      z-index: 100;
      display: inline-block;
      width: 19px;
      height: 36px;
      background: url("../images/icon-arrow-next.png") no-repeat;
      float: right;
      text-indent: -999em;
      margin-right: -60px;
      outline: none !important; }
      .banner .bx-controls-direction a.bx-prev {
        background-image: url("../images/icon-arrow-prev.png");
        float: left;
        margin-right: 0;
        margin-left: -60px; }
  .banner ul {
    padding: 0;
    margin: 0;
    height: 100%; }
  .banner li {
    height: 100%; }
  .banner .row {
    position: relative; }
  .banner .image {
    width: 745px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0; }
    .banner .image .wrap {
      position: relative;
      z-index: 1; }
    .banner .image img {
      display: block;
      width: 100%; }
    .banner .image .transition {
      position: absolute;
      z-index: 2;
      width: 175px;
      height: 100%;
      top: 0;
      left: 0;
      background: url("../images/banner-left.png") no-repeat; }
      .banner .image .transition.transition-right {
        left: auto;
        right: 0;
        background: url("../images/banner-right.png") no-repeat; }
  .banner .ribbon {
    /*display: block;*/
    height: auto;
    line-height: 1;
    max-width: 720px;
    padding: 20px 20px 15px;
    margin: 70px 0 0 -10px; }
    .banner .ribbon h2 {
      margin: 0 0 10px;
      font-family: 'roboto_slablight', Arial, Helvetica, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 30px;
      color: #072335; }
    .banner .ribbon .entry-content {
      color: #072335;
      font-size: 18px;
      font-family: 'open_sanslight', Arial, Helvetica, sans-serif;
      font-weight: normal;
      font-style: normal;
      line-height: 1.5; }
    .banner .ribbon .button, .banner .ribbon .app_services_button, .banner .ribbon .wpjb-button, .banner .ribbon .woocommerce #respond input#submit, .woocommerce #respond .banner .ribbon input#submit {
      min-width: 230px; }
    .banner .ribbon .button + .button, .banner .ribbon .app_services_button + .button, .banner .ribbon .wpjb-button + .button, .banner .ribbon .woocommerce #respond input#submit + .button, .woocommerce #respond .banner .ribbon input#submit + .button, .banner .ribbon .button + .app_services_button, .banner .ribbon .app_services_button + .app_services_button, .banner .ribbon .wpjb-button + .app_services_button, .banner .ribbon .woocommerce #respond input#submit + .app_services_button, .woocommerce #respond .banner .ribbon input#submit + .app_services_button, .banner .ribbon .button + .wpjb-button, .banner .ribbon .app_services_button + .wpjb-button, .banner .ribbon .wpjb-button + .wpjb-button, .banner .ribbon .woocommerce #respond input#submit + .wpjb-button, .woocommerce #respond .banner .ribbon input#submit + .wpjb-button, .banner .ribbon .woocommerce #respond .button + input#submit, .woocommerce #respond .banner .ribbon .button + input#submit, .banner .ribbon .woocommerce #respond .app_services_button + input#submit, .woocommerce #respond .banner .ribbon .app_services_button + input#submit, .banner .ribbon .woocommerce #respond .wpjb-button + input#submit, .woocommerce #respond .banner .ribbon .wpjb-button + input#submit, .banner .ribbon .woocommerce #respond input#submit + input#submit, .woocommerce #respond .banner .ribbon input#submit + input#submit {
      margin-left: 18px; }

.indent {
  margin-left: 30px; }

.entry-content,
.entry-summary {
  color: #5f5f5f;
  line-height: 1.7; }
  .entry-content p, .entry-content ul, .entry-content ol,
  .entry-summary p,
  .entry-summary ul,
  .entry-summary ol {
    margin: 0 0 0.6875em; }
  .entry-content :last-child,
  .entry-summary :last-child {
    margin-bottom: 0; }
  .entry-content ul, .entry-content ol,
  .entry-summary ul,
  .entry-summary ol {
    margin-left: 1em;
    padding: 0; }
  .entry-content ol,
  .entry-summary ol {
    margin-left: 1.8em; }
  .entry-content .alignright,
  .entry-summary .alignright {
    margin-left: 1em;
    float: right; }
  .entry-content .alignleft,
  .entry-summary .alignleft {
    margin-right: 1em;
    float: left; }
  .entry-content a,
  .entry-summary a {
    color: #2f99d4; }
  .entry-content iframe,
  .entry-summary iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  .entry-content table,
  .entry-summary table {
    width: 100%; }
    .entry-content table + *,
    .entry-summary table + * {
      margin-top: 0.9em; }
    .entry-content table td,
    .entry-summary table td {
      width: auto;
      padding: 0 10px; }

.archive .hentry {
  padding: 0 0; }

.hentry + .hentry {
  border-top: 1px solid #9ca1a5;
  padding-top: 1.5em;
  margin-top: 1.5em; }

.entry-meta {
  margin-top: 0.9em; }

.blue-container {
  background: url("../images/pattern-2.png") repeat;
  padding: 0 0 75px; }

.callout {
  background: #eee;
  padding: 55px 45px;
  margin-top: -60px;
  position: relative;
  z-index: 10; }
  .callout h2 {
    font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    line-height: 1.2em; }
    .callout h2 .fa {
      float: left;
      margin-right: 15px; }
  .callout .fa {
    font-size: 60px;
    display: inline-block; }
  .callout .icon-image {
    max-width: 80px; }
  .callout .large-4 {
    max-width: 340px;
    margin-right: 45px; }
    .callout .large-4 > .fa {
      display: none; }
    .callout .large-4:last-child {
      margin-right: 0; }
  .callout .button, .callout .app_services_button, .callout .wpjb-button, .callout .woocommerce #respond input#submit, .woocommerce #respond .callout input#submit {
    display: block; }
    .callout .button .fa, .callout .app_services_button .fa, .callout .wpjb-button .fa, .callout .woocommerce #respond input#submit .fa, .woocommerce #respond .callout input#submit .fa {
      font-size: inherit; }
  .callout .entry-content {
    font-size: 14px; }

.box-shadow {
  position: relative; }
  .box-shadow:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: rgba(7, 35, 53, 0.25);
    position: absolute;
    top: 100%;
    left: 0; }

.ribbon {
  display: inline-block;
  color: #072335;
  font-family: 'roboto_slablight', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  background: #f3b611;
  padding: 0 90px 0 40px;
  height: 60px;
  line-height: 60px;
  box-sizing: content-box;
  position: relative;
  z-index: initial; }
  .ribbon:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px;
    display: block;
    background: url("../images/ribbon-bg.png") no-repeat; }
  .ribbon h2 {
    margin: 0;
    font-family: 'roboto_slablight', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 30px; }
  .ribbon.dark {
    background: #072335;
    padding: 0 40px;
    margin-bottom: 25px; }
    .ribbon.dark h2 {
      color: #eee; }
    .ribbon.dark:after {
      background: none;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 0;
      border-color: transparent #031119 transparent transparent; }
  .sidebar .ribbon, .sitemap .ribbon {
    font-size: 18px;
    margin-bottom: 0;
    padding: 20px 30px;
    display: block;
    height: auto;
    line-height: 1.1; }
    .sidebar .ribbon.dark, .sitemap .ribbon.dark {
      color: #eee; }

ul.check {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.2; }
  ul.check li {
    color: #eee;
    margin: 0 0 35px;
    margin-left: 27px; }
    ul.check li:last-child {
      margin-bottom: 0; }
    ul.check li:before {
      content: "\f00c";
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-right: 15px;
      margin-left: -27px; }

.why-choose {
  margin: 60px 0 0; }
  .why-choose .ribbon {
    margin-bottom: 40px;
    margin-left: -10px; }

/*Appointment calendar*/
.appointments-list table {
  background-color: rgba(255, 255, 255, 0.8); }
  .appointments-list table th,
  .appointments-list table td {
    border-color: #9ca1a5;
    font-size: 14px; }
  .appointments-list table th {
    font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal; }

.appointments-wrapper + br,
.appointments-pagination + br {
  display: none; }

.appointments-pagination {
  padding: 0; }
  .appointments-pagination a {
    text-shadow: none;
    display: inline-block;
    border: none;
    padding: 10px 18px;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    background: #f3b611;
    -webkit-box-shadow: 0 3px 0 0 #99742d;
    -moz-box-shadow: 0 3px 0 0 #99742d;
    box-shadow: 0 3px 0 0 #99742d;
    color: #072335; }
    .appointments-pagination a:hover {
      background: #99742d;
      -webkit-box-shadow: 0 3px 0 0 #f3b611;
      -moz-box-shadow: 0 3px 0 0 #f3b611;
      box-shadow: 0 3px 0 0 #f3b611;
      color: white; }

.app_services + br {
  display: none; }

.app_services_dropdown_title, .app_workers_dropdown_title, .app_service_locations_dropdown_title, .app_provider_locations_dropdown_title {
  font-size: 1em;
  color: #072335;
  margin: 0 0 1em; }

.app_services_dropdown_select, .app_workers_dropdown_select, .app_service_locations_dropdown, .app_provider_locations_dropdown {
  padding: 0;
  max-width: 300px; }

table.appointments-legend-table td {
  color: #072335;
  font-size: 14px; }

.app_timetable_title {
  font-size: 16px;
  color: #072335; }

.app_timetable_cell {
  font-size: 14px;
  color: #072335; }

.appointments-confirmation-wrapper {
  margin: 1em 0 0; }
  .appointments-confirmation-wrapper fieldset {
    border-color: #9ca1a5; }
    .appointments-confirmation-wrapper fieldset h3 {
      margin: 0 0.5em;
      font-size: 16px;
      color: #072335;
      font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
      font-weight: normal;
      font-style: normal;
      text-transform: none; }
    .appointments-confirmation-wrapper fieldset > div {
      width: 48%;
      float: left; }
      .appointments-confirmation-wrapper fieldset > div.appointments-confirmation-buttons {
        clear: both;
        float: none;
        width: auto; }
      .appointments-confirmation-wrapper fieldset > div.appointments-confirmation-start, .appointments-confirmation-wrapper fieldset > div.appointments-email-field, .appointments-confirmation-wrapper fieldset > div.appointments-school-field, .appointments-confirmation-wrapper fieldset > div.appointments-note-field {
        float: right; }
  .appointments-confirmation-wrapper label span {
    width: auto;
    display: inline-block;
    color: #072335;
    font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal; }
  .appointments-confirmation-wrapper .appointments-name-field {
    clear: both; }
  .appointments-confirmation-wrapper .appointments-name-field label span,
  .appointments-confirmation-wrapper .appointments-email-field label span,
  .appointments-confirmation-wrapper .appointments-phone-field label span,
  .appointments-confirmation-wrapper .appointments-school-field label span,
  .appointments-confirmation-wrapper .appointments-note-field label span {
    display: block;
    float: none;
    width: auto;
    margin: 0 0 8px; }

.appointments-confirmation-buttons {
  text-align: center; }
  .appointments-confirmation-buttons input[type="button"] {
    background: #f3b611;
    padding: 0 15px;
    border: 0;
    color: #072335;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 0 0 #99742d;
    -moz-box-shadow: 0 3px 0 0 #99742d;
    box-shadow: 0 3px 0 0 #99742d; }
  .appointments-confirmation-buttons .appointments-confirmation-button {
    margin-right: 10px; }

.appointments-wrapper h3,
.appointments-confirmation-wrapper h3 {
  text-transform: none;
  font-size: 20px;
  font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #072335; }

/*Forms*/
::-webkit-input-placeholder {
  color: #505050;
  font-size: 16px;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  opacity: 1; }

::-moz-placeholder {
  color: #505050;
  font-size: 16px;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  opacity: 1; }

:-ms-input-placeholder {
  color: #505050;
  font-size: 16px;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  opacity: 1; }

input:-moz-placeholder {
  color: #505050;
  font-size: 16px;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  opacity: 1; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  background: #f7f7f7;
  border: none;
  border-bottom: 3px solid #adb3b8; }
  .main-content input[type="text"], .main-content
  input[type="password"], .main-content
  input[type="email"], .main-content
  textarea {
    padding: 0 20px;
    display: block;
    height: 50px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #505050;
    font-size: 16px;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal; }

.main-content textarea {
  padding: 10px 20px; }

/*Chosen*/
.chosen-container-single .chosen-single {
  border: none;
  border-bottom: 3px solid #adb3b8;
  background: #f7f7f7;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  color: #505050 !important;
  font-size: 16px;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal; }
  .chosen-container-single .chosen-single div {
    width: 100%; }
    .chosen-container-single .chosen-single div b {
      background: none;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 50px;
      font-size: 20px;
      color: #072335; }
      .chosen-container-single .chosen-single div b:before {
        content: "\f107"; }
.chosen-container-single .chosen-search input[type="text"] {
  box-shadow: none; }
.table-sort .chosen-container-single .chosen-single {
  padding: 0;
  height: auto;
  line-height: 1;
  background: none;
  box-shadow: none;
  color: #072335;
  font-size: 14px;
  border: none; }
  .table-sort .chosen-container-single .chosen-single span {
    margin-right: 9px; }
.table-sort .chosen-container-single.chosen-container-active .chosen-single {
  border: none; }
.table-sort .chosen-container-single .chosen-drop {
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
  margin-top: 4px; }
.table-sort .chosen-container-single div {
  width: auto; }
  .table-sort .chosen-container-single div b {
    line-height: 1;
    font-size: 12px; }
    .table-sort .chosen-container-single div b:before {
      content: "\f0dc"; }

#payment_method_chosen {
  width: 100% !important; }

#wpjb_pricing {
  margin: 0; }
  #wpjb_pricing tbody td {
    line-height: 1; }

.login-form {
  margin-top: 55px;
  font-size: 14px; }
  .login-form .large-6 {
    border-right: 1px solid #9ca1a5;
    padding-right: 100px; }
  .login-form .large-6 + .large-6 {
    border: none;
    padding-right: 0;
    padding-left: 100px; }
  .login-form h4 {
    margin: 0 0 25px;
    font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #072335; }
  .login-form .button, .login-form .app_services_button, .login-form .wpjb-button, .login-form .woocommerce #respond input#submit, .woocommerce #respond .login-form input#submit {
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0; }

#job-board-loginform label {
  display: none; }
#job-board-loginform #wp-submit {
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  min-width: 170px;
  text-align: left; }
  #job-board-loginform #wp-submit + a {
    float: right;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #505050;
    margin-top: 13px; }
    #job-board-loginform #wp-submit + a .fa {
      margin-left: 10px; }
#job-board-loginform p {
  margin: 0 0 19px; }
  #job-board-loginform p:last-child {
    margin-bottom: 0; }

.wpjb-form .wpjb-hint {
  color: #909090;
  font-size: 16px; }
.wpjb-form .wpjb-error {
  border: none;
  background: none; }
.wpjb-form ul.wpjb-errors {
  margin: 6px 0 0;
  font-size: 0.9em; }
  .wpjb-form ul.wpjb-errors li {
    list-style: none;
    margin-left: 0;
    color: #b94a48; }
.wpjb-form div select {
  width: 100%; }
.wpjb-form div label.wpjb-label {
  font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #072335;
  width: 100%;
  display: block;
  margin: 0 0 15px; }
.wpjb-form div input[type="text"],
.wpjb-form div input[type="password"] {
  width: 100%; }
.wpjb-form div.wpjb-element-input-text label.wpjb-label, .wpjb-form div.wpjb-element-input-password label.wpjb-label, .wpjb-form div.wpjb-element-input-select label.wpjb-label {
  /*display: none;*/ }
.wpjb-form div.wpjb-element-input-text div.wpjb-field, .wpjb-form div.wpjb-element-input-password div.wpjb-field, .wpjb-form div.wpjb-element-input-select div.wpjb-field {
  width: 100%; }
.wpjb-form div.wpjb-element-input-checkbox label {
  font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #072335; }
.wpjb-form div .wpjb-upload-item {
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 8px 0; }
  .wpjb-form div .wpjb-upload-item b.wpjb-file-name {
    padding-right: 15px; }
  .wpjb-form div .wpjb-upload-item .wpjb-item-actions {
    float: left; }
    .wpjb-form div .wpjb-upload-item .wpjb-item-actions > a {
      display: inline-block;
      margin-right: 25px;
      color: #2f99d4;
      font-size: 20px; }
    .wpjb-form div .wpjb-upload-item .wpjb-item-actions .wpjb-item-delete,
    .wpjb-form div .wpjb-upload-item .wpjb-item-actions .wpjb-item-preview {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .wpjb-form div .wpjb-upload-item .wpjb-item-actions .wpjb-item-delete img,
      .wpjb-form div .wpjb-upload-item .wpjb-item-actions .wpjb-item-preview img {
        display: none; }
    .wpjb-form div .wpjb-upload-item .wpjb-item-actions .wpjb-item-preview:before {
      content: "\f06e"; }
    .wpjb-form div .wpjb-upload-item .wpjb-item-actions .wpjb-item-delete:before {
      content: "\f014"; }
.wpjb-form div.wpjb-element-input-file a {
  margin-right: 10px; }
.wpjb-form div div.wpjb-field {
  width: auto; }
  .wpjb-form div div.wpjb-field a {
    color: #2f99d4; }
  .wpjb-form div div.wpjb-field textarea {
    width: 100%; }
.wpjb-form .columns {
  margin: 0 0 30px; }
.wpjb-form .row:last-child .columns {
  margin-bottom: 0; }
.wpjb-form fieldset {
  padding: 0 10px;
  border: none;
  margin: 0; }
  .wpjb-form fieldset legend {
    background: none;
    padding: 0;
    font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #072335;
    border: none;
    margin: 0 0 35px;
    width: auto;
    display: block; }
    .wpjb-form fieldset legend a {
      font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      color: #2f99d4;
      margin-left: 10px; }
      .wpjb-form fieldset legend a .fa {
        font-size: 14px;
        margin-right: 10px; }
.wpjb-form fieldset + fieldset {
  margin-top: 35px;
  border-top: 1px solid #9ca1a5;
  padding-top: 35px; }
  .wpjb-page-default-form .wpjb-form fieldset + fieldset, .wpjb-page-company-edit .wpjb-form fieldset + fieldset, .wpjb-page-add .wpjb-form fieldset + fieldset {
    padding-top: 0;
    border: none; }
.wpjb-form > fieldset > div,
.wpjb-form > fieldset > div > div.wpjb-field .wpjb-form > fieldset > table {
  margin: 0 0 11px;
  padding: 0;
  overflow: visible; }
.wpjb-form .limit-reached,
.wpjb-form .limit {
  color: #909090;
  font-style: italic;
  line-height: 1.1; }
.wpjb-form #wpjb-upload-limit-image,
.wpjb-form #wpjb-upload-limit-file,
.wpjb-form #wpjb-upload-limit-company_logo {
  opacity: 1 !important; }
.wpjb-form .action-links a {
  color: #2f99d4; }
.wpjb-form .action-links a + a {
  margin-left: 35px; }
.wpjb-form .action-links .fa {
  margin-right: 10px;
  font-size: 14px; }
.wpjb-form .action-links + div {
  margin-top: 20px; }
.wpjb-form.wpjb-form-nolines fieldset legend {
  padding: 0;
  margin-bottom: 10px; }
.wpjb-form.wpjb-form-nolines fieldset input.wpjb-submit {
  margin: 0; }
.wpjb-form.wpjb-form-nolines fieldset + fieldset {
  margin-top: 20px; }

.wpjb-featured {
  background: #ffffcc; }

.wpjb-listing-type-item {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0 10px; }
  .wpjb-listing-type-item:hover {
    background: #f3b611;
    color: #072335; }

.action-row {
  margin: 20px 0 0; }
  .action-row .button, .action-row .app_services_button, .action-row .wpjb-button, .action-row .woocommerce #respond input#submit, .woocommerce #respond .action-row input#submit {
    margin-right: 5px; }
  .action-row a {
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #072335;
    border-bottom: 1px solid #aaadb0; }

ul.wpjb-add-job-steps {
  margin: 0 0 15px;
  background: none;
  -webkit-box-shadow: 0 3px 0 0 #adb3b8;
  -moz-box-shadow: 0 3px 0 0 #adb3b8;
  box-shadow: 0 3px 0 0 #adb3b8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  ul.wpjb-add-job-steps > li {
    list-style: none;
    border: none;
    background: #f3b611;
    color: #072335;
    width: 33.3%;
    float: left;
    font-size: 1.3em;
    padding: 5px 2em; }
    ul.wpjb-add-job-steps > li.wpjb-step-current, ul.wpjb-add-job-steps > li:first-child {
      padding: 5px 2em !important; }
    ul.wpjb-add-job-steps > li.wpjb-step-current {
      background: #2f99d4;
      color: white; }

.datepicker {
  z-index: 100; }

#wpjb-top-search {
  max-width: 365px;
  -webkit-box-shadow: 0 3px 0 0 #adb3b8;
  -moz-box-shadow: 0 3px 0 0 #adb3b8;
  box-shadow: 0 3px 0 0 #adb3b8;
  margin-left: auto;
  padding: 0;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  #wpjb-top-search ul {
    display: none; }
  #wpjb-top-search input[type="text"] {
    box-shadow: none;
    font-size: 14px;
    background: #eee;
    width: 315px;
    border-bottom: none; }
  #wpjb-top-search ::-webkit-input-placeholder {
    font-size: 14px; }
  #wpjb-top-search ::-moz-placeholder {
    font-size: 14px; }
  #wpjb-top-search :-ms-input-placeholder {
    font-size: 14px; }
  #wpjb-top-search input:-moz-placeholder {
    font-size: 14px; }
  #wpjb-top-search .wpjb-top-search-submit {
    margin: 0;
    width: 50px;
    height: 50px; }
  #wpjb-top-search .wpjb-button, #wpjb-top-search .woocommerce #respond input#submit, .woocommerce #respond #wpjb-top-search input#submit {
    line-height: 50px;
    padding: 0;
    background: #f3b611;
    border: none;
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #072335;
    font-size: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    #wpjb-top-search .wpjb-button .fa, #wpjb-top-search .woocommerce #respond input#submit .fa, .woocommerce #respond #wpjb-top-search input#submit .fa {
      float: none;
      padding: 0; }

.table-header {
  border-bottom: 1px solid #9ca1a5;
  margin: 0 0 30px; }
  .table-header.no-margin {
    margin-bottom: 0; }
  .table-header .title {
    margin: 0;
    color: #505050;
    font-size: 30px;
    font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: capitalize;
    line-height: 1.1;
    padding-bottom: 15px; }
  .table-header .table-sort {
    float: right;
    margin-top: 10px; }
    .table-header .table-sort select {
      width: auto; }
    .table-header .table-sort .chosen-container {
      margin-left: 30px; }
  .table-header .info {
    font-size: 14px;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    float: right;
    margin: 13px 0 0; }

#wpjb-main .wpjb-table thead tr th {
  font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #072335;
  padding: 0 10px 10px;
  border-bottom: 1px solid #9ca1a5;
  font-size: 14px; }
#wpjb-main .wpjb-table tbody {
  border-top: none; }
  #wpjb-main .wpjb-table tbody tr td {
    width: auto;
    padding: 30px 10px;
    border-top: 1px solid #9ca1a5;
    border-bottom: none; }
    #wpjb-main .wpjb-table tbody tr td.wpjb-column-title a {
      font-size: 16px;
      color: #072335;
      font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
      font-weight: normal;
      font-style: normal; }
    #wpjb-main .wpjb-table tbody tr td.wpjb-column-title h2 {
      margin: 0 0 10px; }
    #wpjb-main .wpjb-table tbody tr td a {
      color: #2f99d4; }
      #wpjb-main .wpjb-table tbody tr td a .fa {
        margin-right: 10px; }
#wpjb-main table.wpjb-info tbody {
  border: none; }
  #wpjb-main table.wpjb-info tbody tr td {
    width: auto;
    padding: 10px;
    border-top: none;
    border-bottom: 1px solid #9ca1a5; }
    #wpjb-main table.wpjb-info tbody tr td a {
      color: #2f99d4; }
    #wpjb-main table.wpjb-info tbody tr td:last-child {
      padding-left: 10px; }
#wpjb-main table.wpjb-info .fa {
  margin-right: 10px;
  width: 18px; }

.wpjb-job-content h3 {
  font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #072335;
  border: none;
  margin: 0 0 10px;
  padding: 0; }
.wpjb-job-content .wpjb-job-text {
  margin: 0 10px; }
  .wpjb-job-content .wpjb-job-text + h3 {
    margin-top: 10px; }

.wpjb-job-apply {
  margin: 15px 0 0; }

.wpjb-button, .woocommerce #respond input#submit {
  background: #f3b611;
  border-bottom: 3px solid #99742d;
  color: #072335; }
  .wpjb-button:hover, .woocommerce #respond input#submit:hover {
    background: #99742d;
    border-bottom-color: #f3b611;
    color: white; }

a.wpjb-button {
  border: none;
  padding: 12px 20px;
  font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #072335 !important;
  background: #f3b611; }
  a.wpjb-button:hover {
    border: none;
    color: white !important; }
  .wpjb-refine-search .wpjb-refine-actions a.wpjb-button {
    background: #f3b611;
    border-bottom-color: #99742d;
    color: #072335; }
    .wpjb-refine-search .wpjb-refine-actions a.wpjb-button:hover {
      background-color: #99742d;
      border-bottom-color: #f3b611;
      color: white; }

.wpjb-slide-icon {
  background: none;
  height: 8px;
  width: auto;
  margin: 0; }
  .wpjb-slide-icon .fa {
    position: relative;
    float: none;
    padding-left: 8px;
    line-height: 1; }
    .wpjb-slide-icon .fa.fa-sort-desc {
      top: -10px; }
    .wpjb-slide-icon .fa.fa-sort-asc {
      display: none;
      top: -2px; }
  .wpjb-slide-icon.wpjb-slide-up .fa.fa-sort-desc {
    display: none; }
  .wpjb-slide-icon.wpjb-slide-up .fa.fa-sort-asc {
    display: inline-block; }

.wpjb-form-slider {
  background: none;
  border: none;
  margin: 20px 0 0; }

.wpjb-row-icon-company,
.wpjb-row-icon-location,
.wpjb-row-icon-date,
.wpjb-row-icon-category,
.wpjb-row-icon-type {
  background: none;
  padding-left: 10px; }

.wpjb-page-job-application select {
  width: 150px; }
.wpjb-page-job-application input[type="submit"] {
  margin-top: 0;
  vertical-align: middle; }

#wpjb-job-list.wpjb-table {
  font-size: 14px;
  color: #505050; }
  #wpjb-job-list.wpjb-table .company-logo {
    float: left;
    margin-right: 15px;
    max-width: 80px; }
  #wpjb-job-list.wpjb-table .wpjb-sub {
    padding: 0; }
  #wpjb-job-list.wpjb-table thead {
    display: none; }
  #wpjb-job-list.wpjb-table tbody {
    border-top: none; }
    #wpjb-job-list.wpjb-table tbody tr td {
      float: none;
      width: auto;
      padding: 30px 10px;
      border-bottom: 1px solid #9ca1a5;
      border-top: none; }
      #wpjb-job-list.wpjb-table tbody tr td.wpjb-column-title a {
        font-size: 16px;
        color: #072335;
        font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-style: normal; }
      #wpjb-job-list.wpjb-table tbody tr td.wpjb-column-title h2 {
        margin: 0; }
      #wpjb-job-list.wpjb-table tbody tr td.wpjb-column-title .company-name {
        margin: 15px 0 0; }
        #wpjb-job-list.wpjb-table tbody tr td.wpjb-column-title .company-name a {
          color: #2f99d4;
          font-size: 14px; }
      #wpjb-job-list.wpjb-table tbody tr td.wpjb-column-location a {
        font-size: 14px;
        color: #072335;
        font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-style: normal; }
        #wpjb-job-list.wpjb-table tbody tr td.wpjb-column-location a + .tag {
          margin-top: 15px;
          margin-left: 24px; }
      #wpjb-job-list.wpjb-table tbody tr td.wpjb-column-date {
        min-width: 13%;
        font-size: 14px; }
        #wpjb-job-list.wpjb-table tbody tr td.wpjb-column-date .wpjb-bulb {
          margin: 10px 0 0;
          display: inline-block;
          background: #f3b611;
          color: #072335;
          font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
          font-weight: normal;
          font-style: normal;
          padding: 9px 23px;
          -webkit-box-shadow: 0 3px 0 0 #99742d;
          -moz-box-shadow: 0 3px 0 0 #99742d;
          box-shadow: 0 3px 0 0 #99742d; }
      #wpjb-job-list.wpjb-table tbody tr td.wpjb-last {
        padding-right: 10px; }
  #wpjb-job-list.wpjb-table .cog-dropdown {
    cursor: pointer;
    font-size: 1.2em; }
#wpjb-job-list.show-header thead {
  display: table-header-group; }
#wpjb-job-list .fa-map-marker {
  font-size: 20px;
  color: #2f99d4;
  margin-right: 12px; }

.wpjb-bulb {
  display: inline-block;
  background: #505050;
  color: #072335;
  font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 9px 23px;
  -webkit-box-shadow: 0 3px 0 0 #333;
  -moz-box-shadow: 0 3px 0 0 #333;
  box-shadow: 0 3px 0 0 #333; }
  .wpjb-bulb.wpjb-bulb-active, .wpjb-bulb.wpjb-bulb-new {
    background: #f3b611;
    -webkit-box-shadow: 0 3px 0 0 #99742d;
    -moz-box-shadow: 0 3px 0 0 #99742d;
    box-shadow: 0 3px 0 0 #99742d; }

#wpjb-paginate-links,
.pagination,
.woocommerce-pagination {
  margin: 50px 0 0;
  text-align: center;
  font-size: 18px;
  color: #a5a5a5; }
  #wpjb-paginate-links span,
  #wpjb-paginate-links a,
  .pagination span,
  .pagination a,
  .woocommerce-pagination span,
  .woocommerce-pagination a {
    border: none;
    padding: 0 10px;
    font-weight: normal; }
  #wpjb-paginate-links a,
  .pagination a,
  .woocommerce-pagination a {
    color: #2f99d4; }

.wpjb-menu-bar {
  margin-bottom: 40px; }
  .wpjb-menu-bar .button, .wpjb-menu-bar .app_services_button, .wpjb-menu-bar .wpjb-button, .wpjb-menu-bar .woocommerce #respond input#submit, .woocommerce #respond .wpjb-menu-bar input#submit {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: 8px;
    margin-top: 0; }

.wpjb-company-openings .wpjb-company-list {
  margin: 0; }
  .wpjb-company-openings .wpjb-company-list li {
    margin: 0 0 5px; }
.wpjb-company-openings .wpjb-bulb {
  margin-right: 8px; }

.wpjb-resume-detail .date-range {
  margin-right: 0;
  font-size: 14px; }
.wpjb-resume-detail .detail-title {
  color: #072335;
  font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  margin: 0 0 8px; }
.wpjb-resume-detail .grantor {
  color: #072335;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-style: italic;
  margin: 0 0 8px; }

.wpjb-flash-error {
  font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px; }

.wpjb-flash-info {
  font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px; }

.wpjb-upload-actions .button, .wpjb-upload-actions .app_services_button, .wpjb-upload-actions .wpjb-button, .wpjb-upload-actions .woocommerce #respond input#submit, .woocommerce #respond .wpjb-upload-actions input#submit {
  padding: 8px 16px; }

.wpjb-boxes .wpjb-box {
  border: none; }
  .wpjb-boxes .wpjb-box:hover {
    color: white; }

.wpjb-dropdown {
  background: white;
  list-style: none; }
  .wpjb-dropdown li {
    padding: 0 0.5em; }

.wpjb-fieldset-search > div {
  float: left;
  width: 47.5%;
  clear: none !important;
  overflow: visible !important; }
  .wpjb-fieldset-search > div.wpjb-element-name-location, .wpjb-fieldset-search > div.wpjb-element-name-category {
    float: right; }

.survey-box {
  margin: 100px 0 0;
  padding: 40px 55px;
  background: white;
  -webkit-box-shadow: 0 3px 0 0 #adb3b8;
  -moz-box-shadow: 0 3px 0 0 #adb3b8;
  box-shadow: 0 3px 0 0 #adb3b8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  .survey-box .link {
    width: 215px;
    float: right;
    margin: 9px 0 0; }
    .survey-box .link .fa {
      line-height: inherit; }
    .survey-box .link + div {
      overflow: hidden; }
  .survey-box .fa-pencil-square-o {
    float: left;
    margin-right: 30px;
    font-size: 60px;
    color: #072335; }
    .survey-box .fa-pencil-square-o + .entry-content {
      overflow: hidden;
      font-size: 14px; }
      .survey-box .fa-pencil-square-o + .entry-content h4 {
        font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 20px;
        color: #072335;
        margin: 0; }

.sidebar .inner, .sitemap .inner {
  padding: 10px 0;
  margin-left: 10px;
  margin-right: 10px;
  background: #eee; }
.sidebar nav ul, .sitemap nav ul {
  list-style: none;
  padding: 0;
  margin: 0 20px; }
  .sidebar nav ul ul, .sitemap nav ul ul {
    display: none;
    margin: 7px 5px;
    font-size: 13px; }
.sidebar nav li, .sitemap nav li {
  border-bottom: 1px solid #9ca1a5;
  padding: 9px 0; }
  .sidebar nav li:last-child, .sitemap nav li:last-child {
    border-bottom: none; }
.sidebar nav a, .sitemap nav a {
  color: #072335;
  font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal; }
  .sidebar nav a .fa, .sitemap nav a .fa {
    float: right;
    font-size: 18px;
    margin-right: 10px; }
.sidebar nav .current-menu-item > ul, .sitemap nav .current-menu-item > ul,
.sidebar nav .current-menu-parent > ul,
.sitemap nav .current-menu-parent > ul,
.sidebar nav .current-cat > ul,
.sitemap nav .current-cat > ul,
.sidebar nav .current-cat-parent > ul,
.sitemap nav .current-cat-parent > ul {
  display: block; }
  .sidebar nav .current-menu-item > ul .fa, .sitemap nav .current-menu-item > ul .fa,
  .sidebar nav .current-menu-parent > ul .fa,
  .sitemap nav .current-menu-parent > ul .fa,
  .sidebar nav .current-cat > ul .fa,
  .sitemap nav .current-cat > ul .fa,
  .sidebar nav .current-cat-parent > ul .fa,
  .sitemap nav .current-cat-parent > ul .fa {
    font-size: 1.1em; }
.sidebar nav .current-menu-item > a, .sitemap nav .current-menu-item > a,
.sidebar nav .current-menu-parent > a,
.sitemap nav .current-menu-parent > a,
.sidebar nav .current-cat > a,
.sitemap nav .current-cat > a,
.sidebar nav .current-cat-parent > a,
.sitemap nav .current-cat-parent > a {
  color: #9ea2a6; }
.sidebar .user-profile-img, .sitemap .user-profile-img {
  padding-left: 10px;
  padding-right: 10px; }
  .sidebar .user-profile-img img, .sitemap .user-profile-img img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto; }
.sidebar .button, .sitemap .button, .sidebar .app_services_button, .sitemap .app_services_button, .sidebar .wpjb-button, .sitemap .wpjb-button, .sidebar .woocommerce #respond input#submit, .woocommerce #respond .sidebar input#submit, .sitemap .woocommerce #respond input#submit, .woocommerce #respond .sitemap input#submit {
  display: block !important;
  margin: 1em 0 0 !important; }

/*Woocommerce*/
.woocommerce .woocommerce-info {
  box-shadow: none;
  border-top-color: #2f99d4; }
  .woocommerce .woocommerce-info:before {
    padding-top: 0;
    background-color: #2f99d4; }
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before {
  padding-top: 0; }
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  margin-bottom: 1em !important; }
.woocommerce ul.products h3 {
  line-height: 1.2;
  color: #072335; }
.woocommerce ul.products a {
  color: #072335; }
  .woocommerce ul.products a:hover {
    color: #2f99d4; }
* + .woocommerce ul.products {
  margin-top: 1.5em; }
.woocommerce ul.products li.product {
  margin-bottom: 1em; }
.woocommerce ul.products.grid .column-right {
  display: none; }
.woocommerce ul.products.list li.product {
  width: auto;
  float: none;
  margin: 0 0 1.5em;
  padding: 0 0 1.5em;
  clear: both;
  border-bottom: 1px solid #9ca1a5; }
  .woocommerce ul.products.list li.product:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  .woocommerce ul.products.list li.product > a {
    width: 15%;
    float: left;
    display: block;
    margin-right: 1.5em; }
    .woocommerce ul.products.list li.product > a * {
      display: none; }
    .woocommerce ul.products.list li.product > a img {
      display: block;
      margin: 0;
      box-shadow: none; }
  .woocommerce ul.products.list li.product h3 {
    padding: 0;
    margin: 0 0 0.75em; }
  .woocommerce ul.products.list li.product .product-info > * {
    margin: 0.9em 0 0; }
    .woocommerce ul.products.list li.product .product-info > *:first-child {
      margin-top: 0; }
  .woocommerce ul.products.list li.product .product-info > p {
    font-size: 14px; }
  .woocommerce ul.products.list li.product .wrap.has-excerpt .entry-content {
    width: 60%;
    float: left;
    margin-right: 1.5em; }
  .woocommerce ul.products.list li.product .wrap.has-excerpt .product-info {
    overflow: hidden; }
  .woocommerce ul.products.list li.product .wrap.has-excerpt .added_to_cart {
    display: inline-block;
    margin-top: 0.5em;
    margin-left: 0; }
  .woocommerce ul.products.list li.product .quantity {
    margin: 0;
    float: left;
    margin-right: 10px; }
.woocommerce ul.products.list .column-right {
  display: block;
  overflow: hidden; }
  .woocommerce ul.products.list .column-right .entry-content + .button, .woocommerce ul.products.list .column-right .entry-content + .app_services_button, .woocommerce ul.products.list .column-right .entry-content + .wpjb-button, .woocommerce ul.products.list .column-right #respond .entry-content + input#submit, .woocommerce #respond ul.products.list .column-right .entry-content + input#submit {
    margin-top: 1em; }
.woocommerce ul.products .column-right .row {
  margin: 0; }
.woocommerce ul.products a.button:hover, .woocommerce ul.products a.app_services_button:hover, .woocommerce ul.products a.wpjb-button:hover {
  color: white; }
.woocommerce ul.products a.button.full, .woocommerce ul.products a.full.app_services_button, .woocommerce ul.products a.full.wpjb-button {
  display: block;
  text-align: center; }
.woocommerce ul.products .added_to_cart:hover {
  color: white; }
.woocommerce div.product p.price,
.woocommerce ul.products li.product .price,
.woocommerce div.product span.price {
  font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #072335;
  font-size: 1em; }
.woocommerce div.product .summary .entry-content,
.woocommerce div.product .summary .product_meta {
  margin: 0 0 0.9em; }
.woocommerce div.product .product_meta {
  line-height: 1.2; }
  .woocommerce div.product .product_meta > * {
    display: block;
    margin: 0 0 0.25em; }
.woocommerce div.product form.cart {
  margin-bottom: 0.9em; }
  .woocommerce div.product form.cart .variations {
    margin-bottom: 0.9em; }
    .woocommerce div.product form.cart .variations label {
      font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 14px;
      color: #072335; }
    .woocommerce div.product form.cart .variations td {
      vertical-align: middle; }
    .woocommerce div.product form.cart .variations .reset_variations {
      display: none; }
  .woocommerce div.product form.cart .single_variation_wrap {
    margin-bottom: 0.9em; }
    .woocommerce div.product form.cart .single_variation_wrap .single_variation {
      margin-bottom: 0.9em; }
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
  /*background: $color_yellow;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    background: #f3b611;
    border: none;
    box-shadow: none;
    border-bottom: 3px solid #99742d;
    float: left; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
      background: #2f99d4;
      color: #eee;
      border-bottom-color: #226f9a; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
      display: none;
      content: ''; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      color: #072335;
      text-shadow: none;
      outline: none !important; }
.woocommerce div.product .woocommerce-tabs .panel {
  background: #eee;
  padding: 0.7em 1em; }
.woocommerce .related ul.products li.product {
  width: 22.05%; }
.woocommerce .related .column-right {
  display: none; }
.woocommerce #reviews #rating {
  width: 150px; }
.woocommerce #reviews .stars a {
  outline: none !important; }
.woocommerce #reviews #reply-title {
  font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #072335; }
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  padding-top: 0; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text .meta {
    margin-bottom: 0.5em; }
.woocommerce #review_form_wrapper {
  margin: 1em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #9ca1a5; }
.woocommerce a.button.alt, .woocommerce a.alt.app_services_button, .woocommerce a.alt.wpjb-button,
.woocommerce button.button.alt,
.woocommerce button.alt.app_services_button,
.woocommerce button.alt.wpjb-button,
.woocommerce input.button.alt,
.woocommerce input.alt.app_services_button,
.woocommerce input.alt.wpjb-button,
.woocommerce #respond input.alt#submit,
.woocommerce button.button,
.woocommerce button.app_services_button,
.woocommerce button.wpjb-button,
.woocommerce a.button,
.woocommerce a.app_services_button,
.woocommerce a.wpjb-button,
.woocommerce .added_to_cart,
.woocommerce input.button,
.woocommerce input.app_services_button,
.woocommerce input.wpjb-button,
.woocommerce #respond input#submit {
  background: #f3b611;
  padding: 8px 12px;
  font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  border: none;
  border-bottom: 3px solid #99742d;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #072335; }
  .woocommerce a.button.alt:hover, .woocommerce a.alt.app_services_button:hover, .woocommerce a.alt.wpjb-button:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce button.alt.app_services_button:hover,
  .woocommerce button.alt.wpjb-button:hover,
  .woocommerce input.button.alt:hover,
  .woocommerce input.alt.app_services_button:hover,
  .woocommerce input.alt.wpjb-button:hover,
  .woocommerce #respond input.alt#submit:hover,
  .woocommerce button.button:hover,
  .woocommerce button.app_services_button:hover,
  .woocommerce button.wpjb-button:hover,
  .woocommerce a.button:hover,
  .woocommerce a.app_services_button:hover,
  .woocommerce a.wpjb-button:hover,
  .woocommerce .added_to_cart:hover,
  .woocommerce input.button:hover,
  .woocommerce input.app_services_button:hover,
  .woocommerce input.wpjb-button:hover,
  .woocommerce #respond input#submit:hover {
    background: #99742d;
    border-bottom-color: #f3b611;
    color: white; }
.woocommerce .sidebar a.button, .woocommerce .sitemap a.button, .woocommerce .sidebar a.app_services_button, .woocommerce .sitemap a.app_services_button, .woocommerce .sidebar a.wpjb-button, .woocommerce .sitemap a.wpjb-button,
.woocommerce .sidebar a.button.alt,
.woocommerce .sitemap a.button.alt,
.woocommerce .sidebar a.alt.app_services_button,
.woocommerce .sitemap a.alt.app_services_button,
.woocommerce .sidebar a.alt.wpjb-button,
.woocommerce .sitemap a.alt.wpjb-button {
  font-size: 16px;
  padding: 12px 20px; }
.woocommerce a.button.alt, .woocommerce a.alt.app_services_button, .woocommerce a.alt.wpjb-button,
.woocommerce button.button.alt,
.woocommerce button.alt.app_services_button,
.woocommerce button.alt.wpjb-button,
.woocommerce input.button.alt,
.woocommerce input.alt.app_services_button,
.woocommerce input.alt.wpjb-button,
.woocommerce #respond input.alt#submit {
  color: #eee;
  background: #2f99d4;
  border-bottom-color: #226f9a; }
  .woocommerce a.button.alt:hover, .woocommerce a.alt.app_services_button:hover, .woocommerce a.alt.wpjb-button:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce button.alt.app_services_button:hover,
  .woocommerce button.alt.wpjb-button:hover,
  .woocommerce input.button.alt:hover,
  .woocommerce input.alt.app_services_button:hover,
  .woocommerce input.alt.wpjb-button:hover,
  .woocommerce #respond input.alt#submit:hover {
    background: #226f9a;
    border-bottom-color: #2f99d4; }
.woocommerce .add_to_cart_button + .added_to_cart {
  margin-left: 2em; }
.woocommerce .quantity input.qty {
  height: 34px; }
.woocommerce .quantity .plus,
.woocommerce .quantity .minus {
  height: 18px;
  background: #f3b611;
  box-shadow: none;
  text-shadow: none;
  color: #072335; }
  .woocommerce .quantity .plus:hover,
  .woocommerce .quantity .minus:hover {
    background: #99742d;
    color: white; }
.woocommerce .quantity .plus {
  border-bottom: 1px solid #99742d; }
.woocommerce .bundle_button div.quantity {
  float: left;
  margin: 0 4px 0 0; }
.woocommerce .table-sort {
  margin-top: 15px; }
.woocommerce .woocommerce-breadcrumb {
  font-size: 14px; }
  .woocommerce .woocommerce-breadcrumb a {
    color: #2f99d4; }
.woocommerce #respond input#submit {
  text-shadow: none; }
.woocommerce table.shop_table {
  border: none; }
  .woocommerce table.shop_table tfoot td,
  .woocommerce table.shop_table tfoot th,
  .woocommerce table.shop_table td {
    border-color: #9ca1a5;
    width: auto; }
  .woocommerce table.shop_table th {
    font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #072335; }
  .woocommerce table.shop_table .variation dt {
    font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #072335;
    font-size: 14px; }
.woocommerce td.product-name dl.variation dt {
  font-weight: normal; }
.woocommerce table.cart td.actions .coupon .input-text {
  width: 120px;
  box-shadow: none;
  border-bottom: 3px solid #adb3b8; }
.woocommerce .cart-collaterals .cart_totals table td {
  width: auto;
  border-color: #9ca1a5;
  vertical-align: middle; }
.woocommerce .cart-collaterals .cart_totals table th {
  border-color: #9ca1a5;
  padding-bottom: 6px; }
.woocommerce .cart-collaterals .cart_totals table .order-total td {
  color: #072335; }
.woocommerce .cart-collaterals .shipping_calculator h2 {
  font-size: 1em;
  text-align: center; }
.woocommerce .cart-collaterals .shipping_calculator .button, .woocommerce .cart-collaterals .shipping_calculator .app_services_button, .woocommerce .cart-collaterals .shipping_calculator .wpjb-button, .woocommerce .cart-collaterals .shipping_calculator #respond input#submit, .woocommerce #respond .cart-collaterals .shipping_calculator input#submit {
  width: auto;
  margin: 0 auto;
  text-align: center; }
.woocommerce .cart-collaterals .shipping-calculator-form {
  margin-top: 6px; }
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
  margin: 1em 0; }
.woocommerce div.product div.images div.thumbnails {
  padding-top: 0; }
.woocommerce div.product div.thumbnails a {
  margin-top: 1em; }
.woocommerce div.product form.cart .variations td {
  padding-top: 5px; }

.woocommerce div.product .product_title,
.woocommerce #content div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce #content div.product .product_title,
.woocommerce-page div.product .product_title,
.woocommerce-page #content div.product .product_title,
.woocommerce-page div.product .product_title,
.woocommerce-page #content div.product .product_title {
  line-height: 1.1; }
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #072335;
  font-size: 14px; }
.woocommerce .addresses .title h3,
.woocommerce-page .addresses .title h3 {
  font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #072335;
  font-size: 1em; }
.woocommerce .customer_details dt,
.woocommerce-page .customer_details dt {
  font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #072335; }
.woocommerce .order_details,
.woocommerce-page .order_details {
  padding: 0; }
  .woocommerce .order_details strong,
  .woocommerce-page .order_details strong {
    color: #072335; }
.woocommerce #tab-additional_information h4,
.woocommerce-page #tab-additional_information h4 {
  font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #072335; }
.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
  border-top: 1px solid #9ca1a5; }
  .woocommerce table.shop_attributes th,
  .woocommerce table.shop_attributes td,
  .woocommerce-page table.shop_attributes th,
  .woocommerce-page table.shop_attributes td {
    border-bottom: 1px solid #9ca1a5; }
  .woocommerce table.shop_attributes th,
  .woocommerce-page table.shop_attributes th {
    font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #072335;
    font-size: 14px; }
.woocommerce .bto_item .bto_product_title,
.woocommerce-page .bto_item .bto_product_title {
  line-height: 1.1;
  color: #072335;
  margin: 0;
  font-size: 18px; }
.woocommerce .bto_item .bto_item_summary,
.woocommerce-page .bto_item .bto_item_summary {
  margin: 0;
  min-height: 0;
  padding: 0 1em; }
.woocommerce .bto_item .reset_composite_options,
.woocommerce-page .bto_item .reset_composite_options {
  display: none; }
.woocommerce .bto_item_title,
.woocommerce-page .bto_item_title {
  line-height: 1.1;
  margin: 0;
  font-size: 20px; }
* + .woocommerce .woocommerce-result-count, * +
.woocommerce-page .woocommerce-result-count {
  margin-top: 1em; }
.woocommerce .products .column-right ul,
.woocommerce-page .products .column-right ul {
  margin-left: 1em; }
  .woocommerce .products .column-right ul li,
  .woocommerce-page .products .column-right ul li {
    list-style: disc; }
.woocommerce .products .column-right ol li,
.woocommerce-page .products .column-right ol li {
  list-style: decimal; }

.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register,
.woocommerce-page form.login,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.register {
  padding: 0 1em; }

.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th {
  font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #072335; }

.shipping_address .chosen-container {
  width: 100% !important; }

#order_comments {
  min-height: 150px; }

#breadcrumbs {
  font-size: 14px;
  margin: 0 0 1em;
  line-height: 1.2; }
  .woocommerce #breadcrumbs, .woocommerce-page #breadcrumbs {
    float: left; }

#commentform label {
  font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #072335; }

#menu-shop-menu {
  padding: 0;
  margin: 0 0 1em;
  float: right;
  list-style: none;
  font-size: 14px;
  line-height: 1.2; }
  #menu-shop-menu li {
    margin: 0 0 0 10x;
    padding-right: 10px;
    display: inline-block;
    border-right: 1px solid #9ca1a5; }
    #menu-shop-menu li#wpmenucartli {
      border-right: none; }

.sitemap nav ul ul {
  display: block;
  margin: 7px 10px; }
.sitemap .inner + .ribbon {
  margin-top: 2em; }

.hentry + .accordion {
  margin-top: 1.5em; }
.accordion + h2 {
  margin-top: 1.5em; }
.accordion .faq-question {
  background: #f3b611;
  color: #072335;
  margin: 0;
  line-height: 1;
  padding: 10px;
  font-size: 18px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  .accordion .faq-question.ui-state-active {
    background: #2f99d4;
    color: #eee;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .accordion .faq-question .fa {
    font-size: 0.8em;
    margin-right: 5px; }
.accordion .faq-answer {
  padding: 1em;
  background: #eee;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }
.accordion .faq-answer + .faq-question {
  margin-top: 0.75em; }

/*Responsive tabs*/
.r-tabs {
  margin-bottom: 2em;
  clear: both; }
  .r-tabs .r-tabs-nav {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: none; }
    .r-tabs .r-tabs-nav .r-tabs-anchor {
      margin-bottom: 0;
      background: #f3b611;
      color: #072335; }
    .r-tabs .r-tabs-nav .r-tabs-state-active {
      margin-bottom: 0;
      border: none; }
      .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
        background: #2f99d4;
        color: #eee; }
  .r-tabs .r-tabs-tab {
    border: none;
    background: #f3b611; }
  .r-tabs .r-tabs-panel {
    border: none;
    padding: 1em; }

.r-tabs-panel {
  background: #eee; }

/*Galleries*/
.hentry + .gallery {
  margin-top: 2em; }
.gallery ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .gallery ul li {
    width: 22%;
    float: left;
    margin-left: 3.8%;
    margin-top: 3.8%; }
    .gallery ul li.first {
      margin-left: 0;
      clear: left; }
    .gallery ul li.first-row {
      margin-top: 0; }
    .gallery ul li img {
      display: block;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .gallery ul li a:hover img {
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4); }
.gallery h3 {
  color: #072335;
  font-size: 16px;
  line-height: 1.1;
  font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 15px 0 0; }

* + .testimonials {
  margin-top: 1.5em; }
.testimonials .testimonial .entry-content {
  font-style: italic;
  overflow: hidden; }
.testimonials .testimonial .fa {
  font-size: 30px;
  float: left;
  margin-right: 15px; }
.testimonials .testimonial + .testimonial {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #9ca1a5; }
.testimonials .author {
  clear: both;
  color: #072335;
  font-size: 1.2em;
  margin: 1em 0 0; }

/*MapPress*/
.mapp-layout {
  margin: 0;
  width: 100% !important;
  border: none !important;
  margin-bottom: 0.9em; }

/*Gravity Forms*/
.gform_wrapper .gform_heading h3.gform_title {
  margin: 0 0 0.75em !important;
  font-weight: normal; }
.gform_wrapper .gform_body .top_label input.medium,
.gform_wrapper .gform_body .top_label select.medium {
  width: 100%; }
.gform_wrapper .gform_body .top_label .gfield_label {
  font-size: 14px;
  font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #072335;
  margin: 0 0 5px; }
.gform_wrapper .gform_body .top_label input.medium,
.gform_wrapper .gform_body .top_label textarea.textarea {
  padding: 0 20px;
  font-size: 1em;
  font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal; }
.gform_wrapper .gform_body .top_label textarea.textarea {
  padding: 10px 20px; }
.gform_wrapper .gform_body .top_label .gfield_error {
  width: 100%; }
  .gform_wrapper .gform_body .top_label .gfield_error .ginput_container {
    max-width: none; }
.gform_wrapper .gform_body .top_label .validation_message,
.gform_wrapper .gform_body .top_label .gfield_description.validation_message {
  margin: 5px 0 0;
  padding: 0.75em !important;
  font-weight: 400; }
.gform_wrapper .gform_body li {
  margin: 0 0 10px; }
.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required {
  margin: 0 0 10px !important;
  padding: 0 !important;
  background: none !important;
  border: none !important; }
.gform_wrapper .gform_body li.gfield_error input[type="text"],
.gform_wrapper .gform_body li.gfield_error input[type="url"],
.gform_wrapper .gform_body li.gfield_error input[type="email"],
.gform_wrapper .gform_body li.gfield_error input[type="tel"],
.gform_wrapper .gform_body li.gfield_error input[type="number"],
.gform_wrapper .gform_body li.gfield_error input[type="password"],
.gform_wrapper .gform_body li.gfield_error textarea {
  border: none !important;
  border-bottom: 3px solid #adb3b8 !important; }
.gform_wrapper .gform_body li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper .gform_body li.gfield_error ul.gfield_checkbox,
.gform_wrapper .gform_body li.gfield_error ul.gfield_radio {
  color: inherit; }
.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0; }
.gform_wrapper .gform_body .gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gform_body .gfield_radio li input[type="radio"],
.gform_wrapper .gform_body .gfield_checkbox li input {
  margin-top: 6px; }
.gform_wrapper .gform_body .gfield_radio label,
.gform_wrapper .gform_body .gfield_checkbox label {
  /*color: $color_blue_navy;*/ }
.gform_wrapper .gform_body .gfield_radio li input[type="radio"]:checked + label,
.gform_wrapper .gform_body .gfield_checkbox li input[type="checkbox"]:checked + label {
  font-weight: 400; }
.gform_wrapper .gform_description {
  font-size: 18px;
  font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #072335; }
.gform_wrapper .gform_footer.top_label {
  margin: 0;
  padding: 0; }
.gform_wrapper div.validation_error {
  color: #b94a48 !important;
  font-weight: 400 !important;
  line-height: 1.2; }
.gform_wrapper .gsurvey-rank {
  padding: 0; }

/*Footer*/
.upper-footer {
  background: #242727;
  padding: 60px 0; }
  .upper-footer .entry-content,
  .upper-footer .entry-summary {
    color: #8a8b8b;
    font-size: 14px; }
  .upper-footer .entry-content + .entry-content {
    margin-top: 35px; }
  .upper-footer .row + .row {
    margin-top: 50px; }
  .upper-footer h3 {
    margin: 0 0 20px;
    color: #eee;
    font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px; }
  .upper-footer .label {
    font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    width: 140px; }
  .upper-footer .social-media {
    font-size: 36px;
    margin: 50px 0 0; }
    .upper-footer .social-media a {
      color: #8a8b8b;
      display: inline-block;
      margin-right: 10px; }
      .upper-footer .social-media a:hover {
        color: #2f99d4; }
  .upper-footer a.button, .upper-footer a.app_services_button, .upper-footer a.wpjb-button {
    border: none;
    display: block;
    padding: 12px 20px;
    margin: 18px 0 0;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    background: #505050;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #eee;
    -webkit-box-shadow: 0 3px 0 0 #333;
    -moz-box-shadow: 0 3px 0 0 #333;
    box-shadow: 0 3px 0 0 #333;
    text-shadow: none;
    white-space: normal; }
	.upper-footer a.button.yellow2, .upper-footer a.yellow2.app_services_button {
    		background-color: #f3b611;
    		border-bottom-color: #99742d;
    		color: #072335; 
      	-webkit-box-shadow: 0 3px 0 0 #99742d;
      	-moz-box-shadow: 0 3px 0 0 #99742d;
      	box-shadow: 0 3px 0 0 #99742d; }
	.upper-footer a.button.yellow2:hover, .upper-footer a.yellow2.app_services_button:hover  {
		background: #99742d;
     		border-bottom-color: #f3b611;
     		color: white; 
        	-webkit-box-shadow: 0 3px 0 0 #f3b611;
        	-moz-box-shadow: 0 3px 0 0 #f3b611;
        	box-shadow: 0 3px 0 0 #f3b611; }
    .upper-footer a.button.blue, .upper-footer a.blue.app_services_button, .upper-footer a.blue.wpjb-button {
      background-color: #2f99d4;
      -webkit-box-shadow: 0 3px 0 0 #226f9a;
      -moz-box-shadow: 0 3px 0 0 #226f9a;
      box-shadow: 0 3px 0 0 #226f9a; }
	.upper-footer a.button.blue:hover, .upper-footer a.blue.app_services_button:hover, .upper-footer a.blue.wpjb-button:hover {
        background: #226f9a;
        -webkit-box-shadow: 0 3px 0 0 #2f99d4;
        -moz-box-shadow: 0 3px 0 0 #2f99d4;
        box-shadow: 0 3px 0 0 #2f99d4; }
.latest-posts .post {
  font-size: 14px;
  border-bottom: 1px solid #4c4e4f;
  border-top: none;
  margin: 0 0 25px;
  padding-bottom: 25px;
  padding-top: 0; }
  .latest-posts .post a {
    color: #8a8b8b; }
    .latest-posts .post a:hover {
      color: #2f99d4; }
.latest-posts .post-date {
  display: block;
  width: 40px;
  float: left;
  background-color: #d4d4d4;
  color: #072335;
  text-align: center;
  line-height: 1.33;
  padding: 2px 0;
  margin-right: 20px;
  margin-left: -10px;
  position: relative; }
  .latest-posts .post-date:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #7f7f7f transparent transparent;
    position: absolute;
    top: 100%;
    left: 0; }
  .latest-posts .post-date + .entry-summary {
    overflow: hidden; }
  .latest-posts .post-date strong {
    font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    display: block; }
.latest-posts .see-all {
  font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  color: #d4d4d4; }
  .latest-posts .see-all .fa {
    margin-left: 50px; }
  .latest-posts .see-all:hover {
    color: #2f99d4; }

.lower-footer {
  color: #aaa;
  padding: 35px 0; }
  .lower-footer .columns {
    font-size: 12px;
    padding: 0; }
  .lower-footer ul {
    padding: 0;
    margin: 0 0 25px;
    list-style: none; }
    .lower-footer ul li {
      float: left;
      margin-right: 30px; }
  .lower-footer a {
    color: #2f99d4; }

.constantcontactwidget_form {
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 3px solid #171b1c; }
  .constantcontactwidget_form input[type="text"] {
    border: none;
    width: 70%;
    padding: 0 10px;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none; }
  .constantcontactwidget_form input[type="submit"] {
    display: block;
    border: none;
    background-color: #f3b611;
    overflow: hidden;
    width: 30%;
    height: 50px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }

.wpjb-login-wrapper .ribbon {
  margin-left: -10px; }

.recaptchatable .recaptcha_input_area {
  height: auto !important; }
.recaptchatable #recaptcha_response_field {
  height: auto;
  font-size: 10px; }

@media screen and (max-width: 1340px) {
  .banner .bx-controls {
    display: none; } }
@media screen and (max-width: 1240px) {
  .why-choose .ribbon,
  .banner .ribbon {
    margin-left: 0; }

  .callout .large-4 {
    margin-right: 0;
    max-width: none; }
  .callout h2 {
    font-size: 20px; }
  .callout .fa {
    font-size: 54px; }

  .lower-footer .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em; } }
@media screen and (max-width: 1050px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    width: auto;
    min-width: 19.5%; }
  #mega-menu-wrap-primary #mega-menu-primary ul.menu,
  #mega-menu-wrap-primary #mega-menu-primary ul.menu a {
    line-height: 1.2;
    display: block; } }
@media screen and (max-width: 1024px) {
  .logo {
    display: inline-block;
    margin: 20px 0 20px 3%;
    max-width: 47%; }
    .logo .desktop {
      display: none; }
    .logo .mobile {
      display: block; }

  #header header {
    background: #eee; }

  .utility li {
    border-left-color: #d6d9db; }
    .utility li:last-child {
      border-right-color: #d6d9db; }
  .utility a {
    color: #072335; }
  .utility .search {
    border-right: none; }
    .utility .search:hover, .utility .search.opened {
      color: white; }
      .utility .search:hover a, .utility .search.opened a {
        color: white; }

  .ribbon {
    margin-left: 10px; }
    .ribbon:before {
      content: '';
      display: block;
      width: 20px;
      height: 100%;
      position: absolute;
      z-index: -1;
      top: 10px;
      left: -10px;
      background-color: #cb980e; }
    .ribbon.dark:before {
      background-color: #082b40; }
    .ribbon:after {
      z-index: 5; }
    .sidebar .ribbon, .sitemap .ribbon {
      margin-left: 0; }
      .sidebar .ribbon:before, .sitemap .ribbon:before {
        display: none; }

  .why-choose .ribbon,
  .banner .ribbon {
    margin-left: 10px; }

  .banner .ribbon {
    max-width: 65%; }
  .banner .image {
    width: 65%; }
    .banner .image .transition.transition-right {
      display: none; }
    .banner .image img {
      height: 100%; }
  .banner .row,
  .banner .wrap {
    height: 100%; }

  .callout {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px; }

  ul.check {
    font-size: 14px; }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    min-width: 18.5%; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {
      font-size: 13px; }

  .survey-box {
    margin-top: 40px; }

  #job-board-loginform #wp-submit {
    min-width: 0; }

  .login-form .large-6 {
    padding-right: 2em; }
  .login-form .large-6 + .large-6 {
    padding-right: 0;
    padding-left: 2em; }

  .survey-box {
    padding-left: 0.9375em;
    padding-right: 0.9375em; }
    .survey-box .link {
      width: 30%; }
      .survey-box .link .fa {
        padding-left: 10px; }
    .survey-box .large-9 {
      width: 70%; } }
@media screen and (max-width: 800px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    min-width: 18%; } }
@media screen and (max-width: 768px) {
  #header header > .row {
    position: relative;
    z-index: 200; }

  .main-menu {
    position: relative;
    z-index: 100; }

  .utility li {
    border-top: none;
    padding: 0 22px; }
    .utility li span {
      display: none; }
    .utility li:hover {
      background: #072335; }
      .utility li:hover a {
        color: white; }
  .utility .fa {
    margin-left: 0; }
  .utility .search form {
    left: auto;
    width: 160%;
    right: 1px; }

  .banner .ribbon {
    padding: 0.9em; }
    .banner .ribbon h2 {
      font-size: 31px; }
    .banner .ribbon .button, .banner .ribbon .app_services_button, .banner .ribbon .wpjb-button, .banner .ribbon .woocommerce #respond input#submit, .woocommerce #respond .banner .ribbon input#submit {
      min-width: 0;
      font-size: 14px; }
    .banner .ribbon .entry-content {
      font-size: 16px; }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    min-width: 0; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {
      padding: 0 5px; }
  #mega-menu-wrap-primary > label {
    display: block;
    background: #2f99d4; }

  .why-choose .row + .row .columns {
    padding-left: 35px;
    padding-right: 35px; }
  .why-choose .links {
    margin-top: 35px; }
    .why-choose .links .button, .why-choose .links .app_services_button, .why-choose .links .wpjb-button, .why-choose .links .woocommerce #respond input#submit, .woocommerce #respond .why-choose .links input#submit {
      font-size: 15px;
      width: 48.5%;
      display: inline-block; }
      .why-choose .links .button.first-row, .why-choose .links .first-row.app_services_button, .why-choose .links .first-row.wpjb-button, .why-choose .links .woocommerce #respond input.first-row#submit, .woocommerce #respond .why-choose .links input.first-row#submit {
        margin-top: 0; }
      .why-choose .links .button.even, .why-choose .links .even.app_services_button, .why-choose .links .even.wpjb-button, .why-choose .links .woocommerce #respond input.even#submit, .woocommerce #respond .why-choose .links input.even#submit {
        float: right; }
      .why-choose .links .button.odd, .why-choose .links .odd.app_services_button, .why-choose .links .odd.wpjb-button, .why-choose .links .woocommerce #respond input.odd#submit, .woocommerce #respond .why-choose .links input.odd#submit {
        float: left;
        clear: left; }
  .why-choose .small-12 {
    width: 100%; }
  .why-choose .small-6 {
    width: 50%; }

  .blue-container {
    padding: 0 0 60px; }

  .callout h2 {
    text-align: center; }
    .callout h2 .fa {
      display: block;
      margin: 0 auto 15px;
      float: none; }

  .upper-footer {
    padding: 40px 0; }
    .upper-footer .latest-posts {
      display: none; }
    .upper-footer .row + .row,
    .upper-footer .show-for-small,
    .upper-footer .social-media {
      margin-top: 40px; }
    .upper-footer .large-4 {
      width: 100%; }
      .upper-footer .large-4 + .large-4 {
        margin-top: 40px; }

  .sidebar, .sitemap {
    margin-bottom: 1em; }
    .sidebar .ribbon:after, .sitemap .ribbon:after {
      display: none; }
    .sidebar .ribbon .fa, .sitemap .ribbon .fa {
      display: inline-block !important;
      float: right; }
    .sidebar .inner, .sitemap .inner {
      display: none; }
    .sidebar .opened + .inner, .sitemap .opened + .inner {
      display: block; }

  .sitemap .inner {
    display: block; }
  .sitemap .inner + .ribbon {
    margin-top: 1em; }
  .sitemap .large-6 + .large-6 {
    margin-top: 1em; }

  .login-form {
    margin-top: 40px; }
    .login-form .columns,
    .login-form .large-6 + .large-6 {
      padding: 0 0.9375em; }
    .login-form .large-6 {
      border-right: none;
      border-bottom: 1px solid #9ca1a5;
      padding-bottom: 40px; }
    .login-form .large-6 + .large-6 {
      border-bottom: none;
      padding-bottom: 0;
      margin-top: 40px; }
    .login-form .button.full, .login-form .full.app_services_button, .login-form .full.wpjb-button, .login-form .woocommerce #respond input.full#submit, .woocommerce #respond .login-form input.full#submit {
      width: auto;
      display: inline-block; }

  .survey-box {
    padding: 1.5em 1em; }
    .survey-box .entry-conten {
      padding-right: 10px; }
    .survey-box .link {
      width: 100%;
      margin-top: 0.9em; }
    .survey-box .large-9 {
      width: 100%; }

  #wpjb-top-search {
    max-width: none; }
    #wpjb-top-search input[type="text"] {
      width: 85%; }
    #wpjb-top-search .wpjb-top-search-submit {
      width: 15%; }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    margin-bottom: 0; }
    .woocommerce ul.products li.products.last,
    .woocommerce-page ul.products li.products.last {
      margin-bottom: 0; }
  .woocommerce .related ul.products li.product,
  .woocommerce-page .related ul.products li.product {
    width: 48%; }
  .woocommerce #breadcrumbs,
  .woocommerce-page #breadcrumbs {
    float: none; }

  #menu-shop-menu {
    float: none; }

  .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    border: none;
    background: #2f99d4;
    color: #eee; }
  .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    border: none;
    background: #f3b611;
    color: #072335; } }
@media screen and (max-width: 650px) {
  .callout {
    padding: 0; }
    .callout .small-4 {
      width: 100%;
      padding: 18px 0;
      border-top: 1px solid #d4d4d4;
      position: relative; }
      .callout .small-4.first {
        border-top: none; }
      .callout .small-4 > .fa {
        display: block;
        float: left;
        min-width: 80px;
        text-align: center;
        margin: 7px 0 0; }
        .callout .small-4 > .fa.fa-angle-double-right {
          float: right;
          font-size: 24px;
          color: #2f99d4;
          min-width: 50px;
          position: absolute;
          top: 50%;
          right: 0;
          margin: -12px 0 0; }
      .callout .small-4 > .icon-image {
        min-width: 0;
        max-width: 60px;
        margin-left: 10px;
        margin-right: 10px; }
    .callout .button, .callout .app_services_button, .callout .wpjb-button, .callout .woocommerce #respond input#submit, .woocommerce #respond .callout input#submit {
      display: none; }
    .callout h2 {
      text-align: left;
      margin-bottom: 5px; }
      .callout h2 .fa {
        display: none; }
    .callout .wrap {
      overflow: hidden;
      margin-right: 50px; }
    .callout .fa {
      font-size: 40px;
      color: #072335; }
    .callout .entry-content {
      font-size: 13px; }

  ul.check {
    font-size: 12px; }

  .why-choose .row + .row .columns {
    padding-left: 25px;
    padding-right: 25px; }
  .why-choose .links .button.odd, .why-choose .links .odd.app_services_button, .why-choose .links .odd.wpjb-button, .why-choose .links .woocommerce #respond input.odd#submit, .woocommerce #respond .why-choose .links input.odd#submit, .why-choose .links .button.even, .why-choose .links .even.app_services_button, .why-choose .links .even.wpjb-button, .why-choose .links .woocommerce #respond input.even#submit, .woocommerce #respond .why-choose .links input.even#submit {
    display: block;
    float: none;
    width: auto; }
  .why-choose .links .button.first-row.even, .why-choose .links .first-row.even.app_services_button, .why-choose .links .first-row.even.wpjb-button, .why-choose .links .woocommerce #respond input.first-row.even#submit, .woocommerce #respond .why-choose .links input.first-row.even#submit {
    margin-top: 18px; }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    min-width: 0; }

  .gallery ul li {
    width: 48%; }
    .gallery ul li.odd {
      margin-left: 0;
      clear: both; }
    .gallery ul li.even + .first-row.odd, .gallery ul li.even + .first-row.odd + .even {
      margin-top: 3.8%; } }
@media screen and (max-width: 625px) {
  .callout .button, .callout .app_services_button, .callout .wpjb-button, .callout .woocommerce #respond input#submit, .woocommerce #respond .callout input#submit {
    font-size: 14px; }
    .callout .button .fa, .callout .app_services_button .fa, .callout .wpjb-button .fa, .callout .woocommerce #respond input#submit .fa, .woocommerce #respond .callout input#submit .fa {
      padding-left: 0; }

  .banner {
    height: 400px; }
    .banner .image {
      width: 100%;
      z-index: -1; }
      .banner .image .transition {
        display: none; }
    .banner .bx-viewport {
      height: 400px !important; }
    .banner .ribbon {
      margin-top: 40px; }
      .banner .ribbon .button, .banner .ribbon .app_services_button, .banner .ribbon .wpjb-button, .banner .ribbon .woocommerce #respond input#submit, .woocommerce #respond .banner .ribbon input#submit {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px; }
      .banner .ribbon .button + .button, .banner .ribbon .app_services_button + .button, .banner .ribbon .wpjb-button + .button, .banner .ribbon .woocommerce #respond input#submit + .button, .woocommerce #respond .banner .ribbon input#submit + .button, .banner .ribbon .button + .app_services_button, .banner .ribbon .app_services_button + .app_services_button, .banner .ribbon .wpjb-button + .app_services_button, .banner .ribbon .woocommerce #respond input#submit + .app_services_button, .woocommerce #respond .banner .ribbon input#submit + .app_services_button, .banner .ribbon .button + .wpjb-button, .banner .ribbon .app_services_button + .wpjb-button, .banner .ribbon .wpjb-button + .wpjb-button, .banner .ribbon .woocommerce #respond input#submit + .wpjb-button, .woocommerce #respond .banner .ribbon input#submit + .wpjb-button, .banner .ribbon .woocommerce #respond .button + input#submit, .woocommerce #respond .banner .ribbon .button + input#submit, .banner .ribbon .woocommerce #respond .app_services_button + input#submit, .woocommerce #respond .banner .ribbon .app_services_button + input#submit, .banner .ribbon .woocommerce #respond .wpjb-button + input#submit, .woocommerce #respond .banner .ribbon .wpjb-button + input#submit, .banner .ribbon .woocommerce #respond input#submit + input#submit, .woocommerce #respond .banner .ribbon input#submit + input#submit {
        margin-left: 5px; } }
@media screen and (max-width: 600px) {
  .main-content {
    padding: 20px 0; }

  .toggle-main-menu {
    display: block;
    float: right;
    margin-right: 3%;
    margin-top: 40px; }

  .utility {
    float: none;
    display: none; }
    .opened .utility {
      display: block; }
    .utility li {
      padding: 0;
      width: 45%;
      text-align: center; }
      .utility li span {
        display: inline; }
    .utility .search {
      width: 10%;
      padding: 0; }
      .utility .search form {
        width: 100%; }
    .utility .fa {
      margin-left: 10px; }

  .logo {
    max-width: 75%;
    margin: 20px 0 20px 3%; }

  #header header {
    position: relative; }

  .home .main-content {
    z-index: 10; }

  #mega-menu-wrap-primary {
    position: absolute;
    top: 100%;
    z-index: 100;
    width: 100%; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
      width: 100%;
      text-align: left;
      border: none;
      border-bottom: 1px solid #5ea8d2; }
      #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {
        text-align: left; }
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:after {
          content: "\f101";
          display: inline-block;
          font-family: FontAwesome;
          float: right; }
      #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-has-children > a:after {
        content: '\f347';
        display: inline-block;
        font-family: dashicons; }
      #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor {
        border-top: none;
        margin-top: 0; }
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a {
          background: #2f99d4;
          color: white;
          height: 60px;
          line-height: 60px; }
      #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu {
        position: static;
        float: none; }
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-columns-2-of-6,
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-columns-1-of-6,
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {
          width: 100%; }
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item {
          padding: 0;
          float: none; }
          #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-text-2 {
            display: none; }
    #mega-menu-wrap-primary #mega-menu-primary .mega-menu-columns-2-of-6 li,
    #mega-menu-wrap-primary #mega-menu-primary .mega-menu-columns-3-of-6 li {
      float: none;
      width: auto; }
    #mega-menu-wrap-primary #mega-menu-primary .mega-menu-columns-3-of-6 .mega-block-title,
    #mega-menu-wrap-primary #mega-menu-primary .mega-menu-columns-2-of-6 .mega-block-title {
      margin: 0 !important; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-custom-4-columns > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {
      width: 100%; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu
    > li.mega-menu-item
    > h4.mega-block-title {
      padding: 17px 10px 17px 20px;
      margin: 0; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item-has-children > ul.mega-sub-menu {
      border-bottom: none;
      padding: 0; }
      #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item-has-children > ul.mega-sub-menu .mega-menu-item ul {
        display: none; }
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item-has-children > ul.mega-sub-menu .mega-menu-item ul li {
          border-bottom: 1px solid #d4d4d4;
          margin: 0; }
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item-has-children > ul.mega-sub-menu .mega-menu-item ul a {
          padding: 17px 10px 17px 30px; }
          #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item-has-children > ul.mega-sub-menu .mega-menu-item ul a:after {
            content: "\f101";
            display: inline-block;
            font-family: FontAwesome;
            float: right; }
      #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item-has-children > ul.mega-sub-menu .mega-menu-item:hover ul {
        display: block; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a:after {
      float: right; }

  .main-menu .mega-block-title {
    background: #e5e5e5;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 0 !important; }
    .main-menu .mega-block-title:after {
      content: '\f347';
      display: inline-block;
      color: #505050;
      font-family: 'dashicons';
      float: right; }

  #breadcrumbs,
  #menu-shop-menu {
    margin: 0 0 1.5em; }

  #breadcrumbs + #menu-shop-menu {
    margin-top: -0.75em; }

  .woocommerce ul.products.list li.product .wrap.has-excerpt .entry-content {
    margin-right: 0;
    float: none;
    width: auto; }
  .woocommerce ul.products.list li.product .wrap.has-excerpt .product-info {
    margin-top: 1em; } }
@media screen and (max-width: 550px) {
  .why-choose {
    margin-top: 40px; }
    .why-choose .ribbon {
      margin-left: 0;
      font-size: 25px;
      padding: 15px 1em;
      height: auto;
      line-height: 1.1; }
    .why-choose .row + .row .columns {
      padding-left: 15px;
      padding-right: 15px; }

  ul.check li {
    margin-bottom: 20px; }

  .blue-container {
    padding-bottom: 40px; }

  .banner .ribbon h2 {
    font-size: 25px; }
  .banner .ribbon .entry-content {
    font-size: 14px; }

  .survey-box .fa-pencil-square-o {
    font-size: 45px;
    margin-right: 15px; } }
@media screen and (max-width: 480px) {
  .banner .ribbon .button, .banner .ribbon .app_services_button, .banner .ribbon .wpjb-button, .banner .ribbon .woocommerce #respond input#submit, .woocommerce #respond .banner .ribbon input#submit {
    display: block;
    margin-top: 8px; }
  .banner .ribbon .button + .button, .banner .ribbon .app_services_button + .button, .banner .ribbon .wpjb-button + .button, .banner .ribbon .woocommerce #respond input#submit + .button, .woocommerce #respond .banner .ribbon input#submit + .button, .banner .ribbon .button + .app_services_button, .banner .ribbon .app_services_button + .app_services_button, .banner .ribbon .wpjb-button + .app_services_button, .banner .ribbon .woocommerce #respond input#submit + .app_services_button, .woocommerce #respond .banner .ribbon input#submit + .app_services_button, .banner .ribbon .button + .wpjb-button, .banner .ribbon .app_services_button + .wpjb-button, .banner .ribbon .wpjb-button + .wpjb-button, .banner .ribbon .woocommerce #respond input#submit + .wpjb-button, .woocommerce #respond .banner .ribbon input#submit + .wpjb-button, .banner .ribbon .woocommerce #respond .button + input#submit, .woocommerce #respond .banner .ribbon .button + input#submit, .banner .ribbon .woocommerce #respond .app_services_button + input#submit, .woocommerce #respond .banner .ribbon .app_services_button + input#submit, .banner .ribbon .woocommerce #respond .wpjb-button + input#submit, .woocommerce #respond .banner .ribbon .wpjb-button + input#submit, .banner .ribbon .woocommerce #respond input#submit + input#submit, .woocommerce #respond .banner .ribbon input#submit + input#submit {
    margin-left: 0; }

  .lower-footer ul li {
    margin-right: 15px;
    line-height: 1.5; }

  .utility li {
    font-size: 13px; }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100%; }
  .woocommerce .related ul.products li.product,
  .woocommerce-page .related ul.products li.product {
    width: 100%; } }
@media screen and (max-width: 380px) {
  .banner .ribbon h2 {
    font-size: 20px; } }
