@charset "UTF-8";
/* ================================================================
   Grid Mixin 
   ================================================================ */
/* ================================================================
   REM Mixin 
   ================================================================ */
/* ================================================================
   Misc Helpful Mixins
   ================================================================ */
/* ================================================================
   Animation Mixins
   ================================================================ */
/* ================================================================
   Breakpoint Mixin 
   ================================================================ */
/*! normalize.css v3.0.1 | MIT License | 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,
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: 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 {
  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 */
  /* 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;
}

/* ================================================================
   Boilerplate - Base Styles 
   ================================================================ */
html, button, input, select, textarea {
  color: #888;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.4;
  overflow-y: scroll;
  background: #fff;
  position: relative;
}

::-moz-selection {
  background: #E2231A;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #E2231A;
  color: #fff;
  text-shadow: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}

.image-fluid, .image-fluid img {
  max-width: none;
  width: 100%;
  height: auto;
}

.image-fixed, .image-fixed img {
  max-width: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden, .js .form-label-hide .sfTxtLbl, .visually-hidden, .visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.visuallyhidden.focusable:active, .js .form-label-hide .focusable.sfTxtLbl:active, .visuallyhidden.focusable:focus, .js .form-label-hide .focusable.sfTxtLbl:focus {
  position: static;
  overflow: visible;
  clip: auto;
  margin: 0;
  width: auto;
  height: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .sfcommentsFieldsList:before, .page-meta:before, .sf_pagerNumeric:before, .clearfix:after, .sfcommentsFieldsList:after, .page-meta:after, .sf_pagerNumeric:after {
  content: " ";
  display: table;
}

.clearfix:after, .sfcommentsFieldsList:after, .page-meta:after, .sf_pagerNumeric:after {
  clear: both;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.breakforprint {
  page-break-after: always;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

table {
  margin: 1em 0;
  border: none;
}

td {
  padding: 0.2em 0.4em;
  border: none;
  background: #fff;
}

tr:nth-child(2n) td {
  background: #fff;
}

body span.gc-cs-link {
  color: inherit;
}

body span.gc-cs-link:hover {
  text-decoration: none;
}

/* ================================================================
   Typography Styles
   ================================================================ */
h1, h2, h3 {
  margin: 0 0 0.5em;
  font-family: Arial, sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 32px;
  font-size: "2rem";
}

h2 {
  font-size: 26px;
  font-size: "1.625rem";
}

h3 {
  font-size: 20px;
  font-size: "1.25rem";
}

h4 {
  font-size: 16px;
  font-size: "1rem";
  font-family: Arial, sans-serif;
}

@media (min-width: 768px) {
  h1 {
    font-size: 42px;
    font-size: "2.625rem";
  }
  h2 {
    font-size: 36px;
    font-size: "2.25rem";
  }
  h3 {
    font-size: 30px;
    font-size: "1.875rem";
  }
  h4 {
    font-size: 26px;
    font-size: "1.625rem";
  }
}

a {
  color: #E2231A;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

a.link-text {
  text-decoration: underline;
}

a.link-text:hover {
  text-decoration: none;
}

p {
  margin: 0 0 1em;
}

.sfContentBlock ul, .sfContentBlock ol {
  padding-left: 1.5em;
  margin: 0 0 1em;
}

blockquote {
  margin: 1em 1.5em;
  padding-left: 1.5em;
  border-left: 5px solid #d9d9d9;
}

.smallest {
  font-size: 0.8em;
}

.smaller {
  font-size: 0.9em;
}

.larger {
  font-size: 1.1em;
}

.largest {
  font-size: 1.2em;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.strike {
  text-decoration: line-through;
}

.nowrap {
  white-space: nowrap;
}

.important {
  color: red;
  font-weight: bold;
  text-transform: uppercase;
}

.button, .sfcommentsSubmitBtnWrp [type="submit"], .sfSearchButton, .btn {
  display: inline-block;
  padding: 0.47em 1.2em;
  border: 0;
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background: #E2231A;
  transition: all 0.2s ease-out;
}

.button:hover, .sfcommentsSubmitBtnWrp [type="submit"]:hover, .sfSearchButton:hover, .button:focus, .sfcommentsSubmitBtnWrp [type="submit"]:focus, .sfSearchButton:focus, .btn:hover, .btn:focus {
  text-decoration: none;
  background: #a91d17;
}

.button.primary, .sfcommentsSubmitBtnWrp .primary[type="submit"], .primary.sfSearchButton, .button.violet, .registration-page .pricing-table .col.col_1 a.button.btn, .registration-page .pricing-table .col.col_1 .sfcommentsSubmitBtnWrp a.btn[type="submit"], .sfcommentsSubmitBtnWrp .registration-page .pricing-table .col.col_1 a.btn[type="submit"], .registration-page .pricing-table .col.col_1 a.btn.sfSearchButton, .sfcommentsSubmitBtnWrp .violet[type="submit"], .violet.sfSearchButton, .btn.primary, .btn.violet, .registration-page .pricing-table .col.col_1 a.btn {
  background: #E2231A;
}

.button.primary:hover, .sfcommentsSubmitBtnWrp .primary[type="submit"]:hover, .primary.sfSearchButton:hover, .button.violet:hover, .registration-page .pricing-table .col.col_1 a.button.btn:hover, .registration-page .pricing-table .col.col_1 .sfcommentsSubmitBtnWrp a.btn[type="submit"]:hover, .sfcommentsSubmitBtnWrp .registration-page .pricing-table .col.col_1 a.btn[type="submit"]:hover, .registration-page .pricing-table .col.col_1 a.btn.sfSearchButton:hover, .sfcommentsSubmitBtnWrp .violet[type="submit"]:hover, .violet.sfSearchButton:hover, .btn.primary:hover, .btn.violet:hover, .registration-page .pricing-table .col.col_1 a.btn:hover {
  background: #a91d17;
}

.button.secondary, .sfcommentsSubmitBtnWrp .secondary[type="submit"], .secondary.sfSearchButton, .button.cyan, .registration-page .pricing-table .col.col_2 a.button.btn, .registration-page .pricing-table .col.col_2 .sfcommentsSubmitBtnWrp a.btn[type="submit"], .sfcommentsSubmitBtnWrp .registration-page .pricing-table .col.col_2 a.btn[type="submit"], .registration-page .pricing-table .col.col_2 a.btn.sfSearchButton, .sfcommentsSubmitBtnWrp .cyan[type="submit"], .cyan.sfSearchButton, .btn.secondary, .btn.cyan, .registration-page .pricing-table .col.col_2 a.btn {
  background: #26CAD3;
}

.button.secondary:hover, .sfcommentsSubmitBtnWrp .secondary[type="submit"]:hover, .secondary.sfSearchButton:hover, .button.cyan:hover, .registration-page .pricing-table .col.col_2 a.button.btn:hover, .registration-page .pricing-table .col.col_2 .sfcommentsSubmitBtnWrp a.btn[type="submit"]:hover, .sfcommentsSubmitBtnWrp .registration-page .pricing-table .col.col_2 a.btn[type="submit"]:hover, .registration-page .pricing-table .col.col_2 a.btn.sfSearchButton:hover, .sfcommentsSubmitBtnWrp .cyan[type="submit"]:hover, .cyan.sfSearchButton:hover, .btn.secondary:hover, .btn.cyan:hover, .registration-page .pricing-table .col.col_2 a.btn:hover {
  background: #1a8e94;
}

.button.tertiary, .sfcommentsSubmitBtnWrp .tertiary[type="submit"], .tertiary.sfSearchButton, .button.teal, .registration-page .pricing-table .col.col_3 a.button.btn, .registration-page .pricing-table .col.col_3 .sfcommentsSubmitBtnWrp a.btn[type="submit"], .sfcommentsSubmitBtnWrp .registration-page .pricing-table .col.col_3 a.btn[type="submit"], .registration-page .pricing-table .col.col_3 a.btn.sfSearchButton, .sfcommentsSubmitBtnWrp .teal[type="submit"], .teal.sfSearchButton, .btn.tertiary, .btn.teal, .registration-page .pricing-table .col.col_3 a.btn {
  background: #FF8300;
}

.button.tertiary:hover, .sfcommentsSubmitBtnWrp .tertiary[type="submit"]:hover, .tertiary.sfSearchButton:hover, .button.teal:hover, .registration-page .pricing-table .col.col_3 a.button.btn:hover, .registration-page .pricing-table .col.col_3 .sfcommentsSubmitBtnWrp a.btn[type="submit"]:hover, .sfcommentsSubmitBtnWrp .registration-page .pricing-table .col.col_3 a.btn[type="submit"]:hover, .registration-page .pricing-table .col.col_3 a.btn.sfSearchButton:hover, .sfcommentsSubmitBtnWrp .teal[type="submit"]:hover, .teal.sfSearchButton:hover, .btn.tertiary:hover, .btn.teal:hover, .registration-page .pricing-table .col.col_3 a.btn:hover {
  background: #ca6802;
}

.section-spacer {
  margin-bottom: 40px;
}

/* ================================================================
   Grid Styles
   ================================================================ */
.container, .container.sf_cols {
  position: relative;
  margin: 0 auto;
  padding: 0;
  min-width: 16em;
  max-width: 64em;
  transition: all 0.1s linear;
}

.lt-ie9 .container, .lt-ie9 .container.sf_cols {
  zoom: 1;
}

.container:before, .container:after, .container.sf_cols:before, .container.sf_cols:after {
  content: " ";
  display: table;
}

.container:after, .container.sf_cols:after {
  clear: both;
}

.container [class*="grid-"], .container.sf_cols [class*="grid-"] {
  position: relative;
  float: left;
  padding: 0 10px;
  width: 100%;
  transition: all 0.2s linear;
}

.container .alpha, .container.sf_cols .alpha {
  padding-left: 0;
}

.container .omega, .container.sf_cols .omega {
  padding-right: 0;
}

.container .paddless, .container.sf_cols .paddless {
  padding: 0;
}

/* ## Embedded clearfix on container ## */
.nested {
  margin: 0 -10px;
}

/* ## Setup for Padding ## */
.gutterless {
  padding: 0 10px;
}

.gutterless > [class*="grid-"] {
  padding: 0 !important;
}

.s-1half > [class*="grid-"] {
  width: 50%;
}

/* show & hide base helpers */
.s-showInline {
  display: inline !important;
  visibility: visible !important;
}

.s-showBlock {
  display: block !important;
  visibility: visible !important;
}

.s-hide {
  display: none !important;
  visibility: hidden !important;
}

/* ## 16px baseline (480px - 767px) sw = small wide ## */
@media (min-width: 30em) {
  .sw-grid .grid-1 {
    width: 8.333%;
  }
  .sw-grid .grid-2 {
    width: 16.666%;
  }
  .sw-grid .grid-3 {
    width: 25%;
  }
  .sw-grid .grid-4 {
    width: 33.333%;
  }
  .sw-grid .grid-5 {
    width: 41.666%;
  }
  .sw-grid .grid-6 {
    width: 50%;
  }
  .sw-grid .grid-7 {
    width: 58.333%;
  }
  .sw-grid .grid-8 {
    width: 66.666%;
  }
  .sw-grid .grid-9 {
    width: 75%;
  }
  .sw-grid .grid-10 {
    width: 83.333%;
  }
  .sw-grid .grid-11 {
    width: 91.666%;
  }
  .sw-grid .grid-12 {
    width: 100%;
  }
  .sw-1half > [class*="grid-"] {
    width: 50%;
  }
  .sw-1half > [class*="push-"] {
    left: 50%;
  }
  .sw-1half > [class*="pull-"] {
    left: -50%;
  }
  .sw-1third > [class*="grid-"] {
    width: 33.333%;
  }
  .sw-1third > [class*="push-"] {
    left: 33.333%;
  }
  .sw-1third > [class*="pull-"] {
    left: -33.333%;
  }
  .sw-stack > [class*="grid-"] {
    width: 100%;
  }
  /* show & hide base helpers */
  .sw-showInline {
    display: inline !important;
    visibility: visible !important;
  }
  .sw-showBlock {
    display: block !important;
    visibility: visible !important;
  }
  .sw-hide {
    display: none !important;
    visibility: hidden !important;
  }
}

/* ## 16px baseline (768px) m = medium ## */
@media (min-width: 768px) {
  .container .grid-1, .container.sf_cols .grid-1 {
    width: 8.333%;
  }
  .container .grid-2, .container.sf_cols .grid-2 {
    width: 16.666%;
  }
  .container .grid-3, .container.sf_cols .grid-3 {
    width: 25%;
  }
  .container .grid-4, .container.sf_cols .grid-4 {
    width: 33.333%;
  }
  .container .grid-5, .container.sf_cols .grid-5 {
    width: 41.666%;
  }
  .container .grid-6, .container.sf_cols .grid-6 {
    width: 50%;
  }
  .container .grid-7, .container.sf_cols .grid-7 {
    width: 58.333%;
  }
  .container .grid-8, .container.sf_cols .grid-8 {
    width: 66.666%;
  }
  .container .grid-9, .container.sf_cols .grid-9 {
    width: 75%;
  }
  .container .grid-10, .container.sf_cols .grid-10 {
    width: 83.333%;
  }
  .container .grid-11, .container.sf_cols .grid-11 {
    width: 91.666%;
  }
  .container .grid-12, .container.sf_cols .grid-12 {
    width: 100%;
  }
  .container .push-1, .container.sf_cols .push-1 {
    left: 8.333%;
  }
  .container .push-2, .container.sf_cols .push-2 {
    left: 16.666%;
  }
  .container .push-3, .container.sf_cols .push-3 {
    left: 25%;
  }
  .container .push-4, .container.sf_cols .push-4 {
    left: 33.333%;
  }
  .container .push-5, .container.sf_cols .push-5 {
    left: 41.666%;
  }
  .container .push-6, .container.sf_cols .push-6 {
    left: 50%;
  }
  .container .push-7, .container.sf_cols .push-7 {
    left: 58.333%;
  }
  .container .push-8, .container.sf_cols .push-8 {
    left: 66.666%;
  }
  .container .push-9, .container.sf_cols .push-9 {
    left: 75%;
  }
  .container .push-10, .container.sf_cols .push-10 {
    left: 83.333%;
  }
  .container .push-11, .container.sf_cols .push-11 {
    left: 91.666%;
  }
  .container .push-12, .container.sf_cols .push-12 {
    left: 100%;
  }
  .container .pull-1, .container.sf_cols .pull-1 {
    left: -8.333%;
  }
  .container .pull-2, .container.sf_cols .pull-2 {
    left: -16.666%;
  }
  .container .pull-3, .container.sf_cols .pull-3 {
    left: -25%;
  }
  .container .pull-4, .container.sf_cols .pull-4 {
    left: -33.333%;
  }
  .container .pull-5, .container.sf_cols .pull-5 {
    left: -41.666%;
  }
  .container .pull-6, .container.sf_cols .pull-6 {
    left: -50%;
  }
  .container .pull-7, .container.sf_cols .pull-7 {
    left: -58.333%;
  }
  .container .pull-8, .container.sf_cols .pull-8 {
    left: -66.666%;
  }
  .container .pull-9, .container.sf_cols .pull-9 {
    left: -75%;
  }
  .container .pull-10, .container.sf_cols .pull-10 {
    left: -83.333%;
  }
  .container .pull-11, .container.sf_cols .pull-11 {
    left: -91.666%;
  }
  .container .pull-12, .container.sf_cols .pull-12 {
    left: -100%;
  }
}

/* ## 16px baseline (768px - 959px) m = medium ## */
@media only screen and (min-width: 48em) and (max-width: 59.938em) {
  .m-1half > [class*="grid-"] {
    width: 50%;
  }
  .m-1half > [class*="push-"] {
    left: 50%;
  }
  .m-1half > [class*="pull-"] {
    left: -50%;
  }
  .m-1half > [class*="prefix-"] {
    margin-left: 0;
  }
  .m-1half > [class*="suffix-"] {
    margin-right: 0;
  }
  .m-1third > [class*="grid-"] {
    width: 33.333%;
  }
  .m-1third > [class*="push-"] {
    left: 33.333%;
  }
  .m-1third > [class*="pull-"] {
    left: -33.333%;
  }
  .m-1fourth > [class*="grid-"] {
    width: 25%;
  }
  .m-1fourth > [class*="push-"] {
    left: 25%;
  }
  .m-1fourth > [class*="pull-"] {
    left: -25%;
  }
  .m-2thirds-left > [class*="grid-"] {
    width: 50%;
  }
  .m-2thirds-left > [class*="grid-"]:nth-child(2n) {
    width: 33.333%;
  }
  .m-2thirds-left > [class*="grid-"]:nth-child(2n+1) {
    width: 66.666%;
  }
  .m-2thirds-left > [class*="push-"],
  .m-2thirds-left > [class*="pull-"] {
    left: 0;
  }
  .m-2thirds-left > [class*="prefix-"] {
    margin-left: 0;
  }
  .m-2thirds-left > [class*="suffix-"] {
    margin-right: 0;
  }
  .m-2thirds-right > [class*="grid-"] {
    width: 50%;
  }
  .m-2thirds-right > [class*="grid-"]:nth-child(2n) {
    width: 66.666%;
  }
  .m-2thirds-right > [class*="grid-"]:nth-child(2n+1) {
    width: 33.333%;
  }
  .m-2thirds-right > [class*="push-"],
  .m-2thirds-right > [class*="pull-"] {
    left: 0;
  }
  .m-2thirds-right > [class*="prefix-"] {
    margin-left: 0;
  }
  .m-2thirds-right > [class*="suffix-"] {
    margin-right: 0;
  }
  .m-stack > [class*="grid-"] {
    width: 100%;
  }
  .m-stack > [class*="push-"],
  .m-stack > [class*="pull-"] {
    left: 0;
  }
  /* show & hide base helpers */
  .m-showInline {
    display: inline !important;
    visibility: visible !important;
  }
  .m-showBlock {
    display: block !important;
    visibility: visible !important;
  }
  .m-hide {
    display: none !important;
    visibility: hidden !important;
  }
}

/* ## 16px baseline (960px - 1139px) mw = medium wide ## */
@media (min-width: 60em) and (max-width: 71.188em) {
  /* show & hide base helpers */
  .mw-showInline {
    display: inline !important;
    visibility: visible !important;
  }
  .mw-showBlock {
    display: block !important;
    visibility: visible !important;
  }
  .mw-hide {
    display: none !important;
    visibility: hidden !important;
  }
}

/* ## 16px baseline (1140px +) l = large ## */
@media (min-width: 72em) {
  /* show & hide base helpers */
  .l-showInline {
    display: inline !important;
    visibility: visible !important;
  }
  .l-showBlock {
    display: block !important;
    visibility: visible !important;
  }
  .l-hide {
    display: none !important;
    visibility: hidden !important;
  }
}

/*================================================================
                 ALTERNATE ROW/COLUMN FLUID STYLES
================================================================*/
.row {
  margin: 0 -10px;
}

.row .column {
  padding: 0 10px;
}

@media (min-width: 30em) {
  .row.floating {
    *zoom: 1;
  }
  .row.floating:before, .row.floating:after {
    content: " ";
    display: table;
  }
  .row.floating:after {
    clear: both;
  }
  .row.floating .column {
    float: left;
    width: 50%;
  }
  .row.floating .column:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 40em) {
  .row.flexing {
    display: table;
    margin: 0;
    width: 100%;
  }
  .row.flexing.fixed {
    table-layout: fixed;
  }
  .row.flexing .column {
    display: table-cell;
    vertical-align: top;
  }
  .row.flexing .column:first-child {
    padding-left: 0;
  }
  .row.flexing .column:last-child {
    padding-right: 0;
  }
}

@media (min-width: 48em) {
  .row.floating .column {
    width: 33.333%;
  }
  .row.floating .column:nth-child(2n + 1) {
    clear: none;
  }
  .row.floating .column:nth-child(3n + 1) {
    clear: left;
  }
}

@media (min-width: 60em) {
  .row.floating .column {
    width: 20%;
    clear: none;
  }
  .row.floating .column:nth-child(5n + 1) {
    clear: left;
  }
}

/* Equal Height Columns */
.eqh-row {
  display: block;
  margin-bottom: 20px;
}

.eqh-row .eqh-col {
  display: block;
}

.eqh-row .eqh-col + .eqh-col {
  margin-top: 20px;
}

.eqh-row .eqh-col .eqh-in {
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  .eqh-row {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
  }
  .eqh-row.gutter-2x .eqh-col {
    padding: 0 40px;
  }
  .eqh-row .eqh-col {
    display: table-cell;
    height: 100%;
    padding: 0 10px;
    position: relative;
    vertical-align: top;
  }
  .eqh-row .eqh-col:first-child {
    padding-left: 0;
  }
  .eqh-row .eqh-col:last-child {
    padding-right: 0;
  }
  .eqh-row .eqh-col .eqh-in {
    display: table;
    height: 100%;
  }
  .eqh-row.m-7-5 .eqh-col:first-child {
    width: 58.333%;
  }
  .eqh-row.m-5-7 .eqh-col:first-child {
    width: 41.666%;
  }
}

/* IE 11 Fix */
.eqh-row.ie11fix .eqh-col {
  overflow: hidden;
}

.eqh-row.ie11fix .eqh-col > .sf_colsIn {
  margin-top: -100%;
  padding-top: 100%;
  position: relative;
}

/**/
/* ================================================================
   BOOTSTRAP GRID
   ================================================================ */
.container {
  width: 100%;
  max-width: 64em;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.938em;
  padding-right: 0.938em;
}

/* 
 ** In case you want this instead of the width/max-width above.

@media (min-width: $bp-m) {
  .container { width: $bp-m - $grid-gutter-em; }
}

@media (min-width: $bp-mw) {
  .container { width: $bp-mw - $grid-gutter-em; }
}

@media (min-width: $bp-l) {
  .container { width: $bp-l - $grid-gutter-em; }
}
*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.938em;
  padding-right: 0.938em;
}

.row {
  margin-left: -0.938em;
  margin-right: -0.938em;
}

.container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}

.container:after, .container-fluid:after, .row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.938em;
  padding-right: 0.938em;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 48em) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 60em) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 72em) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/***/
/* ================================================================
   Icon Font Styles
   ================================================================ */
@font-face {
  font-family: "icomoon";
  src: url("../Fonts/icomoon.eot");
  src: url("../Fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../Fonts/icomoon.woff") format("woff"), url("../Fonts/icomoon.ttf") format("truetype"), url("../Fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: attr(data-icon);
}

[class*="icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

strong {color: #ff8300 }

/* ================================================================
   SVG Styles
   ================================================================ */
.sfPageEditorWrp .sfPageWrapper * {
  position: static;
}

.sfPageEditorWrp .header  {
  height: auto !important;
}

.sf_cols {
  width: auto;
}

/* ================================================================
=  Header
=  ================================================================ */
.header  {
  background: #E2231A;
  height: 65px;
}

.header  .container [class*="grid-"] {
  padding: 0;
}

.header  .site-logo {
  position: absolute;
  top: 0;
  left: 10px;
}

.header  .site-logo svg.icon {
  fill: white;
  width: 150px;
  height: 50px;
  margin-top: 8px;
}

@media (min-width: 960px) {
  .header  .site-logo svg.icon {
    width: 200px;
    height: 70px;
    margin-top: 15px;
  }
}

.header  .toggle-menu-external {
  display: block;
  float: right;
  position: relative;
  z-index: 999999;
  margin-top: 14px;
  margin-right: 20px;
}

.header  .toggle-menu-external button {
  background: none;
  border: none;
}

.header  .toggle-menu-external button svg.icon {
  fill: white;
  width: 34px;
  height: 34px;
}

.header  .nav-container {
  background: #FF8300;
  text-align: right;
  width: 100%;
  position: absolute;
  top: 65px; right:0;
  z-index: 100;
}

.header  .secondary-nav {
  list-style-type: none;
  padding: 10px 0 0 0;
  line-height: 100%;
}

.header  .secondary-nav ul {
  float: none;
}

.header  .secondary-nav li {
  display: block;
  padding: 12px;
  float: none;
}

.header  .secondary-nav li a {
  color: #ffb700;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}

.header  .secondary-nav li a span {
  margin: 0 !important;
  padding: 0 !important;
}

.header  .secondary-nav li a:hover .rtsLink:hover .rtsTxt {
  text-decoration: none;
}

@media (min-width: 960px) {
  .header  .secondary-nav ul li a:hover .rtsLink:hover .rtsTxt {
    text-decoration: underline;
  }
}

.header  .social-links {
  line-height: 100%;
  vertical-align: middle;
  display: none;
}

.header  .social-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header  .social-links ul li {
  display: inline-block;
}

.header  .social-links ul li + li {
  margin-left: 3px;
}

.header  .social-links ul li a svg.icon {
  fill: white;
  width: 22px;
  height: 22px;
}

.header  .social-links ul li a:hover svg.icon {
  fill: #FFB700;
}

.header  .primary-nav {
  padding: 0 0 10px 0;
}

.header  .primary-nav ul {
  background: none;
  display: block;
  margin:0; padding: 0;
}

.header  .primary-nav ul li {
  background: #E2231A;
  border: 0;
  float: none;
  display: block;
  padding: 12px;
  -webkit-transition:background 0.3s ease-in-out;
     -moz-transition:background 0.3s ease-in-out;
          transition:background 0.3s ease-in-out;
}
.header  .primary-nav ul li:hover {background: #26CAD3;}

.header  .primary-nav ul li a {
  display: block;
  background: none;
  font-size: 16px;
  line-height: 100%;
  text-transform: none;
  padding: 0;
  text-align: left;
  color: white;
}

.header  .primary-nav ul li a:hover {
    
  text-decoration: none;
}

.header  .primary-nav ul li a span {
  margin-right: 0 !important;
  padding: 0 !important;
}

@media (min-width: 960px) {
    .header  .primary-nav ul li {background:none !important;}
  .header  .primary-nav ul li a:hover {
      
    text-decoration: underline;
  }
}

@media (min-width: 960px) {
  .header  {
    height: 95px;
  }
  .header  .container [class*="grid-"] {
    padding: 0 10px;
  }
  .header  .nav-container {
    background: none;
    text-align: right;
    position: static;
    overflow: hidden;
    padding: 20px 0 0 0;
  }
  .header  .secondary-nav {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    margin: 0 0.5em 0 0;
  }
  .header  .secondary-nav li {
    display: inline-block;
    padding: 0;
  }
  .header  .secondary-nav li a {
    color: #FFB700;
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
  }
  .header  .secondary-nav li + li {
    margin-left: 20px;
  }
  .header  .social-links {
    display: inline-block;
    vertical-align: inherit;
    margin-left: 10px;
  }
  .header  .primary-nav {
    margin-top: 10px;
    padding: 0;
    float: right;
  }
  .header  .primary-nav ul {
    display: block;
  }
  .header  .primary-nav ul li {
    padding: 0;
    display: inline-block;
  }
  .header  .primary-nav ul li + li {
    padding-left: 30px;
  }
  .header  .primary-nav a, .header  .primary-nav a span {
    text-transform: uppercase;
    font-size: 14px;
    height: auto;
    padding: 0;
  }
}

/**/
/* ================================================================
=  Site Top
=  ================================================================ */
.site-top {
  position: relative;
}

/**/
/* ================================================================
=  Main
=  ================================================================ */
/* Home Page Sections */
.about-the-meeting h2 {
  color: #26CAD3;
}

.about-the-meeting p a {
  text-decoration: underline;
}

.about-the-meeting p a:hover {
  text-decoration: none;
}

.important-dates h2 {
  color: #E2231A;
}

@media (min-width: 768px) {
  .important-dates {
    padding-right: 0 !important;
    display: table-cell;
    height: 100%;
  }
  .important-dates .col {
    width: 50%;
    float: left;
  }
}

.important-dates .dates ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.important-dates .dates ul li .date {
  color: #26CAD3;
  font-weight: 700;
}

.important-dates .aside .btn {
  display: block;
  margin-bottom: 10px;
}

/* Interior Sections */
.main {
  min-height: 500px;
  margin-bottom: 40px;
}

.main .container {
  display: table;
  width: 100%;
}

.main .container.page-content {
  margin-bottom: 40px;
}

.main .container.page-content .content {
  margin-bottom: 40px;
}

.main .container.page-content .content .sfimageWrp {
  margin-bottom: 20px;
}

.main .container.page-content .content img[width="800"] {
  width: 800px;
}

.main .container.page-content .content img[width="500"] {
  width: 500px;
}

.main .container.page-content .content img[width="240"] {
  width: 240px;
}

.main .container.page-content .content img[width="100"] {
  width: 100px;
}

.main .container.page-content .content img[width="100"] {
  width: 100px;
}

.main .container.page-content .content img[style*="float: left;"] {
  margin: 0 20px 20px 0;
  margin-left: 0;
}

.main .container.page-content .content img[style*="float: right;"] {
  margin: 0 0 20px 20px;
}

.main .container .grid-4 {
  display: table-footer-group;
  float: none;
}

.main .container .grid-8 {
  display: table-cell;
  float: none;
}

.contentBorder {border: 1px solid #343e48; padding: 15px; margin: 10px 0;}

@media (min-width: 768px) {
  .main .container {
    display: block;
  }
  .main .container [class*="grid-"] {
    display: block;
    float: left;
  }
  .main .container.page-content .content {
    margin-bottom: 0;
  }
}

/* Content Top */
.main:focus {
  outline: none;
}

.main .content-top {
  margin-bottom: 20px;
}

.main .content-top .top-logos--content {
  max-width: 100%;
}

/* Content Typography */
.main .page-content h1 {
  color: #26CAD3;
  font-size: 42px;
  font-size: "2.625rem";
}

.main .page-content h2 {
  color: #26CAD3;
  font-size: 38px;
  font-size: "2.375rem";
}

.main .page-content h3 {
  color: #26CAD3;
  font-size: 30px;
  font-size: "1.875rem";
  font-weight: 400;
  margin-top: 0;
}

.main .page-content h4 {
  font-size: 20px;
  font-size: "1.25rem";
  font-weight: 400;
  margin-top: 0;
}

.main .page-content h1.violet, .main .page-content h2.violet, .main .page-content h3.violet, .main .page-content h4.violet {
  color: #E2231A;
}

.main .page-content h1.cyan, .main .page-content h2.cyan, .main .page-content h3.cyan, .main .page-content h4.cyan {
  color: #26CAD3;
}

.main .page-content h1.teal, .main .page-content h2.teal, .main .page-content h3.teal, .main .page-content h4.teal {
  color: #FF8300;
}

.main .page-content .content p a:not(.button) {
  text-decoration: underline;
}

.main .page-content .content p a:not(.button):hover {
  text-decoration: none;
}

/* Registration Page */
.registration-page {
  padding-top: 10px;
}

.registration-page .article .aside {
  width: 100%;
  height: 152px;
  position: relative;
}

.registration-page .article .content .detail .title {
  color: #E2231A;
  font-size: 30px;
  font-size: "1.875rem";
}

.registration-page .article .content .detail .highlight {
  color: #FF8300;
  font-size: 20px;
  font-size: "1.25rem";
}

@media (min-width: 480px) {
  .registration-page .article .aside {
    height: 250px;
  }
}

@media (min-width: 768px) {
  .registration-page .article .aside {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .registration-page .article .content .detail .title {
    color: #E2231A;
    font-size: 30px;
    font-size: "1.875rem";
  }
  .registration-page .article .content .detail .highlight {
    color: #FF8300;
    font-size: 20px;
    font-size: "1.25rem";
  }
}

.registration-page .pricing-table {
  margin-bottom: 190px;
  /* columns */
}

.registration-page .pricing-table h3 {
  font-size: 26px;
  font-size: "1.625rem";
  font-weight: 700;
}

.registration-page .pricing-table dl:after {
  content: "";
  display: table;
  clear: both;
}

.registration-page .pricing-table dl dt {
  width: 60%;
  float: left;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 16px;
  font-size: "1rem";
}

.registration-page .pricing-table dl dt:last-of-type {
  font-weight: 700;
}

.registration-page .pricing-table dl dd {
  width: 40%;
  float: left;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 20px;
  font-size: "1.25rem";
  padding-top: 16px;
  text-align: right;
}

.registration-page .pricing-table dl dd:last-of-type {
  font-weight: 700;
}

.registration-page .pricing-table .btn {
  display: block;
  padding: 14px 36px;
  margin-bottom: 40px;
}

@media (min-width: 480px) {
  .registration-page .pricing-table .btn {
    display: inline-block;
  }
}

.registration-page .pricing-table ol {
  list-style-type: none;
}

.registration-page .pricing-table ol li {
  position: relative;
}

.registration-page .pricing-table ol li:before {
  content: "";
  background: #26CAD3;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-bottom: 32px solid #66c7ed;
  border-left: 32px solid transparent;
  position: absolute;
  top: 3px;
  left: -40px;
}

.registration-page .pricing-table ol li:after {
  content: "1";
  color: white;
  text-align: center;
  font-size: 23px;
  font-size: "1.4375rem";
  font-weight: 700;
  position: absolute;
  top: 3px;
  left: -40px;
  width: 32px;
}

.registration-page .pricing-table ol li:nth-child(2):before {
  background: #FF8300;
  border-bottom: 32px solid #7dbcb4;
}

.registration-page .pricing-table ol li:nth-child(2):after {
  content: "2";
}

.registration-page .pricing-table ol li + li {
  margin-top: 20px;
}

.registration-page .pricing-table .col.col_1 h3 {
  color: #E2231A;
}

.registration-page .pricing-table .col.col_1 dl dt:last-of-type {
  color: #E2231A;
}

.registration-page .pricing-table .col.col_1 dl dd:last-of-type {
  color: #E2231A;
}

.registration-page .pricing-table .col.col_2 h3 {
  color: #26CAD3;
}

.registration-page .pricing-table .col.col_2 dl dt:last-of-type {
  color: #26CAD3;
}

.registration-page .pricing-table .col.col_2 dl dd:last-of-type {
  color: #26CAD3;
}

.registration-page .pricing-table .col.col_3 h3 {
  color: #FF8300;
}

.registration-page .pricing-table .col.col_3 dl dt:last-of-type {
  color: #FF8300;
}

.registration-page .pricing-table .col.col_3 dl dd:last-of-type {
  color: #FF8300;
}

.registration-page .pricing-table .col.aside {
  margin-bottom: 190px;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -170px;
}

.registration-page .pricing-table .col.aside h3 {
  color: #E2231A;
}

.registration-page .pricing-table .col.aside p {
  color: #26CAD3;
}

.registration-page .pricing-table .col.aside dl {
  margin-bottom: 0;
}

.registration-page .pricing-table .col.aside dl dt {
  color: #FF8300;
  margin-bottom: 10px;
  line-height: 20px;
}

.registration-page .pricing-table .col.aside dl dd {
  color: #FF8300;
  line-height: 20px;
  margin-bottom: 10px;
  padding-top: 0;
}

@media (min-width: 768px) {
  .registration-page .pricing-table {
    padding: 0 !important;
  }
  .registration-page .pricing-table .col {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    width: 33.333%;
    float: left;
    padding: 0 20px;
  }
  .registration-page .pricing-table .col-second {
    background: #f2f2f2;
  }
  .registration-page .pricing-table .col.aside {
    width: calc(33.333% - 20px);
    position: absolute;
    bottom: -50px;
    right: 10px;
    left: auto;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .registration-page .pricing-table h3 {
    font-size: 19px;
    font-size: "1.1875rem";
    font-weight: 700;
  }
}

.registration-page .orators .orator {
  margin-bottom: 40px;
  max-width: 100%;
}

.registration-page .orators .orator:after {
  content: "";
  display: table;
  clear: both;
}

.registration-page .orators .orator .aside {
  padding: 20px;
  position: relative;
  width: 171px;
  margin-top: 30px;
  z-index: 1;
}

.registration-page .orators .orator .aside:after {
  content: "";
  background: rgba(38, 143, 130, 0.5);
  display: block;
  width: 171px;
  height: 171px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-bottom: 171px solid #FF8300;
  border-left: 171px solid transparent;
  z-index: -1;
}

.registration-page .orators .orator .content h3 {
  font-size: 30px;
  font-size: "1.875rem";
  margin-top: -30px;
  margin-left: 20px;
  padding: 40px 10px 10px 10px;
  display: block;
  position: relative;
  border: 2px solid #303e48;
  z-index: 0;
}

.registration-page .orators .orator .content h3 span {
  font-size: 20px;
  font-size: "1.25rem";
  display: block;
}

.registration-page .orators .orator:nth-child(1) .aside:after {
  background: #a59aca;
  border-bottom: 171px solid #E2231A;
}

.registration-page .orators .orator:nth-child(1) .content h3 {
  color: #E2231A;
}

.registration-page .orators .orator:nth-child(1) .content h3 span {
  color: #9285bf;
}

.registration-page .orators .orator:nth-child(2) .aside:after {
  background: #80d0f0;
  border-bottom: 171px solid #26CAD3;
}

.registration-page .orators .orator:nth-child(2) .content h3 {
  color: #26CAD3;
}

.registration-page .orators .orator:nth-child(2) .content h3 span {
  color: #66c7ed;
}

.registration-page .orators .orator:nth-child(3) .aside:after {
  background: #93c7c1;
  border-bottom: 171px solid #FF8300;
}

.registration-page .orators .orator:nth-child(3) .content h3 {
  color: #FF8300;
}

.registration-page .orators .orator:nth-child(3) .content h3 span {
  color: #7dbcb4;
}

@media (min-width: 768px) {
  .registration-page .orators .orator {
    max-width: 75%;
  }
  .registration-page .orators .orator .aside {
    float: left;
  }
  .registration-page .orators .orator .content {
    float: left;
    width: calc(100% - 220px);
    margin-left: 40px;
  }
  .registration-page .orators .orator .content h3 {
    width: 450px;
    margin-left: -170px;
    padding: 10px 10px 15px 170px;
  }
}

@media (min-width: 768px) {
  .registration-page {
    padding-top: 100px;
  }
}

/**/
/* ================================================================
=  Rail
=  ================================================================ */
.side-rail {
  padding: 10px;
}

@media (min-width: 768px) {
  .side-rail {
    padding-right: 10px;
  }
}

.important-dates--aside {
  padding: 20px !important;
}

.important-dates--aside .col {
  float: none;
  width: 100%;
}

@media (min-width: 1024px) {
  .important-dates--aside .col {
    width: 80%;
  }
}

/**/
/* ================================================================
=  Site Bottom
=  ================================================================ */
.sponsors:after {
  content: "";
  display: table;
  clear: both;
}

.sponsors .title {
  color: white;
  background: #E2231A;
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
  padding: 10px 20px;
  position: relative;
  width: calc(100% - 20px);
}

.sponsors .title:after {
  content: "";
  background: none;
  border: 2px solid #303e48;
  display: block;
  position: absolute;
  top: -20px;
  left: 40px;
  height: 100%;
  width: calc(100% - 20px);
  z-index: -1;
}

.sponsors .title br {
  display: none;
}

.sponsors .logos ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.sponsors .logos ul:after {
  content: "";
  display: table;
  clear: both;
}

.sponsors .logos ul li {
  display: block;
  position: relative;
  text-align: center;
  float: left;
  width: 33.333%;
  height: 100px;
}

.sponsors .logos ul li img {
  width: 60%;
  position: relative;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

@media (min-width: 480px) {
  .sponsors .logos ul li {
    width: 20%;
  }
}

@media (min-width: 48em) {
  .sponsors .title {
    float: left;
    width: auto;
  }
  .sponsors .title br {
    display: block;
  }
  .sponsors .logos {
    float: left;
    width: calc(100% - 280px);
    margin-left: 50px;
  }
  .sponsors .logos ul {
    vertical-align: middle;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
}

.sponsor-slider .slick-track {
    display: table;
    width:100%;
}
.sponsor-slider .sponsor-item.slick-slide {
    float:none;
    position:relative;
    display: table-cell;
    vertical-align: middle;
    min-height:150px;
    padding:0 10px 2em;
}
.sponsor-slider .sponsor-item:after {
    position:absolute;
    bottom:0; left:50%;
    display: block;
    padding-left:20px;
    font-size:12px;
    font-weight:900;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
         transform:translateX(-50%);
}
.sponsor-slider .sponsor-item.gold:after {
    content:'Gold Sponsor';
    background:url(star-gold.png) no-repeat left center;
    color: #e9cf3d;
}
.sponsor-slider .sponsor-item.silver:after {
    content:'Silver Sponsor';
    background:url(star-silver.png) no-repeat left center;
    color: #989898;
}
.sponsor-slider .sponsor-item.bronze:after {
    content:'Bronze Sponsor';
    background:url(star-bronze.png) no-repeat left center;
    color: #b8802d;
}

.sponsor-slider .sponsor-item a.item-link {
    display: block;
    text-decoration: none;
}
.sponsor-slider .sponsor-item a.item-link:hover,
.sponsor-slider .sponsor-item a.item-link:focus {text-decoration:none;}

.sponsor-slider .sponsor-item .media img {width:100%;}

@media(min-width:48em){
    .sponsors .sponsor-slider {
        float: left;
        width:calc(100% - 280px);
        margin-left:50px;
    }
}

.venue .aside {
  position: relative;
  height: 200px;
}

.venue .aside .featuredimage {
  height: 150px;
  width: calc(100% - 50px);
  margin: 0 auto;
  position: absolute;
  left: 30px;
}

.venue .aside .featuredimage:before {
  content: "";
  background: none;
  border: 2px solid #303e48;
  display: block;
  position: absolute;
  top: -20px;
  left: 40px;
  height: 100%;
  width: calc(100% - 20px);
  z-index: -1;
}

.venue .aside .featuredimage:after {
  content: "";
  background: rgba(38, 143, 130, 0.5);
  display: none;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -20px;
  left: -20px;
  border-bottom: 80px solid #FF8300;
  border-left: 80px solid transparent;
  z-index: -1;
}

.venue .aside .featured-image:after {display: none !important}

.venue .content .detail .title {
  color: #E2231A;
  font-size: 30px;
  font-size: "1.875rem";
}

.venue .content .detail .highlight {
  color: #FF8300;
  font-size: 20px;
  font-size: "1.25rem";
}

.venue .content .detail .address a {
  text-decoration: underline;
}

.venue .content .detail .address a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .venue {
    border: 2px solid #303e48;
    margin-left: 110px;
    padding: 20px;
  }
  .venue:after {
    content: "";
    display: table;
    clear: both;
  }
  .venue .aside {
    width: calc(60% - 120px);
    height: calc(100% - 40px);
    float: left;
    position: absolute;
  }
  .venue .aside .featuredimage {
    top: 0;
    left: -100px;
    width: calc(100% + 100px);
    height: 100%;
  }
  .venue .aside .featuredimage:before {
    content: none;
  }
  .venue .aside .featuredimage:after {
    left: -30px;
    bottom: -30px;
  }
  .venue .content {
    width: 40%;
    float: right;
  }
  .venue .content .address p {
    margin-bottom: 0;
  }
}

.bottom-nav {
  margin-bottom: 40px;
}

.bottom-nav h4 {
  color: #FF8300;
  font-size: 20px;
  font-size: "1.25rem";
  font-weight: 400;
  margin-bottom: 10px;
}

.bottom-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.bottom-nav ul li a {
  color: #888;
}

@media (min-width: 768px) {
  .bottom-nav {
    margin-left: 110px;
  }
}
.ornamentation-bottom {display: none !important}
/**/
/* ================================================================
=  Footer
=  ================================================================ */
.footer {
  background: #E2231A;
  padding: 25px 0;
}

.footer .copy {
  color: white;
  font-size: 14px;
  font-size: "0.875rem";
}

.footer .address {
  color: #FFB700;
  font-size: 14px;
  font-size: "0.875rem";
}

.footer .address p {
  margin-bottom: 0;
}

.footer .address a {
  color: #FFB700;
  text-decoration: underline;
}

.footer .address a:hover {
  text-decoration: none;
}

.footer .site-logo {
  margin-top: 20px;
  max-width: 312px;
}

.footer .site-logo .tagline {
  color: white;
  display: block;
  text-align: left;
}

@media (min-width: 768px) {
  .footer .site-logo {
    margin-top: 0;
    float: right;
  }
}

/*.ornamentation-bottom {
  background: url(colored-squares.png) 85% bottom no-repeat;
  background-size:auto auto;
  display: none;
  position: absolute;
  bottom: 300px;
  left: 0;
  right: 0;
  top: auto;
  width: 100%;
  height: 401px;
  z-index: -999;
}

@media (min-width: 1024px) {
  .ornamentation-bottom {
    display: block;
  }
}*/

.footer {
  position: relative;
  top: 36px;
  margin-top: 40px;

  /*&:before {
			content: "";
			background: $color-tertiary;
			display: block;
			width: 100%;
			height: 40px;
			max-width: 1280px;
			position: absolute;
			top: -40px;
			left: 50%;
			transform: translateX(-50%);
		}*/
}

.footer .register-now-cta a {
  color: white;
  background: #FF8300;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 40px;
  max-width: 1280px;
  padding: 10px;
  display: block;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: -40px;
  left: 50%;
}

.footer .register-now-cta a:hover {
  background: #cc6a03;
  text-decoration: none;
}

.footer-registration {
  margin-bottom: 10px;
}

.footer-registration .col {
  width: 100%;
}

.footer-registration .col-cta .btn {
  width: 100%;
  padding: 20px;
}

.footer-registration .col-cta .btn svg.icon {
  fill: white;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: bottom;
}

.footer-registration .col-branding {
  background: #26CAD3;
  text-align: center;
  padding: 10px;
}

.footer-registration .col-branding .tagline {
  color: white;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.footer-registration .col-branding .site-logo {
  width: 250px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .footer-registration {
    margin-bottom: 60px;
  }
  .footer-registration .col {
    float: left;
  }
  .footer-registration .col-cta {
    width: 250px;
  }
  .footer-registration .col-cta .btn {
    width: 100%;
    height: 60px;
    padding: 20px;
  }
  .footer-registration .col-cta svg.icon {
    fill: white;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: bottom;
  }
  .footer-registration .col-branding {
    background: #26CAD3;
    width: calc(100% - 250px);
    height: 60px;
    text-align: right;
    padding: 10px 20px;
  }
  .footer-registration .col-branding .tagline {
    color: white;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .footer-registration .col-branding .site-logo {
    width: 110px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
  }
  .footer-registration .col-branding .site-logo img {
    width: 250px;
    height: 37px;
    max-width: 250px;
  }
}

@media (min-width: 960px) {
  .footer-registration .col-branding .site-logo {
    width: 250px;
  }
}

.footer .footer-menu {
  color: white;
  margin-bottom: 20px;
  font-size: .9em
}

.footer .footer-menu h5 {
  color: white;
  font-size: 18px;
  font-size: "1.125rem";
  margin-bottom:0;
}

.footer .footer-menu a {
  color: white;
}

.footer .footer-menu a:hover {
  color: white;
  text-decoration: underline;
}

/**/
/* ==========================================================================
   Comments - Styles
   ========================================================================== */
/* Comments
   ========================================================================== */
.sfcommentsFormWrp, .sfcommentsListWrp {
  margin-top: 2em;
}

.sfcommentsTitle {
  margin-bottom: 10px;
}

/* Comment List
   ========================================================================== */
.sfcommentsList {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}

.sfcommentsList > li {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px;
  background: #f2f2f2;
}

.sfcommentsList > li + li {
  margin-top: 20px;
}

.sfcommentNumber {
  display: none;
}

.sfcommentDate:before {
  content: ' - ';
}

/* Post Comment
   ========================================================================== */
.sfcommentsFieldsList {
  display: block;
  margin: 0;
  padding: 0;
}

.sfcommentsFieldsList > li {
  position: relative;
  display: block;
  margin: 0 0 1em;
}

.sfcommentsFieldsList > li.sfcommentEditor {
  float: none;
  width: auto;
  clear: both;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.sfcommentsFieldsList .sfTxt {
  width: 100%;
}

.sfcommentsFieldsList .sfTxtLbl {
  font-weight: bold;
}

.sfcommentsFieldsList .sfNote {
  font-size: 0.9em;
  font-weight: normal;
  font-style: normal;
}

/* Error Message
   ========================================================================== */
.sfError {
  margin-top: 5px;
  padding: 10px 20px;
  background: red;
  color: #fff;
  font-size: 12px;
  font-size: "0.75rem";
}

/* ==========================================================================
   Global Modules
   - We define modules as larger content that usually have a listing and detailed view.
   - Examples: Events, News, Testimonials
   ========================================================================== */
/* Meta Content
   - This is content that extends or defines the content that it is pared with.
   - Examples: date, author, tag
   ========================================================================== */
.meta {
  display: block;
  margin: 0 0 1em;
  padding: 0;
}

.meta-item {
  display: inline-block;
}

.meta-item:after {
  content: '\2022';
  display: inline-block;
  padding: 0 0.5em 0 0.2em;
}

.meta-item:last-child:after {
  display: none;
}

.sfTags {
  display: inline-block;
}

.sfTagsList {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.sfTagsList li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.sfTagsList span {
  display: inline-block;
  padding: 2px 6px;
  font-size: 10px;
  font-size: "0.625rem";
  font-weight: bold;
  font-family: Arial, sans-serif;
  background: #e6e6e6;
  color: gray;
  text-transform: uppercase;
  border-radius: 4px;
  vertical-align: text-bottom;
}

.sfTagsList span[data-tag="Featured"] {
  background: #eea236;
  color: #fff;
}

/* Core Module Styles
   - Provides core styling for modules
   ========================================================================== */
.module {
  margin-bottom: 1em;
}

.module > .title {
  margin-bottom: 1em;
}

.module .summary {
  margin-bottom: 1em;
  font-weight: bold;
  font-style: italic;
}

.module .content {
  margin-bottom: 1em;
}

.module .back {
  text-transform: capitalize;
}

/* Core List Styles
   - Provides core styling for item list
   ========================================================================== */
.list {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}

.list > .item {
  position: relative;
  display: block;
  padding: 0;
}

.list > .item + .item {
  margin-top: 20px;
}

.list > .item .aside {
  margin: 1em auto;
  max-width: 200px;
}

/* Module List
   - Provides core styling for Module Lists
   ========================================================================== */
.module-list .item .title {
  margin: 0 0 10px;
}

.module-list .item .title a {
  text-decoration: none;
}

.module-list .item .title a:hover, .module-list .item .title a:focus {
  text-decoration: underline;
}

.module-list .item .meta {
  margin-bottom: 10px;
  font-size: 0.85em;
}

.module-list .item .summary {
  margin-bottom: 10px;
  font-size: .9em;
}

.module-list .item .more {
  text-transform: capitalize;
}

/* Module Rail
   - Provides core styling for rail modules
   ========================================================================== */
.module-rail {
  margin-bottom: 1em;
  background: #f2f2f2;
}

.module-rail .module-header .title {
  margin: 0;
  padding: 10px;
  background: #E2231A;
  color: #fff;
}

.module-rail .module-header .title a {
  color: #fff;
}

.module-rail > .list {
  padding: 10px;
}

.module-rail > .list .title {
  margin-bottom: 0;
}

.module-rail > .list .meta {
  font-size: 0.85em;
}

.content-toggle {
  cursor: pointer;
}

.content-toggle .toggle-icon {
  position: absolute;
  top: -12px;
  right: 0;
}

.content-toggle .toggle-icon:before, .content-toggle .toggle-icon:after {
  content: '';
  display: block;
  position: absolute;
  background: #000;
}

.content-toggle .toggle-icon:after {
  right: 20px;
  top: 40px;
  width: 18px;
  height: 3px;
}

.content-toggle .toggle-icon:before {
  right: 28px;
  top: 33px;
  width: 3px;
  height: 18px;
}

.active .content-toggle .toggle-icon:before {
  height: 0;
}

.widget-rail .widget {
  position: relative;
  background: #b8bdbe;
}

.widget-rail .widget h3 {
  color: #000;
}

.widget-rail .widget.alt {
  background: #c1a01e;
}

.widget-rail .widget.alt h3 {
  color: #fff;
}

.widget {
  padding: 15px 10px 10px;
  margin-bottom: 10px;
  /* TODO: FIX FONT SIZE */
}

.widget h3 {
  margin-bottom: 10px;
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 50px;
}

.widget .widget-content {
  padding-bottom: 10px;
}

.widget .widget-content.content-collapsed {
  display: none;
}

.widget.active .content-collapsed {
  display: block;
}

.widget .item-list a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}

.widget .slick-slide {
  margin: 0 5px;
  background: #b8bdbe;
  padding: 20px;
}

.widget.no-slide {
  background: #b8bdbe;
}

.widget.alt {
  background: #c1a01e;
}

.widget.alt h3, .widget.alt h4 {
  color: #fff;
}

.widget.alt .item-list a {
  color: #fff;
}

.widget.alt .slick-slide {
  background: #c1a01e;
}

.widget.alt.no-slide {
  background: #c1a01e;
}

.widget.alt .item-carousel {
  color: #fff;
  /* TODO: FIX FONT SIZE */
}

.widget.alt .item-carousel h4 {
  font-size: 25px;
  margin: 0 0 20px;
  line-height: 35px;
  font-weight: 200;
}

.widget.alt .item-carousel .button-arrow {
  color: #fff;
}

.widget.alt .item-carousel .button-arrow:after {
  border-left-color: #fff;
}

.widget.alt .item-carousel .slick-prev, .widget.alt .item-carousel .slick-next {
  top: -75px;
  width: 15px;
  height: 15px;
  text-align: center;
}

.widget.alt .item-carousel .slick-prev:before, .widget.alt .item-carousel .slick-next:before {
  content: '';
  display: block;
  position: absolute;
  top: 24%;
}

.widget.alt .item-carousel .slick-prev {
  left: 90%;
}

.widget.alt .item-carousel .slick-prev:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 11px solid #fff;
}

.widget.alt .item-carousel .slick-next {
  right: 0;
}

.widget.alt .item-carousel .slick-next:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 11px solid #fff;
}

.item-list.no-bul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 5px;
}

.item-carousel {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ================================================================
   Page Meta Area
    - Breadcrumbs
    - Page Tools
   ================================================================ */
.page-meta {
  margin-bottom: 2em;
}

/* Page Tools (Print | Email | Share)
   ================================================================ */
.page-tools {
  display: none;
  float: right;
  padding-right: 1em;
  font-size: 13px;
  font-size: "0.8125rem";
}

.page-tools ul {
  display: block;
  margin: 0;
  padding: 0;
}

.page-tools li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.page-tools a {
  display: block;
  padding: 0 0.5em;
  line-height: 1em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Times New Roman, serif;
  color: #231f20;
  font-size: 14px;
  font-size: "0.875rem";
}

.page-tools a:before {
  margin-right: 0.4em;
}

.page-tools a[title="Print"]:before {
  content: '';
}

.page-tools a[title="Email"]:before {
  content: '';
}

.page-tools a[title="Share"]:before {
  content: '';
}

/* Breadcrumbs
   ================================================================ */
.breadcrumb {
  margin: 0;
  padding: 0 0 10px 45px;
  list-style: none;
}

.breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: .85em;
  padding-right: 15px;
}

.breadcrumb li:after {
  content: '>';
  display: block;
  position: absolute;
  right: 2px;
  top: -1px;
}

.breadcrumb li:last-child:after {
  display: none;
}

/* Breadcrumbs Legacy
   ================================================================ */
/* Instructions:

#Breadcrumbs

 - Make sure you remove the Separator (or "crumb") from the widget by removing all the contents from the widget's Advanced -> NodeSeperatorMarkup. There's almost never a time when we can't add the behavior we want to a :before state.
 - We have different crumb styles predefined. Currently we have [triangle, font] but will add [dot, line, image, none]

*/
/*
$breadcrumb-color: $color-primary !default; // Color to be used for the base (not the current page)
$breadcrumb-font-size: $font-size-base;
$breadcrumb-current-color: $color-base !default; // Color of the current page
$breadcrumb-type: triangle !default; // Valid options will be [triangle, dot, line, image, font, none]
$breadcrumb-type-triangle-height: 3px !default; // Triangle size
$breadcrumb-type-triangle-width: 3px !default; // Triangle size
$breadcrumb-type-font-size: 14px !default;
$breadcrumb-type-font-color: $breadcrumb-color !default;

.sfBreadcrumbWrp {
  float: left;
  @include x-rem(font-size, $breadcrumb-font-size);

  .RadSiteMap {
	color: inherit;
	font-family: inherit;

	.rsmFlow {
	  @extend .clearfix;
	  text-align: left;
	  padding-bottom: 0;
	}

	.rsmItem {
	  position: relative;
	  font-size: inherit;
	  font-weight: normal;
	  display: block;
	  float: left;
	  clear: none;

	  + .rsmItem {
		padding-left: 20px;

		&:before {
		  content: '';
		  display: block;
		  position: absolute;
		  top: 50%;
		  left: 9px;
		  width: 0px;
		  height: 0px;

		  @if $breadcrumb-type == triangle {
			margin-top: -$breadcrumb-type-triangle-height;
			border-style: solid;
			border-width: $breadcrumb-type-triangle-height 0 $breadcrumb-type-triangle-height $breadcrumb-type-triangle-width;
			border-color: transparent transparent transparent $color-primary;
		  }

		  @if $breadcrumb-type == font {
			content: '>';
			margin-top: -($breadcrumb-font-size / 2) - 1px;
			margin-left: -2px;
			line-height: 1em;
			font-family: $font-heading;
			color: $breadcrumb-type-font-color;
		  }

		}

		&:last-child {
		  .rsmLink {
			color: $breadcrumb-current-color;
			cursor: default;
		  }
		}
	  }

	  .rsmLink {
		display: block;
		padding: 0;
		color: $breadcrumb-color;
		font-family: $font-heading;
		@include x-rem(font-size, $breadcrumb-font-size);

		&:hover, &:focus {
		  border: none;
		  background: none;
		}
	  }
	}
  }
}

// We're covering the crumb above. This is hiding it in case we forget to remove it from the advanced properties
.sfBreadcrumbNodeSeparator {
  display: none;
}
*/
/* ================================================================

#Pagination

Standard Sitefinity pager. Builds off of the format: 

`<div class="sf_pagerNumeric"><a class="sf_PagerCurrent" href="#">1</a><a href="#">2</a><a href="#">3</a><a href="#">4</a></div>`

   ================================================================ */
.sf_pagerNumeric {
  margin: 0 0 1em;
  text-align: right;
}

.sf_pagerNumeric a {
  display: inline-block;
  padding: 0 0.2em;
  font-family: Times New Roman, serif;
  font-size: 14px;
  font-size: "0.875rem";
  color: #E2231A;
  text-transform: uppercase;
  text-decoration: none;
}

.sf_pagerNumeric a:hover, .sf_pagerNumeric a:focus {
  text-decoration: underline;
}

.sf_pagerNumeric a.disabled {
  color: #999999;
}

.sf_pagerNumeric a.disabled:hover, .sf_pagerNumeric a.disabled:focus {
  text-decoration: none;
}

.sf_pagerNumeric span {
  display: inline-block;
  padding: 0 0.2em;
  font-family: Times New Roman, serif;
  font-size: 14px;
  font-size: "0.875rem";
  text-transform: uppercase;
  color: #999999;
}

.sf_pagerNumeric .next:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #E2231A;
}

.sf_pagerNumeric .next.disabled:before, .sf_pagerNumeric .next:hover:before, .sf_pagerNumeric .next:focus:before {
  border-color: transparent transparent transparent #999999;
}

.sf_pagerNumeric .prev:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 5px 3px 0;
  border-color: transparent #E2231A transparent transparent;
}

.sf_pagerNumeric .prev.disabled:before, .sf_pagerNumeric .prev:hover:before, .sf_pagerNumeric .prev:focus:before {
  border-color: transparent #999999 transparent transparent;
}

.sf_pagerNumeric .sf_PagerCurrent {
  color: #999999;
}

.sf_pagerNumeric .sf_PagerCurrent:hover, .sf_pagerNumeric .sf_PagerCurrent:focus {
  text-decoration: none;
}

/* ==========================================================================
   Search
   - All search related styles will go here.
   - Examples: Header Search, Search details
   ========================================================================== */
/* Search Box Basic
   - Basic styling for the search box
   ========================================================================== */
.search-toggle {
  display: none;
}

.header  .search-toggle {
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 999;
}

.header  .search-toggle svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

.header  .search-region .btn {
  padding: .35em 1.2em;
  height: 37px;
}

.search-btn-txt {
  display: none;
}

.search-btn-icon {
  display: block;
}

.search-btn-icon svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

.ui-autocomplete {
  background: #fff;
  padding: 15px;
  list-style: none;
  max-width: 392px;
}

.ui-autocomplete li {
  padding: 5px;
  cursor: pointer;
}

.ui-autocomplete li:hover {
  background: #efefef;
}

/* Search Box Header
   - Styling for the search box found in the header
   ========================================================================== */
.header  .form-inline {
  display: none;
  position: relative;
  padding: 10px;
}

.header  .form-inline .btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.header  .form-inline .form-control {
  width: 100%;
  padding: 7px;
  box-sizing: border-box;
  height: 37px;
}

.header  .sfsearchBox {
  position: absolute;
  top: 0;
  right: 0;
}

.header  .sfsearchBox .sfsearchSubmit {
  position: relative;
  top: 2px;
  left: 2px;
  color: #fff;
  font-size: 24px;
}

.header  .sfsearchBox .sfsearchSubmit:hover, .header  .sfsearchBox .sfsearchSubmit:focus {
  color: rgba(255, 255, 255, 0.75);
}

.header  .sfsearchBox .sfSearchButton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* ================================================================
   Search Results
   ================================================================ */
.sfsearchResultsWrp dd {
  margin-left: 0;
}

.sfsearchResultsWrp .sfsearchResultTitle {
  display: inline-block;
  margin-top: 1em;
}

.sfsearchResultsWrp .sfsearchResultTitle:first-child {
  margin-top: 0;
}

.sfsearchResultsWrp .sfsearchResultSnippet {
  display: none;
}

.sfsearchResultsWrp .sfsearchResultUrl {
  display: inline-block;
  font-size: 12px;
  font-size: "0.75rem";
}

.sfsearchResultsWrp .sfsearchResultUrl a {
  display: inline-block;
  font-weight: normal;
}

.sfsearchResultsWrp .sfsearchResultUrl a:before {
  content: '(';
}

.sfsearchResultsWrp .sfsearchResultUrl a:after {
  content: ')';
}

.sf-search-results {
  margin-bottom: 20px;
}

.sf-media .sf-img-thmb a {
  display: block;
  width: 120px;
  height: 90px;
  overflow: hidden;
}

.sf-media .sf-video-thmb {
  position: relative;
  width: 120px;
  height: 90px;
  background-color: #000;
}

.sf-media .sf-video-thmb a {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  height: 70px;
  overflow: hidden;
}

.sf-media .sf-video-thmb a .sf-icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.8;
}

.sf-media .sf-video-thmb a .sf-icon-play:hover {
  background-color: #333333;
}

.sf-media .sf-video-thmb a .sf-icon-play:before {
  content: '';
  display: block;
  position: absolute;
  left: 12px;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}

.sf-media .sf-media-body h3 {
  margin-top: 0;
}

ul.sf-autocomplete {
  position: absolute;
  padding: 0;
  border: 1px solid #ccc;
  background: #fff;
  list-style: none;
}

ul.sf-autocomplete a {
  padding: 3px;
  display: block;
  color: #000;
}

ul.sf-autocomplete a.ui-state-focus {
  background-color: #eee;
}

ul.sf-autocomplete a:hover, ul.sf-autocomplete a:focus {
  cursor: pointer;
  text-decoration: none;
}

/* ================================================================
   SF LOADING
   ================================================================ */
.sf-loading:before, .sf-loading:after, .sf-loading > span {
  display: inline-block;
  height: 30px;
  width: 6px;
  background-color: #9cc5f7;
  -webkit-animation: stretchdelay 1.1s infinite ease-in-out;
          animation: stretchdelay 1.1s infinite ease-in-out;
}

.sf-loading {
  position: relative;
  margin: -5px 0 0 12px;
  height: 30px;
  width: 6px;
}

.sf-loading:before, .sf-loading:after {
  content: " ";
  position: absolute;
  top: 0;
}

.sf-loading:before {
  left: -10px;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.sf-loading:after {
  right: -10px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.sf-loading-wrapper {
  position: absolute;
  z-index: 902;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.sf-loading-wrapper .sf-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    background-color: #105ab5;
  }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    background-color: #105ab5;
  }
}

/* ================================================================
   SF SOCIAL SHARE
   ================================================================ */
.sf-social-share li {
  display: inline-block;
  vertical-align: top;
}

.sf-social-share span {
  display: inline-block;
}

.sf-share-button {
  display: inline-block;
  padding: 5px 5px 0 2px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  vertical-align: top;
  font-size: 12px;
  color: #000;
  line-height: 1;
  transition: background .2s ease;
}

.sf-share-button:hover, .sf-share-button:focus {
  text-decoration: none;
  background: #efefef;
  color: #000;
}

.sf-share-button > span {
  margin-top: -3px;
}

.sf-share-button > strong {
  vertical-align: top;
  font-weight: 400;
}

.sf-icon-blogger, .sf-icon-delicious, .sf-icon-digg, .sf-icon-facebook, .sf-icon-google, .sf-icon-linkedin,
.sf-icon-mailto, .sf-icon-myspace, .sf-icon-reddit, .sf-icon-stumble-upon, .sf-icon-tumblr, .sf-icon-twitter {
 .backgroundimage: url(../images/social-share-sprite.png);
  width: 16px;
  height: 16px;
}

.sf-icon-blogger {
  background-position: -16px 0;
}

.sf-icon-delicious {
  background-position: 0px -32px;
}

.sf-icon-digg {
  background-position: 0px -16px;
}

.sf-icon-facebook {
  background-position: -16px -16px;
}

.sf-icon-google {
  background-position: -32px 0;
}

.sf-icon-linkedin {
  background-position: -32px -16px;
}

.sf-icon-mailto {
  background-position: 0 0;
}

.sf-icon-myspace {
  background-position: -16px -32px;
}

.sf-icon-reddit {
  background-position: -32px -32px;
}

.sf-icon-stumble-upon {
  background-position: -48px 0;
}

.sf-icon-tumblr {
  background-position: -48px -16px;
}

.sf-icon-twitter {
  background-position: -48px -32px;
}

/* Featured Image */
.aside.image-container {
  position: relative;
}

.featuredimage {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.backgroundimage div {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

/* ================================================================
   Tab Styles
   ================================================================ */
/* Responsive Tabs */
/* Mobile First 
.tab-section {
	background: #e8e8e8;
	border: 1px solid #222;
}

.tab-section + .tab-section {
	border-top-width: 0;
}

.tab-content {
	padding: 1em;
	background: #fff;
}

.js .tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.tab-nav {
	display: none;
}

.tab-header {
	display: block;
	padding: 1em;
	color: #5a5a5a;
	cursor: pointer;
	text-decoration: none;
}

.tab-header:hover, .tab-header:focus {
	background: #dcdcdc;
	text-decoration: none;
}

.js .tab-header:before {
	content: '\2b\a0';
}

.js .tab-header.active:before {
	content: '\2013\a0';
}*/
/* Large View - for most sites, min-width should be 60em or 40em, for this demo it's 30em
@media (min-width: 30em) {
	.tab-nav {
		display: block;
	}

	.tab-nav a {
		display: block;
		padding: 0.5em 1.5em;
		float: left;
		background: #e8e8e8;
		color: #5a5a5a;
		text-decoration: none;
	}

	.tab-nav a:hover, .tab-nav a:focus {
		text-decoration: none;
		background: #fff;
	}

	.tab-nav a.active {
		background: #fff;
	}

	.tab-header {
		display: none;
	}

	.tabPanel {
	}

	.tab-content {
		padding: 1em
	}

	.tab-section {
		display: none;
	}

	.tab-section  + .tab-section {
		border-top-width: 1px;
	}

	.tab-section.active {
		display: block;
	}

	.tab-section.active .tab-content {
		display: block;
	}

	.no-js .tab-section {
		display: block;
	}  
} */
/* ******************************************************
   MODULES
        - Tool specific module styling
        - Styles here should be for.... individual tools (news, events, etc..)
        - Pulls from styles within _globals.scss (which contains generic module styles, comments, pagination, etc..)
        
        * INCLUDED IN THIS FILE:
            - Alerts
            - Banners
            - Events
            - FAQs
            - SF Out of box module styling
                - SF Default Gallery
                - SF Profile
   ****************************************************** */
/* ================================================================
=  Alerts
=  ================================================================ */
.alert-mod {
  margin: 0;
  padding-top: 20px;
}

.alert-list {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}

.alert-list li {
  position: relative;
  display: block;
  margin: 0 0 10px;
}

.alert {
  position: relative;
  padding: 20px 20px;
}

.alert .title {
  display: inline;
  margin: 0;
  padding-right: 0.5em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  font-size: "1rem";
}

.alert .title:after {
  content: ':';
}

.alert .title a {
  text-decoration: none;
}

.alert .title a:hover, .alert .title a:focus {
  text-decoration: underline;
}

.alert .desc {
  display: inline;
  margin: 0;
  padding-right: 0.5em;
  font-size: 16px;
  font-size: "1rem";
}

.alert p {
  margin: 0;
}

.alert .more {
  display: inline-block;
  padding-left: 0.7em;
  border-left: 2px solid #fff;
  font-size: 14px;
  font-size: "0.875rem";
  line-height: 16px;
  line-height: "1rem";
  text-decoration: none;
  text-transform: uppercase;
}

.alert .more:hover, .alert .more:focus {
  text-decoration: underline;
}

.alert:before {
  position: absolute;
  left: 0.6em;
  top: 0.3em;
  font-size: 32px;
  font-size: "2rem";
}

.alert.alert-Emergency {
  background: #cc0001;
  color: #fff;
}

.alert.alert-Emergency .title, .alert.alert-Emergency a {
  color: #fff;
}

.alert.alert-Emergency .more {
  border-left-color: #fff;
}

.alert.alert-Information {
  background: #ffd401;
  color: #666f80;
}

.alert.alert-Information a {
  color: #666f80;
}

.alert.alert-Information .more {
  border-left-color: #666f80;
}

/* Error Message
	   ========================================================================== */
.sfError {
  margin-top: 5px;
  padding: 10px 20px;
  background: red;
  color: #fff;
  font-size: 12px;
  font-size: "0.75rem";
}

/**/
/* ==========================================================================
=  Banners
=  ========================================================================== */
.banner {
  display: block;
  position: relative;
}

.banner .media {
  margin: 0;
  padding: 0;
}

.banner .media img {
  width: 100%;
  max-width: none;
}

.banner .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.callout-section .listing .list {
  list-style-type: none;
  display: block;
  width: 100%;
}

.callout-section .listing .list .item .sub-callout .detail {
  position: relative;
  height: 100%;
}

.callout-section .listing .list .item .sub-callout .detail .underlay {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 160px;
}

.callout-section .listing .list .item .sub-callout .detail .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.callout-section .listing .list .item .sub-callout .detail .content {
  position: relative;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}

.callout-section .listing .list .item .sub-callout .detail .content .headline span {
  font-weight: 700;
}

@media (min-width: 768px) {
  .callout-section .listing .list {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    list-style-type: none;
  }
  .callout-section .listing .list .item {
    display: table-cell;
    height: 100%;
    padding: 0 10px;
    position: relative;
    vertical-align: top;
    text-align: center;
  }
  .callout-section .listing .list .item:first-child {
    padding-left: 0;
  }
  .callout-section .listing .list .item:last-child {
    padding-right: 0;
  }
  .callout-section .listing .list.one .item {
    width: 100%;
  }
  .callout-section .listing .list.two .item {
    width: 50%;
  }
  .callout-section .listing .list.three .item {
    width: 33.33%;
  }
  .callout-section .listing .list.four .item {
    width: 25%;
  }
}

.features-block .sub-callout {
  height: 160px;
}

.features-block .sub-callout .detail.red .overlay:after, 
.features-block .sub-callout .registration-page .pricing-table .col.col_1 a.detail.btn .overlay:after, 
.registration-page .pricing-table .col.col_1 .features-block .sub-callout a.detail.btn .overlay:after {
  border-bottom-color: rgba(226, 35, 26, 0.8);
}

.features-block .sub-callout .detail.cyan .overlay:after, 
.features-block .sub-callout .registration-page .pricing-table .col.col_2 a.detail.btn .overlay:after, 
.registration-page .pricing-table .col.col_2 .features-block .sub-callout a.detail.btn .overlay:after {
  border-bottom-color: rgba(38, 202, 211, 0.8);
}

.features-block .sub-callout .detail.orange .overlay:after, 
.features-block .sub-callout .registration-page .pricing-table .col.col_3 a.detail.btn .overlay:after, 
.registration-page .pricing-table .col.col_3 .features-block .sub-callout a.detail.btn .overlay:after {
  border-bottom-color: rgba(255, 131, 0, 0.8);
}

.features-block .sub-callout .overlay {
  position: relative;
}

.features-block .sub-callout .overlay:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 160px solid rgba(226, 35, 26, 0.8);
  border-left: 211px solid transparent;
}

.features-block .sub-callout .content {
  position: relative;
}

.features-block .sub-callout .headline {
  color: white;
  font-size: 20px;
  font-size: "1.25rem";
  font-weight: 400;
  text-align: left;
  position: absolute;
  bottom: 0;
  right: 10px;
}

.features-block .sub-callout .headline a {display:block; text-align:right; color:#fff;}

.features-block .sub-callout .headline > span {
  display: block;
  font-weight: 700;
}

.sidebar-callout {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  max-width: 350px;
}

/**/
/* ==========================================================================
=  Hero 
=  ========================================================================== */
.hero-unit {
  overflow: hidden;
  margin-bottom: 20px;
}

.hero-unit .featuredimage {
  background-size: cover;
  background-position: 50% 50%;
  height: 230px;
  width: 100%;
  position: absolute;
  top: auto !important;
  left: 0;
}


.hero-unit .container .inner .start {
  background: white;
  padding: 0 10px;

}

.hero-unit .container .inner .middle {
  height: 230px;
  padding-top: 20px;
}

.hero-unit .container .inner .end {
  padding: 20px 10px;
}

.hero-unit .top-logos {
  padding: 20px 0;
  max-width: 640px;
  margin: auto;
}

.hero-unit .top-logos:after {
  content: "";
  display: table;
  clear: both;
}

.hero-unit .event-title {
  text-align: center;
  display: block;
}

.hero-unit .event-title img {
  height: 195px;
}

.hero-unit .title {
  text-align: center;
  width: 200px;
  margin: 0 auto 20px auto;
}

.hero-unit .summary {
  max-width: 640px;
  margin: auto;
  margin-bottom: 30px;
}

.hero-unit .summary p {
  font-size: 14px;
  font-size: "0.875rem";
  line-height: 1.5em;
  margin-bottom: 0;
}

.hero-unit .actions {
  max-width: 640px;
  margin: 0 auto;
}

.hero-unit .actions .btn {
  display: block;
  margin: auto;
  padding: 12px 0;
  text-transform: none;
}

.hero-unit .actions .btn + .btn {
  margin-top: 20px;
}


@media only screen and (max-width: 960px) {
	.hero-unit .featuredimage {background-position: 85% 50%;}
	.hero-unit .container .inner .start {margin: 0 -10px;}
}


@media (min-width: 480px) {
  .hero-unit .top-logos .col:first-child {
    width: 425px;
  }
  .hero-unit .actions .btn {
    width: calc(50% - 10px);
    float: left;
  }
  .hero-unit .actions .btn + .btn {
    margin-top: 0;
    margin-left: 20px;
  }
  .hero-unit .actions .btn:last-child {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

@media (min-width: 768px) {
  .hero-unit .featuredimage {
    height: 340px;
    top: auto;
  }
  .hero-unit .container .inner .start {
    background: white;
    padding: 0 10px;
  }
  .hero-unit .container .inner .middle {
    height: 340px;
    padding-top: 30px;
  }
  .hero-unit .container .inner .end {
    padding: 20px 10px;
  }
  .hero-unit .event-title {
    text-align: center;
    display: block;
  }
  .hero-unit .event-title img {
    height: 290px;
  }
  .hero-unit .title {
    text-align: center;
    width: 340px;
    margin: 0 auto 20px auto;
  }
}


@media (min-width: 1024px) {
  .hero-unit .featuredimage {
    height: 533px;
    top: auto;
  }
  .hero-unit .container .inner .start {
    width: 58.333%;
    float: right;
    padding: 0 20px;
  }
  .hero-unit .container .inner .middle {
    padding: 0;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .hero-unit .container .inner .end {
    background: white;
    width: 58.333%;
    height: 466px;
    float: right;
    padding: 0 20px;
  }
  .hero-unit .top-logos {
    height: auto;
    width: 425px;
    padding: 20px 0 15px 0;
    float: right;
  }
  .hero-unit .top-logos .col {
    display: inline-block;
    vertical-align: top;
  }
  .hero-unit .top-logos .col:first-child {
    width: auto;
    overflow: hidden;
    float: left;
  }

  .hero-unit .top-logos .col img {margin: 0 11px 0 0;}
  .hero-unit .top-logos .col img.ASSCR {height: 60px;}
  .hero-unit .top-logos .col:first-child img {
    max-width: 275px;
  }
  .hero-unit .top-logos .col:last-child {
    height: auto;
    float: right;
  }
  .hero-unit .top-logos .col:last-child img {
    height: auto;
  }
  
  
  .hero-unit .event-title img {
    height: 415px;
  }
  .hero-unit .title {
    text-align: left;
    margin: 10px 0 30px 0;
    width: 100%;
  }
  .hero-unit .summary {
    margin-bottom: 40px;
  }
  .hero-unit .actions {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .hero-unit .actions:after {
    content: "";
    display: table;
    clear: both;
  }
  .hero-unit .actions .btn.btn {
    width: calc(33.333% - 10px);
    float: left;
  }
  .hero-unit .actions .btn.btn + .btn {
    margin-left: 15px;
    margin-top: 0;
  }
}

.site-logo a {float: left;}
.site-logo .hdrDate {float: left; margin: 20px 0 0 20px;}
.subHdrReg {display: none;}
.top-logos {position: relative; z-index: 10;}
.top-logos .col:last-child img {max-height: 60px; height: auto;}
.header .nav-container.active {z-index: 20;}
.sidebar-callout {margin-top: 15px;}
.hero-unit .actions {font-size: 14px;}

.site-logo .hdrReg {display: none !important}
.footer .register-now-cta a {display: none !important}

@media only screen and (min-width:1350px) {

  .site-logo .hdrDate {display: none;}
  .site-logo .hdrReg {margin: 30px 0 0 38px; display: inline-block; }
  .site-logo .hdrReg a {color: #fff; background: #FF8300 !important; font-weight: bold; text-transform: uppercase; padding: 8px 25px;}
  .site-logo .hdrReg a:hover {text-decoration: none; background: #ca6802;}
}

@media only screen and (max-width: 1349px) {
  .top-logos {width: 600px;}
  .subHdrReg {display: inline-block; font-size: 14px;}
  .subHdrReg a {display: inline-block;color: #fff; background: #FF8300; font-weight: bold; text-transform: uppercase; padding: 8px 15px; margin: 0 0 0 25px;}
  .subHdrReg a:hover {text-decoration: none; background: #ca6802;}
  
}
@media only screen and (min-width: 360px) and (max-width:959px) {
  .site-logo .hdrDate {width: 100px; margin-top: 15px;}
}
@media only screen and (max-width:620px) {
  .top-logos {height: auto; width: auto;}
  .subHdrReg {display: block; width: 100%; margin: 20px 0 0 0;}
  .subHdrReg a {width: 100%; display: block; margin: 0;}
}
@media only screen and (max-width:359px) {
  .header .site-logo svg.icon {width: 105px;}
  .site-logo .hdrDate {width: 85px; margin-top: 15px; margin-left: 30px;}
}
  
  
.RadTreeView .rtUL {background:#FF8300 !important}
.RadTreeView > .rtUL {border:1px solid #FF8300 !important}
.RadTreeView.RadTreeView_Sitefinity > ul > li {border-bottom: 1px solid #ff8300}
div.RadTreeView_Sitefinity .rtLI .rtHover .rtIn,
div.RadTreeView_Sitefinity .rtLI .rtSelected.rtHover .rtIn {color: #FF8300}


/**/

/* ================================================================
=  Events
=  ================================================================ */
.event-banner img {
  width: 100%;
}

.event-social.contentBox {
  padding: 0;
}

.event-social.contentBox .media {
  display: none;
}

.event-social.contentBox .content {
  position: static;
  padding-bottom: 36px;
}

.event-detail {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  padding: 20px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-size: "0.8125rem";
  color: #fff;
  background: #6a747c url(../Images/layout/events-details-bg.png) 0 0 no-repeat;
}

.event-detail ul, .event-detail li {
  display: block;
  margin: 0;
  padding: 0;
}

.event-detail li {
  position: relative;
  padding-left: 25px;
}

.event-detail li [class*="icons-"] {
  position: absolute;
  top: 2px;
  left: 3px;
}

.event-detail li [class*="icon-"] {
  position: absolute;
  top: 0;
  left: 3px;
  text-align: center;
  font-size: 14px;
  font-size: "0.875rem";
}

.event-detail li + li {
  margin-top: 0.5em;
}

.event-detail li a {
  color: #fff;
  text-decoration: none;
}

.event-detail li a:hover, .event-detail li a:focus {
  text-decoration: underline;
}

.event-detail .postStamp {
  text-align: center;
}

.event-detail .postStamp .time {
  padding-top: 90px;
  background: none;
}

.event-detail .postStamp .postStampDay {
  font-size: 65px;
  font-size: "4.0625rem";
}

.event-detail .postStamp .postStampMonth {
  font-size: 36px;
  font-size: "2.25rem";
}

.event-detail .postStamp.postStampMulti .time {
  display: inline-block;
  padding-top: 50px;
}

.event-detail .postStamp.postStampMulti .postStampDay {
  font-size: 35px;
  font-size: "2.1875rem";
}

.event-detail .postStamp.postStampMulti .postStampMonth {
  font-size: 26px;
  font-size: "1.625rem";
}

.event-detail .buy {
  margin-top: 1em;
}

.event-detail .buy a {
  position: relative;
  display: block;
  padding: 0.4em 2.5em 0.4em 2em;
  background: #bec6cc;
  color: #6a747c;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.event-detail .buy a + a {
  margin: 2px 0 0;
}

.event-detail .buy a:hover, .event-detail .buy a:focus {
  background: #949da4;
}

.event-detail .buy a:after {
  content: '';
  position: absolute;
  right: 1.5em;
  top: 8px;
}

/**/
/* ==========================================================================
=  FAQs
=  ========================================================================== */
.faq-legend {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 2em;
  border: 1px solid #cccccc;
  background: #f2f2f2;
}

.faq-legend ol {
  margin: 0;
  padding: 0 0.5em 0 15px;
}

.faq-legend li {
  list-style-type: square;
}

.faq-legend li + li {
  margin-top: 0.2em;
}

.faq-legend li a {
  text-decoration: none;
}

.faq-legend li a:hover, .faq-legend li a:focus {
  text-decoration: underline;
}

.faq-details .module-list .item + .item {
  margin-top: 20px;
}

.faq-details .item .title {
  padding-right: 40px;
}

.faq-details .item .top {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 10px;
  font-size: "0.625rem";
  text-transform: uppercase;
  text-decoration: none;
  color: #cccccc;
}

.faq-details .item .top:hover, .faq-details .item .top:focus {
  text-decoration: underline;
}

.faq-details .item .top:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 4px;
  margin-right: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #cccccc transparent;
}

/**/
/* ==========================================================================
=  SF Default Gallery
=  ========================================================================== */
.sf-Gallery h2 {
  margin-top: 10px;
}

.sf-Gallery-thumbs-container {
  overflow: hidden;
}

.sf-Gallery-thumbs {
  margin: 0 -5px;
}

.sf-Gallery-thumbs a {
  display: inline-block;
  margin: 0 5px 10px;
  border: 5px solid transparent;
  width: 130px;
  height: 130px;
  line-height: 120px;
  overflow: hidden;
  cursor: pointer;
}

.sf-Gallery-thumbs a.is-selected {
  border-color: #428bca;
}

.sf-Gallery-thumbs a > img {
  vertical-align: middle;
}

.sf-Gallery-image {
  position: relative;
  height: 600px;
  line-height: 600px;
  margin-top: 30px;
  text-align: center;
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
}

.sf-Gallery-image > img {
  max-height: 100%;
  width: auto;
  display: inline-block;
}

.sf-Gallery-next,
.sf-Gallery-prev {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
  width: 50%;
  padding: 0 50px;
  text-align: left;
  font-size: 40px;
  font-family: Verdana;
  color: #000;
  line-height: 600px;
  text-shadow: 0 0 3px #fff;
  opacity: 0;
  transition: opacity .2s ease;
  background: rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sf-Gallery-next:hover,
.sf-Gallery-prev:hover {
  opacity: 1;
  color: #000;
}

.sf-Gallery-prev {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
}

.sf-Gallery-next {
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
  left: auto;
  right: 0;
  text-align: right;
}

.sf-Gallery-navigation {
  margin: 5px 0 30px;
}

/**/
/* ==========================================================================
=  SF PROFILE
=  ========================================================================== */
.sf-profile .sf-profile-avatar {
  position: relative;
  display: inline-block;
}

.sf-profile .sf-profile-avatar .glyphicon-remove-sign {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #999;
  border-radius: 50%;
  text-decoration: none;
  background: #fff;
}

/**/
/* ==========================================================================
=  Content Box
=  ========================================================================== */
.content-box, .about-the-meeting, .important-dates, .registration-page .pricing-table, .registration-page .pricing-table .col.aside, .important-dates--aside {
  background: white;
  border: 2px solid #303e48;
  padding: 20px;
}

.content-box:after, .about-the-meeting:after, .important-dates:after, .registration-page .pricing-table:after, .registration-page .pricing-table .col.aside:after, .important-dates--aside:after {
  content: "";
  display: table;
  clear: both;
  }
  
.about-the-meeting {font-size: 1em; min-height: 280px; box-sizing: border-box; }



/**/
/* Top Logos */
.top-logos {
  text-align: center;
  height: 90px;
  padding: 20px 0;
  max-width: 640px;
  margin: auto;
}

.top-logos:after {
  content: "";
  display: table;
  clear: both;
}

.top-logos .col {
  display: inline-block;
  vertical-align: top;
}

.top-logos .col:first-child {
  width: 123px;
  overflow: hidden;
  float: left;
}

.top-logos .col:first-child img {
  max-width: 283px;
}

.top-logos .col:last-child {
  float: right;
}

@media (min-width: 480px) {
  .top-logos .col:first-child {
    width: 283px;
  }
}

@media (min-width: 1024px) {
  .top-logos {
    height: auto;
    width: 425px;
    padding: 20px 0 15px 0;
    float: right;
  }
  .top-logos .col {
    display: inline-block;
    vertical-align: top;
  }
  .top-logos .col:first-child {
    width: 275px;
    overflow: hidden;
    float: left;
	margin-top: 13px;
  }
  .top-logos .col:first-child img {
    max-width: 275px;
  }


}
  .top-logos .col:last-child {
    height: 60px;
    float: left;
	margin-left: 20px;
  }
  .top-logos .col:last-child img {

  }
  
  @media only screen and (max-width: 767px) {
	  img.ASSCR {max-height: 40px !important }
  }
/**/
/* ******************************************************
   NAVIGATION
		- All Site Navigation
		
		* INCLUDED IN THIS FILE:
			- Click Menu (Main Nav)
				- Base Styles
				- Drop Down
				- Sliding
				- Mega Menu
			- Rail Navigation
			- Site Map
   ****************************************************** */
/* ================================================================
   CLICK MENU STYLES
   ================================================================ */
.cm-menu a, .cm-menu a:visited {
  color: #fff;
  text-decoration: none;
}

.cm-menu *, .cm-menu *:after, .cm-menu *:before {
  box-sizing: border-box;
}

.cm-menu:focus {
  outline: 3px solid blue;
}

.cm-menu, .cm-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #E2231A;
}

.toggle-menu + .cm-menu, .cm-menu ul {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.cm-menu {
  position: relative;
}

.cm-menu li a {
  display: block;
  padding: 10px;
  position: relative;
  background: #26CAD3;
}

.cm-menu li {
  border-top: 1px solid #26CAD3;
}

.cm-menu li:first-child {
  border-top: 0;
}

.cm-menu li {
  position: relative;
}

.cm-menu .has-sub:after,
.cm-menu .expander-wrap .has-sub > span:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: 2px 0 0 5px;
  border: 5px solid transparent;
  /* Extra is for anti-aliasing issues in firefox and others */
  border: 5px solid transparent;
  border-top-color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.98) translateY(-50%);
      -ms-transform: scale(0.98) translateY(-50%);
          transform: scale(0.98) translateY(-50%);
}

.cm-menu .opened > .has-sub:after,
.cm-menu .opened > .expander-wrap .has-sub > span:after {
  border-top-color: #333;
  -webkit-transform: scale(0.98) translateY(-75%) rotate(-180deg);
      -ms-transform: scale(0.98) translateY(-75%) rotate(-180deg);
          transform: scale(0.98) translateY(-75%) rotate(-180deg);
}

.cm-menu > .opened > a,
.cm-menu > li > a:hover, .cm-menu > li > a:focus,
.cm-menu > li > div > a:hover, .cm-menu > li > div > a:focus {
  color: #333;
  background: #d4d4d4;
}

.cm-menu .expander-wrap .has-sub:hover > span,
.cm-menu .expander-wrap .has-sub:focus > span {
  color: #333;
  background: #d4d4d4;
}

.cm-menu ul .opened > a,
.cm-menu ul a:hover, .cm-menu ul li a:focus {
  background: #444;
}

.cm-menu ul .opened > .has-sub:after,
.cm-menu ul .opened > .expander-wrap .has-sub > span:after {
  border-top-color: #fff;
}

.cm-js-active .cm-menu {
  max-height: 80em;
  opacity: 1;
}

.cm-menu .opened > ul {
  max-height: 80em;
  opacity: 1;
}

/* ================= SEPARATE EXPANDERS OPTION IS ENABLED ================= */
.cm-menu .expander-wrap {
  display: table;
  width: 100%;
}

.cm-menu .expander-wrap a {
  display: table-cell;
}

.cm-menu .expander-wrap .has-sub {
  position: relative;
  width: 30px;
}

.cm-menu .expander-wrap .has-sub:after {
  display: none;
}

.cm-menu .expander-wrap .has-sub > span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #aaa;
}

.cm-menu .expander-wrap .has-sub > span:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: 2px 0 0 5px;
  vertical-align: middle;
  border: 5px solid transparent;
  /* Extra is for anti-aliasing issues in firefox and others */
  border: 5px solid transparent;
  border-top-color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.98) translate(50%, -50%);
      -ms-transform: scale(0.98) translate(50%, -50%);
          transform: scale(0.98) translate(50%, -50%);
}

.cm-menu .opened > .expander-wrap .has-sub > span:after {
  border-top-color: #333;
  -webkit-transform: scale(0.98) translate(50%, -75%) rotate(-180deg);
      -ms-transform: scale(0.98) translate(50%, -75%) rotate(-180deg);
          transform: scale(0.98) translate(50%, -75%) rotate(-180deg);
}

/* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
.no-js .toggle-menu + .cm-menu {
  opacity: 1;
  max-height: 80em;
}

.no-js .cm-menu > li:hover > a {
  background: #333;
}

.no-js .cm-menu ul ul li:hover > a {
  background: #444;
}

.no-js .cm-menu li:hover > ul {
  display: block;
  max-height: 80em;
  opacity: 1;
  width: 100%;
}

.no-js .cm-menu ul {
  display: none;
  overflow: visible;
}

/* ================= MENU OPEN FUNCTIONALITY ADDED ON SETUP ================= */
@media (min-width: 960px) {
  .toggle-menu + .cm-menu {
    max-height: 80em;
    opacity: 1;
    overflow: visible;
  }
  .cm-menu ul {
    top: 100%;
    overflow: hidden;
  }
  .cm-menu .opened > ul {
    max-height: 80em;
    opacity: 1;
  }
  .cm-menu .animated > ul {
    overflow: visible;
    z-index: 10;
  }
  .cm-menu .animating > ul {
    z-index: -1;
  }
}

/*================================================================
				 CLICK MENU MENU TYPES
================================================================*/
/*  NAV BAR STYLE TYPE
	================================================================*/
@media (min-width: 960px) {
  .nav-bar li {
    border-top: 0;
  }
  .nav-bar > ul {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .nav-bar > ul > li {
    display: table-cell;
    vertical-align: middle;
  }
  .nav-bar > ul > li > a {
    display: table;
    width: 100%;
    padding: 0;
  }
  .nav-bar > ul > li > a > span {
    display: table-cell;
    padding: 0 10px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
  }
  .nav-bar > ul > li > ul {
    position: absolute;
  }
  .nav-bar .has-sub span:after {
    position: static;
    margin-top: 10px;
  }
  .nav-bar ul ul .has-sub:after {
    right: 5px;
  }
  .nav-bar ul li li {
    margin: 5px;
  }
  .nav-bar ul li li li {
    margin-left: 0;
    margin-right: 0;
  }
  .nav-bar ul ul a {
    padding: 3px 15px;
    background: #999;
  }
  .nav-bar ul ul a:hover, .nav-bar ul ul a:focus,
  .nav-bar ul ul .opened > a {
    color: #000;
    background: #ddd;
  }
  /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
  .no-js .nav-bar ul ul li:hover > a {
    color: #000;
    background: #ddd;
  }
}

/*  ACCORDION NAVIGATION
	================================================================*/
/* ------------- CURRENTLY KEEPS SMALL SCREEN STYLES -------------- */
/*  DROP DOWN NAVIGATION
	================================================================*/
@media (min-width: 960px) {
  [data-type="dropdown"] ul {
    display: block;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 180px;
    background: #333;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
  }
  [data-type="dropdown"] ul ul {
    top: -5px;
  }
  [data-type="dropdown"] .opened > ul {
    left: 100%;
    max-height: 80em;
    opacity: 1;
  }
  li[data-type="dropdown"]:nth-last-child(-n+2) ul {
    left: auto;
    right: 0;
  }
  li[data-type="dropdown"]:nth-last-child(-n+2) .opened > ul {
    left: auto;
    right: 100%;
  }
  .nav-bar ul li[data-type="dropdown"] li li {
    margin-left: 5px;
    margin-right: 5px;
  }
  [data-type="dropdown"] a + .has-sub {
    width: 0;
    min-height: 0;
    height: 100%;
  }
  [data-type="dropdown"] a + .has-sub > span {
    min-height: 0;
    height: 100%;
  }
  /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
  .no-js .cm-menu [data-type="dropdown"] li:hover > ul {
    left: 100%;
  }
  .no-js .cm-menu [data-type="dropdown"]:nth-last-child(-n+2) ul {
    left: auto;
    right: 0;
  }
  .no-js .cm-menu [data-type="dropdown"]:nth-last-child(-n+2) li:hover > ul {
    left: auto;
    right: 100%;
  }
}

/*  SLIDING MENU NAVIGATION ADJUSTMENTS
	================================================================*/
[data-type="sliding"].opened .sub-menu,
[data-type="sliding"].opened .sub-menu ul {
  max-width: 100%;
}

.cm-menu [data-type="sliding"].opened .sub-menu > ul {
  max-height: 80em;
  opacity: 1;
}

.cm-menu [data-type="sliding"].animated .sub-menu > ul {
  overflow: visible;
  z-index: 10;
}

.cm-menu [data-type="sliding"].animating .sub-menu {
  z-index: -1;
}

@media (min-width: 960px) {
  [data-type="sliding"] .sub-menu {
    position: absolute;
    transition: all 0.4s ease-in-out;
  }
  [data-type="sliding"] .sub-menu > ul {
    display: block;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    width: 180px;
    background: #333;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
  }
  [data-type="sliding"] .sub-menu > ul li {
    position: static;
  }
  [data-type="sliding"] .sub-menu > ul > li > ul {
    position: absolute;
    top: 0;
  }
  [data-type="sliding"] .sub-menu > ul ul {
    position: absolute;
    top: 0;
  }
  [data-type="sliding"] .sub-menu ul ul ul {
    position: static;
    margin: 0;
    padding: 0;
    max-height: 80em;
    width: 100%;
    overflow: hidden;
    background: transparent;
    opacity: 1;
  }
  [data-type="sliding"] .sub-menu ul ul .has-sub {
    color: #fff;
    cursor: default;
  }
  [data-type="sliding"] .sub-menu ul ul .has-sub {
    background: none;
    border-bottom: 1px solid #fff;
  }
  [data-type="sliding"] .sub-menu ul ul .has-sub:after,
  [data-type="sliding"] .sub-menu ul ul .expander-wrap .has-sub {
    display: none;
  }
  [data-type="sliding"] .sub-menu > ul > li > ul > li {
    float: left;
    width: 50%;
    padding: 0 5px;
  }
  [data-type="sliding"] .sub-menu > ul > li > ul > li:nth-child(2n+1) {
    clear: left;
  }
  [data-type="sliding"] .sub-menu > ul > li > ul > .link-landing {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  [data-type="sliding"] .sub-menu > ul > li > ul > .link-landing ~ li:nth-child(2n+1) {
    clear: none;
  }
  [data-type="sliding"] .sub-menu > ul > li > ul > .link-landing ~ li:nth-child(2n+2) {
    clear: left;
  }
  /* ================= ESSENTIAL SLIDING FUNCTIONALITY ================= */
  [data-type="sliding"] .sub-menu.cm-js-inactive {
    position: relative;
    left: 0 !important;
    width: 100% !important;
  }
  [data-type="sliding"] .sub-menu.cm-js-inactive > ul {
    min-width: 100%;
  }
  [data-type="sliding"] .sub-menu.cm-js-inactive > ul > li > ul {
    padding: 0;
    max-width: 0;
  }
  [data-type="sliding"] .sub-menu > ul ul {
    width: 100%;
    margin-left: -5px;
    padding-left: 180px;
    padding-right: 5px;
    z-index: -1;
    opacity: 0;
  }
  [data-type="sliding"] .sub-menu .animated ul {
    opacity: 1;
  }
  [data-type="sliding"].opened .sub-menu, [data-type="sliding"].opened .sub-menu ul {
    max-width: none;
  }
  /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
  .no-js .cm-menu [data-type="sliding"] li:hover > ul {
    left: 100%;
  }
  .no-js .cm-menu [data-type="sliding"]:nth-last-child(-n+2) ul {
    left: auto;
    right: 0;
  }
  .no-js .cm-menu [data-type="sliding"]:nth-last-child(-n+2) li:hover > ul {
    left: auto;
    right: 100%;
  }
}

/*  MEGA MENU NAVIGATION ADJUSTMENTS
	================================================================*/
@media (min-width: 960px) {
  .cm-menu [data-type="mega"] {
    position: static;
  }
  [data-type="mega"] > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    background: #333;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  [data-type="mega"] > ul ul {
    position: static;
    max-height: 80em;
    width: 100%;
    overflow: hidden;
    background: transparent;
    opacity: 1;
  }
  [data-type="mega"] > ul .opened ul {
    margin-left: 0;
  }
  [data-type="mega"] > ul > li {
    float: left;
    width: 25%;
  }
  [data-type="mega"] > ul > li:nth-child(4n+1) {
    clear: left;
  }
  [data-type="mega"] > ul > .link-landing {
    margin: 0;
    width: 100%;
  }
  [data-type="mega"] > ul > .link-landing ~ li:nth-child(4n+1) {
    clear: none;
  }
  [data-type="mega"] > ul > .link-landing ~ li:nth-child(4n+2) {
    clear: left;
  }
  /* ================= OPENED FUNCTIONALITY ADDED ON SETUP ================= */
  [data-type="mega"] a + .has-sub {
    width: 0;
    min-height: 0;
    height: 100%;
  }
  [data-type="mega"] a + .has-sub > span {
    min-height: 0;
    height: 100%;
  }
  [data-type="mega"] ul .has-sub:after {
    display: none;
  }
  [data-type="mega"].opened > ul {
    padding: 20px;
  }
  /* ================= SEPARATE EXPANDERS OPTION IS ENABLED ================= */
  [data-type="mega"] ul a + .has-sub {
    display: none;
  }
  /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
  .no-js .cm-menu [data-type="mega"] ul ul {
    display: block;
  }
}

/*================================================================
				 NAVIGATION TOGGLE STYLES
================================================================*/
.toggle-menu {
  display: block;
  position: relative;
  width: 50px;
  height: 46px;
  background: #333;
}

.toggle-menu:before, .toggle-menu:after, .toggle-menu > span:before {
  content: " ";
  position: absolute;
  left: 15%;
  border-radius: 2px;
  width: 70%;
  height: 3px;
  background: #fff;
}

.toggle-menu:before {
  top: 11px;
}

.toggle-menu:after {
  top: 21px;
}

.toggle-menu > span:before {
  top: 31px;
}

.toggle-menu:hover, .toggle-menu:focus, .js-menu-active .toggle-menu {
  background: #111;
}

@media (min-width: 768px) {
  .toggle-menu {
    display: none;
  }
}

/*================================================================
				 EXTRA OVERWRITE STYLES
================================================================*/
.main:after { 
    background: rgba(0, 0, 0, 0) url("/images/default-source/melbourne18/isscr-date-lockup-with-box.png") no-repeat scroll 5% 2% / 100% auto;
    content: "";
    height: 380px;
    left: 2%;
    opacity: 0.5;
    position: absolute;
    top: 100px;
    width: 301px;
    z-index: -1;}
@media only screen and (min-width: 1550px) and (max-width:1700px) {
  .main:after {width: 225px; height: 280px; }
}
@media only screen and (min-width: 1450px) and (max-width:1549px) {
  .main:after {width: 175px; height: 250px; left: 3%; }
}
@media only screen and (min-width: 1350px) and (max-width: 1449px) {
  .main:after {width: 130px; height: 200px;}
}
@media only screen and (max-width: 1349px) {
  .main:after {background: none; width: 0; height: 0;}
}	
	

.main-nav {
  position: relative;
  z-index: 1000;
}

[data-type="sliding"] .sub-menu .item-banner {
  width: 100%;
}

[data-type="sliding"] .sub-menu .item-banner a {
  text-align: center;
  background: none;
}

[data-type="mega"] .custom-sub {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

[data-type="mega"] .custom-sub ul {
  position: static;
  opacity: 1;
  max-height: 80em;
}

[data-type="mega"] .custom-sub p {
  margin: 10px;
  color: #fff;
}

[data-type="mega"] .custom-sub .banner-wrap {
  width: 100%;
}

[data-type="mega"] .custom-sub .banner-wrap a {
  text-align: center;
  background: none;
}

.cm-menu .opened > .custom-sub {
  max-height: 80em;
  opacity: 1;
  padding: 20px;
}

.cm-menu .animated > .custom-sub {
  overflow: visible;
  z-index: 10;
}

.cm-menu .animating > .custom-sub {
  z-index: -1;
}

@media (min-width: 48em) {
  [data-type="mega"] .custom-sub {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #333;
  }
}

@media (min-width: 48em) {
  .table-row {
    display: table;
    width: 100%;
  }
  .table-col {
    display: table-cell;
    vertical-align: top;
  }
}

.section-nav .opened > ul {
  border-bottom: 1px solid #d4d4d4;
  max-height: 80em;
  opacity: 1;
}

.section-nav .opened > a,
.section-nav .opened > .expander-wrap a {
  border-bottom: 1px solid #aaa;
  color: #333;
  background: #d4d4d4;
}

.section-nav .opened .opened > .expander-wrap > a {
  background: #c4c4c4;
}

/* ================================================================
   Rail Navigation
   ================================================================ */
.nav-rail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-rail li {
  display: block;
}

.nav-rail li.active a {
  color: #fff;
  background: #000;
}

.nav-rail a {
  display: block;
  margin-bottom: 10px;
  padding: 15px 25px 20px;
  font-family: Times New Roman, serif;
  font-size: 35px;
  color: #000;
  text-align: left;
  text-transform: none;
  background: #b8bdbe;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.nav-rail a:after {
  display: none;
}

.rail-navigation {
    background: #E2231A;
}

.rail-navigation ul.menu {
    margin:0; padding:0;
    list-style-type: none;
    border: 1px solid #E2231A;
}
.rail-navigation ul.menu ul {
    margin:0; padding:0;
    list-style-type: none;
}
.rail-navigation ul.menu a {
    display: block;
    padding:4px 0 4px 30px;
    font-size:14px;
    font-weight:500;
    color:#fff;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.rail-navigation ul.menu a:hover,
.rail-navigation ul.menu a:focus,
.rail-navigation ul.menu li.active > a {background:#fff; text-decoration:none; color:#E2231A;}

/* First Level */
.rail-navigation ul.menu > li {border-bottom: 1px solid #6854ad;}
.rail-navigation ul.menu > li > a {
    padding: 8px 0 8px 15px;
    font-weight:700;
}


/* ================================================================
   Sitemap
   ================================================================ */
.sitemap-section-heading, .sitemap > ul > li > a {
  display: block;
  padding: 0.5em 20px;
  margin-bottom: 0.5em;
  color: #fff;
  text-decoration: none;
  background: #E2231A;
}

.sitemap-section-heading:hover, .sitemap > ul > li > a:hover, .sitemap-section-heading:focus, .sitemap > ul > li > a:focus {
  text-decoration: none;
  background: #37276e;
}

.sitemap ul, .sitemap li {
  display: block;
  margin: 0;
  padding: 0;
}

.sitemap a {
  position: relative;
  display: block;
  padding: 4px 0;
  font-weight: bold;
  line-height: 1.2em;
}

.sitemap > ul > li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2em;
  width: 300px;
}

.sitemap > ul > li ul {
  margin-left: 20px;
}

.sitemap > ul > li ul ul {
  margin-left: 10px;
}

.sitemap > ul > li ul ul a {
  font-size: 0.9em;
}

.sitemap > ul > li ul ul ul a {
  font-weight: normal;
  color: #888;
}

.sitemap > ul > li > ul > li {
  position: relative;
}

.sitemap > ul > li > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 2;
  height: 100%;
  width: 1px;
  background: #a59aca;
}

.sitemap > ul > li > ul > li:first-child:before {
  top: 1em;
  height: 100%;
}

.sitemap > ul > li > ul > li:last-child:before {
  height: 8px;
}

.sitemap > ul > li > ul > li:first-child:last-child:before {
  height: 0;
}

.sitemap > ul > li > ul > li > a:after {
  content: '';
  position: absolute;
  top: 1em;
  left: -14px;
  z-index: 3;
  margin-top: -6px;
  height: 8px;
  width: 8px;
  border-radius: 8px;
  background: #a59aca;
}

/* header Navigation */
.header  .nav-container .toggle-menu {
  display: none;
}

.header  .nav-container .cm-menu {
  max-height: 80em;
  opacity: 1;
}

.header  .nav-container {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.header  .nav-container.active {
  max-height: 80em;
  opacity: 1;
}

.RadTabStripTop_Sitefinity .rtsLink,
.RadTabStripTop_Sitefinity .rtsOut,
.RadTabStripTop_Sitefinity .rtsIn,
.RadTabStripBottom_Sitefinity .rtsLink,
.RadTabStripBottom_Sitefinity .rtsOut,
.RadTabStripBottom_Sitefinity .rtsIn {
 .backgroundimage: none;
}

@media (min-width: 960px) {
  .header  .toggle-menu-external {
    display: none;
  }
  .header  .nav-container {
    max-height: 80em;
    opacity: 1;
  }
  a.rtsLink.rtsSelected {
    text-decoration: underline;
  }
}

/* Hover mobile navigation */
@media (max-width: 767px) {
  .nav-container .rtsLevel .rtsUL {
    display: block;
    width: 100%;
  }
  .nav-container .rtsLevel .rtsUL .rtsLI:hover {
    background: #26CAD3;
    text-decoration: none !important;
  }
  .RadTabStrip_Sitefinity .rtsLink:hover .rtsTxt {
    text-decoration: none;
  }
}

/**/
/* ================================================================
   Generic Form Styles
   ================================================================ */
input[type="text"], input[type="search"] {
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"] {
  vertical-align: top;
  padding: 5px 13px;
  height: 30px;
  height: "1.875rem";
  font-size: 14px;
  font-size: "0.875rem";
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22);
  border: 1px solid #d4d4d4;
  border-radius: 0;
  background: #ffffff;
  transition: right 0.2s ease-out;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus {
  outline: none;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #E2231A;
}

.form-inline {
  position: relative;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 2px;
  border-radius: 0;
  background: none;
}

select {
  height: 30px;
  height: "1.875rem";
  border: 1px solid #d4d4d4;
  background: #ffffff;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22);
}

select:focus {
  outline: none;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #E2231A;
}

textarea {
  padding: 10px 13px;
  min-height: 100px;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  background: #ffffff;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #E2231A;
  transition: right 0.2s ease-out;
}

textarea:focus {
  outline: none;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #E2231A;
}

.sfreContentArea {
  padding: 10px 13px;
  background: none;
}

/* ================================================================
   Sitefinity Form Styles
   ================================================================ */
.sfLoginFieldsWrp, .sfprofileFieldsList, .sfregisterFieldsList {
  display: block;
  margin: 1em 0;
  padding: 0;
}

.sfLoginFieldsWrp li, .sfprofileFieldsList li, .sfregisterFieldsList li {
  display: block;
  margin: 0;
  padding: 0;
}

.sfLoginFieldsWrp li + li, .sfprofileFieldsList li + li, .sfregisterFieldsList li + li {
  margin-top: 1em;
}

.sfTxtLbl {
  display: block;
  font-weight: bold;
}

.required > .sfTxtLbl:after {
  content: '*';
  color: #E2231A;
}

.Sitefinity.RadEditor td {
  background: none;
}

.Sitefinity.RadEditor .reTlbVertical:empty {
  display: none;
}

.Sitefinity.RadEditor .reLeftVerticalSide {
  display: none;
}

.Sitefinity.RadEditor .reContentCell {
  border: none;
}

.Sitefinity.RadEditor .reContentCell iframe {
  border: 1px solid #d4d4d4;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22);
  background: #ffffff;
}

.Sitefinity.RadEditor .reToolbarWrapper {
  position: absolute;
  top: -6px;
  right: 0;
  margin-right: 0 !important;
}

.Sitefinity.RadEditor .sfMoreTools {
  min-width: 0 !important;
}

.sfCheckListBox, .sfRadioList {
  display: block;
  margin-left: 1em;
}

.sfTxt {
  width: 100%;
}

.sfTxtBoxSmall .sfTxt,
.sfDdlSmall select {
  max-width: 120px;
}

.sfTxtBoxMedium .sfTxt,
.sfDdlMedium select {
  max-width: 300px;
}

.sfTxtBoxLarge .sfTxt,
.sfDdlLarge select {
  max-width: 400px;
}

.sfExample {
  margin: 0.5em 0 1em;
  font-size: 11px;
  line-height: 1.4em;
}

/* Error Message
   ========================================================================== */
.sfError {
  margin-top: 5px;
  padding: 10px 20px;
  font-size: 12px;
  font-size: "0.75rem";
  color: #fff;
  background: red;
}

/* ================================================================
   Keyframes
   ================================================================ */
/* Fade In */
@-webkit-keyframes fadeIn {
  100% {
    opacity: 0;
  }
  0% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  100% {
    opacity: 0;
  }
  0% {
    opacity: 1;
  }
}

/* Fade Out */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* ================================================================
   Site Specific Below
   ================================================================ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "Ã¢â€ Â";
}

[dir="rtl"] .slick-prev:before {
  content: "Ã¢â€ â€™";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "Ã¢â€ â€™";
}

[dir="rtl"] .slick-next:before {
  content: "Ã¢â€ Â";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Ã¢â‚¬Â¢";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* ================================================================
   Print Styles
   ================================================================ */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
.side-rail-inner .RadTabStrip .rtsUL, .side-rail-inner .RadTabStripVertical .rtsUL {background:#FF8300 !important; border: none !important }
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 767px) {
	.row {margin-left: 10px;margin-right: 10px;}
}

/* ================================================================
   Sitefinity Admin Overrides
   ================================================================ */
.Sitefinity.RadEditor, .Sitefinity.RadEditor * {
  font-family: inherit;
}

.RadDockZone .rdContent * {
  box-sizing: border-box;
}

.ZoneEditorToolboxContainer h2 {
  font-family: arial, sans-serif;
}

.sfLayoutPropsContainer .sfTxt {
  color: #000;
}

.sfPageEditor .addthis-smartlayers {
  display: none;
}

.sfTemplateEditor .sfLayoutWidthSlider, .sfTemplateEditor #columnList {
  display: none !important;
}

.zeContentMode .sfPageContainer .RadDock_Sitefinity .rdContent {
  min-height: 15px;
}

#ZoneEditor {
  overflow: visible !important;
}

body[contenteditable="true"] {
  padding: 20px;
}

/*# sourceMappingURL=main.css.map */