﻿@charset "UTF-8";
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 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 */
  -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/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 when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-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"] {
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url("/fonts/PT_Sans-Web-Regular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url("/fonts/PT_Sans-Web-Bold.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local("PT Sans Italic"), local("PTSans-Italic"), url("/fonts/PT_Sans-Web-Italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

@-webkit-keyframes newsletter-button {
  0% {
    background-position: 10% 0%; }
  50% {
    background-position: 91% 100%; }
  100% {
    background-position: 10% 0%; } }

@-moz-keyframes newsletter-button {
  0% {
    background-position: 10% 0%; }
  50% {
    background-position: 91% 100%; }
  100% {
    background-position: 10% 0%; } }

@-o-keyframes newsletter-button {
  0% {
    background-position: 10% 0%; }
  50% {
    background-position: 91% 100%; }
  100% {
    background-position: 10% 0%; } }

@keyframes newsletter-button {
  0% {
    background-position: 10% 0%; }
  50% {
    background-position: 91% 100%; }
  100% {
    background-position: 10% 0%; } }

* {
  box-sizing: border-box; }

body, html {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 100%;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background: #f5f5f5; }
  body.active-menu, html.active-menu {
    overflow: hidden;
    max-height: 100%; }

.xl-lg-font {
  font-size: 2rem; }

.sm-font {
  font-size: .8rem; }

.lg-font {
  font-size: 1.2rem; }

.xlg-font {
  font-size: 1.33rem; }
  @media only screen and (min-width: 1026px) {
    .xlg-font {
      font-size: 1.33rem; } }

.med-font {
  font-size: .88rem; }

.no-ln-height {
  line-height: 0; }

.white-text {
  color: #ffffff; }

.error {
  color: red;
  font-weight: 700; }

.success {
  color: green;
  font-weight: 600; }

.med-grey-text {
  color: #e1e3e4; }

.orange-text {
  color: #f26722; }

.text-strike {
  text-decoration: line-through; }

.orange-overlay {
  position: absolute;
  bottom: 6px;
  left: 0;
  background: rgba(242, 103, 34, 0.75);
  width: 100%;
  padding: .5rem; }
  .orange-overlay a {
    color: #ffffff; }

a {
  color: #3a556f;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: #022030;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    transition: color 0.2s linear;
    text-decoration: underline; }
  a.heading-size {
    font-size: 1.1rem; }
    a.heading-size--lrg {
      font-size: 1.3rem; }
  a.white-text:hover {
    color: #ffffff; }

.ms-blue {
  color: #3a556f; }

.weight--base {
  font-weight: 400; }

.weight--thin {
  font-weight: 300; }

.weight--light {
  font-weight: 600; }

.weight--bold {
  font-weight: 700; }

.weight--thick {
  font-weight: 800; }

hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f5f5f5, #cccfd1, #f5f5f5);
  background-image: -moz-linear-gradient(left, #f5f5f5, #cccfd1, #f5f5f5);
  background-image: -ms-linear-gradient(left, #f5f5f5, #cccfd1, #f5f5f5);
  background-image: -o-linear-gradient(left, #f5f5f5, #cccfd1, #f5f5f5); }

h1 {
  line-height: 1; }
  h1.blue-bk {
    background: #3a556f url("/img/heading-bkg.png");
    font-size: 1.33rem;
    padding: 1rem;
    margin: 0 0 .8rem;
    display: block;
    color: #ffffff;
    position: relative; }
    @media only screen and (min-width: 1026px) {
      h1.blue-bk {
        font-size: 1.7rem; } }
    h1.blue-bk.no-margin {
      margin: 0; }
  h1.online-event {
    font-size: 2.2rem;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin: .5rem;
    padding: 0; }
  h1.article-title {
    margin: 2rem 0 .67rem; }
  h1.thick {
    font-size: 3rem;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.3; }
  h1.text-shadow {
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.25); }

h2 {
  margin: 0;
  padding: 0; }
  h2.finger-print {
    margin-bottom: .5rem; }
  h2.login-before {
    position: relative;
    padding-left: 1.3rem;
    margin: 0 2rem; }
    h2.login-before:before {
      content: '\f007';
      font-family: FontAwesome;
      display: inline-block;
      position: absolute;
      margin-right: 10px;
      background-color: #fff;
      border-color: #fff;
      background-image: none;
      font-size: 22px;
      top: 1px;
      bottom: 0;
      left: 0; }

h3.sb-h3 {
  background: #f26722;
  position: relative;
  text-align: right;
  padding: .75rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff; }
  h3.sb-h3:before {
    content: '\f03d';
    font-family: FontAwesome;
    display: inline-block;
    background: #515151;
    margin-right: 10px;
    padding: .8rem 1.5rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 22px; }

h3.orange {
  font-weight: 300;
  font-size: 1.3rem;
  color: #f26722; }

.sidebar-heading {
  margin: 0;
  padding: 0;
  font-size: 1.2rem; }

.section-blurb {
  padding: .5rem 1rem; }
  .section-blurb--lrg {
    padding: .5rem 2rem; }

.centered {
  text-align: center; }

code {
  font-family: monospace;
  background: #3f3f3f;
  width: 100%;
  padding: 3rem; }

.no-mobile {
  display: none; }
  @media only screen and (min-width: 768px) {
    .no-mobile {
      display: inline-block; } }
  .no-mobile.banner {
    display: block; }

.pointer {
  cursor: pointer; }

.ot .bk-blue {
  background: #114056; }
  .ot .bk-blue.--dia {
    background: #114056 url("/img/hero-bk.png"); }

.ot .bk-primary {
  background: #fbd957; }
  .ot .bk-primary.--dia {
    background: #fbd957 url("/img/bg.png"); }
  .ot .bk-primary.--live {
    background: #fbd957 url("/img/live-hero.png") top; }

.ot .bk-secondary {
  background: #114056; }
  .ot .bk-secondary.--dia {
    background: #114056 url("/img/hero-bk.png"); }
  .ot .bk-secondary.--live {
    background: #114056 url("/img/live-hero.png") top; }

.ot .secondary-text {
  color: #114056; }

.ot .primary-text {
  color: #fbd957; }

.ot .keyword {
  background-color: rgba(17, 64, 86, 0.7);
  color: #ffffff; }

.ms .bk-blue {
  background: #022030; }
  .ms .bk-blue.--dia {
    background: #022030 url("../img/show-sites/hero-bk.png"); }
  .ms .bk-blue.--live {
    background: #022030 url("../img/show-sites/live-hero.jpg") top; }

.ms .bk-primary {
  background: #F46A2A; }
  .ms .bk-primary.--dia {
    background: #F46A2A url("../img/show-sites/hero-bk.png"); }

.ms .bk-secondary {
  background: #022030; }
  .ms .bk-secondary.--dia {
    background: #022030 url("../img/show-sites/hero-bk.png"); }
  .ms .bk-secondary.--opac {
    background: rgba(2, 32, 48, 0.9); }

.ms .secondary-text {
  color: #022030; }

.ms .primary-text {
  color: #F46A2A; }

.ms .keyword {
  background-color: rgba(2, 32, 48, 0.7);
  color: #ffffff; }

.bk-grey {
  background: #f5f5f5; }

.bk-orange {
  background: #f26722; }

.bk-yellow {
  background: #fbd957; }

.no-overflow {
  overflow: hidden; }

.angled {
  position: relative;
  border: 1px solid #f26722;
  height: 90px; }
  .angled h1 {
    line-height: 85px;
    vertical-align: middle; }
  .angled:after {
    content: " ";
    z-index: 50;
    transform: rotate(45deg);
    position: absolute;
    right: -30px;
    top: 11px;
    height: 70px;
    width: 60px;
    border-right: 1px solid #f26722;
    border-top: 1px solid #f26722;
    background: #f26722; }

.bk-blue {
  background: #3a556f; }
  .bk-blue.--dark {
    background: #022030; }
  .bk-blue--dia {
    background: #3a556f url("../img/show-sites/bg.png"); }
  .bk-blue.--live {
    background: #3a556f url("https://conferences.moneyshow.com/moneyshow-orlando/img/show-sites/live-hero.jpg") top; }

.margin-bottom {
  margin-bottom: .5rem; }

.shadow {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  padding: 1.5rem; }

.padding-1 {
  padding: 1rem; }

.relative {
  position: relative; }

.padded {
  padding: 0 1rem; }
  @media only screen and (min-width: 1024px) {
    .padded {
      padding: 0 2rem; } }
  .padded.sm {
    padding: 0 1rem; }

.no-space, .nav__main {
  margin: 0;
  padding: 0; }

.sm-pad {
  padding: .5rem; }

.top-pad {
  padding-top: .5rem; }

.all-caps {
  text-transform: uppercase; }

.pad-me.--right {
  padding-right: .5rem; }

.pad-me.--top {
  padding-top: .5rem; }

.pad-me.--bottom {
  padding-bottom: .5rem; }

.pad-me.--left {
  padding-left: .5rem; }

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

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

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

img {
  width: 100%;
  height: auto; }

.border-top {
  border-top: 1px solid #e1e3e4; }

.border-left {
  border-left: 1px solid #e1e3e4; }

.border-right {
  border-right: 1px solid #e1e3e4; }

.border-bottom {
  border-bottom: 1px solid #e1e3e4; }

.min-video {
  max-height: 150px; }

.white {
  background: #ffffff; }

.soft-edge {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.no-tablet {
  display: none; }
  @media only screen and (min-width: 1026px) {
    .no-tablet {
      display: inline-block; } }
  @media only screen and (min-width: 1024px) {
    .no-tablet.lg-tablet {
      display: inline-block; } }

.only-tablet, .c-top-hat .fa-user {
  display: inline-block; }
  @media only screen and (min-width: 1024px) {
    .only-tablet, .c-top-hat .fa-user {
      display: none; } }

.only-mobile {
  display: inline-block; }
  @media only screen and (min-width: 768px) {
    .only-mobile {
      display: none; } }

.full-size {
  display: none; }
  @media only screen and (min-width: 1280px) {
    .full-size {
      display: inline-block; } }

.sb-mobile-padding {
  padding: 1rem 1.5rem; }
  @media only screen and (min-width: 1280px) {
    .sb-mobile-padding {
      padding: 0; } }

main {
  width: 100%;
  padding: 0 1rem; }
  main::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 1364px) {
    main {
      width: auto;
      max-width: 1300px;
      float: none;
      display: block;
      margin-right: auto;
      margin-left: auto;
      padding-left: 1rem;
      padding-right: 1rem; }
      main::after {
        content: '';
        display: table;
        clear: both; } }

.section-margin {
  margin: 2rem auto; }
  .section-margin.sm-margin {
    margin: 1rem auto; }
  .section-margin.both-ways {
    margin: 1rem 1%; }

.bordered {
  border: 1px solid #e1e3e4; }
  .bordered--orange {
    border-top: 3px solid #f26722; }
  .bordered.--yellow {
    border: none;
    border-top: 3px solid #fbd957; }

form fieldset {
  border: none; }

.debug * {
  background: rgba(58, 85, 111, 0.05); }

.img {
  width: 100%; }

.lg-container {
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  .lg-container::after {
    content: '';
    display: table;
    clear: both; }

.md-container {
  width: auto;
  max-width: 1000px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  .md-container::after {
    content: '';
    display: table;
    clear: both; }

.sm-container {
  width: auto;
  max-width: 768px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  .sm-container::after {
    content: '';
    display: table;
    clear: both; }

.xs-container {
  width: auto;
  max-width: 500px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  .xs-container::after {
    content: '';
    display: table;
    clear: both; }

.row::after {
  content: '';
  display: table;
  clear: both; }

.alt-rows::after {
  content: '';
  display: table;
  clear: both; }

.alt-rows:nth-child(even) {
  background: #f5f5f5; }

.col {
  background: #3a556f;
  padding: .75rem;
  color: #ffffff;
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .col:first-child {
    margin-left: auto; }
  .col:last-child {
    margin-right: auto; }

.span {
  background: #f26722;
  padding: .75rem;
  color: #ffffff;
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .span:first-child {
    margin-left: auto; }
  .span:last-child {
    margin-right: auto; }

.col-1 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 5.58333%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-1::after {
    content: '';
    display: table;
    clear: both; }
  .col-1:last-child {
    margin-right: 0%; }

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

.col-push-1 {
  left: 5.58333%; }

.col-pull-1 {
  right: 5.58333%; }

.col-2 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.16667%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-2::after {
    content: '';
    display: table;
    clear: both; }
  .col-2:last-child {
    margin-right: 0%; }

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

.col-push-2 {
  left: 14.16667%; }

.col-pull-2 {
  right: 14.16667%; }

.col-3--cycle {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-3--cycle::after {
    content: '';
    display: table;
    clear: both; }
  .col-3--cycle:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none; }
  .col-3--cycle:nth-child(4n) {
    margin-right: 0%;
    float: right; }
  .col-3--cycle:nth-child(4n + 1) {
    clear: both; }

.col-3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-3::after {
    content: '';
    display: table;
    clear: both; }
  .col-3:last-child {
    margin-right: 0%; }

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

.col-push-3 {
  left: 22.75%; }

.col-pull-3 {
  right: 22.75%; }

.col-4--cycle {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-4--cycle::after {
    content: '';
    display: table;
    clear: both; }
  .col-4--cycle:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none; }
  .col-4--cycle:nth-child(3n) {
    margin-right: 0%;
    float: right; }
  .col-4--cycle:nth-child(3n + 1) {
    clear: both; }

.col-4 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-4::after {
    content: '';
    display: table;
    clear: both; }
  .col-4:last-child {
    margin-right: 0%; }

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

.col-push-4 {
  left: 31.33333%; }

.col-pull-4 {
  right: 31.33333%; }

.col-5 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 39.91667%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-5::after {
    content: '';
    display: table;
    clear: both; }
  .col-5:last-child {
    margin-right: 0%; }

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

.col-push-5 {
  left: 39.91667%; }

.col-pull-5 {
  right: 39.91667%; }

.col-6 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-6::after {
    content: '';
    display: table;
    clear: both; }
  .col-6:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none; }
  .col-6:nth-child(2n) {
    margin-right: 0%;
    float: right; }
  .col-6:nth-child(2n + 1) {
    clear: both; }

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

.col-push-6 {
  left: 48.5%; }

.col-pull-6 {
  right: 48.5%; }

.col-7 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 57.08333%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-7::after {
    content: '';
    display: table;
    clear: both; }
  .col-7:last-child {
    margin-right: 0%; }

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

.col-push-7 {
  left: 57.08333%; }

.col-pull-7 {
  right: 57.08333%; }

.col-8 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-8::after {
    content: '';
    display: table;
    clear: both; }
  .col-8:last-child {
    margin-right: 0%; }

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

.col-push-8 {
  left: 65.66667%; }

.col-pull-8 {
  right: 65.66667%; }

.col-9 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-9::after {
    content: '';
    display: table;
    clear: both; }
  .col-9:last-child {
    margin-right: 0%; }

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

.col-push-9 {
  left: 74.25%; }

.col-pull-9 {
  right: 74.25%; }

.col-10 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 82.83333%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-10::after {
    content: '';
    display: table;
    clear: both; }
  .col-10:last-child {
    margin-right: 0%; }

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

.col-push-10 {
  left: 82.83333%; }

.col-pull-10 {
  right: 82.83333%; }

.col-11 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 91.41667%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-11::after {
    content: '';
    display: table;
    clear: both; }
  .col-11:last-child {
    margin-right: 0%; }

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

.col-push-11 {
  left: 91.41667%; }

.col-pull-11 {
  right: 91.41667%; }

.col-12 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%; }
  .col-12::after {
    content: '';
    display: table;
    clear: both; }
  .col-12:last-child {
    margin-right: 0%; }

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

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

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

@media only screen and (min-width: 768px) {
  .col-sm-1 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 5.58333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-1::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-1:last-child {
      margin-right: 0%; }
  .col-sm-offset-1 {
    margin-left: 5.58333%; }
  .col-sm-push-1 {
    left: 5.58333%; }
  .col-sm-pull-1 {
    right: 5.58333%; }
  .col-sm-2 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.16667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-2::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-2:last-child {
      margin-right: 0%; }
  .col-sm-offset-2 {
    margin-left: 14.16667%; }
  .col-sm-push-2 {
    left: 14.16667%; }
  .col-sm-pull-2 {
    right: 14.16667%; }
  .col-sm-3--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-3--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-3--cycle:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-sm-3--cycle:nth-child(4n) {
      margin-right: 0%;
      float: right; }
    .col-sm-3--cycle:nth-child(4n + 1) {
      clear: both; }
  .col-sm-3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-3::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-3:last-child {
      margin-right: 0%; }
  .col-sm-offset-3 {
    margin-left: 22.75%; }
  .col-sm-push-3 {
    left: 22.75%; }
  .col-sm-pull-3 {
    right: 22.75%; }
  .col-sm-4--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-4--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-4--cycle:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-sm-4--cycle:nth-child(3n) {
      margin-right: 0%;
      float: right; }
    .col-sm-4--cycle:nth-child(3n + 1) {
      clear: both; }
  .col-sm-4 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-4::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-4:last-child {
      margin-right: 0%; }
  .col-sm-offset-4 {
    margin-left: 31.33333%; }
  .col-sm-push-4 {
    left: 31.33333%; }
  .col-sm-pull-4 {
    right: 31.33333%; }
  .col-sm-5 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 39.91667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-5::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-5:last-child {
      margin-right: 0%; }
  .col-sm-offset-5 {
    margin-left: 39.91667%; }
  .col-sm-push-5 {
    left: 39.91667%; }
  .col-sm-pull-5 {
    right: 39.91667%; }
  .col-sm-6 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-6::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-6:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-sm-6:nth-child(2n) {
      margin-right: 0%;
      float: right; }
    .col-sm-6:nth-child(2n + 1) {
      clear: both; }
  .col-sm-offset-6 {
    margin-left: 48.5%; }
  .col-sm-push-6 {
    left: 48.5%; }
  .col-sm-pull-6 {
    right: 48.5%; }
  .col-sm-7 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 57.08333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-7::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-7:last-child {
      margin-right: 0%; }
  .col-sm-offset-7 {
    margin-left: 57.08333%; }
  .col-sm-push-7 {
    left: 57.08333%; }
  .col-sm-pull-7 {
    right: 57.08333%; }
  .col-sm-8 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.66667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-8::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-8:last-child {
      margin-right: 0%; }
  .col-sm-offset-8 {
    margin-left: 65.66667%; }
  .col-sm-push-8 {
    left: 65.66667%; }
  .col-sm-pull-8 {
    right: 65.66667%; }
  .col-sm-9 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-9::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-9:last-child {
      margin-right: 0%; }
  .col-sm-offset-9 {
    margin-left: 74.25%; }
  .col-sm-push-9 {
    left: 74.25%; }
  .col-sm-pull-9 {
    right: 74.25%; }
  .col-sm-10 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 82.83333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-10::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-10:last-child {
      margin-right: 0%; }
  .col-sm-offset-10 {
    margin-left: 82.83333%; }
  .col-sm-push-10 {
    left: 82.83333%; }
  .col-sm-pull-10 {
    right: 82.83333%; }
  .col-sm-11 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 91.41667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-11::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-11:last-child {
      margin-right: 0%; }
  .col-sm-offset-11 {
    margin-left: 91.41667%; }
  .col-sm-push-11 {
    left: 91.41667%; }
  .col-sm-pull-11 {
    right: 91.41667%; }
  .col-sm-12 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-sm-12::after {
      content: '';
      display: table;
      clear: both; }
    .col-sm-12:last-child {
      margin-right: 0%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-pull-12 {
    right: 100%; } }

@media only screen and (min-width: 1024px) {
  .col-md-1 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 5.58333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-1::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-1:last-child {
      margin-right: 0%; }
  .col-md-offset-1 {
    margin-left: 5.58333%; }
  .col-md-push-1 {
    left: 5.58333%; }
  .col-md-pull-1 {
    right: 5.58333%; }
  .col-md-2 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.16667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-2::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-2:last-child {
      margin-right: 0%; }
  .col-md-offset-2 {
    margin-left: 14.16667%; }
  .col-md-push-2 {
    left: 14.16667%; }
  .col-md-pull-2 {
    right: 14.16667%; }
  .col-md-3--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-3--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-3--cycle:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-md-3--cycle:nth-child(4n) {
      margin-right: 0%;
      float: right; }
    .col-md-3--cycle:nth-child(4n + 1) {
      clear: both; }
  .col-md-3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-3::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-3:last-child {
      margin-right: 0%; }
  .col-md-offset-3 {
    margin-left: 22.75%; }
  .col-md-push-3 {
    left: 22.75%; }
  .col-md-pull-3 {
    right: 22.75%; }
  .col-md-4--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-4--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-4--cycle:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-md-4--cycle:nth-child(3n) {
      margin-right: 0%;
      float: right; }
    .col-md-4--cycle:nth-child(3n + 1) {
      clear: both; }
  .col-md-4 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-4::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-4:last-child {
      margin-right: 0%; }
  .col-md-offset-4 {
    margin-left: 31.33333%; }
  .col-md-push-4 {
    left: 31.33333%; }
  .col-md-pull-4 {
    right: 31.33333%; }
  .col-md-5 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 39.91667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-5::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-5:last-child {
      margin-right: 0%; }
  .col-md-offset-5 {
    margin-left: 39.91667%; }
  .col-md-push-5 {
    left: 39.91667%; }
  .col-md-pull-5 {
    right: 39.91667%; }
  .col-md-6 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-6::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-6:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-md-6:nth-child(2n) {
      margin-right: 0%;
      float: right; }
    .col-md-6:nth-child(2n + 1) {
      clear: both; }
  .col-md-offset-6 {
    margin-left: 48.5%; }
  .col-md-push-6 {
    left: 48.5%; }
  .col-md-pull-6 {
    right: 48.5%; }
  .col-md-7 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 57.08333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-7::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-7:last-child {
      margin-right: 0%; }
  .col-md-offset-7 {
    margin-left: 57.08333%; }
  .col-md-push-7 {
    left: 57.08333%; }
  .col-md-pull-7 {
    right: 57.08333%; }
  .col-md-8 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.66667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-8::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-8:last-child {
      margin-right: 0%; }
  .col-md-offset-8 {
    margin-left: 65.66667%; }
  .col-md-push-8 {
    left: 65.66667%; }
  .col-md-pull-8 {
    right: 65.66667%; }
  .col-md-9 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-9::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-9:last-child {
      margin-right: 0%; }
  .col-md-offset-9 {
    margin-left: 74.25%; }
  .col-md-push-9 {
    left: 74.25%; }
  .col-md-pull-9 {
    right: 74.25%; }
  .col-md-10 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 82.83333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-10::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-10:last-child {
      margin-right: 0%; }
  .col-md-offset-10 {
    margin-left: 82.83333%; }
  .col-md-push-10 {
    left: 82.83333%; }
  .col-md-pull-10 {
    right: 82.83333%; }
  .col-md-11 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 91.41667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-11::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-11:last-child {
      margin-right: 0%; }
  .col-md-offset-11 {
    margin-left: 91.41667%; }
  .col-md-push-11 {
    left: 91.41667%; }
  .col-md-pull-11 {
    right: 91.41667%; }
  .col-md-12 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-md-12::after {
      content: '';
      display: table;
      clear: both; }
    .col-md-12:last-child {
      margin-right: 0%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-pull-12 {
    right: 100%; } }

@media only screen and (min-width: 1280px) {
  .col-lg-1 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 5.58333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-1::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-1:last-child {
      margin-right: 0%; }
  .col-lg-offset-1 {
    margin-left: 5.58333%; }
  .col-lg-push-1 {
    left: 5.58333%; }
  .col-lg-pull-1 {
    right: 5.58333%; }
  .col-lg-2 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.16667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-2::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-2:last-child {
      margin-right: 0%; }
  .col-lg-offset-2 {
    margin-left: 14.16667%; }
  .col-lg-push-2 {
    left: 14.16667%; }
  .col-lg-pull-2 {
    right: 14.16667%; }
  .col-lg-3--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-3--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-3--cycle:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-lg-3--cycle:nth-child(4n) {
      margin-right: 0%;
      float: right; }
    .col-lg-3--cycle:nth-child(4n + 1) {
      clear: both; }
  .col-lg-3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-3::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-3:last-child {
      margin-right: 0%; }
  .col-lg-offset-3 {
    margin-left: 22.75%; }
  .col-lg-push-3 {
    left: 22.75%; }
  .col-lg-pull-3 {
    right: 22.75%; }
  .col-lg-4--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-4--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-4--cycle:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-lg-4--cycle:nth-child(3n) {
      margin-right: 0%;
      float: right; }
    .col-lg-4--cycle:nth-child(3n + 1) {
      clear: both; }
  .col-lg-4 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-4::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-4:last-child {
      margin-right: 0%; }
  .col-lg-offset-4 {
    margin-left: 31.33333%; }
  .col-lg-push-4 {
    left: 31.33333%; }
  .col-lg-pull-4 {
    right: 31.33333%; }
  .col-lg-5 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 39.91667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-5::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-5:last-child {
      margin-right: 0%; }
  .col-lg-offset-5 {
    margin-left: 39.91667%; }
  .col-lg-push-5 {
    left: 39.91667%; }
  .col-lg-pull-5 {
    right: 39.91667%; }
  .col-lg-6 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-6::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-6:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-lg-6:nth-child(2n) {
      margin-right: 0%;
      float: right; }
    .col-lg-6:nth-child(2n + 1) {
      clear: both; }
  .col-lg-offset-6 {
    margin-left: 48.5%; }
  .col-lg-push-6 {
    left: 48.5%; }
  .col-lg-pull-6 {
    right: 48.5%; }
  .col-lg-7 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 57.08333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-7::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-7:last-child {
      margin-right: 0%; }
  .col-lg-offset-7 {
    margin-left: 57.08333%; }
  .col-lg-push-7 {
    left: 57.08333%; }
  .col-lg-pull-7 {
    right: 57.08333%; }
  .col-lg-8 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.66667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-8::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-8:last-child {
      margin-right: 0%; }
  .col-lg-offset-8 {
    margin-left: 65.66667%; }
  .col-lg-push-8 {
    left: 65.66667%; }
  .col-lg-pull-8 {
    right: 65.66667%; }
  .col-lg-9 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-9::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-9:last-child {
      margin-right: 0%; }
  .col-lg-offset-9 {
    margin-left: 74.25%; }
  .col-lg-push-9 {
    left: 74.25%; }
  .col-lg-pull-9 {
    right: 74.25%; }
  .col-lg-10 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 82.83333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-10::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-10:last-child {
      margin-right: 0%; }
  .col-lg-offset-10 {
    margin-left: 82.83333%; }
  .col-lg-push-10 {
    left: 82.83333%; }
  .col-lg-pull-10 {
    right: 82.83333%; }
  .col-lg-11 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 91.41667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-11::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-11:last-child {
      margin-right: 0%; }
  .col-lg-offset-11 {
    margin-left: 91.41667%; }
  .col-lg-push-11 {
    left: 91.41667%; }
  .col-lg-pull-11 {
    right: 91.41667%; }
  .col-lg-12 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-lg-12::after {
      content: '';
      display: table;
      clear: both; }
    .col-lg-12:last-child {
      margin-right: 0%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-pull-12 {
    right: 100%; } }

@media only screen and (min-width: 1366px) {
  .col-xl-1 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 5.58333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-1::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-1:last-child {
      margin-right: 0%; }
  .col-xl-offset-1 {
    margin-left: 5.58333%; }
  .col-xl-push-1 {
    left: 5.58333%; }
  .col-xl-pull-1 {
    right: 5.58333%; }
  .col-xl-2 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.16667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-2::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-2:last-child {
      margin-right: 0%; }
  .col-xl-offset-2 {
    margin-left: 14.16667%; }
  .col-xl-push-2 {
    left: 14.16667%; }
  .col-xl-pull-2 {
    right: 14.16667%; }
  .col-xl-3--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-3--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-3--cycle:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-xl-3--cycle:nth-child(4n) {
      margin-right: 0%;
      float: right; }
    .col-xl-3--cycle:nth-child(4n + 1) {
      clear: both; }
  .col-xl-3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-3::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-3:last-child {
      margin-right: 0%; }
  .col-xl-offset-3 {
    margin-left: 22.75%; }
  .col-xl-push-3 {
    left: 22.75%; }
  .col-xl-pull-3 {
    right: 22.75%; }
  .col-xl-4--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-4--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-4--cycle:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-xl-4--cycle:nth-child(3n) {
      margin-right: 0%;
      float: right; }
    .col-xl-4--cycle:nth-child(3n + 1) {
      clear: both; }
  .col-xl-4 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-4::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-4:last-child {
      margin-right: 0%; }
  .col-xl-offset-4 {
    margin-left: 31.33333%; }
  .col-xl-push-4 {
    left: 31.33333%; }
  .col-xl-pull-4 {
    right: 31.33333%; }
  .col-xl-5 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 39.91667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-5::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-5:last-child {
      margin-right: 0%; }
  .col-xl-offset-5 {
    margin-left: 39.91667%; }
  .col-xl-push-5 {
    left: 39.91667%; }
  .col-xl-pull-5 {
    right: 39.91667%; }
  .col-xl-6 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-6::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-6:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .col-xl-6:nth-child(2n) {
      margin-right: 0%;
      float: right; }
    .col-xl-6:nth-child(2n + 1) {
      clear: both; }
  .col-xl-offset-6 {
    margin-left: 48.5%; }
  .col-xl-push-6 {
    left: 48.5%; }
  .col-xl-pull-6 {
    right: 48.5%; }
  .col-xl-7 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 57.08333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-7::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-7:last-child {
      margin-right: 0%; }
  .col-xl-offset-7 {
    margin-left: 57.08333%; }
  .col-xl-push-7 {
    left: 57.08333%; }
  .col-xl-pull-7 {
    right: 57.08333%; }
  .col-xl-8 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.66667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-8::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-8:last-child {
      margin-right: 0%; }
  .col-xl-offset-8 {
    margin-left: 65.66667%; }
  .col-xl-push-8 {
    left: 65.66667%; }
  .col-xl-pull-8 {
    right: 65.66667%; }
  .col-xl-9 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-9::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-9:last-child {
      margin-right: 0%; }
  .col-xl-offset-9 {
    margin-left: 74.25%; }
  .col-xl-push-9 {
    left: 74.25%; }
  .col-xl-pull-9 {
    right: 74.25%; }
  .col-xl-10 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 82.83333%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-10::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-10:last-child {
      margin-right: 0%; }
  .col-xl-offset-10 {
    margin-left: 82.83333%; }
  .col-xl-push-10 {
    left: 82.83333%; }
  .col-xl-pull-10 {
    right: 82.83333%; }
  .col-xl-11 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 91.41667%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-11::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-11:last-child {
      margin-right: 0%; }
  .col-xl-offset-11 {
    margin-left: 91.41667%; }
  .col-xl-push-11 {
    left: 91.41667%; }
  .col-xl-pull-11 {
    right: 91.41667%; }
  .col-xl-12 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%; }
    .col-xl-12::after {
      content: '';
      display: table;
      clear: both; }
    .col-xl-12:last-child {
      margin-right: 0%; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-pull-12 {
    right: 100%; } }

.span-1 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 8.33333%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-1::after {
    content: '';
    display: table;
    clear: both; }

.span-offset-1 {
  margin-left: 5.58333%; }

.span-push-1 {
  left: 5.58333%; }

.span-pull-1 {
  right: 5.58333%; }

.span-2 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 16.66667%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-2::after {
    content: '';
    display: table;
    clear: both; }

.span-offset-2 {
  margin-left: 14.16667%; }

.span-push-2 {
  left: 14.16667%; }

.span-pull-2 {
  right: 14.16667%; }

.span-3--cycle {
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-3--cycle::after {
    content: '';
    display: table;
    clear: both; }
  .span-3--cycle:nth-child(n) {
    float: left;
    clear: none; }
  .span-3--cycle:nth-child(4n) {
    float: right; }
  .span-3--cycle:nth-child(4n + 1) {
    clear: both; }

.span-3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-3::after {
    content: '';
    display: table;
    clear: both; }

.span-offset-3 {
  margin-left: 22.75%; }

.span-push-3 {
  left: 22.75%; }

.span-pull-3 {
  right: 22.75%; }

.span-4 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-4::after {
    content: '';
    display: table;
    clear: both; }

.span-offset-4 {
  margin-left: 31.33333%; }

.span-push-4 {
  left: 31.33333%; }

.span-pull-4 {
  right: 31.33333%; }

.span-5 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 41.66667%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-5::after {
    content: '';
    display: table;
    clear: both; }

.span-offset-5 {
  margin-left: 39.91667%; }

.span-push-5 {
  left: 39.91667%; }

.span-pull-5 {
  right: 39.91667%; }

.span-6 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-6::after {
    content: '';
    display: table;
    clear: both; }
  .span-6:nth-child(n) {
    float: left;
    clear: none; }
  .span-6:nth-child(2n) {
    float: right; }
  .span-6:nth-child(2n + 1) {
    clear: both; }

.span-offset-6 {
  margin-left: 48.5%; }

.span-push-6 {
  left: 48.5%; }

.span-pull-6 {
  right: 48.5%; }

.span-7 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 58.33333%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-7::after {
    content: '';
    display: table;
    clear: both; }

.span-offset-7 {
  margin-left: 57.08333%; }

.span-push-7 {
  left: 57.08333%; }

.span-pull-7 {
  right: 57.08333%; }

.span-8 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 66.66667%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-8::after {
    content: '';
    display: table;
    clear: both; }

.span-offset-8 {
  margin-left: 65.66667%; }

.span-push-8 {
  left: 65.66667%; }

.span-pull-8 {
  right: 65.66667%; }

.span-9 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 75%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-9::after {
    content: '';
    display: table;
    clear: both; }

.span-offset-9 {
  margin-left: 74.25%; }

.span-push-9 {
  left: 74.25%; }

.span-pull-9 {
  right: 74.25%; }

.span-10 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 83.33333%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-10::after {
    content: '';
    display: table;
    clear: both; }

.span-offset-10 {
  margin-left: 82.83333%; }

.span-push-10 {
  left: 82.83333%; }

.span-pull-10 {
  right: 82.83333%; }

.span-11 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 91.66667%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-11::after {
    content: '';
    display: table;
    clear: both; }

.span-offset-11 {
  margin-left: 91.41667%; }

.span-push-11 {
  left: 91.41667%; }

.span-pull-11 {
  right: 91.41667%; }

.span-12 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%; }
  .span-12::after {
    content: '';
    display: table;
    clear: both; }

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

.span-push-12 {
  left: 100%; }

.span-pull-12 {
  right: 100%; }

@media only screen and (min-width: 768px) {
  .span-sm-1 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 8.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-1::after {
      content: '';
      display: table;
      clear: both; }
  .span-sm-offset-1 {
    margin-left: 5.58333%; }
  .span-sm-push-1 {
    left: 5.58333%; }
  .span-sm-pull-1 {
    right: 5.58333%; }
  .span-sm-2 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 16.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-2::after {
      content: '';
      display: table;
      clear: both; }
  .span-sm-offset-2 {
    margin-left: 14.16667%; }
  .span-sm-push-2 {
    left: 14.16667%; }
  .span-sm-pull-2 {
    right: 14.16667%; }
  .span-sm-3--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-3--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .span-sm-3--cycle:nth-child(n) {
      float: left;
      clear: none; }
    .span-sm-3--cycle:nth-child(4n) {
      float: right; }
    .span-sm-3--cycle:nth-child(4n + 1) {
      clear: both; }
  .span-sm-3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-3::after {
      content: '';
      display: table;
      clear: both; }
  .span-sm-offset-3 {
    margin-left: 22.75%; }
  .span-sm-push-3 {
    left: 22.75%; }
  .span-sm-pull-3 {
    right: 22.75%; }
  .span-sm-4 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-4::after {
      content: '';
      display: table;
      clear: both; }
  .span-sm-offset-4 {
    margin-left: 31.33333%; }
  .span-sm-push-4 {
    left: 31.33333%; }
  .span-sm-pull-4 {
    right: 31.33333%; }
  .span-sm-5 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 41.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-5::after {
      content: '';
      display: table;
      clear: both; }
  .span-sm-offset-5 {
    margin-left: 39.91667%; }
  .span-sm-push-5 {
    left: 39.91667%; }
  .span-sm-pull-5 {
    right: 39.91667%; }
  .span-sm-6 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-6::after {
      content: '';
      display: table;
      clear: both; }
    .span-sm-6:nth-child(n) {
      float: left;
      clear: none; }
    .span-sm-6:nth-child(2n) {
      float: right; }
    .span-sm-6:nth-child(2n + 1) {
      clear: both; }
  .span-sm-offset-6 {
    margin-left: 48.5%; }
  .span-sm-push-6 {
    left: 48.5%; }
  .span-sm-pull-6 {
    right: 48.5%; }
  .span-sm-7 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-7::after {
      content: '';
      display: table;
      clear: both; }
  .span-sm-offset-7 {
    margin-left: 57.08333%; }
  .span-sm-push-7 {
    left: 57.08333%; }
  .span-sm-pull-7 {
    right: 57.08333%; }
  .span-sm-8 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-8::after {
      content: '';
      display: table;
      clear: both; }
  .span-sm-offset-8 {
    margin-left: 65.66667%; }
  .span-sm-push-8 {
    left: 65.66667%; }
  .span-sm-pull-8 {
    right: 65.66667%; }
  .span-sm-9 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 75%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-9::after {
      content: '';
      display: table;
      clear: both; }
  .span-sm-offset-9 {
    margin-left: 74.25%; }
  .span-sm-push-9 {
    left: 74.25%; }
  .span-sm-pull-9 {
    right: 74.25%; }
  .span-sm-10 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 83.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-10::after {
      content: '';
      display: table;
      clear: both; }
  .span-sm-offset-10 {
    margin-left: 82.83333%; }
  .span-sm-push-10 {
    left: 82.83333%; }
  .span-sm-pull-10 {
    right: 82.83333%; }
  .span-sm-11 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 91.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-11::after {
      content: '';
      display: table;
      clear: both; }
  .span-sm-offset-11 {
    margin-left: 91.41667%; }
  .span-sm-push-11 {
    left: 91.41667%; }
  .span-sm-pull-11 {
    right: 91.41667%; }
  .span-sm-12 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-sm-12::after {
      content: '';
      display: table;
      clear: both; }
  .span-sm-offset-12 {
    margin-left: 100%; }
  .span-sm-push-12 {
    left: 100%; }
  .span-sm-pull-12 {
    right: 100%; } }

@media only screen and (min-width: 1024px) {
  .span-md-1 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 8.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-1::after {
      content: '';
      display: table;
      clear: both; }
  .span-md-offset-1 {
    margin-left: 5.58333%; }
  .span-md-push-1 {
    left: 5.58333%; }
  .span-md-pull-1 {
    right: 5.58333%; }
  .span-md-2 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 16.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-2::after {
      content: '';
      display: table;
      clear: both; }
  .span-md-offset-2 {
    margin-left: 14.16667%; }
  .span-md-push-2 {
    left: 14.16667%; }
  .span-md-pull-2 {
    right: 14.16667%; }
  .span-md-3--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-3--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .span-md-3--cycle:nth-child(n) {
      float: left;
      clear: none; }
    .span-md-3--cycle:nth-child(4n) {
      float: right; }
    .span-md-3--cycle:nth-child(4n + 1) {
      clear: both; }
  .span-md-3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-3::after {
      content: '';
      display: table;
      clear: both; }
  .span-md-offset-3 {
    margin-left: 22.75%; }
  .span-md-push-3 {
    left: 22.75%; }
  .span-md-pull-3 {
    right: 22.75%; }
  .span-md-4 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-4::after {
      content: '';
      display: table;
      clear: both; }
  .span-md-offset-4 {
    margin-left: 31.33333%; }
  .span-md-push-4 {
    left: 31.33333%; }
  .span-md-pull-4 {
    right: 31.33333%; }
  .span-md-5 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 41.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-5::after {
      content: '';
      display: table;
      clear: both; }
  .span-md-offset-5 {
    margin-left: 39.91667%; }
  .span-md-push-5 {
    left: 39.91667%; }
  .span-md-pull-5 {
    right: 39.91667%; }
  .span-md-6 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-6::after {
      content: '';
      display: table;
      clear: both; }
    .span-md-6:nth-child(n) {
      float: left;
      clear: none; }
    .span-md-6:nth-child(2n) {
      float: right; }
    .span-md-6:nth-child(2n + 1) {
      clear: both; }
  .span-md-offset-6 {
    margin-left: 48.5%; }
  .span-md-push-6 {
    left: 48.5%; }
  .span-md-pull-6 {
    right: 48.5%; }
  .span-md-7 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-7::after {
      content: '';
      display: table;
      clear: both; }
  .span-md-offset-7 {
    margin-left: 57.08333%; }
  .span-md-push-7 {
    left: 57.08333%; }
  .span-md-pull-7 {
    right: 57.08333%; }
  .span-md-8 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-8::after {
      content: '';
      display: table;
      clear: both; }
  .span-md-offset-8 {
    margin-left: 65.66667%; }
  .span-md-push-8 {
    left: 65.66667%; }
  .span-md-pull-8 {
    right: 65.66667%; }
  .span-md-9 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 75%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-9::after {
      content: '';
      display: table;
      clear: both; }
  .span-md-offset-9 {
    margin-left: 74.25%; }
  .span-md-push-9 {
    left: 74.25%; }
  .span-md-pull-9 {
    right: 74.25%; }
  .span-md-10 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 83.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-10::after {
      content: '';
      display: table;
      clear: both; }
  .span-md-offset-10 {
    margin-left: 82.83333%; }
  .span-md-push-10 {
    left: 82.83333%; }
  .span-md-pull-10 {
    right: 82.83333%; }
  .span-md-11 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 91.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-11::after {
      content: '';
      display: table;
      clear: both; }
  .span-md-offset-11 {
    margin-left: 91.41667%; }
  .span-md-push-11 {
    left: 91.41667%; }
  .span-md-pull-11 {
    right: 91.41667%; }
  .span-md-12 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-md-12::after {
      content: '';
      display: table;
      clear: both; }
  .span-md-offset-12 {
    margin-left: 100%; }
  .span-md-push-12 {
    left: 100%; }
  .span-md-pull-12 {
    right: 100%; } }

@media only screen and (min-width: 1024px) {
  .span-lg-1 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 8.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-1::after {
      content: '';
      display: table;
      clear: both; }
  .span-lg-offset-1 {
    margin-left: 5.58333%; }
  .span-lg-push-1 {
    left: 5.58333%; }
  .span-lg-pull-1 {
    right: 5.58333%; }
  .span-lg-2 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 16.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-2::after {
      content: '';
      display: table;
      clear: both; }
  .span-lg-offset-2 {
    margin-left: 14.16667%; }
  .span-lg-push-2 {
    left: 14.16667%; }
  .span-lg-pull-2 {
    right: 14.16667%; }
  .span-lg-3--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-3--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .span-lg-3--cycle:nth-child(n) {
      float: left;
      clear: none; }
    .span-lg-3--cycle:nth-child(4n) {
      float: right; }
    .span-lg-3--cycle:nth-child(4n + 1) {
      clear: both; }
  .span-lg-3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-3::after {
      content: '';
      display: table;
      clear: both; }
  .span-lg-offset-3 {
    margin-left: 22.75%; }
  .span-lg-push-3 {
    left: 22.75%; }
  .span-lg-pull-3 {
    right: 22.75%; }
  .span-lg-4 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-4::after {
      content: '';
      display: table;
      clear: both; }
  .span-lg-offset-4 {
    margin-left: 31.33333%; }
  .span-lg-push-4 {
    left: 31.33333%; }
  .span-lg-pull-4 {
    right: 31.33333%; }
  .span-lg-5 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 41.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-5::after {
      content: '';
      display: table;
      clear: both; }
  .span-lg-offset-5 {
    margin-left: 39.91667%; }
  .span-lg-push-5 {
    left: 39.91667%; }
  .span-lg-pull-5 {
    right: 39.91667%; }
  .span-lg-6 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-6::after {
      content: '';
      display: table;
      clear: both; }
    .span-lg-6:nth-child(n) {
      float: left;
      clear: none; }
    .span-lg-6:nth-child(2n) {
      float: right; }
    .span-lg-6:nth-child(2n + 1) {
      clear: both; }
  .span-lg-offset-6 {
    margin-left: 48.5%; }
  .span-lg-push-6 {
    left: 48.5%; }
  .span-lg-pull-6 {
    right: 48.5%; }
  .span-lg-7 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-7::after {
      content: '';
      display: table;
      clear: both; }
  .span-lg-offset-7 {
    margin-left: 57.08333%; }
  .span-lg-push-7 {
    left: 57.08333%; }
  .span-lg-pull-7 {
    right: 57.08333%; }
  .span-lg-8 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-8::after {
      content: '';
      display: table;
      clear: both; }
  .span-lg-offset-8 {
    margin-left: 65.66667%; }
  .span-lg-push-8 {
    left: 65.66667%; }
  .span-lg-pull-8 {
    right: 65.66667%; }
  .span-lg-9 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 75%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-9::after {
      content: '';
      display: table;
      clear: both; }
  .span-lg-offset-9 {
    margin-left: 74.25%; }
  .span-lg-push-9 {
    left: 74.25%; }
  .span-lg-pull-9 {
    right: 74.25%; }
  .span-lg-10 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 83.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-10::after {
      content: '';
      display: table;
      clear: both; }
  .span-lg-offset-10 {
    margin-left: 82.83333%; }
  .span-lg-push-10 {
    left: 82.83333%; }
  .span-lg-pull-10 {
    right: 82.83333%; }
  .span-lg-11 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 91.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-11::after {
      content: '';
      display: table;
      clear: both; }
  .span-lg-offset-11 {
    margin-left: 91.41667%; }
  .span-lg-push-11 {
    left: 91.41667%; }
  .span-lg-pull-11 {
    right: 91.41667%; }
  .span-lg-12 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-lg-12::after {
      content: '';
      display: table;
      clear: both; }
  .span-lg-offset-12 {
    margin-left: 100%; }
  .span-lg-push-12 {
    left: 100%; }
  .span-lg-pull-12 {
    right: 100%; } }

@media only screen and (min-width: 1366px) {
  .span-xl-1 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 8.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-1::after {
      content: '';
      display: table;
      clear: both; }
  .span-xl-offset-1 {
    margin-left: 5.58333%; }
  .span-xl-push-1 {
    left: 5.58333%; }
  .span-xl-pull-1 {
    right: 5.58333%; }
  .span-xl-2 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 16.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-2::after {
      content: '';
      display: table;
      clear: both; }
  .span-xl-offset-2 {
    margin-left: 14.16667%; }
  .span-xl-push-2 {
    left: 14.16667%; }
  .span-xl-pull-2 {
    right: 14.16667%; }
  .span-xl-3--cycle {
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-3--cycle::after {
      content: '';
      display: table;
      clear: both; }
    .span-xl-3--cycle:nth-child(n) {
      float: left;
      clear: none; }
    .span-xl-3--cycle:nth-child(4n) {
      float: right; }
    .span-xl-3--cycle:nth-child(4n + 1) {
      clear: both; }
  .span-xl-3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-3::after {
      content: '';
      display: table;
      clear: both; }
  .span-xl-offset-3 {
    margin-left: 22.75%; }
  .span-xl-push-3 {
    left: 22.75%; }
  .span-xl-pull-3 {
    right: 22.75%; }
  .span-xl-4 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-4::after {
      content: '';
      display: table;
      clear: both; }
  .span-xl-offset-4 {
    margin-left: 31.33333%; }
  .span-xl-push-4 {
    left: 31.33333%; }
  .span-xl-pull-4 {
    right: 31.33333%; }
  .span-xl-5 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 41.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-5::after {
      content: '';
      display: table;
      clear: both; }
  .span-xl-offset-5 {
    margin-left: 39.91667%; }
  .span-xl-push-5 {
    left: 39.91667%; }
  .span-xl-pull-5 {
    right: 39.91667%; }
  .span-xl-6 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-6::after {
      content: '';
      display: table;
      clear: both; }
    .span-xl-6:nth-child(n) {
      float: left;
      clear: none; }
    .span-xl-6:nth-child(2n) {
      float: right; }
    .span-xl-6:nth-child(2n + 1) {
      clear: both; }
  .span-xl-offset-6 {
    margin-left: 48.5%; }
  .span-xl-push-6 {
    left: 48.5%; }
  .span-xl-pull-6 {
    right: 48.5%; }
  .span-xl-7 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-7::after {
      content: '';
      display: table;
      clear: both; }
  .span-xl-offset-7 {
    margin-left: 57.08333%; }
  .span-xl-push-7 {
    left: 57.08333%; }
  .span-xl-pull-7 {
    right: 57.08333%; }
  .span-xl-8 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-8::after {
      content: '';
      display: table;
      clear: both; }
  .span-xl-offset-8 {
    margin-left: 65.66667%; }
  .span-xl-push-8 {
    left: 65.66667%; }
  .span-xl-pull-8 {
    right: 65.66667%; }
  .span-xl-9 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 75%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-9::after {
      content: '';
      display: table;
      clear: both; }
  .span-xl-offset-9 {
    margin-left: 74.25%; }
  .span-xl-push-9 {
    left: 74.25%; }
  .span-xl-pull-9 {
    right: 74.25%; }
  .span-xl-10 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 83.33333%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-10::after {
      content: '';
      display: table;
      clear: both; }
  .span-xl-offset-10 {
    margin-left: 82.83333%; }
  .span-xl-push-10 {
    left: 82.83333%; }
  .span-xl-pull-10 {
    right: 82.83333%; }
  .span-xl-11 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 91.66667%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-11::after {
      content: '';
      display: table;
      clear: both; }
  .span-xl-offset-11 {
    margin-left: 91.41667%; }
  .span-xl-push-11 {
    left: 91.41667%; }
  .span-xl-pull-11 {
    right: 91.41667%; }
  .span-xl-12 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%; }
    .span-xl-12::after {
      content: '';
      display: table;
      clear: both; }
  .span-xl-offset-12 {
    margin-left: 100%; }
  .span-xl-push-12 {
    left: 100%; }
  .span-xl-pull-12 {
    right: 100%; } }

.header {
  background: #3a556f;
  padding: .5rem;
  color: #ffffff; }
  .header::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 1024px) {
    .header {
      background: #f5f5f5;
      padding: 0; } }
  .header.fixed, .header.landing-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); }
  .header__banner {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%; }
    .header__banner::after {
      content: '';
      display: table;
      clear: both; }
    @media only screen and (min-width: 1024px) {
      .header__banner {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 1rem 0; }
        .header__banner:first-child {
          margin-left: auto; }
        .header__banner:last-child {
          margin-right: auto; } }
    .header__banner .logo {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .header__banner .logo:first-child {
        margin-left: auto; }
      .header__banner .logo:last-child {
        margin-right: auto; }
      @media only screen and (min-width: 1024px) {
        .header__banner .logo {
          float: left;
          clear: none;
          text-align: inherit;
          width: 31.33333%;
          margin-left: 0%;
          margin-right: 3%;
          text-align: left; }
          .header__banner .logo::after {
            content: '';
            display: table;
            clear: both; }
          .header__banner .logo:last-child {
            margin-right: 0%; } }
      .header__banner .logo img, .header__banner .logo source {
        width: 100%;
        max-width: 250px; }
        @media only screen and (min-width: 1024px) {
          .header__banner .logo img, .header__banner .logo source {
            max-width: 350px; } }
  .header .menu {
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: right; }
    .header .menu::after {
      content: '';
      display: table;
      clear: both; }
    .header .menu .fa-bars {
      font-size: 2rem; }

.footer {
  background: #022030;
  color: #ffffff;
  text-align: center; }
  .footer__content {
    padding: 1rem; }
    .footer__content .logo img, .footer__content .logo source {
      width: 100%;
      max-width: 300px; }
  .footer__copy {
    background: #f5f5f5;
    color: #222222;
    padding: 1rem; }

.featured {
  display: block; }
  .featured::after {
    content: '';
    display: table;
    clear: both; }
  .featured .min-height {
    min-height: 65px; }
  .featured__title {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    padding: 15px 20px 8px 20px;
    font-size: 19px;
    line-height: 22px;
    margin: 0; }
  .featured__descr {
    display: block;
    font-weight: normal;
    padding: 0px 20px 15px 20px;
    font-size: 13px;
    line-height: 150%;
    opacity: 0.6;
    filter: alpha(opacity=60);
    margin: 0; }
  .featured__events {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem; }
    .featured__events:first-child {
      margin-left: auto; }
    .featured__events:last-child {
      margin-right: auto; }
    @media only screen and (min-width: 1024px) {
      .featured__events {
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.33333%;
        margin-left: 0%;
        margin-right: 3%;
        padding: 1rem 0;
        margin-top: 0; }
        .featured__events::after {
          content: '';
          display: table;
          clear: both; }
        .featured__events:last-child {
          margin-right: 0%; } }
  .featured__articles {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .featured__articles:first-child {
      margin-left: auto; }
    .featured__articles:last-child {
      margin-right: auto; }
    @media only screen and (min-width: 1024px) {
      .featured__articles {
        float: left;
        clear: none;
        text-align: inherit;
        width: 65.66667%;
        margin-left: 0%;
        margin-right: 3%;
        padding: 1rem 0; }
        .featured__articles::after {
          content: '';
          display: table;
          clear: both; }
        .featured__articles:last-child {
          margin-right: 0%; } }
    .featured__articles .slider-image {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      min-height: 230px;
      overflow-y: hidden;
      width: 100%;
      position: relative; }
      .featured__articles .slider-image:first-child {
        margin-left: auto; }
      .featured__articles .slider-image:last-child {
        margin-right: auto; }
      @media only screen and (min-width: 1024px) {
        .featured__articles .slider-image {
          float: left;
          clear: none;
          text-align: inherit;
          width: 66.66667%;
          margin-left: 0%;
          margin-right: 0%;
          height: 328px; }
          .featured__articles .slider-image::after {
            content: '';
            display: table;
            clear: both; } }
      .featured__articles .slider-image a {
        display: block;
        position: absolute;
        top: 0;
        left: -100%;
        z-index: 2;
        width: 100%;
        height: 100%;
        -webkit-transition: left 0s ease-in-out;
        -moz-transition: left 0s ease-in-out;
        -o-transition: left 0s ease-in-out;
        -ms-transition: left 0s ease-in-out;
        transition: left 0s ease-in-out; }
        .featured__articles .slider-image a .overlay {
          display: none;
          position: absolute;
          bottom: 0px;
          left: 0px;
          width: 100%;
          background: rgba(0, 0, 0, 0.7);
          z-index: 0;
          color: #fff; }
        .featured__articles .slider-image a.active {
          display: block;
          position: absolute;
          top: 0px;
          left: 0px;
          z-index: 3;
          -webkit-transition: left 0.25s ease-in-out;
          -moz-transition: left 0.25s ease-in-out;
          -o-transition: left 0.25s ease-in-out;
          -ms-transition: left 0.25s ease-in-out;
          transition: left 0.25s ease-in-out; }
          .featured__articles .slider-image a.active m.overlay {
            display: block;
            z-index: 10; }
    .featured__articles .slider-nav {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
      .featured__articles .slider-nav:first-child {
        margin-left: auto; }
      .featured__articles .slider-nav:last-child {
        margin-right: auto; }
      @media only screen and (min-width: 1024px) {
        .featured__articles .slider-nav {
          float: left;
          clear: none;
          text-align: inherit;
          width: 33.33333%;
          margin-left: 0%;
          margin-right: 0%; }
          .featured__articles .slider-nav::after {
            content: '';
            display: table;
            clear: both; } }
      .featured__articles .slider-nav li {
        display: block; }
        .featured__articles .slider-nav li.active {
          display: block;
          border-left: 0px;
          height: 79px; }
          .featured__articles .slider-nav li.active a {
            color: #828282;
            background: #515151;
            -webkit-transition: background 0.25s ease-in-out;
            -moz-transition: background 0.25s ease-in-out;
            -o-transition: background 0.25s ease-in-out;
            -ms-transition: background 0.25s ease-in-out;
            transition: background 0.25s ease-in-out; }
            .featured__articles .slider-nav li.active a strong {
              color: #ffffff;
              text-shadow: none; }
            .featured__articles .slider-nav li.active a span {
              color: #e1e3e4;
              text-shadow: none; }
            .featured__articles .slider-nav li.active a:hover {
              background: #515151; }
        .featured__articles .slider-nav li a {
          display: block;
          border: 1px solid transparent;
          border-left: 0px;
          height: 82px;
          background: #f5f5f5; }
          .featured__articles .slider-nav li a strong {
            display: block;
            font-size: .8rem;
            color: #232323;
            line-height: 1.1rem;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            padding: 10px 15px 4px 15px;
            text-shadow: 0px 1px 0px #fff; }
          .featured__articles .slider-nav li a span {
            display: block;
            font-size: .75rem;
            color: #515151;
            line-height: 1rem;
            padding: 0 1rem;
            height: 2rem;
            overflow: hidden; }
          .featured__articles .slider-nav li a:hover {
            text-decoration: none;
            background: #e1e3e4; }

.courses-block .min-height {
  min-height: 240px; }

.recent-articles {
  background: #ffffff; }

.video-listing {
  background: #ffffff;
  padding: 0 1rem 1rem; }
  @media only screen and (min-width: 1024px) {
    .video-listing {
      padding: 1rem 1rem; } }
  .video-listing.shadow {
    -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15); }
  .video-listing__item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    border: 1px solid #e1e3e4; }
    .video-listing__item:first-child {
      margin-left: auto; }
    .video-listing__item:last-child {
      margin-right: auto; }
    @media only screen and (min-width: 768px) {
      .video-listing__item {
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.33333%;
        margin-left: 0%;
        margin-right: 3%; }
        .video-listing__item::after {
          content: '';
          display: table;
          clear: both; }
        .video-listing__item:nth-child(n) {
          margin-right: 3%;
          float: left;
          clear: none; }
        .video-listing__item:nth-child(3n) {
          margin-right: 0%;
          float: right; }
        .video-listing__item:nth-child(3n + 1) {
          clear: both; } }
    @media only screen and (min-width: 1024px) {
      .video-listing__item {
        float: left;
        clear: none;
        text-align: inherit;
        width: 22.75%;
        margin-left: 0%;
        margin-right: 3%; }
        .video-listing__item::after {
          content: '';
          display: table;
          clear: both; }
        .video-listing__item:nth-child(n) {
          margin-right: 3%;
          float: left;
          clear: none; }
        .video-listing__item:nth-child(4n) {
          margin-right: 0%;
          float: right; }
        .video-listing__item:nth-child(4n + 1) {
          clear: both; } }
    .video-listing__item .content-title {
      padding: 0 .5rem .5rem;
      display: block; }
      @media only screen and (min-width: 768px) {
        .video-listing__item .content-title {
          min-height: 47px; } }
    .video-listing__item .author-info {
      border-top: 1px solid #e1e3e4;
      padding: .5rem; }
    .video-listing__item .image-block {
      position: relative; }
      .video-listing__item .image-block img {
        max-height: 150px; }
      .video-listing__item .image-block .fa {
        position: absolute;
        top: 30%;
        color: rgba(255, 255, 255, 0.5);
        font-size: 3rem;
        left: 40%; }
      .video-listing__item .image-block:hover .fa {
        color: white; }

.expert-listing {
  background: #3a556f url("/img/heading-bkg.png");
  text-align: center;
  padding: 1rem; }
  @media only screen and (min-width: 1024px) {
    .expert-listing {
      padding: 2rem; } }
  .expert-listing__item {
    margin-bottom: 1rem;
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .expert-listing__item:first-child {
      margin-left: auto; }
    .expert-listing__item:last-child {
      margin-right: auto; }
    @media only screen and (min-width: 768px) {
      .expert-listing__item {
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.33333%;
        margin-left: 0%;
        margin-right: 3%; }
        .expert-listing__item::after {
          content: '';
          display: table;
          clear: both; }
        .expert-listing__item:nth-child(n) {
          margin-right: 3%;
          float: left;
          clear: none; }
        .expert-listing__item:nth-child(3n) {
          margin-right: 0%;
          float: right; }
        .expert-listing__item:nth-child(3n + 1) {
          clear: both; } }
    @media only screen and (min-width: 1024px) {
      .expert-listing__item {
        float: left;
        clear: none;
        text-align: inherit;
        width: 22.75%;
        margin-left: 0%;
        margin-right: 3%; }
        .expert-listing__item::after {
          content: '';
          display: table;
          clear: both; }
        .expert-listing__item:nth-child(n) {
          margin-right: 3%;
          float: left;
          clear: none; }
        .expert-listing__item:nth-child(4n) {
          margin-right: 0%;
          float: right; }
        .expert-listing__item:nth-child(4n + 1) {
          clear: both; } }
  .expert-listing__spk-name a {
    color: #f26722;
    font-weight: 700; }
  .expert-listing__content {
    background: #ffffff;
    padding: .5rem;
    text-align: left;
    margin-top: -10px; }
    @media only screen and (min-width: 768px) {
      .expert-listing__content {
        min-height: 95px; } }
  .expert-listing__img-cont {
    position: relative; }
    .expert-listing__img-cont .keyword {
      position: absolute;
      bottom: 6px;
      left: 0;
      padding: .25rem .5rem;
      background: rgba(58, 85, 111, 0.64);
      color: #ffffff; }

.about-ms .shadow {
  -webkit-box-shadow: 6px 4px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 6px 4px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 6px 4px 10px 0 rgba(0, 0, 0, 0.25); }

.about-ms__heading {
  font-size: 1.6rem;
  margin: 0; }
  @media only screen and (min-width: 1026px) {
    .about-ms__heading {
      margin: 3rem 0 20px 0;
      font-size: 2rem; } }

.about-ms p:first-letter {
  color: #f26722;
  font-size: 7.48rem;
  display: inline-block;
  font-family: Georgia, 'Times New Roman', Times, serif;
  float: left;
  line-height: 0.80;
  padding-right: 3px; }

.sb-video {
  background: #515151; }
  .sb-video__item {
    border-bottom: 1px solid #6b6b6b;
    padding: .5rem; }
    .sb-video__item .fa {
      position: absolute;
      top: 20%;
      color: rgba(255, 255, 255, 0.5);
      font-size: 2rem;
      left: 35%; }
    .sb-video__item:hover .fa {
      color: white; }

.drop-shadow {
  -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15); }

.article-details {
  background: #ffffff;
  position: relative;
  padding: 1.5rem 1rem; }
  @media only screen and (min-width: 1026px) {
    .article-details {
      padding: 1.5rem 70px; } }
  .article-details.shadow {
    -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15); }
  .article-details__body img {
    max-width: 60%;
    -webkit-transition: max-width 0.6s ease-in-out;
    -moz-transition: max-width 0.6s ease-in-out;
    -o-transition: max-width 0.6s ease-in-out;
    -ms-transition: max-width 0.6s ease-in-out;
    transition: max-width 0.6s ease-in-out; }
    .article-details__body img:hover {
      max-width: 100%;
      -webkit-transition: max-width 0.6s ease-in-out;
      -moz-transition: max-width 0.6s ease-in-out;
      -o-transition: max-width 0.6s ease-in-out;
      -ms-transition: max-width 0.6s ease-in-out;
      transition: max-width 0.6s ease-in-out; }
  .article-details__body a {
    color: #568ac0;
    text-decoration: underline; }
  .article-details__body p {
    letter-spacing: .5px; }
    .article-details__body p:first-of-type {
      font-style: italic; }
      .article-details__body p:first-of-type:before {
        content: '';
        display: block;
        background-image: url(../img/headline-kit-texture.png);
        background-repeat: repeat;
        background-position: top right;
        height: 15px;
        width: 100%;
        margin-bottom: 1em; }
      .article-details__body p:first-of-type:after {
        content: '';
        display: block;
        background-image: url(../img/headline-kit-texture.png);
        background-repeat: repeat;
        background-position: top right;
        height: 15px;
        width: 100%;
        margin-top: 1em; }
  .article-details__author {
    margin-bottom: -6px; }
  .article-details .author-info {
    padding-top: 0;
    margin: 1rem 0; }
  .article-details .padded {
    padding: 1rem 1.5rem; }

.partner-content {
  background: #ffffff;
  padding: 0 1rem 1rem; }
  .partner-content__item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem; }
    .partner-content__item:first-child {
      margin-left: auto; }
    .partner-content__item:last-child {
      margin-right: auto; }
    @media only screen and (min-width: 768px) {
      .partner-content__item {
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%; }
        .partner-content__item::after {
          content: '';
          display: table;
          clear: both; }
        .partner-content__item:nth-child(n) {
          margin-right: 3%;
          float: left;
          clear: none; }
        .partner-content__item:nth-child(2n) {
          margin-right: 0%;
          float: right; }
        .partner-content__item:nth-child(2n + 1) {
          clear: both; } }
    @media only screen and (min-width: 1024px) {
      .partner-content__item {
        float: left;
        clear: none;
        text-align: inherit;
        width: 22.75%;
        margin-left: 0%;
        margin-right: 3%; }
        .partner-content__item::after {
          content: '';
          display: table;
          clear: both; }
        .partner-content__item:nth-child(n) {
          margin-right: 3%;
          float: left;
          clear: none; }
        .partner-content__item:nth-child(4n) {
          margin-right: 0%;
          float: right; }
        .partner-content__item:nth-child(4n + 1) {
          clear: both; } }
  @media only screen and (min-width: 1024px) {
    .partner-content {
      padding: 0 2rem 1rem; } }
  .partner-content .min-video {
    border-bottom: 3px solid #f26722; }

.video-details {
  background: #ffffff; }

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

.online-events .brand {
  max-width: 250px; }

.online-events .med {
  width: 80%;
  margin: 1rem auto;
  font-size: 1.5rem;
  color: #002b3e;
  letter-spacing: 3.63px;
  padding: .8rem 0;
  border-top: 2px solid #022030;
  border-bottom: 2px solid #022030; }

.online-events .secondary {
  color: #ffffff; }
  .online-events .secondary .fa {
    font-size: 2rem; }

.online-events .ot {
  text-align: center;
  max-height: 250px;
  overflow: hidden; }
  .online-events .ot .primary {
    background-color: #fbd957;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%233a556f' fill-opacity='0.30' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E"); }
  .online-events .ot .secondary {
    background-color: #114056;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%233a556f' fill-opacity='0.30' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E"); }
  .online-events .ot h1.online-event {
    color: #114056; }

.online-events .ms {
  text-align: center;
  overflow: hidden;
  max-height: 250px; }
  .online-events .ms h1.online-event {
    color: #022030; }
  .online-events .ms .primary {
    background-color: #f26722;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%233a556f' fill-opacity='0.30' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E"); }
  .online-events .ms .secondary {
    background-color: #3a556f;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%233a556f' fill-opacity='0.30' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E"); }

.partners__item {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .partners__item:first-child {
    margin-left: auto; }
  .partners__item:last-child {
    margin-right: auto; }
  @media only screen and (min-width: 640px) {
    .partners__item {
      float: left;
      clear: none;
      text-align: inherit;
      width: 48.5%;
      margin-left: 0%;
      margin-right: 3%; }
      .partners__item::after {
        content: '';
        display: table;
        clear: both; }
      .partners__item:nth-child(n) {
        margin-right: 3%;
        float: left;
        clear: none; }
      .partners__item:nth-child(2n) {
        margin-right: 0%;
        float: right; }
      .partners__item:nth-child(2n + 1) {
        clear: both; } }
  @media only screen and (min-width: 1024px) {
    .partners__item {
      float: left;
      clear: none;
      text-align: inherit;
      width: 31.33333%;
      margin-left: 0%;
      margin-right: 3%; }
      .partners__item::after {
        content: '';
        display: table;
        clear: both; }
      .partners__item:nth-child(n) {
        margin-right: 3%;
        float: left;
        clear: none; }
      .partners__item:nth-child(3n) {
        margin-right: 0%;
        float: right; }
      .partners__item:nth-child(3n + 1) {
        clear: both; } }

.newsletter__deliv {
  position: absolute;
  right: 15px;
  bottom: 5px;
  text-transform: uppercase;
  color: #ffffff; }

.newsletter .min-height {
  min-height: 183px; }

.newsletter .o-button {
  width: 100%; }

.company-details__logo {
  max-width: 300px; }

.membership .ms-blue-bk {
  background: #3a556f;
  color: #ffffff;
  text-align: center;
  padding: 2rem 0; }

.membership .thick-border {
  border: 10px solid #000; }
  .membership .thick-border.dia {
    border-color: #34c1ee; }
  .membership .thick-border.plat {
    border-color: #b8b8b8; }
  .membership .thick-border.gold {
    border-color: #b89852; }

.membership .platinum-tx {
  color: #b8b8b8;
  margin-top: 2rem; }

.membership .diamond-tx {
  color: #34c1ee; }

.membership .gold-tx {
  color: #b89852;
  margin-top: 2rem; }

.membership article {
  color: #ffffff;
  font-size: 1.5rem; }

.membership__details {
  margin: 0;
  list-style: none; }
  .membership__details li {
    color: #222222;
    font-size: .8rem;
    padding: .5rem .5rem .5rem 0; }
    .membership__details li:before {
      content: '\f046';
      font-family: FontAwesome;
      float: left;
      font-size: 2em;
      margin-left: -1.2em;
      color: #04346b; }

.membership .min-height {
  min-height: 595px; }

.membership header {
  font-size: 1.75rem;
  padding: 1rem 0;
  position: relative;
  color: #ffffff; }
  .membership header span {
    display: block;
    font-size: 1rem; }
  .membership header:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent; }

.membership footer {
  padding: .5rem 0; }
  .membership footer a {
    color: #ffffff;
    font-weight: 300; }

.membership .price {
  padding: 1rem; }

.membership .diamond {
  background: #34c1ee; }
  .membership .diamond .price {
    background: #1099c5; }
  .membership .diamond header:after {
    border-top: solid 10px #34c1ee; }

.membership .platinum {
  background: #b8b8b8; }
  .membership .platinum .price {
    background: #929292; }
  .membership .platinum header:after {
    border-top: solid 10px #b8b8b8; }

.membership .gold {
  background: #b89852; }
  .membership .gold .price {
    background: #866e37; }
  .membership .gold header:after {
    border-top: solid 10px #b89852; }

.contact-us .padded {
  padding: 2rem; }

.contact-us address {
  font-style: normal;
  font-size: 1rem;
  padding: 1rem 0 1rem 1.5rem;
  margin-left: 1rem;
  position: relative; }
  .contact-us address:before {
    font-family: FontAwesome;
    content: "\f041";
    color: #e1e3e4;
    font-size: 1.5rem;
    font-weight: 400;
    position: absolute;
    left: 0; }

.contact-us .tel {
  display: block;
  padding-left: 1rem; }
  .contact-us .tel:before {
    font-family: FontAwesome;
    content: "\f095";
    color: #e1e3e4;
    font-size: 1.25rem;
    margin-right: .25rem;
    font-weight: 400;
    clear: left;
    white-space: pre;
    overflow: hidden; }
  .contact-us .tel:hover {
    text-decoration: none; }

.map {
  display: block;
  position: relative;
  height: 400px;
  overflow: hidden; }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none; }

.register .reg-steps {
  background: #ffffff;
  padding: .5rem; }
  .register .reg-steps li {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
    border-bottom: grey 3px solid; }
    .register .reg-steps li::after {
      content: '';
      display: table;
      clear: both; }
    .register .reg-steps li:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .register .reg-steps li:nth-child(4n) {
      margin-right: 0%;
      float: right; }
    .register .reg-steps li:nth-child(4n + 1) {
      clear: both; }
    .register .reg-steps li.active {
      border-color: #f26722;
      color: #f26722; }

.c-search {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .c-search {
      display: inline-block;
      float: left;
      clear: none;
      text-align: inherit;
      width: 48.5%;
      margin-left: 0%;
      margin-right: 3%;
      text-align: right;
      padding-right: .5rem; }
      .c-search::after {
        content: '';
        display: table;
        clear: both; }
      .c-search:last-child {
        margin-right: 0%; } }
  .c-search input[type="search"] {
    border: none;
    padding: .1rem .5rem;
    max-width: 100px;
    width: 70%;
    color: #222222; }
    @media only screen and (min-width: 1024px) {
      .c-search input[type="search"] {
        max-width: 300px; } }
  .c-search input[type="submit"] {
    font-family: FontAwesome;
    font-size: 20px;
    background: 0 0;
    outline: 0;
    border: none;
    color: #fff;
    vertical-align: top;
    padding-left: 1rem; }

.mobile-search {
  margin: 1rem 0 .5rem 1rem;
  display: block; }
  @media only screen and (min-width: 1024px) {
    .mobile-search {
      display: none; } }
  .mobile-search input[type="search"] {
    border: none;
    padding: .5rem .5rem;
    width: 80%;
    color: #222222;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .mobile-search input[type="submit"] {
    font-family: FontAwesome;
    font-size: 30px;
    background: 0 0;
    outline: 0;
    border: none;
    color: #fff;
    vertical-align: top;
    padding-left: 1rem; }
  @media only screen and (min-width: 1024px) {
    .mobile-search {
      max-width: 300px; } }

.c-top-hat {
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%; }
  .c-top-hat::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 1024px) {
    .c-top-hat {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      background: #3a556f;
      padding: .5rem 0; }
      .c-top-hat:first-child {
        margin-left: auto; }
      .c-top-hat:last-child {
        margin-right: auto; } }
  .c-top-hat .fa-user {
    font-size: 2rem;
    color: #ffffff; }
  .c-top-hat .nav__top {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
    .c-top-hat .nav__top::after {
      content: '';
      display: table;
      clear: both; }
    .c-top-hat .nav__top:last-child {
      margin-right: 0%; }
    .c-top-hat .nav__top a {
      color: #ffffff; }

.utl-nav {
  display: none; }
  .utl-nav.show {
    position: absolute;
    top: 30px;
    left: 0;
    display: inline-block;
    text-align: left; }
    .utl-nav.show li {
      background: #022030;
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: .25rem 2rem;
      text-align: left;
      border-bottom: 1px solid #022030; }
      .utl-nav.show li:first-child {
        margin-left: auto; }
      .utl-nav.show li:last-child {
        margin-right: auto; }
      .utl-nav.show li:last-child {
        border-bottom: none; }
      .utl-nav.show li a {
        color: #ffffff; }

.nav__main {
  display: none;
  background: #3a556f; }
  .nav__main::after {
    content: '';
    display: table;
    clear: both; }
  .nav__main.show {
    display: block;
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 1500;
    padding-top: 1rem;
    background: rgba(58, 85, 111, 0.8);
    -webkit-transition: display 0.5s ease-in-out;
    -moz-transition: display 0.5s ease-in-out;
    -o-transition: display 0.5s ease-in-out;
    -ms-transition: display 0.5s ease-in-out;
    transition: display 0.5s ease-in-out; }
    .nav__main.show:first-child {
      margin-left: auto; }
    .nav__main.show:last-child {
      margin-right: auto; }
    .nav__main.show li {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: .5rem 1rem;
      text-align: left;
      border-bottom: 2px solid #022030; }
      .nav__main.show li:first-child {
        margin-left: auto; }
      .nav__main.show li:last-child {
        margin-right: auto; }
      .nav__main.show li a {
        color: #ffffff;
        font-size: 18px; }
  @media only screen and (min-width: 1024px) {
    .nav__main {
      display: block; }
      .nav__main li {
        display: inline-block;
        border-right: 1px solid #022030;
        color: #ffffff;
        display: inline-block;
        position: relative;
        text-align: left; }
        .nav__main li:last-child {
          border-right: none;
          display: none; } }
      @media only screen and (min-width: 1024px) and (min-width: 1024px) {
        .nav__main li:last-child {
          display: inline-block; } }
  @media only screen and (min-width: 1024px) {
        .nav__main li a {
          color: #ffffff;
          font-size: .8rem;
          display: block;
          padding: .5rem .75rem; } }
      @media only screen and (min-width: 1024px) and (min-width: 1280px) {
        .nav__main li a {
          font-size: 1rem;
          padding: .25rem 1.2rem; } }
  @media only screen and (min-width: 1024px) {
          .nav__main li a:hover, .nav__main li a.active {
            text-decoration: none;
            background: #e1e3e4;
            color: #222222; } }

.nav__sub {
  display: none;
  background: #e1e3e4;
  border-bottom: #515151 1px solid;
  border-top: #515151 1px solid; }
  @media only screen and (min-width: 1024px) {
    .nav__sub {
      display: block;
      padding-left: .5rem; } }
  @media only screen and (min-width: 1280px) {
    .nav__sub {
      padding-left: 1rem; } }
  @media only screen and (min-width: 1366px) {
    .nav__sub {
      padding-left: 1.5rem; } }
  .nav__sub li {
    display: inline-block;
    position: relative;
    text-align: center;
    white-space: nowrap; }
    .nav__sub li:after {
      content: "\00b7";
      color: #222222;
      font-weight: 700; }
    .nav__sub li:last-child:after {
      content: ""; }
    .nav__sub li:last-child {
      border-right: none; }
    .nav__sub li a {
      color: #222222;
      font-size: .7rem;
      display: inline-block;
      padding: .25rem 0; }
      @media only screen and (min-width: 1024px) {
        .nav__sub li a {
          font-size: .7rem;
          padding: .25rem .25rem; } }
      @media only screen and (min-width: 1280px) {
        .nav__sub li a {
          font-size: .8rem;
          padding: .25rem .25rem; } }
      .nav__sub li a:hover, .nav__sub li a.active {
        text-decoration: underline; }

.nav__footer li {
  display: inline-block;
  padding: 1rem 1rem .5rem;
  text-align: center; }
  .nav__footer li a {
    color: #ffffff;
    text-transform: uppercase; }

.nav__social {
  background: #3a556f;
  padding: 1rem;
  text-align: center; }
  .nav__social a {
    padding: 0 .5rem; }

.unstyled-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .unstyled-list.--bullets {
    list-style: disc; }
  .unstyled-list.--checks li {
    font-size: 1.15rem;
    padding: .5rem 0;
    overflow: hidden; }
    .unstyled-list.--checks li:before {
      content: '\f046';
      font-family: FontAwesome;
      margin-right: .5rem;
      margin-top: 1rem;
      font-size: 1.5rem;
      margin-bottom: 5rem;
      color: #222222; }
  .unstyled-list.--checks-sm li {
    font-size: .88rem;
    padding: 0; }
    .unstyled-list.--checks-sm li:before {
      content: '\f046';
      font-family: FontAwesome;
      margin-right: .5rem;
      margin-top: 1rem;
      font-size: .88rem;
      margin-bottom: 5rem;
      color: #222222; }

.banner-cta {
  text-align: center;
  margin: 1rem 0;
  background: #ffffff;
  padding: 1rem;
  border: 1px #f5f5f5 solid;
  -webkit-box-shadow: 6px 4px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 6px 4px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 6px 4px 10px 0 rgba(0, 0, 0, 0.25); }
  .banner-cta::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .banner-cta {
      padding: 1rem 0;
      background: transparent;
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } }
  @media only screen and (min-width: 1280px) {
    .banner-cta.double > div {
      float: left;
      clear: none;
      text-align: inherit;
      width: 31.33333%;
      margin-left: 0%;
      margin-right: 3%;
      text-align: left; }
      .banner-cta.double > div::after {
        content: '';
        display: table;
        clear: both; }
      .banner-cta.double > div:last-child {
        margin-right: 0%; }
      .banner-cta.double > div:last-child {
        float: left;
        clear: none;
        text-align: inherit;
        width: 65.66667%;
        margin-left: 0%;
        margin-right: 3%;
        text-align: right; }
        .banner-cta.double > div:last-child::after {
          content: '';
          display: table;
          clear: both; }
        .banner-cta.double > div:last-child:last-child {
          margin-right: 0%; } }

.header-cta {
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: right;
  padding-right: .5rem; }
  .header-cta::after {
    content: '';
    display: table;
    clear: both; }
  .header-cta:last-child {
    margin-right: 0%; }

.sidebar-cta {
  text-align: center;
  margin: 0 auto 2rem; }

.article-block {
  padding: 1rem 1rem;
  position: relative; }
  .article-block:nth-child(odd) {
    background: #f5f5f5; }
  .article-block.sponsored {
    background: #3a556f;
    color: #ffffff; }
    .article-block.sponsored a {
      color: #ffffff; }
    .article-block.sponsored .icons {
      background: #f26722; }
      .article-block.sponsored .icons:before {
        color: #3a556f; }
  .article-block.feat-article {
    padding: 1rem;
    position: relative;
    background: #ffffff !important; }
    .article-block.feat-article .overlay {
      position: absolute;
      bottom: 5px;
      left: 0;
      background: rgba(253, 147, 97, 0.85);
      width: 100%;
      padding: 1rem; }
      .article-block.feat-article .overlay a {
        color: #ffffff; }
  .article-block__content {
    position: relative; }
    .article-block__content .content-title {
      display: block;
      font-size: 1rem;
      font-weight: 700; }
      @media only screen and (min-width: 1024px) {
        .article-block__content .content-title {
          font-size: 1.06rem; } }
    .article-block__content time {
      display: block;
      font-weight: 600;
      line-height: 1.75rem; }
  .article-block__img {
    position: relative; }
    .article-block__img img {
      width: 100%;
      height: 100%;
      opacity: 1;
      transition: opacity 0.3s; }
      .article-block__img img[data-src] {
        opacity: 0; }
      .article-block__img img.cat-img {
        max-height: 100px; }
    .article-block__img .fa {
      position: absolute;
      top: 30%;
      color: rgba(255, 255, 255, 0.5);
      font-size: 3rem;
      left: 40%; }
    .article-block__img:hover .fa {
      color: white; }
    .article-block__img .icons {
      position: absolute;
      bottom: 6px;
      left: 0;
      color: #fff;
      padding: 0 0 .1rem;
      background: #3a556f;
      width: 50%;
      text-transform: uppercase;
      font-weight: 700;
      font-size: .8rem;
      -webkit-border-radius: 0 .5rem 0 0;
      -moz-border-radius: 0 .5rem 0 0;
      -ms-border-radius: 0 .5rem 0 0;
      -o-border-radius: 0 .5rem 0 0;
      border-radius: 0 .5rem 0 0; }
      .article-block__img .icons:before {
        content: '\f101';
        font-family: FontAwesome;
        display: inline-block;
        position: relative;
        padding: 0 .5rem;
        color: #f26722;
        font-size: 1rem;
        font-weight: 700; }

.spon-content__item {
  padding: .5rem; }
  .spon-content__item:nth-child(odd) {
    background: #f5f5f5;
    border-top: 1px dashed #e1e3e4;
    border-bottom: 1px dashed #e1e3e4; }

.spon-item .min-height {
  min-height: 50px; }

.author-info {
  padding-top: .5rem; }
  .author-info .author {
    color: #568ac0; }
  .author-info .author-img {
    width: 100%;
    max-width: 50px;
    height: auto; }
  .author-info .img-block {
    margin-right: .5rem; }

#tab-section .tab-header .tabs__links {
  background: #283b4e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #283b4e 0%, #3a556f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #283b4e), color-stop(100%, #3a556f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #283b4e 0%, #3a556f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #283b4e 0%, #3a556f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #283b4e 0%, #3a556f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #283b4e 0%, #3a556f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  position: relative;
  cursor: pointer;
  padding: .75rem 0;
  text-align: center;
  border: 1px solid #e1e3e4;
  color: #ffffff; }
  @media only screen and (min-width: 768px) {
    #tab-section .tab-header .tabs__links {
      padding: .5rem .5rem;
      text-align: center; }
      #tab-section .tab-header .tabs__links:last-child {
        border-left: none; } }
  #tab-section .tab-header .tabs__links.active {
    background: #d54f0d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d54f0d 0%, #f26722 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d54f0d), color-stop(100%, #f26722));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d54f0d 0%, #f26722 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d54f0d 0%, #f26722 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d54f0d 0%, #f26722 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #d54f0d 0%, #f26722 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }

#tab-section .tab-header::after {
  content: '';
  display: table;
  clear: both; }

#tab-section .tab-content {
  background: #ffffff;
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  -webkit-transition: left 0 ease-in-out;
  -moz-transition: left 0 ease-in-out;
  -o-transition: left 0 ease-in-out;
  -ms-transition: left 0 ease-in-out;
  transition: left 0 ease-in-out; }
  #tab-section .tab-content:first-child {
    margin-left: auto; }
  #tab-section .tab-content:last-child {
    margin-right: auto; }
  #tab-section .tab-content.active {
    display: inline-block;
    -webkit-transition: left 0.25s ease-in-out;
    -moz-transition: left 0.25s ease-in-out;
    -o-transition: left 0.25s ease-in-out;
    -ms-transition: left 0.25s ease-in-out;
    transition: left 0.25s ease-in-out; }
  #tab-section .tab-content .event-content {
    padding: .8rem .5rem; }
  #tab-section .tab-content .event-block {
    border: 1px solid #e1e3e4;
    margin: 0; }
    #tab-section .tab-content .event-block:nth-child(even) {
      background: #f2f2f2; }
    #tab-section .tab-content .event-block .loc-img {
      width: 100%;
      padding: 0 .5rem;
      display: none; }
      @media only screen and (min-width: 1026px) {
        #tab-section .tab-content .event-block .loc-img {
          display: inline-block; } }
    #tab-section .tab-content .event-block .focus strong {
      color: #f26722; }
    #tab-section .tab-content .event-block footer {
      background: none;
      padding: .25rem 20px;
      color: #3a556f;
      border-top: 1px solid #e1e3e4;
      text-align: right; }
      #tab-section .tab-content .event-block footer::after {
        content: '';
        display: table;
        clear: both; }
      #tab-section .tab-content .event-block footer a {
        color: #3a556f;
        display: inline-block;
        text-transform: none; }

.event-block {
  margin: 1rem 0;
  position: relative; }
  .event-block__img {
    position: relative; }
    .event-block__img .brand-overlay {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 200px; }
  .event-block__content {
    padding: .5rem 1rem;
    margin: .5rem 0; }
    .event-block__content .focus, .event-block__content .hotel {
      padding: .25rem 0; }
  .event-block .neg-margin {
    margin-bottom: -6px; }
  .event-block .button-cont {
    padding: 1rem; }
    .event-block .button-cont .rt-align {
      text-align: center; }
    @media only screen and (min-width: 1024px) {
      .event-block .button-cont .rt-align {
        text-align: right; } }
  .event-block .date {
    border-top: 1px solid #e1e3e4;
    border-bottom: 1px solid #e1e3e4;
    padding: .5rem 1rem; }

.cruise .padded {
  padding: 2rem; }

.cruise .cruise-brand {
  width: 300px; }

.cruise .c {
  background: url(https://www.moneyshow.com/img/crystal_icon.svg) right top no-repeat;
  padding: 1rem 1.5rem 1.5rem;
  text-align: right;
  color: #3a556f; }

.cruise .o {
  background: url(https://www.moneyshow.com/img/oceania_icon.svg) right top no-repeat;
  padding: 0 1.5rem 1.5rem;
  text-align: right;
  color: #3a556f; }

.cruise .r {
  background: url(https://www.moneyshow.com/img/uniworld_icon.svg) right top no-repeat;
  padding: 0 1.5rem 1.5rem;
  text-align: right;
  color: #3a556f; }

.cruise .q {
  background: url(https://www.moneyshow.com/img/uniworld_icon.svg) right top no-repeat;
  padding: 0 1.5rem 1.5rem;
  text-align: right;
  color: #3a556f; }

.upcoming-events {
  margin-bottom: 1rem; }

.sb-event-block {
  background: #ffffff;
  border-top: 3px solid #f26722; }
  .sb-event-block img {
    width: 100%;
    max-height: 150px; }
  @media only screen and (min-width: 1024px) {
    .sb-event-block:nth-child(even) {
      margin: 1rem 0; } }
  .sb-event-block__content {
    padding: 0 1rem; }
  .sb-event-block__footer {
    margin-top: .5rem;
    background: #3a556f;
    padding: .5rem 1rem; }
    .sb-event-block__footer a {
      color: #ffffff;
      text-transform: uppercase; }

.hero {
  background: url(https://cdn.moneyshow.com/mscache/img/heros/about-hero.jpg) center center;
  height: 40vh;
  background-size: cover;
  background-repeat: no-repeat; }
  .hero.members {
    background: url(https://cdn.moneyshow.com/mscache/img/heros/membership-hero.jpg) top center;
    background-size: cover;
    background-repeat: no-repeat; }

.accordion dl:first-child {
  margin-top: 0; }

.accordion dl dt, .accordion dl dd {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  color: white; }

.accordion dl dt {
  cursor: pointer;
  margin-top: 10px; }
  .accordion dl dt a {
    display: block;
    text-decoration: none;
    padding: 16px 20px;
    padding-right: 70px;
    color: #3a556f;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    line-height: 1;
    font-weight: 600;
    position: relative; }
    .accordion dl dt a.active {
      color: white;
      background-color: #3a556f;
      border-color: #3a556f; }
      .accordion dl dt a.active:before {
        background-color: #022030;
        background-image: url(https://www.moneyshow.com/img/arrow-up.png); }
    .accordion dl dt a:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 50px;
      background-color: #e1e3e4;
      background-image: url(https://www.moneyshow.com/img/arrow-down.png);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      pointer-events: none; }

.accordion dl dd {
  display: none;
  background-color: #436280;
  padding: 1rem;
  opacity: 0; }
  .accordion dl dd.active {
    display: block;
    opacity: 1;
    -webkit-transition: display 0.3s ease-in-out;
    -moz-transition: display 0.3s ease-in-out;
    -o-transition: display 0.3s ease-in-out;
    -ms-transition: display 0.3s ease-in-out;
    transition: display 0.3s ease-in-out; }

.accordion .member-content {
  display: none;
  padding: 1rem;
  opacity: 0; }
  .accordion .member-content.active {
    display: table-row;
    opacity: 1;
    -webkit-transition: display 0.3s ease-in-out;
    -moz-transition: display 0.3s ease-in-out;
    -o-transition: display 0.3s ease-in-out;
    -ms-transition: display 0.3s ease-in-out;
    transition: display 0.3s ease-in-out; }

.modal-box {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden; }
  .modal-box__content {
    background-color: #fefefe;
    margin: 5% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #000;
    width: 50%;
    /* Could be more or less, depending on screen size */
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden; }
    .modal-box__content .popup {
      margin: 0 auto;
      width: 75%;
      height: auto; }

.side-social {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center; }
  @media only screen and (min-width: 1026px) {
    .side-social {
      top: 50px;
      width: auto; } }
  .side-social.sticky {
    top: 250px;
    left: -20px;
    width: auto;
    position: fixed; }
    .side-social.sticky li {
      display: block; }
    .side-social.sticky:hover {
      left: 0px;
      -webkit-transition: left .5s ease-in-out;
      /* For Safari 3.1 to 6.0 */
      transition: left .5s ease-in-out; }
  .side-social li {
    display: inline-block;
    margin: 0;
    padding: .5rem .65rem; }
    @media only screen and (min-width: 1026px) {
      .side-social li {
        display: block; } }
    .side-social li.facebook {
      background: #3b5998; }
    .side-social li.twitter {
      background: #55acee; }
    .side-social li.linkedin {
      background: #007bb5; }
    .side-social li.youtube {
      background: #b6ff00; }
    .side-social li.print {
      background: #4ca96a; }
    .side-social li.rss {
      background: #f26722; }
    .side-social li.google {
      background: #d34836; }
    .side-social li .fa {
      font-size: 30px;
      color: #ffffff; }

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 0.5rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #ffffff; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #dee2e6; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff; }

.corner-ribbon {
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }
  .corner-ribbon.sticky {
    position: fixed; }
  .corner-ribbon.ribbon-shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
  .corner-ribbon.top-left {
    top: 25px;
    left: -50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .corner-ribbon.top-right {
    right: -50px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  .corner-ribbon.bottom-left {
    top: auto;
    bottom: 25px;
    left: -50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  .corner-ribbon.bottom-right {
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .corner-ribbon.blue {
    background: #3a556f;
    color: #fff; }
  .corner-ribbon.orange {
    background: #f26722;
    color: #fff; }

.o-button {
  display: block;
  text-align: center;
  padding: .55rem 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  background: #f26722;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f26722 0%, #d54f0d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f26722), color-stop(100%, #d54f0d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f26722 0%, #d54f0d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f26722 0%, #d54f0d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f26722 0%, #d54f0d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f26722 0%, #d54f0d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  outline: none;
  border: none; }
  @media only screen and (min-width: 1024px) {
    .o-button {
      display: inline-block; } }
  .o-button.--full {
    display: block;
    width: 100%; }
  .o-button.--small {
    padding: .3rem .5rem;
    display: inline-block; }
  .o-button.--round {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .o-button.--pill {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px; }
  .o-button.--shadow {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); }
  .o-button:hover {
    background: #d54f0d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d54f0d 0%, #f26722 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d54f0d), color-stop(100%, #f26722));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d54f0d 0%, #f26722 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d54f0d 0%, #f26722 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d54f0d 0%, #f26722 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #d54f0d 0%, #f26722 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    color: #ffffff;
    text-decoration: none; }
  .o-button.--yellow {
    background: #fbd957;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fbd957 0%, #face25 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbd957), color-stop(100%, #face25));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbd957 0%, #face25 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbd957 0%, #face25 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbd957 0%, #face25 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fbd957 0%, #face25 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    color: #222222;
    width: 100%;
    margin-top: .5rem; }
    @media only screen and (min-width: 768px) {
      .o-button.--yellow {
        width: unset;
        margin-top: unset; } }
    .o-button.--yellow--sm {
      padding: .3rem .5rem; }
  .o-button.--blue {
    background: #3a556f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3a556f 0%, #283b4e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a556f), color-stop(100%, #283b4e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3a556f 0%, #283b4e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3a556f 0%, #283b4e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3a556f 0%, #283b4e 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #3a556f 0%, #283b4e 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    margin-bottom: .5rem; }
    @media only screen and (min-width: 1024px) {
      .o-button.--blue {
        margin-bottom: 0; } }
    .o-button.--blue:hover {
      background: #283b4e;
      /* Old browsers */
      background: -moz-linear-gradient(top, #283b4e 0%, #3a556f 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #283b4e), color-stop(100%, #3a556f));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #283b4e 0%, #3a556f 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #283b4e 0%, #3a556f 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #283b4e 0%, #3a556f 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #283b4e 0%, #3a556f 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */
      color: #ffffff;
      text-decoration: none; }
  .o-button.--blue--light {
    background: #568ac0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #568ac0 0%, #3e71a5 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #568ac0), color-stop(100%, #3e71a5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #568ac0 0%, #3e71a5 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #568ac0 0%, #3e71a5 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #568ac0 0%, #3e71a5 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #568ac0 0%, #3e71a5 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    margin-bottom: .5rem; }
    @media only screen and (min-width: 1024px) {
      .o-button.--blue--light {
        margin-bottom: 0; } }
    .o-button.--blue--light:hover {
      background: #3e71a5;
      /* Old browsers */
      background: -moz-linear-gradient(top, #3e71a5 0%, #568ac0 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e71a5), color-stop(100%, #568ac0));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #3e71a5 0%, #568ac0 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #3e71a5 0%, #568ac0 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #3e71a5 0%, #568ac0 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #3e71a5 0%, #568ac0 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */
      color: #ffffff;
      text-decoration: none; }
  .o-button.--sm {
    padding: .5rem .75rem;
    text-transform: none;
    font-weight: 400;
    font-size: .88rem;
    display: block;
    background: #3a556f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3a556f 0%, #283b4e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a556f), color-stop(100%, #283b4e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3a556f 0%, #283b4e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3a556f 0%, #283b4e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3a556f 0%, #283b4e 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #3a556f 0%, #283b4e 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
    .o-button.--sm:hover, .o-button.--sm.active {
      background: #d54f0d;
      /* Old browsers */
      background: -moz-linear-gradient(top, #d54f0d 0%, #f26722 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d54f0d), color-stop(100%, #f26722));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #d54f0d 0%, #f26722 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #d54f0d 0%, #f26722 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #d54f0d 0%, #f26722 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #d54f0d 0%, #f26722 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */
      font-weight: 700; }

.newsletter_cta_button {
  width: 100%;
  background: linear-gradient(to bottom right, #0a1c2e, deepskyblue, #0a1c2e);
  background-size: 150% 150%;
  display: inline-block;
  -webkit-animation: newsletter-button 7s ease infinite;
  -moz-animation: newsletter-button 7s ease infinite;
  -o-animation: newsletter-button 7s ease infinite;
  animation: newsletter-button 7s ease infinite;
  height: auto;
  color: white;
  font-size: 1.1rem;
  z-index: 10;
  font-weight: 700; }

.o-full-text input[type=email],
.o-full-text input[type=password],
.o-full-text input[type=text],
.o-full-text textarea {
  display: block;
  background: #ffffff;
  outline: 0;
  vertical-align: bottom;
  border: 1px #e1e3e4 solid;
  padding: 1.2rem .8rem;
  margin: .5rem 0 0;
  width: 100%; }
  .o-full-text input[type=email].sm,
  .o-full-text input[type=password].sm,
  .o-full-text input[type=text].sm,
  .o-full-text textarea.sm {
    padding: .5rem; }
  .o-full-text input[type=email].no-margin,
  .o-full-text input[type=password].no-margin,
  .o-full-text input[type=text].no-margin,
  .o-full-text textarea.no-margin {
    margin: 0; }

.o-full-text textarea {
  margin: 0;
  min-height: 250px; }

label {
  font-size: .88rem;
  font-weight: 700; }
  label.req:after {
    content: "*";
    color: red; }

.filter-box {
  background: #f26722;
  color: #ffffff;
  font-weight: 700;
  padding: .4rem;
  text-transform: uppercase; }
  .filter-box:before {
    content: '\f013';
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px; }

.o-select {
  position: relative; }
  .o-select option {
    text-transform: capitalize; }
  .o-select-box {
    width: 100%;
    outline: none;
    border: 1px solid #e1e3e4;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    font-size: .8rem;
    margin: .5rem 0 0;
    padding: .5rem .25rem;
    color: #222222;
    background: #ffffff; }
  .o-select:after {
    content: '<>';
    font: 1rem "Consolas", monospace;
    color: #e1e3e4;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 3px;
    top: 0px;
    background: #ffffff;
    border-bottom: 1px solid #e1e3e4;
    position: absolute;
    pointer-events: none; }

fieldset.padding {
  padding: 0 2rem; }

.show-reg-form {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .show-reg-form {
      background: url("/img/nyot18-form.jpg") no-repeat;
      width: 100%;
      max-width: 832px;
      height: 244px; } }
  .show-reg-form form {
    margin: 0;
    padding: 0 10px; }
    @media only screen and (min-width: 768px) {
      .show-reg-form form {
        position: absolute;
        bottom: 15px;
        right: 40px;
        padding: 0; } }
    .show-reg-form form input[type=text] {
      background: #ffffff;
      outline: 0;
      vertical-align: bottom;
      border: 1px #e1e3e4 solid;
      padding: .25rem .5rem;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .show-reg-form form input[type=text] {
          width: unset; } }
  .show-reg-form small {
    display: block;
    padding: 10px; }
    @media only screen and (min-width: 768px) {
      .show-reg-form small {
        position: absolute;
        bottom: 0;
        left: 20px;
        padding: 0; } }
  .show-reg-form img {
    width: 100%;
    max-width: 100%; }

.top-picks-form {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .top-picks-form {
      background: url("/img/top-picks-form.jpg?v=3") no-repeat;
      width: 100%;
      max-width: 832px;
      height: 205px; } }
  .top-picks-form form {
    margin: 0;
    padding: 0 10px; }
    @media only screen and (min-width: 768px) {
      .top-picks-form form {
        position: absolute;
        bottom: 20px;
        left: 20px;
        padding: 0; } }
  .top-picks-form small {
    display: block;
    padding: 10px; }
    @media only screen and (min-width: 768px) {
      .top-picks-form small {
        position: absolute;
        bottom: 0;
        left: 20px;
        padding: 0; } }

.tptp-row {
  padding: 0 .5rem; }
  @media only screen and (min-width: 768px) {
    .tptp-row {
      padding: 0; } }
  .tptp-row .hs-email {
    display: block; }
    @media only screen and (min-width: 768px) {
      .tptp-row .hs-email {
        float: left;
        clear: none;
        text-align: inherit;
        width: 58.33333%;
        margin-left: 0%;
        margin-right: 0%; }
        .tptp-row .hs-email::after {
          content: '';
          display: table;
          clear: both; } }
    .tptp-row .hs-email ul, .tptp-row .hs-email li {
      list-style: none;
      display: block;
      margin: 0 0 0 .25rem;
      padding: .25rem 0 0; }
    .tptp-row .hs-email input[type="email"] {
      padding: .5rem !important;
      border-top: 5px solid #093454;
      border-bottom: 5px solid #093454;
      border-left: 5px solid #093454;
      border-right: none; }
  .tptp-row .hs-submit {
    display: block; }
    @media only screen and (min-width: 768px) {
      .tptp-row .hs-submit {
        float: left;
        clear: none;
        text-align: inherit;
        width: 41.66667%;
        margin-left: 0%;
        margin-right: 0%; }
        .tptp-row .hs-submit::after {
          content: '';
          display: table;
          clear: both; } }
    .tptp-row .hs-submit .hs-button {
      background: #fff;
      outline: none;
      border-top: 5px solid #f5804a;
      border-bottom: 5px solid #f5804a;
      border-right: 5px solid #f5804a;
      border-left: 5px solid #f5804a;
      padding: .5rem 1rem;
      text-transform: uppercase;
      color: #f5804a;
      font-weight: 700;
      width: 100%; }
  .tptp-row .hs-error-msgs label {
    font-size: em(12);
    color: #000;
    display: inline-block; }

.hbspt-form {
  margin: 0;
  padding: 0 10px; }
  @media only screen and (min-width: 768px) {
    .hbspt-form {
      position: absolute;
      bottom: 10px;
      left: 20px;
      padding: 0; } }

.hs_email, .hs_submit {
  display: block; }
  @media only screen and (min-width: 768px) {
    .hs_email, .hs_submit {
      display: inline-block; } }

.hs_email ul, .hs_email li {
  display: none; }

.hs-input {
  padding: .5rem;
  border: 1px solid #dedede;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .hs-input {
      width: 300px; } }

.submitted-message {
  font-weight: bold; }

.hs-button {
  background: #fed956;
  outline: none;
  border: none;
  padding: .55rem 1rem;
  text-transform: uppercase;
  color: #114056;
  font-weight: 700;
  width: 100%; }

.hs-form-required {
  display: none; }

.hs-error-msgs {
  display: none; }
  .hs-error-msgs label {
    font-size: em(12);
    color: #000;
    display: inline-block; }

.field-validation-error {
  color: #E74C3C;
  font-weight: 700;
  font-size: .8rem; }
  .field-validation-error:before {
    content: "*";
    color: #E74C3C; }

.input-validation-error {
  position: relative;
  border-color: #E74C3C !important;
  background-color: rgba(231, 76, 60, 0.2) !important; }

.o-onoffswitch {
  display: block;
  position: relative;
  width: 110px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .o-onoffswitch-checkbox {
    display: none; }
  .o-onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #f5f5f5;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    -ms-border-radius: 99em;
    -o-border-radius: 99em;
    border-radius: 99em; }
  .o-onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s; }
    .o-onoffswitch-inner:before, .o-onoffswitch-inner:after {
      display: block;
      float: left;
      width: 50%;
      height: 30px;
      padding: 0;
      line-height: 30px;
      font-size: 14px;
      color: white;
      font-family: Trebuchet, Arial, sans-serif;
      font-weight: bold;
      box-sizing: border-box; }
    .o-onoffswitch-inner:before {
      content: "YES";
      background-color: #00FFCE;
      color: #222;
      padding-left: 10px; }
    .o-onoffswitch-inner:after {
      content: "NO";
      padding-right: 1rem;
      background-color: #FF5840;
      color: #FFFFFF;
      text-align: right; }
  .o-onoffswitch-switch {
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    margin: 8px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 70px;
    border: 2px solid #f5f5f5;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    -ms-border-radius: 99em;
    -o-border-radius: 99em;
    border-radius: 99em;
    transition: all 0.3s ease-in 0s; }
  .o-onoffswitch-checkbox:checked + .o-onoffswitch-label .o-onoffswitch-inner {
    margin-left: 0; }
  .o-onoffswitch-checkbox:checked + .o-onoffswitch-label .o-onoffswitch-switch {
    right: 0px; }

.paging {
  margin: 1rem auto 2rem;
  text-align: center; }
  .paging li {
    display: inline-block; }
    .paging li a {
      border: 1px solid #f5f5f5;
      background: #ffffff;
      padding: .5rem .9rem; }
      .paging li a.active {
        background: #3a556f;
        color: #ffffff; }

.month {
  background: #f26722;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  padding: .25rem 0;
  font-weight: bold; }

.day {
  background: #e1e3e4;
  text-align: center;
  font-size: 1.75rem;
  padding: .25rem 0;
  font-weight: bold; }

.padding {
  padding: 1rem; }
  .padding--2x {
    padding: 2rem; }
  .padding--sm {
    padding: .5rem; }
  .padding--x {
    padding: 0 1rem; }
    .padding--x--sm {
      padding: 0 .5rem; }
  .padding--y {
    padding: 1rem 0; }
    .padding--y--sm {
      padding: .5rem 0; }
  .padding--t {
    padding-top: 1rem; }
    .padding--t--sm {
      padding-top: .5rem; }
  .padding--b {
    padding-bottom: 1rem; }
    .padding--b--sm {
      padding-bottom: .5rem; }

.border {
  border: 1px solid #e1e3e4; }
  .border--dark {
    border: none; }
    @media only screen and (min-width: 1024px) {
      .border--dark {
        border: 2px solid #022030; } }
  .border--b {
    border-bottom: 1px solid #F46A2A; }
  .border--x {
    border-bottom: 3px solid #f26722;
    border-top: 3px solid #f26722; }
    .border--x--blue {
      border-bottom: 3px solid #3a556f;
      border-top: 3px solid #3a556f; }
  .border--crazy {
    -webkit-border-radius: 15px 50px 15px 50px;
    -moz-border-radius: 15px 50px 15px 50px;
    -ms-border-radius: 15px 50px 15px 50px;
    -o-border-radius: 15px 50px 15px 50px;
    border-radius: 15px 50px 15px 50px; }

.margin {
  margin: 1rem; }
  .margin--section {
    margin: 2rem auto; }
  .margin--b {
    margin-bottom: 1rem; }
    .margin--b--sm {
      margin-bottom: .5rem; }
    .margin--b--2x {
      margin-bottom: 2rem; }
  .margin--t {
    margin-top: 1rem; }
    .margin--t--sm {
      margin-top: .5rem; }
    .margin--t--2x {
      margin-top: 2rem; }
  .margin--y {
    margin: 1rem auto; }
    .margin--y--sm {
      margin: .5rem auto; }
  .margin--x {
    margin: 0 1rem; }
    .margin--x--sm {
      margin: 0 .5rem; }
  .margin--fixed {
    margin-top: 30px; }
    @media only screen and (min-width: 1026px) {
      .margin--fixed {
        margin-top: 100px; } }

.bk--blue {
  background: #3a556f; }
  .bk--blue--diag {
    background: #3a556f url("/img/heading-bkg.png");
    font-size: 1.33rem;
    padding: .5rem 1rem;
    display: block;
    color: #ffffff;
    position: relative; }
    @media only screen and (min-width: 1026px) {
      .bk--blue--diag {
        font-size: 1.33rem; } }
    .bk--blue--diag.no-margin {
      margin: 0; }

.bk--orange {
  background: #f26722; }
