/* Minification failed. Returning unminified contents.
(4130,15): run-time error CSS1030: Expected identifier, found ' '
(4130,16): run-time error CSS1031: Expected selector, found '1px'
(4130,16): run-time error CSS1025: Expected comma or open brace, found '1px'
(4131,1): run-time error CSS1019: Unexpected token, found '}'
(4133,2): run-time error CSS1031: Expected selector, found '/'
(4133,2): run-time error CSS1025: Expected comma or open brace, found '/'
 */
/*! 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.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -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.
 */
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;
}

@font-face {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
    font-weight: normal;
    font-style: normal;
}

[class^="w-icon-"],
[class*=" w-icon-"] {
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.w-icon-slider-right:before {
    content: "\e600";
}

.w-icon-slider-left:before {
    content: "\e601";
}

.w-icon-nav-menu:before {
    content: "\e602";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
    content: "\e603";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0; /* THIS LEFT A GAP ON THE TOP */
    padding-bottom: 0px;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding-bottom: 8em;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

html.w-mod-touch * {
    background-attachment: scroll !important;
}

.w-block {
    display: block;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
    content: " ";
    display: table;
}

.w-clearfix:after {
    clear: both;
}

.w-preserve-3d {
    transform-style: preserve-3d;
}

.w-hidden {
    display: none;
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #fff;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

input.w-button {
    -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important;
}

.w-webflow-badge,
.w-webflow-badge * {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    box-shadow: none;
    opacity: 1.0;
    transform: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
}

.w-webflow-badge {
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #AAADB0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1.0 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.w-webflow-badge > img {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    vertical-align: middle !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 10px;
}

h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

a:focus {
    outline: 0;
}

blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px;
}

figure {
    margin: 0;
    margin-bottom: 10px;
}

figcaption {
    margin-top: 5px;
    text-align: center;
}

ul,
ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px;
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}

.w-embed:before,
.w-embed:after {
    content: " ";
    display: table;
}

.w-embed:after {
    clear: both;
}

.w-video {
    width: 100%;
    position: relative;
    padding: 0;
}

.w-video iframe,
.w-video object,
.w-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

button,
html input[type="button"],
input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button;
}

.w-form {
    margin: 0 0 15px;
}

.w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd;
}

.w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.w-input,
.w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
    color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
    color: #999;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
    color: #999;
}

.w-input:focus,
.w-select:focus {
    border-color: #3898EC;
    outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee;
}

textarea.w-input,
textarea.w-select {
    height: auto;
}

.w-select {
    background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
    background-image: linear-gradient(white 0%, #f3f3f3 100%);
}

.w-select[multiple] {
    height: auto;
}

.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px;
}

.w-checkbox,
.w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
    content: " ";
    display: table;
}

.w-checkbox:after,
.w-radio:after {
    clear: both;
}

.w-checkbox-input,
.w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
}

.w-radio-input {
    margin-top: 3px;
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}

.w-container:before,
.w-container:after {
    content: " ";
    display: table;
}

.w-container:after {
    clear: both;
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
}

.w-row:before,
.w-row:after {
    content: " ";
    display: table;
}

.w-row:after {
    clear: both;
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0;
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.w-col .w-col {
    padding-left: 0;
    padding-right: 0;
}

.w-col-1 {
    width: 8.33333333%;
}

.w-col-2 {
    width: 16.66666667%;
}

.w-col-3 {
    width: 25%;
}

.w-col-4 {
    width: 33.33333333%;
}

.w-col-5 {
    width: 41.66666667%;
}

.w-col-6 {
    width: 50%;
}

.w-col-7 {
    width: 58.33333333%;
}

.w-col-8 {
    width: 66.66666667%;
}

.w-col-9 {
    width: 75%;
}

.w-col-10 {
    width: 83.33333333%;
}

.w-col-11 {
    width: 91.66666667%;
}

.w-col-12 {
    width: 100%;
}

.w-hidden-main {
    display: none !important;
}

@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px;
    }

    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: none !important;
    }

    .w-col-medium-1 {
        width: 8.33333333%;
    }

    .w-col-medium-2 {
        width: 16.66666667%;
    }

    .w-col-medium-3 {
        width: 25%;
    }

    .w-col-medium-4 {
        width: 33.33333333%;
    }

    .w-col-medium-5 {
        width: 41.66666667%;
    }

    .w-col-medium-6 {
        width: 50%;
    }

    .w-col-medium-7 {
        width: 58.33333333%;
    }

    .w-col-medium-8 {
        width: 66.66666667%;
    }

    .w-col-medium-9 {
        width: 75%;
    }

    .w-col-medium-10 {
        width: 83.33333333%;
    }

    .w-col-medium-11 {
        width: 91.66666667%;
    }

    .w-col-medium-12 {
        width: 100%;
    }

    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto;
    }
}

@media screen and (max-width: 767px) {
    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: inherit !important;
    }

    .w-hidden-small {
        display: none !important;
    }

    .w-row,
    .w-container .w-row {
        margin-left: 0;
        margin-right: 0;
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto;
    }

    .w-col-small-1 {
        width: 8.33333333%;
    }

    .w-col-small-2 {
        width: 16.66666667%;
    }

    .w-col-small-3 {
        width: 25%;
    }

    .w-col-small-4 {
        width: 33.33333333%;
    }

    .w-col-small-5 {
        width: 41.66666667%;
    }

    .w-col-small-6 {
        width: 50%;
    }

    .w-col-small-7 {
        width: 58.33333333%;
    }

    .w-col-small-8 {
        width: 66.66666667%;
    }

    .w-col-small-9 {
        width: 75%;
    }

    .w-col-small-10 {
        width: 83.33333333%;
    }

    .w-col-small-11 {
        width: 91.66666667%;
    }

    .w-col-small-12 {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .w-container {
        max-width: none;
    }

    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: inherit !important;
    }

    .w-hidden-small {
        display: inherit !important;
    }

    .w-hidden-tiny {
        display: none !important;
    }

    .w-col {
        width: 100%;
    }

    .w-col-tiny-1 {
        width: 8.33333333%;
    }

    .w-col-tiny-2 {
        width: 16.66666667%;
    }

    .w-col-tiny-3 {
        width: 25%;
    }

    .w-col-tiny-4 {
        width: 33.33333333%;
    }

    .w-col-tiny-5 {
        width: 41.66666667%;
    }

    .w-col-tiny-6 {
        width: 50%;
    }

    .w-col-tiny-7 {
        width: 58.33333333%;
    }

    .w-col-tiny-8 {
        width: 66.66666667%;
    }

    .w-col-tiny-9 {
        width: 75%;
    }

    .w-col-tiny-10 {
        width: 83.33333333%;
    }

    .w-col-tiny-11 {
        width: 91.66666667%;
    }

    .w-col-tiny-12 {
        width: 100%;
    }
}

