@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i|PT+Serif:400,400i");
/** Foundation for Sites by ZURB Version 6.2.4 foundation.zurb.com Licensed under MIT Open Source */
/*! 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.nice-select.open, 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 { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; }

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

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

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

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

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

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

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

/** 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"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

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

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

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

body { padding: 0; margin: 0; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-weight: normal; line-height: 1.5; color: #0a0a0a; background: #fefefe; -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; }

[data-whatinput='mouse'] button { outline: 0; }

.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 { width: 100%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; }

@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; }

.expanded.row .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 { margin-left: auto; margin-right: auto; }

.small-centered, .small-centered:last-child:not(:first-child) { float: none; clear: both; }

.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; }
  .expanded.row .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 { margin-left: auto; margin-right: auto; }
  .medium-centered, .medium-centered:last-child:not(:first-child) { float: none; clear: both; }
  .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; }
  .expanded.row .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 { margin-left: auto; margin-right: auto; }
  .large-centered, .large-centered:last-child:not(:first-child) { float: none; clear: both; }
  .large-uncentered, .large-push-0, .large-pull-0 { position: static; margin-left: 0; margin-right: 0; float: left; } }

div, article, section, header, footer, nav, li { position: relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }

.group:after { display: block; height: 0; clear: both; content: "."; visibility: hidden; /* For clearing */ }

body { background: #fff; /* Don't forget to style your body to avoid user overrides */ }

/* -------- WP alignment ----------------------------------------------------------------- */
.right, .alignright { float: right; margin: 0 0 1em 1em; }

.left, .alignleft { float: left; margin: 0 1em 1em 0; }

.aligncenter { margin: 0 auto; text-align: center; display: block; }

/* -------- Make video embeds responsive ----------------------------------------------------------------- */
.iframe-flexible-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; margin: 1em 0; }

.iframe-flexible-container iframe, .iframe-flexible-container object, .iframe-flexible-container embed { position: absolute; top: 0; left: 0; width: 100% !important; height: 100%; }

/** reset.css Adapted from: Normalize.css by Nicolas Gallagher and Jonathan Neal: https://github.com/necolas/normalize.css/ HTML5 boilerplate: http://html5boilerplate.com/ HTML5 Doctor Reset by Eric Meyer and Richard Clark: html5doctor.com/html-5-reset-stylesheet/ Modified by Elliot Jay Stocks */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, .gfield_label, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

audio:not([controls]) { display: none; }

[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; }

h1, h2, h3, h4, h5, .gfield_label, h6 { font-weight: normal; }

a { color: blue; }

a:focus { outline: thin dotted; }

li { list-style: none; }

abbr[title] { border-bottom: none; }

b, strong { font-weight: 700; }

i, em, dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

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

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }

q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

label { cursor: pointer; }

input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

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

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

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

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

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

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

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

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

td { vertical-align: top; }

