html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

.fa-before {
  margin-right: 10px; }

.fa-after {
  margin-left: 10px; }

/************* Custom BS3 Grid - 5 Columns *************/
.col-xxs-15,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-15 {
  width: 20%; }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%; } }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%; } }

@media (max-width: 480px) {
  .col-xxs-12 {
    width: 100%; }
  .col-xxs-6 {
    width: 50%; }
  .col-xxs-offset-0 {
    margin-left: 0; } }

/************* Common Classes *************/
/* Typography */
.fw-light {
  font-weight: 300; }

.fw-semi {
  font-weight: 600; }

.fw-xbold {
  font-weight: 800; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #DDDDDD; }

.nowrap {
  white-space: nowrap; }

/* Horizontal Clear */
.clear {
  clear: both; }

/* Vertical Bar Separator */
span.sep {
  display: inline-block;
  margin: 0 10px; }

/* Floats */
.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.marginAuto {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important; }

/* Text Align */
.left {
  text-align: left !important; }

.right {
  text-align: right !important; }

.center {
  text-align: center !important; }

/* Text Align - SM Desktop+ */
@media screen and (min-width: 768px) {
  .left-sm {
    text-align: left !important; }
  .right-sm {
    text-align: right !important; }
  .center-sm {
    text-align: center !important; } }

/* Margin */
.first {
  margin-top: 0 !important; }

.last {
  margin-bottom: 0 !important; }

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

/* Padding */
.no-pad {
  padding: 0 !important; }

.no-pad-l {
  padding-left: 0 !important; }

.no-pad-r {
  padding-right: 0 !important; }

/* Spacer */
.spacer {
  display: block;
  height: 20px; }

/* Padding Spacer */
.pad.top15 {
  padding-top: 15px; }

.pad.top30 {
  padding-top: 30px; }

.pad.bot15 {
  padding-bottom: 15px; }

.pad.bot30 {
  padding-bottom: 30px; }

/* Margin Spacer */
.margin.top15 {
  margin-top: 15px; }

.margin.top30 {
  margin-top: 30px; }

.margin.bot15 {
  margin-bottom: 15px; }

.margin.bot30 {
  margin-bottom: 30px; }

/* Links / Buttons */
a, button {
  cursor: pointer;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

/* Anchors */
a.anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -110px; }
  a.anchor.top-of-page {
    top: -180px; }
  a.anchor.offset-90 {
    top: -90px; }
  a.anchor.offset-80 {
    top: -80px; }
  a.anchor.offset-70 {
    top: -70px; }
  a.anchor.offset-60 {
    top: -60px; }
  a.anchor.offset-50 {
    top: -50px; }
  a.anchor.offset-40 {
    top: -40px; }

@media (max-width: 767px) {
  a.anchor {
    top: -120px; }
    a.anchor.offset-90, a.anchor.offset-80, a.anchor.offset-70, a.anchor.offset-60, a.anchor.offset-50, a.anchor.offset-40 {
      top: -100px; } }

/* Responsive Videos */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video-container iframe {
  border: 0 none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Div Table */
.table {
  color: #666666;
  max-width: none; }
  .table .table-row .desktop-th {
    background-color: #808284;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1.2em;
    padding: 10px 15px; }
  .table .table-row .table-data .icon-tools {
    display: none;
    position: absolute; }
  .table .table-row:hover .table-data .icon-tools {
    display: inline-block;
    padding-left: 10px; }
  .table .table-row .table-footer {
    background-color: #808284;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1.2em;
    padding: 10px 15px; }
  .table .table-row .mobile-th {
    background-color: #808284;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1.2em;
    padding: 15px;
    margin-bottom: 15px; }

.table-scroll-wrapper {
  height: 400px;
  overflow: auto;
  border: solid 1px #DDDDDD; }
  .table-scroll-wrapper .table {
    margin: 0; }
    .table-scroll-wrapper .table .table-row:last-child .table-data {
      border-bottom: none; }

@media screen and (min-width: 768px) {
  .table {
    display: table;
    margin-bottom: 30px; }
    .table .table-row {
      display: table-row; }
      .table .table-row .desktop-th {
        display: table-cell;
        vertical-align: middle; }
      .table .table-row .table-data {
        display: table-cell;
        padding: 10px 15px;
        border-bottom: solid 1px #dddddd; }
      .table .table-row .table-footer {
        display: table-cell;
        vertical-align: middle; }
      .table .table-row .mobile-th {
        display: none; }
    .table.table-row.alt-row .table-data:nth-child(odd) {
      background-color: #F5F5F5; } }

@media screen and (max-width: 767px) {
  .table {
    background-color: #F5F5F5; }
    .table .table-row .desktop-th {
      display: none; }
    .table .table-row .table-data {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 15px; }
      .table .table-row .table-data span {
        font-weight: 700; } }

/* IE10,11 Fixes */
select::-ms-expand {
  display: none; }

input::-ms-clear {
  display: none; }

html {
  font-size: 62.5%;
  font-family: helvetica, arial, sans-serif; }

body {
  font-size: 1.6rem;
  line-height: 1.4em;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, li, address {
  color: #666666; }

h1 {
  font-size: 4rem;
  font-weight: 900; }

h2 {
  font-size: 3rem;
  line-height: 1.4em;
  font-weight: 800; }

h3 {
  font-size: 2.4rem;
  line-height: 1.4em;
  font-weight: 700; }

h4 {
  font-size: 2rem;
  line-height: 1.4em;
  font-weight: 600; }

h5 {
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 600; }

p {
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: 400;
  margin: 0 0 15px; }
  p:last-child {
    margin-bottom: 0; }

ul {
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 15px; }

ol {
  list-style: decimal;
  padding-left: 30px;
  margin-bottom: 15px; }

li {
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: 400;
  margin: 5px 0; }
  li:first-child {
    margin-top: 0; }

address {
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: 400; }

.fineprint {
  font-size: 1.4rem; }

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.4rem; }
  h3 {
    font-size: 1.8rem; }
  h4 {
    font-size: 1.6rem; }
  h5, p, li {
    font-size: 1.4rem; } }

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.4rem;
    line-height: 1.4em; }
  h2 {
    font-size: 2rem;
    line-height: 1.4em; }
  h3 {
    font-size: 1.6rem; }
  h4 {
    font-size: 1.4rem; } }

aside {
  margin: 15px 0px; }
  aside h4 {
    margin-bottom: 5px; }
  aside ul li a {
    display: block;
    margin-bottom: 5px; }

a {
  cursor: pointer; }

select {
  max-width: 100%; }

select::-ms-expand {
  display: block; }

input {
  max-width: none; }

textarea {
  min-width: 100%;
  min-height: 150px;
  margin-bottom: 30px; }

.basic-btn {
  border: 1px solid #DDDDDD;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 400;
  padding: 8px 30px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  white-space: normal;
  background-color: #DDDDDD;
  -webkit-transition: ease 300ms;
  -moz-transition: ease 300ms;
  transition: ease 300ms; }
  .basic-btn:hover, .basic-btn:focus {
    text-decoration: none;
    outline: none; }
  .basic-btn.large {
    font-size: 1.6rem;
    padding-top: 9px;
    padding-bottom: 9px; }
  .basic-btn.small {
    font-size: 1.4rem;
    padding: 5px 20px; }

header#site-header {
  position: relative;
  z-index: 999;
  background-color: #FFFFFF;
  border-bottom: 0; }
  header#site-header.site-header-sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
    -webkit-transition-property: top, right, bottom, left, border;
    -moz-transition-property: top, right, bottom, left, border;
    -ms-transition-property: top, right, bottom, left, border;
    -o-transition-property: top, right, bottom, left, border;
    transition-property: top, right, bottom, left, border; }
  header#site-header.sticky {
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2); }
  header#site-header .header__navbar {
    float: none; }
    header#site-header .header__navbar .header__logo-wrapper {
      position: relative; }
      header#site-header .header__navbar .header__logo-wrapper .header__logo-wrapper__logo {
        float: left;
        padding: 29px 0;
        position: relative; }
        header#site-header .header__navbar .header__logo-wrapper .header__logo-wrapper__logo a {
          float: left;
          max-width: 300px;
          position: relative;
          font-size: 2.4rem; }
          header#site-header .header__navbar .header__logo-wrapper .header__logo-wrapper__logo a img {
            width: 100%; }
            @media screen and (max-width: 767px) {
              header#site-header .header__navbar .header__logo-wrapper .header__logo-wrapper__logo a img {
                max-width: 200px; } }
      header#site-header .header__navbar .header__logo-wrapper .header__logo-wrapper__mobile-nav-btn {
        position: absolute;
        top: 32%;
        right: 0;
        background-color: #888888;
        padding: 6px 10px 4px;
        margin-top: 0;
        margin-bottom: 0; }
        header#site-header .header__navbar .header__logo-wrapper .header__logo-wrapper__mobile-nav-btn i {
          font-size: 20px;
          color: #FFFFFF; }
        @media screen and (min-width: 768px) {
          header#site-header .header__navbar .header__logo-wrapper .header__logo-wrapper__mobile-nav-btn {
            display: none; } }
    header#site-header .header__navbar .header__global-nav {
      text-align: right;
      margin-top: 15px; }
      header#site-header .header__navbar .header__global-nav .header__global-nav__search {
        display: inline-block;
        vertical-align: top;
        margin-left: 15px; }
        header#site-header .header__navbar .header__global-nav .header__global-nav__search > input {
          max-width: 200px; }
      header#site-header .header__navbar .header__global-nav .header__global-nav__search-btn {
        margin-left: 15px;
        padding: 7px 0;
        vertical-align: top;
        display: inline-block;
        line-height: initial; }
      header#site-header .header__navbar .header__global-nav .header__global-nav__menu {
        display: inline-block !important;
        padding: 7px 0;
        vertical-align: top; }
        header#site-header .header__navbar .header__global-nav .header__global-nav__menu ul li {
          margin: 0; }
          header#site-header .header__navbar .header__global-nav .header__global-nav__menu ul li a {
            font-size: 1.4rem;
            padding: 0;
            margin-left: 15px; }
            header#site-header .header__navbar .header__global-nav .header__global-nav__menu ul li a:hover, header#site-header .header__navbar .header__global-nav .header__global-nav__menu ul li a:focus {
              background-color: transparent; }
      header#site-header .header__navbar .header__global-nav .social-media {
        display: inline-block;
        padding: 7px 0;
        vertical-align: top;
        line-height: initial; }
        header#site-header .header__navbar .header__global-nav .social-media a {
          margin-left: 15px;
          color: #AAAAAA; }
          header#site-header .header__navbar .header__global-nav .social-media a:hover, header#site-header .header__navbar .header__global-nav .social-media a:focus {
            color: #333333; }
    header#site-header .header__navbar .header__primary-nav {
      text-align: right;
      padding-top: 15px;
      padding-bottom: 15px; }
      header#site-header .header__navbar .header__primary-nav .header__primary-nav__menu {
        padding: 7px 0;
        display: inline-block !important;
        vertical-align: top; }
        header#site-header .header__navbar .header__primary-nav .header__primary-nav__menu .navbar-nav > li {
          margin: 0; }
          header#site-header .header__navbar .header__primary-nav .header__primary-nav__menu .navbar-nav > li > a {
            text-shadow: none;
            font-size: 1.6rem;
            padding: 0;
            margin-right: 15px; }
            header#site-header .header__navbar .header__primary-nav .header__primary-nav__menu .navbar-nav > li > a:hover, header#site-header .header__navbar .header__primary-nav .header__primary-nav__menu .navbar-nav > li > a:focus {
              background-color: transparent; }
          header#site-header .header__navbar .header__primary-nav .header__primary-nav__menu .navbar-nav > li:last-child > a {
            margin-right: 0; }
          header#site-header .header__navbar .header__primary-nav .header__primary-nav__menu .navbar-nav > li.active > a, header#site-header .header__navbar .header__primary-nav .header__primary-nav__menu .navbar-nav > li.current-menu-parent > a, header#site-header .header__navbar .header__primary-nav .header__primary-nav__menu .navbar-nav > li.current-page-ancestor > a, header#site-header .header__navbar .header__primary-nav .header__primary-nav__menu .navbar-nav > li.current-menu-ancestor > a {
            font-weight: 600; }
          header#site-header .header__navbar .header__primary-nav .header__primary-nav__menu .navbar-nav > li.open > a {
            background-color: transparent; }
          header#site-header .header__navbar .header__primary-nav .header__primary-nav__menu .navbar-nav > li .dropdown-toggle:focus {
            outline: auto 5px -webkit-focus-ring-color !important; }
          header#site-header .header__navbar .header__primary-nav .header__primary-nav__menu .navbar-nav > li .dropdown-menu {
            border-radius: 0; }
            header#site-header .header__navbar .header__primary-nav .header__primary-nav__menu .navbar-nav > li .dropdown-menu > li:first-child {
              margin-top: 5px; }
            header#site-header .header__navbar .header__primary-nav .header__primary-nav__menu .navbar-nav > li .dropdown-menu > li > a {
              padding: 7px 15px; }
      header#site-header .header__navbar .header__primary-nav .header__primary-nav__search {
        display: inline-block;
        vertical-align: top;
        margin-left: 15px; }
        header#site-header .header__navbar .header__primary-nav .header__primary-nav__search > input {
          width: 200px; }
      header#site-header .header__navbar .header__primary-nav .header__primary-nav__search-btn {
        margin-left: 15px;
        padding: 7px 0;
        vertical-align: top;
        display: inline-block;
        line-height: initial; }
  header#site-header .header__secondary {
    background-color: #EEEEEE; }
    header#site-header .header__secondary .header__secondary__menu ul.header__secondary__menu__nav {
      padding-left: 0;
      margin: 0; }
      header#site-header .header__secondary .header__secondary__menu ul.header__secondary__menu__nav li {
        list-style: none;
        margin: 0;
        display: inline-block; }
        header#site-header .header__secondary .header__secondary__menu ul.header__secondary__menu__nav li a {
          display: inline-block;
          padding: 15px; }

