@charset "UTF-8";
/*********************
ROUTER IMPORTS
*********************/
/* Config Router */
/* Colors */
/*********************
BONES THEME COLORS
*********************/
/* Others Configs */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses 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. Corrects 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. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses 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 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes 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;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves 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;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

span.block {
  display: block;
}

blockquote {
  border-left: 5px solid #eaeaea;
  padding-left: 1em;
  font-style: italic;
  line-height: 1.5;
}

code, pre {
  background: #eee;
}

pre {
  padding: 0.5em;
}

table {
  width: 100%;
}

table caption {
  padding: 0.5em;
}

table td, table th {
  text-align: center;
  padding: 0.5em;
  border: 1px solid #ccc;
}

ul li, ol li, dl dt {
  padding-bottom: 0.25em;
}

dl dd {
  padding-bottom: 0.5em;
}

form {
  margin-bottom: 1em;
}

input[type="checkbox"], input[type="radio"] {
  margin-bottom: 0.5em !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="datalist"],
input[type="time"],
input[type="date"],
input[type="tel"],
textarea {
  padding: 8px 5px 5px;
}

textarea#text_area_disabled {
  color: gray;
}

/* Basic Structure styles
---------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  min-width: 100%;
}

body {
  height: 100%;
  margin: 0 auto;
  color: #231f20;
  font-weight: 100;
  font-family: "Source Sans Pro", Helvetica, Arial, san-serif;
}

.container, .contained {
  margin: 0 auto;
  display: block;
}
.container:before, .contained:before {
  content: "";
  display: table;
}
.container:after, .contained:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}
.container.relative, .contained.relative {
  position: relative;
}

span.hidden {
  position: absolute;
  left: -99999em;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

/* Add and/or remove tags as your baseline grid needs */
p,
blockquote,
q,
pre,
address,
hr,
code,
samp,
dl,
form,
table,
fieldset,
h4,
h5,
h6,
figure,
figcaption,
button,
hr {
  margin: 0 0 1.625em;
}