.nice-select { -webkit-tap-highlight-color: transparent; background-color: #fff; border-radius: 5px; border: solid 1px #e8e8e8; -webkit-box-sizing: border-box; box-sizing: border-box; clear: both; cursor: pointer; display: block; float: left; font-family: inherit; font-size: 14px; font-weight: normal; height: 42px; line-height: 40px; outline: none; padding-left: 1rem; padding-right: 13rem; position: relative; text-align: left !important; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; width: auto; }

.nice-select:hover { border-color: #dbdbdb; }

.nice-select:active, .nice-select.open, .nice-select:focus { border-color: #999; }

.nice-select:after { border-bottom: 2px solid #999; border-right: 2px solid #999; content: ''; display: block; height: 5px; margin-top: -4px; pointer-events: none; position: absolute; right: 12px; top: 50%; -webkit-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; width: 5px; }

.nice-select.open:after { -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); }

.nice-select.open .list { opacity: 1; pointer-events: auto; -webkit-transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); transform: scale(1) translateY(0); }

.nice-select.disabled { border-color: #ededed; color: #999; pointer-events: none; }

.nice-select.disabled:after { border-color: #cccccc; }

.nice-select.wide { width: 100%; }

.nice-select.wide .list { left: 0 !important; right: 0 !important; }

.nice-select.right { float: right; }

.nice-select.right .list { left: auto; right: 0; }

.nice-select.small { font-size: 12px; height: 36px; line-height: 34px; }

.nice-select.small:after { height: 4px; width: 4px; }

.nice-select.small .option { line-height: 34px; min-height: 34px; }

.nice-select .list { background-color: #fff; border-radius: 5px; -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11); box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11); -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: 4px; opacity: 0; overflow: hidden; padding: 0; pointer-events: none; position: absolute; top: 100%; left: 0; -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transform: scale(0.75) translateY(-21px); -ms-transform: scale(0.75) translateY(-21px); transform: scale(0.75) translateY(-21px); -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; z-index: 9; }

.nice-select .list:hover .option:not(:hover) { background-color: transparent !important; }

.nice-select .option { cursor: pointer; font-weight: 400; line-height: 40px; list-style: none; min-height: 40px; outline: none; padding-left: 1rem; padding-right: 12rem; text-align: left; -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus { background-color: #f6f6f6; }

.nice-select .option.selected { font-weight: bold; }

.nice-select .option.disabled { background-color: transparent; color: #999; cursor: default; }

.no-csspointerevents .nice-select .list { display: none; }

.no-csspointerevents .nice-select.open .list { display: block; }

/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; }

.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }

.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }

.mfp-align-top .mfp-container:before { display: none; }

.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }

.mfp-ajax-cur { cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -webkit-zoom-out; cursor: zoom-out; }

.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: zoom-in; }

.mfp-auto-cursor .mfp-content { cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.mfp-loading.mfp-figure { display: none; }

.mfp-hide { display: none !important; }

.mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }

.mfp-preloader a { color: #CCC; }

.mfp-preloader a:hover { color: #FFF; }

.mfp-s-ready .mfp-preloader { display: none; }

.mfp-s-error .mfp-content { display: none; }

button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; -webkit-box-shadow: none; box-shadow: none; -ms-touch-action: manipulation; touch-action: manipulation; }

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

.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus { opacity: 1; }

.mfp-close:active, .mfp-close.nice-select.open { top: 1px; }

.mfp-close-btn-in .mfp-close { color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; }

.mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; }

.mfp-arrow { position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active, .mfp-arrow.nice-select.open { margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }

.mfp-arrow:after { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }

.mfp-arrow:before { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }

.mfp-arrow-left { left: 0; }

.mfp-arrow-left:after { border-right: 17px solid #FFF; margin-left: 31px; }

.mfp-arrow-left:before { margin-left: 25px; border-right: 27px solid #3F3F3F; }

.mfp-arrow-right { right: 0; }

.mfp-arrow-right:after { border-left: 17px solid #FFF; margin-left: 39px; }

.mfp-arrow-right:before { border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }

.mfp-iframe-holder .mfp-close { top: -40px; }

.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }

.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; }

/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure { line-height: 0; }

.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; }

.mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; }

.mfp-figure figure { margin: 0; }

.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }

.mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; }

.mfp-image-holder .mfp-content { max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { /** Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
  .mfp-img-mobile img.mfp-img { padding: 0; }
  .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
  .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
  .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
  .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } }

@media all and (max-width: 900px) { .mfp-arrow { -webkit-transform: scale(0.75); -ms-transform: scale(0.75); transform: scale(0.75); }
  .mfp-arrow-left { -webkit-transform-origin: 0; -ms-transform-origin: 0; transform-origin: 0; }
  .mfp-arrow-right { -webkit-transform-origin: 100%; -ms-transform-origin: 100%; transform-origin: 100%; }
  .mfp-container { padding-left: 6px; padding-right: 6px; } }

/* Mixins */
/* resusable styles */
.button, button, input[type="submit"], .search input[type="submit"], a { -webkit-transition: all .3s ease !important; -o-transition: all .3s ease !important; transition: all .3s ease !important; }

.action-items .landing-cta1:before, .action-items .landing-cta2:before, .action-items .landing-cta3:before, .action-items .landing-cta4:before { content: "."; display: block; text-indent: -9999px; }

.lb-bg { background: url("../img/bg-texture.png") !important; }

.et_pb_row { padding-left: 1.5em !important; padding-right: 1.5em !important; }

/* Media Queries */
/* -------- Buttons ----------------------------------------------------------------- */
.button, button, input[type="submit"] { position: relative; font-size: 1.1rem; font-family: "Open Sans"; font-weight: 800 !important; display: inline-block; border: none; color: white !important; background-color: #F37928 !important; padding: .75em 1.5em .75em; text-transform: uppercase; font-weight: normal; letter-spacing: 0em; text-align: center; border-radius: 0px; }

.button:hover, button:hover, input[type="submit"]:hover { color: white !important; background-color: #922860 !important; }

form li { margin-bottom: 2em; }

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="search"], textarea { border-radius: 0px; border: 1px solid rgba(111, 112, 100, 0.3); padding: .8em; line-height: 1.3em; margin-bottom: .7em; font-size: 1rem; height: 40px; line-height: 40px; color: rgba(0, 0, 0, 0.8); font-weight: normal; -webkit-appearance: none; }

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="search"]:focus, textarea:focus { border-radius: 0px; outline: none; }

input[type="checkbox"] { margin-left: .5em; margin-right: .25em; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] { margin-top: 0px !important; margin-right: .25em; }

.search { overflow: hidden; }

.search input { float: left !important; border: none !important; }

.search input[type="search"] { width: 70%; padding: 10px; height: 20px; }

.search input[type="submit"] { width: 20%; height: 40px; padding: 8px; border: none; background: #922860 !important; color: white; font-family: "SSGeomiconsSquared"; font-size: 1.4em; margin: 0px; }

.search input[type="submit"]:hover { background: #F37928 !important; }

.search-page-form { background: rgba(234, 232, 219, 0.5); padding: 1em; overflow: hidden; margin-top: 4em; }

.search-page-form input[type="search"] { width: 88%; }

.search-page-form input[type="submit"] { width: 10%; min-width: 40px; }

.search-result { border-top: 1px solid #EAE8DB; padding: 1em 0; }

table { width: 100%; font-family: "Open Sans"; margin: 2em 0em; }

table td { padding: .5em .5em .5em 0; border-top: 1px solid rgba(111, 112, 100, 0.1); text-align: left; }

table td a { border: none; color: #6F7064; }

table td:first-child a { font-weight: 800; border: none; color: #922860; }

table th { font-family: "PT Serif"; text-align: left; padding-bottom: 2em; }

body { background: #EAE8DB; }

.content { max-width: 75rem; margin-left: auto; margin-right: auto; background: white; padding: 2em 0; }

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

.content::after { clear: both; }

@media screen and (min-width: 48em) { .content { padding: 4em 0; } }

.homepage .content { padding: 0; }

@media screen and (min-width: 48em) { .homepage .content { display: table; width: 100%; height: 100%; } }

.main { width: 100%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; padding: 0 1.5em; }

@media screen and (min-width: 40em) { .main { padding-left: 0.9375rem; padding-right: 0.9375rem; } }

.main:last-child:not(:first-child) { float: right; }

@media screen and (min-width: 48em) { .main { width: 66.66667%; float: left; padding: 0 4em; }
  .main:last-child:not(:first-child) { float: right; }
  .main.full-width { width: 100%; float: left; padding: 0 4em; }
  .main.full-width:last-child:not(:first-child) { float: right; } }

.sidebar { width: 100%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; padding: 0px !important; }

@media screen and (min-width: 40em) { .sidebar { padding-left: 0.9375rem; padding-right: 0.9375rem; } }

.sidebar:last-child:not(:first-child) { float: right; }

@media screen and (min-width: 48em) { .sidebar { width: 33.33333%; float: left; }
  .sidebar:last-child:not(:first-child) { float: right; } }

@media screen and (min-width: 48em) { .home-wrap { display: table-row; height: 100%; } }

.slider { display: none; }

@media screen and (min-width: 48em) { .slider { display: table-cell; width: 65%; } }

@media screen and (min-width: 61.3125em) { .slider { width: 65%; } }

@media screen and (min-width: 48em) { .slider-mobile { display: none; } }

.action-items { width: 100%; vertical-align: top; }

@media screen and (min-width: 48em) { .action-items { width: 35%; display: table-cell; } }

@media screen and (min-width: 61.3125em) { .action-items { width: 35%; } }

body { font-family: "Open Sans"; font-weight: normal; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #6F7064; }

h1, h2, h3, h4, h5, .gfield_label, h6 { margin: 0 0 .25em 0; line-height: 1.3; }

h1 a, h2 a, h3 a, h4 a, h5 a, .gfield_label a, h6 a { border-bottom: none; }

h1 { font-family: "PT Serif"; font-weight: normal; font-style: normal; color: #922860; font-size: 2.6em; }

@media screen and (min-width: 61.3125em) { h1 { font-size: 3.8em; } }

h2 { font-family: "PT Serif"; font-weight: normal; font-style: normal; color: #F37928; font-size: 2.2em; }

h3 { font-family: "PT Serif"; font-weight: normal; font-style: normal; color: #F37928; font-size: 1.5em; }

h4 { font-family: "Open Sans"; font-weight: normal; font-style: italic; color: #6F7064; font-size: 1.3em; }

h5, .gfield_label { font-family: "Open Sans"; font-weight: 800; font-style: normal; color: #922860; font-size: .9em; text-transform: uppercase; letter-spacing: .1em; }

blockquote { font-family: "PT Serif"; font-weight: normal; font-style: normal; color: #922860; margin: 3em 0; }

blockquote p { font-size: 1.5em; padding: 0 0 0 2em; line-height: 1.3em; }

blockquote:before { content: '“'; font-size: 6em; color: rgba(146, 40, 96, 0.1); float: left; line-height: 1em; position: relative; left: -.1em; }

@media screen and (min-width: 61.3125em) { blockquote p { font-size: 2.1em; padding: 0 0 0 1em; } }

a { text-decoration: none; color: #922860; border-bottom: dotted 1px #922860; }

a:hover { color: #F37928; border-bottom: dotted 1px #F37928; }

bold, strong { font-family: inherit; }

p, li { margin: 0 0 1em 0; font-size: 1rem; }

.main ul, .main ol { margin: 0em 0 2em 0; padding-left: 20px; }

.main ul li { list-style: disc; }

.main ol li { list-style: decimal !important; }

.intro { font-size: 1.5em; }

.highlighted { background: rgba(234, 232, 219, 0.5); border-top: #FDC132 14px solid; padding: 2em; margin-bottom: 2em; }

.highlighted.red { border-top-color: #E34125; }

.highlighted.purple { border-top-color: #922860; }

.highlighted table { margin: 0px; }

.highlighted table td { border-top: 0; border-bottom: 1px solid rgba(111, 112, 100, 0.1); }

@media screen and (min-width: 61.3125em) { .highlighted.half { width: 47%; display: inline-block; }
  .highlighted.half + .half { float: right; } }

.careerSearchWrp { margin: 0px; }

.page-numbers { margin-top: 2em; border: none; display: inline-block; width: 30px; height: 30px; text-align: center; border: none; }

.page-numbers.next, .page-numbers.prev { font-family: "SSStandard"; }

.page-numbers.current { background: #922860; color: white; font-weight: 600; padding: .2em; }

.page-numbers:hover { border: none; }

h2 { color: #922860; }

h2 a { color: #922860; }

.sub-nav { background: rgba(234, 232, 219, 0.3); border-top: #FDC132 14px solid; margin-bottom: 2em; padding-bottom: 1em; }

.sub-nav h2 { margin: 25px 45px 0 45px; }

.sub-nav h2 a { color: #922860; }

.sub-nav h2 a:hover { color: #F37928; }

.sub-nav ul { margin: 20px 45px 25px; }

.sub-nav li.active > a { font-weight: 800; color: #922860; }

.sub-nav .children { margin: 20px 15px 25px; }

.sub-nav .children li { font-size: .9em; }

.sub-nav a { color: #6F7064; border-bottom-color: transparent; }

.sub-nav a:hover { color: #922860; border-bottom-color: #922860; }

@media screen and (min-width: 61.3125em) { .sub-nav { margin-left: 3em; } }

.news-listings { max-width: 75rem; margin-left: auto; margin-right: auto; }

.news-listings::before, .news-listings::after { content: ' '; display: table; }

.news-listings::after { clear: both; }

.news-listings .news-listings article { width: 100%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; padding-bottom: 4em; padding-top: 2em; }

@media screen and (min-width: 40em) { .news-listings .news-listings article { padding-left: 0.9375rem; padding-right: 0.9375rem; } }

.news-listings .news-listings article:last-child:not(:first-child) { float: right; }

@media screen and (min-width: 61.3125em) { .news-listings .news-listing { max-width: 75rem; margin-left: auto; margin-right: auto; width: 100%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; padding: 0px !important; }
  .news-listings .news-listing::before, .news-listings .news-listing::after { content: ' '; display: table; }
  .news-listings .news-listing::after { clear: both; } }

@media screen and (min-width: 61.3125em) and (min-width: 40em) { .news-listings .news-listing { padding-left: 0.9375rem; padding-right: 0.9375rem; } }

@media screen and (min-width: 61.3125em) { .news-listings .news-listing:last-child:not(:first-child) { float: right; }
  .news-listings .news-listing, .news-listings .news-listing:last-child { float: none; }
  .news-listings .thumb { width: 25%; float: left; }
  .news-listings .thumb:last-child:not(:first-child) { float: right; }
  .news-listings .details { width: 75%; float: left; padding-left: 1.5625rem; padding-right: 1.5625rem; }
  .news-listings .details:last-child:not(:first-child) { float: right; } }

.news-listing { margin-bottom: 2em; }

.news-listing a { border: none; }

.news-listing .thumb { margin-bottom: 2em; }

.date { background: #F37928; color: white; padding: .25em .75em; display: inline-block; text-transform: uppercase; font-weight: 800; }

.search-listings article { margin-bottom: 2em; padding: 0px !important; padding-top: 1em !important; padding-bottom: 1em !important; border-top: 1px solid rgba(111, 112, 100, 0.3); max-width: 75rem; margin-left: auto; margin-right: auto; width: 100%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; }

.search-listings article::before, .search-listings article::after { content: ' '; display: table; }

.search-listings article::after { clear: both; }

@media screen and (min-width: 40em) { .search-listings article { padding-left: 0.9375rem; padding-right: 0.9375rem; } }

.search-listings article:last-child:not(:first-child) { float: right; }

.search-listings article, .search-listings article:last-child { float: none; }

.search-listings h1 { margin-bottom: 1em; }

.search-listings .address { border: none; margin-bottom: 0px; padding-bottom: 0px; }

.search-listings .date { font-size: .8em; }

@media screen and (min-width: 61.3125em) { .search-listings .thumb { width: 16.66667%; float: left; padding-right: 2em; }
  .search-listings .thumb:last-child:not(:first-child) { float: right; }
  .search-listings .details { width: 83.33333%; float: left; }
  .search-listings .details:last-child:not(:first-child) { float: right; } }

.services-listings { margin-left: -10px; margin-right: -10px; }

.services-listings > .services-listing { width: 100%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; }

.services-listings > .services-listing:nth-of-type(1n) { clear: none; }

.services-listings > .services-listing:nth-of-type(1n+1) { clear: both; }

.services-listings > .services-listing:last-child { float: left; }

@media screen and (min-width: 48em) { .services-listings > .services-listing { width: 50%; float: left; padding-left: 0.0625rem; padding-right: 0.0625rem; }
  .services-listings > .services-listing:nth-of-type(1n) { clear: none; }
  .services-listings > .services-listing:nth-of-type(2n+1) { clear: both; }
  .services-listings > .services-listing:last-child { float: left; } }

@media screen and (min-width: 61.3125em) { .services-listings > .services-listing { width: 33.33333%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; }
  .services-listings > .services-listing:nth-of-type(1n) { clear: none; }
  .services-listings > .services-listing:nth-of-type(3n+1) { clear: both; }
  .services-listings > .services-listing:last-child { float: left; } }

.services-listings .services-listing.specialty-care { width: 100%; }

.services-listings .services-listing.specialty-care ul { padding-left: 0px; }

.services-listings .services-listing.specialty-care ul li { list-style: disc !important; margin-left: 2em; padding-left: 0px; }

@media screen and (min-width: 48em) { .services-listings .services-listing.specialty-care ul { -webkit-column-count: 2; column-count: 2; } }

@media screen and (min-width: 61.3125em) { .services-listings .services-listing.specialty-care ul { -webkit-column-count: 3; column-count: 3; } }

.filters { position: relative; border-bottom: 1px solid rgba(111, 112, 100, 0.2); padding: 1em 0 2em; margin-bottom: 2em; }

.filters .label { background: #E34125; padding: .5em 1em; color: white; text-transform: uppercase; font-weight: 800; display: inline-block; letter-spacing: .1em; font-size: .9rem; }

.searchandfilter > ul { margin: 0 !important; padding: 0 !important; }

.searchandfilter > ul > li { display: block; }

@media screen and (min-width: 48em) { .searchandfilter > ul { margin: 0 !important; padding: 0 !important; }
  .searchandfilter > ul > li { display: inline-block; } }

.searchandfilter select.sf-input-select { min-width: 100%; }

@media screen and (min-width: 48em) { .searchandfilter select.sf-input-select { min-width: 0; } }

.sf-field-sort_order { position: absolute; top: 0; right: 0px; z-index: 100; }

.sf-field-sort_order .selectboxit-btn { border: none; }

.sf-field-sort_order .selectboxit-btn > .selectboxit-text { color: #922860; font-weight: 800 !important; text-transform: uppercase; }

.provider-listing { max-width: 75rem; margin-left: auto; margin-right: auto; border-bottom: 1px solid rgba(111, 112, 100, 0.2); padding: 2em 0; margin: 2em 0; }

.provider-listing::before, .provider-listing::after { content: ' '; display: table; }

.provider-listing::after { clear: both; }

.provider-listing .provider-photo { width: 100%; float: left; }

.provider-listing .provider-photo:last-child:not(:first-child) { float: right; }

.provider-listing .provider-photo img { max-width: 200px; }

.provider-listing .provider-details { width: 100%; float: left; padding: 2em 0; }

.provider-listing .provider-details:last-child:not(:first-child) { float: right; }

.provider-listing .provider-details a { border: none; color: #6F7064; }

.provider-listing .provider-details a:hover { color: #F37928; }

.provider-listing .provider-details .provider-info + .provider-info:before { content: ", "; color: rgba(111, 112, 100, 0.5); }

.provider-listing .provider-details h2 { color: #F37928; font-size: 2em; }

.provider-listing .provider-details h2 a { color: #F37928; }

.provider-listing .provider-details h2 a:hover { color: #922860; }

.provider-listing .provider-details .intro { font-size: 1.2em; font-style: italic; }

.provider-listing .provider-details table { margin-bottom: 1.6em; font-size: 1em; }

.provider-listing .provider-details table td { padding: .5em 0em; vertical-align: center; line-height: 1em; border: none; }

.provider-listing .provider-details table td:first-child { padding-right: 1.5em; }

.provider-listing .provider-details .available { color: #F37928; font-weight: 600; }

.provider-listing .provider-details .available:before { color: #922860; font-family: "SSStandard"; content: "\2713"; padding-right: .5em; }

.provider-listing .provider-details .not-available { font-style: italic; }

.provider-listing .provider-details .not-available:before { color: #6F7064; font-family: "SSStandard"; content: "\2421"; padding-right: .5em; }

@media screen and (min-width: 61.3125em) { .provider-listing .provider-photo { width: 33.33333%; float: left; }
  .provider-listing .provider-photo:last-child:not(:first-child) { float: right; }
  .provider-listing .provider-details { width: 66.66667%; float: left; padding: 0 2em; }
  .provider-listing .provider-details:last-child:not(:first-child) { float: right; } }

/* jquery.selectBoxIt.css 3.8.0 Author: @gregfranko */
/* Common CSS Properties --------------------- These properties will be applied to any themes that you use */
/* SelectBoxIt container */
.selectboxit-container { position: relative; display: inline-block; vertical-align: top; }

.selectboxit-container a { border-bottom: none; }

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * { font: 14px Helvetica, Arial; font-family: "Open Sans"; /* Prevents text selection */ -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: -moz-none; -ms-user-select: none; -o-user-select: none; user-select: none; outline: none; white-space: nowrap; }

/* Button */
.selectboxit-container .selectboxit { width: 220px; /* Width of the dropdown button */ cursor: pointer; margin: 0 3px 0 0; padding: 0; border-radius: 0px; overflow: hidden; display: block; position: relative; }

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a { height: 40px; /* Height of the drop down */ line-height: 40px; /* Vertically positions the drop down text */ display: block; }

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus { outline: 0; }

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled { opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; cursor: default; }

/* Button Text */
.selectboxit-text { text-indent: 5px; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; float: left; }

.selectboxit .selectboxit-option-icon-container { margin-left: 5px; }

/* Options List */
.selectboxit-container .selectboxit-options { -webkit-box-sizing: border-box; box-sizing: border-box; min-width: 100%; /* Minimum Width of the dropdown list box options */ *width: 100%; margin: 0; padding: 0; list-style: none; position: absolute; overflow-x: hidden; overflow-y: auto; cursor: pointer; display: none; z-index: 9999999999999; border-radius: 0px; text-align: left; -webkit-box-shadow: none; box-shadow: none; }

/* Individual options */
.selectboxit-option .selectboxit-option-anchor { padding: 0 2px; }

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover { text-decoration: none; }

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header { text-indent: 5px; /* Horizontal Positioning of the select box option text */ margin: 0; list-style-type: none; }

/* Drop Down optgroup headers */
.selectboxit-optgroup-header { font-weight: bold; }

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover { cursor: default; }

/* Drop Down down arrow container */
.selectboxit-arrow-container { /* Positions the down arrow */ width: 30px; position: absolute; right: 0; }

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow { /* Horizontally centers the down arrow */ margin: 0 auto; position: absolute; top: 25%; right: 25%; }

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon { top: 30%; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container { float: left; }

.selectboxit-container .selectboxit-option-icon { margin: 0; padding: 0; vertical-align: middle; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url { width: 18px; background-size: 18px 18px; background-repeat: no-repeat; height: 100%; background-position: center; float: left; }

.selectboxit-rendering { display: inline-block !important; *display: inline !important; zoom: 1 !important; visibility: visible !important; position: absolute !important; top: -9999px !important; left: -9999px !important; }

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon { background-color: inherit; }

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s { background-position: -64px -16px; }

/* Default Theme ------------- Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme */
.selectboxit-btn { background-color: #fff; border: 1px solid rgba(111, 112, 100, 0.3); }

.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active, .selectboxit-btn.selectboxit-enabled.nice-select.open { color: #333333; background-color: #fff; }

.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus { color: #333333; text-decoration: none; background-position: 0 -15px; }

.selectboxit-default-arrow:after { content: "\F501"; font-family: "SSStandard"; color: #922860; }

.selectboxit-list { background-color: #ffffff; border: 1px solid #ccc; }

.selectboxit-list .selectboxit-option-anchor { color: #333333; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor { color: #ffffff; background-color: #FDC132; }

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor { color: #999999; }

.address { position: relative; padding-left: 1.5em; border-bottom: 1px solid rgba(111, 112, 100, 0.2); padding-bottom: 2em; margin-bottom: 2em; }

.address:before { content: "\E6D0"; font-family: "SSStandard"; height: 100%; position: absolute; left: 0px; top: .25em; font-size: 1em; float: left; color: #E34125; }

.image-map { margin-top: 2em; max-width: 75rem; margin-left: auto; margin-right: auto; }

.image-map::before, .image-map::after { content: ' '; display: table; }

.image-map::after { clear: both; }

.location-image { width: 100%; float: left; }

.location-image:last-child:not(:first-child) { float: right; }

@media screen and (min-width: 48em) { .location-image { width: 50%; float: left; }
  .location-image:last-child:not(:first-child) { float: right; } }

.acf-map.single { height: 0; padding-bottom: 50%; width: 100%; float: left; }

.acf-map.single:last-child:not(:first-child) { float: right; }

@media screen and (min-width: 48em) { .acf-map.single { width: 50%; float: left; }
  .acf-map.single:last-child:not(:first-child) { float: right; } }

.location-info { margin: 1em 0 4em; max-width: 75rem; margin-left: auto; margin-right: auto; }

.location-info::before, .location-info::after { content: ' '; display: table; }

.location-info::after { clear: both; }

.location-info table { margin: 0 0 .5em; }

.location-info table td { border: none; padding: .2em .5em .2em 0; }

.location-info table td:first-child { font-weight: 800; }

.location-info h5, .location-info .gfield_label { margin-top: 2em; }

.location-info .contact { width: 100%; float: left; }

.location-info .contact:last-child:not(:first-child) { float: right; }

@media screen and (min-width: 48em) { .location-info .contact { width: 50%; float: left; }
  .location-info .contact:last-child:not(:first-child) { float: right; } }

.location-info .hours { width: 100%; float: left; }

.location-info .hours:last-child:not(:first-child) { float: right; }

@media screen and (min-width: 48em) { .location-info .hours { width: 50%; float: left; }
  .location-info .hours:last-child:not(:first-child) { float: right; } }

table.job-listings th { display: none; }

table.job-listings td { display: block; border: none; }

@media screen and (min-width: 48em) { table.job-listings th { display: table-cell; }
  table.job-listings td { display: table-cell; border-top: 1px solid rgba(111, 112, 100, 0.1); } }

.action-items p:first-of-type { font-weight: 800; margin-bottom: .25em; }

.action-items a { display: block; padding: 1em  2em 1em 4em; background: #922860; border: none; color: white; position: relative; }

.action-items a h2 { color: white; font-size: 1.6em; }

.action-items a:hover { -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7); box-shadow: 0 0 15px rgba(0, 0, 0, 0.7); z-index: 1000; }

.action-items a:before { color: white; font-size: 2rem; font-family: "SSGeomiconsSquared"; position: absolute; left: .5em; top: .5em; }

@media screen and (min-width: 61.3125em) { .action-items a { padding: 1em  2em 1em 5em; }
  .action-items a h2 { color: white; font-size: 1.9em; }
  .action-items a:before { color: white; font-size: 2.5rem; font-family: "SSGeomiconsSquared"; position: absolute; left: .5em; top: .5em; } }

.action-items .find-location { background: #F37928; }

.action-items .find-location:before { content: "\E6D0"; }

.action-items .our-services { background: #FDC132; color: #922860; }

.action-items .our-services:before { content: "\2665"; font-family: "SSStandard"; }

.action-items .our-services h2 { color: #922860; }

.action-items .appointments { background: #E34125; }

.action-items .appointments:before { content: "\F070"; font-family: "SSStandard"; }

.action-items .mycare-online { background: #922860; }

.action-items .mycare-online:before { content: "\1F4CB"; }

.action-items .landing-cta1, .action-items .landing-cta2, .action-items .landing-cta3, .action-items .landing-cta4 { background-size: 35px auto; background-repeat: no-repeat; background-position: 1.25em 1.5em; }

.action-items .landing-cta1:before, .action-items .landing-cta2:before, .action-items .landing-cta3:before, .action-items .landing-cta4:before { height: 80px; width: 80px; }

.action-items .landing-cta1 { background-color: #F37928; }

.action-items .landing-cta2 { background-color: #FDC132; color: #922860; }

.action-items .landing-cta2 h2 { color: #922860; }

.action-items .landing-cta3 { background-color: #E34125; }

.action-items .landing-cta4 { background-color: #922860; }

.slider { position: relative; height: 100%; }

.slider .cycle-slideshow { width: 100%; height: 100%; min-height: 100%; position: relative; }

.slider .slide { width: 100%; height: 100%; min-height: 100%; position: relative; }

.slider .slide-content { width: 100%; height: 100%; background: #4c4c4c; background: -webkit-gradient(left bottom, right top, color-stop(0%, #4c4c4c), color-stop(53%, rgba(3, 3, 3, 0)), color-stop(55%, transparent)); background: -o-linear-gradient(45deg, #4c4c4c 0%, rgba(3, 3, 3, 0) 53%, transparent 55%); background: linear-gradient(45deg, #4c4c4c 0%, rgba(3, 3, 3, 0) 53%, transparent 55%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000', GradientType=1 ); }

.slider .slide-content-inner { color: white; text-shadow: 4px 4px 25px rgba(0, 0, 0, 0.9); position: absolute; padding: 2em; bottom: 0em; left: 0em; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; max-width: 100%; }

.slider .slide-content-inner h1 { color: white; }

.slider .slide-content-inner p { font-size: 1.3em; }

.slider-mobile { position: relative; height: 400px; }

.slider-mobile .cycle-slideshow { width: 100%; height: 100%; }

.slider-mobile .slide { width: 100%; height: 100%; position: relative; }

.slide-content-mobile { padding: 1em; display: block; }

@media screen and (min-width: 48em) { .slide-content-mobile { display: none; } }

.content.home { height: 100%; }

.map { max-width: 75rem; margin-left: auto; margin-right: auto; width: 100%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; padding: 0px !important; padding-top: 4em; text-align: center; }

.map::before, .map::after { content: ' '; display: table; }

.map::after { clear: both; }

@media screen and (min-width: 40em) { .map { padding-left: 0.9375rem; padding-right: 0.9375rem; } }

.map:last-child:not(:first-child) { float: right; }

.map, .map:last-child { float: none; }

.map h2 { color: #922860; margin-top: 1em; }

.map p { font-size: 1.3em; }

.home .map { padding-top: 120px !important; background: white; margin-bottom: 2em; }

.map-intro { position: absolute; z-index: 10; top: 0; width: 100%; padding-top: 1em; padding-bottom: 2em; background: white; background: white; background: -webkit-gradient(left top, left bottom, color-stop(24%, white), color-stop(57%, #f7f7f7), color-stop(100%, rgba(237, 237, 237, 0))); background: -o-linear-gradient(top, white 24%, #f7f7f7 57%, rgba(237, 237, 237, 0) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(24%, white), color-stop(57%, #f7f7f7), to(rgba(237, 237, 237, 0))); background: linear-gradient(to bottom, white 24%, #f7f7f7 57%, rgba(237, 237, 237, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); }

.acf-map { width: 100%; height: 800px; border: none; }

/* fixes potential theme css conflict */
.gm-style-iw { font-family: "Open Sans"; text-align: left; padding: 0 1em; z-index: 5000; }

.gm-style-iw p { font-size: 1.1em; }

.gm-style-iw div { overflow: hidden; }

.gm-style-iw a { border: none; color: #F37928; }

.gm-style-iw h2 { font-size: 1.5em; }

.gm-style-iw h2 a { color: #922860; }

#site-footer { max-width: 75rem; margin-left: auto; margin-right: auto; padding: 4em 0; }

#site-footer::before, #site-footer::after { content: ' '; display: table; }

#site-footer::after { clear: both; }

#site-footer h2 { font-family: "PT Serif"; font-size: 1.6em; color: #6F7064; }

#site-footer p, #site-footer td { font-size: .9em; }

#site-footer table { margin-top: 0px; }

#site-footer table td:last-child { text-align: right; }

#site-footer a { border-bottom: 0px; font-weight: normal; }

#site-footer .logo { width: 100%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; margin-bottom: 2em; }

@media screen and (min-width: 40em) { #site-footer .logo { padding-left: 0.9375rem; padding-right: 0.9375rem; } }

#site-footer .logo:last-child:not(:first-child) { float: right; }

#site-footer .logo p { margin-bottom: 2em; display: none; }

@media screen and (min-width: 48em) { #site-footer .logo { width: 50%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; border-bottom: none; } }

@media screen and (min-width: 48em) and (min-width: 40em) { #site-footer .logo { padding-left: 0.9375rem; padding-right: 0.9375rem; } }

@media screen and (min-width: 48em) { #site-footer .logo:last-child:not(:first-child) { float: right; }
  #site-footer .logo p { display: block; } }

@media screen and (min-width: 61.3125em) { #site-footer .logo { width: 33.33333%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; } }

@media screen and (min-width: 61.3125em) and (min-width: 40em) { #site-footer .logo { padding-left: 0.9375rem; padding-right: 0.9375rem; } }

@media screen and (min-width: 61.3125em) { #site-footer .logo:last-child:not(:first-child) { float: right; } }

#site-footer .logo.mobile p { display: block; }

@media screen and (min-width: 48em) { #site-footer .logo.mobile p { display: none; } }

#site-footer .utility { width: 100%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; margin-bottom: 2em; }

@media screen and (min-width: 40em) { #site-footer .utility { padding-left: 0.9375rem; padding-right: 0.9375rem; } }

#site-footer .utility:last-child:not(:first-child) { float: right; }

@media screen and (min-width: 48em) { #site-footer .utility { max-width: 75rem; margin-left: auto; margin-right: auto; width: 100%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; padding-top: 2em; }
  #site-footer .utility::before, #site-footer .utility::after { content: ' '; display: table; }
  #site-footer .utility::after { clear: both; } }

@media screen and (min-width: 48em) and (min-width: 40em) { #site-footer .utility { padding-left: 0.9375rem; padding-right: 0.9375rem; } }

@media screen and (min-width: 48em) { #site-footer .utility:last-child:not(:first-child) { float: right; }
  #site-footer .utility, #site-footer .utility:last-child { float: none; } }

@media screen and (min-width: 61.3125em) { #site-footer .utility { width: 33.33333%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; border-top: none; padding-top: 0em; padding-left: 3em !important; } }

@media screen and (min-width: 61.3125em) and (min-width: 40em) { #site-footer .utility { padding-left: 0.9375rem; padding-right: 0.9375rem; } }

@media screen and (min-width: 61.3125em) { #site-footer .utility:last-child:not(:first-child) { float: right; } }

#site-footer .mycare { border-bottom: 1px solid rgba(111, 112, 100, 0.2); padding-bottom: 1.5em; margin-bottom: 2em; }

@media screen and (min-width: 48em) { #site-footer .mycare { width: 50%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; border-bottom: none; padding-bottom: 0em; margin-bottom: 1em; } }

@media screen and (min-width: 48em) and (min-width: 40em) { #site-footer .mycare { padding-left: 0.9375rem; padding-right: 0.9375rem; } }

@media screen and (min-width: 48em) { #site-footer .mycare:last-child:not(:first-child) { float: right; } }

@media screen and (min-width: 61.3125em) { #site-footer .mycare { width: 100%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; } }

@media screen and (min-width: 61.3125em) and (min-width: 40em) { #site-footer .mycare { padding-left: 0.9375rem; padding-right: 0.9375rem; } }

@media screen and (min-width: 61.3125em) { #site-footer .mycare:last-child:not(:first-child) { float: right; } }

@media screen and (min-width: 48em) { #site-footer .contact-info { width: 50%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; } }

@media screen and (min-width: 48em) and (min-width: 40em) { #site-footer .contact-info { padding-left: 0.9375rem; padding-right: 0.9375rem; } }

@media screen and (min-width: 48em) { #site-footer .contact-info:last-child:not(:first-child) { float: right; } }

@media screen and (min-width: 61.3125em) { #site-footer .contact-info { width: 100%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; } }

@media screen and (min-width: 61.3125em) and (min-width: 40em) { #site-footer .contact-info { padding-left: 0.9375rem; padding-right: 0.9375rem; } }

@media screen and (min-width: 61.3125em) { #site-footer .contact-info:last-child:not(:first-child) { float: right; } }

#site-footer .locations { width: 100%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; margin-bottom: 2em; }

@media screen and (min-width: 40em) { #site-footer .locations { padding-left: 0.9375rem; padding-right: 0.9375rem; } }

#site-footer .locations:last-child:not(:first-child) { float: right; }

#site-footer .locations table { width: 100%; margin-bottom: 2em; }

@media screen and (min-width: 48em) { #site-footer .locations { width: 50%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; } }

@media screen and (min-width: 48em) and (min-width: 40em) { #site-footer .locations { padding-left: 0.9375rem; padding-right: 0.9375rem; } }

@media screen and (min-width: 48em) { #site-footer .locations:last-child:not(:first-child) { float: right; } }

@media screen and (min-width: 61.3125em) { #site-footer .locations { width: 33.33333%; float: left; padding-left: 0.625rem; padding-right: 0.625rem; padding-left: 1em !important; } }

@media screen and (min-width: 61.3125em) and (min-width: 40em) { #site-footer .locations { padding-left: 0.9375rem; padding-right: 0.9375rem; } }

@media screen and (min-width: 61.3125em) { #site-footer .locations:last-child:not(:first-child) { float: right; } }

#site-footer .search { padding-top: 2em; border-bottom: 1px solid rgba(111, 112, 100, 0.2); padding-bottom: 2em; }

#site-footer .search h2 { display: inline-block; width: auto; }

@media screen and (min-width: 48em) { #site-footer .search { border-top: none; padding-top: 2em; border-bottom: none; padding-bottom: 0em; }
  #site-footer .search form { display: block; width: 100%; } }

@media screen and (min-width: 61.3125em) { #site-footer .search { max-width: 300px; } }

@media screen and (min-width: 70.625em) { #site-footer .search { max-width: 100%; }
  #site-footer .search h2 { display: inline-block; vertical-align: middle; width: auto; margin-right: 1em; }
  #site-footer .search form { display: inline-block; width: auto; vertical-align: middle; } }

#site-footer .social { font-family: "SSSocialRegular"; font-size: 1.75em; }

#site-header { max-width: 75rem; margin-left: auto; margin-right: auto; background: white; border-bottom: #EAE8DB 2px solid; text-align: center; }

#site-header::before, #site-header::after { content: ' '; display: table; }

#site-header::after { clear: both; }

.homepage #site-header { border-bottom: none; }

#site-header a { border: none; display: block; }

#site-header li { margin: 0px; position: relative; }

@media screen and (min-width: 48em) { #site-header { text-align: left; } }

#site-header .nav-wrap { display: none; width: 100%; }

@media screen and (min-width: 48em) { #site-header .nav-wrap { display: block !important; } }

#site-header .menus-large { display: none; }

@media screen and (min-width: 48em) { #site-header .menus-large { display: block; width: 66.66667%; float: left; }
  #site-header .menus-large:last-child:not(:first-child) { float: right; } }

#site-header .menus-small { display: block; width: 100%; float: left; }

#site-header .menus-small:last-child:not(:first-child) { float: right; }

@media screen and (min-width: 48em) { #site-header .menus-small { display: none; } }

#site-header .logo { width: 83.33333%; float: left; padding: 1em 2em 1.5em 1em; text-align: left; }

#site-header .logo:last-child:not(:first-child) { float: right; }

@media screen and (min-width: 48em) { #site-header .logo { width: 33.33333%; float: left; padding: 1em 2em 0em 2.5em; max-width: 100%; }
  #site-header .logo:last-child:not(:first-child) { float: right; } }

@media screen and (min-width: 61.3125em) { #site-header .logo { padding: 1.15em 2em 0em 3.5em; } }

#site-header .mobile-menu { width: 16.66667%; float: left; max-width: 60px; float: right; padding: 1em; display: block; background: #922860; color: white; font-family: "SSGeomiconsSquared"; }

#site-header .mobile-menu:last-child:not(:first-child) { float: right; }

@media screen and (min-width: 48em) { #site-header .mobile-menu { display: none; } }

#site-header .main-menu { width: 100%; float: left; position: relative; z-index: 300; font-weight: 600; }

#site-header .main-menu:last-child:not(:first-child) { float: right; }

#site-header .main-menu li { border-top: 1px solid rgba(111, 112, 100, 0.2); margin: 0px; z-index: 1; font-size: 1.2em; }

#site-header .main-menu li a { padding: 1em; }

#site-header .main-menu #menu-main > li:hover { background: rgba(234, 232, 219, 0.5); }

@media screen and (min-width: 30em) { #site-header .main-menu li a { padding: 1em .5em; } }

@media screen and (min-width: 48em) { #site-header .main-menu { margin: .8em 0; text-align: center; }
  #site-header .main-menu li { border-top: none; display: inline-block; }
  #site-header .main-menu li a { padding: 1em .9em; } }

@media screen and (min-width: 61.625em) { #site-header .main-menu li a { padding: 1em 2em; } }

/*@media screen and (min-width: 70.625em) { #site-header .main-menu li a { padding: 1em 2.8em; } }*/

#site-header .secondary-menu a { color: #6F7064; }

#site-header .secondary-menu h3 { padding: 0  1em; }

#site-header .secondary-menu h3 a { color: #922860; }

#site-header .secondary-menu h3 a:hover { color: #F37928; }

#site-header .secondary-menu li { border-top: 1px solid rgba(111, 112, 100, 0.2); margin: 0px; z-index: 1; font-size: 1.1em; }

#site-header .secondary-menu li a { padding: 1em; }

#site-header .secondary-menu li a:hover { color: #F37928; }

@media screen and (min-width: 48em) { #site-header .secondary-menu { z-index: 301; text-align: right; margin-top: 3.95em; }
  #site-header .secondary-menu ul { display: inline-block; width: auto; }
  #site-header .secondary-menu li { border-top: none; display: inline-block; }
  #site-header .secondary-menu li a { padding: 1em 2em; }
  #site-header .secondary-menu li:hover { background: rgba(234, 232, 219, 0.5); color: #F37928; } }

#site-header .utility-menu ul { background: #E34125; }

#site-header .utility-menu ul a { padding: 1em; color: white; }

#site-header .utility-menu ul a:hover { color: #FDC132; }

#site-header .utility-menu li { font-size: 1.1em; }

#site-header .utility-menu .wpml-ls-menu-item { display: inline-block; width: 40%; }

#site-header .utility-menu .wpml-ls-first-item { border-right: 1px solid white; }

#site-header .utility-menu .wpml-ls-current-language a { color: #FDC132 !important; }

#site-header .utility-menu .mycare { border-top: 1px solid white; }

#site-header .utility-menu .donate a { background: #922860; color: white; text-transform: uppercase; font-weight: 800; }

#site-header .utility-menu .donate a:hover { background: #F37928; }

@media screen and (min-width: 48em) { #site-header .utility-menu { text-align: right; }
  #site-header .utility-menu ul { display: inline-block; padding-left: 1em; }
  #site-header .utility-menu ul .donate a, #site-header .utility-menu ul .mycare a { padding: .75em 2em; }
  #site-header .utility-menu li { display: inline-block; z-index: 1; font-size: .9em; }
  #site-header .utility-menu .wpml-ls-menu-item { display: inline-block; width: auto; }
  #site-header .utility-menu .wpml-ls-menu-item a { padding: .5rem; display: inline-block; }
  #site-header .utility-menu .wpml-ls-first-item { border-right: none; }
  #site-header .utility-menu .wpml-ls-first-item:after { content: " | "; color: white; }
  #site-header .utility-menu .mycare { border-top: none; } }

#site-header .sub-menu { -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s; -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s; width: 100%; background: rgba(234, 232, 219, 0.3); display: none; padding: .5em 0; }

#site-header .sub-menu a { color: #922860; width: 100%; }

#site-header .sub-menu a:hover { color: #F37928; }

#site-header .sub-menu li { font-size: 1rem; font-weight: 400; width: 100%; }

@media screen and (min-width: 48em) { #site-header .sub-menu { display: block; visibility: hidden; /* hides sub-menu */ opacity: 0; position: absolute; top: 100%; left: 0; -webkit-transform: translateY(-2em); -ms-transform: translateY(-2em); transform: translateY(-2em); z-index: -1; background: #EAE8DB; text-align: left; }
  #site-header .sub-menu li a { padding: .5em 1em; } }

#site-header .menu-item-has-children { position: relative; }

#site-header .menu-item-has-children > a { pointer-events: none; }

#site-header .menu-item-has-children > a:after { content: "\F501"; font-family: "SSStandard"; padding-left: .5em; position: relative; top: 1px; font-size: .65em; }

@media screen and (min-width: 48em) { #site-header .menu-item-has-children > a { pointer-events: auto; }
  #site-header .menu-item-has-children:hover .sub-menu { visibility: visible; /* shows sub-menu */ opacity: 1; z-index: 1; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); -webkit-transition-delay: 0s, 0s, 0.3s; -o-transition-delay: 0s, 0s, 0.3s; transition-delay: 0s, 0s, 0.3s; }
  #site-header .menu-item-has-children li:first-child { display: none; } }

#site-header .open { background: rgba(234, 232, 219, 0.5); }

#site-header .open .sub-menu { display: block; }

@media screen and (min-width: 48em) { #site-header .open { background: none; } }

#site-header .main-menu .open { border-top: #FDC132 7px solid; }

@media screen and (min-width: 48em) { #site-header .main-menu .open { border-top: none; } }

#site-header.hiv-site-header h2 { text-align: left; margin: .5em 1em; }
