@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

.slide-in-down.mui-enter {
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }
.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }
.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }
.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }
.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }
.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }
.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }
.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }
.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }
.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }
.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }
.spin-cw {
  animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }
.spin-ccw {
  animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }
.wiggle {
  animation-name: wiggle-7deg; }
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }
.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
} */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: lighter;
  line-height: 1.5;
  color: #303036;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

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

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }
.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%; }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }

  .medium-offset-0 {
    margin-left: 0%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%; }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }

  .medium-offset-1 {
    margin-left: 8.33333%; }

  .medium-3 {
    width: 25%; }

  .medium-push-3 {
    position: relative;
    left: 25%; }

  .medium-pull-3 {
    position: relative;
    left: -25%; }

  .medium-offset-2 {
    margin-left: 16.66667%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%; }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }

  .medium-offset-3 {
    margin-left: 25%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%; }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }

  .medium-offset-4 {
    margin-left: 33.33333%; }

  .medium-6 {
    width: 50%; }

  .medium-push-6 {
    position: relative;
    left: 50%; }

  .medium-pull-6 {
    position: relative;
    left: -50%; }

  .medium-offset-5 {
    margin-left: 41.66667%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%; }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }

  .medium-offset-6 {
    margin-left: 50%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%; }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }

  .medium-offset-7 {
    margin-left: 58.33333%; }

  .medium-9 {
    width: 75%; }

  .medium-push-9 {
    position: relative;
    left: 75%; }

  .medium-pull-9 {
    position: relative;
    left: -75%; }

  .medium-offset-8 {
    margin-left: 66.66667%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%; }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }

  .medium-offset-9 {
    margin-left: 75%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%; }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }

  .medium-offset-10 {
    margin-left: 83.33333%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-11 {
    margin-left: 91.66667%; }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }

  .large-push-1 {
    position: relative;
    left: 8.33333%; }

  .large-pull-1 {
    position: relative;
    left: -8.33333%; }

  .large-offset-0 {
    margin-left: 0%; }

  .large-2 {
    width: 16.66667%; }

  .large-push-2 {
    position: relative;
    left: 16.66667%; }

  .large-pull-2 {
    position: relative;
    left: -16.66667%; }

  .large-offset-1 {
    margin-left: 8.33333%; }

  .large-3 {
    width: 25%; }

  .large-push-3 {
    position: relative;
    left: 25%; }

  .large-pull-3 {
    position: relative;
    left: -25%; }

  .large-offset-2 {
    margin-left: 16.66667%; }

  .large-4 {
    width: 33.33333%; }

  .large-push-4 {
    position: relative;
    left: 33.33333%; }

  .large-pull-4 {
    position: relative;
    left: -33.33333%; }

  .large-offset-3 {
    margin-left: 25%; }

  .large-5 {
    width: 41.66667%; }

  .large-push-5 {
    position: relative;
    left: 41.66667%; }

  .large-pull-5 {
    position: relative;
    left: -41.66667%; }

  .large-offset-4 {
    margin-left: 33.33333%; }

  .large-6 {
    width: 50%; }

  .large-push-6 {
    position: relative;
    left: 50%; }

  .large-pull-6 {
    position: relative;
    left: -50%; }

  .large-offset-5 {
    margin-left: 41.66667%; }

  .large-7 {
    width: 58.33333%; }

  .large-push-7 {
    position: relative;
    left: 58.33333%; }

  .large-pull-7 {
    position: relative;
    left: -58.33333%; }

  .large-offset-6 {
    margin-left: 50%; }

  .large-8 {
    width: 66.66667%; }

  .large-push-8 {
    position: relative;
    left: 66.66667%; }

  .large-pull-8 {
    position: relative;
    left: -66.66667%; }

  .large-offset-7 {
    margin-left: 58.33333%; }

  .large-9 {
    width: 75%; }

  .large-push-9 {
    position: relative;
    left: 75%; }

  .large-pull-9 {
    position: relative;
    left: -75%; }

  .large-offset-8 {
    margin-left: 66.66667%; }

  .large-10 {
    width: 83.33333%; }

  .large-push-10 {
    position: relative;
    left: 83.33333%; }

  .large-pull-10 {
    position: relative;
    left: -83.33333%; }

  .large-offset-9 {
    margin-left: 75%; }

  .large-11 {
    width: 91.66667%; }

  .large-push-11 {
    position: relative;
    left: 91.66667%; }

  .large-pull-11 {
    position: relative;
    left: -91.66667%; }

  .large-offset-10 {
    margin-left: 83.33333%; }

  .large-12 {
    width: 100%; }

  .large-offset-11 {
    margin-left: 91.66667%; }

  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }

  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }

  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }

  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }

  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }

  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }

  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }

  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }

  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: auto; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #1d628b;
  text-rendering: auto;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }

  h2 {
    font-size: 2.375rem; }

  h3 {
    font-size: 1.9375rem; }

  h4 {
    font-size: 1.5625rem; }

  h5 {
    font-size: 1.25rem; }

  h6 {
    font-size: 1rem; } }
a {
  color: #1d628b;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #195478; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #303036; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #303036; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #303036;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: lighter;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: lighter;
  line-height: 1.4;
  color: #303036; }

.lead {
  font-size: 100%;
  line-height: 1.5; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }

  .medium-text-right {
    text-align: right; }

  .medium-text-center {
    text-align: center; }

  .medium-text-justify {
    text-align: justify; } }
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }

  .large-text-right {
    text-align: right; }

  .large-text-center {
    text-align: center; }

  .large-text-justify {
    text-align: justify; } }