@media screen and (max-width: 767px) {
  .site-logo {
    max-width: 80%; } }

.dropdown:hover > .dropdown-menu {
  display: block; }

.dropdown a:focus + .dropdown-menu {
  display: block; }

.dropdown .dropdown-menu > a:focus + .dropdown-menu {
  display: block; }

.dropdown .dropdown-menu .dropdown-submenu {
  position: relative; }
  .dropdown .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .dropdown .dropdown-menu .dropdown-submenu:hover > a:after {
    border-left-color: #fff; }
  .dropdown .dropdown-menu .dropdown-submenu.pull-left {
    float: none; }
    .dropdown .dropdown-menu .dropdown-submenu.pull-left > .dropdown-menu {
      left: -100%;
      margin-left: 10px;
      -webkit-border-radius: 6px 0 6px 6px;
      -moz-border-radius: 6px 0 6px 6px;
      border-radius: 6px 0 6px 6px; }
  .dropdown .dropdown-menu .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px; }
  .dropdown .dropdown-menu .dropdown-submenu > a {
    padding-right: 35px; }
    .dropdown .dropdown-menu .dropdown-submenu > a:after {
      display: block;
      content: "\f054";
      font-family: 'Font Awesome 5 Pro';
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      position: absolute;
      right: 15px;
      top: 0.45em; }