@media screen and (min-width: 44.70588em) {
  #container, .contained {
    width: 90%;
    margin: 0 auto;
  }

  .gutter-right {
    padding-right: 1em;
  }
}
@media screen and (min-width: 54.11765em) {
  #container, .contained {
    width: 85%;
    margin: 0 auto;
  }
}
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Fonts */
@font-face {
  font-family: 'League Spartan';
  src: url("../fonts/leaguespartan-bold.eot");
  src: url("../fonts/leaguespartan-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/leaguespartan-bold.woff2") format("woff2"), url("../fonts/leaguespartan-bold.woff") format("woff"), url("../fonts/leaguespartan-bold.ttf") format("truetype"), url("../fonts/leaguespartan-bold.svg#league_spartanbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* Typgoraphy styles
---------------------------------------- */
/* Based on Gridless http://thatcoolguy.github.io/gridless-boilerplate/ */
/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {
  display: block;
}

/* Base structure */
html {
  font-size: 100%;
  color: #231f20;
  -webkit-text-size-adjust: 100%;
  /* Prevent iOS text size adjust on orientation change without disabling user zoom */
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", Helvetica, Arial, san-serif;
}
h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
  text-decoration: none;
}
h1 a:hover, h1 a:focus, h1 a:active, h1 a:visited:hover, h1 a:visited:focus, h1 a:visited:active, h2 a:hover, h2 a:focus, h2 a:active, h2 a:visited:hover, h2 a:visited:focus, h2 a:visited:active, h3 a:hover, h3 a:focus, h3 a:active, h3 a:visited:hover, h3 a:visited:focus, h3 a:visited:active, h4 a:hover, h4 a:focus, h4 a:active, h4 a:visited:hover, h4 a:visited:focus, h4 a:visited:active, h5 a:hover, h5 a:focus, h5 a:active, h5 a:visited:hover, h5 a:visited:focus, h5 a:visited:active, h6 a:hover, h6 a:focus, h6 a:active, h6 a:visited:hover, h6 a:visited:focus, h6 a:visited:active {
  text-decoration: underline;
}

body {
  font-family: "Source Sans Pro", Helvetica, Arial, san-serif;
  font-size: 17px;
  line-height: 1.29412;
  font-weight: normal;
  color: #231f20;
}

h1, .h1 {
  font-size: 2.35294em;
  line-height: 1.06667;
  margin-top: 26px;
  margin-bottom: 26px;
  font-weight: bold;
}
@media (min-width: 44.70588em) {
  h1, .h1 {
    font-size: 3.52941em;
    line-height: 1.06667;
  }
}

h2, .h2 {
  font-size: 1.64706em;
  line-height: 0.95238;
  margin-top: 52px;
  margin-bottom: 26px;
  font-weight: normal;
}
@media (min-width: 44.70588em) {
  h2, .h2 {
    font-size: 2.47059em;
    line-height: 1.42857;
  }
}

h3, .h3 {
  font-size: 1.76471em;
  line-height: 1.2;
  margin-top: 26px;
  margin-bottom: 26px;
  font-family: "Source Sans Pro", Helvetica, Arial, san-serif;
  font-weight: bold;
}

h4, .h4 {
  font-size: 1.23529em;
  line-height: 26px;
  margin-top: 26px;
  margin-bottom: 26px;
  font-family: "Source Sans Pro", Helvetica, Arial, san-serif;
  font-weight: bold;
}

h5, .h5 {
  font-size: 1.05882em;
  line-height: 26px;
  margin-top: 26px;
  margin-bottom: 26px;
  font-family: "Source Sans Pro", Helvetica, Arial, san-serif;
  font-weight: bold;
  text-transform: uppercase;
}

p, ul, ol, pre, table, blockquote {
  margin-top: 26px;
  margin-bottom: 26px;
}

/* Sanitation */
hr {
  border: 1px solid;
  margin: -1px 0;
}

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

b, strong, em, small, code {
  line-height: 1;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

/* Preformatted text and code*/
pre {
  overflow: auto;
}

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

code,
samp,
kbd {
  font-family: "Courier", monospace;
  font-size: 1em;
  padding: 0 6px;
  text-align: left;
}

pre {
  font-family: "Courier", monospace;
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 1.2em 0;
  overflow: auto;
  padding: 1em 0 1em 1.5em;
  border: 1px solid #ddd;
  white-space: pre;
  word-wrap: normal;
}

pre > code {
  padding: 0;
}

* html pre {
  overflow: visible;
  overflow-x: auto;
  padding-bottom: 2em;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

table {
  margin: 1em 0;
  width: 100%;
}

th,
td {
  border: solid 1px #ccc;
  padding: 5px 11px;
  vertical-align: top;
}

dt {
  font-weight: bold;
}

/* Forms */
form {
  margin: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

input, textarea {
  box-sizing: border-box;
}

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  display: inline;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

input[type="color"] {
  padding: 0;
  min-height: 50px;
  min-width: 50px;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7 */
table button, table input {
  *overflow: auto;
}

/* Quotes */
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

blockquote, q, cite {
  font-style: italic;
}

blockquote {
  padding-left: 1.625em;
}

blockquote > p {
  padding: 0;
}

/* Lists */
ul, ol {
  list-style-position: outside;
  padding: 0 0 0 1.125em;
  margin-bottom: 1.635em;
}

li ul, li ol {
  margin: 0 1.625em;
}

dl dd {
  margin-left: 1.625em;
}

nav ul li {
  list-style: none;
}

/* Links */
a, a:visited {
  color: #1c92b8;
  text-decoration: underline;
}
a:hover, a:focus, a:active, a:visited:hover, a:visited:focus, a:visited:active {
  text-decoration: underline;
  color: #125d76;
}

/* Clearning underline <a> in certain elements*/
h1 a, h1 a:hover, h2 a, h3 a, h4 a, h5 a, h6 a, nav ul li a, img a, i a, svg a {
  text-decoration: none;
  cursor: pointer;
}

/* Better CSS outline suppression: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none;
}

/* Figures */
figure {
  margin: 0;
}

/* Abbreviations */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* Marked/inserted/deleted text */
mark {
  background: #ff0;
}

ins {
  text-decoration: none;
  background: #ff9;
}

del {
  text-decoration: line-through;
}

/* Others */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-bottom: 1px solid #ddd;
}

strong, b, dt {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

var, address {
  font-style: normal;
}

/* Position 'sub' and 'sup' without affecting line-height: gist.github.com/413930 */
sub, sup {
  font-size: 0.85em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

body {
  width: 100%;
  *zoom: 1;
}
body:before, body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}

/* Grid Configuration*/
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.clear-both {
  clear: both;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-item {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

/* -- Use this wrapper if you want to divide your columns -- */
.divide-bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}

/* -- Use this wrapper if you want to block-out a column with padding 
Taken from http://csswizardry.com/2011/10/the-island-object/) -- */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
/* Base (Custom) */
html {
  margin-top: 0 !important;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  min-width: 280px;
}

.container, .contained {
  margin: 0 auto;
  max-width: 1500px;
  width: 90%;
}
@media (min-width: 44.70588em) {
  .container, .contained {
    width: 93%;
  }
}
@media (min-width: 54.11765em) {
  .container, .contained {
    width: 88.5%;
  }
}

.island {
  display: block;
  width: 103.78788%;
  margin: 0 -1.89394%;
  *zoom: 1;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 13px;
  padding-right: 13px;
  background-color: #f8f8f8;
}
.island:before, .island:after {
  content: "";
  display: table;
}
.island:after {
  clear: both;
}

hr {
  border-top: 4px solid #eaeaea !important;
  margin-bottom: 52px !important;
  margin-top: 52px !important;
  width: 104%;
  margin-left: -2%;
  border-bottom: 0;
}

form[role="search"] input[role="search"], form[role="search"] input[type="search"] {
  display: inline-block;
}

.ninja-forms-form-wrap label {
  font-weight: normal !important;
}

.field-wrap.label-left .ninja-forms-field, .field-wrap.label-left .ninja-forms-star-rating-control {
  margin-left: 0 !important;
}

.ninja-forms-required-items {
  display: none;
}

#ninja_forms_form_1_response_msg {
  margin-bottom: 26px;
  color: red;
}

select.ninja-forms-field {
  border: 2px solid #a5a7a9;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  /* Firefox 1-3.6 */
  border-radius: 0;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px 5px 5px;
  background: url(../images/dropdown_arrow.png) no-repeat 98% 50% #fff;
}
select.ninja-forms-field option[value="Select"] {
  color: gray;
}

/* Structure (Custom) */
.left-col {
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
  padding-bottom: 26px;
}
@media (min-width: 44.70588em) {
  .left-col {
    display: inline;
    float: left;
    width: 62.87879%;
    margin: 0 1.89394%;
    margin-bottom: 0 !important;
  }
}

.right-col {
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
  padding-bottom: 26px;
}
@media (min-width: 28.23529em) {
  .right-col {
    display: inline;
    float: left;
    width: 62.87879%;
    margin: 0 1.89394%;
    margin-left: 18.56061%;
  }
}
@media (min-width: 44.70588em) {
  .right-col {
    display: inline;
    float: left;
    width: 29.54545%;
    margin: 0 1.89394%;
  }
}

.right-col-inner {
  padding: 13px;
  background: #F8F8F8;
  -webkit-transition: background 200ms linear;
          transition: background 200ms linear;
}
.right-col-inner:hover {
  background: #f0f0f0;
}
@media (min-width: 28.23529em) {
  .right-col-inner {
    padding: 26px;
  }
}
@media (min-width: 44.70588em) {
  .right-col-inner {
    padding: 13px;
  }
}
@media (min-width: 54.11765em) {
  .right-col-inner {
    padding: 26px;
  }
}

.page-right-col {
  position: relative;
  margin-top: 0;
}
@media (min-width: 44.70588em) {
  .page-right-col {
    margin-top: -177px;
    right: -13px;
  }
}
@media (min-width: 54.11765em) {
  .page-right-col {
    right: -26px;
  }
}

#content {
  position: relative;
}

#inner-content {
  margin-bottom: 52px;
}

.entry-content {
  margin-bottom: 52px;
}

/* Typography */
.page-title, header.article-header.entry-header h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Source Sans Pro", Helvetica, Arial, san-serif !important;
  font-weight: normal;
  position: relative;
}

.hidden, .screen-reader-text, .by {
  position: absolute;
  left: -9999em;
}

.intro {
  font-size: 1.17647em;
  line-height: 1.4;
}

.more-link, .more-link:visited {
  color: #2980b9;
  text-decoration: none;
}
.more-link:after, .more-link:visited:after {
  content: "\00bb";
  padding-left: 6px;
}
.more-link:hover, .more-link:focus, .more-link:visited:hover, .more-link:visited:focus {
  text-decoration: underline;
}

h2, h3, h4 {
  color: #004254;
}

.list-title {
  margin-bottom: 0;
}

h2:first-child {
  margin-top: 26px;
}

/* Homepage */
.hp-hero-inner {
  position: relative;
  background: #f3f3f3;
  overflow: hidden;
}
@media (min-width: 44.70588em) {
  .hp-hero-inner {
    padding-top: 17.0036541%;
  }
}
@media (min-width: 960px) {
  .hp-hero-inner {
    padding-bottom: 37.857143%;
    padding-top: 0;
  }
}
.hp-hero-inner img {
  position: relative;
}
@media (min-width: 44.70588em) {
  .hp-hero-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.hp-hero-box {
  font-size: 24px;
  position: relative;
  color: #fff;
  text-align: center;
}
@media (min-width: 960px) {
  .hp-hero-box {
    border-top: 10px solid rgba(21, 113, 134, 0.6);
    border-bottom: 10px solid rgba(21, 113, 134, 0.6);
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.hp-hero-box .h2 {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 32px;
}
@media (min-width: 54.11765em) {
  .hp-hero-box .h2 {
    font-size: 38px;
    padding-bottom: 13px;
  }
}
@media (min-width: 70.58824em) {
  .hp-hero-box .h2 {
    font-size: 48px;
  }
}

.hp-box-inner {
  padding: 26px 26px;
  background: #006d82;
}
@media (min-width: 44.70588em) {
  .hp-box-inner {
    background: rgba(0, 66, 84, 0.75);
  }
}
.hp-box-inner p {
  margin-bottom: 26px;
}

.h2.light {
  font-weight: 200;
}

.h2.strong {
  font-weight: 700;
}

.button-row {
  margin-bottom: 0 !important;
  text-align: center;
}
@media (min-width: 54.11765em) {
  .button-row {
    margin-bottom: 13px !important;
  }
}
.button-row .btn, .button-row .btn:visited {
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  font-size: 23px;
  color: #fff;
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
  float: left !important;
  margin-bottom: 13px;
  margin-left: 0;
}
@media (min-width: 37.64706em) {
  .button-row .btn, .button-row .btn:visited {
    display: inline;
    float: left;
    width: 29.54545%;
    margin: 0 1.89394%;
    margin-bottom: 0;
    float: none !important;
  }
}
.button-row .btn-hp-red {
  background: #a71e2f;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a71e2f), color-stop(99%, #8a1622));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a71e2f 0%, #8a1622 99%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #a71e2f 0%, #8a1622 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a71e2f', endColorstr='#8a1622',GradientType=0 );
  /* IE6-9 */
}
.button-row .btn-hp-red:hover, .button-row .btn-hp-red:focus, .button-row .btn-hp-red:active {
  background: #a71e2f;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a71e2f), color-stop(25%, #8a1622));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a71e2f 0%, #8a1622 25%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #a71e2f 0%, #8a1622 25%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a71e2f', endColorstr='#8a1622',GradientType=0 );
  /* IE6-9 */
}
.button-row .btn-hp-green {
  background: #619876;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #619876), color-stop(99%, #4c7e5f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #619876 0%, #4c7e5f 99%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #619876 0%, #4c7e5f 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#619876', endColorstr='#4c7e5f',GradientType=0 );
  /* IE6-9 */
}
.button-row .btn-hp-green:hover, .button-row .btn-hp-green:focus, .button-row .btn-hp-green:active {
  background: #619876;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #619876), color-stop(25%, #4c7e5f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #619876 0%, #4c7e5f 25%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #619876 0%, #4c7e5f 25%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#619876', endColorstr='#4c7e5f',GradientType=0 );
  /* IE6-9 */
}
.button-row .btn-hp-blue {
  background: #517f8f;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #517f8f), color-stop(99%, #3c6372));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #517f8f 0%, #3c6372 99%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #517f8f 0%, #3c6372 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#517f8f', endColorstr='#3c6372',GradientType=0 );
  /* IE6-9 */
}
.button-row .btn-hp-blue:hover, .button-row .btn-hp-blue:focus, .button-row .btn-hp-blue:active {
  background: #517f8f;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #517f8f), color-stop(25%, #3c6372));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #517f8f 0%, #3c6372 25%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #517f8f 0%, #3c6372 25%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#517f8f', endColorstr='#3c6372',GradientType=0 );
  /* IE6-9 */
}

.hp-centered-text {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 26px;
}
@media (min-width: 44.70588em) {
  .hp-centered-text {
    width: 75%;
    padding-bottom: 52px;
  }
}
.hp-centered-text h2 {
  font-size: 48px;
  font-weight: 200;
  color: #006d82;
}
@media (min-width: 28.23529em) {
  .hp-centered-text h2 {
    font-size: 52px;
  }
}
@media (min-width: 44.70588em) {
  .hp-centered-text h2 {
    font-size: 60px;
  }
}
.hp-centered-text p {
  font-size: 18px;
}
@media (min-width: 28.23529em) {
  .hp-centered-text p {
    font-size: 22px;
  }
}
@media (min-width: 44.70588em) {
  .hp-centered-text p {
    font-size: 24px;
  }
}

.third-router {
  padding-bottom: 26px;
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
}
@media (min-width: 37.64706em) {
  .third-router {
    display: inline;
    float: left;
    width: 79.54545%;
    margin: 0 1.89394%;
    margin-left: 10.22727%;
    margin-bottom: 0;
  }
}
@media (min-width: 44.70588em) {
  .third-router {
    display: inline;
    float: left;
    width: 29.54545%;
    margin: 0 1.89394%;
  }
}
.third-router .callout {
  margin-bottom: 26px;
}
@media (min-width: 44.70588em) {
  .third-router .callout {
    margin-bottom: 0;
  }
}
.third-router .more-link {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 0;
}

.hp-stats {
  background: #f4bb30;
  color: white;
  font-size: 21px;
  padding-top: 26px;
  padding-bottom: 26px;
  margin-bottom: 26px;
}
.hp-stats ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hp-stats ul li {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
  margin-bottom: 26px;
}
@media (min-width: 23.52941em) {
  .hp-stats ul li {
    display: inline;
    float: left;
    width: 46.21212%;
    margin: 0 1.89394%;
  }
}
@media (min-width: 44.70588em) {
  .hp-stats ul li {
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 21.21212%;
    margin: 0 1.89394%;
  }
}
.hp-stats .stat {
  font-weight: bold;
  line-height: 1;
  display: block;
  text-align: center;
  font-size: 40px;
}
@media (min-width: 44.70588em) {
  .hp-stats .stat {
    font-size: 57px;
  }
}

.latest-news {
  margin-bottom: 26px;
}
.latest-news ul {
  list-style: none;
  padding-left: 0;
  margin-top: 13px;
  margin-bottom: 13px;
}
.latest-news li {
  font-size: 20px;
  line-height: 22px;
}
.latest-news a, .latest-news a:visited {
  display: inline-block;
  text-decoration: none;
  color: #231f20;
  margin-bottom: 13px;
}
.latest-news a:hover, .latest-news a:focus, .latest-news a:active {
  text-decoration: underline;
}
.latest-news h3 {
  font-weight: normal;
}
.latest-news .more-link {
  color: #1c92b8;
}

.from-blog {
  display: block;
  width: 103.78788%;
  margin: 0 -1.89394%;
  *zoom: 1;
}
.from-blog:before, .from-blog:after {
  content: "";
  display: table;
}
.from-blog:after {
  clear: both;
}
.from-blog h3 {
  font-weight: normal;
}

.blog-title {
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
}

.hp-blog-title {
  font-weight: bold;
  text-decoration: none;
}

p {
  margin-top: 13px;
  margin-bottom: 13px;
}

.blog-img {
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
  margin-bottom: 13px;
}
@media (min-width: 28.23529em) {
  .blog-img {
    display: inline;
    float: left;
    width: 46.21212%;
    margin: 0 1.89394%;
    margin-left: 26.89394%;
  }
}
@media (min-width: 54.11765em) {
  .blog-img {
    display: inline;
    float: left;
    width: 21.21212%;
    margin: 0 1.89394%;
    margin-bottom: 0;
  }
}
.blog-img img {
  margin: 0 auto;
  display: block;
}

.blog-text {
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
}
@media (min-width: 54.11765em) {
  .blog-text {
    display: inline;
    float: left;
    width: 71.21212%;
    margin: 0 1.89394%;
  }
}

.featured-job {
  background: #ddeff4;
  color: #006d82;
}
.featured-job h1 {
  margin-top: 0;
  font-weight: normal;
}
.featured-job p {
  color: #231f20;
}

.featured-job-inner {
  padding: 26px;
}

.job-title, .job-title:visited {
  color: #006d82 !important;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
}

/* Page Style */
.page-header-bar {
  color: #fff;
  padding: 26px 0;
  margin-bottom: 26px;
  background: #6E161F;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6E161F), color-stop(100%, #983031));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6E161F 0%, #983031 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #6E161F 0%, #983031 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6E161F', endColorstr='#983031',GradientType=0 );
  /* IE6-9 */
}

.callout.callout-btn.colored .btn {
  background: #6E161F;
  color: #fff;
}
.callout.callout-btn.colored .btn a, .callout.callout-btn.colored .btn a:visited {
  color: #fff;
}
.callout.callout-btn.colored .btn a:hover, .callout.callout-btn.colored .btn a:focus, .callout.callout-btn.colored .btn a:active, .callout.callout-btn.colored .btn a:visited:hover, .callout.callout-btn.colored .btn a:visited:focus, .callout.callout-btn.colored .btn a:visited:active {
  color: #fff;
}
.callout.callout-btn.colored .btn:hover, .callout.callout-btn.colored .btn:focus, .callout.callout-btn.colored .btn:active {
  background: #440e13;
}

.breadcrumbs {
  color: rgba(255, 255, 255, 0.75);
  padding-bottom: 26px;
}
.breadcrumbs a, .breadcrumbs a:visited {
  color: #fff;
  text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active {
  text-decoration: underline;
}
.breadcrumbs .home, .breadcrumbs .post.post-page, .breadcrumbs .crumb-divider {
  font-weight: bold;
  color: #fff;
}

/* Page colors */
.green-page > .global-nav li.current-menu-item a {
  background: #3B7450;
}
@media (min-width: 44.70588em) {
  .green-page > .main-nav li.current-menu-item a,
  .green-page > .main-nav li.current-menu-item a:hover,
  .green-page > .main-nav li.current-menu-item a:focus,
  .green-page > .menu-plus-item a:hover,
  .green-page > .menu-plus-item a:focus {
    border-bottom: 8px solid #3B7450;
  }
}
.green-page .feature-list {
  background: #3B7450;
}
.green-page .page-header-bar, .green-page .offcanvas {
  background: #0F4A35;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0F4A35), color-stop(100%, #3B7450));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0F4A35 0%, #3B7450 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #0F4A35 0%, #3B7450 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0F4A35', endColorstr='#3B7450',GradientType=0 );
  /* IE6-9 */
}
.green-page .parent-title a {
  background: #3B7450 !important;
  -webkit-transition: background 200ms linear;
          transition: background 200ms linear;
}
.green-page .parent-title a:hover, .green-page .parent-title a:focus, .green-page .parent-title a:active {
  background: #44855c !important;
}
.green-page .hero-carousel-container {
  background-color: #3B7450;
}
.green-page .hero-carousel .overlay:before {
  background: #004254;
}
.green-page .carousel-text {
  background: #3b7450;
}
@media (min-width: 70.58824em) {
  .green-page .carousel-text {
    background: rgba(59, 116, 80, 0.9);
  }
}
.green-page .custom-next, .green-page .custom-prev {
  background-color: transparent;
}
@media (min-width: 70.58824em) {
  .green-page .custom-next, .green-page .custom-prev {
    background-color: #3B7450;
    background-color: rgba(59, 116, 80, 0.75);
  }
}
.green-page .custom-next:hover, .green-page .custom-prev:hover {
  background-color: transparent;
}
@media (min-width: 70.58824em) {
  .green-page .custom-next:hover, .green-page .custom-prev:hover {
    background-color: #3B7450;
    background-color: #3b7450;
  }
}
.green-page .hero-container {
  border-bottom: 0;
}
@media (min-width: 70.58824em) {
  .green-page .hero-container {
    border-bottom: 12px solid #3B7450;
  }
}
.green-page .hero-text {
  background: #3b7450;
}
@media (min-width: 70.58824em) {
  .green-page .hero-text {
    background: rgba(59, 116, 80, 0.9);
  }
}
.green-page .blocked-section .color {
  background: #3B7450;
}
.green-page .blocked-section .color .btn {
  background: #2a5239;
}
.green-page .blocked-section .color .btn:hover, .green-page .blocked-section .color .btn:focus, .green-page .blocked-section .color .btn:active {
  background: #193021;
}
.green-page .router-island .btn, .green-page .router-island .btn:visited {
  background: #3B7450;
  color: #fff;
  text-decoration: none;
}
.green-page .router-island .btn:hover, .green-page .router-island .btn:focus, .green-page .router-island .btn:active, .green-page .router-island .btn:visited:hover, .green-page .router-island .btn:visited:focus, .green-page .router-island .btn:visited:active {
  background: #2a5239;
}
.green-page .offcanvas .social-nav a i {
  background: #2a5239;
}
.green-page .offcanvas .social-nav a i:hover, .green-page .offcanvas .social-nav a i:focus, .green-page .offcanvas .social-nav a i:active {
  background: #21412d;
}
.green-page .offcanvas #searchsubmit {
  background: #2a5239;
  color: #fff;
  text-decoration: none;
}
.green-page .offcanvas #searchsubmit:hover, .green-page .offcanvas #searchsubmit:focus, .green-page .offcanvas #searchsubmit:active {
  background: #21412d;
}
.green-page .callout.callout-btn.colored .btn {
  background: #3B7450;
  color: #fff;
}
.green-page .callout.callout-btn.colored .btn a, .green-page .callout.callout-btn.colored .btn a:visited {
  color: #fff;
}
.green-page .callout.callout-btn.colored .btn a:hover, .green-page .callout.callout-btn.colored .btn a:focus, .green-page .callout.callout-btn.colored .btn a:active, .green-page .callout.callout-btn.colored .btn a:visited:hover, .green-page .callout.callout-btn.colored .btn a:visited:focus, .green-page .callout.callout-btn.colored .btn a:visited:active {
  color: #fff;
}
.green-page .callout.callout-btn.colored .btn:hover, .green-page .callout.callout-btn.colored .btn:focus, .green-page .callout.callout-btn.colored .btn:active {
  background: #2a5239;
}
.green-page .callout-stat {
  border-top: 12px solid #3B7450;
  color: #3B7450;
}
.green-page .btn-primary, .green-page .btn-primary:visited, .green-page input[type="submit"].ninja-forms-field, .green-page input[type="submit"].ninja-forms-field:visited {
  background: #3B7450;
}
.green-page .btn-primary:hover, .green-page .btn-primary:focus, .green-page .btn-primary:active, .green-page .btn-primary:visited:hover, .green-page .btn-primary:visited:focus, .green-page .btn-primary:visited:active, .green-page input[type="submit"].ninja-forms-field:hover, .green-page input[type="submit"].ninja-forms-field:focus, .green-page input[type="submit"].ninja-forms-field:active, .green-page input[type="submit"].ninja-forms-field:visited:hover, .green-page input[type="submit"].ninja-forms-field:visited:focus, .green-page input[type="submit"].ninja-forms-field:visited:active {
  background: #2a5239;
}

.aqua-page > .global-nav li.current-menu-item a {
  background: #1ba4b4;
}
@media (min-width: 44.70588em) {
  .aqua-page > .main-nav li.current-menu-item a,
  .aqua-page > .main-nav li.current-menu-item a:hover,
  .aqua-page > .main-nav li.current-menu-item a:focus,
  .aqua-page > .menu-plus-item a:hover,
  .aqua-page > .menu-plus-item a:focus {
    border-bottom: 8px solid #1ba4b4;
  }
}
.aqua-page .feature-list {
  background: #1ba4b4;
}
.aqua-page .page-header-bar, .aqua-page .offcanvas {
  background: #0f879a;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f879a), color-stop(100%, #1ba4b4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0f879a 0%, #1ba4b4 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #0f879a 0%, #1ba4b4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f879a', endColorstr='#1ba4b4',GradientType=0 );
  /* IE6-9 */
}
.aqua-page .parent-title a {
  background: #1ba4b4 !important;
  -webkit-transition: background 200ms linear;
          transition: background 200ms linear;
}
.aqua-page .parent-title a:hover, .aqua-page .parent-title a:focus, .aqua-page .parent-title a:active {
  background: #1eb8ca !important;
}
.aqua-page .hero-carousel-container {
  background-color: #1ba4b4;
}
.aqua-page .hero-carousel .overlay:before {
  background: #004254;
}
.aqua-page .carousel-text {
  background: #1ba4b4;
}
@media (min-width: 70.58824em) {
  .aqua-page .carousel-text {
    background: rgba(27, 164, 180, 0.9);
  }
}
.aqua-page .custom-next, .aqua-page .custom-prev {
  background-color: transparent;
}
@media (min-width: 70.58824em) {
  .aqua-page .custom-next, .aqua-page .custom-prev {
    background-color: #1ba4b4;
    background-color: rgba(27, 164, 180, 0.75);
  }
}
.aqua-page .custom-next:hover, .aqua-page .custom-prev:hover {
  background-color: transparent;
}
@media (min-width: 70.58824em) {
  .aqua-page .custom-next:hover, .aqua-page .custom-prev:hover {
    background-color: #1ba4b4;
    background-color: #1ba4b4;
  }
}
.aqua-page .hero-container {
  border-bottom: 0;
}
@media (min-width: 70.58824em) {
  .aqua-page .hero-container {
    border-bottom: 12px solid #1ba4b4;
  }
}
.aqua-page .hero-text {
  background: #1ba4b4;
}
@media (min-width: 70.58824em) {
  .aqua-page .hero-text {
    background: rgba(27, 164, 180, 0.9);
  }
}
.aqua-page .blocked-section .color {
  background: #1ba4b4;
}
.aqua-page .blocked-section .color .btn {
  background: #147c88;
}
.aqua-page .blocked-section .color .btn:hover, .aqua-page .blocked-section .color .btn:focus, .aqua-page .blocked-section .color .btn:active {
  background: #0e535b;
}
.aqua-page .router-island .btn, .aqua-page .router-island .btn:visited {
  background: #1ba4b4;
  color: #fff;
  text-decoration: none;
}
.aqua-page .router-island .btn:hover, .aqua-page .router-island .btn:focus, .aqua-page .router-island .btn:active, .aqua-page .router-island .btn:visited:hover, .aqua-page .router-island .btn:visited:focus, .aqua-page .router-island .btn:visited:active {
  background: #147c88;
}
.aqua-page .offcanvas .social-nav a i {
  background: #147c88;
}
.aqua-page .offcanvas .social-nav a i:hover, .aqua-page .offcanvas .social-nav a i:focus, .aqua-page .offcanvas .social-nav a i:active {
  background: #116771;
}
.aqua-page .offcanvas #searchsubmit {
  background: #147c88;
  color: #fff;
  text-decoration: none;
}
.aqua-page .offcanvas #searchsubmit:hover, .aqua-page .offcanvas #searchsubmit:focus, .aqua-page .offcanvas #searchsubmit:active {
  background: #116771;
}
.aqua-page .callout.callout-btn.colored .btn {
  background: #1ba4b4;
  color: #fff;
}
.aqua-page .callout.callout-btn.colored .btn a, .aqua-page .callout.callout-btn.colored .btn a:visited {
  color: #fff;
}
.aqua-page .callout.callout-btn.colored .btn a:hover, .aqua-page .callout.callout-btn.colored .btn a:focus, .aqua-page .callout.callout-btn.colored .btn a:active, .aqua-page .callout.callout-btn.colored .btn a:visited:hover, .aqua-page .callout.callout-btn.colored .btn a:visited:focus, .aqua-page .callout.callout-btn.colored .btn a:visited:active {
  color: #fff;
}
.aqua-page .callout.callout-btn.colored .btn:hover, .aqua-page .callout.callout-btn.colored .btn:focus, .aqua-page .callout.callout-btn.colored .btn:active {
  background: #147c88;
}
.aqua-page .callout-stat {
  border-top: 12px solid #1ba4b4;
  color: #1ba4b4;
}
.aqua-page .btn-primary, .aqua-page .btn-primary:visited, .aqua-page input[type="submit"].ninja-forms-field, .aqua-page input[type="submit"].ninja-forms-field:visited {
  background: #1ba4b4;
}
.aqua-page .btn-primary:hover, .aqua-page .btn-primary:focus, .aqua-page .btn-primary:active, .aqua-page .btn-primary:visited:hover, .aqua-page .btn-primary:visited:focus, .aqua-page .btn-primary:visited:active, .aqua-page input[type="submit"].ninja-forms-field:hover, .aqua-page input[type="submit"].ninja-forms-field:focus, .aqua-page input[type="submit"].ninja-forms-field:active, .aqua-page input[type="submit"].ninja-forms-field:visited:hover, .aqua-page input[type="submit"].ninja-forms-field:visited:focus, .aqua-page input[type="submit"].ninja-forms-field:visited:active {
  background: #147c88;
}

.blue-page > .global-nav li.current-menu-item a {
  background: #317389;
}
@media (min-width: 44.70588em) {
  .blue-page > .main-nav li.current-menu-item a,
  .blue-page > .main-nav li.current-menu-item a:hover,
  .blue-page > .main-nav li.current-menu-item a:focus,
  .blue-page > .menu-plus-item a:hover,
  .blue-page > .menu-plus-item a:focus {
    border-bottom: 8px solid #317389;
  }
}
.blue-page .feature-list {
  background: #317389;
}
.blue-page .page-header-bar, .blue-page .offcanvas {
  background: #0C506B;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0C506B), color-stop(100%, #317389));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0C506B 0%, #317389 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #0C506B 0%, #317389 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0C506B', endColorstr='#317389',GradientType=0 );
  /* IE6-9 */
}
.blue-page .parent-title a {
  background: #317389 !important;
  -webkit-transition: background 200ms linear;
          transition: background 200ms linear;
}
.blue-page .parent-title a:hover, .blue-page .parent-title a:focus, .blue-page .parent-title a:active {
  background: #38839c !important;
}
.blue-page .hero-carousel-container {
  background-color: #317389;
}
.blue-page .hero-carousel .overlay:before {
  background: #004254;
}
.blue-page .carousel-text {
  background: #317389;
}
@media (min-width: 70.58824em) {
  .blue-page .carousel-text {
    background: rgba(49, 115, 137, 0.9);
  }
}
.blue-page .custom-next, .blue-page .custom-prev {
  background-color: transparent;
}
@media (min-width: 70.58824em) {
  .blue-page .custom-next, .blue-page .custom-prev {
    background-color: #317389;
    background-color: rgba(49, 115, 137, 0.75);
  }
}
.blue-page .custom-next:hover, .blue-page .custom-prev:hover {
  background-color: transparent;
}
@media (min-width: 70.58824em) {
  .blue-page .custom-next:hover, .blue-page .custom-prev:hover {
    background-color: #317389;
    background-color: #317389;
  }
}
.blue-page .hero-container {
  border-bottom: 0;
}
@media (min-width: 70.58824em) {
  .blue-page .hero-container {
    border-bottom: 12px solid #317389;
  }
}
.blue-page .hero-text {
  background: #317389;
}
@media (min-width: 70.58824em) {
  .blue-page .hero-text {
    background: rgba(49, 115, 137, 0.9);
  }
}
.blue-page .blocked-section .color {
  background: #317389;
}
.blue-page .blocked-section .color .btn {
  background: #245363;
}
.blue-page .blocked-section .color .btn:hover, .blue-page .blocked-section .color .btn:focus, .blue-page .blocked-section .color .btn:active {
  background: #16343e;
}
.blue-page .router-island .btn, .blue-page .router-island .btn:visited {
  background: #317389;
  color: #fff;
  text-decoration: none;
}
.blue-page .router-island .btn:hover, .blue-page .router-island .btn:focus, .blue-page .router-island .btn:active, .blue-page .router-island .btn:visited:hover, .blue-page .router-island .btn:visited:focus, .blue-page .router-island .btn:visited:active {
  background: #245363;
}
.blue-page .offcanvas .social-nav a i {
  background: #245363;
}
.blue-page .offcanvas .social-nav a i:hover, .blue-page .offcanvas .social-nav a i:focus, .blue-page .offcanvas .social-nav a i:active {
  background: #1d4451;
}
.blue-page .offcanvas #searchsubmit {
  background: #245363;
  color: #fff;
  text-decoration: none;
}
.blue-page .offcanvas #searchsubmit:hover, .blue-page .offcanvas #searchsubmit:focus, .blue-page .offcanvas #searchsubmit:active {
  background: #1d4451;
}
.blue-page .callout.callout-btn.colored .btn {
  background: #317389;
  color: #fff;
}
.blue-page .callout.callout-btn.colored .btn a, .blue-page .callout.callout-btn.colored .btn a:visited {
  color: #fff;
}
.blue-page .callout.callout-btn.colored .btn a:hover, .blue-page .callout.callout-btn.colored .btn a:focus, .blue-page .callout.callout-btn.colored .btn a:active, .blue-page .callout.callout-btn.colored .btn a:visited:hover, .blue-page .callout.callout-btn.colored .btn a:visited:focus, .blue-page .callout.callout-btn.colored .btn a:visited:active {
  color: #fff;
}
.blue-page .callout.callout-btn.colored .btn:hover, .blue-page .callout.callout-btn.colored .btn:focus, .blue-page .callout.callout-btn.colored .btn:active {
  background: #245363;
}
.blue-page .callout-stat {
  border-top: 12px solid #317389;
  color: #317389;
}
.blue-page .btn-primary, .blue-page .btn-primary:visited, .blue-page input[type="submit"].ninja-forms-field, .blue-page input[type="submit"].ninja-forms-field:visited {
  background: #317389;
}
.blue-page .btn-primary:hover, .blue-page .btn-primary:focus, .blue-page .btn-primary:active, .blue-page .btn-primary:visited:hover, .blue-page .btn-primary:visited:focus, .blue-page .btn-primary:visited:active, .blue-page input[type="submit"].ninja-forms-field:hover, .blue-page input[type="submit"].ninja-forms-field:focus, .blue-page input[type="submit"].ninja-forms-field:active, .blue-page input[type="submit"].ninja-forms-field:visited:hover, .blue-page input[type="submit"].ninja-forms-field:visited:focus, .blue-page input[type="submit"].ninja-forms-field:visited:active {
  background: #245363;
}