.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  .show-for-print {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

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

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  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; } }
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 2px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #1d628b;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #195376;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.2rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #1d628b;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #174e6f;
      color: #fff; }
  .button.secondary {
    background-color: #fff;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #cccccc;
      color: #fff; }
  .button.success, div.button.wpcf7-mail-sent-ok {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, div.button.wpcf7-mail-sent-ok:hover, .button.success:focus, div.button.wpcf7-mail-sent-ok:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.alert, div.button.wpcf7-validation-errors {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, div.button.wpcf7-validation-errors:hover, .button.alert:focus, div.button.wpcf7-validation-errors:focus {
      background-color: #da3116;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.hollow {
    border: 1px solid #1d628b;
    color: #1d628b; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0f3146;
      background-color: #0f3146;
      color: #fefefe; }
    .button.hollow.primary {
      border: 1px solid #1d628b;
      color: #1d628b; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0f3146;
        background-color: #0f3146;
        color: #fefefe; }
    .button.hollow.secondary {
      border: 1px solid #fff;
      color: #fff; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: gray;
        background-color: gray;
        color: #fefefe; }
    .button.hollow.success, div.button.hollow.wpcf7-mail-sent-ok {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, div.button.hollow.wpcf7-mail-sent-ok:hover, .button.hollow.success:focus, div.button.hollow.wpcf7-mail-sent-ok:focus {
        border-color: #157539;
        background-color: #157539;
        color: #fefefe; }
    .button.hollow.alert, div.button.hollow.wpcf7-validation-errors {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, div.button.hollow.wpcf7-validation-errors:hover, .button.hollow.alert:focus, div.button.hollow.wpcf7-validation-errors:focus {
        border-color: #881f0e;
        background-color: #881f0e;
        color: #fefefe; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        background-color: #805700;
        color: #fefefe; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #303036;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: lighter;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

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

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

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

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

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }
.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #1d628b;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '-'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #1d628b transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #1d628b;
  color: #fefefe; }
  .badge.secondary {
    background: #fff;
    color: #0a0a0a; }
  .badge.success, div.badge.wpcf7-mail-sent-ok {
    background: #3adb76;
    color: #fefefe; }
  .badge.alert, div.badge.wpcf7-validation-errors {
    background: #ec5840;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #1d628b; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    float: left;
    margin: 0;
    font-size: inherit; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #fff; }
  .button-group.tiny {
    font-size: 0.6rem; }
  .button-group.small {
    font-size: 0.75rem; }
  .button-group.large {
    font-size: 1.2rem; }
  .button-group.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button {
      display: table-cell;
      float: none; }
  .button-group.primary .button {
    background-color: #1d628b;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #174e6f;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #fff;
    color: #0a0a0a; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #cccccc;
      color: #0a0a0a; }
  .button-group.success .button, div.button-group.wpcf7-mail-sent-ok .button {
    background-color: #3adb76;
    color: #fefefe; }
    .button-group.success .button:hover, div.button-group.wpcf7-mail-sent-ok .button:hover, .button-group.success .button:focus, div.button-group.wpcf7-mail-sent-ok .button:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button-group.alert .button, div.button-group.wpcf7-validation-errors .button {
    background-color: #ec5840;
    color: #fefefe; }
    .button-group.alert .button:hover, div.button-group.wpcf7-validation-errors .button:hover, .button-group.alert .button:focus, div.button-group.wpcf7-validation-errors .button:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%; }
    .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
      border-right: 1px solid; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #fff; } }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        border-right: 0; } }

.callout, div.wpcf7-response-output {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #303036;
  background-color: white; }
  .callout > :first-child, div.wpcf7-response-output > :first-child {
    margin-top: 0; }
  .callout > :last-child, div.wpcf7-response-output > :last-child {
    margin-bottom: 0; }
  .callout.primary, div.primary.wpcf7-response-output {
    background-color: #d5eaf6; }
  .callout.secondary, div.secondary.wpcf7-response-output {
    background-color: white; }
  .callout.success, div.callout.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ok.wpcf7-response-output, div.success.wpcf7-response-output {
    background-color: #e1faea; }
  .callout.alert, div.callout.wpcf7-validation-errors, div.wpcf7-validation-errors.wpcf7-response-output, div.alert.wpcf7-response-output {
    background-color: #fce6e2; }
  .callout.warning, div.warning.wpcf7-response-output {
    background-color: #fff3d9; }
  .callout.small, div.small.wpcf7-response-output {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large, div.large.wpcf7-response-output {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #303036;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #1d628b;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #1d628b transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

[data-whatinput='mouse'] .dropdown.menu a, [data-whatinput='mouse'] #mobile-secondary-nav-links .dropdown.secondary-nav a, #mobile-secondary-nav-links [data-whatinput='mouse'] .dropdown.secondary-nav a {
  outline: 0; }
.no-js .dropdown.menu ul, .no-js #mobile-secondary-nav-links .dropdown.secondary-nav ul, #mobile-secondary-nav-links .no-js .dropdown.secondary-nav ul {
  display: none; }
.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub, #mobile-secondary-nav-links .dropdown.secondary-nav:not(.vertical) .is-dropdown-submenu.first-sub {
  top: 100%;
  left: 0;
  right: auto; }
.dropdown.menu.align-right .is-dropdown-submenu.first-sub, #mobile-secondary-nav-links .dropdown.align-right.secondary-nav .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .is-dropdown-submenu {
    top: 0;
    left: 100%; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .is-dropdown-submenu-parent.is-down-arrow a {
    padding-right: 1.5rem;
    position: relative; }
  .is-dropdown-submenu-parent.is-down-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #1d628b transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 0.825rem;
    right: 5px; }
  .is-dropdown-submenu-parent.is-left-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #1d628b transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  .is-dropdown-submenu-parent.is-right-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #1d628b;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu-parent.is-left-arrow.opens-inner .is-dropdown-submenu {
    right: 0;
    left: auto; }
  .is-dropdown-submenu-parent.is-right-arrow.opens-inner .is-dropdown-submenu {
    left: 0;
    right: auto; }
  .is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%; }
  .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #1d628b;
  color: #fefefe; }
  .label.secondary {
    background: #fff;
    color: #0a0a0a; }
  .label.success, div.label.wpcf7-mail-sent-ok {
    background: #3adb76;
    color: #fefefe; }
  .label.alert, div.label.wpcf7-validation-errors {
    background: #ec5840;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      display: block;
      padding: 0;
      padding-bottom: 1rem; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu, #mobile-secondary-nav-links .secondary-nav {
  margin: 0;
  list-style-type: none; }
  .menu > li, #mobile-secondary-nav-links .secondary-nav > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li, [data-whatinput='mouse'] #mobile-secondary-nav-links .secondary-nav > li, #mobile-secondary-nav-links [data-whatinput='mouse'] .secondary-nav > li {
      outline: 0; }
  .menu > li > a, #mobile-secondary-nav-links .secondary-nav > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input, #mobile-secondary-nav-links .secondary-nav input,
  .menu a,
  #mobile-secondary-nav-links .secondary-nav a,
  .menu button,
  #mobile-secondary-nav-links .secondary-nav button {
    margin-bottom: 0; }
  .menu > li > a > img, #mobile-secondary-nav-links .secondary-nav > li > a > img,
  .menu > li > a > i,
  #mobile-secondary-nav-links .secondary-nav > li > a > i {
    vertical-align: middle; }
  .menu > li > a > span, #mobile-secondary-nav-links .secondary-nav > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img, #mobile-secondary-nav-links .secondary-nav > li > a > img,
  .menu > li > a > i,
  #mobile-secondary-nav-links .secondary-nav > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li, #mobile-secondary-nav-links .secondary-nav > li {
    display: table-cell; }
  .menu.vertical > li, #mobile-secondary-nav-links .vertical.secondary-nav > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li, #mobile-secondary-nav-links .medium-horizontal.secondary-nav > li {
      display: table-cell; }
    .menu.medium-vertical > li, #mobile-secondary-nav-links .medium-vertical.secondary-nav > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li, #mobile-secondary-nav-links .large-horizontal.secondary-nav > li {
      display: table-cell; }
    .menu.large-vertical > li, #mobile-secondary-nav-links .large-vertical.secondary-nav > li {
      display: block; } }
  .menu.simple li, #mobile-secondary-nav-links .simple.secondary-nav li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a, #mobile-secondary-nav-links .simple.secondary-nav a {
    padding: 0; }
  .menu.align-right > li, #mobile-secondary-nav-links .align-right.secondary-nav > li {
    float: right; }
  .menu.expanded, #mobile-secondary-nav-links .expanded.secondary-nav {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .menu.expanded > li:first-child:last-child, #mobile-secondary-nav-links .expanded.secondary-nav > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a, #mobile-secondary-nav-links .icon-top.secondary-nav > li > a {
    text-align: center; }
    .menu.icon-top > li > a > img, #mobile-secondary-nav-links .icon-top.secondary-nav > li > a > img,
    .menu.icon-top > li > a > i,
    #mobile-secondary-nav-links .icon-top.secondary-nav > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested, #mobile-secondary-nav-links .nested.secondary-nav {
    margin-left: 1rem; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.no-js [data-responsive-menu] ul {
  display: none; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1d628b;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: 'ΓÇª';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '┬½';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '┬╗';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #1d628b; }
  .progress.secondary .progress-meter {
    background-color: #fff; }
  .progress.success .progress-meter, div.progress.wpcf7-mail-sent-ok .progress-meter {
    background-color: #3adb76; }
  .progress.alert .progress-meter, div.progress.wpcf7-validation-errors .progress-meter {
    background-color: #ec5840; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1d628b; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #1d628b;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #195376; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 6.25rem auto 0;
  background-color: #fefefe;
  border-radius: 0;
  position: absolute;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #1d628b; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }
.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }
.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }
.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }
.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }
.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }
.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }

  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }

  thead,
  tfoot {
    background: #f8f8f8;
    color: #303036; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }

  tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #f9f9f9; }
table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1d628b; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #206c99; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #1d628b; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(29, 98, 139, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #303036;
    box-shadow: 0 7px 0 #303036, 0 14px 0 #303036; }

.slide-in-down.mui-enter {
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }
.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }
.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }
.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }
.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }
.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }
.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }
.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }
.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }
.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }
.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }
.spin-cw {
  animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }
.spin-ccw {
  animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }
.wiggle {
  animation-name: wiggle-7deg; }
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }
.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/******************************************************************************************/
/**************************	Site-wide / General Styles	*********************************/
/****************************************************************************************/
body {
  overflow-x: hidden; }

#site-header {
  position: relative;
  z-index: 7777;
  background: #fff; }

h1, h4 {
  font-family: "Droid Serif", "Georgia", times, serif;
  font-weight: bold; }

.page-header h1, header h1 {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0; }

.interior-top-banner h1 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

h1.bannerless-headline {
  padding-top: 60px;
  padding-bottom: 60px; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px; }

h2, h3, h5, h6 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.1;
  color: #303036; }

.post_content h2, h3, h5, h6 { 
  margin-top: 35px; }

.row h3 {
  margin-top: 0;
}

.page-template-page-homepage h2, .page-template-page-homepage h3, .page-template-page-homepage h5, .page-template-page-homepage h6 {
  color: #1d628b; }

div h2:first-child, div h3:first-child, div h5:first-child, div h6:first-child {
  padding-top: 0px; }

.post_content {
  font-size: 1.4em;
  line-height: 1.4; 
}
p {
  /* font-size: 1em;
  line-height: 1.4; */ }

b {
  font-weight: 600; }

#content a:not(.button) {
  word-wrap: break-word; }

.lead {
  font-weight: lighter; }

.show-for-lt-ie9 {
  display: none; }

.ie9 body .show-for-lt-ie9, .ie8 body .show-for-lt-ie9, .ie7 body .show-for-lt-ie9, .ie6 body .show-for-lt-ie9 {
  display: block; }

.ie9 body .input-group .show-for-lt-ie9, .ie8 body .input-group .show-for-lt-ie9, .ie7 body .input-group .show-for-lt-ie9, .ie6 body .input-group .show-for-lt-ie9 {
  display: table-cell; }

.allcaps {
  text-transform: uppercase; }

.bold {
  font-weight: bold !important; }

.tb-pad-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.tb-pad-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.tb-pad-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.tb-pad-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.tb-pad-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.tb-pad-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.tb-pad-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.box-pad-10 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px; }

.box-pad-20 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px; }

.box-pad-30 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px; }

.box-pad-40 {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 40px;
  padding-left: 40px; }

.box-pad-50 {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 50px;
  padding-left: 50px; }

.box-pad-60 {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 60px;
  padding-left: 60px; }

.box-pad-90 {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 90px;
  padding-left: 90px; }

.show-for-ie {
  display: none; }

.button {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px; }

.button.hollow {
  border-width: 2px; }

.sub-text {
  font-size: 12px; }

input.error {
  margin-bottom: 0; }

.primary-color {
  color: #1d628b; }

.white-color {
  color: #ffffff; }

div.stretchy-wrapper {
  width: 100%;
  padding-bottom: 54%;
  position: relative; }

div.stretchy-wrapper > div, div.breaker-wrapper > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

a[name]:before {
  height: 77px;
  margin-top: -77px; }

a[name]:before {
  display: block;
  content: " "; }

a[name]:before {
  visibility: hidden; }

a[name].citation::before {
  display: inline; }

/********	Remodal Styles	********/
.mfp-bg, .mfp-wrap {
  z-index: 9999 !important; }

/********	Header Styles	********/
#site-logo-link img {
  width: 400px; }

.header-logo-gray {
  padding: 7px 0;
  float: left; }

.header-logo-fc {
  padding: 7px 0;
  float: left;
  display: none; }

#header-treatment {
  color: #1d628b;
  padding-left: 22px;
  padding-top: 6px;
  float: left;
  font-weight: 600;
  letter-spacing: 4px; }