#site-header-placeholder {
  width: 100%;
  height: auto;
  background: none;
  position: relative;
  top: 0px;
  left: 0px;
  display: none; }

.banner, .banner-fullwidth {
  background-color: #666666;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .banner .banner__title, .banner-fullwidth .banner__title {
    padding-top: 30px;
    padding-bottom: 30px; }
  .banner .banner__title__text, .banner-fullwidth .banner__title__text {
    color: #FFFFFF; }

.content-body .content-body__main {
  padding-top: 60px;
  padding-bottom: 60px; }
  .content-body .content-body__main .content-body__main__entry {
    margin-bottom: 0; }

.content-body .content-body__sidebar {
  padding-bottom: 60px; }

.blog .content-body .content-body__main .content-body__main__title, .archive .content-body .content-body__main .content-body__main__title, .category .content-body .content-body__main .content-body__main__title, .tag .content-body .content-body__main .content-body__main__title, .page-template-template-blog .content-body .content-body__main .content-body__main__title {
  margin-bottom: 30px; }

.blog .content-body .content-body__main .content-body__main__entries .post, .archive .content-body .content-body__main .content-body__main__entries .post, .category .content-body .content-body__main .content-body__main__entries .post, .tag .content-body .content-body__main .content-body__main__entries .post, .page-template-template-blog .content-body .content-body__main .content-body__main__entries .post {
  border-bottom: 1px solid #DDDDDD;
  padding-top: 30px;
  padding-bottom: 30px; }
  .blog .content-body .content-body__main .content-body__main__entries .post:first-child, .archive .content-body .content-body__main .content-body__main__entries .post:first-child, .category .content-body .content-body__main .content-body__main__entries .post:first-child, .tag .content-body .content-body__main .content-body__main__entries .post:first-child, .page-template-template-blog .content-body .content-body__main .content-body__main__entries .post:first-child {
    padding-top: 0; }
  .blog .content-body .content-body__main .content-body__main__entries .post:last-child, .archive .content-body .content-body__main .content-body__main__entries .post:last-child, .category .content-body .content-body__main .content-body__main__entries .post:last-child, .tag .content-body .content-body__main .content-body__main__entries .post:last-child, .page-template-template-blog .content-body .content-body__main .content-body__main__entries .post:last-child {
    border: none; }
  .blog .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__feat-img, .archive .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__feat-img, .category .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__feat-img, .tag .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__feat-img, .page-template-template-blog .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__feat-img {
    display: block;
    margin-bottom: 15px; }
    .blog .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__feat-img > div, .archive .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__feat-img > div, .category .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__feat-img > div, .tag .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__feat-img > div, .page-template-template-blog .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__feat-img > div {
      height: 300px;
      overflow: hidden;
      position: relative; }
      .blog .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__feat-img > div img, .archive .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__feat-img > div img, .category .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__feat-img > div img, .tag .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__feat-img > div img, .page-template-template-blog .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__feat-img > div img {
        max-width: 100%;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%); }
  .blog .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__title, .archive .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__title, .category .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__title, .tag .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__title, .page-template-template-blog .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__title {
    display: block;
    margin-bottom: 15px; }
  .blog .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__date, .archive .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__date, .category .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__date, .tag .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__date, .page-template-template-blog .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__date {
    margin-bottom: 15px; }
  .blog .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__excerpt, .archive .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__excerpt, .category .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__excerpt, .tag .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__excerpt, .page-template-template-blog .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__excerpt {
    margin-bottom: 15px; }
  .blog .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__link, .archive .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__link, .category .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__link, .tag .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__link, .page-template-template-blog .content-body .content-body__main .content-body__main__entries .post .post__entry .post__entry__link {
    display: block;
    margin-bottom: 15px; }