.navy-page > .global-nav li.current-menu-item a {
  background: #075D74;
}
@media (min-width: 44.70588em) {
  .navy-page > .main-nav li.current-menu-item a,
  .navy-page > .main-nav li.current-menu-item a:hover,
  .navy-page > .main-nav li.current-menu-item a:focus,
  .navy-page > .menu-plus-item a:hover,
  .navy-page > .menu-plus-item a:focus {
    border-bottom: 8px solid #075D74;
  }
}
.navy-page .feature-list {
  background: #075D74;
}
.navy-page .page-header-bar, .navy-page .offcanvas {
  background: #1C3651;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1C3651), color-stop(100%, #075D74));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1C3651 0%, #075D74 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #1C3651 0%, #075D74 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1C3651', endColorstr='#075D74',GradientType=0 );
  /* IE6-9 */
}
.navy-page .parent-title a {
  background: #075D74 !important;
  -webkit-transition: background 200ms linear;
          transition: background 200ms linear;
}
.navy-page .parent-title a:hover, .navy-page .parent-title a:focus, .navy-page .parent-title a:active {
  background: #08708c !important;
}
.navy-page .hero-carousel-container {
  background-color: #075D74;
}
.navy-page .hero-carousel .overlay:before {
  background: #004254;
}
.navy-page .carousel-text {
  background: #075d74;
}
@media (min-width: 70.58824em) {
  .navy-page .carousel-text {
    background: rgba(7, 93, 116, 0.9);
  }
}
.navy-page .custom-next, .navy-page .custom-prev {
  background-color: transparent;
}
@media (min-width: 70.58824em) {
  .navy-page .custom-next, .navy-page .custom-prev {
    background-color: #075D74;
    background-color: rgba(7, 93, 116, 0.75);
  }
}
.navy-page .custom-next:hover, .navy-page .custom-prev:hover {
  background-color: transparent;
}
@media (min-width: 70.58824em) {
  .navy-page .custom-next:hover, .navy-page .custom-prev:hover {
    background-color: #075D74;
    background-color: #075d74;
  }
}
.navy-page .hero-container {
  border-bottom: 0;
}
@media (min-width: 70.58824em) {
  .navy-page .hero-container {
    border-bottom: 12px solid #075D74;
  }
}
.navy-page .hero-text {
  background: #075d74;
}
@media (min-width: 70.58824em) {
  .navy-page .hero-text {
    background: rgba(7, 93, 116, 0.9);
  }
}
.navy-page .blocked-section .color {
  background: #075D74;
}
.navy-page .blocked-section .color .btn {
  background: #043644;
}
.navy-page .blocked-section .color .btn:hover, .navy-page .blocked-section .color .btn:focus, .navy-page .blocked-section .color .btn:active {
  background: #011014;
}
.navy-page .router-island .btn, .navy-page .router-island .btn:visited {
  background: #075D74;
  color: #fff;
  text-decoration: none;
}
.navy-page .router-island .btn:hover, .navy-page .router-island .btn:focus, .navy-page .router-island .btn:active, .navy-page .router-island .btn:visited:hover, .navy-page .router-island .btn:visited:focus, .navy-page .router-island .btn:visited:active {
  background: #043644;
}
.navy-page .offcanvas .social-nav a i {
  background: #043644;
}
.navy-page .offcanvas .social-nav a i:hover, .navy-page .offcanvas .social-nav a i:focus, .navy-page .offcanvas .social-nav a i:active {
  background: #03232c;
}
.navy-page .offcanvas #searchsubmit {
  background: #043644;
  color: #fff;
  text-decoration: none;
}
.navy-page .offcanvas #searchsubmit:hover, .navy-page .offcanvas #searchsubmit:focus, .navy-page .offcanvas #searchsubmit:active {
  background: #03232c;
}
.navy-page .callout.callout-btn.colored .btn {
  background: #075D74;
  color: #fff;
}
.navy-page .callout.callout-btn.colored .btn a, .navy-page .callout.callout-btn.colored .btn a:visited {
  color: #fff;
}
.navy-page .callout.callout-btn.colored .btn a:hover, .navy-page .callout.callout-btn.colored .btn a:focus, .navy-page .callout.callout-btn.colored .btn a:active, .navy-page .callout.callout-btn.colored .btn a:visited:hover, .navy-page .callout.callout-btn.colored .btn a:visited:focus, .navy-page .callout.callout-btn.colored .btn a:visited:active {
  color: #fff;
}
.navy-page .callout.callout-btn.colored .btn:hover, .navy-page .callout.callout-btn.colored .btn:focus, .navy-page .callout.callout-btn.colored .btn:active {
  background: #043644;
}
.navy-page .callout-stat {
  border-top: 12px solid #075D74;
  color: #075D74;
}
.navy-page .btn-primary, .navy-page .btn-primary:visited, .navy-page input[type="submit"].ninja-forms-field, .navy-page input[type="submit"].ninja-forms-field:visited {
  background: #075D74;
}
.navy-page .btn-primary:hover, .navy-page .btn-primary:focus, .navy-page .btn-primary:active, .navy-page .btn-primary:visited:hover, .navy-page .btn-primary:visited:focus, .navy-page .btn-primary:visited:active, .navy-page input[type="submit"].ninja-forms-field:hover, .navy-page input[type="submit"].ninja-forms-field:focus, .navy-page input[type="submit"].ninja-forms-field:active, .navy-page input[type="submit"].ninja-forms-field:visited:hover, .navy-page input[type="submit"].ninja-forms-field:visited:focus, .navy-page input[type="submit"].ninja-forms-field:visited:active {
  background: #043644;
}