#header-phone {
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 4px;
  font-size: 22px;
  font-weight: bold;
  color: #78c0e0;
  float: right; }

#header-phone a {
  color: #78c0e0; }

#site-header.nav-opened {
  background: #2c3250; }

.nav-opened .header-logo-gray {
  display: none; }

.nav-opened .header-logo-fc {
  display: inline-block; }

#site-header.nav-opened #header-treatment {
  color: #fcfcfc; }

#site-header.nav-opened #header-phone, #site-header.nav-opened #header-phone a {
  color: #fcfcfc; }

.flex-video iframe {
  border: none; }

/******************************************************************************************/
/******************************	Contact Form 7 overrides	******************************/
/****************************************************************************************/
div.wpcf7-response-output {
  margin: 2.5em 0 1em; }

#main-contact-form input.wpcf7-not-valid {
  margin-bottom: 0;
  border: 1px solid #f00; }

span.wpcf7-not-valid-tip {
  margin-bottom: 1em; }

.cf7-label-wrapper label {
  display: inline-block;
  float: left;
  margin-right: 20px; }

/******************************************************************************************/
/**************************************	Nav Styles	************************************/
/****************************************************************************************/
/********	NEW Main Nav Styles	********/
.menu-shell {
  position: absolute;
  top: 54px;
  right: 0px;
  left: 0px;
  background: #1d628b;
  overflow: scroll;
  border-bottom: 2px solid #3b7292;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

#mainSubNavRow {
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 50px; }

.main-sub-nav-intro-col {
  padding-right: 26px; }

#menu-main-menu .menu-shell {
  display: none;
  padding-right: 50px;
  margin-right: -50px; }

#menu-main-menu li.has-kids:hover .menu-shell {
  display: block; }

.active-mmm-tab .menu-shell {
  opacity: 1; }
  
.menu-shell .intro a.button {
	border: 1px solid #fff;
    display: block;
    margin: 15px 0 0;
    max-width: 200px;
  }

/********	Main Nav Styles	********/
#nav-logo {
  background: url("../images/talbott-recovery-alcohol-treatment-center-georgia.png") no-repeat center center/100% auto;
  height: 54px;
  opacity: 0; }

.phone-menu .phone-menu-number {
  display: none; }

.phone-menu li {
  display: inline-block; }

.phone-menu > li > div {
  height: 54px;
  padding: 12px 10px 10px; }

.phone-menu > li > div * {
  color: #78c0e0;
  font-weight: 600;
  font-size: 20px; }

.phone-menu > .phone-menu-number > div a {
  font-size: 22px; }

#main-nav .phone-menu > li > div a {
  color: #78c0e0; }

#main-nav {
  background-color: rgba(23, 30, 63, 0.91);
  color: #fff;
  width: 100%;
  -webkit-transition: background-color ease-out 0.5s;
  -moz-transition: background-color ease-out 0.5s;
  -o-transition: background-color ease-out 0.5s;
  transition: background-color ease-out 0.5s;
  overflow: hidden; }

#main-nav.search-opened {
  background-color: rgba(228, 141, 37, 0.9); }

.is-stuck #main-nav.wpadmin-active {
  margin-top: 32px; }

#mega-btn {
  float: right;
  font-size: 32px;
  display: block;
  width: 35px;
  height: 35px;
  background: url("../images/nav-hamburger.png") no-repeat center/cover;
  margin-top: 11px; }

#mega-btn.nav-opened {
  background: url("../images/nav-x.png") no-repeat center/cover; }

#mega-btn a {
  color: #fff; }

#main-nav a {
  color: #fff; }

#large-nav {
  background-color: #1d628b;
  height: 54px; }

#large-nav .menu, #large-nav #mobile-secondary-nav-links .secondary-nav, #mobile-secondary-nav-links #large-nav .secondary-nav {
  float: left; }

#large-nav .menu > li > a, #large-nav #mobile-secondary-nav-links .secondary-nav > li > a, #mobile-secondary-nav-links #large-nav .secondary-nav > li > a {
  padding: 18px 20px 20px 2px; }

#large-nav .menu > li > a:hover, #large-nav #mobile-secondary-nav-links .secondary-nav > li > a:hover, #mobile-secondary-nav-links #large-nav .secondary-nav > li > a:hover, #large-nav .menu > li.current-page-ancestor > a, #large-nav #mobile-secondary-nav-links .secondary-nav > li.current-page-ancestor > a, #mobile-secondary-nav-links #large-nav .secondary-nav > li.current-page-ancestor > a, #large-nav .menu > li.active > a, #large-nav #mobile-secondary-nav-links .secondary-nav > li.active > a, #mobile-secondary-nav-links #large-nav .secondary-nav > li.active > a, #large-nav .menu > li:hover > a, #large-nav #mobile-secondary-nav-links .secondary-nav > li:hover > a, #mobile-secondary-nav-links #large-nav .secondary-nav > li:hover > a {
  color: #78c0e0; }

#large-nav {
  border-bottom: 1px solid #3b7292; }

#navStopper {
  position: relative; }

#navStopper .is-anchored {
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }

#navStopper > .sticky-container {
  z-index: 7777; }

#mega-menu {
  display: none;
  margin-top: 40px;
  z-index: 7777; }

#menu-main-menu .cta {
  font-family: "Droid Serif", "Georgia", times, serif;
  font-size: 22px;
  margin-left: 1.25rem; }

.menu i.fa.fa-sort-desc, #mobile-secondary-nav-links .secondary-nav i.fa.fa-sort-desc {
  margin-left: 9px;
  margin-top: -10px;
  line-height: 0.8; }

#menu-main-menu > li.menu-item > a {
  text-transform: uppercase;
  font-weight: bold; }

#menu-main-menu #mainSubNavRow p, #menu-main-menu #mainSubNavRow li {
  font-size: 1.2em; }
#mainSubNavRow .image-shell {padding: 15px;}

#mainSubNavRow > .large-6 {
  padding-right: 30px; }

#mainSubNavRow h1 {
  color: #fff; }

.last-sub-nav-col {
  border-right: 4px solid #fff; }

ul.mm-subnav {
  list-style: none; }

ul.mm-subnav li {
  margin-bottom: 14px; }

ul.mm-subnav li a:hover {
  color: #78c0e0 !important; }

#footer-nav .menu, #footer-nav #mobile-secondary-nav-links .secondary-nav, #mobile-secondary-nav-links #footer-nav .secondary-nav, #footer-nav .menu ul, #footer-nav #mobile-secondary-nav-links .secondary-nav ul, #mobile-secondary-nav-links #footer-nav .secondary-nav ul {
  list-style-type: none;
  margin-left: 0; }

#footer-nav .menu > div > div > li > a, #footer-nav #mobile-secondary-nav-links .secondary-nav > div > div > li > a, #mobile-secondary-nav-links #footer-nav .secondary-nav > div > div > li > a {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px; }

#footer-nav .menu > div > div > li, #footer-nav #mobile-secondary-nav-links .secondary-nav > div > div > li, #mobile-secondary-nav-links #footer-nav .secondary-nav > div > div > li {
  margin: 20px 0; }

#footer-nav .menu a:hover, #footer-nav #mobile-secondary-nav-links .secondary-nav a:hover, #mobile-secondary-nav-links #footer-nav .secondary-nav a:hover {
  text-decoration: underline; }

.frn_footer {
  margin-top: 40px; }

.frn_footer p {
  font-size: 100%; }

#top-nav-search-icon {
  background-image: url("../images/icon-sidenav-search.png");
  background-repeat: no-repeat;
  background-position: center left 0px;
  background-size: auto 40px;
  width: 40px;
  height: 40px; }

#large-nav #top-nav-search-btn {
  padding: 7px 0 0;
  margin-right: 10px;
  border-bottom: none; }

#top-search {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(29, 98, 139, 0.78);
  z-index: 9999; }

#top-search-close {
  float: right;
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  line-height: 0.6; }

#top-search-close:after {
  content: "\00d7"; }

#top-search .input-group-label {
  background: none;
  border: none;
  color: #fff;
  font-weight: 600; }

#top-search .search-form .input-group {
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative; }

#top-search .search-form .input-group .button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ececec;
  color: #171e3f;
  padding: .5em 1em;
  font-size: 1.2rem; }

#top-search .search-form .input-group .button:hover {
  background-color: #ddd; }

#top-search .search-form input[type="text"] {
  background: #1d628b;
  border: none;
  box-shadow: none;
  height: 100px;
  font-size: 70px;
  font-weight: normal;
  color: #fff;
  padding-left: 20px; }

#top-search-form-box {
  background: #1d628b;
  padding: 20px; }

#top-search-form-box p {
  color: #fff;
  padding-left: 20px; }

#top-search .search-form ::-webkit-input-placeholder {
  color: #fff; }

#top-search .search-form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

#top-search .search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

#top-search .search-form :-ms-input-placeholder {
  color: #fff; }

/*********	Global Side Nav Styles	*********/
#gsn-button-box {
  position: fixed;
  right: 30px;
  bottom: -120px;
  z-index: 3333; }

#gsn-links {
  position: absolute;
  display: none; }

#gsn-links ul li {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 3210;
  -webkit-transition: bottom ease-out 200ms;
  -moz-transition: bottom ease-out 200ms;
  -o-transition: bottom ease-out 200ms;
  transition: bottom ease-out 200ms; }