.w-widget {
    position: relative;
}

.w-widget-map {
    width: 100%;
    height: 400px;
}

.w-widget-map label {
    width: auto;
    display: inline;
}

.w-widget-map img {
    max-width: inherit;
}

.w-widget-map .gm-style-iw {
    width: 90% !important;
    height: auto !important;
    top: 7px !important;
    left: 6% !important;
    display: inline;
    text-align: center;
    overflow: hidden;
}

.w-widget-map .gm-style-iw + div {
    display: none;
}

.w-widget-twitter {
    overflow: hidden;
}

.w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px;
}

.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    position: relative;
    font-size: 15px;
    line-height: 12px;
    text-align: center;
    color: #999;
    font-family: serif;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    position: relative;
    display: block;
}

.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px;
    margin-left: 7px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
    top: 50%;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-color: rgba(117, 134, 150, 0);
    border-right-color: #5d6c7b;
    border-width: 4px;
    margin-left: -9px;
    margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-left: -10px;
    margin-top: -5px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: white;
    border-width: 4px;
    margin-left: -8px;
    margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-left: -9px;
    margin-top: -5px;
}

.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-color: rgba(117, 134, 150, 0);
    border-top-color: #5d6c7b;
    border-width: 5px;
    margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: white;
    border-width: 4px;
    margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px;
}

.w-widget-gplus {
    overflow: hidden;
}

.w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white;
}

.w-background-video > video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
}

.w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
}

.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
}

.w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-nav.w-round > div {
    border-radius: 100%;
}

.w-slider-nav.w-num > div {
    width: auto;
    height: auto;
    padding: 0.2em 0.5em;
    font-size: inherit;
    line-height: inherit;
}

.w-slider-nav.w-shadow > div {
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
    color: #fff;
}

.w-slider-nav-invert > div {
    background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
    background-color: #222;
}

.w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    transition: background-color 100ms, color 100ms;
}

.w-slider-dot.w-active {
    background-color: #fff;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute;
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto;
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em;
}

.w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px;
}

.w-dropdown-toggle:focus {
    outline: 0;
}

.w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em;
}

.w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%;
}

.w-dropdown-list.w--open {
    display: block;
}

.w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222;
}

.w-dropdown-link.w--current {
    color: #0082f3;
}

.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block;
}

.w-nav[data-collapse="all"] .w-dropdown-list {
    position: static;
}

@media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-dropdown,
    .w-nav[data-collapse="medium"] .w-dropdown-toggle {
        display: block;
    }

    .w-nav[data-collapse="medium"] .w-dropdown-list {
        position: static;
    }
}

@media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-dropdown,
    .w-nav[data-collapse="small"] .w-dropdown-toggle {
        display: block;
    }

    .w-nav[data-collapse="small"] .w-dropdown-list {
        position: static;
    }

    .w-nav-brand {
        padding-left: 10px;
    }
}

@media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-dropdown,
    .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
        display: block;
    }

    .w-nav[data-collapse="tiny"] .w-dropdown-list {
        position: static;
    }
}

/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;

    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);

    /* 2 */
}

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0;
}

.w-lightbox-view:before {
    content: "";
    height: 100vh;
}

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle;
}

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
    position: relative;
    margin: 0;

    /* 1 */
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
}

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none;
}

/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
    display: block;
    float: none;

    /* 1 */
    max-width: 100vw;
    max-height: 100vh;
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
}

.w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;

    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}

.w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;

    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
    right: 0;
    height: 2.6em;

    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
}

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
    padding: 0 1vh;
    line-height: 0;

    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    box-sizing: content-box;

    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);

    /* 2 */
}

.w-lightbox-active {
    opacity: .3;
}

.w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden;
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear;
}

.w-lightbox-spinner:after {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border: 3px solid transparent;
    border-bottom-color: #fff;
    border-radius: 50%;
}

/*
 * Utility classes
 */
.w-lightbox-hide {
    display: none;
}

.w-lightbox-noscroll {
    overflow: hidden;
}

@media (min-width: 768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh;
    }

    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh;
    }

    /* .w-lightbox-content */
    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh;
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh;
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh;
    }

    .w-lightbox-left,
    .w-lightbox-right {
        display: block;
        opacity: .5;
    }

    .w-lightbox-close {
        opacity: .8;
    }

    .w-lightbox-control:hover {
        opacity: 1;
    }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
    content: " ";
    display: table;
}

.w-richtext:after {
    clear: both;
}