.gray-page > .global-nav li.current-menu-item a {
  background: #543E3E;
}
@media (min-width: 44.70588em) {
  .gray-page > .main-nav li.current-menu-item a,
  .gray-page > .main-nav li.current-menu-item a:hover,
  .gray-page > .main-nav li.current-menu-item a:focus,
  .gray-page > .menu-plus-item a:hover,
  .gray-page > .menu-plus-item a:focus {
    border-bottom: 8px solid #543E3E;
  }
}
.gray-page .feature-list {
  background: #543E3E;
}
.gray-page .page-header-bar, .gray-page .offcanvas {
  background: #543E3E;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #543E3E), color-stop(100%, #6E5454));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #543E3E 0%, #6E5454 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #543E3E 0%, #6E5454 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#543E3E', endColorstr='#6E5454',GradientType=0 );
  /* IE6-9 */
}
.gray-page .parent-title a {
  background: #543E3E !important;
  -webkit-transition: background 200ms linear;
          transition: background 200ms linear;
}
.gray-page .parent-title a:hover, .gray-page .parent-title a:focus, .gray-page .parent-title a:active {
  background: #634949 !important;
}
.gray-page .hero-carousel-container {
  background-color: #543E3E;
}
.gray-page .hero-carousel .overlay:before {
  background: #004254;
}
.gray-page .carousel-text {
  background: #543e3e;
}
@media (min-width: 70.58824em) {
  .gray-page .carousel-text {
    background: rgba(84, 62, 62, 0.9);
  }
}
.gray-page .custom-next, .gray-page .custom-prev {
  background-color: transparent;
}
@media (min-width: 70.58824em) {
  .gray-page .custom-next, .gray-page .custom-prev {
    background-color: #543E3E;
    background-color: rgba(84, 62, 62, 0.75);
  }
}
.gray-page .custom-next:hover, .gray-page .custom-prev:hover {
  background-color: transparent;
}
@media (min-width: 70.58824em) {
  .gray-page .custom-next:hover, .gray-page .custom-prev:hover {
    background-color: #543E3E;
    background-color: #543e3e;
  }
}
.gray-page .hero-container {
  border-bottom: 0;
}
@media (min-width: 70.58824em) {
  .gray-page .hero-container {
    border-bottom: 12px solid #543E3E;
  }
}
.gray-page .hero-text {
  background: #543e3e;
}
@media (min-width: 70.58824em) {
  .gray-page .hero-text {
    background: rgba(84, 62, 62, 0.9);
  }
}
.gray-page .blocked-section .color {
  background: #543E3E;
}
.gray-page .blocked-section .color .btn {
  background: #372828;
}
.gray-page .blocked-section .color .btn:hover, .gray-page .blocked-section .color .btn:focus, .gray-page .blocked-section .color .btn:active {
  background: #191313;
}
.gray-page .router-island .btn, .gray-page .router-island .btn:visited {
  background: #543E3E;
  color: #fff;
  text-decoration: none;
}
.gray-page .router-island .btn:hover, .gray-page .router-island .btn:focus, .gray-page .router-island .btn:active, .gray-page .router-island .btn:visited:hover, .gray-page .router-island .btn:visited:focus, .gray-page .router-island .btn:visited:active {
  background: #372828;
}
.gray-page .offcanvas .social-nav a i {
  background: #372828;
}
.gray-page .offcanvas .social-nav a i:hover, .gray-page .offcanvas .social-nav a i:focus, .gray-page .offcanvas .social-nav a i:active {
  background: #281e1e;
}
.gray-page .offcanvas #searchsubmit {
  background: #372828;
  color: #fff;
  text-decoration: none;
}
.gray-page .offcanvas #searchsubmit:hover, .gray-page .offcanvas #searchsubmit:focus, .gray-page .offcanvas #searchsubmit:active {
  background: #281e1e;
}
.gray-page .callout.callout-btn.colored .btn {
  background: #543E3E;
  color: #fff;
}
.gray-page .callout.callout-btn.colored .btn a, .gray-page .callout.callout-btn.colored .btn a:visited {
  color: #fff;
}
.gray-page .callout.callout-btn.colored .btn a:hover, .gray-page .callout.callout-btn.colored .btn a:focus, .gray-page .callout.callout-btn.colored .btn a:active, .gray-page .callout.callout-btn.colored .btn a:visited:hover, .gray-page .callout.callout-btn.colored .btn a:visited:focus, .gray-page .callout.callout-btn.colored .btn a:visited:active {
  color: #fff;
}
.gray-page .callout.callout-btn.colored .btn:hover, .gray-page .callout.callout-btn.colored .btn:focus, .gray-page .callout.callout-btn.colored .btn:active {
  background: #372828;
}
.gray-page .callout-stat {
  border-top: 12px solid #543E3E;
  color: #543E3E;
}
.gray-page .btn-primary, .gray-page .btn-primary:visited, .gray-page input[type="submit"].ninja-forms-field, .gray-page input[type="submit"].ninja-forms-field:visited {
  background: #543E3E;
}
.gray-page .btn-primary:hover, .gray-page .btn-primary:focus, .gray-page .btn-primary:active, .gray-page .btn-primary:visited:hover, .gray-page .btn-primary:visited:focus, .gray-page .btn-primary:visited:active, .gray-page input[type="submit"].ninja-forms-field:hover, .gray-page input[type="submit"].ninja-forms-field:focus, .gray-page input[type="submit"].ninja-forms-field:active, .gray-page input[type="submit"].ninja-forms-field:visited:hover, .gray-page input[type="submit"].ninja-forms-field:visited:focus, .gray-page input[type="submit"].ninja-forms-field:visited:active {
  background: #372828;
}

.yellow-page > .global-nav li.current-menu-item a {
  background: #f4bb30;
}
@media (min-width: 44.70588em) {
  .yellow-page > .main-nav li.current-menu-item a,
  .yellow-page > .main-nav li.current-menu-item a:hover,
  .yellow-page > .main-nav li.current-menu-item a:focus,
  .yellow-page > .menu-plus-item a:hover,
  .yellow-page > .menu-plus-item a:focus {
    border-bottom: 8px solid #f4bb30;
  }
}
.yellow-page .feature-list {
  background: #f4bb30;
}
.yellow-page .page-header-bar, .yellow-page .offcanvas {
  background: #df9800;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df9800), color-stop(100%, #f4bb30));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #df9800 0%, #f4bb30 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #df9800 0%, #f4bb30 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df9800', endColorstr='#f4bb30',GradientType=0 );
  /* IE6-9 */
}
.yellow-page .parent-title a {
  background: #f4bb30 !important;
  -webkit-transition: background 200ms linear;
          transition: background 200ms linear;
}
.yellow-page .parent-title a:hover, .yellow-page .parent-title a:focus, .yellow-page .parent-title a:active {
  background: #f5c348 !important;
}
.yellow-page .hero-carousel-container {
  background-color: #f4bb30;
}
.yellow-page .hero-carousel .overlay:before {
  background: #004254;
}
.yellow-page .carousel-text {
  background: #f4bb30;
}
@media (min-width: 70.58824em) {
  .yellow-page .carousel-text {
    background: rgba(244, 187, 48, 0.9);
  }
}
.yellow-page .custom-next, .yellow-page .custom-prev {
  background-color: transparent;
}
@media (min-width: 70.58824em) {
  .yellow-page .custom-next, .yellow-page .custom-prev {
    background-color: #f4bb30;
    background-color: rgba(244, 187, 48, 0.75);
  }
}
.yellow-page .custom-next:hover, .yellow-page .custom-prev:hover {
  background-color: transparent;
}
@media (min-width: 70.58824em) {
  .yellow-page .custom-next:hover, .yellow-page .custom-prev:hover {
    background-color: #f4bb30;
    background-color: #f4bb30;
  }
}
.yellow-page .hero-container {
  border-bottom: 0;
}
@media (min-width: 70.58824em) {
  .yellow-page .hero-container {
    border-bottom: 12px solid #f4bb30;
  }
}
.yellow-page .hero-text {
  background: #f4bb30;
}
@media (min-width: 70.58824em) {
  .yellow-page .hero-text {
    background: rgba(244, 187, 48, 0.9);
  }
}
.yellow-page .blocked-section .color {
  background: #f4bb30;
}
.yellow-page .blocked-section .color .btn {
  background: #e5a60c;
}
.yellow-page .blocked-section .color .btn:hover, .yellow-page .blocked-section .color .btn:focus, .yellow-page .blocked-section .color .btn:active {
  background: #b4830a;
}
.yellow-page .router-island .btn, .yellow-page .router-island .btn:visited {
  background: #f4bb30;
  color: #fff;
  text-decoration: none;
}
.yellow-page .router-island .btn:hover, .yellow-page .router-island .btn:focus, .yellow-page .router-island .btn:active, .yellow-page .router-island .btn:visited:hover, .yellow-page .router-island .btn:visited:focus, .yellow-page .router-island .btn:visited:active {
  background: #e5a60c;
}
.yellow-page .offcanvas .social-nav a i {
  background: #e5a60c;
}
.yellow-page .offcanvas .social-nav a i:hover, .yellow-page .offcanvas .social-nav a i:focus, .yellow-page .offcanvas .social-nav a i:active {
  background: #cd940b;
}
.yellow-page .offcanvas #searchsubmit {
  background: #e5a60c;
  color: #fff;
  text-decoration: none;
}
.yellow-page .offcanvas #searchsubmit:hover, .yellow-page .offcanvas #searchsubmit:focus, .yellow-page .offcanvas #searchsubmit:active {
  background: #cd940b;
}
.yellow-page .callout.callout-btn.colored .btn {
  background: #f4bb30;
  color: #fff;
}
.yellow-page .callout.callout-btn.colored .btn a, .yellow-page .callout.callout-btn.colored .btn a:visited {
  color: #fff;
}
.yellow-page .callout.callout-btn.colored .btn a:hover, .yellow-page .callout.callout-btn.colored .btn a:focus, .yellow-page .callout.callout-btn.colored .btn a:active, .yellow-page .callout.callout-btn.colored .btn a:visited:hover, .yellow-page .callout.callout-btn.colored .btn a:visited:focus, .yellow-page .callout.callout-btn.colored .btn a:visited:active {
  color: #fff;
}
.yellow-page .callout.callout-btn.colored .btn:hover, .yellow-page .callout.callout-btn.colored .btn:focus, .yellow-page .callout.callout-btn.colored .btn:active {
  background: #e5a60c;
}
.yellow-page .callout-stat {
  border-top: 12px solid #f4bb30;
  color: #f4bb30;
}
.yellow-page .btn-primary, .yellow-page .btn-primary:visited, .yellow-page input[type="submit"].ninja-forms-field, .yellow-page input[type="submit"].ninja-forms-field:visited {
  background: #f4bb30;
}
.yellow-page .btn-primary:hover, .yellow-page .btn-primary:focus, .yellow-page .btn-primary:active, .yellow-page .btn-primary:visited:hover, .yellow-page .btn-primary:visited:focus, .yellow-page .btn-primary:visited:active, .yellow-page input[type="submit"].ninja-forms-field:hover, .yellow-page input[type="submit"].ninja-forms-field:focus, .yellow-page input[type="submit"].ninja-forms-field:active, .yellow-page input[type="submit"].ninja-forms-field:visited:hover, .yellow-page input[type="submit"].ninja-forms-field:visited:focus, .yellow-page input[type="submit"].ninja-forms-field:visited:active {
  background: #e5a60c;
}

/* Header */
header.header {
  padding: 13px 0;
}
@media (min-width: 44.70588em) {
  header.header {
    padding: 26px 0 26px;
  }
}
@media (min-width: 830px) {
  header.header {
    padding: 26px 0 26px;
  }
}
@media (max-height: 400px) {
  header.header {
    padding: 0;
  }
}

#inner-header {
  display: block;
  width: 103.78788%;
  margin: 0 -1.89394%;
  *zoom: 1;
  position: relative;
}
#inner-header:before, #inner-header:after {
  content: "";
  display: table;
}
#inner-header:after {
  clear: both;
}

header.header nav {
  float: right;
}

.header-nav nav {
  width: 100%;
  text-align: right;
}

header.header nav.global-nav {
  padding: 0;
  margin: 0 0 26px;
}
@media (min-width: 44.70588em) {
  header.header nav.global-nav {
    margin: 0 0 52px;
  }
}

#menu-global-menu {
  margin-bottom: 0;
}

#menu-main-menu {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 1065px) {
  #menu-main-menu {
    margin-top: 0;
    margin-bottom: 26px;
  }
}

.header-logo {
  display: inline;
  float: left;
  width: 71.21212%;
  margin: 0 1.89394%;
  -webkit-transition: opacity 100ms linear;
          transition: opacity 100ms linear;
}
@media (min-width: 44.70588em) {
  .header-logo {
    display: inline;
    float: left;
    width: 37.87879%;
    margin: 0 1.89394%;
  }
}
.header-logo:hover {
  opacity: 0.75;
}
.header-logo .site-logo {
  max-width: 350px;
}
@media (min-width: 44.70588em) {
  .header-logo .site-logo {
    max-width: 450px;
  }
}
@media (min-width: 1065px) {
  .header-logo .site-logo {
    padding: 26px 0;
  }
}
@media (min-width: 70.58824em) {
  .header-logo .site-logo {
    display: none;
  }
}
.header-logo .site-logo-large {
  display: none;
}
@media (min-width: 70.58824em) {
  .header-logo .site-logo-large {
    display: block;
    max-width: 450px;
    padding: 26px 0;
  }
}

.header-nav {
  display: none;
}
@media (min-width: 44.70588em) {
  .header-nav {
    display: block;
    display: inline;
    float: left;
    width: 54.54545%;
    margin: 0 1.89394%;
  }
}

header.page-header-bar .left-col {
  padding-bottom: 0;
}

header.header.headroom--top {
  background: white;
}

header.header.headroom--not-top {
  background: rgba(255, 255, 255, 0.95);
}

.mobile-logo {
  width: 21%;
  display: none;
}