#gsn-links.gsn-opened ul li.gsn-link-1 {
  bottom: 130px;
  z-index: 3212; }
#gsn-links.gsn-opened ul li.gsn-link-2 {
  bottom: 230px;
  z-index: 3211; }
#gsn-links.gsn-opened ul li.gsn-link-3 {
  bottom: 330px;
  z-index: 3210; }

#gsn-button-box, #gsn-links li {
  background: #fff; }

#gsn-links {
  /*display: none;*/ }

#global-side-nav ul {
  list-style: none;
  margin: 0; }

#global-side-nav a, #global-side-nav span {
  display: inline-block;
  height: 100px;
  width: 100px;
  border-right: none;
  background-color: #ececec;
  color: #fff;
  font-family: "Droid Serif", "Georgia", times, serif;
  font-weight: normal;
  font-size: 1.2rem; }

#global-side-nav a#gsn-main-button {
  line-height: 100px;
  text-align: center;
  background-color: #ffa630; 
  }

#global-side-nav span a {
  width: 200px;
  display: inline-block; }

#global-side-nav a:hover, #global-side-nav li:hover a {
  color: #fff;
  text-decoration: none;
  opacity: 0.8; }

#global-side-nav #snSearch {
  background: #fff url("../images/icon-sidenav-search.png?v=1.2") no-repeat center left 0px/auto 40px;
  white-space: nowrap; }

#global-side-nav #snPhone, #global-side-nav .gsn-call {
  background-image: url("../images/icon-sidenav-phone.png?v=1.3");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-color: #78c0e0; }

#global-side-nav #lhnEmailButton, #global-side-nav .gsn-email {
  background-image: url("../images/icon-sidenav-email.png?v=1.3");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-color: #1d628b; }

#global-side-nav #snChat, #global-side-nav .gsn-chat {
  background-image: url("../images/icon-sidenav-chat.png?v=1.3");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-color: #303036; }

#global-side-nav ul li a {
  display: block; }

#global-side-nav a.gsn-chat {
  border: 1px solid #43434c;
  border-bottom: 0px; }

#global-side-nav a.gsn-email {
  border: 1px solid #2376a7;
  border-bottom: 0px;
  border-top-width: 0px; }

#global-side-nav a.gsn-email.no-chat {
  border-top-width: 1px; }

#global-side-nav a.gsn-call {
  border: 1px solid #8bc9e4;
  border-bottom: 0px;
  border-top: 0px; }

#global-side-nav ul li span {
  display: block; }

/*****************	Tiny top nav	*****************/
#miniNavPhoneBlock {
  float: right;
  margin-top: 24px; }

#menu-secondary-nav-menu {
  list-style: none;
  margin-left: 0;
  float: right; }

#menu-secondary-nav-menu > li {
  display: inline-block;
  float: left; }

#menu-secondary-nav-menu li + li::before {
  content: " | "; }

#menu-secondary-nav-menu > li a {
  display: inline-block;
  padding: 10px; }

#menu-secondary-nav-menu > li a:hover {
  color: #78c0e0; }

/********************	Mobile Nav	*********************/
#mobile-nav-links {
  background: #303036;
  display: none;
  overflow: scroll;
  overflow-x: hidden;
  margin-right: -25px;
  width: 100%;
  /*padding-right: 25px;*/ }

#mobile-nav-links > ul li {
  display: block;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase; }

#mobile-nav-links > ul > li a {
  color: #fff; }

#mobile-nav-links > ul > li > ul {
  display: none; }

#mobile-nav-links > ul > li > ul > li {
  padding-left: 16px;
  background-color: #3f4e59; }

#top-nav-mobile-menu-li {
  display: none; }

#top-nav-mobile-menu-link {
  text-transform: uppercase;
  font-weight: bold; }

#large-nav .menu > li > a#top-nav-mobile-menu-link, #large-nav #mobile-secondary-nav-links .secondary-nav > li > a#top-nav-mobile-menu-link, #mobile-secondary-nav-links #large-nav .secondary-nav > li > a#top-nav-mobile-menu-link {
  padding-bottom: 18px; }

.mobile-nav-closed #mobile-nav-text-opened {
  display: none; }

.mobile-nav-opened #mobile-nav-text-closed {
  display: none; }

.mobile-nav-opened #mobile-nav-text-opened {
  display: inline; }

.mobile-nav-closed #mobile-nav-text-closed {
  display: inline; }

#mobile-secondary-nav-links {
  border-top: 5px solid #1d628b;
  margin-top: 10px;
  padding-top: 10px; }

#mobile-secondary-nav-links > ul.secondary-nav li {
  display: block; }

#mobile-secondary-nav-links ul li a {
  color: #fff;
  font-family: "Droid Serif", "Georgia", times, serif;
  font-weight: lighter; }

#mobile-secondary-nav-links ul li a strong {
  font-weight: lighter; }

#mobile-nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(29, 98, 139, 0.78);
  z-index: 5555; }

/******************************************************************************************/
/*********************************	Homepage Styles	************************************/
/****************************************************************************************/
/*******************	Main Hero Styles	*******************/
#home-banner {
  z-index: 0;
  background-color: #1d628b; }

#home-banner-play-btn .button.large {
  padding: 2em; }

#home-banner-play-btn .button.large .fa {
  font-size: 64px;
  margin-left: 12px; }

#m-home-banner-play-btn .button.large {
  padding: 2em; }

#m-home-banner-play-btn .button.large .fa {
  font-size: 64px;
  margin-left: 12px; }

#home-banner-mobile {
  display: none;
  z-index: -1; }

#home-banner-mobile.stretchy-wrapper {
  padding-bottom: 80%; }

#home-banner {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }

#home-banner.stretchy-wrapper div.stretchy-filler {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

#home-banner-content, #home-banner-content p, #home-banner-content h1 {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 1px #303036; }

#m-home-banner-content, #m-home-banner-content p, #m-home-banner-content h1 {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 1px #303036; }

#home-banner-content > .row.tb-padding-60 {
  padding-top: 10px;
  padding-bottom: 10px; }

#home-banner-content h1, #m-home-banner-content h1 {
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.74);
  text-shadow: 2px 2px 18px black; }

#home-banner-content p, #m-home-banner-content p {
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.74);
  text-shadow: 2px 2px 18px black;
  font-weight: normal; }

/**************	our-treatment-programs Section	*******************/
#our-treatment-programs {
  background: #fff; }

#our-treatment-programs, #our-treatment-programs h1 {
  color: #303036; }

/*****************	Assessment Styles	*****************/
#assess-contact {
  margin-bottom: 60px; }

#assess-contact .section-title {
  color: #1d628b; }

#assess-subtitle {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-top: -10px;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 6px; }

.question {
  width: 100%; }

.question .numbers {
  font-size: 38px;
  color: #78c0e0;
  font-weight: normal; }

#assessment .questions .title {
  font-size: 38px; }

#assessment-shell {
  padding: 20px;
  border: 1px solid #ccc;
  position: relative; }

#assess-arrow-shell {
  position: absolute;
  top: 20px;
  right: 0; }

#assess-arrow-outer {
  width: 1px;
  height: 1px;
  border: 26px solid transparent;
  border-left: 20px solid #ccc;
  position: absolute;
  top: 0;
  left: 0; }

#assess-arrow-inner {
  width: 1px;
  height: 1px;
  border: 25px solid transparent;
  border-left: 19px solid #fff;
  position: absolute;
  top: 1px;
  left: 0; }

#assess-progress-bar .progress-meter {
  background-color: #78c0e0; }

#assess-progress-bar {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; }

#assess-phone {
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 600; }

#main-contact-form .radio-label label {
  display: inline-block; }

#main-contact-form p {
  margin-bottom: 0; }

#main-contact-form [type="text"] {
  margin: 0 0 .9rem; }

#main-contact-form .radio-main-label {
  float: left; }

.mcf-eof {
  margin-bottom: 10px; }

/**************	Services Section	*******************/
#services-section {
  background: #303036;
  padding: 60px 0; }

#services-section h1, #services-section h2, #services-section h3, #services-section h4, #services-section h5, #services-section h6, #services-section p, #services-section {
  color: #fff; }

.content-icon-box {
  margin: 40px 0; }

#services-section .content-icon-box img {
  max-width: 120px; }

#services-section h1, #services-section h2, #services-section h3, #services-section h4, #services-section h5, #services-section h6 {
  padding-top: 0;
  margin-bottom: 10px; }

#services-section h3 {
  font-size: 1.6375rem; }

/**************	Video testimonials	*******************/
#video-testimonials {
  background: #1d628b url("../images/homepage-quote-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff; }

#video-testimonials .section-title {
  color: #fff; }

.vid-test-thumb-box {
  display: block;
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  margin-bottom: 10px; }

.vid-test-thumb-box > span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.vid-play-icon {
  background-image: url("../images/vid-play-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80px 80px; }

.vid-play-icon:hover {
  background-color: rgba(255, 255, 255, 0.15); }

#video-testimonials .quote blockquote {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight: bold !important; }

#video-testimonials .quote blockquote p {
  padding-bottom: 10px;
  font-size: 38px; }

#video-testimonials .speaker {
  border-left: none;
  color: #1d628b;
  font-size: 25px;
  font-weight: bold;
  padding: 20px 14%;
  padding-top: 0px;
  font-family: "Droid Serif", "Georgia", times, serif; }

/**************	Homepage Treatments	*******************/
#treatment-section {
  /*background: #e6e6e6;*/ }

#treatment-section-leadin {
  margin-bottom: 30px; }

#treatment-section h1, #treatment-section h2, #treatment-section h3, #treatment-section h4, #treatment-section h5, #treatment-section h6 {
  color: #1d628b; }

