/*! 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
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; }

/* Guan added
   ========================================================================== */
/**
 * Border box
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/**
 * Margins and paddings
 */
pre,
li {
  margin: 0;
  padding: 0; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=9b804bf8a9a95477367b5d66ac747fd2)
 * Config saved to config.json and https://gist.github.com/9b804bf8a9a95477367b5d66ac747fd2
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

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

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

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

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

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

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: museo;
  font-weight: 700;
  src: url(../ttf/museo700-regular.ttf); }

.slider {
  width: 100%;
  margin: 0 auto;
  position: relative; }

/* Refer to all the divs which were originally in .slider */
.slick-track > div {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .slick-track > div:focus, .slick-track > div:active {
    outline: 0; }

/*hide text, reset button styles*/
.slick-arrow, .slick-dots li button {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: transparent; }
  .slick-arrow:hover, .slick-dots li button:hover {
    background-color: transparent;
    color: transparent; }

/*Arrows*/
.slick-arrow {
  z-index: 199;
  width: 18px;
  height: 25px;
  padding: 2px;
  font-family: FontAwesome;
  font-size: 40px;
  position: absolute;
  top: 50%;
  margin-top: -30px; }
  .slick-arrow:hover, .slick-arrow:focus {
    outline: 0;
    opacity: 0.7; }

.slick-prev:before, .slick-next:before {
  color: #ed1c24; }
  .slick-prev:before:hover, .slick-prev:before:focus, .slick-next:before:hover, .slick-next:before:focus {
    color: #006838; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: "\f104"; }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: "\f105"; }

/*Dots*/
.slick-dots {
  position: absolute;
  width: 100%;
  z-index: 198;
  bottom: -50px;
  margin: 0;
  padding: 0;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    padding: 0;
    margin: 6px; }
    .slick-dots li button {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #999;
      overflow: hidden; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        background-color: #555;
        outline: 0; }
  .slick-dots .slick-active button {
    background-color: #ed1c24; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  color: #231f20;
  font-family: "Source Sans Pro", sans-serif;
  overflow-x: hidden;
  font-size: 18px;
  background-color: #e6e6e6;
  font-weight: 300; }

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 28px; }
  @media (max-width: 768px) {
    h1 {
      font-size: 24px; } }

h2 {
  font-size: 32px;
  margin: 0;
  font-family: museo; }

h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px; }

h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 500; }

h6 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px; }