@media (max-width: 430px) {
  header .container {
    overflow: hidden;
  }

  .site-logo {
    margin-bottom: -2%;
  }
}
@media (max-width: 44.70588em) {
  .headroom--not-top {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    border-bottom: 1px solid #ccc;
  }
  .headroom--not-top .site-logo {
    display: none;
  }
  .headroom--not-top .mobile-logo {
    display: block;
    width: 16%;
  }

  .headroom--not-top + #content {
    margin-top: 89px;
  }
}
@media (max-height: 400px) {
  .headroom--pinned {
    max-height: 10em;
    overflow: hidden;
    -webkit-transition: max-height 200ms linear;
            transition: max-height 200ms linear;
  }

  .headroom--unpinned {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 200ms linear;
            transition: max-height 200ms linear;
  }
}
/* Navigation */
.navigation, .navigation ul {
  list-style: none;
  padding-left: 0;
}

.main-nav li {
  display: inline-block;
  padding: 0 0px 0 10px;
  line-height: 1;
}

.main-nav li a, .main-nav li a:visited {
  padding: 3px 5px;
  font-size: 14px;
  color: #004254;
  -webkit-transition: border-bottom 70ms linear;
          transition: border-bottom 70ms linear;
}
@media (min-width: 1140px) {
  .main-nav li a, .main-nav li a:visited {
    font-size: 16px;
  }
}
@media (min-width: 1270px) {
  .main-nav li a, .main-nav li a:visited {
    font-size: 19px;
  }
}
.main-nav li.current-menu-item a, .main-nav li.current-page-ancestor a,
.main-nav li a:hover, .main-nav li a:focus, .main-nav li a:active {
  color: #231f20;
  text-decoration: none;
}
@media (min-width: 44.70588em) {
  .main-nav li.current-menu-item a, .main-nav li.current-page-ancestor a,
  .main-nav li a:hover, .main-nav li a:focus, .main-nav li a:active {
    border-bottom: 8px solid #871622;
  }
}
.main-nav li.red a:hover, .main-nav li.red a:focus, .main-nav li.red a:active, .main-nav li.red.current-menu-item a, .main-nav li.red.current-page-ancestor a {
  border-bottom: 8px solid #871622;
}
.main-nav li.green a:hover, .main-nav li.green a:focus, .main-nav li.green a:active, .main-nav li.green.current-menu-item a, .main-nav li.green.current-page-ancestor a {
  border-bottom: 8px solid #3B7450;
}
.main-nav li.aqua a:hover, .main-nav li.aqua a:focus, .main-nav li.aqua a:active, .main-nav li.aqua.current-menu-item a, .main-nav li.aqua.current-page-ancestor a {
  border-bottom: 8px solid #1ba4b4;
}
.main-nav li.blue a:hover, .main-nav li.blue a:focus, .main-nav li.blue a:active, .main-nav li.blue.current-menu-item a, .main-nav li.blue.current-page-ancestor a {
  border-bottom: 8px solid #317389;
}
.main-nav li.navy a:hover, .main-nav li.navy a:focus, .main-nav li.navy a:active, .main-nav li.navy.current-menu-item a, .main-nav li.navy.current-page-ancestor a {
  border-bottom: 8px solid #075D74;
}
.main-nav li.gray a:hover, .main-nav li.gray a:focus, .main-nav li.gray a:active, .main-nav li.gray.current-menu-item a, .main-nav li.gray.current-page-ancestor a {
  border-bottom: 8px solid #543E3E;
}
.main-nav li.yellow a:hover, .main-nav li.yellow a:focus, .main-nav li.yellow a:active, .main-nav li.yellow.current-menu-item a, .main-nav li.yellow.current-page-ancestor a {
  border-bottom: 8px solid #f4bb30;
}

.global-links {
  display: inline-block;
}

.global-nav li {
  border-left: 2px solid gray;
  display: inline-block;
  padding: 0 10px;
  line-height: 1;
}
.global-nav li:first-child {
  border-left: 0;
}
.global-nav li a, .global-nav li a:visited {
  padding: 5px 5px;
  color: #231f20;
  -webkit-transition: background 200ms linear;
          transition: background 200ms linear;
}
.global-nav li.current-menu-item a, .global-nav li.current-page-ancestor a,
.global-nav li a:hover, .global-nav li a:focus, .global-nav li a:active {
  color: #fff;
  text-decoration: none;
  background: transparent;
}
@media (min-width: 44.70588em) {
  .global-nav li.current-menu-item a, .global-nav li.current-page-ancestor a,
  .global-nav li a:hover, .global-nav li a:focus, .global-nav li a:active {
    background: #871622;
  }
}
.global-nav li.current-menu-item a:hover, .global-nav li.current-menu-item a:focus, .global-nav li.current-menu-item a:active {
  text-decoration: underline;
}
.global-nav li.red a:hover, .global-nav li.red a:focus, .global-nav li.red a:active, .global-nav li.red.current-menu-item a, .global-nav li.red.current-page-ancestor a {
  color: #fff;
  background: transparent;
}
@media (min-width: 44.70588em) {
  .global-nav li.red a:hover, .global-nav li.red a:focus, .global-nav li.red a:active, .global-nav li.red.current-menu-item a, .global-nav li.red.current-page-ancestor a {
    background: #871622;
  }
}
.global-nav li.green a:hover, .global-nav li.green a:focus, .global-nav li.green a:active, .global-nav li.green.current-menu-item a, .global-nav li.green.current-page-ancestor a {
  color: #fff;
  background: transparent;
}
@media (min-width: 44.70588em) {
  .global-nav li.green a:hover, .global-nav li.green a:focus, .global-nav li.green a:active, .global-nav li.green.current-menu-item a, .global-nav li.green.current-page-ancestor a {
    background: #3B7450;
  }
}
.global-nav li.blue a:hover, .global-nav li.blue a:focus, .global-nav li.blue a:active, .global-nav li.blue.current-menu-item a, .global-nav li.blue.current-page-ancestor a {
  color: #fff;
  background: transparent;
}
@media (min-width: 44.70588em) {
  .global-nav li.blue a:hover, .global-nav li.blue a:focus, .global-nav li.blue a:active, .global-nav li.blue.current-menu-item a, .global-nav li.blue.current-page-ancestor a {
    background: #517f8f;
  }
}
.global-nav li.navy a:hover, .global-nav li.navy a:focus, .global-nav li.navy a:active, .global-nav li.navy.current-menu-item a, .global-nav li.navy.current-page-ancestor a {
  color: #fff;
  background: transparent;
}
@media (min-width: 44.70588em) {
  .global-nav li.navy a:hover, .global-nav li.navy a:focus, .global-nav li.navy a:active, .global-nav li.navy.current-menu-item a, .global-nav li.navy.current-page-ancestor a {
    background: #006d82;
  }
}
.global-nav li.gray a:hover, .global-nav li.gray a:focus, .global-nav li.gray a:active, .global-nav li.gray.current-menu-item a, .global-nav li.gray.current-page-ancestor a {
  color: #fff;
  background: transparent;
}
@media (min-width: 44.70588em) {
  .global-nav li.gray a:hover, .global-nav li.gray a:focus, .global-nav li.gray a:active, .global-nav li.gray.current-menu-item a, .global-nav li.gray.current-page-ancestor a {
    background: #543E3E;
  }
}
.global-nav li.aqua a:hover, .global-nav li.aqua a:focus, .global-nav li.aqua a:active, .global-nav li.aqua.current-menu-item a, .global-nav li.aqua.current-page-ancestor a {
  color: #fff;
  background: transparent;
}
@media (min-width: 44.70588em) {
  .global-nav li.aqua a:hover, .global-nav li.aqua a:focus, .global-nav li.aqua a:active, .global-nav li.aqua.current-menu-item a, .global-nav li.aqua.current-page-ancestor a {
    background: #1ba4b4;
  }
}

.global-nav {
  font-size: 12px;
  position: relative;
}
@media (min-width: 960px) {
  .global-nav {
    font-size: 14px;
  }
}

.search-trigger i {
  font-size: 12px;
  color: #231f20;
  -webkit-transition: color 200ms linear;
          transition: color 200ms linear;
}

.search-trigger i:hover, .search-trigger i:focus {
  cursor: pointer;
  color: #1ba4b4;
}

.pop-search {
  position: relative;
  margin-top: 26px;
  box-shadow: -4px 2px 8px rgba(0, 0, 0, 0.25);
  display: none;
}
@media (min-width: 44.70588em) {
  .pop-search {
    position: absolute;
    top: 10px;
    right: 45px;
    z-index: 10;
    margin-top: 0;
  }
}
.pop-search form[role="search"] {
  padding: 8px !important;
  background: #ddeff4;
}
.pop-search form[role="search"] input, .pop-search form[role="search"] button {
  margin-bottom: 0;
  vertical-align: bottom;
}

.off-canvas .pop-search {
  display: block;
}
@media (min-width: 44.70588em) {
  .off-canvas .pop-search {
    display: none;
  }
}

.pop-search.active {
  display: block;
}

.arrow-up {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ddeff4;
  position: absolute;
  top: 10px;
  right: -15px;
}

.pop-search form[role="search"] button {
  background: #004254;
}
.pop-search form[role="search"] button:hover, .pop-search form[role="search"] button:focus, .pop-search form[role="search"] button:active {
  background: #006a87;
}

.pop-search form[role="search"] input[type="search"] {
  border: 2px solid #004254;
  width: 65%;
}
@media (min-width: 28.23529em) {
  .pop-search form[role="search"] input[type="search"] {
    width: auto;
  }
}

.side-nav {
  background: #fff;
  position: relative;
  z-index: 1;
}
.side-nav li {
  font-family: "Source Sans Pro", Helvetica, Arial, san-serif;
  font-size: 19px;
  position: relative;
  padding-bottom: 0;
}
.side-nav li a, .side-nav li a:visited {
  padding: 15px;
  display: block;
  color: #004254;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: background 150ms linear;
          transition: background 150ms linear;
}
.side-nav li a:hover, .side-nav li a:focus, .side-nav li a:active {
  background: #eee;
  text-decoration: underline;
}
.side-nav li.current_page_item {
  background: #DDE6E8;
}
.side-nav li.current_page_item ul {
  background: #fff;
}
.side-nav .children li a, .side-nav .children li a:visited {
  font-weight: normal;
}

.parent-title {
  font-family: "Crimson Text", Georgia, Times, "Times New Roman", serif;
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 0;
}
.parent-title a, .parent-title a:visited {
  padding: 18px 15px;
  display: block;
  background: #871622;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 200ms linear;
          transition: background 200ms linear;
}
.parent-title a:hover, .parent-title a:focus, .parent-title a:active {
  text-decoration: underline;
  background: #9d1a28 !important;
}

.main-nav li {
  display: block;
}
@media (min-width: 28.23529em) {
  .main-nav li {
    display: none;
  }
}
@media (min-width: 1111px) {
  .main-nav li {
    display: inline-block;
  }
}

.main-nav li.priority {
  display: block;
}
@media (min-width: 28.23529em) {
  .main-nav li.priority {
    display: inline-block;
  }
}
@media (min-width: 1111px) {
  .main-nav li.priority {
    display: inline-block;
  }
}

.main-nav .menu-plus-item {
  display: none;
  text-decoration: none;
}
@media (min-width: 28.23529em) {
  .main-nav .menu-plus-item {
    display: inline;
  }
}
@media (min-width: 1111px) {
  .main-nav .menu-plus-item {
    display: none;
  }
}

.global-nav {
  display: block;
}
@media (min-width: 44.70588em) {
  .global-nav {
    display: none;
  }
}
@media (min-width: 1065px) {
  .global-nav {
    display: block;
  }
}

/* Nav Off-Canvas */
.offcanvas.active {
  position: relative;
}

.js .offcanvas {
  position: fixed;
  top: 0;
  z-index: 102;
  right: -700px;
  padding-top: 26px;
  -webkit-transition: right 200ms ease;
          transition: right 200ms ease;
  display: block;
}
@media (min-width: 1111px) {
  .js .offcanvas {
    display: none;
  }
}

.offcanvas {
  background: #671019;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #671019), color-stop(100%, #881521));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #671019 0%, #881521 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #671019 0%, #881521 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#671019', endColorstr='#881521',GradientType=0 );
  /* IE6-9 */
  min-width: 225px;
  padding: 0em 2em 1em 0;
  box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.5);
}
.offcanvas .main-nav, .offcanvas .global-nav {
  display: block;
}
.offcanvas nav {
  list-style: none;
}
.offcanvas nav li {
  display: block !important;
  border-left: 0;
}
.offcanvas nav li.current_page_item,
.offcanvas nav li.current-page-ancestor {
  border-left: 10px solid #fff;
  padding-left: 0;
}
.offcanvas nav li.current-menu-item a,
.offcanvas nav li.current-menu-item a:hover,
.offcanvas nav li.current-menu-item a:focus,
.offcanvas nav li.current-menu-item a:active,
.offcanvas nav li.current-page-ancestor a,
.offcanvas nav li.current-page-ancestor a:hover,
.offcanvas nav li.current-page-ancestor a:focus,
.offcanvas nav li.current-page-ancestor a:active,
.offcanvas nav li.current_page_item a,
.offcanvas nav li.current_page_item a:hover,
.offcanvas nav li.current_page_item a:focus,
.offcanvas nav li.current_page_item a:active {
  border-bottom: 0px !important;
}
.offcanvas nav li a {
  display: block;
  color: #fff !important;
  text-decoration: none;
  padding: 0.5em 1em;
  font-weight: normal;
  font-size: 20px;
  border-bottom: 0;
}
.offcanvas nav li a:hover, .offcanvas nav li a:focus, .offcanvas nav li a:active {
  text-decoration: underline;
  border-bottom: 0;
  background: transparent;
}
.offcanvas nav .current-menu-item a {
  background: transparent;
  border-bottom: 0px;
}
.offcanvas #less-menu {
  color: #fff;
  line-height: 1;
  padding: 0 0 0 30px;
  cursor: pointer;
}
.offcanvas .hidden {
  position: absolute;
  left: -99999px;
}
.offcanvas .offcanvas-search {
  padding: 0.5em 1em;
  display: inline-block;
}
.offcanvas #offcanvas-input {
  -webkit-appearance: none;
  margin: 12px;
  margin: 0;
  border: 0;
  border-bottom: 2px solid #fff;
  -webkit-transition: width 200ms ease;
          transition: width 200ms ease;
  background: transparent;
  color: #fff;
  border-radius: 0;
}
.offcanvas #offcanvas-input::-webkit-input-placeholder {
  color: #fff;
}
.offcanvas #offcanvas-input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.offcanvas #offcanvas-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.offcanvas #offcanvas-input:-ms-input-placeholder {
  color: #fff;
}
.offcanvas #offcanvas-input {
  width: 90px;
  float: left;
}
.offcanvas #offcanvas-button {
  width: 25px;
  float: left;
}
.offcanvas .global-nav {
  font-size: 1em;
}
.offcanvas .social-nav {
  padding: 0.5em 1em;
}
.offcanvas .social-nav a {
  width: 50px;
  float: left;
  padding: 0;
}
.offcanvas .social-nav a i {
  background: #5b0f17;
  font-size: 25px;
}
.offcanvas .social-nav a i:hover, .offcanvas .social-nav a i:focus, .offcanvas .social-nav a i:active {
  background: #450b11;
}