.treatment-pad {
  padding: 120px 30px; }

#treatment-section .treatment-feature-image-box {
  overflow: hidden; }

#treatment-section .treatment-feature-image.zoomfeature {
  transform: scale(1.035);
  -moz-transform: scale(1.035);
  -webkit-transform: scale(1.035);
  -o-transform: scale(1.035);
  -ms-transform: scale(1.035); }

/**************	Insurance Styles	*******************/
#insurance-section {
  background-color: #78c0e0;
  display: none; }

.insurance-logo {
  width: 100%;
  height: auto;
  opacity: 0.0; }

.contact-page-ins .insurance-logo {
  opacity: 1; }

/******************************************************************************************/
/***********************************	Footer Styles	************************************/
/****************************************************************************************/
#call-us .menu, #call-us #mobile-secondary-nav-links .secondary-nav, #mobile-secondary-nav-links #call-us .secondary-nav {
  display: inline-block; }

#menu-footer-menu a {
  border-bottom: 4px solid #fff; }

#menu-footer-menu a:hover {
  border-bottom-color: #fff; }

.copyright {
  font-size: 12px;
  margin-top: 20px;
  color: #7e8192; }

.copyright a {
  color: #7e8192; }

.social {
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 10px; }

.social.twitter {
  background: url("../images/talbott-recovery-social-media.png") no-repeat 0 0/180px 120px; }

.social.twitter:hover {
  background-position: 0 -60px; }

.social.facebook {
  background: url("../images/talbott-recovery-social-media.png") no-repeat -60px 0px/180px 120px; }

.social.facebook:hover {
  background-position: -60px -60px; }

.social.youtube {
  background: url("../images/talbott-recovery-social-media.png") no-repeat -120px 0/180px 120px; }

.social.youtube:hover {
  background-position: -120px -60px; }

.social.linkedin {
  background: url("../images/LinkedIn-Blue.png") }
  
.social.linkedin:hover {
  background: url("../images/LinkedIn-White.png") }

/***************	Call-Us footer Styles	*************/
#call-us {
  /*background: $primary-color url('../images/call-us-bg.jpg') no-repeat;*/
  background-image: url("../images/callUsBG.png");
  background-color: #303036;
  /*background-size: 100% auto;*/
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #fff; }

#call-us h1, #call-us h2, #call-us h3, #call-us h4, #call-us h5, #call-us h6 {
  color: #78c0e0; }

#footer-phone, #footer-phone a {
  color: #78c0e0;
  font-family: "Droid Serif", "Georgia", times, serif;
  text-transform: none; }

#call-us-or-find {
  text-transform: none;
  font-size: 22px;
  letter-spacing: 6px; }

#call-us-address {
  font-size: 1.4em;
  margin: 28px 0; }

#call-us-address p {
  margin-bottom: 0; }

#call-us-address a {
  color:#78c0e0;
}

/******************************************************************************************/
/***************************	Post/Page Template Styles	*********************************/
/****************************************************************************************/
.resources-list-mobile-img {
  margin-bottom: 10px;
  width: 100%; }

.resource-list-text {
  margin-left: 10px; }

.resource-list-text.rlt-right {
  margin-right: 10px;
  margin-left: 0px; }

.resource-list-text .type-post .post_content {
  padding-right: 0px; }

div.blog-stretchy-wrapper {
  width: 100%;
  padding-bottom: 30%;
  position: relative; }

div.blog-stretchy-wrapper > div, div.breaker-wrapper > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

#content {
  position: relative; }

#content img.alignleft {
  float: left;
  margin-right: 22px;
  margin-bottom: 20px; }

#content img.alignright {
  float: right;
  margin-left: 22px;
  margin-bottom: 20px; }

.wide-banner {
  margin-bottom: 20px; }

.interior-top-banner {
  background-size: 130% auto;
  background-position: center top;
  overflow: hidden;
  background-repeat: no-repeat; }

.interior-top-text-box {
  margin-top: 8%; }

.interior-top-banner h1 {
  color: #fff;
  font-weight: lighter;
  text-shadow: 0px 0px 10px #000000; }

.interior-top-text-box h1 {
  font-size: 2.8rem; }

#content .post_content a:not(.button) {
  color: #3e68b4;
  font-weight: 600; }

.post_content {
  word-wrap: break-word;
  padding-right: 0px; }

.type-post .post_content {
  padding-right: 10px; }

.image_banner_callout {
  background: #1d628b;
  color: #fff; }

.image_banner_callout .lead {
  font-size: 1.4em; }

.image_banner_responsive_image {
  display: none;
  float: right;
  max-width: 40%;
  margin-left: 24px;
  margin-bottom: 20px; }

.image_banner_text {
  padding-right: 80px; }

.large-9 .image_banner_text {
  padding: 40px; }

.image_banner_text, .image_banner_text p, .image_banner_text h1, .image_banner_text h2, .image_banner_text h3, .image_banner_text h4, .image_banner_text h5, .image_banner_text h6 {
  color: #fff; }

.plane_banner_callout {
  background: #1d628b;
  color: #fff; }

.plane_banner_callout h1 {
  font-weight: lighter; }

.plane_banner_callout h1, .plane_banner_callout h2, .plane_banner_callout h3, .plane_banner_callout h4, .plane_banner_callout h5, .plane_banner_callout h6 {
  color: #fff; }

#sidebar1 {
  position: relative; }

#sidebar-search {
  margin-top: 30px; }

#sidebar-link-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 30px;
  -ms-transform: translate3d(0, 0, 0);
  webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

#sidebar1 ul {
  list-style: none;
  margin-left: 0;
  margin-top: 22px;
  margin-bottom: 40px; }

#sidebar1 ul li {
  margin-bottom: 14px; }

#sidebar1 ul li a {
  font-weight: bold;
  text-transform: uppercase; }

#sidebar1 ul li ul {
  list-style: none;
  margin-left: 0;
  margin-top: 12px;
  margin-bottom: 0px;
  display: none; }

#sidebar1 ul li ul li {
  margin-bottom: 5px;
  padding-left: 14px; }

#sidebar1 ul li ul li a {
  font-weight: normal;
  text-transform: none;
  line-height: 1.1;
  display: block;
  margin-bottom: 24px; }

#sidebar-menu-icon {
  display: none; }

#sidebar-menu-icon a {
  display: inline-block;
  height: 30px;
  padding-right: 40px;
  background: url("../images/nav-plus-gray.png") no-repeat left center/15px 15px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.8; }

#sidebar-menu-icon a.minus {
  background: url("../images/nav-minus-gray.png") no-repeat left center/15px 15px; }

#sidebar-menu-icon .spacer {
  width: 20px;
  display: inline-block; }

#sidebar-menu-icon .words {
  display: inline-block; }

.sidebar-one {
  background-color: #ececec;
  padding: 40px 30px; }

.sidebar-one h1, .sidebar-one h2, .sidebar-one h3, .sidebar-one h4, .sidebar-one h5, .sidebar-one h6 {
  color: #1d628b;
  font-weight: lighter;
  margin-top: 30px; }

.quote blockquote {
  font-family: "Droid Serif", "Georgia", times, serif;
  border-left: none;
  color: #1d628b;
  font-size: 48px;
  font-weight: lighter;
  padding: 20px 14%; }

.quote blockquote * {
  color: #1d628b; }

.quote blockquote p {
  margin-bottom: 0;
  font-size: 48px; }

blockquote {
  font-family: "Droid Serif", "Georgia", times, serif;
  border-left: none;
  color: #1d628b;
  font-size: 32px;
  font-weight: lighter;
  padding: 20px 14%; }

blockquote * {
  color: #78c0e0; }

blockquote p {
  font-size: 32px;
  line-height: 1.3;
  color: #78c0e0; }

blockquote .speaker {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 22px;
  padding: 0 8%;
  margin: -36px 0 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1d628b;
  letter-spacing: 2px;
  font-size: 1.3rem; }

#parallax-bg-callout .speaker {
  color: #fff; }

.share-shell > span {
  background: #78c0e0;
  width: 125%;
  display: block;
  padding: 10px;
  padding-left: 30px;
  margin-left: -30px;
  height: 44px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal; }

.share-shell > span::before {
  content: '';
  display: block;
  height: 1px;
  width: 1px;
  border: 22px solid transparent;
  border-right: 22px solid #78c0e0;
  position: absolute;
  left: -44px;
  top: 0; }

.share-shell > span .stButton > span {
  display: none; }

#mobile-share-shell {
  display: none;
  float: right; }

#mobile-share-shell span {
  margin-top: 0px;
  padding: 4px 8px 4px; }

.callout-block {
  display: block;
  padding: 30px 40px;
  background-color: #1d628b;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
  width: 50%;
  float: left;
  margin: 10px 20px 10px 0; }

.callout-block.third {
  width: 33%; }

.callout-block.right {
  float: right;
  margin: 10px 0 10px 20px; }

#related-to-this {
  background-color: #ececec; }

#related-to-this h2 {
  color: #1d628b;
  font-weight: lighter; }

#parallax-bg-callout {
  position: relative;
  overflow: hidden; }

#parallax-bg-callout p {
  color: #fff; }

#parallax-bg-callout .row {
  position: relative;
  z-index: 5555; }