.w-richtext ol,
.w-richtext ul {
    overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
    outline: 2px solid #2895f7;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:before,
.w-richtext figure[data-rt-type="video"] > div:before {
    content: '';
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.w-richtext figure {
    position: relative;
    max-width: 60%;
}

.w-richtext figure > div:before,
.w-richtext figure img {
    cursor: default!important;
}

.w-richtext figure img {
    width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: 0.6;
}

.w-richtext figure div {
    /* fix incorrectly sized selection border in the data manager */
    font-size: 0px;
    color: transparent;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
    display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
    display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
    display: table-caption;
    caption-side: bottom;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
    width: 60%;
    height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
    width: 100%;
}

.w-richtext figure.w-richtext-align-center {
    margin-right: auto;
    margin-left: auto;
    clear: both;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
    max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
    clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
    width: 100%;
    max-width: 100%;
    text-align: center;
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
    display: inline-block;

    /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
    padding-bottom: inherit;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
    display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    margin-right: 15px;
    clear: none;
}

.w-richtext figure.w-richtext-align-floatright {
    float: right;
    margin-left: 15px;
    clear: none;
}

.w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000;
}

.w-nav:before,
.w-nav:after {
    content: " ";
    display: table;
}

.w-nav:after {
    clear: both;
}

.w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333;
}

.w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.w-nav-link.w--current {
    color: #0082f3;
}

.w-nav-menu {
    position: relative;
    float: right;
}

.w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px;
}

.w--nav-link-open {
    display: block;
    position: relative;
}

.w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
}

.w-nav-overlay .w--nav-menu-open {
    top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0;
}

.w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-nav-button.w--open {
    background-color: #C8C8C8;
    color: white;
}

.w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
}

.w-nav[data-collapse="all"] .w-nav-button {
    display: block;
}

@media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="medium"] .w-nav-button {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="small"] .w-nav-button {
        display: block;
    }

    .w-nav-brand {
        padding-left: 10px;
    }
}

@media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="tiny"] .w-nav-button {
        display: block;
    }
}

.w-tabs {
    position: relative;
}

.w-tabs:before,
.w-tabs:after {
    content: " ";
    display: table;
}

.w-tabs:after {
    clear: both;
}

.w-tab-menu {
    position: relative;
}

.w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd;
}

.w-tab-link.w--current {
    background-color: #C8C8C8;
}

.w-tab-content {
    position: relative;
    display: block;
    overflow: hidden;
}

.w-tab-pane {
    position: relative;
    display: none;
}

.w--tab-active {
    display: block;
}

@media screen and (max-width: 479px) {
    .w-tab-link {
        display: block;
    }
}

.w-ix-emptyfix:after {
    content: "";
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.w-dyn-empty {
    padding: 10px;
    background-color: #dddddd;
}

.w-dyn-bind-empty {
    display: none !important;
}

.w-condition-invisible {
    display: none !important;
}
body {
    font-family: Lato, sans-serif;
    color: #333;
}

.get-started-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 30px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.get-started-flex-box {
    margin-bottom: 35px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 275px;
    -ms-flex-preferred-size: 275px;
    flex-basis: 275px;
}

    .get-started-flex-box.box-three {
        -webkit-flex-basis: 380px;
        -ms-flex-preferred-size: 380px;
        flex-basis: 380px;
    }

    .get-started-flex-box.half-box {
        -webkit-flex-basis: 575px;
        -ms-flex-preferred-size: 575px;
        flex-basis: 575px;
    }

.get-started-flex-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 30px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 200px;
    padding-right: 200px;
}

.signup-button {
    position: relative;
    display: block;
    padding-top: 121px;
    padding-bottom: 60px;
    border: 6px solid transparent;
    border-radius: 10px;
    background-color: #0066a5;
    -webkit-transition: border 200ms ease;
    transition: border 200ms ease;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

    .signup-button:hover {
        border-color: #f99300;
        color: white;
    }

    .signup-button:focus {
        border-color: #f99300;
        color: white;
    }

    .signup-button.less-padd {
        padding-bottom: 25px;
    }

.button-image {
    position: absolute;
    left: 0px;
    top: -20px;
    width: 100%;
}

.button-large-text {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    margin-bottom: 1px;
}

.button-info {
    margin-top: 15px;
    padding-left: 0px;
    color: #707070;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
}

.button-info a:hover {
    color: #0066a4;
}


.button-small-text {
    margin-top: 10px;
    font-size: 17px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}

.new-intro {
    padding: 35px 20px 20px;
    padding-top: 0;
    color: #000;
}

.new-intro-p {
    color: #000;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 300;
}

.new-container {
    display: block;
    max-width: 1250px;
    margin-right: auto;
    margin-left: auto;
}

.get-started-footer {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 45px;
    padding-bottom: 45px;
    border-top: 1px solid #b7b7b7;
    text-align: center;
}

.home-loans-section {
    padding-bottom: 55px;
}

.new-h1 {
    color: #000;
    font-size: 57px;
    line-height: 1.1;
    font-weight: 300;
}

.new-sub-header {
    font-size: 27px;
    line-height: 1.1;
    font-weight: 300;
}

.new-footer {
    padding-right: 20px;
    padding-left: 20px;
    color: #000;
    font-size: 27px;
    line-height: 1;
    font-weight: 300;
}

.lending-section {
    padding-bottom: 55px;
}

.new-accounts-section {
    padding-bottom: 55px;
}

.service-existing-section {
    padding-bottom: 55px;
}

.final-meeting-section {
    padding-bottom: 55px;
}
body {
    padding-bottom: 70px;
    font-family: Lato, sans-serif;
    color: #343434;
    font-size: 19px;
    line-height: 28px;
    font-weight: 300;
    position: relative;
}

h1 {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
}

h7 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 55px;
    line-height: 36px;
    font-weight: 300;
}

a {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #0066a4;
    text-decoration: underline;
}

    a:hover {
        color: #fff;
    }

.site-wide-styles {
    display: none;
}

.site-header {
    padding: 10px 5%;
    background-color: #0066a4;
    color: #fff;
}

.logo {
    margin-right: 50px;
    margin-bottom: 0px;
    float: left;
}

.header-title {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    float: left;
    border-left: 1px solid hsla(0, 0%, 100%, .3);
    font-size: 19px;
}

.header-title-icon {
    display: inline-block;
    margin-right: 11px;
    font-size: 25px;
}

.content {
    padding: 60px 2.5% 100px;
}

.container {
    display: block;
    max-width: 1050px;
    margin-right: auto;
    margin-left: auto;
}