.offcanvas input[type="search"] {
  border: 0px !important;
  width: 150px;
  margin-left: 26px;
  padding: 8px 5px;
}

.offcanvas #searchsubmit {
  background: #5b0f17;
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
}
.offcanvas #searchsubmit:hover, .offcanvas #searchsubmit:focus, .offcanvas #searchsubmit:active {
  background: #450b11;
}

.menu-open .offcanvas {
  height: 100%;
  overflow-y: auto;
  right: -0.5em;
  z-index: 101;
}

#more-menu, #less-menu {
  font-size: 19px;
  text-decoration: none;
}

#more-menu {
  display: inline-block;
  padding: 3px 10px;
  color: #004254;
  float: right;
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 44.70588em) {
  #more-menu {
    display: none;
  }
}

#less-menu {
  color: #fff;
}

.menu-open .offcanvas-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* ------- Side Navigation (Expanding) ------- */
.expanding-accordion, .expanding-accordion > ul {
  clear: both;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

.js .expanding-accordion > .page_item_has_children > .children {
  overflow: hidden;
  max-height: 0;
}

.js .expanding-accordion > .page_item_has_children > .children.active {
  max-height: 555em;
  padding: 0;
}

.page_item_has_children > a {
  padding: 15px 50px 15px 15px !important;
}

.expanding-accordion li.page_item_has_children > a > .side-more-link:after {
  content: "+";
  position: absolute;
  top: 8px;
  right: 0;
  width: 2em;
  display: block;
  font-size: 1.5em;
  text-align: center;
}

.expanding-accordion li.page_item_has_children > a > .side-more-link.active:after {
  content: "\2013";
}

.page_item_has_children > li > a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.page_item_has_children > li > a .lowercase {
  text-transform: lowercase;
}
.page_item_has_children > li > a:hover {
  font-weight: bold;
  text-decoration: none;
}
.page_item_has_children > li > a:hover > span {
  color: #fff !important;
}

.page_item_has_children > .children {
  margin: 0;
  padding: 0 20px;
}

.side-more-link {
  float: right;
  cursor: pointer;
  text-align: right;
  width: 3em;
}

.side-more-link:focus {
  outline-color: rgba(255, 255, 255, 0.1);
  outline-width: 0px;
}

/* ------- /Side Navigation (Expanding) ------- */
/* Social Nav */
.social-nav {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0 0 26px;
}
@media (min-width: 44.70588em) {
  .social-nav {
    padding: 26px 0;
  }
}
.social-nav li {
  display: inline-block;
  border-left: 0;
}
.social-nav a, .social-nav a:visited {
  text-decoration: none;
  color: #fff;
}
.social-nav i {
  font-size: 17px;
  background: #a5a7a9;
  padding: 6px 5px;
  border-radius: 50% 50%;
  color: #fff;
  -webkit-transition: background 200ms linear;
          transition: background 200ms linear;
  margin-right: 5px;
}
@media (min-width: 44.70588em) {
  .social-nav i {
    margin-left: 5px;
  }
}
.social-nav i:hover, .social-nav i:focus, .social-nav i:active {
  background: #565b5d;
}
.social-nav i.icon-search {
  background: #565b5d;
}
.social-nav i.icon-search:hover, .social-nav i.icon-search:focus, .social-nav i.icon-search:active {
  background: #222;
}

/* Callouts */
.callout {
  margin-bottom: 40px;
  border-top: 12px solid gray;
  -webkit-transition: border-top 100ms linear;
          transition: border-top 100ms linear;
}
.callout.green {
  border-top: 12px solid #3B7450;
}
.callout.green:hover {
  border-top: 12px solid #326344;
}
.callout.aqua {
  border-top: 12px solid #1ba4b4;
}
.callout.aqua:hover {
  border-top: 12px solid #18909e;
}
.callout.blue {
  border-top: 12px solid #317389;
}
.callout.blue:hover {
  border-top: 12px solid #2a6376;
}
.callout.navy {
  border-top: 12px solid #075D74;
}
.callout.navy:hover {
  border-top: 12px solid #064a5c;
}
.callout.red {
  border-top: 12px solid #871622;
}
.callout.red:hover {
  border-top: 12px solid #71121c;
}
.callout.gray {
  border-top: 12px solid #543E3E;
}
.callout.gray:hover {
  border-top: 12px solid #453333;
}
.callout.yellow {
  border-top: 12px solid #f4bb30;
}
.callout.yellow:hover {
  border-top: 12px solid #f3b318;
}
.callout blockquote {
  padding-left: 0;
  border-left: 0;
}
.callout blockquote p {
  font-size: 21px;
  line-height: 24px;
}

.callout.nav {
  border-top: 0;
}

.callout:last-child {
  margin-bottom: 0px;
}

.callout-title {
  font-weight: normal;
  margin-top: 13px;
  margin-bottom: 13px;
}

.callout-inner {
  padding: 6.5px 13px 20px;
  background: #fff;
}
.callout-inner p {
  margin-top: 13px;
  margin-bottom: 13px;
  font-size: 0.82353em;
  line-height: 1.42857;
}

.callout-img {
  position: relative;
  padding-bottom: 45.454545%;
  overflow: hidden;
  background: #f3f3f3;
}
.callout-img img {
  position: absolute;
  top: 0;
  left: 0;
}

.callout.callout-btn {
  border-top: 0px;
}
.callout.callout-btn .btn {
  margin-right: 0;
  text-decoration: none;
  font-size: 21px;
  padding: 15px 20px;
  background: #3f5959;
  font-family: "Crimson Text", Georgia, Times, "Times New Roman", serif;
  border-radius: 8px;
  width: 80%;
  max-width: 300px;
  display: block;
  margin: 13px auto 26px !important;
  color: #fff;
}
.callout.callout-btn .btn a, .callout.callout-btn .btn a:visited {
  color: #fff;
}
.callout.callout-btn .btn a:hover, .callout.callout-btn .btn a:focus, .callout.callout-btn .btn a:active, .callout.callout-btn .btn a:visited:hover, .callout.callout-btn .btn a:visited:focus, .callout.callout-btn .btn a:visited:active {
  color: #fff;
}
.callout.callout-btn .btn:hover, .callout.callout-btn .btn:focus, .callout.callout-btn .btn:active {
  background: #2a3b3b;
}

.callout-stat {
  border-top: 12px solid #871622;
  color: #871622;
}
.callout-stat .stat {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  display: block;
  text-align: center;
}
@media (min-width: 54.11765em) {
  .callout-stat .stat {
    font-size: 50px;
  }
}
@media (min-width: 70.58824em) {
  .callout-stat .stat {
    font-size: 60px;
  }
}
.callout-stat p {
  font-size: 21px;
}

.right-col-inner .callout a {
  word-wrap: break-word;
}

form {
  margin: 0;
  padding: 0;
  border: 0;
}

input {
  display: block;
  margin-bottom: 26px;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datalist"],
textarea {
  border: 2px solid #a5a7a9;
  box-shadow: none;
  max-width: 100%;
  border-radius: 0;
  -webkit-appearance: none !important;
}

textarea#comment {
  width: 100%;
  /*/mediaquery*/
}
@media (min-width: 37.64706em) {
  textarea#comment {
    width: inherit;
  }
}

.entry-content ul {
  margin-top: 3px;
}

form {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

/* Buttons styles
---------------------------------------- */
.btn, input[type="submit"].ninja-forms-field {
  display: inline-block;
  font-size: 1em;
  padding: 9.5px 7px;
  line-height: 1.2;
  font-weight: normal;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  margin-right: 1em;
  margin-bottom: 1em;
  -webkit-transition: background 100ms linear;
          transition: background 100ms linear;
}

.btn-primary, .btn-primary:visited, input[type="submit"].ninja-forms-field {
  background: #871622;
  color: #fff;
  text-decoration: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:visited:hover, .btn-primary:visited:focus, .btn-primary:visited:active, input[type="submit"].ninja-forms-field:hover, input[type="submit"].ninja-forms-field:focus, input[type="submit"].ninja-forms-field:active {
  background: #5b0f17;
}

.btn,
.btn:hover,
a .btn:hover,
.btn.active {
  color: #fff;
}

.btn:hover,
a .btn:hover,
.btn.active {
  background-color: #5a5a5a;
  border-color: #5a5a5a;
  text-decoration: none;
}

.btn-secondary {
  background-color: #5a5a5a;
  border-color: #5a5a5a;
}

.btn-secondary:hover,
a .btn-secondary:hover,
.btn-secondary.active {
  background-color: #343434;
  border-color: #343434;
}

.btn:active,
.btn.active {
  outline: 0;
}

.btn.disabled,
.btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
  box-shadow: none;
}

.btn-large {
  padding: 0.75em 2em;
  font-size: 1em;
  line-height: normal;
}

.btn-block,
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  display: block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}

button,
.btn {
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  /* Override default Webkit/Firefox button styling */
  background-image: none;
  -webkit-appearance: none;
}

.btn:last-child,
input.btn {
  margin-right: 0;
}

/* Footer */
footer.footer {
  border-top: 8px solid #DFDFDF;
  background: #F9F9F9;
  padding: 26px 0;
  font-size: 14px;
  color: #004254;
}
footer.footer h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
footer.footer p, footer.footer ul {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
footer.footer .footer-inner {
  display: block;
  width: 103.78788%;
  margin: 0 -1.89394%;
  *zoom: 1;
}
footer.footer .footer-inner:before, footer.footer .footer-inner:after {
  content: "";
  display: table;
}
footer.footer .footer-inner:after {
  clear: both;
}
footer.footer .main-footer {
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
}
@media (min-width: 44.70588em) {
  footer.footer .main-footer {
    display: inline;
    float: left;
    width: 62.87879%;
    margin: 0 1.89394%;
  }
}
footer.footer .footer-logo {
  max-width: 350px;
}
footer.footer nav .footer-links ul {
  list-style: none;
  padding-left: 0;
}
footer.footer .footer-links li {
  display: inline-block;
  border-left: 1px solid gray;
}
footer.footer .footer-links li:first-child {
  border-left: 0;
}
footer.footer .footer-links li:first-child a {
  padding-left: 0;
}
footer.footer .footer-links li a, footer.footer .footer-links li a:visited {
  padding: 5px 3px 5px 5px;
  color: #2980b9;
}
footer.footer .social {
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
  text-align: left;
  margin-top: 26px;
}
@media (min-width: 44.70588em) {
  footer.footer .social {
    display: inline;
    float: left;
    width: 29.54545%;
    margin: 0 1.89394%;
    text-align: center;
    margin-top: 0;
  }
}
footer.footer .social h4 {
  margin-top: 0;
  margin-bottom: 13px;
}

.back-to-top {
  background: #ccc;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
  cursor: pointer;
  display: block;
}
@media (min-width: 44.70588em) {
  .back-to-top {
    display: none;
  }
}
.back-to-top a {
  display: block;
  text-decoration: none;
}
.back-to-top a:after {
  content: "\25B4";
  font-size: 25px;
  line-height: 1;
  padding-left: 10px;
}

/* Page: w/ Carousel */
.hero-carousel-super {
  overflow: hidden;
  margin-top: 26px;
  margin-bottom: 26px;
  position: relative;
}

.hero-carousel-container {
  position: relative;
  padding-bottom: 0;
  background-color: #871622;
  margin-left: 0px;
}
@media (min-width: 70.58824em) {
  .hero-carousel-container {
    padding-bottom: 43.5%;
    margin-left: -50px;
  }
}

.hero-carousel {
  position: relative;
}
@media (min-width: 70.58824em) {
  .hero-carousel {
    position: absolute !important;
    top: 0;
    left: 0;
  }
}
.hero-carousel .overlay:before {
  display: none;
}
@media (min-width: 70.58824em) {
  .hero-carousel .overlay:before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #004254;
    opacity: 0.75;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
  }
}
.hero-carousel .owl-item.active .overlay:before {
  opacity: 0;
}

.entry-content .hero-carousel img {
  margin-bottom: 0;
}

.carousel-text {
  position: relative;
  background: rgba(135, 22, 34, 0.9);
  width: 100%;
  color: #fff;
}
@media (min-width: 70.58824em) {
  .carousel-text {
    position: absolute;
    bottom: 5px;
  }
}
.carousel-text .carousel-text-inner {
  padding: 26px;
}

.owl-item .carousel-text {
  opacity: 0;
}

.owl-item.active .carousel-text {
  opacity: 1;
}

.custom-next, .custom-prev {
  background-color: transparent;
}
@media (min-width: 44.70588em) {
  .custom-next, .custom-prev {
    background-color: #871622;
    background-color: rgba(135, 22, 34, 0.75);
    -webkit-transition: background 100ms ease-in-out;
            transition: background 100ms ease-in-out;
  }
}
.custom-next:hover, .custom-prev:hover {
  background-color: transparent;
}
@media (min-width: 44.70588em) {
  .custom-next:hover, .custom-prev:hover {
    background-color: #871622;
    background-color: #871622;
  }
}

/* Page: w/ Hero */
.hero-container-outter {
  position: relative;
  margin-top: 26px;
  margin-bottom: 52px;
}

.hero-container {
  position: relative;
  padding-bottom: 47.126437%;
  background-color: #f3f3f3;
  border-bottom: 0;
}
@media (min-width: 70.58824em) {
  .hero-container {
    border-bottom: 12px solid #871622;
  }
}
.hero-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0 !important;
}

.hero-text {
  position: relative;
  background: #871622;
  color: #fff;
  padding: 13px 13px;
  font-size: 18px;
}
@media (min-width: 70.58824em) {
  .hero-text {
    padding: 13px 26px;
    background: rgba(135, 22, 34, 0.9);
    position: absolute;
    top: 70%;
    -webkit-transform: translateY(-70%);
        -ms-transform: translateY(-70%);
            transform: translateY(-70%);
    left: 0;
    font-size: 24px;
  }
}

.hero-large-text, .hero-small-text {
  display: block;
}

.hero-large-text {
  font-size: 28px;
}
@media (min-width: 44.70588em) {
  .hero-large-text {
    font-size: 32px;
  }
}

/* Blog and News*/
.more-link {
  display: block;
  margin-top: 15px;
}

.blog-list-item {
  margin-bottom: 52px;
  padding-bottom: 26px;
  border-bottom: 3px solid #eee;
}

.blog-thumb {
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
  margin-bottom: 13px !important;
}
@media (min-width: 28.23529em) {
  .blog-thumb {
    display: inline;
    float: left;
    width: 46.21212%;
    margin: 0 1.89394%;
    margin-left: 26.89394%;
  }
}
@media (min-width: 54.11765em) {
  .blog-thumb {
    display: inline;
    float: left;
    width: 21.21212%;
    margin: 0 1.89394%;
    margin-bottom: 0;
  }
}
.blog-thumb img {
  margin: 0 auto;
  display: block;
}