p, b, li {
  color: #4d4d4d;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300; }

a {
  text-decoration: none;
  color: #ed1c24;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400; }
  a:hover, a:active, a:focus, a:visited {
    text-decoration: none; }
  a:hover {
    color: #c61017; }

button {
  background-color: transparent;
  border: 0; }
  button:focus, button:active {
    outline: 0; }

ul, ol {
  padding-left: 10px; }
  ul li, ol li {
    padding-bottom: 15px; }

hr {
  border-top: 1px solid #4d4d4d;
  margin: 10px 0; }

address {
  font-style: normal; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.container {
  padding: 0 20px; }

.container-l {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px; }

.container-m {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px; }

.container-s {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px; }

.one-third {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px;
  width: 33.33%;
  padding: 20px; }
  @media (max-width: 768px) {
    .one-third {
      width: 50%; } }

.half {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px;
  width: 50%;
  padding: 20px; }
  @media (max-width: 600px) {
    .half {
      width: 100%; } }

.one-fourth {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px;
  width: 25%;
  padding: 20px; }
  @media (max-width: 600px) {
    .one-fourth {
      width: 50%; } }

.center {
  text-align: center; }

.right {
  text-align: right; }

.button-red-outline {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 22px 10px;
  border-radius: 20px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 8px 22px 8px;
  border: 2px solid #ed1c24;
  color: #ed1c24; }
  .button-red-outline:visited {
    color: white; }
  .button-red-outline:hover {
    text-decoration: none; }
  .button-red-outline:visited {
    color: #ed1c24; }
  .button-red-outline:hover {
    color: #006838;
    border: 2px solid #006838; }

.button {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 22px 10px;
  border-radius: 20px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: #4d4d4d;
  color: white; }
  .button:visited {
    color: white; }
  .button:hover {
    text-decoration: none; }
  .button:hover {
    color: white;
    background-color: transparent; }

.button-red {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 22px 10px;
  border-radius: 20px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: #ed1c24;
  color: white; }
  .button-red:visited {
    color: white; }
  .button-red:hover {
    text-decoration: none; }
  .button-red:hover {
    color: white;
    background-color: #006838; }

.button-blue {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 22px 10px;
  border-radius: 20px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: #004876;
  color: white; }
  .button-blue:visited {
    color: white; }
  .button-blue:hover {
    text-decoration: none; }
  .button-blue:hover {
    color: white;
    background-color: #002943; }

.button-blue1 {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 22px 10px;
  border-radius: 20px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: #1aafe2;
  color: white; }
  .button-blue1:visited {
    color: white; }
  .button-blue1:hover {
    text-decoration: none; }
  .button-blue1:hover {
    color: white;
    background-color: #158cb4; }

.button-blue2 {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 22px 10px;
  border-radius: 20px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: #118dbe;
  color: white; }
  .button-blue2:visited {
    color: white; }
  .button-blue2:hover {
    text-decoration: none; }
  .button-blue2:hover {
    color: white;
    background-color: #0d6a8f; }

.button-blue3 {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 22px 10px;
  border-radius: 20px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: #096a9a;
  color: white; }
  .button-blue3:visited {
    color: white; }
  .button-blue3:hover {
    text-decoration: none; }
  .button-blue3:hover {
    color: white;
    background-color: #06496a; }

.button-meg {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 22px 10px;
  border-radius: 20px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: #a70064;
  color: white; }
  .button-meg:visited {
    color: white; }
  .button-meg:hover {
    text-decoration: none; }
  .button-meg:hover {
    color: white;
    background-color: #740045; }

.button-meg1 {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 22px 10px;
  border-radius: 20px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: #e05ab0;
  color: white; }
  .button-meg1:visited {
    color: white; }
  .button-meg1:hover {
    text-decoration: none; }
  .button-meg1:hover {
    color: white;
    background-color: #d82f9b; }

.button-meg2 {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 22px 10px;
  border-radius: 20px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: #cc3c97;
  color: white; }
  .button-meg2:visited {
    color: white; }
  .button-meg2:hover {
    text-decoration: none; }
  .button-meg2:hover {
    color: white;
    background-color: #a92c7b; }

.button-meg3 {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 22px 10px;
  border-radius: 20px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: #b91e7d;
  color: white; }
  .button-meg3:visited {
    color: white; }
  .button-meg3:hover {
    text-decoration: none; }
  .button-meg3:hover {
    color: white;
    background-color: #8d175f; }

.button-green {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 22px 10px;
  border-radius: 20px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: #4c917b;
  color: white; }
  .button-green:visited {
    color: white; }
  .button-green:hover {
    text-decoration: none; }
  .button-green:hover {
    color: white;
    background-color: #3a705f; }

.button-green1 {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 22px 10px;
  border-radius: 20px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: #8ec1a0;
  color: white; }
  .button-green1:visited {
    color: white; }
  .button-green1:hover {
    text-decoration: none; }
  .button-green1:hover {
    color: white;
    background-color: #6daf84; }

.button-green2 {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 22px 10px;
  border-radius: 20px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: #78b194;
  color: white; }
  .button-green2:visited {
    color: white; }
  .button-green2:hover {
    text-decoration: none; }
  .button-green2:hover {
    color: white;
    background-color: #5a9c7a; }

.button-green3 {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 22px 10px;
  border-radius: 20px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: #62a187;
  color: white; }
  .button-green3:visited {
    color: white; }
  .button-green3:hover {
    text-decoration: none; }
  .button-green3:hover {
    color: white;
    background-color: #4e826d; }

.button-big {
  padding: 15px 25px 14px;
  border-radius: 25px; }

@-webkit-keyframes fade_in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade_in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.dark-overlay {
  position: relative; }
  .dark-overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  .dark-overlay > * {
    position: relative;
    z-index: 5; }

form {
  background-color: white;
  padding: 40px 30px 60px;
  margin-top: 40px; }
  form > div {
    float: none !important;
    max-width: 600px;
    margin: 0 auto; }

label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px; }
  label span {
    color: #ccc;
    font-size: 16px; }

input, textarea, select {
  width: 100%;
  border: 0;
  background-color: #e6e6e6;
  padding: 5px 10px; }
  input:hover, input:focus, input:active, textarea:hover, textarea:focus, textarea:active, select:hover, select:focus, select:active {
    outline: 0; }
  input:focus, textarea:focus, select:focus {
    background-color: #ccc; }



textarea {
  height: 150px; }

input[type="button"] {
  background-color: transparent;
  width: auto;
  padding: 10px 22px;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 22px 10px;
  border-radius: 20px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 8px 22px 8px;
  border: 2px solid #ed1c24;
  color: #ed1c24; }

  input[type="button"]:hover {
    border: 2px solid #006838;
    color: #006838; }

input[type="submit"] {
  background-color: #ed1c24;
  width: auto;
  padding: 10px 22px;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 22px 10px;
  border-radius: 20px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 10px 22px 10px;
  color: white; }

  input[type="submit"]:hover {
    background-color: #006838; 
    color:white;}

select {
  width: 100%;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: 0 !important;
  /*background: url(../assets/img/icon-select-arrows.svg) no-repeat center right; JH: removed because it made select boxes completely white */
  background-size: 22px auto; }

.ncm-form {
  text-align: left; }
  .ncm-form .ncm-form-half {
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
    width: 50%;
    padding: 10px 20px; }
    @media (max-width: 600px) {
      .ncm-form .ncm-form-half {
        width: 100%; } }
  .ncm-form .ncm-form-full {
    padding: 10px 20px; }
  .ncm-form .option-bg {
    background-color: #e6e6e6; }
  .ncm-form .submit-container {
    text-align: right; }
    @media (max-width: 600px) {
      .ncm-form .submit-container {
        text-align: center; } }

.XMFormGroup {
  background-color: white !important; }
  .XMFormGroup .SectionLabel {
    font-size: 32px !important;
    margin: 0;
    font-family: museo !important;
    text-align: center;
    padding-bottom: 30px; 
  background-color: white !important; }
  .XMFormGroup .clInput {
    margin-bottom: 20px;
    width: 100% !important; }
  .XMFormGroup .astrix {
    padding-right: 3px; }

.two-columns {
  -webkit-column-count: 2;
          column-count: 2; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-top: 40px; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.white-section {
  background-color: white;
  padding: 60px 0; }

video {
  max-width: 100%;
  min-width: 100%; }

img {
  max-width: 100%; }

.site-header {
  background-color: #e6e6e6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
  .site-header ul, .site-header li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .site-header .site-title {
    padding: 30px 0;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .site-header .site-title img {
      width: 180px;
      height: auto;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .site-header #open-nav {
    float: right;
    margin-top: 32px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .site-header #open-nav span {
      display: block;
      width: 24px;
      height: 4px;
      margin-bottom: 4px;
      border-radius: 5px;
      background-color: #006838; }
  .site-header nav {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #e6e6e6;
    overflow-y: auto;
    text-align: center; }
    .site-header nav .container {
      position: relative;
      padding-top: 17vh;
      padding-bottom: 100px; }
    .site-header nav #close-nav {
      position: fixed;
      right: 20px;
      top: 20px;
      z-index: 1000; }
      .site-header nav #close-nav img {
        width: 20px;
        height: auto; }
    .site-header nav .button-contact {
      position: absolute;
      bottom: 30px;
      width: 100%;
      left: 0; }
    .site-header nav .main-nav {
      padding-top: 60px; }
      .site-header nav .main-nav a {
        text-transform: uppercase;
        font-weight: 600;
        color: #006838;
        letter-spacing: 1px;
        font-size: 12px;
        display: block;
        padding: 10px 0;
        font-family: "Montserrat", sans-serif; }
        .site-header nav .main-nav a:hover {
          text-decoration: none; }
      .site-header nav .main-nav .right-nav {
        margin-top: 30px; }

.site-header.nav-open nav {
  display: block;
  -webkit-animation-name: fade_in;
          animation-name: fade_in;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.scrolled .site-header .site-title {
  padding: 10px 0; }
  .scrolled .site-header .site-title img {
    width: 120px; }

.scrolled .site-header #open-nav {
  margin-top: 18px; }

@media (min-width: 992px) {
  .site-header .site-title img {
    width: 240px; }
  .site-header #open-nav {
    display: none; }
  .site-header nav {
    display: block;
    position: static;
    overflow-y: visible;
    text-align: center;
    background-color: #006838; }
    .site-header nav .container {
      padding: 0; }
    .site-header nav #close-nav {
      display: none; }
    .site-header nav .top-nav {
      position: absolute;
      top: -80px;
      right: 0;
      width: 500px;
      text-align: right;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .site-header nav .top-nav li {
        display: inline-block;
        margin-left: 15px; }
      .site-header nav .top-nav .button-contact {
        position: static;
        width: auto; }
    .site-header nav .main-nav {
      padding: 0;
      text-align: left; }
      .site-header nav .main-nav li {
        display: inline-block; }
        .site-header nav .main-nav li a {
          color: white;
          display: block;
          padding: 15px 14px; }
          .site-header nav .main-nav li a:hover {
            color: #aeffcf; }
      .site-header nav .main-nav .left-nav {
        display: inline-block; }
      .site-header nav .main-nav .right-nav {
        margin-top: 0;
        float: right;
        background-color: rgba(0, 0, 0, 0.45);
        padding-left: 40px;
        border-radius: 23px 0 0 23px;
        position: relative;
        width: 320px;
        margin-right: -14px; }
        .site-header nav .main-nav .right-nav:after {
          content: "";
          position: absolute;
          width: 1000px;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.45);
          left: 320px;
          top: 0; }
        .site-header nav .main-nav .right-nav .current a {
          color: #8ec1a0; }
  .scrolled .site-header nav .top-nav {
    top: -51px; } }

main {
  margin: 193px 0 0; }
  @media (max-width: 992px) {
    main {
      margin: 125px 0 0; } }

section.contact {
  background-color: white;
  padding: 50px 0; }
  section.contact .ncm-form {
    margin-top: 30px; }

.plans-accordion .accordion {
  padding-top: 30px; }
  .plans-accordion .accordion .titles {
    padding: 0;
    margin: 0; }
    .plans-accordion .accordion .titles li {
      list-style: none;
      padding: 0;
      float: left;
      width: 33.33%;
      background-color: #006838; }
      .plans-accordion .accordion .titles li button {
        color: white;
        display: block;
        width: 100%;
        padding: 15px 20px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0; }
      .plans-accordion .accordion .titles li button.mobile {
        display: none; }
      @media (max-width: 900px) {
        .plans-accordion .accordion .titles li button.mobile {
          display: block; }
        .plans-accordion .accordion .titles li button.desktop {
          display: none; } }
      .plans-accordion .accordion .titles li:nth-child(1) {
        background-color: #004876; }
      .plans-accordion .accordion .titles li:nth-child(2) {
        background-color: #a70064; }
      .plans-accordion .accordion .titles li:nth-child(3) {
        background-color: #4c917b; }
    .plans-accordion .accordion .titles .current {
      background-color: white !important; }
      .plans-accordion .accordion .titles .current button {
        color: #231f20;
        font-weight: bold; }
  .plans-accordion .accordion .content {
    background-color: white; }
    .plans-accordion .accordion .content .content-unit {
      display: none;
      padding: 40px 30px 50px; }
    .plans-accordion .accordion .content .current {
      display: block; }

.site-footer * {
  color: white;
  font-size: 16px; }

.site-footer .main-footer {
  background-color: #70615a;
  padding: 60px 0; }
  .site-footer .main-footer .site-logo {
    width: 100%;
    max-width: 200px;
    height: auto; }
  .site-footer .main-footer h6 {
    margin-top: 30px; }
  .site-footer .main-footer a:hover {
    color: #ed1c24; }

.site-footer .site-info {
  text-align: center;
  background-color: #4c4441;
  padding: 10px 0; }
  @media (max-width: 768px) {
    .site-footer .site-info {
      text-align: left; } }
  .site-footer .site-info * {
    font-size: 14px; }
  .site-footer .site-info a {
    text-decoration: underline; }
    .site-footer .site-info a:hover {
      color: #ed1c24; }

.home section.hero {
  background: url(../jpg/home-woman-consulting.jpg) no-repeat center center;
  background-size: cover; }
  .home section.hero .container {
    padding-top: 120px;
    padding-bottom: 50px; }
  .home section.hero .caption {
    max-width: 55%; }
    @media (max-width: 768px) {
      .home section.hero .caption {
        max-width: 90%; } }
  .home section.hero h1 {
    color: white; }
  .home section.hero .button-red {
    margin-top: 20px; }
  .home section.hero p {
    color: white;
    margin-top: 20px;
    padding-left: 15px;
    font-size: 12px; }
    .home section.hero p a {
      color: white;
      text-decoration: underline; }
  @media (min-width: 768px) {
    .home section.hero .container {
      padding-top: 180px; } }

.home section.manuals {
  padding: 50px 0 30px; }

.home section.cards {
  padding-bottom: 60px; }
  .home section.cards .card {
    max-width: 400px;
    border-top: 9px solid #ed1c24;
    background-color: white;
    padding: 0 0 40px;
    margin: 0 auto 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .home section.cards .card .image {
      background: no-repeat center center;
      background-size: auto 220px;
      height: 220px;
      -webkit-transition: background-size 0.2s ease;
      transition: background-size 0.2s ease; }
      @media (max-width: 768px) {
        .home section.cards .card .image {
          background-size: cover; } }
    .home section.cards .card:hover {
      -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 25px rgba(0, 0, 0, 0.5); }
      .home section.cards .card:hover .image {
        background-size: auto 225px; }
        @media (max-width: 768px) {
          .home section.cards .card:hover .image {
            background-size: cover; } }
  .home section.cards .blue {
    border-top-color: #004876; }
    .home section.cards .blue .image {
      background-image: url(../jpg/home-man-tablet.jpg); }
  .home section.cards .meg {
    border-top-color: #a70064; }
    .home section.cards .meg .image {
      background-image: url(../jpg/home-woman-kid-wheel-chair.jpg); }
  .home section.cards .green {
    border-top-color: #4c917b; }
    .home section.cards .green .image {
      background-image: url(../jpg/home-man-healthy-food.jpg); }

.home section.pricing {
  background-color: white;
  overflow: hidden; }
  .home section.pricing .container-l {
    padding: 0; }
  .home section.pricing .image {
    background: url(../jpg/home-woman-holding-card.jpg) no-repeat center center;
    background-size: cover;
    height: 400px; }
  .home section.pricing .content {
    padding: 50px 40px 50px;
    max-width: 620px; }
    @media (max-width: 768px) {
      .home section.pricing .content {
        max-width: 100%;
        padding: 50px;
        text-align: center; } }
  .home section.pricing .links {
    padding-top: 10px; }
    .home section.pricing .links a {
      margin-right: 15px;
      margin-top: 10px; }

.home section.tools {
  padding: 60px 0; }
  .home section.tools img {
    width: 120px;
    height: auto;
    max-width: 100%; }
  .home section.tools h5 {
    color: #231f20; }
  .home section.tools .button-red-outline {
    margin-top: 20px; }

.template-plans section.hero .container-fluid {
  padding: 0;
  background-color: white;
  position: relative; }
  @media (max-width: 768px) {
    .template-plans section.hero .container-fluid {
      background-color: transparent; } }

.template-plans section.hero .image {
  background-size: cover;
  min-height: 500px; }
  @media (max-width: 768px) {
    .template-plans section.hero .image {
      min-height: 300px; } }

.template-plans section.hero .content {
  position: static; }

.template-plans section.hero .caption {
  padding-left: 40px;
  padding-right: 80px;
  max-width: 600px;
  position: absolute;
  bottom: 40px;
  left: 58.33%; }
  .template-plans section.hero .caption h1 {
    font-size: 17px; }
  .template-plans section.hero .caption a {
    margin-top: 20px; }
  @media (max-width: 992px) {
    .template-plans section.hero .caption {
      padding: 40px;
      text-align: center;
      position: static;
      max-width: 100%; } }

.template-plans section.accordion {
  padding: 70px 0; }
  @media (max-width: 768px) {
    .template-plans section.accordion {
      padding: 10px 0 50px; } }
  .template-plans section.accordion .container-m {
    background-color: white;
    padding: 0; }
  .template-plans section.accordion .titles {
    padding: 0;
    margin: 0; }
    .template-plans section.accordion .titles li {
      list-style: none;
      float: left;
      padding: 15px 0;
      width: 20%; }
      .template-plans section.accordion .titles li button {
        color: white;
        display: block;
        width: 100%;
        padding: 3px 15px;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px; }
        @media (max-width: 850px) {
          .template-plans section.accordion .titles li button {
            min-height: 30px;
            padding: 3px;
            font-size: 2.9vw; } }
      .template-plans section.accordion .titles li:nth-child(2) {
        width: 24%; }
      .template-plans section.accordion .titles li:nth-child(5) {
        width: 16%; }
    .template-plans section.accordion .titles .current {
      background-color: white; }
  .template-plans section.accordion .content {
    padding: 40px 50px 50px; }
    .template-plans section.accordion .content .content-unit {
      display: none; }
    .template-plans section.accordion .content .current {
      display: block; }

.template-plans section.order h1, .template-plans section.order p {
  margin: 0;
  padding: 0; }

.template-plans section.order .options {
  padding: 40px 0 80px; }
  @media (max-width: 992px) {
    .template-plans section.order .options {
      max-width: 500px;
      margin: 0 auto; } }

.template-plans section.order .option {
  display: inline-block;
  margin: 0 -2px;
  background-color: white;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  position: relative; }
  .template-plans section.order .option .title {
    margin: 0;
    min-height: 102px;
    color: white;
    font-size: 15px;
    padding: 20px 0 50px;
    position: relative; }
    @media (max-width: 500px) {
      .template-plans section.order .option .title {
        font-size: 14px; } }
    .template-plans section.order .option .title:after {
      position: absolute;
      content: "";
      width: 100px;
      height: 100px;
      background-color: white;
      border-radius: 50%;
      bottom: -70px;
      left: 50%;
      margin-left: -50px; }
  .template-plans section.order .option .content {
    position: relative;
    z-index: 10px;
    padding: 15px 20px 30px; }
  .template-plans section.order .option .start-at {
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    position: relative;
    color: #555;
    top: 5px; }
  .template-plans section.order .option .price {
    font-size: 30px;
    font-weight: 500; }
    .template-plans section.order .option .price span {
      font-size: 20px; }
    @media (max-width: 500px) {
      .template-plans section.order .option .price {
        font-size: 26px; }
        .template-plans section.order .option .price span {
          font-size: 18px; } }
  .template-plans section.order .option .renew {
    margin-bottom: 30px; }
  .template-plans section.order .option:nth-child(1) {
    width: 24%;
    z-index: 1; }
    .template-plans section.order .option:nth-child(1) .title {
      padding-top: 10px; }
    .template-plans section.order .option:nth-child(1) .content {
      padding-bottom: 20px; }
    @media (max-width: 992px) {
      .template-plans section.order .option:nth-child(1) {
        width: 50%; }
        .template-plans section.order .option:nth-child(1) .title {
          padding-top: 20px; }
        .template-plans section.order .option:nth-child(1) .content {
          padding-bottom: 30px; } }
  .template-plans section.order .option:nth-child(2) {
    width: 25%;
    z-index: 4; }
    .template-plans section.order .option:nth-child(2) .title {
      height: 112px; }
    @media (max-width: 992px) {
      .template-plans section.order .option:nth-child(2) {
        width: 50%; } }
  .template-plans section.order .option:nth-child(3) {
    width: 26%;
    z-index: 5; }
    @media (max-width: 992px) {
      .template-plans section.order .option:nth-child(3) {
        width: 505;
        width: calc(50% + 20px);
        margin-left: -10px;
        margin-right: -10px;
        margin-top: -10px; } }
    .template-plans section.order .option:nth-child(3) .title {
      padding-top: 30px; }
    .template-plans section.order .option:nth-child(3) .content {
      padding-bottom: 40px; }
  .template-plans section.order .option:nth-child(4) {
    width: 25%;
    z-index: 4; }
    @media (max-width: 992px) {
      .template-plans section.order .option:nth-child(4) {
        width: 50%; } }

.adult-nutrition-care .main-nav .current a {
  color: #a4ecff; }
  @media (max-width: 992px) {
    .adult-nutrition-care .main-nav .current a {
      color: #004876; } }

@media (min-width: 992px) {
  .adult-nutrition-care .site-header nav {
    background-color: #004876; }
    .adult-nutrition-care .site-header nav .main-nav li a:hover {
      color: #a4ecff; } }

.adult-nutrition-care section.hero .image {
  background: url(../jpg/home-man-tablet.jpg) no-repeat center center;
  background-size: cover; }

.adult-nutrition-care section.accordion .titles li {
  background-color: #004876; }

.adult-nutrition-care section.accordion .titles .current button {
  color: #004876; }

.adult-nutrition-care section.order .option:nth-child(1) .title {
  background-color: #1aafe2; }

.adult-nutrition-care section.order .option:nth-child(1) .price {
  color: #1aafe2; }

.adult-nutrition-care section.order .option:nth-child(2) .title {
  background-color: #118dbe; }

.adult-nutrition-care section.order .option:nth-child(2) .price {
  color: #118dbe; }

.adult-nutrition-care section.order .option:nth-child(3) .title {
  background-color: #096a9a; }

.adult-nutrition-care section.order .option:nth-child(3) .price {
  color: #096a9a; }

.adult-nutrition-care section.order .option:nth-child(4) .title {
  background-color: #004876; }

.adult-nutrition-care section.order .option:nth-child(4) .price {
  color: #004876; }

.pediatric-nutrition-care .main-nav .current a {
  color: #ffb3ef; }
  @media (max-width: 992px) {
    .pediatric-nutrition-care .main-nav .current a {
      color: #a70064; } }

@media (min-width: 992px) {
  .pediatric-nutrition-care .site-header nav {
    background-color: #a70064; }
    .pediatric-nutrition-care .site-header nav .main-nav li a:hover {
      color: #ffb3ef; } }

.pediatric-nutrition-care section.hero .image {
  background: url(../jpg/home-woman-kid-wheel-chair.jpg) no-repeat center center;
  background-size: cover; }

.pediatric-nutrition-care section.accordion .titles li {
  background-color: #a70064; }

.pediatric-nutrition-care section.accordion .titles .current button {
  color: #a70064; }

.pediatric-nutrition-care section.order .option:nth-child(1) .title {
  background-color: #e05ab0; }

.pediatric-nutrition-care section.order .option:nth-child(1) .price {
  color: #e05ab0; }

.pediatric-nutrition-care section.order .option:nth-child(2) .title {
  background-color: #cc3c97; }

.pediatric-nutrition-care section.order .option:nth-child(2) .price {
  color: #cc3c97; }

.pediatric-nutrition-care section.order .option:nth-child(3) .title {
  background-color: #b91e7d; }

.pediatric-nutrition-care section.order .option:nth-child(3) .price {
  color: #b91e7d; }

.pediatric-nutrition-care section.order .option:nth-child(4) .title {
  background-color: #a70064; }

.pediatric-nutrition-care section.order .option:nth-child(4) .price {
  color: #a70064; }

.sports-nutrition-care .main-nav .current a {
  color: #aeffcf; }
  @media (max-width: 992px) {
    .sports-nutrition-care .main-nav .current a {
      color: #4c917b; } }

@media (min-width: 992px) {
  .sports-nutrition-care .site-header nav {
    background-color: #4c917b; }
    .sports-nutrition-care .site-header nav .main-nav li a:hover {
      color: #aeffcf; } }

.sports-nutrition-care section.hero .image {
  background: url(../jpg/home-man-healthy-food.jpg) no-repeat center center;
  background-size: cover; }

.sports-nutrition-care section.accordion .titles li {
  background-color: #4c917b; }

.sports-nutrition-care section.accordion .titles .current button {
  color: #4c917b; }

.sports-nutrition-care section.order .option:nth-child(1) .title {
  background-color: #8ec1a0; }

.sports-nutrition-care section.order .option:nth-child(1) .price {
  color: #8ec1a0; }

.sports-nutrition-care section.order .option:nth-child(2) .title {
  background-color: #78b194;
  height: 112px; }

.sports-nutrition-care section.order .option:nth-child(2) .price {
  color: #78b194; }

.sports-nutrition-care section.order .option:nth-child(3) .title {
  background-color: #62a187; }

.sports-nutrition-care section.order .option:nth-child(3) .price {
  color: #62a187; }

.sports-nutrition-care section.order .option:nth-child(4) .title {
  background-color: #4c917b; }

.sports-nutrition-care section.order .option:nth-child(4) .price {
  color: #4c917b; }

.about-us .team {
  padding: 50px 0; }
  .about-us .team .member {
    text-align: center; }
    .about-us .team .member .image {
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      background: no-repeat center center;
      background-size: cover; }
    .about-us .team .member .name {
      font-weight: bold;
      margin-top: 20px; }
    .about-us .team .member .position {
      margin-bottom: 10px; }

.tools main > section {
  padding: 30px 0; }

.tools .icon {
  width: 120px;
  max-width: 100%;
  height: auto; }

.tools h2 {
  margin-top: 30px; }

@media (max-width: 768px) {
  .tools .col-sm-2 {
    text-align: center; }
    .tools .col-sm-2 .icon {
      width: 90px; }
  .tools h2 {
    text-align: center;
    font-size: 28px; } }

.tools #get-involved {
  padding-top: 60px; }
  @media (max-width: 768px) {
    .tools #get-involved {
      padding-top: 40px; } }
  .tools #get-involved .events {
    padding: 0 30px; }
  .tools #get-involved .event {
    text-align: center;
    padding: 10px;
    padding-bottom: 50px; }
    .tools #get-involved .event .button-register {
      position: absolute;
      width: 100%;
      bottom: 10px;
      left: 0; }

.tools #video-tutorials video {
  margin-top: 30px; }

.tools #video-tutorials .video-selections {
  margin: 30px -20px 0; }
  .tools #video-tutorials .video-selections .video-selection {
    text-align: center; }
    .tools #video-tutorials .video-selections .video-selection h4 {
      color: #231f20; }

.tools #faq {
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    .tools #faq {
      padding-bottom: 60px; } }
  .tools #faq h4 {
    margin: 40px 0 10px; }

.pricing .container-m {
  padding-top: 20px;
  padding-bottom: 40px; }

.pricing .accordion .content .content-unit {
  padding-top: 60px;
  padding-bottom: 80px; }

.pricing .accordion .content h2 {
  padding-bottom: 15px;
  text-align: center; }

.pricing .accordion .content hr {
  margin: 70px 0;
  border-top: 1px solid #e6e6e6; }
  @media (max-width: 500px) {
    .pricing .accordion .content hr {
      margin: 40px 0; } }

.pricing .accordion .content table {
  margin: 10px 0 30px;
  width: 100%;
  text-align: center;
  border: 5px solid #e6e6e6; }
  .pricing .accordion .content table th, .pricing .accordion .content table td {
    border: 1px solid #e6e6e6;
    padding: 5px; }
  .pricing .accordion .content table th {
    vertical-align: top; }
    .pricing .accordion .content table th span {
      display: block;
      font-weight: 400;
      font-size: 14px; }
  .pricing .accordion .content table td:nth-child(1) {
    width: 30%; }
  .pricing .accordion .content table td:nth-child(2) {
    width: 35%; }
  .pricing .accordion .content table td:nth-child(3) {
    width: 35%; }
  @media (max-width: 500px) {
    .pricing .accordion .content table th, .pricing .accordion .content table td {
      font-size: 13px; } }


/************ WEBAUTHOR ADDED STYLES ************************/


  .clRadioCheck {  
    width:30px;
  }


  .XMLabel {  
    font-weight:bold; padding-top:20px;
    
  }
  .XMFormGroup .clInput {margin-bottom: 0px;}

  .XMValidationMessage, .XMValidationMessage ol li {color:red; line-height: 1; padding:0px;}
  .XMValidationMessage{margin-bottom: 20px;}

  .btn {margin-top: 10px;}

  .ncm-warning {padding:8px 35px 8px 14px;margin-bottom:18px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#ffead7;border:1px solid #fec38e;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#c53e0f;}
  .ncm-alert {padding:8px 35px 8px 14px;margin-bottom:18px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#e1ecf5;border:1px solid #c7d4dd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#4296b8;}
  .SCBody {background-color: white;}
  .SCHeader{font-weight:bold;}

    .ncm-table-div {
        background-color: white;
        padding: 40px 30px 60px;
        margin-top: 40px;
    }




  /*Google Analytics Opt out modal box  styles*/
  #ga_opt_out_data form {padding:0; margin-top:0;}
  #ga_opt_out_data span { font-weight:normal; font-size: 13px; color: #024875 !important; padding: 0px 0 0px 0px;} /* radio button copy */
  #ga_opt_out_data p { margin: 5px 0 8px 5px; font-size: 12px; line-height: 14px; color:  #000; } /*standard copy*/
  #ga_opt_out_data .clr10 {clear:both;margin:0 0 10px 0;padding:0;}
  #ga_opt_out_data .clr {clear:both;margin:0;padding:0;}

  .ga_optout_column { float: left;  width: 50%; }
  .ga_optout_column div b  {  font: bold 17px/24px Helvetica, Arial, sans-serif; color: #024875 !important; } /*default header font*/
   .ga_optout_column a  {  color: #024875 !important; text-decoration: underline } 
  #ga_opt_out_data .inner_wrp { /*border*/
      padding: 15px;
      border: 2px solid #024875;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;  
  }

  /* Clear floats after the columns */
  .a_optout_row:after {
      content: "";
      display: table;
      clear: both;
  }
  .ga_save_button {background-color:#024875 !important; border: 1px solid #fff; color:#fff; padding: 13px 13px 13px 13px; font-size:14px;}
  .ga_optout {width:20px;}



}