.login-intro {
    margin-bottom: 50px;
    font-size: 17px;
    line-height: 26px;
}

.login-header {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
}

.login-col {
    padding-right: 60px;
    border-right: 1px solid #adadad;
}

    .login-col.forgot-userid {
        border-right-style: none;
    }

.avatar {
    padding: 5px 5px 0px;
    background-color: #f2f2f2;
}

.button {
    min-width: 250px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 2px solid #f99400;
    border-radius: 50px;
    background-color: #f99400;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

    .button:hover {
        border-color: #ff7d23;
        background-color: #ff7d23;
    }

    .button.back-button {
        float: left;
        border-color: #343434;
        background-color: #fff;
        background-image: url('../../images/back-arrow.png');
        background-position: 31px 50%;
        background-size: 14px;
        background-repeat: no-repeat;
        color: #343434;
    }

        .button.back-button.back-submit {
            width: 96%;
        }

            .button.back-button.back-submit:hover {
                background-color: #f2f2f2;
                background-position: 21px 50%;
            }

    .button.n-button {
        float: left;
        border-color: #343434;
        background-color: #fff;
        background-position: 31px 50%;
        background-size: 14px;
        background-repeat: no-repeat;
        color: #343434;
    }

        .button.n-button.back-submit {
        }

null {
    width: 96%;
}

.button.login-button {
    width: 100%;
}

    .button.login-button.login-submit {
        width: 96%;
        float: right;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .button.login-button.login-submit.next-submit {
            background-image: url('../../../images/next-arrow.png');
            background-position: 87% 50%;
            background-size: 14px;
            background-repeat: no-repeat;
        }

            .button.login-button.login-submit.next-submit:hover {
                background-position: 91% 50%;
            }

.button.small {
    border-width: 1px;
    font-size: 18px;
    line-height: 21px;
}

.button.smaller {
    border-width: 1px;
    font-size: 14px;
    line-height: 18px;
}

.button.small:hover {
    color: #fff;
}

.button.small.block-button {
    width: 100%;
    min-width: auto;
}

    .button.small.block-button.remove-account {
        display: none;
        border-color: #343434;
        background-color: #fff;
        color: #343434;
    }

        .button.small.block-button.remove-account.required-account {
            display: block;
            opacity: 0.3;
        }

.login-form-fields {
    padding-left: 30px;
}

.avatar-title {
    color: #616161;
    font-size: 17px;
    font-weight: 900;
    text-align: center;
}

.username-block {
    margin-bottom: 36px;
}

.text-field {
    height: 50px;
    margin-bottom: 25px;
    font-size: 19px;
}

    .text-field.loan-amount-field {
        width: 203px;
        float: right;
    }

    .text-field.customize-account-field {
        width: 110px;
        margin-bottom: 5px;
        float: right;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 110px;
        -ms-flex: 1 0 110px;
        flex: 1 0 110px;
    }

.site-footer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 70px;
    padding-right: 5%;
    padding-left: 5%;
    background-color: #0066a4;
}

.login-button-row {
    margin-top: 35px;
}

    .login-button-row.next-form-step-buttons {
        display: block;
        width: 600px;
        margin-right: auto;
        margin-left: auto;
    }

        .login-button-row.next-form-step-buttons.apply-form {
            margin-top: 100px;
        }

.copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsla(0, 0%, 100%, .55);
    font-size: 15px;
    line-height: 70px;
}

.institutions {
    height: 60px;
    margin-top: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
}

.institution-img {
    padding-top: 6px;
    padding-bottom: 10px;
    float: left;
}

    .institution-img.first-img {
        margin-right: 20px;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 5px;
        border-right: 1px solid hsla(0, 0%, 100%, .2);
    }

.login-small-col {
    padding-left: 40px;
}

    .login-small-col.forgot-userid {
        padding-bottom: 55px;
        border-left: 1px solid #adadad;
    }

.login-helpers {
    margin-top: 20px;
    padding: 40px 30px 40px 31px;
    border: 1px solid #b5b5b5;
    background-color: #f7f6f6;
    font-size: 16px;
    font-weight: 400;
}

.helper-link {
    margin-bottom: 20px;
}

.logo-block {
    float: left;
}

.step-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1250px;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-step {
    padding-bottom: 15px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    border-bottom: 7px solid #c8c8c8;
    text-align: center;
}

    .nav-step.current-step {
        border-bottom-color: #00adf2;
        color: #00adf2;
    }

    .nav-step.past-step {
        border-bottom-color: #0066a4;
        color: #0066a4;
    }

.step-intro {
    margin-bottom: 55px;
    text-align: center;
}

.starting-step-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .starting-step-grid.big-radio-grid {
        margin-bottom: 70px;
    }

.starting-selection {
    padding: 130px 35px 45px;
    -webkit-flex-basis: 425px;
    -ms-flex-preferred-size: 425px;
    flex-basis: 425px;
    border: 1px solid #b5b5b5;
    background-image: url('../../../images/circle-check-unselected.png');
    background-position: 50% 30px;
    background-size: 76px;
    background-repeat: no-repeat;
    color: #343434;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
}

    .starting-selection:hover {
        border-color: #00adf2;
        background-color: #f7f6f6;
        background-image: url('../../../images/circle-check-selected.png');
        background-position: 50% 30px;
        background-size: 76px;
        background-repeat: no-repeat;
        color: #343434;
    }

.starting-selection-phone {
    padding: 130px 35px 45px;
    -webkit-flex-basis: 425px;
    -ms-flex-preferred-size: 425px;
    flex-basis: 425px;
    border: 1px solid #b5b5b5;
    background-image: url('../../../images/phone-unselected.png');
    background-position: 50% 30px;
    background-size: 76px;
    background-repeat: no-repeat;
    color: #343434;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
}

    .starting-selection-phone:hover {
        border-color: #00adf2;
        background-color: #f7f6f6;
        background-image: url('../../../images/phone-selected.png');
        background-position: 50% 30px;
        background-size: 76px;
        background-repeat: no-repeat;
        color: #343434;
    }