.blog-exerpt h3 {
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 1.5em;
}
@media (min-width: 28.23529em) {
  .blog-exerpt h3 {
    font-size: 1.76471em;
  }
}
.blog-exerpt.with-thumbnail {
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
}
@media (min-width: 54.11765em) {
  .blog-exerpt.with-thumbnail {
    display: inline;
    float: left;
    width: 71.21212%;
    margin: 0 1.89394%;
  }
}
.blog-exerpt.no-thumbnail {
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
}

.blog-categories {
  color: #004254;
  margin: 26px 0;
}

.blog-category-list {
  list-style: none;
  padding-left: 0;
}

/*Hide Pagination title and strange arrows*/
.screen-reader-text, .meta-nav, .form-allowed-tags {
  position: absolute;
  left: -999999px;
}

/*Pagination*/
.nav-links a, .nav-links a:visited {
  color: #c69e02;
  text-decoration: none;
}

.nav-links a:hover, .nav-links a:focus {
  text-decoration: underline;
}

.pagination ul {
  padding-left: 0;
}
.pagination ul li {
  display: inline-block;
  padding-right: 13px;
}

/* Next/ Prev styles */
.nav-links {
  position: relative;
  padding-bottom: 60px;
}

.nav-next, .nav-previous {
  position: absolute;
}

.nav-next {
  right: 0;
}

.nav-previous {
  left: 0;
}

.nav-links .nav-next a:after {
  content: "\00bb";
  padding-left: 6px;
}

.nav-links .nav-previous a:before {
  content: "\00AB";
  padding-left: 6px;
  text-align: left;
}

/* Single.php Styles */
.entry-content table {
  margin-bottom: 52px;
  margin-bottom: 52px;
}

p img {
  margin-bottom: 26px;
}

/* Comments */
#comments label {
  display: block;
}

textarea#comment {
  border: 1px solid #ccc;
}

input#submit.submit, input.search-submit {
  display: inline-block;
  font-size: 1em;
  padding: 8px 0.75em;
  line-height: 1.2;
  font-weight: normal;
  background-color: #CDA92D;
  border: 0;
  border-radius: 0;
  margin-right: 1em;
  margin-bottom: 0;
  color: #fff;
  font-family: "Crimson Text", Georgia, Times, "Times New Roman", serif;
}

input#submit.submit:hover, input#submit.submit:active, input#submit.submit:focus {
  background-color: #bf961f;
}

ol.comment-list {
  list-style: none;
  padding-left: 0;
}

.comment-author.vcard {
  padding-bottom: 15px;
}

.comment-author.vcard img {
  padding-right: 1em;
}

/* 404 */
.search-404 {
  margin: 5em 0;
}

/* Search / Tag /  Author / Category Results*/
.search-results article, .tag-results article, .author article, .category-results article {
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-top: 0;
  padding-bottom: 26px;
}

.search-results article h1, .tag-results article h1, .author article h1, .category-results article h1 {
  font-size: 1.66667em;
  line-height: 1.2;
  color: #c69e02;
  font-family: "Source Sans Pro", Helvetica, Arial, san-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
}

.categories-links, .tags-links, .author-vcard, .edit-link, .comment-metadata time, .reply {
  display: block;
  font-size: 16px;
}

.search-results nav.pagination .page-numbers {
  padding-left: 0;
}

.search-results nav.pagination .page-numbers li {
  display: inline-block;
  float: left;
  padding-right: 10px;
}

.entry-content img {
  margin-bottom: 26px;
}

.entry-content .wp-caption img {
  margin: 0 auto;
  display: block;
}
@media (min-width: 37.64706em) {
  .entry-content .wp-caption img {
    display: inline;
  }
}

img.alignnone, img.alignleft, img.alignright {
  width: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 28.23529em) {
  img.alignnone, img.alignleft, img.alignright {
    display: inline;
  }
}

/* Post image styles */
.alignnone, .alignleft, .alignright {
  width: 100%;
}
@media (min-width: 37.64706em) {
  .alignnone, .alignleft, .alignright {
    padding-right: 15px;
    width: 50%;
  }
}
@media (min-width: 54.11765em) {
  .alignnone, .alignleft, .alignright {
    width: 40%;
  }
}
@media (min-width: 70.58824em) {
  .alignnone, .alignleft, .alignright {
    width: 30%;
  }
}

.alignnone, .alignleft {
  float: none;
}
@media (min-width: 28.23529em) {
  .alignnone, .alignleft {
    float: left;
    padding-right: 15px;
  }
}

.alignright {
  float: none;
}
@media (min-width: 28.23529em) {
  .alignright {
    float: right;
    padding-left: 15px;
  }
}

.arve-wrapper.alignright {
  padding-left: 0;
}

.arve-wrapper.alignleft {
  padding-right: 0;
}

