/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
body {
  font-size: 1rem;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.72;
  color: #333333;
  background-color: transparent;
  font-weight: normal;
}
body.clip {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
.breadcrumbs {
  margin: 1.14rem 0;
  padding: 0;
  background-color: transparent;
}
.breadcrumbs li {
  display: inline-block;
  color: #00afe9;
  font-size: 0.85rem;
}
.breadcrumbs li + li:before {
  content: '/';
  padding: 0 2px;
}
.breadcrumbs li.active {
  color: #00afe9;
}
.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: normal;
}
.button-block {
  display: block;
  width: 100%;
}
.button,
.pagination li a.previous,
.pagination li span.previous,
.pagination li a.next,
.pagination li span.next,
.post-edit-link {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  border: none;
  white-space: nowrap;
  text-decoration: none;
  padding: 0.85rem 1.7rem;
  font-size: 1rem;
  line-height: 1em;
  border: 2px;
  border-radius: 12px;
}
.button-default,
.pagination li a.previous,
.pagination li span.previous,
.pagination li a.next,
.pagination li span.next,
.post-edit-link {
  color: #ffffff;
  background-color: #00afe9;
  border: 2px solid #00afe9;
  font-weight: bold;
  transition: 0.3s ease-out;
}
.button-default:focus,
.button-default:hover,
.post-edit-link:focus,
.post-edit-link:hover {
  color: #ffffff;
  background-color: #0089b6;
  border-color: #0089b6;
}
.button-default[disabled],
.post-edit-link[disabled] {
  opacity: .5;
  cursor: not-allowed;
}
.button-default[disabled]:focus,
.button-default[disabled]:hover,
.post-edit-link[disabled]:focus,
.post-edit-link[disabled]:hover {
  background-color: #00afe9;
  border-color: #00afe9;
}
.button-alternate {
  color: #00afe9;
  background-color: transparent;
  border: 2px solid #00afe9;
  font-weight: bold;
  transition: 0.3s ease-out;
}
.button-alternate:focus,
.button-alternate:hover {
  color: #00afe9;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0089b6;
}
.button-alternate[disabled] {
  opacity: .5;
  cursor: not-allowed;
}
.button-alternate[disabled]:focus,
.button-alternate[disabled]:hover {
  background-color: transparent;
  border-color: #00afe9;
}
.buttons-set + .buttons-set {
  margin-top: 0.85rem;
}
.buttons-set .button + .button,
.buttons-set .post-edit-link + .post-edit-link {
  margin-left: 0.85rem;
}
.buttons-set .button-block + .button-block {
  margin-left: 0;
  margin-top: 0.85rem;
}
@media screen and (max-width: 768px) {
  .button,
  .pagination li a.previous,
  .pagination li span.previous,
  .pagination li a.next,
  .pagination li span.next,
  .post-edit-link {
    display: block;
    width: 100%;
  }
}
code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
}
code {
  background-color: #f7f7f9;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);
  color: #000000;
  font-size: 90%;
  padding: 3px 5px;
}
.prettyprint code {
  box-shadow: none;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #999999;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 0.215rem;
  margin: 0 0 0.715rem;
  font-size: 0rem;
  line-height: 1.72;
  word-break: break-all;
  word-wrap: break-word;
  color: #000000;
  border: 1px solid #ccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
pre ul,
pre ol {
  list-style-position: inside;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.pre-scrollable {
  max-height: 200px;
  overflow-y: scroll;
}
.code-highlight {
  margin: 20px 0;
}
.code-highlight pre {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.code-highlight h4 {
  background-color: #f9f9f9;
  border-radius: 3px 3px 0 0;
  border: 1px solid #E1E1E8;
  border-bottom: 0;
  margin-bottom: 0;
  padding: 12px 8px;
}
/* Pretty printing styles. Used with prettify.js.
 *
 * This version is slight modified based on the original version.
 *
 * Name:	Stanley Ng
 * Email: 	stanleyhlng@googlegroups.com
 *
 * Reference:
 * http://code.google.com/p/google-code-prettify/source/browse/trunk/src/prettify.css
 */
.pln {
  color: #48484C;
}
.str {
  color: #DD1144;
}
.kwd {
  color: #1E347B;
}
.com {
  color: #93A1A1;
}
.typ {
  color: teal;
}
.lit {
  color: #195F91;
}
.pun {
  color: #93A1A1;
}
.opn {
  color: #93A1A1;
}
.clo {
  color: #93A1A1;
}
.tag {
  color: #008;
}
.atn {
  color: teal;
}
.atv {
  color: #DD1144;
}
.dec {
  color: teal;
}
.var {
  color: teal;
}
.fun {
  color: #DC322F;
}
/* Put a border around prettyprinted code snippets. */
pre.prettyprint {
  background-color: #f9f9f9;
  padding: 0;
  border: 1px solid #E1E1E8;
}
pre.prettyprint.linenums {
  box-shadow: 40px 0 0 #fff inset;
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  color: #1E347B;
  padding: 0;
  list-style-position: inside;
  text-indent: -2.6em;
}
ol.linenums li {
  color: #BEBEC5;
  line-height: 18px;
  padding: 2px 2px 2px 50px;
  text-shadow: 0 1px 0 #FFFFFF;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: normal;
}
/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eee;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
label {
  display: block;
  margin-bottom: 0.57rem;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1rem;
}
input[type="search"] {
  box-sizing: border-box;
}
.input-text {
  display: block;
  width: 100%;
  background-image: none;
  outline: none;
  padding: 1.25rem;
  font-size: 14px;
  line-height: 1.25em;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  color: #333333;
  background-color: #ffffff;
  transition: 0.3s ease-out;
  -webkit-appearance: none;
}
.input-text:-moz-placeholder {
  color: #333333;
}
.input-text::-moz-placeholder {
  color: #333333;
}
.input-text:-ms-input-placeholder {
  color: #333333;
}
.input-text::-webkit-input-placeholder {
  color: #333333;
}
.input-text:focus {
  border-color: #c9c9c9;
}
.input-text[disabled],
.input-text[readonly] {
  cursor: not-allowed;
  opacity: .5;
}
textarea.input-text {
  resize: vertical;
  overflow: auto;
  height: 226px;
}
.input-text.error,
.input-text.validation-failed {
  color: #333333;
  background-color: #ffffff;
  border-bottom: 2px solid #db1b5b;
}
.input-text.error:-moz-placeholder,
.input-text.validation-failed:-moz-placeholder {
  color: #333333;
}
.input-text.error::-moz-placeholder,
.input-text.validation-failed::-moz-placeholder {
  color: #333333;
}
.input-text.error:-ms-input-placeholder,
.input-text.validation-failed:-ms-input-placeholder {
  color: #333333;
}
.input-text.error::-webkit-input-placeholder,
.input-text.validation-failed::-webkit-input-placeholder {
  color: #333333;
}
.inline-form .input-box,
.inline-form .button,
.inline-form .post-edit-link {
  float: left;
}
.inline-form .input-box {
  width: 100%;
  width: calc(100% - 120px);
}
.inline-form .input-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.inline-form .button,
.inline-form .post-edit-link {
  width: 120px;
  height: 54px;
  padding: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.horizontal-form label {
  margin-bottom: 0;
  line-height: 54px;
}
.horizontal-form .form-list li {
  margin-left: -20px;
  margin-right: -20px;
  *zoom: 1;
}
.horizontal-form .form-list li:before,
.horizontal-form .form-list li:after {
  content: " ";
  display: table;
  line-height: 0;
}
.horizontal-form .form-list li:after {
  clear: both;
}
.custom-checkbox,
.custom-radio {
  position: relative;
  display: inline-block;
}
.custom-checkbox input[type="checkbox"],
.custom-radio input[type="checkbox"],
.custom-checkbox input[type="radio"],
.custom-radio input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.custom-checkbox input[type="checkbox"][disabled] + label,
.custom-radio input[type="checkbox"][disabled] + label,
.custom-checkbox input[type="radio"][disabled] + label,
.custom-radio input[type="radio"][disabled] + label,
.custom-checkbox input[type="checkbox"][readonly] + label,
.custom-radio input[type="checkbox"][readonly] + label,
.custom-checkbox input[type="radio"][readonly] + label,
.custom-radio input[type="radio"][readonly] + label {
  opacity: .5;
}
.custom-checkbox label,
.custom-radio label {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  line-height: 1;
}
.custom-checkbox + .custom-checkbox,
.custom-radio + .custom-checkbox,
.custom-checkbox + .custom-radio,
.custom-radio + .custom-radio {
  margin-left: 1.14rem;
}
.custom-checkbox input[type="checkbox"] {
  width: 1.14rem;
  height: 1.14rem;
}
.custom-checkbox input[type="checkbox"]:checked + label:before {
  content: "\e90d";
}
.custom-checkbox label:before {
  display: inline-block;
  vertical-align: top;
  content: "\e90e";
  width: 1.14rem;
  margin-right: 0.57rem;
  font-size: 1.14rem;
  color: #666666;
}
.custom-radio input[type="radio"] {
  width: 1.14rem;
  height: 1.14rem;
}
.custom-radio input[type="radio"]:checked + label:before {
  content: "\e90f";
}
.custom-radio label:before {
  display: inline-block;
  vertical-align: top;
  content: "\e910";
  margin-right: 0.57rem;
  font-size: 1.14rem;
  color: #666666;
}
label.error,
.validation-advice {
  padding: 0.85rem 0 0 0.85rem;
  color: #db2323;
  font-size: 0.85rem;
  font-style: normal;
  line-height: 2em;
  text-align: left;
}
.inline-validation li,
.inline-validation .field {
  position: relative;
}
.inline-validation label.error,
.inline-validation .validation-advice {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  margin-top: -1em;
}
.inline-validation textarea + label.error,
.inline-validation textarea + .validation-advice {
  top: 1.25rem;
  margin-top: 0;
  line-height: 1.25em;
}
.form-list li {
  margin-bottom: 1.14rem;
}
.form-list .fields {
  margin-left: -1.14rem;
  margin-right: -1.14rem;
}
.form-list .fields .field {
  float: left;
  width: 50%;
  padding-left: 1.14rem;
  padding-right: 1.14rem;
}
.form-list .field-group .field {
  margin-top: 0.57rem;
}
.form-list .field-group .field:first-child {
  margin-top: 0;
}
.form-list .half {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .form-list .fields {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .form-list .fields .field {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.14rem;
  }
  .form-list .half {
    width: 100%;
  }
  .inline-validation .field label.error,
  .inline-validation .field .validation-advice {
    right: 1.25rem;
  }
}
.container-fluid,
.edit-link {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container-fluid.center-align,
.edit-link.center-align {
  text-align: center;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
  line-height: 0;
}
.row:after {
  clear: both;
}
.col-sm-1, .col-md-1, .col-lg-1, .col-sm-2, .col-md-2, .col-lg-2, .col-sm-3, .col-md-3, .col-lg-3, .col-sm-4, .col-md-4, .col-lg-4, .col-sm-5, .col-md-5, .col-lg-5, .col-sm-6, .col-md-6, .col-lg-6, .col-sm-7, .col-md-7, .col-lg-7, .col-sm-8, .col-md-8, .col-lg-8, .col-sm-9, .col-md-9, .col-lg-9, .col-sm-10, .col-md-10, .col-lg-10, .col-sm-11, .col-md-11, .col-lg-11, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.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: 769px) {
  .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: 961px) {
  .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%;
  }
}
@font-face {
  font-family: 'boilerplate';
  src: url('../../fonts/boilerplate.eot?m143nb');
  src: url('../../fonts/boilerplate.eot?#iefixm143nb') format('embedded-opentype'), url('../../fonts/boilerplate.ttf?m143nb') format('truetype'), url('../../fonts/boilerplate.woff?m143nb') format('woff'), url('../../fonts/boilerplate.svg?m143nb#boilerplate') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon,
[class^="icon-"],
[class*=" icon-"],
.custom-checkbox label:before,
.custom-radio label:before,
.custom-styled-select .outer:after,
.custom-styled-input .label:before {
  font-family: 'boilerplate';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-vimeo2:before {
  content: "\eaa1";
}
.icon-pinterest:before {
  content: "\ead1";
}
.icon-spinner8:before {
  content: "\e981";
}
.icon-facebook:before {
  content: "\ea91";
}
.icon-linkedin:before {
  content: "\eac9";
}
.icon-search:before {
  content: "\f002";
}
.icon-checkbox-selected:before {
  content: "\e90d";
}
.icon-checkbox:before {
  content: "\e90e";
}
.icon-radio-selected:before {
  content: "\e90f";
}
.icon-radio:before {
  content: "\e910";
}
.icon-close:before {
  content: "\e90c";
}
.icon-mail:before {
  content: "\e91c";
}
.icon-nav:before {
  content: "\e912";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.messages ul li {
  padding: 0.85rem;
  margin-bottom: 1.14rem;
  border: none;
  border-radius: 2px;
  text-align: center;
}
.messages .error-msg li {
  color: #ffffff;
  background-color: #db1b5b;
  border-color: transparent;
}
.messages .success-msg li {
  color: #ffffff;
  background-color: #00a55c;
  border-color: transparent;
}
.messages .note-msg li {
  color: #ffffff;
  background-color: #999999;
  border-color: transparent;
}
.ui-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  outline: 0;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
  transition: opacity 1s ease;
  opacity: 0;
}
.ui-modal.ui-active {
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  transition: opacity .2s .05s ease;
}
.ui-modal.ui-active .modal-content {
  opacity: 1;
  transform: translate(0, 0);
}
.ui-modal.ui-inactive {
  opacity: 0;
}
.modal-content {
  position: relative;
  opacity: 0;
  transform: translate(0, 50px);
  transition: opacity 0.4s 0.1s ease, transform 1s cubic-bezier(0.4, 0, 0, 1);
  width: 90%;
  margin: 0 auto;
  padding: 40px 80px;
  background-color: transparent;
  border: transparent;
  border-radius: none;
  background-clip: padding-box;
  outline: 0;
}
.modal-close {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  padding: 0;
  font-size: 24px;
}
.ui-modal__video.ui-active {
  overflow: hidden;
}
.ui-modal__video .modal-close {
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  color: #00afe9;
  z-index: 999;
}
.ui-modal__video #video-container {
  z-index: 1000;
}
.ui-modal__video .close-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}
.ui-modal__video .modal-content {
  width: 100%!important;
  height: 100%;
  display: table;
  padding: 0 100px;
}
.ui-modal__video .modal-content-inner {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .modal-content {
    width: 600px;
  }
}
@media (min-width: 960px) {
  .modal-content {
    width: 960px;
  }
}
.pagination li {
  float: left;
}
.pagination li a,
.pagination li span {
  display: block;
  padding: 0.85rem;
  border: 2px solid transparent;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
}
.pagination li a {
  color: #999999;
}
.pagination li.disabled span {
  cursor: not-allowed;
  opacity: .5;
}
.pagination li.active span {
  cursor: default;
  color: #999999;
}
.responsive-embed {
  position: relative;
  height: 0;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed embed,
.responsive-embed object {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.responsive-embed-16by9 {
  padding-bottom: 56.25%;
}
.responsive-embed-4by3 {
  padding-bottom: 75%;
}
.table {
  width: 100%;
  margin: 0 0 0.85rem 0;
}
.table th {
  padding: 1.14rem 0.85rem;
  border: 1px solid #ebebeb;
  background-color: #f5f5f5;
  text-align: center;
  font-weight: normal;
  border-bottom: none;
}
.table td {
  padding: 1.14rem 0.85rem;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .table-stacked th {
    display: none;
  }
  .table-stacked td {
    display: block;
    text-align: left;
  }
  .table-stacked:not(.no-headers) td:before {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    content: attr(data-header);
    font-weight: bold;
  }
}
.thumbnail {
  display: block;
  padding: 0;
  margin: 0 0 1.14rem 0;
  background-color: transparent;
  border: 1px solid #666666;
  border-radius: 6px;
}
.thumbnail .copy {
  padding: 0.85rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
  margin-top: 1.43rem;
  margin-bottom: 1.43rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
.h1 {
  font-size: 2.6rem;
  font-weight: bold;
}
h2,
.h2 {
  font-size: 1.7rem;
}
h3,
.h3 {
  font-size: 1.25rem;
}
h4,
.h4 {
  font-size: 1.14rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 0.85rem;
}
p,
.news-post-detail .post-content {
  margin: 0 0 1.43rem;
  line-height: 1.72;
}
p a {
  font-weight: bold;
}
a {
  color: #00afe9;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00afe9;
  text-decoration: none;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 1.43rem;
  list-style-position: outside;
  padding-left: 1.2em;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.links li {
  display: inline-block;
  vertical-align: top;
}
.links a {
  padding: 10px;
}
.list li {
  margin: 1em 0;
  line-height: 1.8em;
}
.ui-accordion {
  margin-bottom: 1.43rem;
}
.ui-accordion .accordion-item {
  border-bottom: 1px solid #999999;
}
.ui-accordion .accordion-item:first-child {
  border-top: 1px solid #999999;
}
.ui-accordion .accordion-header {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  text-decoration: none;
  padding: 0.715rem;
  background-color: transparent;
  color: #333333;
  outline: none;
  width: 100%;
}
.ui-accordion .accordion-header:after {
  font-family: 'boilerplate';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 1.43rem;
  transform: translate(0, -50%);
}
.ui-accordion .accordion-header.ui-active:after {
  content: "\f106";
}
.ui-accordion .accordion-content {
  overflow: hidden;
  height: 0;
  border-bottom: 1px solid transparent;
}
.ui-accordion .accordion-content.ui-transitioning {
  transition: height 0.5s ease-in-out;
}
.ui-accordion .accordion-content.ui-inactive {
  height: 0!important;
}
.ui-accordion .accordion-content.ui-active .accordion-content-inner {
  opacity: 1;
}
.ui-accordion .accordion-content-inner {
  padding: 1.43rem;
  transition: opacity 0.5s ease-in-out 0.25s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .ui-mobile-accordion {
    margin-bottom: 1.43rem;
  }
  .ui-mobile-accordion .accordion-item {
    border-bottom: 1px solid #999999;
  }
  .ui-mobile-accordion .accordion-item:first-child {
    border-top: 1px solid #999999;
  }
  .ui-mobile-accordion .accordion-header {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    text-decoration: none;
    padding: 0.715rem;
    background-color: transparent;
    color: #333333;
    outline: none;
    width: 100%;
  }
  .ui-mobile-accordion .accordion-header:after {
    font-family: 'boilerplate';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 1.43rem;
    transform: translate(0, -50%);
  }
  .ui-mobile-accordion .accordion-header.ui-active:after {
    content: "\f106";
  }
  .ui-mobile-accordion .accordion-content {
    overflow: hidden;
    height: 0;
    border-bottom: 1px solid transparent;
  }
  .ui-mobile-accordion .accordion-content.ui-transitioning {
    transition: height 0.5s ease-in-out;
  }
  .ui-mobile-accordion .accordion-content.ui-inactive {
    height: 0!important;
  }
  .ui-mobile-accordion .accordion-content.ui-active .accordion-content-inner {
    opacity: 1;
  }
  .ui-mobile-accordion .accordion-content-inner {
    padding: 1.43rem;
    transition: opacity 0.5s ease-in-out 0.25s;
    opacity: 0;
  }
}
.ui-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.ui-carousel .owl-wrapper {
  display: none;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
}
.ui-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.ui-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}
.ui-carousel .owl-item {
  float: left;
}
.ui-carousel .owl-controls {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
}
.ui-carousel .owl-prev,
.ui-carousel .owl-next {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  z-index: 100;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
.ui-carousel .owl-prev:hover .button,
.ui-carousel .owl-next:hover .button,
.ui-carousel .owl-prev:hover .post-edit-link,
.ui-carousel .owl-next:hover .post-edit-link {
  opacity: .7;
}
.ui-carousel .owl-prev .button,
.ui-carousel .owl-next .button,
.ui-carousel .owl-prev .post-edit-link,
.ui-carousel .owl-next .post-edit-link {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  padding: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 28px;
  background-color: #00afe9;
  opacity: 0;
  transition: background-color 0.3s, opacity 0.3s;
}
.ui-carousel .owl-prev .button:hover,
.ui-carousel .owl-next .button:hover,
.ui-carousel .owl-prev .post-edit-link:hover,
.ui-carousel .owl-next .post-edit-link:hover {
  opacity: 1;
}
.ui-carousel .owl-prev {
  left: 0;
}
.ui-carousel .owl-prev .button,
.ui-carousel .owl-prev .post-edit-link {
  left: 0;
}
.ui-carousel .owl-next {
  right: 0;
}
.ui-carousel .owl-next .button,
.ui-carousel .owl-next .post-edit-link {
  right: 0;
}
.ui-carousel .ui-counter {
  text-align: right;
  padding: 20px 0;
  font-size: 16px;
}
.section__full-bleed .ui-carousel .ui-counter {
  padding: 10px 20px 40px;
}
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
.owl-fade-out {
  z-index: 10;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  animation: fadeIn .7s both ease;
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.custom-styled-select {
  position: relative;
  width: 100%;
  z-index: 3;
}
.custom-styled-select:nth-of-type(2n) {
  z-index: 2;
}
.custom-styled-select:nth-of-type(3n) {
  z-index: 1;
}
.custom-styled-select .outer {
  width: 100%;
  padding: 1.25rem;
  font-size: 1rem;
  line-height: 1.25em;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  color: #333333;
  background-color: #ffffff;
}
.custom-styled-select .outer:after {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.25em;
  padding: 20px 28px;
  color: #00afe9;
  content: "\f107";
  font-size: 14px;
  transition: transform 187ms;
}
.custom-styled-select .outer.open:after {
  transform: rotate(-180deg);
}
.custom-styled-select .inner {
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 14px;
}
.custom-styled-select select {
  -webkit-appearance: none;
  width: 100%;
  height: 48px;
  font-size: 14px;
}
.custom-styled-select.disabled select {
  cursor: not-allowed;
}
.custom-styled-select.disabled .outer {
  opacity: .5;
}
.custom-styled-select.with-custom-options select {
  opacity: 0;
  height: 1px;
  width: 1px;
}
.custom-styled-select.with-custom-options .custom-options {
  position: absolute;
  z-index: 10;
  top: 55px;
  left: 0;
  z-index: 100;
  width: 100%;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 18px 28px;
  margin-bottom: 0;
  list-style: none;
  border: 1px solid #e2e2e2;
  background: #ffffff;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 375ms cubic-bezier(0, 0, 0.2, 1), visibility 375ms cubic-bezier(0, 0, 0.2, 1);
}
.custom-styled-select.with-custom-options .custom-options.open {
  visibility: visible;
  opacity: 1;
}
.custom-styled-select.with-custom-options .custom-options li {
  padding: 7px 0;
  transition: all 150ms ease-out;
  cursor: pointer;
}
.custom-styled-select.with-custom-options .custom-options li:hover {
  color: #00afe9;
}
.custom-styled-select.with-custom-options .custom-options li.selected {
  color: #00afe9;
}
.custom-styled-select.with-custom-options .custom-options li.activated {
  color: #00afe9;
}
.mobile-browser .custom-styled-select.with-custom-options .custom-options.open {
  visibility: hidden;
}
.custom-styled-input {
  position: relative;
  width: 100%;
  text-align: left;
}
.custom-styled-input .label {
  color: #00afe9;
  font-weight: bold;
  display: block;
  line-height: 56px;
}
.custom-styled-input .label:before {
  display: inline-block;
  content: "\e904";
  font-size: 24px;
  vertical-align: middle;
  margin-right: .5em;
}
.custom-styled-input .file-name {
  display: block;
  font-size: 12px;
}
.custom-styled-input .custom-input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 56px;
}
.custom-styled-input.disabled input {
  cursor: not-allowed;
}
.custom-styled-input.disabled .outer {
  opacity: .5;
}
.ui-tabs {
  margin-top: 50px;
  position: relative;
}
.ui-tabs:after {
  content: '';
  width: 30px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0px;
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246, 246, 246, 0)), color-stop(100%, #f6f6f6));
  background: linear-gradient(to right, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
}
.ui-tabs:before {
  content: '';
  width: 30px;
  height: 70px;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0px;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f6f6f6), color-stop(100%, rgba(246, 246, 246, 0)));
  background: linear-gradient(to right, #f6f6f6 0%, rgba(246, 246, 246, 0) 100%);
}
.ui-tabs .tabs-nav {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  padding-right: 20px;
  padding-left: 20px;
  overflow: hidden;
  height: 70px;
  overflow-x: auto;
}
.ui-tabs .tabs-nav .tabs-tab {
  display: inline-block;
  vertical-align: top;
  padding: 24px 36px;
  height: 68px;
  overflow: hidden;
}
.ui-tabs .tabs-tab {
  position: relative;
  font-size: 1rem;
  color: #666666;
  text-transform: none;
}
.ui-tabs .tabs-tab:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #00afe9;
  transition: bottom .14s ease;
}
.ui-tabs .tabs-tab.ui-active {
  color: #00afe9;
}
.ui-tabs .tabs-tab.ui-active:after {
  bottom: 0;
}
.ui-tabs .tabs-content {
  display: none;
  padding: 0;
  opacity: 0;
  transform: translate(0, 50px);
  transition: opacity .6s .1s,transform .6s ease;
}
.ui-tabs .tabs-content.ui-active {
  opacity: 1;
  transform: translate(0, 0);
}
.faced {
  float: left;
  display: inline-block;
  margin: 0 5px 10px;
  position: relative;
}
.tipsy-container {
  position: relative;
}
.tipsy-title,
.tipsy {
  background: #2b2b2b;
  color: #ffffff;
  display: none;
  line-height: 20px;
  position: absolute;
  padding: 10px 12px;
  margin-top: 25px;
  width: 160px;
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.tipsy-title:before,
.tipsy:before {
  border-style: solid;
  content: '';
  position: absolute;
  top: -12px;
  height: 0;
  width: 0;
}
.tipsy-title-tip {
  display: inline;
}
.tipsy-title {
  left: 100px;
  top: 0;
}
.tipsy-title:before {
  border-width: 15px 0 0 18px;
  border-color: transparent transparent transparent #2B2B2B;
  left: 20px;
}
.tipsy-title.show {
  opacity: 1;
}
.tipsy.show {
  opacity: 1;
}
.tipsy.left {
  left: 0;
}
.tipsy.right {
  right: 0;
}
.tipsy.top {
  top: -23%;
}
.tipsy.bottom {
  bottom: -23%;
}
.tipsy.bottom.left:before,
.tipsy.top.left:before {
  border-width: 15px 0 0 18px;
  border-color: transparent transparent transparent #2B2B2B;
  left: 20px;
}
.tipsy.bottom.right:before,
.tipsy.top.right:before {
  border-width: 15px 20px 0 0;
  border-color: transparent #2B2B2B transparent transparent;
  right: 20px;
}
.tipsy[data-tipsy-follow="true"] {
  top: 0%;
  left: 0%;
  bottom: initial;
  right: initial;
}
.tipsy[data-tipsy-follow="true"].top,
.tipsy[data-tipsy-follow="true"].bottom {
  top: initial;
  bottom: initial;
}
.ui-tray {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  background: #fff;
  visibility: hidden;
  transition: transform 0.25s cubic-bezier(0.465, 0.183, 0.153, 0.946);
  transform: translateX(-100%);
}
.ui-tray.stage-right {
  transform: translateX(100%);
  left: auto !important;
  right: 0 !important;
}
.ui-tray.stage-right .btn-close {
  left: 0;
  right: auto;
}
.ui-tray.ui-active {
  transform: translateX(0);
  -webkit-overflow-scrolling: touch;
}
.ui-tray.ui-active.stage-left {
  left: 0 !important;
  transform: translateX(0);
}
.ui-tray.ui-active.stage-right {
  left: auto !important;
  right: 0 !important;
}
.ui-tray .btn-close {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  border: none;
  white-space: nowrap;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
}
.ui-shade {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.ui-shade.ui-active {
  cursor: pointer;
  bottom: 0;
  right: 0;
  z-index: 10;
  opacity: .15;
}
.ui-viewable {
  opacity: 0;
  transform: translate(0, 50px);
  transition: opacity 375ms cubic-bezier(0, 0, 0.2, 1), transform 375ms cubic-bezier(0, 0, 0.2, 1);
}
.ui-viewable.viewable-left {
  transform: translate(-50px, 0);
}
.ui-viewable.viewable-right {
  transform: translate(50px, 0);
}
.ui-viewable.viewable-in-view {
  opacity: 1;
  transform: translateZ(0);
}
.ui-viewable.viewable-hidden {
  opacity: 0;
  transform: translate(0, 50px);
}
.clearfix,
.inline-form,
.form-list .fields,
.container-fluid,
.pagination,
.ui-carousel:after,
.masthead,
.menu,
.menu ul,
.footer .links,
.edit-link {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.inline-form:before,
.inline-form:after,
.form-list .fields:before,
.form-list .fields:after,
.container-fluid:before,
.container-fluid:after,
.pagination:before,
.pagination:after,
.masthead:before,
.masthead:after,
.menu:before,
.menu:after,
.menu ul:before,
.menu ul:after,
.edit-link:before,
.edit-link:after {
  content: " ";
  display: table;
  line-height: 0;
}
.clearfix:after,
.inline-form:after,
.form-list .fields:after,
.container-fluid:after,
.pagination:after,
.masthead:after,
.menu:after,
.menu ul:after,
.edit-link:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.reset-list,
.breadcrumbs,
.form-list,
.messages,
.messages ul,
.pagination,
.links,
.menu,
.menu ul,
.footer ul {
  margin-bottom: 0;
  padding-left: 0;
  text-indent: 0;
  list-style: none;
}
.vertical-align {
  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.vertical-align .vertical-align-inner {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 480px) {
  .visible-sm {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .visible-md {
    display: block !important;
  }
}
@media (max-width: 960px) {
  .visible-lg {
    display: block !important;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  position: relative;
  min-height: 100%;
  font-size: 14px;
}
body {
  padding-top: 100px;
}
body.logged-in .masthead {
  top: 32px;
}
.masthead {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  background-color: #ffffff;
}
.masthead .logo {
  float: left;
  width: 54px;
  padding: 22px 0;
}
.masthead .button-donate {
  margin: 29px 0;
  float: right;
}
.navigation {
  float: right;
  margin-right: 40px;
}
.menu > li {
  float: left;
  position: relative;
}
.menu > li > a {
  position: relative;
  display: block;
  padding: 44px 16px;
  font-weight: bold;
  line-height: 1;
}
.menu > li > a:focus,
.menu > li > a:hover {
  background-color: transparent;
  text-decoration: none;
}
.menu .sub-menu {
  position: absolute;
  z-index: 100;
  top: 80%;
  left: 0;
  margin-top: 1px;
  padding: 20px 40px;
  min-width: 250px;
  border: 2px solid #00afe9;
  border-radius: 12px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s ease, visibility .25s ease;
  background: #fff;
  box-shadow: none;
}
.menu .sub-menu.ui-active {
  visibility: visible;
  opacity: 1;
}
.menu .sub-menu a {
  display: block;
  padding: 8px 0;
  font-weight: bold;
}
.footer {
  margin-top: 1.43rem;
  padding-top: 2.6rem;
  border-top: 1px solid #dfdfdf;
  color: #666666;
  background-color: #ffffff;
}
.footer a {
  display: block;
  font-weight: bold;
}
.footer .links > .menu-item {
  width: 25%;
  float: left;
}
.footer .links > .menu-item > a {
  font-size: 1.14rem;
  margin-top: 1.43rem;
  margin-bottom: 1.43rem;
}
.footer .links .sub-menu li {
  display: block;
}
.footer .links .sub-menu a {
  padding: 5px 0;
}
.footer .links a {
  padding: 0;
}
.footer .copyright {
  font-size: 0.85rem;
}
.footer .social {
  float: right;
}
.footer .social a {
  font-size: 1.25rem;
  padding-left: 5px;
  padding-right: 5px;
}
.footer .contact p,
.footer .contact .link {
  margin: 0;
  padding: 5px 0;
}
.footer .footer-bottom {
  margin-top: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #dfdfdf;
}
.footer .footer-navigation {
  float: right;
}
.banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 1.43rem;
  padding: 12vh 25%;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  background-color: #999999;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.owl-item img {
  width: 100%;
}
.section {
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
}
.edit-link {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.news-posts .row {
  font-size: 0;
}
.news-post {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
}
.news-post h2 a {
  color: #333333;
}
.news-post .post-link {
  display: block;
  margin-top: 20px;
}
.news-post-detail h1 {
  margin-top: 0;
}
.news-post-detail .entry-meta {
  margin-bottom: 1.43rem;
}
.news-post-detail .post-thumbnail {
  margin-top: 1.43rem;
  margin-bottom: 1.43rem;
}
.recent-posts {
  padding: 1.43rem;
  border: 2px solid #00afe9;
  border-radius: 12px;
}
.recent-posts h3 {
  margin: 0;
}
.recent-posts h2 {
  margin: 0;
}
.recent-posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.recent-posts li {
  padding: 1.43rem 0;
  border-top: 1px solid #ededee;
}
.recent-posts li:first-child {
  border-top: 0;
}
.recent-posts a {
  color: #333333;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 76px;
  }
  .masthead {
    overflow: hidden;
    height: 76px;
    transition: background 0.35s linear, height 0.35s ease-in;
  }
  .masthead .logo {
    position: relative;
    z-index: 999;
    padding: 10px 0;
  }
  .masthead .button-donate {
    display: none;
  }
  .masthead.ui-active {
    height: 100%;
  }
  .hamburger {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    white-space: nowrap;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 76px;
    margin: 0;
    padding: 25px 20px;
    border: none;
  }
  .hamburger .line {
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    background-color: #00afe9;
  }
  .hamburger .line:first-child {
    margin-top: 0;
  }
  .navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: none;
  }
  .navigation .navigation__inner {
    position: absolute;
    top: 66px;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .navigation ul {
    position: relative;
    text-align: center;
  }
  .navigation ul li {
    float: none;
  }
  .navigation ul a {
    padding: 20px 0!important;
    font-family: 'Playfair Display SC', Georgia, "Times New Roman", Times, serif;
    font-size: 2.6rem;
    font-weight: normal;
    text-transform: none;
    line-height: 1.5em;
  }
  .navigation ul a:before {
    display: none;
  }
  .footer .logo {
    width: 200px;
    margin: 0 auto 2.6rem;
  }
  .footer .social {
    float: none;
    margin-bottom: 10px;
  }
  .footer .extra {
    text-align: center;
    float: none;
  }
  .footer .extra a {
    padding: 6px 5px;
  }
  .footer .contact {
    text-align: center;
  }
  .footer .contact h4 {
    padding: 10px 5px;
  }
  .footer .links {
    text-align: center;
  }
  .footer .links a {
    display: block;
    padding: 10px 5px;
  }
  .footer .links > .menu-item {
    width: 100%;
    float: none;
    text-align: center;
  }
  .footer-bottom {
    padding-top: 25px;
  }
  .footer-navigation {
    float: none;
    margin-top: 20px;
  }
  .banner {
    padding-left: 10%;
    padding-right: 10%;
  }
  .section .row div[class^='col-md-'] {
    padding-top: 1.43rem;
    padding-bottom: 1.43rem;
  }
}
/*# sourceMappingURL=uikit.css.map */