.starting-selection-handshake {
    padding: 130px 35px 45px;
    -webkit-flex-basis: 425px;
    -ms-flex-preferred-size: 425px;
    flex-basis: 425px;
    border: 1px solid #b5b5b5;
    background-image: url('../../images/hand-shake-unselected.png');
    background-position: 50% 30px;
    background-size: 76px;
    background-repeat: no-repeat;
    color: #343434;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
}

    .starting-selection-handshake:hover {
        border-color: #00adf2;
        background-color: #f7f6f6;
        background-image: url('../../images/hand-shake-selected.png');
        background-position: 50% 30px;
        background-size: 76px;
        background-repeat: no-repeat;
        color: #343434;
    }

.starting-selection.loan-type {
    padding-top: 45px;
    background-image: none;
}

.starting-selection.big-radio {
    position: relative;
}

.starting-selection.als-donation {
    -webkit-flex-basis: 530px;
    -ms-flex-preferred-size: 530px;
    flex-basis: 530px;
}

.starting-separator {
    height: 45px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #c7c7c7;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
}

    .starting-separator.loan-type {
        -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    }

.mobile-label {
    display: none;
}

.menu-link {
    display: inline-block;
    margin-left: 30px;
}

.link-label {
    display: inline-block;
    margin-right: 14px;
    font-weight: 700;
}

.nav-menu {
    margin-top: 35px;
    font-size: 15px;
}

.nav-link {
    display: inline-block;
    color: #fff;
    cursor: pointer;
}

    .nav-link:hover {
        color: hsla(0, 0%, 100%, .78);
    }

.nav-icon {
    display: inline-block;
    margin-right: 5px;
}

    .nav-icon.phone {
        margin-right: 7px;
        float: left;
        font-size: 24px;
    }

.nav-link-cont {
    display: inline-block;
}

.nav-link-text {
    display: inline-block;
}

.loan-amount {
    display: block;
    width: 430px;
    margin-right: auto;
    margin-left: auto;
}

.loan-amount-label {
    margin-top: 12px;
    float: left;
    font-weight: 300;
}

.loan-disclaimer {
    margin-bottom: 70px;
    clear: both;
    color: #919191;
    font-size: 15px;
    font-style: italic;
    text-align: center;
}

.disclaimer-link {
    color: #919191;
}

.label-helper-link {
    float: right;
    font-size: 17px;
    font-weight: 400;
}

.additional-helpers {
    margin-top: 45px;
    padding-bottom: 30px;
}

.big-radio-label {
    width: 100%;
    padding: 145px 35px 45px;
    border: 1px solid #b5b5b5;
    background-image: url('../../images/circle-check-unselected.png');
    background-position: 50% 30px;
    background-size: 76px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 28px;
    line-height: 33px;
    font-weight: 300;
    text-align: center;
}

    .big-radio-label:hover {
        border-color: #00adf2;
        background-color: #f7f6f6;
        background-image: url('../../images/circle-check-selected.png');
        background-size: 76px;
    }

    .big-radio-label.car-loan {
        background-image: url('../../images/car-unselected.png');
        background-position: 50% 53px;
        background-size: 136px;
    }

        .big-radio-label.car-loan:hover {
            background-image: url('../../images/car-selected.png');
            background-size: 136px;
        }

    .big-radio-label.mr-loan {
        background-image: url('../../images/mr-unselected.png');
        background-position: 50% 53px;
        background-size: 136px;
    }

        .big-radio-label.mr-loan:hover {
            background-image: url('../../images/mr-selected.png');
            background-size: 136px;
        }

    .big-radio-label.boat-loan {
        background-image: url('../../images/boat-unselected.png');
        background-position: 50% 53px;
        background-size: 136px;
    }

        .big-radio-label.boat-loan:hover {
            background-image: url('../../images/boat-selected.png');
            background-size: 136px;
        }

    .big-radio-label.rv-loan {
        background-image: url('../../images/rv-unselected.png');
        background-position: 50% 53px;
        background-size: 136px;
    }

        .big-radio-label.rv-loan:hover {
            background-image: url('../../images/rv-selected.png');
            background-size: 136px;
        }

    .big-radio-label.pr-loan {
        background-image: url('../../images/pr-unselected.png');
        background-position: 50% 53px;
        background-size: 136px;
    }

        .big-radio-label.pr-loan:hover {
            background-image: url('../../images/pr-selected.png');
            background-size: 136px;
        }

    .big-radio-label.motorcycle-loan {
        background-image: url('../../images/motorcycle-unselected.png');
        background-position: 50% 53px;
        background-size: 124px;
    }

        .big-radio-label.motorcycle-loan:hover {
            background-image: url('../../images/motorcycle-selected.png');
            background-size: 124px;
        }

.big-radio {
    padding-left: 0px;
    -webkit-flex-basis: 425px;
    -ms-flex-preferred-size: 425px;
    flex-basis: 425px;
}

.big-radio-input {
    position: absolute;
    display: none;
}

.big-radio input[type=radio]:checked + label {
    border-color: #00adf2;
    background-color: #f7f6f6;
}

    .big-radio input[type=radio]:checked + label.car-loan {
        background-image: url(../../images/car-selected.png);
    }

    .big-radio input[type=radio]:checked + label.mr-loan {
        background-image: url(../../images/mr-selected.png);
    }

    .big-radio input[type=radio]:checked + label.pr-loan {
        background-image: url(../../images/pr-selected.png);
    }

    .big-radio input[type=radio]:checked + label.motorcycle-loan {
        background-image: url(../../images/motorcycle-selected.png);
    }