#parallax-callout-bg {
  background-image: url("http://talbott.foxfuellabs.com/wp-content/uploads/2016/02/mental-health-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 100%; }

#left-bg-callout {
  background-color: #ececec;
  background-image: url("../images/about-gray-bg.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%; }

section ul, section ol, section dl {
  font-size: 1em; }

section ol {
  margin-left: 2.4rem; }

#content .post_content a:not(.button) {
  color: #1d628b; }

#content .post_content .image_banner_text a:not(.button), image_banner_text a:not(.button) {
  color: #78c0e0; }

ul.pagination {
  margin: 50px 0;
  font-weight: bold; }

ul.pagination li a {
  color: #1d628b;
  font-weight: bold;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0; }

ul.pagination span.active-page {
  border: 1px solid #1d628b;
  display: inline-block;
  padding: 2px 10px;
  color: #1d628b; }

.blog article.type-post h2 {
  font-size: 2.075rem; }

/**************	WP Caption Styles	***************/
.wp-caption {
  margin-bottom: 0px;
  max-width: 100% !important; }
  .wp-caption p {
    font-weight: normal;
    margin-top: 8px;
    color: #78c0e0; }
  .wp-caption a {
    color: #78c0e0; }

.wp-caption-text .button {
  margin-bottom: 0;
  margin-top: 10px; }

.wp-caption.alignleft {
  float: left;
  margin-right: 20px; }
  .wp-caption.alignleft p {
    padding-right: 10px; }

.wp-caption.alignright {
  float: right;
  margin-left: 20px; }
  .wp-caption.alignright p {
    padding-left: 10px; }

/**************	Contact Page Styles	***************/
#contact-page-image {
  background-size: cover;
  /*background-position: center center;*/
  background-position: right center;
  background-repeat: no-repeat; }

/**************	Seminar Styles	***************/
.seminar-details {
  float: right;
  padding: 30px;
  margin-left: 34px;
  margin-bottom: 24px;
  background: #1d628b;
  color: #fff; }

.seminar-details h4, .seminar-details h6 {
  color: #fff; }

.seminar-details .time h6 {
  padding-top: 10px;
  padding-bottom: 14px; }

.post_content .seminar .date {
  margin-top: 10px;
  font-size: 1.2em;
  color: #78c0e0;
  font-weight: normal; }

.post_content .seminar {
  margin-bottom: 30px; }

.post_content .seminar .btn-shell {
  margin-top: 10px; }

/*************	Video Section ************/
#video-section {
  background-color: #1d628b;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../images/talbott-recovery-video.png"); }

#video-section h2 {
  margin-bottom: 35px; }

/******************************************************************************************/
/*****************************	Location Single Styles	*********************************/
/****************************************************************************************/
#location-information {
  background-color: #ececec;
  padding-top: 60px;
  padding-bottom: 60px; }

#location-information .phone-number, #location-information .phone-number h1 {
  color: #78c0e0; }

#location-programs {
  padding-top: 90px;
  padding-bottom: 90px; }

.optional-photo-gallery {
  background-color: #303036;
  text-align: center; }
  .optional-photo-gallery h2, .optional-photo-gallery h3, .optional-photo-gallery h5, .optional-photo-gallery h6 {
    color: #fff; }

.location-staff-title {
  margin-top: 14px; }
  .location-staff-title h4, .location-staff-title h5 {
    font-size: 14px; }
  .location-staff-title h4 {
    margin-bottom: 8px; }

.staff-members.location-page {
  background-color: #ececec; }

/******************************************************************************************/
/*********************************	Latest News Styles	*********************************/
/****************************************************************************************/
#latest-news-featured-image, #page-featured-image {
  float: left;
  max-width: 560px; }

#latest-news-featured-image img, #page-featured-image img {
  padding-right: 34px;
  padding-bottom: 24px;
  padding-top: 10px; }

#emma-form #emma-form-submit.button.hollow:hover, #emma-form #emma-form-submit.button.hollow:focus {
  border-color: #0f3146 !important;
  background-color: #0f3146 !important;
  color: #fefefe !important; }

.nws-news-image {
  margin-bottom: 22px;
  padding-bottom: 56.25%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

#news-work-section {
  background-color: #f5f4f4; }

.post-type-archive-news article.news {
  margin-bottom: 60px; }

/******************************************************************************************/
/*********************************	About Page Styles	************************************/
/****************************************************************************************/
#about-lake-callout {
  background: #333 url("../images/dark-lake-bg.jpg") no-repeat center center/cover; }

#about-lake-callout p {
  color: #fff; }

#about-gray-callout {
  background: #ececec url("../images/about-gray-bg.jpg") no-repeat left top/auto 100%; }

#about-page p, #about-page li {
  font-size: 1.5em; }

#about-page p.lead {
  font-size: 2.4em; }

/******************************************************************************************/
/***********************************	Staff Styles	************************************/
/****************************************************************************************/
.alt-staff {
  background: #ececec; }

.staff-row h1 a {
  font-weight: lighter; }

.staff-row p {
  font-size: 1.5em; }

.staff-full-content {
  display: none; }

.staff-row .staff-title {
  color: #1d628b; }

.linkedInIco {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-image: url(../images/icon.linkedin.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 50px 100px;
  margin-top: 14px; }

.linkedInIco:hover {
  background-position: center bottom; }

.single-staff .post_content, #staff-featured-image {
  padding: 40px 0; }

#staff-featured-image-mobile {
  display: none; }

/******************************************************************************************/
/**************************************	QA Styles	************************************/
/****************************************************************************************/
#main {
  padding-top: 0px;
  padding-bottom: 0px; }

/******************************************************************************************/
/***********************************	Media Queries	************************************/
/****************************************************************************************/
@media (min-width: 640px) {
  .nws-news {
    padding-right: 16px; }

  .nws-work {
    padding-left: 16px; } }
@media (min-width: 1024px) {
  .rl-right-pad {
    padding-right: 20px; } }
@media (min-width: 1080px) {
  .nws-news {
    padding-right: 30px; }

  .nws-work {
    padding-left: 30px; } }
@media (max-width: 1850px) {
  #video-testimonials .quote blockquote {
    padding-left: 12%;
    padding-right: 12%;
    max-width: 950px; }

  #video-testimonials .speaker {
    padding-left: 12%;
    padding-right: 12%;
    max-width: 950px; } }
@media (max-width: 1200px) {
  /*#call-us, #video-testimonials {
  	background-size: 1200px auto;
  }*/ }
@media (max-width: 1195px) {
  #large-nav #primary-nav-links .menu, #large-nav #primary-nav-links #mobile-secondary-nav-links .secondary-nav, #mobile-secondary-nav-links #large-nav #primary-nav-links .secondary-nav {
    display: none; }

  #top-nav-mobile-menu-li {
    display: inline-block; }

  .phone-menu .phone-menu-number {
    display: inline-block; }

  #secondary-nav-links {
    display: none; } }
@media (max-width: 1168px) {
  #video-testimonials .quote blockquote {
    padding-left: 1%;
    padding-right: 22%; }

  #video-testimonials .speaker {
    padding-left: 1%;
    padding-right: 22%; } }
@media (max-width: 1024px) {
  #global-side-nav {
    display: none; }

  #site-logo-link img {
    width: 400px; }

  #header-phone {
    font-size: 32px; }

  .insurance-logo {
    opacity: 1; }

  .interior-top-text-box h1 {
    font-size: 2.2rem; }

  /*#call-us, #video-testimonials {
  	background-attachment: scroll;
  	background-position: center bottom 0px;
  	background-size: cover;
  }*/
  #home-banner.stretchy-wrapper {
    background-attachment: scroll; }

  #miniNavPhoneBlock {
    margin-top: 16px; }

  #global-side-nav {
    display: block !important; }

  #global-side-nav a, #global-side-nav span {
    height: 75px;
    width: 75px; }

  #global-side-nav a#gsn-main-button {
    line-height: 75px; }

  #gsn-links.gsn-opened ul li.gsn-link-1 {
    bottom: 105px; }

  #gsn-links.gsn-opened ul li.gsn-link-2 {
    bottom: 180px; }

  #gsn-links.gsn-opened ul li.gsn-link-3 {
    bottom: 255px; } }
@media (max-width: 1023px) {
  #sidebar-menu-icon a {
    padding-right: 0px; }

  .image_banner_responsive_image {
    display: block; }

  .image_banner_text {
    padding-right: 0px; }

  #sidebar1 {
    text-align: left;
    padding: 10px 20px;
    margin-bottom: 30px; }

  #sidebar-link-box {
    position: static;
    top: auto;
    left: auto;
    padding: 0px; }

  #sidebar-menu-icon {
    display: inline-block; }

  #sidebar1 .custom-categories li {
    border-bottom: 1px solid #D4D4D4; }

  #sidebar1 .custom-categories ul li ul li {
    border-bottom: none; }

  #sidebar1 ul {
    margin-top: 24px;
    margin-bottom: 24px; }

  #sidebar-menu-items {
    display: none; }

  .share-shell {
    display: none; }

  #mobile-share-shell {
    display: inline-block; }

  .share-shell > span {
    width: 100%; }

  .share-shell > span::before {
    display: none; }

  .chicklets.sharethis {
    display: none; }

  .share-shell > span {
    height: auto;
    margin-left: 0; }

  .st_sharethis span {
    display: none !important; }

  .text-right {
    text-align: left; }

  .type-post .post_content {
    padding-right: 0px; }

  #left-bg-callout {
    background-image: none !important; }

  .resource-list-text.rlt-right {
    margin-right: 0px; }

  .resource-list-text {
    margin-left: 0px; } }
@media (max-width: 940px) {
  footer .menu li, footer #mobile-secondary-nav-links .secondary-nav li, #mobile-secondary-nav-links footer .secondary-nav li {
    float: left; }

  .image_banner_responsive_image {
    max-width: 45%; }

  footer .menu li, footer #mobile-secondary-nav-links .secondary-nav li, #mobile-secondary-nav-links footer .secondary-nav li, footer #mobile-secondary-nav-links .secondary-nav li {
    float: none !important; } }