.blog .content-body .content-body__main .content-body__main__sidebar .content-body__main__sidebar__widgets ul, .archive .content-body .content-body__main .content-body__main__sidebar .content-body__main__sidebar__widgets ul, .category .content-body .content-body__main .content-body__main__sidebar .content-body__main__sidebar__widgets ul, .tag .content-body .content-body__main .content-body__main__sidebar .content-body__main__sidebar__widgets ul, .page-template-template-blog .content-body .content-body__main .content-body__main__sidebar .content-body__main__sidebar__widgets ul {
  padding-left: 30px;
  list-style: disc; }
  .blog .content-body .content-body__main .content-body__main__sidebar .content-body__main__sidebar__widgets ul:last-child, .archive .content-body .content-body__main .content-body__main__sidebar .content-body__main__sidebar__widgets ul:last-child, .category .content-body .content-body__main .content-body__main__sidebar .content-body__main__sidebar__widgets ul:last-child, .tag .content-body .content-body__main .content-body__main__sidebar .content-body__main__sidebar__widgets ul:last-child, .page-template-template-blog .content-body .content-body__main .content-body__main__sidebar .content-body__main__sidebar__widgets ul:last-child {
    margin-bottom: 0; }

aside.widget {
  background-color: #EEEEEE;
  padding: 30px;
  margin: 0 0 30px;
  color: #666666; }

.single .content-body .content-body__main .content-body__main__title {
  margin-bottom: 30px; }

.single .content-body .content-body__main .content-body__main__single-entry .content-body__main__single-entry__title {
  margin-bottom: 30px; }

.single .content-body .content-body__main .content-body__main__single-entry .content-body__main__single-entry__date {
  margin-bottom: 15px; }

.single .content-body .content-body__main .content-body__main__single-entry .content-body__main__single-entry__feat-img {
  margin-bottom: 30px; }
  .single .content-body .content-body__main .content-body__main__single-entry .content-body__main__single-entry__feat-img img {
    max-width: 100%;
    height: auto; }

.single .content-body .content-body__main .content-body__main__single-entry .content-body__main__single-entry__tags {
  margin-bottom: 15px; }

.single .content-body .content-body__main .content-body__main__single-entry .post-navigation {
  float: left;
  width: 100%;
  border-top: 1px solid #DDDDDD;
  margin-top: 30px;
  padding-top: 30px; }
  .single .content-body .content-body__main .content-body__main__single-entry .post-navigation .nav-links {
    float: left;
    width: 100%; }
    .single .content-body .content-body__main .content-body__main__single-entry .post-navigation .nav-links a[rel="prev"] {
      float: left; }
    .single .content-body .content-body__main .content-body__main__single-entry .post-navigation .nav-links a[rel="next"] {
      float: right; }

.error404 .content-body__main__404 {
  text-align: center; }
  .error404 .content-body__main__404 .content-body__main__404__msg {
    margin-bottom: 30px; }
  .error404 .content-body__main__404 .content-body__main__404__search {
    margin-bottom: 30px; }
  .error404 .content-body__main__404 .content-body__main__404__menu ul.menu {
    margin-bottom: 0;
    padding-left: 0; }
    .error404 .content-body__main__404 .content-body__main__404__menu ul.menu li {
      list-style: none;
      padding-left: 0; }
    .error404 .content-body__main__404 .content-body__main__404__menu ul.menu ul.sub-menu {
      padding-left: 0; }

.pagination {
  margin: 30px 0 0; }
  .pagination > li .current, .pagination > li .current:hover {
    background-color: #888888;
    color: #FFFFFF; }

.super-footer {
  position: relative;
  z-index: 5;
  background-color: #EEEEEE; }
  .super-footer > .container {
    padding-top: 30px;
    padding-bottom: 30px; }
    .super-footer > .container .super-footer__callout-top {
      margin-bottom: 15px; }
    .super-footer > .container .super-footer__menu .super-footer__menu__nav ul.menu {
      padding-left: 0;
      margin: 0; }
      .super-footer > .container .super-footer__menu .super-footer__menu__nav ul.menu > li {
        list-style: none; }
        .super-footer > .container .super-footer__menu .super-footer__menu__nav ul.menu > li > a {
          font-weight: 600; }
      .super-footer > .container .super-footer__menu .super-footer__menu__nav ul.menu ul.sub-menu {
        padding-left: 0; }
        .super-footer > .container .super-footer__menu .super-footer__menu__nav ul.menu ul.sub-menu > li {
          margin-top: 0;
          list-style: none; }
          .super-footer > .container .super-footer__menu .super-footer__menu__nav ul.menu ul.sub-menu > li:last-child {
            margin-bottom: 0; }
    .super-footer > .container .super-footer__callout-bottom {
      margin-bottom: 30px; }
    .super-footer > .container .super-footer__social .social-media a {
      display: inline-block;
      position: relative;
      margin-right: 15px; }
      .super-footer > .container .super-footer__social .social-media a:last-child {
        margin-right: 0; }

@media screen and (max-width: 767px) {
  #super-footer-wrapper {
    display: none; } }

footer.bottom-footer {
  position: relative;
  padding: 15px 0; }
  footer.bottom-footer .bottom-footer__left .bottom-footer__left__copyright {
    font-size: 1.2rem; }
    footer.bottom-footer .bottom-footer__left .bottom-footer__left__copyright .bottom-footer__left__brand {
      border-left: solid 1px #DDDDDD;
      margin-left: 10px;
      padding-left: 10px; }
  footer.bottom-footer .bottom-footer__right {
    text-align: right; }
    footer.bottom-footer .bottom-footer__right .social-media {
      display: inline-block; }
      footer.bottom-footer .bottom-footer__right .social-media a {
        margin-right: 5px; }
        footer.bottom-footer .bottom-footer__right .social-media a:last-child {
          margin-right: 0; }
    footer.bottom-footer .bottom-footer__right .bottom-footer__right__menu {
      display: inline-block;
      margin-left: 15px; }
      footer.bottom-footer .bottom-footer__right .bottom-footer__right__menu ul {
        margin: 0;
        padding: 0;
        display: inline-block; }
        footer.bottom-footer .bottom-footer__right .bottom-footer__right__menu ul li {
          list-style: none;
          display: inline-block;
          margin-top: 0;
          margin-bottom: 0;
          margin-right: 15px; }
          footer.bottom-footer .bottom-footer__right .bottom-footer__right__menu ul li:last-child {
            margin-right: 0; }
          footer.bottom-footer .bottom-footer__right .bottom-footer__right__menu ul li a {
            font-size: 1.2rem; }
    footer.bottom-footer .bottom-footer__right .bottom-footer__right__disclaimer {
      font-size: 1.2rem; }

@media screen and (max-width: 991px) {
  footer.bottom-footer {
    padding: 15px 0; }
    footer.bottom-footer .bottom-footer__left .bottom-footer__left__copyright {
      text-align: center; }
    footer.bottom-footer .bottom-footer__right {
      text-align: center; }
      footer.bottom-footer .bottom-footer__right .social-media {
        margin-top: 15px; }
      footer.bottom-footer .bottom-footer__right .bottom-footer__right__menu {
        margin-top: 15px; }
      footer.bottom-footer .bottom-footer__right .bottom-footer__right__disclaimer {
        display: block;
        margin-top: 15px; } }

@media screen and (max-width: 767px) {
  footer.bottom-footer {
    background-color: #EEEEEE; }
    footer.bottom-footer .bottom-footer__right .social-media {
      display: block; }
    footer.bottom-footer .bottom-footer__right .bottom-footer__right__menu {
      display: block;
      margin-left: 0; } }

#back-to-top {
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  bottom: 0;
  right: 20px;
  z-index: 10000; }
  #back-to-top:hover {
    background: black; }
  #back-to-top.visible {
    visibility: visible;
    opacity: 1.0;
    bottom: 20px; }