.save-application {
    margin-top: 55px;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

.neither-label {
    margin-top: 70px;
    margin-bottom: 30px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
}

.donation-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.past-step-link {
    text-decoration: none;
}

.form-section-header {
    height: 60px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 10px;
    background-color: #0066a4;
    color: #fff;
    font-size: 12px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
}

.fieldset.radio-button-fieldset {
    margin-bottom: 25px;
}

.fieldset.checkbox-fieldset {
    margin-bottom: 25px;
}

.fieldset.left {
    padding-right: 2%;
}

.fieldset.right {
    padding-left: 2%;
}

.radio-button {
    width: 26px;
    height: 24px;
    margin-right: 5px;
}

.radio-button-field {
    margin-right: 40px;
    float: left;
}

.radio-button-field-2 {
    padding-left: 46px;
}

.radio-button-label {
    font-size: 18px;
    font-weight: 300;
}

.form-section {
    margin-bottom: 40px;
}

    .form-section.account-blocks {
        margin-bottom: 55px;
    }

.form-label {
    font-size: 15px;
    font-weight: 700;
}

.required-field {
    color: #e42f2f;
}

.checkbox-label {
    font-size: 18px;
    font-weight: 300;
}

.checkbox-input {
    width: 22px;
    height: 21px;
    margin-right: 0px;
}

.checkbox-field.mailing-address-field {
    display: block;
    margin-top: 15px;
}

.form-sections {
    padding-bottom: 20px;
}

.account-block-listing {
    padding-right: 10px;
    padding-left: 10px;
}

.block {
    margin-bottom: 25px;
    border: 1px solid #b5b5b5;
}

    .block.account-added {
        border-color: #00adf2;
    }

.block-header {
    border-bottom: 1px solid #b5b5b5;
}

.block-title {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 26px;
}

.block-title-link {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    color: #343434;
    text-decoration: none;
}

    .block-title-link:hover {
        color: #343434;
    }

.block-description {
    padding: 40px 30px 30px;
}

.block-description-list {
    padding-left: 20px;
    font-size: 16px;
    line-height: 25px;
}

.rate-value-small {
    font-size: 15px;
}

.account-rate-value {
    color: #f99400;
    font-size: 75px;
    line-height: 1;
}

.account-rate-label {
    color: #9c9c9c;
    font-size: 16px;
    line-height: 19px;
}

.block-account-customize {
    width: 100%;
    min-height: 122px;
    padding-left: 40px;
    float: left;
    clear: both;
}

.customize-account-label {
    margin-right: 10px;
    float: left;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 116px;
    -ms-flex-preferred-size: 116px;
    flex-basis: 116px;
    font-size: 18px;
    font-weight: 300;
}

.customize-account-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.customize-account-buttons {
    margin-bottom: 20px;
}

.customize-account-form {
    display: block;
}

    .customize-account-form.required-account-form {
        display: block;
    }

.customize-account-fields {
    display: none;
}

    .customize-account-fields.required-account {
        display: block;
    }

.estatement-enroll {
    display: block;
    width: 309px;
    margin-right: auto;
    margin-bottom: 90px;
    margin-left: auto;
    clear: both;
}

.mailing-address {
    display: none;
    width: 100%;
    float: left;
    clear: both;
}

@media (max-width: 991px) {
    h1 {
        margin-top: 14px;
        margin-bottom: 14px;
        font-size: 20px;
    }

    .site-header {
        position: relative;
    }

    .logo {
        width: 62px;
        margin-right: 30px;
    }

    .header-title {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 23px;
    }

    .login-col {
        padding-right: 10px;
        padding-bottom: 50px;
        border-bottom: 1px solid #adadad;
        border-right-style: none;
    }

    .button.small.block-button {
        font-size: 11px;
        line-height: 17px;
    }

    .text-field.customize-account-field {
        height: 40px;
        font-size: 16px;
    }

    .login-small-col {
        padding-top: 50px;
        padding-left: 10px;
    }

    .login-helpers {
        margin-top: 0px;
    }

    .nav-step {
        padding-bottom: 10px;
        border-bottom-width: 4px;
        font-size: 15px;
    }

    .starting-step-grid {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .starting-selection {
        margin-bottom: 30px;
    }

    .starting-separator {
        display: none;
    }

        .starting-separator.loan-type {
            display: block;
            margin-top: 5px;
            margin-bottom: 5px;
            -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        }

            .starting-separator.loan-type.open-account {
                margin-bottom: 26px;
            }

    .menu-button {
        margin-top: 0px;
    }

        .menu-button.w--open {
            background-color: #047ac2;
        }

    .menu-link {
        display: block;
        margin-bottom: 18px;
        margin-left: 0px;
    }

    .link-label {
        display: block;
        margin-right: 0px;
    }

    .nav-menu {
        margin-top: 0px;
        padding-top: 20px;
        background-color: #047ac2;
    }

    .block-title {
        font-size: 18px;
        line-height: 20px;
    }

    .block-title-link {
        padding-right: 20px;
        padding-left: 20px;
    }

    .block-description {
        padding-top: 25px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .block-description-list {
        font-size: 13px;
        line-height: 20px;
    }

    .account-rate-value {
        font-size: 56px;
    }

    .block-account-customize {
        padding-left: 10px;
    }

    .customize-account-label {
        font-size: 15px;
        line-height: 20px;
    }

    .customize-account-buttons {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    h1 {
        margin-top: 15px;
        margin-bottom: 15px;
        line-height: 20px;
    }

    .logo {
        width: 47px;
        margin-top: 2px;
    }

    .header-title-icon {
        font-size: 20px;
        line-height: 20px;
    }

    .content {
        padding-top: 40px;
        padding-right: 3%;
        padding-left: 3%;
    }

    .login-intro {
        font-size: 15px;
    }

    .login-header {
        font-size: 19px;
    }

    .button.back-button.back-submit {
        width: 100%;
        margin-bottom: 20px;
    }

    .button.login-button.login-submit {
        width: 100%;
    }

    .button.small.block-button {
        padding-top: 14px;
        padding-bottom: 14px;
        font-size: 19px;
        line-height: 20px;
    }

    .button.continue-button {
        width: 100%;
    }

    .login-form-fields {
        padding-left: 14px;
    }

    .username-block {
        margin-bottom: 18px;
    }

    .text-field.customize-account-field {
        height: 50px;
        font-size: 19px;
    }

    .login-button-row.next-form-step-buttons {
        width: 100%;
    }

    .login-small-col.forgot-userid {
        border-left-style: none;
    }

    .nav-step {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        font-size: 13px;
    }

        .nav-step.deposit {
            -webkit-flex-basis: 15%;
            -ms-flex-preferred-size: 15%;
            flex-basis: 15%;
        }

        .nav-step.summary {
            -webkit-flex-basis: 15%;
            -ms-flex-preferred-size: 15%;
            flex-basis: 15%;
        }

    .desktop-label {
        display: none;
    }

    .mobile-label {
        display: inline;
    }

    .menu-button {
        padding-top: 15px;
        padding-bottom: 12px;
    }

        .menu-button.w--open {
            background-color: #057cc3;
        }

    .neither-label {
        font-size: 24px;
        line-height: 36px;
    }

    .fieldset.left {
        padding-right: 0%;
    }

    .fieldset.right {
        padding-left: 0%;
    }

    .form-sections {
        padding-bottom: 0px;
    }

    .block-description-list {
        margin-bottom: 45px;
        font-size: 16px;
        line-height: 27px;
    }

    .block-account-rate {
        margin-bottom: 20px;
    }

    .account-rate-value {
        font-size: 75px;
    }

    .block-account-customize {
        padding-left: 0px;
    }

    .customize-account-label {
        font-size: 18px;
    }

    .customize-account-buttons {
        margin-bottom: 25px;
    }
}

@media (max-width: 479px) {
    body {
        padding-bottom: 140px;
    }

    h1 {
        font-size: 13px;
        line-height: 20px;
    }

    .logo {
        margin-right: 10px;
    }

    .header-title {
        padding-left: 10px;
    }

    .header-title-icon {
        display: none;
    }

    .login-header {
        line-height: 28px;
    }

    .avatar {
        margin-bottom: 15px;
    }

    .button.small.block-button {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 15px;
        line-height: 16px;
    }

    .login-form-fields {
        padding-left: 0px;
    }

    .text-field {
        font-size: 16px;
    }

        .text-field.loan-amount-field {
            width: 100%;
            float: none;
        }

        .text-field.customize-account-field {
            height: 40px;
            font-size: 16px;
        }

    .site-footer {
        height: 141px;
        text-align: center;
    }

    .login-button-row {
        margin-top: 28px;
    }

        .login-button-row.next-form-step-buttons {
            margin-top: 20px;
        }

    .copyright {
        display: block;
        height: 59px;
        text-align: center;
    }

    .institutions {
        display: block;
        width: 140px;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .step-nav {
        margin-bottom: 46px;
    }

    .nav-step {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        font-size: 11px;
    }

        .nav-step.about-you {
            -webkit-flex-basis: 17%;
            -ms-flex-preferred-size: 17%;
            flex-basis: 17%;
        }

        .nav-step.setup-account {
            -webkit-flex-basis: 24%;
            -ms-flex-preferred-size: 24%;
            flex-basis: 24%;
        }

    .step-intro {
        font-size: 16px;
    }

    .starting-selection {
        padding-right: 19px;
        padding-left: 19px;
        font-size: 21px;
        line-height: 26px;
    }

    .loan-amount {
        width: 100%;
    }

    .loan-amount-label {
        float: none;
    }

    .loan-disclaimer {
        line-height: 19px;
    }

    .neither-label {
        margin-top: 42px;
        line-height: 28px;
    }

    .checkbox-label {
        width: 233px;
        font-size: 17px;
    }

    .block-description-list {
        font-size: 14px;
        line-height: 25px;
    }

    .account-rate-value {
        font-size: 55px;
    }

    .customize-account-label {
        -webkit-flex-basis: 96px;
        -ms-flex-preferred-size: 96px;
        flex-basis: 96px;
        font-size: 15px;
    }

    .get-started-flex-box.half-box {
        -webkit-flex-basis: 375px !important;
        -ms-flex-preferred-size: 375px !important;
        flex-basis: 375px !important;
    }
}

.button.n-button.back-submit:hover {
    background-color: #f2f2f2;
    background-position: 21px 50%;
}

@media (max-width: 767px) {
    .button.n-button.back-submit {
        width: 100%;
        margin-bottom: 20px;
    }

    .get-started-flex-box.half-box {
        -webkit-flex-basis: 375px !important;
        -ms-flex-preferred-size: 375px !important;
        flex-basis: 375px !important;
    }
}

.button.n-button.login-submit.next-submit {
    background-image: url('../../images/next-arrow.png');
    background-position: 87% 50%;
    background-size: 14px;
    background-repeat: no-repeat;
}

.button.n-button.login-submit.next-submit {
    background-image: url('../../images/next-arrow.png');
    background-position: 87% 50%;
    background-size: 14px;
    background-repeat: no-repeat;
}

.button.login-button.login-submit.next-submit {
    background-image: url('../../images/next-arrow.png');
    background-position: 87% 50%;
    background-size: 14px;
    background-repeat: no-repeat;
}

.button.org-button.login-submit {
    width: 96%;
    float: right;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .button.org-button.login-submit.next-submit {
        background-position: 87% 50%;
        background-size: 14px;
        background-repeat: no-repeat;
    }

        .button.org-button.login-submit.next-submit:hover {
            background-position: 91% 50%;
        }

@media (max-width: 767px) {
    .button.org-button.login-submit {
        width: 100%;
    }

    .get-started-flex-box.half-box {
        -webkit-flex-basis: 375px !important;
        -ms-flex-preferred-size: 375px !important;
        flex-basis: 375px !important;
    }
}

.button.n-button.org-submit.next-submit {
    background-position: 87% 50%;
    background-size: 14px;
    background-repeat: no-repeat;
}

.button.org-button.login-submit.next-submit {
    background-position: 87% 50%;
    background-size: 14px;
    background-repeat: no-repeat;
}

.button.org-button.login-submit.next-submit {
    background-position: 87% 50%;
    background-size: 14px;
    background-repeat: no-repeat;
}

.logoHeaderAlignment {
    padding-top: 10px;
    padding-bottom: 10px;
}

body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.missingText {
    background-color: red;
    opacity: 0.1;
}

/*.locationsLineBreak{
    /*border-bottom: 1px solid  #2980B9;*/
border-bottom: 1px solid green;
}

*/
/*Added by dfinney*/
/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}


select.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.thank-you {
    text-align: center;
}

.lmcu-location-logo {
    text-align: left;
    padding-right: 30px;
}

.lmcu-location-branch {
    font-size: 17px;
    margin-top: 0px !important;
}

.margin-bottom0 {
    margin: 0;
    padding: 0;
}

span.lmcu-address {
    display: block;
    position: relative !important;
    margin-left: 45px !important;
    margin-top: 0px !important;
    padding-top: 0;
    margin-bottom: 20px;
}

.hoverExternalSitePrivacyPopup table {
    background-color: lightskyblue;
    border: black;
    border-style: solid;
    border-width: 1px;
    font-family: Lato, sans-serif;
}

.lmcu-external-popup {
    text-align: center;
    background-color: white;
    border-bottom: 1px solid black;
    font-family: Lato, sans-serif;
}

.lmcu-external-message {
    padding: 10px;
    text-align: center;
    font-size: 17px;
    font-family: Lato, sans-serif;
}

.hoverExternalSitePrivacyPopup {
    display: none;
    position: fixed;
    z-index: 9999;
}

button.location-button {
    position: relative !important;
    margin-left: 300px !important;
    margin-top: -50px !important;
    margin-bottom: 20px !important;
    float: right !important;
}

.google-map {
    width: 100%;
    height: 500px;
    align-content: center;
}

.google-map-it {
    color: #2980b9;
    font-size: 17px;
}

    .google-map-it:hover {
        color: #2980b9;
    }

.new-container-contact {
    display: block;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.disabled-button {
    border-color: #717171;
    background-color: #717171;
}

    .disabled-button:focus {
        border-color: #717171;
        background-color: #717171;
    }

    .disabled-button:hover {
        border-color: #717171;
        background-color: #717171;
        cursor: default;
    }

@media only screen and (max-device-width : 768px) {
    .div-all {
        font-size: 1.1em !important;
    }

    .google-map {
        width: 500px;
        height: 500px;
        text-align: right;
    }

    span.lmcu-address {
        position: relative !important;
        margin-left: 45px !important;
        margin-top: -15px !important;
        padding-top: 0;
    }

    button.location-button {
        position: relative !important;
        margin-bottom: -10px !important;
        margin-top: -45px !important;
    }
}

@media only screen and (max-device-width : 425px) {
    .div-all {
        width: 350px;
        font-size: 14px !important;
    }

    .google-map-it {
        font-size: 14px;
    }

    .google-map {
        padding: 10px;
    }

    button.location-button {
        position: relative !important;
        margin-right: 2px !important;
        min-width: 125px !important;
        height: 23px !important;
        border-radius: 25px !important;
        font-size: 14px !important;
        line-height: 0 !important;
        margin-top: -40px !important;
        margin-bottom: 0 !important;
    }

    #aShowMore {
        margin-left: 120px !important;
    }

    .lmcu-location-branch {
        font-size: 14px !important;
    }

    #map {
        width:350px !important;
    }

    .get-started-flex-box.box-three {
        flex-basis: 350px;
    }

    .form {
        width: 350px !important;
    }

    .underlined-title-custom {
        padding: 0 !important;
        width:350px;
    }

    #wrapper {
        width: 350px !important;
    }        
}

/****************************     clickExternalSitePrivacyPopupContainer        *************************************/
.modal-BG {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1005; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.75); /* Black w/ opacity */
}

.popup-container {
    text-align: center;
    width: 50%;
    background: white;
    border: 1px solid #005c93;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
}

.popup-header {
    background: #005c93;
    padding: 5px 50px;
    margin-bottom: 1.632rem;
    color: white;
}

.popup-body {
    padding: 0 50px 30px;
}

.popup-close {
    background: none;
    float: right;
    font-size: 1.75rem;
    color: white;
    padding-right: 15px;
}

.popup-cancel, .popup-continue {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 1.632rem;
}

.button.button-alt {
    border: 2px solid #343434;
    background-color: #fff;
    color: #343434
}

.button.small.button-alt {
    border-width: 1px
}

.button.button-alt:hover, .button.button-alt:focus {
    background-color: #343434;
    color: #fff
}

@media only screen and (max-width: 750px) {
    .popup-header, .popup-body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .popup-cancel, .popup-continue {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 565px) {
    .popup-container {
        width: 92%;
    }
}

@media only screen and (max-width: 375px) {
    .popup-body p {
        margin-bottom: 1.632rem;
        font-size: .9rem;
    }
}
/****************************   END  clickExternalSitePrivacyPopupContainer        *************************************/


/* Styles were added for compliance, see IR140803 for more information */
/* Check G:\Public Folder\Arends_demo\new-opening\FinalApp for the original specifications */

/***************/
/*Blue Footer*/
.site-footer {
	position: absolute;
	bottom: 0;
	height: 120px;
	background-color: #005c93;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.copyright,
.institutions {
	height: 120px;
	color: hsla(0,0%,100%,.55);
	font-size: 15px;
	display: flex;
	align-items: center;
	line-height: 1.5;
}

.copyright {
	margin-left: 3rem;
}

.institutions {
	margin-right: 3rem;
	justify-content: end;
}

.site-footer img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}

/***************/
/*MEDIA QUERIES*/
@media (max-width: 767px) {
	.site-footer .w-col-6 {
		margin-right: 0;
		width: 50% !important;
	}

	.site-footer .copyright {
		font-size: 13px;
		margin-left: auto;
	}

	.site-footer .institutions {
		margin-right: auto;
	}
}