@media (max-width: 810px) {
  #header-treatment {
    display: none; } }
@media (max-width: 782px) {
  .is-stuck #main-nav.wpadmin-active {
    margin-top: 46px; }

  #home-banner {
    display: none; }

  #home-banner-mobile {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

  #m-home-banner-content p {
    font-weight: bold !important; } }
@media (max-width: 767px) {
  #header-phone {
    font-size: 21px; }

  #miniNavPhoneBlock {
    margin-top: 24px; } 
	

	
	}
@media (max-width: 639px) {
  #staff-featured-image {
    display: none; }

  #staff-featured-image-mobile {
    display: block;
    text-align: center; }
    #staff-featured-image-mobile img {
      margin: 10px auto; }

  .treatment-feature-image {
    min-height: 240px; }

  #treatment-section .button-shell, #treatment-section .title {
    text-align: center; }

  .image_banner_responsive_image {
    max-width: 100%;
    width: 100%;
    margin-left: 0; }

  #services-section .column, #services-section .columns {
    margin-bottom: 40px;
    margin-top: 40px; }

  .treatment-pad {
    padding: 30px 0; }

  .staff-excerpt-content, .staff-full-content, .staff-title {
    text-align: left; }

  .staff-row .staff-title {
    font-weight: 600;
    margin-top: 20px; }

  #assessment-shell {
    margin-bottom: 40px; }

  #assessment .questions .title {
    font-size: 20px; }

  #main-contact-form .radio-main-label {
    display: block;
    float: none; }

  #main-contact-form .radio-label {
    padding-bottom: 20px; }

  div.blog-stretchy-wrapper {
    padding-bottom: 30%; }

  .interior-top-text-box {
    margin-top: 0;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0; }

  .interior-top-text-box h1 {
    font-size: 1.4rem;
    line-height: 1.2; }

  #content .callout-block {
    float: none;
    width: 100%;
    margin: 10px 0; }

  .lead {
    font-size: 150%;
    /*line-height: 1.4;*/ }

  .quote blockquote {
    font-size: 22px;
    padding: 0; }

  .quote blockquote p, .speaker p {
    line-height: 1.2; }

  .speaker {
    font-size: 15px;
    padding: 0 14%;
    margin: 0px 0 40px; }

  blockquote p, blockquote {
    font-size: 20px; }

  blockquote {
    padding: 8px 7%; }

  #about-gray-callout {
    background: #ececec; }

  #related-to-this .column, #related-to-this .columns {
    margin-bottom: 30px; }

  #assess-subtitle {
    display: none; }

  .section-title {
    letter-spacing: 6px; }

  .interior-top-banner {
    background-size: 130% auto;
    background-position: center top;
    overflow: hidden;
    background-repeat: no-repeat; }

  #content img.alignleft, .wp-caption.alignleft {
    float: none;
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto 15px; }
    #content img.alignleft p, .wp-caption.alignleft p {
      padding-right: 0px; }

  #content img.alignright, .wp-caption.alignright {
    float: none;
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto 15px; }
    #content img.alignright p, .wp-caption.alignright p {
      padding-left: 0px; }

  #top-search .search-form input[type="text"] {
    font-size: 30px;
    height: 50px; }

  #call-us {
    background-image: none; }

  .content-icon-box {
    margin: 20px 0 24px; }

  #services-section .large-12 {
    margin: 20px 0; }

  #services-section .columns, #services-section .column, #services-section .columns {
    margin-bottom: 15px;
    margin-top: 15px; }

  .content-callout-description p.tb-pad-30 {
    padding-top: 0px; }

  #m-home-banner-content p {
    display: none; }

  h1.bannerless-headline {
    padding-top: 20px;
    padding-bottom: 20px; } }
@media (max-width: 620px) {
  #video-testimonials .quote blockquote {
    padding-left: 1%;
    padding-right: 1%; }

  #video-testimonials .speaker {
    padding-left: 1%;
    padding-right: 1%; } }
@media (max-width: 600px) {
  .is-stuck #main-nav.wpadmin-active {
    margin-top: 0px; } }
@media (max-width: 570px) {
  .phone-menu .phone-menu-number {
    display: none; }

  #site-logo-link img {
    width: 300px; }

  #miniNavPhoneBlock {
    margin-top: 14px; } }
@media (max-width: 470px) {
  #site-logo-link img {
    width: 200px; }

  #miniNavPhoneBlock {
    margin-top: 5px; }

  .seminar-details {
    float: none;
    margin-left: 0; }

  #m-home-banner-play-btn .button.large .fa {
    font-size: 40px;
    margin-left: 8px; }

  #m-home-banner-play-btn .button.large {
    padding: 10px 10px; } }
@media (max-width: 410px) {
  #header-phone {
    font-size: 20px; }

  .phone-menu > li > div {
    padding: 10px 10px 8px 0px; }

  .interior-top-text-box h1 {
    font-size: 1.2rem; } }
@media (max-width: 360px) {
  #site-logo-link img {
    width: 160px; }

  #miniNavPhoneBlock {
    margin-top: 0px; } }
@media screen and (min-width: 40em) {
  .page-template-page-homepage h1 {
    font-size: 2.2rem; } }
/* emma form row */
.emma-form-row {
  display: inline-block !important;
  vertical-align: middle !important; }

ul#emma-form-elements li.emma-form-row {
  width: auto !important; }

ul#emma-form-elements .emma-form-input {
  /* talbott blue */
  border: 2px solid #1d628b !important;
  color: #1d628b !important;
  background-color: #f5f4f4 !important;
  height: 58px;
  margin-right: 10px !important;
  float: none !important; }

ul#emma-form-elements .emma-form-input {
  width: 100% !important; }

#emma-form input[type="submit"], #emma-form a#emma-form-submit {
  /* talbott blue */
  border: 2px solid #1d628b !important;
  color: #1d628b !important;
  background-color: transparent !important;
  margin-left: 10px !important; }

@media (max-width: 960px) {
  #emma-form input[type="submit"], #emma-form a#emma-form-submit {
    margin-left: 0px !important; } }
@media (max-width: 640px) {
  #emma-form input[type="submit"], #emma-form a#emma-form-submit {
    margin-left: 10px !important; } }
@media (max-width: 460px) {
  #emma-form input[type="submit"], #emma-form a#emma-form-submit {
    margin-left: 0px !important; } }
/* end emma form */


/* --------------------
STYLES FOR SHORTCODES 
----------------------- */
.page-template-page-frn-formatting #content{
  max-width: 75rem;
  margin: auto;
  padding: 0 20px;
  font-size: 1.25rem;
}

/* Font */

/* h1, h2, h3 */
#main h1, #main h2, #main h3 {
  font-weight: 700;
  margin-bottom: 24px;
}

/* h4, h5, h6 */
#main h4, #main h5, #main h6 {
  font-weight: 700;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #171E3E;
  margin-top: 0;
  margin-bottom: 16px;
}

/* Divider */
.sl_divider {
  width: 100%;
  height: 2px;
  background-color: #F5F5F5;
  margin: 30px auto;
}

/* Lists */
#main ul {
  list-style: none;
  margin-left: 1.5rem;
}

#main ul li:before {
  content: '';
  background-color: #303036;
  border-radius: 50%;
  display: inline-block;
  margin-left: -1.5rem;
  margin-right: 1rem;
  width: .5rem;
  height: .5rem;
  font-size: 1.5rem;
}

#main ul.secondary li:before {
  background-color: #78C0E0;
}

#main ul.disc li:before {
  background-color: #FFFFFF;
  border: 2px solid #78C0E0;
  width: 1rem;
  height: 1rem;
  margin-left: -2rem;
  margin-bottom: -3px;
}

/* Callouts */
.sl_callout {
  background-color: #116189;
  padding: 30px;
  margin-bottom: 30px;
}

#main .sl_callout * {
  color: #FFFFFF;
}

.sl_callout.secondary {
  background-color: #303036;
}

.sl_callout.border {
  background-color: #FFFFFF;
  border: 2px solid #116189;
}

#main .sl_callout.border * {
  color: #303036;
}

#main .sl_callout.no-box, #main .sl_callout.no-box-large {
  border: none;
  background: none;
  padding: 30px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 30px;
  font-style: italic;
}

#main .sl_callout.no-box {
  font-size: 1.125rem;
  line-height: 35px;
}

/* Callout Cards */
.sl_callout-card {
  margin-bottom: 30px;
  background-color: #116189;
}

.sl_callout-card.secondary {
  background-color: #303036;
}

.sl_callout-card.border {
  background-color: #FFFFFF;
}

.sl_callout-card .card-media {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.sl_callout-card .card-content {
  padding: 30px;
}

#main .sl_callout-card .card-content *{
  color: #FFFFFF;
}

.sl_callout-card.border .card-content {
  border: 2px solid #116189;
}

#main .sl_callout-card.border .card-content * {
  color: #303036;
}

.sl_callout-card .card-content > :last-child{
  margin-bottom: 0;
}

/* Buttons */
.sl_button {
  padding: 15px 20px;
  font-weight: 700;
  font-size: 1.25rem;
  box-sizing: border-box;
  letter-spacing: 2px;
  transition: .2s all ease-in-out;
}

.sl_button.secondary {
  background-color: #303036;
}

.sl_button.inverse {
  background-color: #FFFFFF;
  border: 2px solid #116189;
  color: #116189;
}

.sl_button.secondary:hover {
  background-color: #000000;
  transition: .2s all ease-in-out;
}

.sl_button.inverse:hover {
  background-color: #116189;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  transition: .2s all ease-in-out;
}