.activation-page {
  width: 100%;
  max-width: 600px;
  margin: 60px auto; }
  .activation-page #site-body {
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    padding: 30px; }
    .activation-page #site-body .container {
      width: 100%; }
  .activation-page #site-header {
    margin-bottom: 30px;
    text-align: center; }
    .activation-page #site-header .header__logo-wrapper {
      width: 100%; }
    .activation-page #site-header .header__primary-nav {
      display: none; }
  .activation-page .wp-activate-container {
    text-align: center; }
    .activation-page .wp-activate-container h2 {
      margin-bottom: 30px; }
  .activation-page .bottom-footer {
    display: none; }

.search-form .search-form__group .search-form__group__input {
  vertical-align: top;
  height: auto;
  min-height: 40px;
  border-radius: 0; }

.search-form .search-form__group .search-form__group__btn {
  vertical-align: top;
  color: #FFFFFF;
  background-color: #888888;
  border-color: #888888; }
  .search-form .search-form__group .search-form__group__btn i {
    margin-left: 5px; }
  .search-form .search-form__group .search-form__group__btn:hover {
    background-color: #AAAAAA;
    border-color: #AAAAAA; }

.search .page-header {
  margin: 0;
  padding: 0;
  border: none; }
  .search .page-header .page-title {
    font-size: 3rem; }

.search article {
  border-top: solid 1px #DDDDDD;
  padding: 30px 0; }
  .search article .post-thumbnail {
    overflow: hidden;
    display: block;
    max-height: 300px;
    margin-bottom: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none; }
    .search article .post-thumbnail img {
      width: 100%;
      height: auto; }
  .search article .entry-summary .entry-title {
    font-size: 2.4rem;
    margin: 0 0 15px; }
  .search article .entry-summary hr {
    display: none; }
  .search article:first-child {
    padding-top: 0;
    border: none; }

.search .paging-navigation {
  border-top: solid 1px #DDDDDD;
  padding-top: 60px; }

.advanced_search_form form {
  position: relative; }

.no-value-error {
  opacity: 0;
  height: 0;
  -webkit-transition: ease 300ms;
  -moz-transition: ease 300ms;
  transition: ease 300ms; }
  .no-value-error .error-msg {
    color: #b94a48 !important;
    font-size: 1.4rem; }
  .no-value-error[style*="block"] {
    height: auto;
    opacity: 1;
    margin-top: 10px; }

#searchModal {
  text-align: center; }
  #searchModal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
    #searchModal .modal-dialog .modal-content .modal-header .modal-title {
      font-weight: 400; }
    #searchModal .modal-dialog .modal-content .modal-body {
      padding: 30px 15px; }
      #searchModal .modal-dialog .modal-content .modal-body .search-form {
        margin-bottom: 0;
        display: table;
        width: 100%; }
        #searchModal .modal-dialog .modal-content .modal-body .search-form .no-value-error {
          float: left; }
          #searchModal .modal-dialog .modal-content .modal-body .search-form .no-value-error .error-msg {
            padding-left: 11px;
            height: 0; }
          #searchModal .modal-dialog .modal-content .modal-body .search-form .no-value-error[style*="block"] {
            height: 22px; }
            #searchModal .modal-dialog .modal-content .modal-body .search-form .no-value-error[style*="block"] .error-msg {
              height: 22px; }
        #searchModal .modal-dialog .modal-content .modal-body .search-form .search-form__group {
          display: table;
          width: 100%; }
          @media screen and (min-width: 768px) {
            #searchModal .modal-dialog .modal-content .modal-body .search-form .search-form__group {
              display: table-row; }
              #searchModal .modal-dialog .modal-content .modal-body .search-form .search-form__group .search-form__group__input {
                display: table-cell;
                width: 70%; }
              #searchModal .modal-dialog .modal-content .modal-body .search-form .search-form__group .search-form__group__btn {
                display: table-cell;
                width: 30%; } }
          @media screen and (max-width: 767px) {
            #searchModal .modal-dialog .modal-content .modal-body .search-form .search-form__group .search-form__group__btn {
              padding: 8px 30px;
              margin-top: 15px; } }
          @media screen and (max-width: 479px) {
            #searchModal .modal-dialog .modal-content .modal-body .search-form .search-form__group .search-form__group__btn {
              width: 100%; } }
    #searchModal .modal-dialog .modal-content .modal-footer {
      text-align: left; }
    @media screen and (max-width: 767px) {
      #searchModal .modal-dialog {
        margin-top: 100px;
        width: 80%; } }
  @media screen and (min-width: 768px) {
    #searchModal:before {
      display: inline-block;
      vertical-align: middle;
      content: " ";
      height: 100%; } }