.aligncenter {
  width: auto;
  margin: 0 auto;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.wp-caption-text {
  font-size: 14px;
}

/* Parts */
section.lined {
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 26px;
  border-bottom: 4px solid #eaeaea;
}
section.lined:last-child {
  border-bottom: 0;
  margin-bottom: 52px;
}

.router-island {
  background: #ddeff4;
  padding: 26px;
  font-size: 15px;
  line-height: 22px;
  -webkit-transition: background 200ms linear;
          transition: background 200ms linear;
}
.router-island .router-island-inner {
  display: block;
  width: 103.78788%;
  margin: 0 -1.89394%;
  *zoom: 1;
}
.router-island .router-island-inner:before, .router-island .router-island-inner:after {
  content: "";
  display: table;
}
.router-island .router-island-inner:after {
  clear: both;
}
.router-island h3 {
  margin-top: 0;
  margin-bottom: 6.5px;
  font-weight: normal;
}
.router-island h3 a, .router-island h3 a:visited {
  color: #004254;
}
.router-island p {
  margin-top: 0;
}
.router-island ul {
  list-style: none;
  padding-left: 0;
}
.router-island ul .half {
  width: 50%;
  float: left;
}
.router-island .left, .router-island .right {
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
}
@media (min-width: 44.70588em) {
  .router-island .left, .router-island .right {
    display: inline;
    float: left;
    width: 46.21212%;
    margin: 0 1.89394%;
  }
}
.router-island .btn, .router-island .btn:visited {
  background: #871622;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
.router-island .btn:hover, .router-island .btn:focus, .router-island .btn:active, .router-island .btn:visited:hover, .router-island .btn:visited:focus, .router-island .btn:visited:active {
  background: #5b0f17;
}
.router-island .btn:after {
  content: "\00bb";
  padding-left: 6px;
}

.router-list ul {
  list-style: none;
  padding-left: 0;
}
.router-list ul li {
  display: block;
  padding: 0 0 0 1em;
  -webkit-transition: border-left 200ms linear;
          transition: border-left 200ms linear;
  -webkit-transition: background 200ms linear;
          transition: background 200ms linear;
}
.router-list ul li:hover {
  background: #f9f9f9;
}
@media (min-width: 44.70588em) {
  .router-list ul li {
    padding: 0 0 0 1.625em;
  }
}
.router-list ul li.yellow {
  border-left: 11px solid #f4bb30;
  -webkit-transition: border-left 200ms linear;
          transition: border-left 200ms linear;
}
.router-list ul li.yellow:hover {
  border-left: 11px solid #f7cb60;
}
.router-list ul li.green {
  border-left: 11px solid #3B7450;
  -webkit-transition: border-left 200ms linear;
          transition: border-left 200ms linear;
}
.router-list ul li.green:hover {
  border-left: 11px solid #4c9667;
}
.router-list ul li.blue {
  border-left: 11px solid #2980b9;
  -webkit-transition: border-left 200ms linear;
          transition: border-left 200ms linear;
}
.router-list ul li.blue:hover {
  border-left: 11px solid #409ad5;
}
.router-list ul li.orange {
  border-left: 11px solid #e57742;
  -webkit-transition: border-left 200ms linear;
          transition: border-left 200ms linear;
}
.router-list ul li.orange:hover {
  border-left: 11px solid #eb976f;
}
.router-list ul li.yellow {
  border-left: 11px solid #df9800;
  -webkit-transition: border-left 200ms linear;
          transition: border-left 200ms linear;
}
.router-list ul li.yellow:hover {
  border-left: 11px solid #ffb413;
}
.router-list ul li ul {
  list-style: initial;
  border-left: 0;
}
.router-list ul li ul li {
  display: list-item;
  list-style-type: disc;
  border-left: 0;
  padding-left: 0;
}
.router-list .router-list-item {
  padding-bottom: 26px;
  padding-right: 1em;
}
.router-list .title {
  padding-top: 26px;
  margin-top: 0;
  font-weight: normal;
  color: #006d82;
}
.router-list .title a, .router-list .title a:visited {
  color: #006d82;
}

.related-products {
  padding: 26px 0;
  display: inline-block;
  width: 100%;
}
.related-products ul {
  list-style: none;
  padding-left: 0;
  width: 101.19048%;
  margin: 0 -0.59524%;
  float: left;
  margin-bottom: 26px;
}
.related-products li {
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
  padding-bottom: 8.5px;
  -webkit-transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
          transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
@media (min-width: 44.70588em) {
  .related-products li {
    width: 48.80952%;
    margin: 0 0.59524%;
    float: left;
    display: inline-block;
  }
}
.related-products li:hover {
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
}
.related-products a, .related-products a:visited {
  display: block;
  background: #ddeff4;
  padding: 13px;
  font-size: 21px;
  text-decoration: none;
}
.related-products a:hover, .related-products a:focus, .related-products a:active, .related-products a:visited:hover, .related-products a:visited:focus, .related-products a:visited:active {
  background: #cae6ee;
  text-decoration: none;
}

.related-products-detailed {
  margin-bottom: 26px;
}
.related-products-detailed ul {
  list-style: none;
  padding-left: 0;
  width: 101.19048%;
  margin: 0 -0.59524%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.related-products-detailed li {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
  background: #eaeaea;
  margin-bottom: 8.5px;
}
@media (min-width: 28.23529em) {
  .related-products-detailed li {
    width: 48.80952%;
    margin: 0 0.59524% 8.5px;
    float: left;
    display: inline-block;
  }
}
.related-products-detailed li a, .related-products-detailed li a:visited {
  text-decoration: none;
}
.related-products-detailed li:hover, .related-products-detailed li:focus, .related-products-detailed li:active {
  background: #dddddd;
}
.related-products-detailed .related-title {
  font-size: 2em;
}
.related-products-detailed p {
  font-size: 0.85em;
  margin-top: 13px;
  margin-bottom: 13px;
}
.related-products-detailed a, .related-products-detailed a:visited {
  display: block;
  padding: 13px;
}

.blocked-section {
  background: #f8f8f8;
  padding: 13px;
  float: left;
  display: inline-block;
  color: #004254;
  padding: 18px;
  margin: 26px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: background 100ms linear;
          transition: background 100ms linear;
}
.blocked-section:hover {
  background: #ebebeb;
}
.blocked-section .block {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 44.70588em) {
  .blocked-section .block {
    width: 50%;
    float: left;
    display: inline-block;
  }
}
.blocked-section .block-inner {
  padding: 60px 30px;
}
.blocked-section h3 {
  margin-top: 0;
  margin-bottom: 13px;
}
.blocked-section .color {
  background: #871622;
  color: #fff;
}
.blocked-section .color a, .blocked-section .color a:visited, .blocked-section .color h1, .blocked-section .color h2, .blocked-section .color h3, .blocked-section .color h4 {
  color: #fff;
}
.blocked-section span {
  display: block;
  margin-bottom: 13px;
}
.blocked-section .btn {
  margin-right: 0;
  text-decoration: none;
  font-size: 21px;
  padding: 15px 20px;
}
.blocked-section .color .btn {
  background: #5b0f17;
  margin-top: 13px;
  margin-bottom: 26px;
}
.blocked-section .color .btn:hover, .blocked-section .color .btn:focus, .blocked-section .color .btn:active {
  background: #2f080c;
}
.blocked-section .btn-round {
  background: #2980b9;
  margin-bottom: 13px;
  margin-top: 13px;
  font-family: "Crimson Text", Georgia, Times, "Times New Roman", serif;
  border-radius: 8px;
  width: 50%;
  color: #fff;
}
.blocked-section .btn-round:hover, .blocked-section .btn-round:focus, .blocked-section .btn-round:active {
  background: #006d82;
}
.blocked-section .btn-round a, .blocked-section .btn-round a:visited {
  color: #fff;
}
.blocked-section .btn-round a:hover, .blocked-section .btn-round a:focus, .blocked-section .btn-round a:active, .blocked-section .btn-round a:visited:hover, .blocked-section .btn-round a:visited:focus, .blocked-section .btn-round a:visited:active {
  color: #fff;
}
.blocked-section .call-us-text {
  font-size: 21px;
}
.blocked-section .call-us-text a {
  white-space: nowrap;
}

.more-info-divider {
  margin-bottom: 52px;
}
.more-info-divider .more-info-inner {
  width: 90%;
  margin: 0 auto;
}
.more-info-divider ul {
  text-align: left;
}
.more-info-divider span.button-span {
  display: block;
  width: auto;
}
.more-info-divider .more-info-icon {
  max-width: 75px;
  margin: 0 auto;
  margin-top: 26px;
  margin-bottom: 26px;
}
.more-info-divider .btn {
  margin-right: 0;
  text-decoration: none;
  font-size: 21px;
  padding: 15px 20px;
  background: #2980b9;
  margin-bottom: 13px;
  margin-top: 13px;
  font-family: "Crimson Text", Georgia, Times, "Times New Roman", serif;
  border-radius: 8px;
  width: 50%;
  color: #fff;
}
.more-info-divider .btn a, .more-info-divider .btn a:visited {
  color: #fff;
}
.more-info-divider .btn a:hover, .more-info-divider .btn a:focus, .more-info-divider .btn a:active, .more-info-divider .btn a:visited:hover, .more-info-divider .btn a:visited:focus, .more-info-divider .btn a:visited:active {
  color: #fff;
}
.more-info-divider .btn:hover, .more-info-divider .btn:focus, .more-info-divider .btn:active {
  background: #006d82;
}
.more-info-divider .call-us-text {
  font-size: 21px;
}

section.demo {
  background: #f8f8f8;
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.more-info-demo {
  margin-top: 52px;
  margin-bottom: 52px;
  text-align: center;
}
.more-info-demo .more-info-inner {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 44.70588em) {
  .more-info-demo .more-info-inner {
    width: 80%;
  }
}
@media (min-width: 70.58824em) {
  .more-info-demo .more-info-inner {
    width: 60%;
  }
}
.more-info-demo ul {
  text-align: left;
}
.more-info-demo span.button-span {
  display: block;
  width: auto;
}
.more-info-demo .more-info-icon {
  max-width: 75px;
  margin: 0 auto;
  margin-top: 26px;
  margin-bottom: 26px;
}
.more-info-demo .btn {
  margin-right: 0;
  text-decoration: none;
  font-size: 21px;
  padding: 15px 20px;
  background: #2980b9;
  margin-bottom: 13px;
  margin-top: 13px;
  font-family: "Crimson Text", Georgia, Times, "Times New Roman", serif;
  border-radius: 8px;
  width: 50%;
  color: #fff;
}
.more-info-demo .btn a, .more-info-demo .btn a:visited {
  color: #fff;
}
.more-info-demo .btn a:hover, .more-info-demo .btn a:focus, .more-info-demo .btn a:active, .more-info-demo .btn a:visited:hover, .more-info-demo .btn a:visited:focus, .more-info-demo .btn a:visited:active {
  color: #fff;
}
.more-info-demo .btn:hover, .more-info-demo .btn:focus, .more-info-demo .btn:active {
  background: #006d82;
}
.more-info-demo .call-us-text {
  font-size: 21px;
}

.feature-list {
  background: #871622;
  padding: 26px;
  margin-bottom: 26px;
  border-bottom: 0 !important;
}
.feature-list a, .feature-list a:visited, .feature-list h1, .feature-list h2, .feature-list h3, .feature-list h4 {
  color: #fff;
}
.feature-list h1, .feature-list h2, .feature-list h3, .feature-list h4 {
  margin-top: 0;
}
.feature-list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: block;
  width: 103.78788%;
  margin: 0 -1.89394%;
  *zoom: 1;
}
.feature-list ul:before, .feature-list ul:after {
  content: "";
  display: table;
}
.feature-list ul:after {
  clear: both;
}
.feature-list ul li {
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
}
@media (min-width: 44.70588em) {
  .feature-list ul li {
    display: inline;
    float: left;
    width: 46.21212%;
    margin: 0 1.89394%;
  }
}
.feature-list .feature-item {
  display: block;
  width: 103.78788%;
  margin: 0 -1.89394%;
  *zoom: 1;
}
.feature-list .feature-item:before, .feature-list .feature-item:after {
  content: "";
  display: table;
}
.feature-list .feature-item:after {
  clear: both;
}
.feature-list .feature-icon {
  display: inline;
  float: left;
  width: 12.87879%;
  margin: 0 1.89394%;
}
@media (min-width: 44.70588em) {
  .feature-list .feature-icon {
    display: inline;
    float: left;
    width: 29.54545%;
    margin: 0 1.89394%;
  }
}
.feature-list .feature-title {
  display: inline;
  float: left;
  width: 79.54545%;
  margin: 0 1.89394%;
}
@media (min-width: 44.70588em) {
  .feature-list .feature-title {
    display: inline;
    float: left;
    width: 62.87879%;
    margin: 0 1.89394%;
  }
}

.addthis_sharing_toolbox {
  height: 32px;
  margin-bottom: 26px;
}

.profile {
  display: block;
  width: 103.78788%;
  margin: 0 -1.89394%;
  *zoom: 1;
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 4px solid #eaeaea;
}
.profile:before, .profile:after {
  content: "";
  display: table;
}
.profile:after {
  clear: both;
}
.profile:last-child {
  border-bottom: 0;
}
.profile .profile-img {
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
}
@media (min-width: 28.23529em) {
  .profile .profile-img {
    display: inline;
    float: left;
    width: 21.21212%;
    margin: 0 1.89394%;
  }
}
@media (min-width: 54.11765em) {
  .profile .profile-img {
    display: inline;
    float: left;
    width: 21.21212%;
    margin: 0 1.89394%;
  }
}
.profile .profile-text {
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
}
@media (min-width: 28.23529em) {
  .profile .profile-text {
    display: inline;
    float: left;
    width: 71.21212%;
    margin: 0 1.89394%;
  }
  .profile .profile-text .name {
    margin-top: 0;
    margin-bottom: 13px;
  }
  .profile .profile-text .title {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 54.11765em) {
  .profile .profile-text {
    display: inline;
    float: left;
    width: 71.21212%;
    margin: 0 1.89394%;
  }
  .profile .profile-text .name {
    margin-top: 0;
    margin-bottom: 13px;
  }
  .profile .profile-text .title {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.clients ul {
  display: block;
  width: 103.78788%;
  margin: 0 -1.89394%;
  *zoom: 1;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.clients ul:before, .clients ul:after {
  content: "";
  display: table;
}
.clients ul:after {
  clear: both;
}
.clients ul:before {
  content: none;
}
.clients li {
  list-style: none;
  padding-bottom: 52px;
}
.clients .client-item {
  text-align: center;
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
          transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.clients .client-item:hover {
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
}
@media (min-width: 28.23529em) {
  .clients .client-item {
    display: inline;
    float: left;
    width: 46.21212%;
    margin: 0 1.89394%;
  }
}
@media (min-width: 70.58824em) {
  .clients .client-item {
    display: inline;
    float: left;
    width: 29.54545%;
    margin: 0 1.89394%;
  }
}
.clients .logo {
  max-width: 125px;
  margin: 0 auto;
}
.clients .logo img {
  margin-bottom: 0;
}
.clients h4.name {
  margin-top: 13px;
  margin-bottom: 13px;
  color: #323944;
}
.clients h4.name a, .clients h4.name a:visited {
  color: #231f20;
}
.clients h4.name a:hover, .clients h4.name a:focus, .clients h4.name a:active, .clients h4.name a:visited:hover, .clients h4.name a:visited:focus, .clients h4.name a:visited:active {
  color: #004254;
}
.clients a, .clients a:visited {
  display: block;
}
.clients a:hover, .clients a:focus, .clients a:active, .clients a:visited:hover, .clients a:visited:focus, .clients a:visited:active {
  color: #323944;
}

.clients {
  /* Chrome, Safari, Opera */
  /* Standard */
}
.clients.set {
  opacity: 0;
}
.clients.visible {
  -webkit-animation: in-view 1s;
  /* Chrome, Safari, Opera */
  animation: in-view 1s;
}
@-webkit-keyframes in-view {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1 !important;
  }
}
@keyframes in-view {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1 !important;
  }
}
@font-face {
  font-family: 'fontello';
  src: url("../icons/fontello.eot?74911757");
  src: url("../icons/fontello.eot?74911757#iefix") format("embedded-opentype"), url("../icons/fontello.woff?74911757") format("woff"), url("../icons/fontello.ttf?74911757") format("truetype"), url("../icons/fontello.svg?74911757#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?74911757#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-facebook:before {
  content: '\e800';
}

/* '' */
.icon-twitter:before {
  content: '\e801';
}

/* '' */
.icon-linkedin:before {
  content: '\e802';
}

/* '' */
.icon-search:before {
  content: '\e803';
}

/* '' */
.icon-google-plus:before {
  content: '\e804';
}

/* '' */
.icon-left-dir:before {
  content: '\e805';
}

/* '' */
.icon-right-dir:before {
  content: '\e806';
}

/* '' */
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

.carousel-container {
  position: relative;
}

.custom-next, .custom-prev {
  z-index: 3;
  cursor: pointer;
  -webkit-transition: background 100ms ease-in-out;
          transition: background 100ms ease-in-out;
  position: absolute;
  top: 0;
}
@media (min-width: 70.58824em) {
  .custom-next, .custom-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.custom-next:hover, .custom-prev:hover {
  text-decoration: none;
  color: #fff;
}
.custom-next.hide, .custom-prev.hide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms,opacity 300ms linear;
  -moz-transition: visibility 0s linear 300ms,opacity 300ms linear;
  -webkit-transition: visibility 0s linear 300ms,opacity 300ms linear;
  -ms-transition: visibility 0s linear 300ms,opacity 300ms linear;
}

.custom-next {
  right: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 70.58824em) {
  .custom-next {
    right: 15px;
  }
}

.custom-prev {
  left: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 70.58824em) {
  .custom-prev {
    left: 15px;
  }
}

.custom-prev, .custom-next {
  padding: 25px;
  line-height: 0;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  padding: 20px;
}

.carousel-arrow-wrapper {
  margin: 0 auto;
  height: 15px;
  width: 15px;
}
.carousel-arrow-wrapper i {
  font-size: 3em;
  font-style: normal;
  line-height: 16px;
}
.carousel-arrow-wrapper i:before {
  margin: 0;
  width: auto;
  line-height: 0;
}

/* Styling Pagination */
section:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.section-headings {
  color: #aaa;
  border-bottom: 1px solid #ccc;
  margin-top: 2em;
}

ul.color-blocks {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  width: 100%;
}

.color-container {
  background: #ffffff;
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
  /*/mediaquery*/
  /*/mediaquery*/
  margin-bottom: 0.5em !important;
  float: left;
  padding: 0.5em;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
@media (min-width: 500px) {
  .color-container {
    display: inline;
    float: left;
    width: 21.21212%;
    margin: 0 1.89394%;
  }
}
@media (min-width: 800px) {
  .color-container {
    display: inline;
    float: left;
    width: 12.87879%;
    margin: 0 1.89394%;
  }
}
.color-container:last-child {
  margin-right: 0;
}
.color-container .color {
  height: 100px;
  border: 1px solid #ddd;
}
.color-container .hex {
  text-align: center;
  padding: 0.5em 0;
}
.color-container .red {
  background: #871622;
}
.color-container .orange {
  background: #e57742;
}
.color-container .yellow {
  background: #f4bb30;
}
.color-container .green {
  background: #7dd667;
}
.color-container .green-forest {
  background: #3B7450;
}
.color-container .green-dark {
  background: #153c22;
}
.color-container .teal {
  background: #3fcfc7;
}
.color-container .teal-dark {
  background: #1ba4b4;
}
.color-container .blue-light {
  background: #ddeff4;
}
.color-container .blue {
  background: #2980b9;
}
.color-container .blue-dark {
  background: #006d82;
}
.color-container .blue-text {
  background: #004254;
}
.color-container .gray-super-light {
  background: #f8f8f8;
}
.color-container .gray-light {
  background: #eaeaea;
}
.color-container .gray {
  background: #a5a7a9;
}
.color-container .gray-dark {
  background: #565b5d;
}

.serif {
  font-family: "Crimson Text", Georgia, Times, "Times New Roman", serif !important;
}

.sans {
  font-family: "Source Sans Pro", Helvetica, Arial, san-serif !important;
}

.monospace {
  font-family: Menlo, "Lucida Console", Courier, monospace !important;
}

.typography-styles p {
  line-height: 1;
  margin-bottom: 0;
}
.typography-styles .serif {
  font-size: 2em;
}
.typography-styles .sans-serif {
  font-size: 2em;
}
.typography-styles .monospace {
  font-size: 2em;
}

.row {
  display: block;
  width: 103.78788%;
  margin: 0 -1.89394%;
  *zoom: 1;
  margin-bottom: 0.75em;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

.grid {
  background: #ccc;
  text-align: center;
  padding: 1em 0;
}

.one {
  display: inline;
  float: left;
  width: 4.54545%;
  margin: 0 1.89394%;
}

.two {
  display: inline;
  float: left;
  width: 12.87879%;
  margin: 0 1.89394%;
}

.three {
  display: inline;
  float: left;
  width: 21.21212%;
  margin: 0 1.89394%;
}

.four {
  display: inline;
  float: left;
  width: 29.54545%;
  margin: 0 1.89394%;
}

.five {
  display: inline;
  float: left;
  width: 37.87879%;
  margin: 0 1.89394%;
}

.six {
  display: inline;
  float: left;
  width: 46.21212%;
  margin: 0 1.89394%;
}

.seven {
  display: inline;
  float: left;
  width: 54.54545%;
  margin: 0 1.89394%;
}

.eight {
  display: inline;
  float: left;
  width: 62.87879%;
  margin: 0 1.89394%;
}

.nine {
  display: inline;
  float: left;
  width: 71.21212%;
  margin: 0 1.89394%;
}

.ten {
  display: inline;
  float: left;
  width: 79.54545%;
  margin: 0 1.89394%;
}

.eleven {
  display: inline;
  float: left;
  width: 87.87879%;
  margin: 0 1.89394%;
}

.tweleve {
  display: inline;
  float: left;
  width: 96.21212%;
  margin: 0 1.89394%;
}

/*********************
WORDPRESS ADMIN
*********************/
#wp-admin-bar-site-name a, #wp-admin-bar-site-name a:visited {
  color: #fff !important;
}

#wp-admin-bar-root-default a, #wp-admin-bar-root-default a:visited {
  border-bottom: 0;
  box-shadow: none;
}

/* the form box */
/*
This is the Wordpress logo in the admin area.
You'll have to load your own images and mess
with the width and height.
*/
.login h1 a {
  background: url(../images/login-logo.png) no-repeat top center;
  /* make sure to replace this! */
  width: 326px;
  height: 67px;
  text-indent: -9999px;
  overflow: hidden;
  padding-bottom: 15px;
  display: block;
}

form {
  margin-left: 8px;
  padding: 26px 24px 46px;
  font-weight: normal;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  box-shadow: none;
}

body form .input {
  font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
  font-weight: 200;
  font-size: 24px;
  width: 97%;
  padding: 3px;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 16px;
  border: 1px solid #E5E5E5;
  background: #FBFBFB;
  outline: none;
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
}

/*
You'll have to override some of the default styles
but since we're referencing the id, it should be easy.
*/
/* login button*/
/*
retina login logo
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .login h1 a {
    background: url(../images/login-logo@2x.png) no-repeat top center;
    /* make sure to replace this! */
  }
}
/*********************
PRINT STYLESHEET
*********************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }

  .site-logo a:after,
  h1 a:after, h2 a:after, h3 a:after, h4 a:after, h5 a:after {
    content: " ";
  }

  .related-products li, .related-products li a {
    width: 100% !important;
  }

  * {
    overflow: visible !important;
    position: relative;
    float: none !important;
    min-height: 0;
    min-width: 0;
  }

  body, html, .container, .contained, #content, #inner-content, .entry-content, .row, article {
    height: auto !important;
  }

  body {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    min-height: 0;
    min-width: 0;
  }

  .right-col, .left-col, .row, .main, .page-right-col {
    float: none !important;
  }

  .right-col, .page-right-col {
    width: 50% !important;
  }

  .callout-img img {
    position: relative !important;
  }

  .callout-img {
    padding-bottom: 0;
  }

  .offcanvas, .breadcrumbs, footer, nav, header.header nav.global-nav {
    display: none !important;
  }

  /* Print - Custom */
  * {
    overflow: visible !important;
  }

  .right-col, .left-col, .row, .main, .page-right-col {
    float: none !important;
  }
}