/* Tabs */
#main .sl_tabs {
  margin: 0;
  background: none;
  padding: 0;
  display: flex;
  border: 2px solid #116189;
  border-bottom: 0;
}

#main .sl_tabs.secondary{
  border: none;
}

#main .sl_tabs .tabs-title:not(:first-of-type){
  background-color: #FFFFFF;
  border-left: 2px solid #116189;
  flex: 1 1 auto;
  text-align: center;
}

#main .sl_tabs.secondary .tabs-title{
  border: none;
  position: relative;
}

#main .sl_tabs .tabs-title > a {
  background-color: #FFFFFF;
  color: #303036;
  font-weight: 700;
  font-size: 1.25rem;
}

#main .sl_tabs.secondary .tabs-title > a {
  background-color: #303036;
  color: #FFFFFF;
  font-weight: 400;
}

#main .sl_tabs .tabs-title > a[aria-selected='true'] {
  background-color: #78C0E0;
  color: #303036;
}

#main .sl_tabs.secondary .tabs-title > a[aria-selected='true'] {
  background-color: #303036;
  color: #FFFFFF;
  font-weight: 700;
}

#main .sl_tabs.secondary .tabs-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  background-color: #78C0E0;
  height: 0px;
  width: 100%;
  transition: .2s all ease-in-out;
}

#main .sl_tabs.secondary .tabs-title.is-active:after {
  height: 5px;
  transition: .2s all ease-in-out;
}


#main .sl_tabs .tabs-title > a {
  transition: .2s all ease-in-out;
}

#main .sl_tabs .tabs-title > a:hover {
  background-color: #e6e6e6;
}

#main .sl_tabs.secondary .tabs-title > a:hover {
  background-color: #1B1B1F;
}

#main .sl_tabs-content {
  border: 2px solid #116189;
  padding: 30px;
  margin-bottom: 30px;
}

#main .sl_tabs-content.secondary {
  background-color: #116189;
}

#main .sl_tabs-content .tabs-panel {
  padding: 0;
}

#main .sl_tabs-content.secondary .tabs-panel * {
  color: #FFFFFF;
}

#main .sl_tabs-content .tabs-panel > :last-child {
  margin-bottom: 0;
}

#main .sl_tabs .tabs-title:before {
  display: none;
}

@media screen and (max-width: 640px) {
  #main .sl_tabs {
    display: block;
  }

  #main .sl_tabs .tabs-title {
    width: 100%;
    border-top: 2px solid #171E3E;
    border-bottom: 2px solid #171E3E;
    border-left: 0;
    border-right: 0;
  }

  #main .sl_tabs.secondary .tabs-title.is-active:after {
    display: none;
  }

  #main .sl_tabs.secondary .tabs-title > a[aria-selected='true'] {
    background-color: #D7D7D7;
  }
}

/* Accordion */
#main .sl_accordion {
  margin-left: 0;
  margin-bottom: 30px;
  border: 2px solid #303036;
}

#main .sl_accordion.secondary {
  border: 2px solid #FFFFFF;
}

#main .sl_accordion .accordion-item {
  border-bottom: 2px solid #303036;
}

#main .sl_accordion.secondary .accordion-item {
  border-bottom: 2px solid #FFFFFF;
  background-color: #303036;
}

#main .sl_accordion .accordion-item.is-active {
  background-color: #116189;
}

#main .sl_accordion.secondary .accordion-item.is-active {
  background-color: #303036;
}

#main .sl_accordion .accordion-item:last-of-type {
  border: none;
}

#main .sl_accordion .accordion-item:before {
  display: none;
}

#main .sl_accordion .accordion-item .accordion-title {
  font-size: 25px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 30px;
  color: #303036;
  transition: .2s all ease-in-out;
}

#main .sl_accordion .accordion-item.is-active .accordion-title {
  background-color: #116189;
  color: #FFFFFF;
}

#main .sl_accordion.secondary .accordion-item .accordion-title {
  color: #FFFFFF;
  background-color: #303036; 
}

#main .sl_accordion.secondary .accordion-item.is-active .accordion-title {
  color: #FFFFFF;
  background: #116189;
}

#main .accordion .sl_accordion-item .accordion-title:hover, .sl_accordion .accordion-item .accordion-title:focus {
  background-color: #116189;
  color: #FFFFFF;
  transition: .2s all ease-in-out;
}

#main .sl_accordion.secondary .accordion-item .accordion-title:hover {
  background-color: #116189;
  transition: .2s all ease-in-out;
}

#main .sl_accordion.secondary .accordion-item .accordion-title:focus {
  background-color: #116189;
}

#main .sl_accordion .accordion-item .accordion-content {
  background-color: #116189;
  padding: 30px;
  border: none;
}

#main .sl_accordion .accordion-item .accordion-content * {
  color: #FFFFFF;
}

@media screen and (max-width: 640px) {
  #main .sl_accordion .accordion-item .accordion-title {
    font-size: 20px;
  }
}

/* READ NEXT SHORTCODE */
.sl_read-next {
  padding: 16px;
  border: 2px solid #1d628b;
  border-radius: 3px;
  margin-bottom: 24px;
  font-weight: 600;
}

.sl_read-next.large {
  font-size: 24px;
  padding: 20px;
  background-color: #1d628b;
  color: #ffffff;
  border: none;
}

.sl_read-next span {
  text-transform: uppercase;
}

.sl_read-next a {
  color: #78C0E0;
  font-weight: 600;
  text-decoration: underline;
}

.sl_read-next a:hover {
   text-decoration: underline;
   color: #5fa3c1;
}

.sl_read-next.large a:hover {
  color: #ffffff;
}

/* Blockquotes */
blockquote {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.375rem;
  padding: 0 0 0 30px;
  border-left: 5px solid #78C0E0;
  color: #303036;
  margin-bottom: 30px;
}

blockquote cite{
  font-size: 1.25rem;
  color: #303036;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: normal;
  padding-top: 15px;
}

blockquote.secondary {
  padding: 0;
  border: none;
}

/*----------------
Email Form
------------------*/
.sl_footer__email {
  background-color: #1C628B;
  padding: 3rem 0;
  position: relative;
}

.sl_footer__email .sl_inner {
  width: 100%;
  max-width: 1296px;
  padding: 0 3rem;
  margin: 0 auto;
  position: relative;
}

.sl_card--email {
  padding: 32px;
  max-width: 750px;
  margin: 0 auto;
  background-color: #ffffff;
  border-top: 5px solid #67BFDE;
  box-shadow: 0px 9px 18px 0 rgba(0,0,0,.15);
  margin-bottom: 24px;
}

.sl_footer__email .sl_card--email {
  margin-bottom: 0;
}

.sl_card--email h3 {
  font-weight: 700;
  color: #303036;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-transform: none;
  letter-spacing: normal;
}

.sl_form--email {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 5px;
}

.sl_form__multiselect {
  width: 200px;
  max-width: 40%;
  position: relative;
  -webkit-flex: 1 1 40%;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
}

.sl_form__input, .sl_form__multiselect__field {
  position: relative;
  background-color: #FFFFFF;
  padding: 10px 16px;
  border: 1px solid #CACACA;
  font-size: 16px;
  font-weight: 500;
  margin: 0 5px;
  height: 46px;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
}

.sl_form__multiselect__field {
  color: #ABABAB;
  scrollbar-width: none;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative;
}

.sl_form__multiselect__field::-webkit-scrollbar {
  background: none;
  height: 4px;
}

.sl_form__multiselect__field::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.3);
  border-radius: 2px;
}

.sl_form__multiselect__field:focus {
  border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

.sl_form__input {
  -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
}

input.sl_form__input::placeholder {
  color: #ABABAB
}

.sl_form__multiselect__options {
  display: none;
  background-color: #ffffff;
  position: absolute;
  width: auto;
  left: 5px;
  right: 5px;
  padding: 5px 0;
  top: calc(100% - 1px);
  z-index: 1;
  box-shadow: 0px 9px 18px 0 rgba(0,0,0,.15);
}

.sl_form__multiselect__options label {
  display: block;
  padding: 5px 10px;
  padding-left: 32px;
  line-height: 1;
  position: relative;
}

.sl_form__multiselect__options label input {
  position: absolute;
  left: 10px;
  top: calc(50% - 6.5px);
  margin: 0;
}

.sl_form__multiselect__options label:hover {
  background-color: #dadada;
}

.sl_form__multiselect__options {
  font-family: "Source Sans Pro";
}

.sl_card--email .sl_button {
  color: white;
  background-color: #67BFDE;
  border: none;
  padding: 10px 32px;
  text-transform: uppercase;
  font-weight: 700;
}

.sl_form--email .sl_button {
  margin: 0 5px;
  flex: 1 1 auto;
}

.sl_card--email #mce-responses {
  text-align: center;
}

.sl_card--email #mce-responses .response {
  padding: 16px 5px 0px;
}

.sl_card--email #mce-responses .response a {
  display: block;
}

/* Media Query For Small */
@media only screen and (max-width:767px) {
  .sl_footer__email {
    padding: 1.5rem 0 2rem;
  }

  .sl_footer__email .sl_inner {
    padding: 0 1.5rem;
  }

  .sl_card--email {
    padding: 20px;
  }

  .sl_card--email h3 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sl_form--email {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .sl_form__multiselect {
    width: 100%;
    max-width: none;
  }

  .sl_form__input, .sl_form__multiselect__field {
    margin: 0 0 16px;
  }

  .sl_form--email .sl_button {
    margin: 0;
  }

  .sl_card--email #mce-responses .response {
    padding: 16px 0px 0px;
  }
}/*End Media Query */

/*----------------
End Email Form
------------------*/