.yop-poll-container {
  padding: 0 !important;
  text-align: left; }
  .yop-poll-container div[id^="yop-poll-questions-container"] {
    margin: 0 !important; }
  .yop-poll-container div[class^="yop-poll-question"] {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important; }
  .yop-poll-container ul {
    padding: 10px 0 !important;
    margin: 0 !important; }
    .yop-poll-container ul li {
      padding-left: 20px !important;
      position: relative; }
      .yop-poll-container ul li:before {
        display: none; }
      .yop-poll-container ul li input[type="radio"] {
        position: absolute;
        left: 0;
        top: 7px; }
      .yop-poll-container ul li input[type="text"] {
        background: #EEEEEE;
        border: 1px solid #CCCCCC !important; }
      .yop-poll-container ul li label {
        line-height: 1.4em; }
    .yop-poll-container ul li[class^="yop-poll-li-result"] {
      padding-left: 0 !important; }
      .yop-poll-container ul li[class^="yop-poll-li-result"] div[class^="yop-poll-results-bar"] {
        padding-bottom: 10px; }
        .yop-poll-container ul li[class^="yop-poll-li-result"] div[class^="yop-poll-results-bar"] > div {
          width: 100% !important; }
  .yop-poll-container button {
    border: 0 none;
    border-radius: 4px;
    font-weight: bold;
    margin: 0 0 10px !important;
    padding: 10px;
    width: 100%; }

.scrollable > div::-webkit-scrollbar {
  height: 12px; }

.scrollable > div::-webkit-scrollbar-track {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  background: #f0f0f0; }

.scrollable > div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #ccc; }

.scrollable.has-scroll {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
  .scrollable.has-scroll > div {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .scrollable.has-scroll > div > table {
      margin-bottom: 0px; }
  .scrollable.has-scroll > div::-webkit-scrollbar {
    height: 12px; }
  .scrollable.has-scroll:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 50px;
    height: 100%;
    border-radius: 10px 0 0 10px / 50% 0 0 50%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
    content: ''; }
