@charset "UTF-8";
/*!
 Theme URI:    
 Description:  
 Author:       The Elixir Haus
 Author URI:   http://www.theelixirhaus.com
 Template:     thundercracker
 Version:      1.5.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:s*/
/*The Width of the site in pixels, percent, or auto*/
/* Responsive sizes*/
/* Min width */
/* Min width */
/* Min width */
/* Min width */
/* Paragraph Line Height and Margin */
/* Paragraph Line Height and Margin */
/*Colors*/
/* Dark Blue */
/* Light Blue */
/* Gold */
/* Darker Blue */
/* Color */
/* Color */
/* Color */
/* Color */
/* Text Sizes Big Screen*/
/* Text Sizes Standard Screen*/
/* Text Sizes Mobile */
.t-fnt\:smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.t-fnt\:1 {
  font-family: 'Bebas Neue', sans-serif; }

.t-fnt\:2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400; }

.t-fnt\:3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

.t-fnt\:light {
  font-weight: 300; }

.t-fnt\:med {
  font-weight: 400; }

.t-fnt\:semi-bold {
  font-weight: 600; }

.t-fnt\:bold {
  font-weight: 700; }

.t-fnt\:extra-bold {
  font-weight: 800; }

#wpadminbar {
  top: -32px !important;
  transition: top .3s ease-in-out; }

body:hover #wpadminbar, html:hover #wpadminbar {
  top: 0px !important;
  transition-delay: 2s; }

.nobull {
  margin: inherit;
  padding: inherit; }
.nobull ul {
  margin: inherit;
  padding: inherit;
  list-style: none; }
.nobull li {
  list-style: none; }

.hidden-field, .botcheck {
  display: none; }

.med {
  font-weight: 300; }

.b {
  font-weight: bold; }

.lc {
  text-transform: none; }

.u {
  text-transform: uppercase; }

.fancybox-skin {
  overflow: visible; }

html.fancybox-lock, html.fancybox-open, .fancybox-lock body, .fancybox-open body {
  overflow: hidden;
  height: 100%;
  width: 100%; }

.alignright, .alignleft, .aligncenter {
  display: block; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  float: none;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 501px) {
  .alignleft, .alignright {
    float: none;
    margin-right: auto;
    margin-left: auto; } }
@media (max-width: 1200px) {
  body > section, body > footer .container {
    padding-left: 13.3333333333px;
    padding-right: 13.3333333333px; }

  body > div > section {
    padding-left: 13.3333333333px;
    padding-right: 13.3333333333px; }

  iframe {
    width: 100% !important; } }
@media (min-width: 767px) {
  .flex-m {
    display: -webkit-flex;
    display: flex; }
  .flex-m .flexed {
    display: flex; } }
/*! normalize.css v3.0.2 | 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, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

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

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

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

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

td, th {
  padding: 0; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("/wp-content/themes/thundercracker/assets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/wp-content/themes/thundercracker/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/wp-content/themes/thundercracker/assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/wp-content/themes/thundercracker/assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/wp-content/themes/thundercracker/assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/wp-content/themes/thundercracker/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

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

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

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

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

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

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

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

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

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

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

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

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

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

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-square:before {
  content: "\f0c8"; }

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

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

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

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

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

.fa-columns:before {
  content: "\f0db"; }

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

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

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

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

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

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

.fa-exchange:before {
  content: "\f0ec"; }

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

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

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

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

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

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

.fa-beer:before {
  content: "\f0fc"; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

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

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

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

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

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b"; }

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

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

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

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

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

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

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

.fa-crop:before {
  content: "\f125"; }

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

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

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

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

.fa-microphone:before {
  content: "\f130"; }

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

.fa-shield:before {
  content: "\f132"; }

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

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

.fa-bullseye:before {
  content: "\f140"; }

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

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

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

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

.fa-ticket:before {
  content: "\f145"; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e"; }

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

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

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

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

.fa-gbp:before {
  content: "\f154"; }

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b"; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

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

.fa-dropbox:before {
  content: "\f16b"; }

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

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

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

.fa-tumblr:before {
  content: "\f173"; }

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

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

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

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

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

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

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

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

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

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193"; }

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

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

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

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

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

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

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

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

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

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

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

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

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

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

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

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

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

.fa-git:before {
  content: "\f1d3"; }

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

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

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-history:before {
  content: "\f1da"; }

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

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

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

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

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

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202"; }

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

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

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

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

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

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

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

.fa-motorcycle:before {
  content: "\f21c"; }

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

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

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

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

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

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

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

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

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

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

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

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "\f24d"; }

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

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

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

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

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

.fa-hourglass:before {
  content: "\f254"; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

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

.fa-gg:before {
  content: "\f260"; }

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

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

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

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

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

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

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

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

.fa-contao:before {
  content: "\f26d"; }

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

.fa-amazon:before {
  content: "\f270"; }

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

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

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

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

.fa-industry:before {
  content: "\f275"; }

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

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

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

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

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

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

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

.fa-fonticons:before {
  content: "\f280"; }

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

.fa-edge:before {
  content: "\f282"; }

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

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

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

.fa-usb:before {
  content: "\f287"; }

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

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

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

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

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

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

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

.fa-blind:before {
  content: "\f29d"; }

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

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

.fa-braille:before {
  content: "\f2a1"; }

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

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

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

.fa-glide:before {
  content: "\f2a5"; }

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

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

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

.fa-viadeo:before {
  content: "\f2a9"; }

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

.fa-snapchat:before {
  content: "\f2ab"; }

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

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

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

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

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

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

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

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

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

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

.fa-linode:before {
  content: "\f2b8"; }

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: "\f2c4"; }

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

.fa-telegram:before {
  content: "\f2c6"; }

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

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

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

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

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

.fa-shower:before {
  content: "\f2cc"; }

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

.fa-podcast:before {
  content: "\f2ce"; }

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

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

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

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

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

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

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

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

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

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

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

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

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after, a[href^="javascript:"]: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; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("assets/js/vendor/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("assets/js/vendor/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("assets/js/vendor/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("assets/js/vendor/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("assets/js/vendor/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("assets/js/vendor/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/* Libraries */
/* Text colors */
.t-txt\:clr1, .t-txt\:clr1 > p {
  color: #00707F; }

.t-txt\:clr2, .t-txt\:clr2 > p {
  color: #4CC7E5; }

.t-txt\:clr3, .t-txt\:clr3 > p {
  color: #BA870D; }

.t-txt\:clr4, .t-txt\:clr4 > p {
  color: #08616e; }

.t-txt\:clr5, .t-txt\:clr5 > p {
  color: #777; }

.t-txt\:clr6, .t-txt\:clr6 > p {
  color: #888; }

.t-txt\:clr7, .t-txt\:clr7 > p {
  color: #999; }

.t-txt\:clr8, .t-txt\:clr8 > p {
  color: #000; }

.t-txt\:grey1, .t-txt\:grey1 > p {
  color: #979797;
  -webkit-font-smoothing: antialiased; }

.t-txt\:grey2, .t-txt\:grey2 > p {
  color: #444; }

.t-txt\:grey3, .t-txt\:grey3 > p {
  color: #2a2a2a; }

.t-txt\:grey4, .t-txt\:grey4 > p {
  color: #363636; }

.t-txt\:blk, .t-txt\:blk > p {
  color: #000; }

.t-txt\:wht, .t-txt\:wht > p {
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

/* Background colors */
.t-bg\:clr1 {
  background-color: #00707F; }

.t-bg\:clr2 {
  background-color: #4CC7E5; }

.t-bg\:clr3 {
  background-color: #BA870D; }

.t-bg\:clr4 {
  background-color: #08616e; }

.t-bg\:clr5 {
  background-color: #777; }

.t-bg\:grey1 {
  background-color: #979797; }

.t-bg\:grey2 {
  background-color: #444; }

.t-bg\:grey3 {
  background-color: #2a2a2a; }

.t-bg\:grey4 {
  background-color: #363636; }

.t-bg\:blk {
  background-color: #000; }

.t-bg\:wht {
  background-color: #fff; }

a {
  color: inherit;
  text-decoration: none; }

p a {
  text-decoration: underline; }

body {
  font-size: 16px; }

img {
  max-width: 100%; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 34px; }

h4 {
  font-size: 26px; }

p {
  font-size: 16px;
  line-height: auto;
  margin: 26px 0; }

.t-txt\:u {
  text-transform: uppercase; }

.t-txt\:h1, .t-txt\:h1 p {
  font-size: 48px; }

.t-txt\:h2, .t-txt\:h2 p {
  font-size: 40px; }

.t-txt\:h3, .t-txt\:h3 p {
  font-size: 34px; }

.t-txt\:h4, .t-txt\:h4 p {
  font-size: 26px; }

.t-fnt\:1 {
  font-family: 'Bebas Neue', sans-serif; }

.t-fnt\:2 {
  font-family: 'Source Sans Pro', sans-serif; }

.t-fnt\:3 {
  font-family: 'Open Sans', sans-serif; }

.t-txt\:big, .t-txt\:big p {
  font-size: 22px; }

.t-txt\:med, .t-txt\:med p {
  font-size: 18px; }

.t-txt\:norm, .t-txt\:norm p {
  font-size: 16px; }

.t-txt\:sm, .t-txt\:sm p {
  font-size: 14px; }

.t-txt\:xsm, .t-txt\:xsm p {
  font-size: 13px; }

.t-txt\:cntr, .t-txt\:cntr p {
  text-align: center; }

.t-txt\:lt, .t-txt\:lt p {
  text-align: left; }

.t-txt\:rt, .t-txt\:rt p {
  text-align: right; }

@media (max-width: 501px) {
  .t-txt\:cntr\:xs, .t-txt\:cntr\:xs p {
    text-align: center; }

  .t-txt\:lt\:xs, .t-txt\:lt\:xs p {
    text-align: left; }

  .t-txt\:rt\:xs, .t-txt\:rt\:xs p {
    text-align: right; } }
@media (min-width: 501px) and (max-width: 1023px) {
  .t-txt\:cntr\:m, .t-txt\:cntr\:m p {
    text-align: center; }

  .t-txt\:lt\:m, .t-txt\:lt\:m p {
    text-align: left; }

  .t-txt\:rt\:m, .t-txt\:rt\:m p {
    text-align: right; } }
@media (min-width: 1023px) {
  .t-txt\:cntr\:l, .t-txt\:cntr\:l p {
    text-align: center; }

  .t-txt\:lt\:l, .t-txt\:lt\:l p {
    text-align: left; }

  .t-txt\:rt\:l, .t-txt\:rt\:l p {
    text-align: right; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 0px) {
  .t-txt\:lt {
    text-align: left; }

  .t-txt\:rt {
    text-align: right; }

  .t-txt\:cntr {
    text-align: center; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 0px) and (max-width: 501px) {
  .t-txt\:lt\:xs {
    text-align: left; }

  .t-txt\:rt\:xs {
    text-align: right; }

  .t-txt\:cntr\:xs {
    text-align: center; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 501px) and (max-width: 767px) {
  .t-txt\:lt\:s {
    text-align: left; }

  .t-txt\:rt\:s {
    text-align: right; }

  .t-txt\:cntr\:s {
    text-align: center; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 767px) and (max-width: 1023px) {
  .t-txt\:lt\:m {
    text-align: left; }

  .t-txt\:rt\:m {
    text-align: right; }

  .t-txt\:cntr\:m {
    text-align: center; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 1023px) {
  .t-txt\:lt\:l {
    text-align: left; }

  .t-txt\:rt\:l {
    text-align: right; }

  .t-txt\:cntr\:l {
    text-align: center; } }
@media (max-width: 501px) {
  h1 {
    font-size: 40px; }

  h2 {
    font-size: 34px; }

  h3 {
    font-size: 26px; }

  h4 {
    font-size: 24px; }

  .t-txt\:h1, .t-txt\:h1 p {
    font-size: 40px; }

  .t-txt\:h2, .t-txt\:h2 p {
    font-size: 34px; }

  .t-txt\:h3, .t-txt\:h3 p {
    font-size: 26px; }

  .t-txt\:h4, .t-txt\:h4 p {
    font-size: 24px; }

  .t-txt\:big, .t-txt\:big p {
    font-size: 22px; }

  .t-txt\:med, .t-txt\:med p {
    font-size: 20px; }

  .t-txt\:norm, .t-txt\:norm p {
    font-size: 16px; }

  .t-txt\:sm, .t-txt\:sm p {
    font-size: 14px; }

  .t-txt\:xsm, .t-txt\:xsm p {
    font-size: 12px; } }
@media (min-width: 1250px) {
  h1 {
    font-size: 48px; }

  h2 {
    font-size: 40px; }

  h3 {
    font-size: 34px; }

  h4 {
    font-size: 26px; }

  .t-txt\:h1, .t-txt\:h1 p {
    font-size: 48px; }

  .t-txt\:h2, .t-txt\:h2 p {
    font-size: 40px; }

  .t-txt\:h3, .t-txt\:h3 p {
    font-size: 34px; }

  .t-txt\:h4, .t-txt\:h4 p {
    font-size: 26px; }

  .t-txt\:big, .t-txt\:big p {
    font-size: 20px; }

  .t-txt\:med, .t-txt\:med p {
    font-size: 18px; }

  .t-txt\:norm, .t-txt\:norm p {
    font-size: 16px; }

  .t-txt\:sm, .t-txt\:sm p {
    font-size: 14px; }

  .t-txt\:xsm, .t-txt\:xsm p {
    font-size: 13px; } }
.t-img\:cntr:m {
  background-position: center center !important; }

.t-img\:lt\:m {
  background-position: left center !important; }

.t-img\:rt\:m {
  background-position: right center !important; }

.t-img\:cntr\:b {
  background-position: center bottom !important; }

.t-img\:lt\:b {
  background-position: left bottom !important; }

.t-img\:rt\:b {
  background-position: right bottom !important; }

.t-img\:cntr\:t {
  background-position: center top !important; }

.t-img\:lt\:t {
  background-position: left top !important; }

.t-img\:rt\:t {
  background-position: right top !important; }

.t-hide {
  display: none; }

.t-clear {
  clear: both !important; }

@media (max-width: 1023px) {
  .t-hide\:under\:l {
    display: none; } }
@media (max-width: 767px) {
  .t-hide\:under\:m {
    display: none; } }
@media (max-width: 501px) {
  .t-hide\:under\:s {
    display: none; } }
.t-show\:under\:l {
  display: none; }

.t-show\:under\:m {
  display: none; }

.t-show\:under\:s {
  display: none; }

@media (max-width: 1023px) {
  .t-show\:under\:l {
    display: block; } }
@media (max-width: 767px) {
  .t-show\:under\:m {
    display: block; } }
@media (max-width: 501px) {
  .t-show\:under\:s {
    display: block; } }
.t-overflow\:vis {
  overflow: visible; }

.t-contain {
  max-width: 1200px; }

.t-pos\:cntr {
  margin-right: auto;
  margin-left: auto; }

.t-pos\:rt {
  margin-right: 0;
  margin-left: auto; }

.t-pos\:lt {
  margin-right: auto;
  margin-left: 0; }

.t-pos\:rel {
  position: relative; }

.t-pos\:abs {
  position: absolute; }

.t-pos\:fix {
  position: fixed; }

.t-valigner {
  display: table;
  width: 100%; }
.t-valigner .t-valign {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

.t-flex {
  display: flex; }
.t-flex\:align\:cntr {
  justify-content: center;
  display: flex; }
.t-flex\:align\:lt {
  justify-content: flex-start;
  display: flex; }
.t-flex\:align\:rt {
  justify-content: flex-end;
  display: flex; }
.t-flex\:valign\:mid {
  align-items: center;
  display: flex; }
.t-flex\:valign\:top {
  align-items: flex-start;
  display: flex; }
.t-flex\:valign\:bot {
  align-items: flex-end;
  display: flex; }

@media (min-width: 501px) {
  .t-flex\:s {
    display: flex; }
  .t-flex\:s\:align\:cntr {
    justify-content: center;
    display: flex; }
  .t-flex\:s\:align\:lt {
    justify-content: flex-start;
    display: flex; }
  .t-flex\:s\:align\:rt {
    justify-content: flex-end;
    display: flex; }
  .t-flex\:s\:valign\:mid {
    align-items: center;
    display: flex; }
  .t-flex\:s\:valign\:top {
    align-items: flex-start;
    display: flex; }
  .t-flex\:s\:valign\:bot {
    align-items: flex-end;
    display: flex; } }
@media (min-width: 767px) {
  .t-flex\:m {
    display: flex; }
  .t-flex\:m\:align\:cntr {
    justify-content: center;
    display: flex; }
  .t-flex\:m\:align\:lt {
    justify-content: flex-start;
    display: flex; }
  .t-flex\:m\:align\:rt {
    justify-content: flex-end;
    display: flex; }
  .t-flex\:m\:valign\:mid {
    align-items: center;
    display: flex; }
  .t-flex\:m\:valign\:top {
    align-items: flex-start;
    display: flex; }
  .t-flex\:m\:valign\:bot {
    align-items: flex-end;
    display: flex; } }
@media (min-width: 1023px) {
  .t-flex\:l {
    display: flex; }
  .t-flex\:l\:align\:cntr {
    justify-content: center;
    display: flex; }
  .t-flex\:l\:align\:lt {
    justify-content: flex-start;
    display: flex; }
  .t-flex\:l\:align\:rt {
    justify-content: flex-end;
    display: flex; }
  .t-flex\:l\:valign\:mid {
    align-items: center;
    display: flex; }
  .t-flex\:l\:valign\:top {
    align-items: flex-start;
    display: flex; }
  .t-flex\:l\:valign\:bot {
    align-items: flex-end;
    display: flex; } }
.t-display\:block {
  display: block; }

.t-display\:inline {
  display: inline; }

.t-display\:inline-block {
  display: inline-block; }

/* Set grid item's width individually by percent */
.t-grid\:xs\:10pc {
  display: block;
  float: left;
  width: 10%; }

.t-grid\:xs\:15pc {
  display: block;
  float: left;
  width: 15%; }

.t-grid\:xs\:20pc {
  display: block;
  float: left;
  width: 20%; }

.t-grid\:xs\:25pc {
  display: block;
  float: left;
  width: 25%; }

.t-grid\:xs\:30pc {
  display: block;
  float: left;
  width: 30%; }

.t-grid\:xs\:35pc {
  display: block;
  float: left;
  width: 35%; }

.t-grid\:xs\:40pc {
  display: block;
  float: left;
  width: 40%; }

.t-grid\:xs\:45pc {
  display: block;
  float: left;
  width: 45%; }

.t-grid\:xs\:50pc {
  display: block;
  float: left;
  width: 50%; }

.t-grid\:xs\:55pc {
  display: block;
  float: left;
  width: 55%; }

.t-grid\:xs\:60pc {
  display: block;
  float: left;
  width: 60%; }

.t-grid\:xs\:65pc {
  display: block;
  float: left;
  width: 65%; }

.t-grid\:xs\:70pc {
  display: block;
  float: left;
  width: 70%; }

.t-grid\:xs\:75pc {
  display: block;
  float: left;
  width: 75%; }

.t-grid\:xs\:80pc {
  display: block;
  float: left;
  width: 80%; }

.t-grid\:xs\:85pc {
  display: block;
  float: left;
  width: 85%; }

.t-grid\:xs\:90pc {
  display: block;
  float: left;
  width: 90%; }

.t-grid\:xs\:95pc {
  display: block;
  float: left;
  width: 95%; }

.t-grid\:xs\:100pc {
  display: block;
  float: left;
  width: 100%; }

.t-grid\:xs\:105pc {
  display: block;
  float: left;
  width: 105%; }

@media (min-width: 501px) {
  .t-grid\:s\:10pc {
    display: block;
    float: left;
    width: 10%; }

  .t-grid\:s\:15pc {
    display: block;
    float: left;
    width: 15%; }

  .t-grid\:s\:20pc {
    display: block;
    float: left;
    width: 20%; }

  .t-grid\:s\:25pc {
    display: block;
    float: left;
    width: 25%; }

  .t-grid\:s\:30pc {
    display: block;
    float: left;
    width: 30%; }

  .t-grid\:s\:35pc {
    display: block;
    float: left;
    width: 35%; }

  .t-grid\:s\:40pc {
    display: block;
    float: left;
    width: 40%; }

  .t-grid\:s\:45pc {
    display: block;
    float: left;
    width: 45%; }

  .t-grid\:s\:50pc {
    display: block;
    float: left;
    width: 50%; }

  .t-grid\:s\:55pc {
    display: block;
    float: left;
    width: 55%; }

  .t-grid\:s\:60pc {
    display: block;
    float: left;
    width: 60%; }

  .t-grid\:s\:65pc {
    display: block;
    float: left;
    width: 65%; }

  .t-grid\:s\:70pc {
    display: block;
    float: left;
    width: 70%; }

  .t-grid\:s\:75pc {
    display: block;
    float: left;
    width: 75%; }

  .t-grid\:s\:80pc {
    display: block;
    float: left;
    width: 80%; }

  .t-grid\:s\:85pc {
    display: block;
    float: left;
    width: 85%; }

  .t-grid\:s\:90pc {
    display: block;
    float: left;
    width: 90%; }

  .t-grid\:s\:95pc {
    display: block;
    float: left;
    width: 95%; }

  .t-grid\:s\:100pc {
    display: block;
    float: left;
    width: 100%; }

  .t-grid\:s\:105pc {
    display: block;
    float: left;
    width: 105%; } }
@media (min-width: 767px) {
  .t-grid\:m\:10pc {
    display: block;
    float: left;
    width: 10%; }

  .t-grid\:m\:15pc {
    display: block;
    float: left;
    width: 15%; }

  .t-grid\:m\:20pc {
    display: block;
    float: left;
    width: 20%; }

  .t-grid\:m\:25pc {
    display: block;
    float: left;
    width: 25%; }

  .t-grid\:m\:30pc {
    display: block;
    float: left;
    width: 30%; }

  .t-grid\:m\:35pc {
    display: block;
    float: left;
    width: 35%; }

  .t-grid\:m\:40pc {
    display: block;
    float: left;
    width: 40%; }

  .t-grid\:m\:45pc {
    display: block;
    float: left;
    width: 45%; }

  .t-grid\:m\:50pc {
    display: block;
    float: left;
    width: 50%; }

  .t-grid\:m\:55pc {
    display: block;
    float: left;
    width: 55%; }

  .t-grid\:m\:60pc {
    display: block;
    float: left;
    width: 60%; }

  .t-grid\:m\:65pc {
    display: block;
    float: left;
    width: 65%; }

  .t-grid\:m\:70pc {
    display: block;
    float: left;
    width: 70%; }

  .t-grid\:m\:75pc {
    display: block;
    float: left;
    width: 75%; }

  .t-grid\:m\:80pc {
    display: block;
    float: left;
    width: 80%; }

  .t-grid\:m\:85pc {
    display: block;
    float: left;
    width: 85%; }

  .t-grid\:m\:90pc {
    display: block;
    float: left;
    width: 90%; }

  .t-grid\:m\:95pc {
    display: block;
    float: left;
    width: 95%; }

  .t-grid\:m\:100pc {
    display: block;
    float: left;
    width: 100%; }

  .t-grid\:m\:105pc {
    display: block;
    float: left;
    width: 105%; } }
@media (min-width: 1023px) {
  .t-grid\:l\:10pc {
    display: block;
    float: left;
    width: 10%; }

  .t-grid\:l\:15pc {
    display: block;
    float: left;
    width: 15%; }

  .t-grid\:l\:20pc {
    display: block;
    float: left;
    width: 20%; }

  .t-grid\:l\:25pc {
    display: block;
    float: left;
    width: 25%; }

  .t-grid\:l\:30pc {
    display: block;
    float: left;
    width: 30%; }

  .t-grid\:l\:35pc {
    display: block;
    float: left;
    width: 35%; }

  .t-grid\:l\:40pc {
    display: block;
    float: left;
    width: 40%; }

  .t-grid\:l\:45pc {
    display: block;
    float: left;
    width: 45%; }

  .t-grid\:l\:50pc {
    display: block;
    float: left;
    width: 50%; }

  .t-grid\:l\:55pc {
    display: block;
    float: left;
    width: 55%; }

  .t-grid\:l\:60pc {
    display: block;
    float: left;
    width: 60%; }

  .t-grid\:l\:65pc {
    display: block;
    float: left;
    width: 65%; }

  .t-grid\:l\:70pc {
    display: block;
    float: left;
    width: 70%; }

  .t-grid\:l\:75pc {
    display: block;
    float: left;
    width: 75%; }

  .t-grid\:l\:80pc {
    display: block;
    float: left;
    width: 80%; }

  .t-grid\:l\:85pc {
    display: block;
    float: left;
    width: 85%; }

  .t-grid\:l\:90pc {
    display: block;
    float: left;
    width: 90%; }

  .t-grid\:l\:95pc {
    display: block;
    float: left;
    width: 95%; }

  .t-grid\:l\:100pc {
    display: block;
    float: left;
    width: 100%; }

  .t-grid\:l\:105pc {
    display: block;
    float: left;
    width: 105%; } }
/* Set items with by number of items in row*/
.t-grid\:xs\:fit\:1 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:1 > * {
  width: 100%; }

.t-grid\:xs\:fit\:2 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:2 > * {
  width: 50%; }

.t-grid\:xs\:fit\:3 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:3 > * {
  width: 33.3333333333%; }

.t-grid\:xs\:fit\:4 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:4 > * {
  width: 25%; }

.t-grid\:xs\:fit\:5 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:5 > * {
  width: 20%; }

.t-grid\:xs\:fit\:6 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:6 > * {
  width: 16.6666666667%; }

.t-grid\:xs\:fit\:7 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:7 > * {
  width: 14.2857142857%; }

.t-grid\:xs\:fit\:8 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:8 > * {
  width: 12.5%; }

.t-grid\:xs\:fit\:9 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:9 > * {
  width: 11.1111111111%; }

.t-grid\:xs\:fit\:10 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:10 > * {
  width: 10%; }

.t-grid\:xs\:fit\:11 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:11 > * {
  width: 9.0909090909%; }

.t-grid\:xs\:fit\:12 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:12 > * {
  width: 8.3333333333%; }

.t-grid\:xs\:fit\:13 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:13 > * {
  width: 7.6923076923%; }

.t-grid\:xs\:fit\:14 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:14 > * {
  width: 7.1428571429%; }

.t-grid\:xs\:fit\:15 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:15 > * {
  width: 6.6666666667%; }

.t-grid\:xs\:fit\:16 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:16 > * {
  width: 6.25%; }

.t-grid\:xs\:fit\:17 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:17 > * {
  width: 5.8823529412%; }

.t-grid\:xs\:fit\:18 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:18 > * {
  width: 5.5555555556%; }

.t-grid\:xs\:fit\:19 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:19 > * {
  width: 5.2631578947%; }

.t-grid\:xs\:fit\:20 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:20 > * {
  width: 5%; }

.t-grid\:xs\:fit\:21 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:21 > * {
  width: 4.7619047619%; }

.t-grid\:xs\:fit\:22 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:22 > * {
  width: 4.5454545455%; }

.t-grid\:xs\:fit\:23 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:23 > * {
  width: 4.347826087%; }

.t-grid\:xs\:fit\:24 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:24 > * {
  width: 4.1666666667%; }

.t-grid\:xs\:fit\:25 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:25 > * {
  width: 4%; }

.t-grid\:xs\:fit\:26 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:26 > * {
  width: 3.8461538462%; }

.t-grid\:xs\:fit\:27 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:27 > * {
  width: 3.7037037037%; }

.t-grid\:xs\:fit\:28 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:28 > * {
  width: 3.5714285714%; }

.t-grid\:xs\:fit\:29 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:29 > * {
  width: 3.4482758621%; }

.t-grid\:xs\:fit\:30 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:30 > * {
  width: 3.3333333333%; }

.t-grid\:xs\:fit\:31 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:31 > * {
  width: 3.2258064516%; }

.t-grid\:xs\:fit\:32 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:32 > * {
  width: 3.125%; }

.t-grid\:xs\:fit\:33 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:33 > * {
  width: 3.0303030303%; }

.t-grid\:xs\:fit\:34 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:34 > * {
  width: 2.9411764706%; }

.t-grid\:xs\:fit\:35 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:35 > * {
  width: 2.8571428571%; }

.t-grid\:xs\:fit\:36 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:36 > * {
  width: 2.7777777778%; }

.t-grid\:xs\:fit\:37 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:37 > * {
  width: 2.7027027027%; }

.t-grid\:xs\:fit\:38 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:38 > * {
  width: 2.6315789474%; }

.t-grid\:xs\:fit\:39 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:39 > * {
  width: 2.5641025641%; }

.t-grid\:xs\:fit\:40 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:40 > * {
  width: 2.5%; }

.t-grid\:xs\:fit\:41 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:41 > * {
  width: 2.4390243902%; }

.t-grid\:xs\:fit\:42 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:42 > * {
  width: 2.380952381%; }

.t-grid\:xs\:fit\:43 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:43 > * {
  width: 2.3255813953%; }

.t-grid\:xs\:fit\:44 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:44 > * {
  width: 2.2727272727%; }

.t-grid\:xs\:fit\:45 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:45 > * {
  width: 2.2222222222%; }

.t-grid\:xs\:fit\:46 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:46 > * {
  width: 2.1739130435%; }

.t-grid\:xs\:fit\:47 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:47 > * {
  width: 2.1276595745%; }

.t-grid\:xs\:fit\:48 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:48 > * {
  width: 2.0833333333%; }

.t-grid\:xs\:fit\:49 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:49 > * {
  width: 2.0408163265%; }

.t-grid\:xs\:fit\:50 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:50 > * {
  width: 2%; }

.t-grid\:xs\:fit\:51 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:51 > * {
  width: 1.9607843137%; }

.t-grid\:xs\:fit\:52 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:52 > * {
  width: 1.9230769231%; }

.t-grid\:xs\:fit\:53 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:53 > * {
  width: 1.8867924528%; }

.t-grid\:xs\:fit\:54 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:54 > * {
  width: 1.8518518519%; }

.t-grid\:xs\:fit\:55 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:55 > * {
  width: 1.8181818182%; }

.t-grid\:xs\:fit\:56 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:56 > * {
  width: 1.7857142857%; }

.t-grid\:xs\:fit\:57 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:57 > * {
  width: 1.7543859649%; }

.t-grid\:xs\:fit\:58 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:58 > * {
  width: 1.724137931%; }

.t-grid\:xs\:fit\:59 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:59 > * {
  width: 1.6949152542%; }

.t-grid\:xs\:fit\:60 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:60 > * {
  width: 1.6666666667%; }

.t-grid\:xs\:fit\:61 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:61 > * {
  width: 1.6393442623%; }

.t-grid\:xs\:fit\:62 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:62 > * {
  width: 1.6129032258%; }

.t-grid\:xs\:fit\:63 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:63 > * {
  width: 1.5873015873%; }

.t-grid\:xs\:fit\:64 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:64 > * {
  width: 1.5625%; }

.t-grid\:xs\:fit\:65 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:65 > * {
  width: 1.5384615385%; }

.t-grid\:xs\:fit\:66 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:66 > * {
  width: 1.5151515152%; }

.t-grid\:xs\:fit\:67 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:67 > * {
  width: 1.4925373134%; }

.t-grid\:xs\:fit\:68 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:68 > * {
  width: 1.4705882353%; }

.t-grid\:xs\:fit\:69 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:69 > * {
  width: 1.4492753623%; }

.t-grid\:xs\:fit\:70 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:70 > * {
  width: 1.4285714286%; }

.t-grid\:xs\:fit\:71 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:71 > * {
  width: 1.4084507042%; }

.t-grid\:xs\:fit\:72 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:72 > * {
  width: 1.3888888889%; }

.t-grid\:xs\:fit\:73 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:73 > * {
  width: 1.3698630137%; }

.t-grid\:xs\:fit\:74 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:74 > * {
  width: 1.3513513514%; }

.t-grid\:xs\:fit\:75 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:75 > * {
  width: 1.3333333333%; }

.t-grid\:xs\:fit\:76 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:76 > * {
  width: 1.3157894737%; }

.t-grid\:xs\:fit\:77 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:77 > * {
  width: 1.2987012987%; }

.t-grid\:xs\:fit\:78 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:78 > * {
  width: 1.2820512821%; }

.t-grid\:xs\:fit\:79 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:79 > * {
  width: 1.2658227848%; }

.t-grid\:xs\:fit\:80 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:80 > * {
  width: 1.25%; }

.t-grid\:xs\:fit\:81 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:81 > * {
  width: 1.2345679012%; }

.t-grid\:xs\:fit\:82 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:82 > * {
  width: 1.2195121951%; }

.t-grid\:xs\:fit\:83 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:83 > * {
  width: 1.2048192771%; }

.t-grid\:xs\:fit\:84 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:84 > * {
  width: 1.1904761905%; }

.t-grid\:xs\:fit\:85 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:85 > * {
  width: 1.1764705882%; }

.t-grid\:xs\:fit\:86 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:86 > * {
  width: 1.1627906977%; }

.t-grid\:xs\:fit\:87 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:87 > * {
  width: 1.1494252874%; }

.t-grid\:xs\:fit\:88 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:88 > * {
  width: 1.1363636364%; }

.t-grid\:xs\:fit\:89 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:89 > * {
  width: 1.1235955056%; }

.t-grid\:xs\:fit\:90 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:90 > * {
  width: 1.1111111111%; }

.t-grid\:xs\:fit\:91 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:91 > * {
  width: 1.0989010989%; }

.t-grid\:xs\:fit\:92 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:92 > * {
  width: 1.0869565217%; }

.t-grid\:xs\:fit\:93 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:93 > * {
  width: 1.0752688172%; }

.t-grid\:xs\:fit\:94 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:94 > * {
  width: 1.0638297872%; }

.t-grid\:xs\:fit\:95 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:95 > * {
  width: 1.0526315789%; }

.t-grid\:xs\:fit\:96 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:96 > * {
  width: 1.0416666667%; }

.t-grid\:xs\:fit\:97 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:97 > * {
  width: 1.0309278351%; }

.t-grid\:xs\:fit\:98 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:98 > * {
  width: 1.0204081633%; }

.t-grid\:xs\:fit\:99 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:99 > * {
  width: 1.0101010101%; }

.t-grid\:xs\:fit\:100 {
  display: flex;
  flex-wrap: wrap; }
.t-grid\:xs\:fit\:100 > * {
  width: 1%; }

@media (min-width: 501px) {
  .t-grid\:s\:fit\:1 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:1 > * {
    width: 100%; }

  .t-grid\:s\:fit\:2 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:2 > * {
    width: 50%; }

  .t-grid\:s\:fit\:3 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:3 > * {
    width: 33.3333333333%; }

  .t-grid\:s\:fit\:4 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:4 > * {
    width: 25%; }

  .t-grid\:s\:fit\:5 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:5 > * {
    width: 20%; }

  .t-grid\:s\:fit\:6 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:6 > * {
    width: 16.6666666667%; }

  .t-grid\:s\:fit\:7 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:7 > * {
    width: 14.2857142857%; }

  .t-grid\:s\:fit\:8 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:8 > * {
    width: 12.5%; }

  .t-grid\:s\:fit\:9 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:9 > * {
    width: 11.1111111111%; }

  .t-grid\:s\:fit\:10 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:10 > * {
    width: 10%; }

  .t-grid\:s\:fit\:11 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:11 > * {
    width: 9.0909090909%; }

  .t-grid\:s\:fit\:12 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:12 > * {
    width: 8.3333333333%; }

  .t-grid\:s\:fit\:13 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:13 > * {
    width: 7.6923076923%; }

  .t-grid\:s\:fit\:14 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:14 > * {
    width: 7.1428571429%; }

  .t-grid\:s\:fit\:15 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:15 > * {
    width: 6.6666666667%; }

  .t-grid\:s\:fit\:16 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:16 > * {
    width: 6.25%; }

  .t-grid\:s\:fit\:17 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:17 > * {
    width: 5.8823529412%; }

  .t-grid\:s\:fit\:18 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:18 > * {
    width: 5.5555555556%; }

  .t-grid\:s\:fit\:19 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:19 > * {
    width: 5.2631578947%; }

  .t-grid\:s\:fit\:20 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:20 > * {
    width: 5%; }

  .t-grid\:s\:fit\:21 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:21 > * {
    width: 4.7619047619%; }

  .t-grid\:s\:fit\:22 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:22 > * {
    width: 4.5454545455%; }

  .t-grid\:s\:fit\:23 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:23 > * {
    width: 4.347826087%; }

  .t-grid\:s\:fit\:24 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:24 > * {
    width: 4.1666666667%; }

  .t-grid\:s\:fit\:25 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:25 > * {
    width: 4%; }

  .t-grid\:s\:fit\:26 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:26 > * {
    width: 3.8461538462%; }

  .t-grid\:s\:fit\:27 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:27 > * {
    width: 3.7037037037%; }

  .t-grid\:s\:fit\:28 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:28 > * {
    width: 3.5714285714%; }

  .t-grid\:s\:fit\:29 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:29 > * {
    width: 3.4482758621%; }

  .t-grid\:s\:fit\:30 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:30 > * {
    width: 3.3333333333%; }

  .t-grid\:s\:fit\:31 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:31 > * {
    width: 3.2258064516%; }

  .t-grid\:s\:fit\:32 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:32 > * {
    width: 3.125%; }

  .t-grid\:s\:fit\:33 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:33 > * {
    width: 3.0303030303%; }

  .t-grid\:s\:fit\:34 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:34 > * {
    width: 2.9411764706%; }

  .t-grid\:s\:fit\:35 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:35 > * {
    width: 2.8571428571%; }

  .t-grid\:s\:fit\:36 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:36 > * {
    width: 2.7777777778%; }

  .t-grid\:s\:fit\:37 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:37 > * {
    width: 2.7027027027%; }

  .t-grid\:s\:fit\:38 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:38 > * {
    width: 2.6315789474%; }

  .t-grid\:s\:fit\:39 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:39 > * {
    width: 2.5641025641%; }

  .t-grid\:s\:fit\:40 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:40 > * {
    width: 2.5%; }

  .t-grid\:s\:fit\:41 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:41 > * {
    width: 2.4390243902%; }

  .t-grid\:s\:fit\:42 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:42 > * {
    width: 2.380952381%; }

  .t-grid\:s\:fit\:43 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:43 > * {
    width: 2.3255813953%; }

  .t-grid\:s\:fit\:44 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:44 > * {
    width: 2.2727272727%; }

  .t-grid\:s\:fit\:45 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:45 > * {
    width: 2.2222222222%; }

  .t-grid\:s\:fit\:46 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:46 > * {
    width: 2.1739130435%; }

  .t-grid\:s\:fit\:47 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:47 > * {
    width: 2.1276595745%; }

  .t-grid\:s\:fit\:48 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:48 > * {
    width: 2.0833333333%; }

  .t-grid\:s\:fit\:49 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:49 > * {
    width: 2.0408163265%; }

  .t-grid\:s\:fit\:50 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:50 > * {
    width: 2%; }

  .t-grid\:s\:fit\:51 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:51 > * {
    width: 1.9607843137%; }

  .t-grid\:s\:fit\:52 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:52 > * {
    width: 1.9230769231%; }

  .t-grid\:s\:fit\:53 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:53 > * {
    width: 1.8867924528%; }

  .t-grid\:s\:fit\:54 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:54 > * {
    width: 1.8518518519%; }

  .t-grid\:s\:fit\:55 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:55 > * {
    width: 1.8181818182%; }

  .t-grid\:s\:fit\:56 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:56 > * {
    width: 1.7857142857%; }

  .t-grid\:s\:fit\:57 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:57 > * {
    width: 1.7543859649%; }

  .t-grid\:s\:fit\:58 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:58 > * {
    width: 1.724137931%; }

  .t-grid\:s\:fit\:59 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:59 > * {
    width: 1.6949152542%; }

  .t-grid\:s\:fit\:60 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:60 > * {
    width: 1.6666666667%; }

  .t-grid\:s\:fit\:61 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:61 > * {
    width: 1.6393442623%; }

  .t-grid\:s\:fit\:62 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:62 > * {
    width: 1.6129032258%; }

  .t-grid\:s\:fit\:63 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:63 > * {
    width: 1.5873015873%; }

  .t-grid\:s\:fit\:64 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:64 > * {
    width: 1.5625%; }

  .t-grid\:s\:fit\:65 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:65 > * {
    width: 1.5384615385%; }

  .t-grid\:s\:fit\:66 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:66 > * {
    width: 1.5151515152%; }

  .t-grid\:s\:fit\:67 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:67 > * {
    width: 1.4925373134%; }

  .t-grid\:s\:fit\:68 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:68 > * {
    width: 1.4705882353%; }

  .t-grid\:s\:fit\:69 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:69 > * {
    width: 1.4492753623%; }

  .t-grid\:s\:fit\:70 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:70 > * {
    width: 1.4285714286%; }

  .t-grid\:s\:fit\:71 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:71 > * {
    width: 1.4084507042%; }

  .t-grid\:s\:fit\:72 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:72 > * {
    width: 1.3888888889%; }

  .t-grid\:s\:fit\:73 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:73 > * {
    width: 1.3698630137%; }

  .t-grid\:s\:fit\:74 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:74 > * {
    width: 1.3513513514%; }

  .t-grid\:s\:fit\:75 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:75 > * {
    width: 1.3333333333%; }

  .t-grid\:s\:fit\:76 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:76 > * {
    width: 1.3157894737%; }

  .t-grid\:s\:fit\:77 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:77 > * {
    width: 1.2987012987%; }

  .t-grid\:s\:fit\:78 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:78 > * {
    width: 1.2820512821%; }

  .t-grid\:s\:fit\:79 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:79 > * {
    width: 1.2658227848%; }

  .t-grid\:s\:fit\:80 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:80 > * {
    width: 1.25%; }

  .t-grid\:s\:fit\:81 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:81 > * {
    width: 1.2345679012%; }

  .t-grid\:s\:fit\:82 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:82 > * {
    width: 1.2195121951%; }

  .t-grid\:s\:fit\:83 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:83 > * {
    width: 1.2048192771%; }

  .t-grid\:s\:fit\:84 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:84 > * {
    width: 1.1904761905%; }

  .t-grid\:s\:fit\:85 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:85 > * {
    width: 1.1764705882%; }

  .t-grid\:s\:fit\:86 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:86 > * {
    width: 1.1627906977%; }

  .t-grid\:s\:fit\:87 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:87 > * {
    width: 1.1494252874%; }

  .t-grid\:s\:fit\:88 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:88 > * {
    width: 1.1363636364%; }

  .t-grid\:s\:fit\:89 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:89 > * {
    width: 1.1235955056%; }

  .t-grid\:s\:fit\:90 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:90 > * {
    width: 1.1111111111%; }

  .t-grid\:s\:fit\:91 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:91 > * {
    width: 1.0989010989%; }

  .t-grid\:s\:fit\:92 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:92 > * {
    width: 1.0869565217%; }

  .t-grid\:s\:fit\:93 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:93 > * {
    width: 1.0752688172%; }

  .t-grid\:s\:fit\:94 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:94 > * {
    width: 1.0638297872%; }

  .t-grid\:s\:fit\:95 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:95 > * {
    width: 1.0526315789%; }

  .t-grid\:s\:fit\:96 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:96 > * {
    width: 1.0416666667%; }

  .t-grid\:s\:fit\:97 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:97 > * {
    width: 1.0309278351%; }

  .t-grid\:s\:fit\:98 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:98 > * {
    width: 1.0204081633%; }

  .t-grid\:s\:fit\:99 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:99 > * {
    width: 1.0101010101%; }

  .t-grid\:s\:fit\:100 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:s\:fit\:100 > * {
    width: 1%; } }
@media (min-width: 767px) {
  .t-grid\:m\:fit\:1 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:1 > * {
    width: 100%; }

  .t-grid\:m\:fit\:2 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:2 > * {
    width: 50%; }

  .t-grid\:m\:fit\:3 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:3 > * {
    width: 33.3333333333%; }

  .t-grid\:m\:fit\:4 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:4 > * {
    width: 25%; }

  .t-grid\:m\:fit\:5 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:5 > * {
    width: 20%; }

  .t-grid\:m\:fit\:6 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:6 > * {
    width: 16.6666666667%; }

  .t-grid\:m\:fit\:7 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:7 > * {
    width: 14.2857142857%; }

  .t-grid\:m\:fit\:8 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:8 > * {
    width: 12.5%; }

  .t-grid\:m\:fit\:9 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:9 > * {
    width: 11.1111111111%; }

  .t-grid\:m\:fit\:10 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:10 > * {
    width: 10%; }

  .t-grid\:m\:fit\:11 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:11 > * {
    width: 9.0909090909%; }

  .t-grid\:m\:fit\:12 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:12 > * {
    width: 8.3333333333%; }

  .t-grid\:m\:fit\:13 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:13 > * {
    width: 7.6923076923%; }

  .t-grid\:m\:fit\:14 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:14 > * {
    width: 7.1428571429%; }

  .t-grid\:m\:fit\:15 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:15 > * {
    width: 6.6666666667%; }

  .t-grid\:m\:fit\:16 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:16 > * {
    width: 6.25%; }

  .t-grid\:m\:fit\:17 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:17 > * {
    width: 5.8823529412%; }

  .t-grid\:m\:fit\:18 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:18 > * {
    width: 5.5555555556%; }

  .t-grid\:m\:fit\:19 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:19 > * {
    width: 5.2631578947%; }

  .t-grid\:m\:fit\:20 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:20 > * {
    width: 5%; }

  .t-grid\:m\:fit\:21 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:21 > * {
    width: 4.7619047619%; }

  .t-grid\:m\:fit\:22 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:22 > * {
    width: 4.5454545455%; }

  .t-grid\:m\:fit\:23 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:23 > * {
    width: 4.347826087%; }

  .t-grid\:m\:fit\:24 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:24 > * {
    width: 4.1666666667%; }

  .t-grid\:m\:fit\:25 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:25 > * {
    width: 4%; }

  .t-grid\:m\:fit\:26 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:26 > * {
    width: 3.8461538462%; }

  .t-grid\:m\:fit\:27 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:27 > * {
    width: 3.7037037037%; }

  .t-grid\:m\:fit\:28 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:28 > * {
    width: 3.5714285714%; }

  .t-grid\:m\:fit\:29 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:29 > * {
    width: 3.4482758621%; }

  .t-grid\:m\:fit\:30 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:30 > * {
    width: 3.3333333333%; }

  .t-grid\:m\:fit\:31 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:31 > * {
    width: 3.2258064516%; }

  .t-grid\:m\:fit\:32 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:32 > * {
    width: 3.125%; }

  .t-grid\:m\:fit\:33 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:33 > * {
    width: 3.0303030303%; }

  .t-grid\:m\:fit\:34 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:34 > * {
    width: 2.9411764706%; }

  .t-grid\:m\:fit\:35 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:35 > * {
    width: 2.8571428571%; }

  .t-grid\:m\:fit\:36 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:36 > * {
    width: 2.7777777778%; }

  .t-grid\:m\:fit\:37 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:37 > * {
    width: 2.7027027027%; }

  .t-grid\:m\:fit\:38 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:38 > * {
    width: 2.6315789474%; }

  .t-grid\:m\:fit\:39 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:39 > * {
    width: 2.5641025641%; }

  .t-grid\:m\:fit\:40 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:40 > * {
    width: 2.5%; }

  .t-grid\:m\:fit\:41 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:41 > * {
    width: 2.4390243902%; }

  .t-grid\:m\:fit\:42 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:42 > * {
    width: 2.380952381%; }

  .t-grid\:m\:fit\:43 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:43 > * {
    width: 2.3255813953%; }

  .t-grid\:m\:fit\:44 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:44 > * {
    width: 2.2727272727%; }

  .t-grid\:m\:fit\:45 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:45 > * {
    width: 2.2222222222%; }

  .t-grid\:m\:fit\:46 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:46 > * {
    width: 2.1739130435%; }

  .t-grid\:m\:fit\:47 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:47 > * {
    width: 2.1276595745%; }

  .t-grid\:m\:fit\:48 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:48 > * {
    width: 2.0833333333%; }

  .t-grid\:m\:fit\:49 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:49 > * {
    width: 2.0408163265%; }

  .t-grid\:m\:fit\:50 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:50 > * {
    width: 2%; }

  .t-grid\:m\:fit\:51 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:51 > * {
    width: 1.9607843137%; }

  .t-grid\:m\:fit\:52 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:52 > * {
    width: 1.9230769231%; }

  .t-grid\:m\:fit\:53 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:53 > * {
    width: 1.8867924528%; }

  .t-grid\:m\:fit\:54 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:54 > * {
    width: 1.8518518519%; }

  .t-grid\:m\:fit\:55 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:55 > * {
    width: 1.8181818182%; }

  .t-grid\:m\:fit\:56 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:56 > * {
    width: 1.7857142857%; }

  .t-grid\:m\:fit\:57 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:57 > * {
    width: 1.7543859649%; }

  .t-grid\:m\:fit\:58 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:58 > * {
    width: 1.724137931%; }

  .t-grid\:m\:fit\:59 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:59 > * {
    width: 1.6949152542%; }

  .t-grid\:m\:fit\:60 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:60 > * {
    width: 1.6666666667%; }

  .t-grid\:m\:fit\:61 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:61 > * {
    width: 1.6393442623%; }

  .t-grid\:m\:fit\:62 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:62 > * {
    width: 1.6129032258%; }

  .t-grid\:m\:fit\:63 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:63 > * {
    width: 1.5873015873%; }

  .t-grid\:m\:fit\:64 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:64 > * {
    width: 1.5625%; }

  .t-grid\:m\:fit\:65 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:65 > * {
    width: 1.5384615385%; }

  .t-grid\:m\:fit\:66 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:66 > * {
    width: 1.5151515152%; }

  .t-grid\:m\:fit\:67 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:67 > * {
    width: 1.4925373134%; }

  .t-grid\:m\:fit\:68 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:68 > * {
    width: 1.4705882353%; }

  .t-grid\:m\:fit\:69 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:69 > * {
    width: 1.4492753623%; }

  .t-grid\:m\:fit\:70 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:70 > * {
    width: 1.4285714286%; }

  .t-grid\:m\:fit\:71 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:71 > * {
    width: 1.4084507042%; }

  .t-grid\:m\:fit\:72 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:72 > * {
    width: 1.3888888889%; }

  .t-grid\:m\:fit\:73 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:73 > * {
    width: 1.3698630137%; }

  .t-grid\:m\:fit\:74 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:74 > * {
    width: 1.3513513514%; }

  .t-grid\:m\:fit\:75 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:75 > * {
    width: 1.3333333333%; }

  .t-grid\:m\:fit\:76 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:76 > * {
    width: 1.3157894737%; }

  .t-grid\:m\:fit\:77 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:77 > * {
    width: 1.2987012987%; }

  .t-grid\:m\:fit\:78 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:78 > * {
    width: 1.2820512821%; }

  .t-grid\:m\:fit\:79 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:79 > * {
    width: 1.2658227848%; }

  .t-grid\:m\:fit\:80 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:80 > * {
    width: 1.25%; }

  .t-grid\:m\:fit\:81 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:81 > * {
    width: 1.2345679012%; }

  .t-grid\:m\:fit\:82 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:82 > * {
    width: 1.2195121951%; }

  .t-grid\:m\:fit\:83 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:83 > * {
    width: 1.2048192771%; }

  .t-grid\:m\:fit\:84 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:84 > * {
    width: 1.1904761905%; }

  .t-grid\:m\:fit\:85 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:85 > * {
    width: 1.1764705882%; }

  .t-grid\:m\:fit\:86 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:86 > * {
    width: 1.1627906977%; }

  .t-grid\:m\:fit\:87 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:87 > * {
    width: 1.1494252874%; }

  .t-grid\:m\:fit\:88 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:88 > * {
    width: 1.1363636364%; }

  .t-grid\:m\:fit\:89 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:89 > * {
    width: 1.1235955056%; }

  .t-grid\:m\:fit\:90 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:90 > * {
    width: 1.1111111111%; }

  .t-grid\:m\:fit\:91 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:91 > * {
    width: 1.0989010989%; }

  .t-grid\:m\:fit\:92 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:92 > * {
    width: 1.0869565217%; }

  .t-grid\:m\:fit\:93 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:93 > * {
    width: 1.0752688172%; }

  .t-grid\:m\:fit\:94 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:94 > * {
    width: 1.0638297872%; }

  .t-grid\:m\:fit\:95 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:95 > * {
    width: 1.0526315789%; }

  .t-grid\:m\:fit\:96 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:96 > * {
    width: 1.0416666667%; }

  .t-grid\:m\:fit\:97 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:97 > * {
    width: 1.0309278351%; }

  .t-grid\:m\:fit\:98 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:98 > * {
    width: 1.0204081633%; }

  .t-grid\:m\:fit\:99 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:99 > * {
    width: 1.0101010101%; }

  .t-grid\:m\:fit\:100 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:m\:fit\:100 > * {
    width: 1%; } }
@media (min-width: 1023px) {
  .t-grid\:l\:fit\:1 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:1 > * {
    width: 100%; }

  .t-grid\:l\:fit\:2 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:2 > * {
    width: 50%; }

  .t-grid\:l\:fit\:3 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:3 > * {
    width: 33.3333333333%; }

  .t-grid\:l\:fit\:4 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:4 > * {
    width: 25%; }

  .t-grid\:l\:fit\:5 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:5 > * {
    width: 20%; }

  .t-grid\:l\:fit\:6 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:6 > * {
    width: 16.6666666667%; }

  .t-grid\:l\:fit\:7 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:7 > * {
    width: 14.2857142857%; }

  .t-grid\:l\:fit\:8 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:8 > * {
    width: 12.5%; }

  .t-grid\:l\:fit\:9 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:9 > * {
    width: 11.1111111111%; }

  .t-grid\:l\:fit\:10 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:10 > * {
    width: 10%; }

  .t-grid\:l\:fit\:11 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:11 > * {
    width: 9.0909090909%; }

  .t-grid\:l\:fit\:12 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:12 > * {
    width: 8.3333333333%; }

  .t-grid\:l\:fit\:13 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:13 > * {
    width: 7.6923076923%; }

  .t-grid\:l\:fit\:14 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:14 > * {
    width: 7.1428571429%; }

  .t-grid\:l\:fit\:15 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:15 > * {
    width: 6.6666666667%; }

  .t-grid\:l\:fit\:16 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:16 > * {
    width: 6.25%; }

  .t-grid\:l\:fit\:17 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:17 > * {
    width: 5.8823529412%; }

  .t-grid\:l\:fit\:18 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:18 > * {
    width: 5.5555555556%; }

  .t-grid\:l\:fit\:19 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:19 > * {
    width: 5.2631578947%; }

  .t-grid\:l\:fit\:20 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:20 > * {
    width: 5%; }

  .t-grid\:l\:fit\:21 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:21 > * {
    width: 4.7619047619%; }

  .t-grid\:l\:fit\:22 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:22 > * {
    width: 4.5454545455%; }

  .t-grid\:l\:fit\:23 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:23 > * {
    width: 4.347826087%; }

  .t-grid\:l\:fit\:24 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:24 > * {
    width: 4.1666666667%; }

  .t-grid\:l\:fit\:25 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:25 > * {
    width: 4%; }

  .t-grid\:l\:fit\:26 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:26 > * {
    width: 3.8461538462%; }

  .t-grid\:l\:fit\:27 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:27 > * {
    width: 3.7037037037%; }

  .t-grid\:l\:fit\:28 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:28 > * {
    width: 3.5714285714%; }

  .t-grid\:l\:fit\:29 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:29 > * {
    width: 3.4482758621%; }

  .t-grid\:l\:fit\:30 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:30 > * {
    width: 3.3333333333%; }

  .t-grid\:l\:fit\:31 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:31 > * {
    width: 3.2258064516%; }

  .t-grid\:l\:fit\:32 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:32 > * {
    width: 3.125%; }

  .t-grid\:l\:fit\:33 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:33 > * {
    width: 3.0303030303%; }

  .t-grid\:l\:fit\:34 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:34 > * {
    width: 2.9411764706%; }

  .t-grid\:l\:fit\:35 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:35 > * {
    width: 2.8571428571%; }

  .t-grid\:l\:fit\:36 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:36 > * {
    width: 2.7777777778%; }

  .t-grid\:l\:fit\:37 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:37 > * {
    width: 2.7027027027%; }

  .t-grid\:l\:fit\:38 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:38 > * {
    width: 2.6315789474%; }

  .t-grid\:l\:fit\:39 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:39 > * {
    width: 2.5641025641%; }

  .t-grid\:l\:fit\:40 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:40 > * {
    width: 2.5%; }

  .t-grid\:l\:fit\:41 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:41 > * {
    width: 2.4390243902%; }

  .t-grid\:l\:fit\:42 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:42 > * {
    width: 2.380952381%; }

  .t-grid\:l\:fit\:43 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:43 > * {
    width: 2.3255813953%; }

  .t-grid\:l\:fit\:44 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:44 > * {
    width: 2.2727272727%; }

  .t-grid\:l\:fit\:45 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:45 > * {
    width: 2.2222222222%; }

  .t-grid\:l\:fit\:46 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:46 > * {
    width: 2.1739130435%; }

  .t-grid\:l\:fit\:47 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:47 > * {
    width: 2.1276595745%; }

  .t-grid\:l\:fit\:48 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:48 > * {
    width: 2.0833333333%; }

  .t-grid\:l\:fit\:49 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:49 > * {
    width: 2.0408163265%; }

  .t-grid\:l\:fit\:50 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:50 > * {
    width: 2%; }

  .t-grid\:l\:fit\:51 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:51 > * {
    width: 1.9607843137%; }

  .t-grid\:l\:fit\:52 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:52 > * {
    width: 1.9230769231%; }

  .t-grid\:l\:fit\:53 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:53 > * {
    width: 1.8867924528%; }

  .t-grid\:l\:fit\:54 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:54 > * {
    width: 1.8518518519%; }

  .t-grid\:l\:fit\:55 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:55 > * {
    width: 1.8181818182%; }

  .t-grid\:l\:fit\:56 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:56 > * {
    width: 1.7857142857%; }

  .t-grid\:l\:fit\:57 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:57 > * {
    width: 1.7543859649%; }

  .t-grid\:l\:fit\:58 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:58 > * {
    width: 1.724137931%; }

  .t-grid\:l\:fit\:59 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:59 > * {
    width: 1.6949152542%; }

  .t-grid\:l\:fit\:60 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:60 > * {
    width: 1.6666666667%; }

  .t-grid\:l\:fit\:61 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:61 > * {
    width: 1.6393442623%; }

  .t-grid\:l\:fit\:62 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:62 > * {
    width: 1.6129032258%; }

  .t-grid\:l\:fit\:63 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:63 > * {
    width: 1.5873015873%; }

  .t-grid\:l\:fit\:64 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:64 > * {
    width: 1.5625%; }

  .t-grid\:l\:fit\:65 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:65 > * {
    width: 1.5384615385%; }

  .t-grid\:l\:fit\:66 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:66 > * {
    width: 1.5151515152%; }

  .t-grid\:l\:fit\:67 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:67 > * {
    width: 1.4925373134%; }

  .t-grid\:l\:fit\:68 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:68 > * {
    width: 1.4705882353%; }

  .t-grid\:l\:fit\:69 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:69 > * {
    width: 1.4492753623%; }

  .t-grid\:l\:fit\:70 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:70 > * {
    width: 1.4285714286%; }

  .t-grid\:l\:fit\:71 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:71 > * {
    width: 1.4084507042%; }

  .t-grid\:l\:fit\:72 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:72 > * {
    width: 1.3888888889%; }

  .t-grid\:l\:fit\:73 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:73 > * {
    width: 1.3698630137%; }

  .t-grid\:l\:fit\:74 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:74 > * {
    width: 1.3513513514%; }

  .t-grid\:l\:fit\:75 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:75 > * {
    width: 1.3333333333%; }

  .t-grid\:l\:fit\:76 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:76 > * {
    width: 1.3157894737%; }

  .t-grid\:l\:fit\:77 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:77 > * {
    width: 1.2987012987%; }

  .t-grid\:l\:fit\:78 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:78 > * {
    width: 1.2820512821%; }

  .t-grid\:l\:fit\:79 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:79 > * {
    width: 1.2658227848%; }

  .t-grid\:l\:fit\:80 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:80 > * {
    width: 1.25%; }

  .t-grid\:l\:fit\:81 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:81 > * {
    width: 1.2345679012%; }

  .t-grid\:l\:fit\:82 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:82 > * {
    width: 1.2195121951%; }

  .t-grid\:l\:fit\:83 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:83 > * {
    width: 1.2048192771%; }

  .t-grid\:l\:fit\:84 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:84 > * {
    width: 1.1904761905%; }

  .t-grid\:l\:fit\:85 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:85 > * {
    width: 1.1764705882%; }

  .t-grid\:l\:fit\:86 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:86 > * {
    width: 1.1627906977%; }

  .t-grid\:l\:fit\:87 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:87 > * {
    width: 1.1494252874%; }

  .t-grid\:l\:fit\:88 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:88 > * {
    width: 1.1363636364%; }

  .t-grid\:l\:fit\:89 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:89 > * {
    width: 1.1235955056%; }

  .t-grid\:l\:fit\:90 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:90 > * {
    width: 1.1111111111%; }

  .t-grid\:l\:fit\:91 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:91 > * {
    width: 1.0989010989%; }

  .t-grid\:l\:fit\:92 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:92 > * {
    width: 1.0869565217%; }

  .t-grid\:l\:fit\:93 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:93 > * {
    width: 1.0752688172%; }

  .t-grid\:l\:fit\:94 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:94 > * {
    width: 1.0638297872%; }

  .t-grid\:l\:fit\:95 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:95 > * {
    width: 1.0526315789%; }

  .t-grid\:l\:fit\:96 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:96 > * {
    width: 1.0416666667%; }

  .t-grid\:l\:fit\:97 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:97 > * {
    width: 1.0309278351%; }

  .t-grid\:l\:fit\:98 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:98 > * {
    width: 1.0204081633%; }

  .t-grid\:l\:fit\:99 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:99 > * {
    width: 1.0101010101%; }

  .t-grid\:l\:fit\:100 {
    display: flex;
    flex-wrap: wrap; }
  .t-grid\:l\:fit\:100 > * {
    width: 1%; } }
/*

https://ascii.cl/

*/
/* @debug$increment-keys; */
/* Padding Percents */
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 0px) {
  .t-pad {
    padding: 40px; }

  .t-pad\:top {
    padding-top: 40px; }

  .t-pad\:rt {
    padding-right: 40px; }

  .t-pad\:bot {
    padding-bottom: 40px; }

  .t-pad\:lt {
    padding-left: 40px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 0px) and (max-width: 767px) {
  body .t-pad\:xs {
    padding: 40px; }

  body .t-pad\:top\:xs {
    padding-top: 40px; }

  body .t-pad\:rt\:xs {
    padding-right: 40px; }

  body .t-pad\:bot\:xs {
    padding-bottom: 40px; }

  body .t-pad\:lt\:xs {
    padding-left: 40px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 767px) and (max-width: 1023px) {
  body .t-pad\:m {
    padding: 40px; }

  body .t-pad\:top\:m {
    padding-top: 40px; }

  body .t-pad\:rt\:m {
    padding-right: 40px; }

  body .t-pad\:bot\:m {
    padding-bottom: 40px; }

  body .t-pad\:lt\:m {
    padding-left: 40px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 1023px) {
  body .t-pad\:l {
    padding: 40px; }

  body .t-pad\:top\:l {
    padding-top: 40px; }

  body .t-pad\:rt\:l {
    padding-right: 40px; }

  body .t-pad\:bot\:l {
    padding-bottom: 40px; }

  body .t-pad\:lt\:l {
    padding-left: 40px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 1250px) {
  body .t-pad\:xl {
    padding: 40px; }

  body .t-pad\:top\:xl {
    padding-top: 40px; }

  body .t-pad\:rt\:xl {
    padding-right: 40px; }

  body .t-pad\:bot\:xl {
    padding-bottom: 40px; }

  body .t-pad\:lt\:xl {
    padding-left: 40px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 1220px) {
  body .t-pad\:sw {
    padding: 40px; }

  body .t-pad\:top\:sw {
    padding-top: 40px; }

  body .t-pad\:rt\:sw {
    padding-right: 40px; }

  body .t-pad\:bot\:sw {
    padding-bottom: 40px; }

  body .t-pad\:lt\:sw {
    padding-left: 40px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 0px) {
  .t-pad\:75pc {
    padding: 30px; }

  .t-pad\:75pc\:top {
    padding-top: 30px; }

  .t-pad\:75pc\:rt {
    padding-right: 30px; }

  .t-pad\:75pc\:bot {
    padding-bottom: 30px; }

  .t-pad\:75pc\:lt {
    padding-left: 30px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 0px) and (max-width: 767px) {
  body .t-pad\:75pc\:xs {
    padding: 30px; }

  body .t-pad\:75pc\:top\:xs {
    padding-top: 30px; }

  body .t-pad\:75pc\:rt\:xs {
    padding-right: 30px; }

  body .t-pad\:75pc\:bot\:xs {
    padding-bottom: 30px; }

  body .t-pad\:75pc\:lt\:xs {
    padding-left: 30px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 767px) and (max-width: 1023px) {
  body .t-pad\:75pc\:m {
    padding: 30px; }

  body .t-pad\:75pc\:top\:m {
    padding-top: 30px; }

  body .t-pad\:75pc\:rt\:m {
    padding-right: 30px; }

  body .t-pad\:75pc\:bot\:m {
    padding-bottom: 30px; }

  body .t-pad\:75pc\:lt\:m {
    padding-left: 30px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 1023px) {
  body .t-pad\:75pc\:l {
    padding: 30px; }

  body .t-pad\:75pc\:top\:l {
    padding-top: 30px; }

  body .t-pad\:75pc\:rt\:l {
    padding-right: 30px; }

  body .t-pad\:75pc\:bot\:l {
    padding-bottom: 30px; }

  body .t-pad\:75pc\:lt\:l {
    padding-left: 30px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 1250px) {
  body .t-pad\:75pc\:xl {
    padding: 30px; }

  body .t-pad\:75pc\:top\:xl {
    padding-top: 30px; }

  body .t-pad\:75pc\:rt\:xl {
    padding-right: 30px; }

  body .t-pad\:75pc\:bot\:xl {
    padding-bottom: 30px; }

  body .t-pad\:75pc\:lt\:xl {
    padding-left: 30px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 1220px) {
  body .t-pad\:75pc\:sw {
    padding: 30px; }

  body .t-pad\:75pc\:top\:sw {
    padding-top: 30px; }

  body .t-pad\:75pc\:rt\:sw {
    padding-right: 30px; }

  body .t-pad\:75pc\:bot\:sw {
    padding-bottom: 30px; }

  body .t-pad\:75pc\:lt\:sw {
    padding-left: 30px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 0px) {
  .t-pad\:50pc {
    padding: 20px; }

  .t-pad\:50pc\:top {
    padding-top: 20px; }

  .t-pad\:50pc\:rt {
    padding-right: 20px; }

  .t-pad\:50pc\:bot {
    padding-bottom: 20px; }

  .t-pad\:50pc\:lt {
    padding-left: 20px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 0px) and (max-width: 767px) {
  body .t-pad\:50pc\:xs {
    padding: 20px; }

  body .t-pad\:50pc\:top\:xs {
    padding-top: 20px; }

  body .t-pad\:50pc\:rt\:xs {
    padding-right: 20px; }

  body .t-pad\:50pc\:bot\:xs {
    padding-bottom: 20px; }

  body .t-pad\:50pc\:lt\:xs {
    padding-left: 20px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 767px) and (max-width: 1023px) {
  body .t-pad\:50pc\:m {
    padding: 20px; }

  body .t-pad\:50pc\:top\:m {
    padding-top: 20px; }

  body .t-pad\:50pc\:rt\:m {
    padding-right: 20px; }

  body .t-pad\:50pc\:bot\:m {
    padding-bottom: 20px; }

  body .t-pad\:50pc\:lt\:m {
    padding-left: 20px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 1023px) {
  body .t-pad\:50pc\:l {
    padding: 20px; }

  body .t-pad\:50pc\:top\:l {
    padding-top: 20px; }

  body .t-pad\:50pc\:rt\:l {
    padding-right: 20px; }

  body .t-pad\:50pc\:bot\:l {
    padding-bottom: 20px; }

  body .t-pad\:50pc\:lt\:l {
    padding-left: 20px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 1250px) {
  body .t-pad\:50pc\:xl {
    padding: 20px; }

  body .t-pad\:50pc\:top\:xl {
    padding-top: 20px; }

  body .t-pad\:50pc\:rt\:xl {
    padding-right: 20px; }

  body .t-pad\:50pc\:bot\:xl {
    padding-bottom: 20px; }

  body .t-pad\:50pc\:lt\:xl {
    padding-left: 20px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 1220px) {
  body .t-pad\:50pc\:sw {
    padding: 20px; }

  body .t-pad\:50pc\:top\:sw {
    padding-top: 20px; }

  body .t-pad\:50pc\:rt\:sw {
    padding-right: 20px; }

  body .t-pad\:50pc\:bot\:sw {
    padding-bottom: 20px; }

  body .t-pad\:50pc\:lt\:sw {
    padding-left: 20px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 0px) {
  .t-pad\:33pc {
    padding: 13.3333333333px; }

  .t-pad\:33pc\:top {
    padding-top: 13.3333333333px; }

  .t-pad\:33pc\:rt {
    padding-right: 13.3333333333px; }

  .t-pad\:33pc\:bot {
    padding-bottom: 13.3333333333px; }

  .t-pad\:33pc\:lt {
    padding-left: 13.3333333333px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 0px) and (max-width: 767px) {
  body .t-pad\:33pc\:xs {
    padding: 13.3333333333px; }

  body .t-pad\:33pc\:top\:xs {
    padding-top: 13.3333333333px; }

  body .t-pad\:33pc\:rt\:xs {
    padding-right: 13.3333333333px; }

  body .t-pad\:33pc\:bot\:xs {
    padding-bottom: 13.3333333333px; }

  body .t-pad\:33pc\:lt\:xs {
    padding-left: 13.3333333333px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 767px) and (max-width: 1023px) {
  body .t-pad\:33pc\:m {
    padding: 13.3333333333px; }

  body .t-pad\:33pc\:top\:m {
    padding-top: 13.3333333333px; }

  body .t-pad\:33pc\:rt\:m {
    padding-right: 13.3333333333px; }

  body .t-pad\:33pc\:bot\:m {
    padding-bottom: 13.3333333333px; }

  body .t-pad\:33pc\:lt\:m {
    padding-left: 13.3333333333px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 1023px) {
  body .t-pad\:33pc\:l {
    padding: 13.3333333333px; }

  body .t-pad\:33pc\:top\:l {
    padding-top: 13.3333333333px; }

  body .t-pad\:33pc\:rt\:l {
    padding-right: 13.3333333333px; }

  body .t-pad\:33pc\:bot\:l {
    padding-bottom: 13.3333333333px; }

  body .t-pad\:33pc\:lt\:l {
    padding-left: 13.3333333333px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 1250px) {
  body .t-pad\:33pc\:xl {
    padding: 13.3333333333px; }

  body .t-pad\:33pc\:top\:xl {
    padding-top: 13.3333333333px; }

  body .t-pad\:33pc\:rt\:xl {
    padding-right: 13.3333333333px; }

  body .t-pad\:33pc\:bot\:xl {
    padding-bottom: 13.3333333333px; }

  body .t-pad\:33pc\:lt\:xl {
    padding-left: 13.3333333333px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 1220px) {
  body .t-pad\:33pc\:sw {
    padding: 13.3333333333px; }

  body .t-pad\:33pc\:top\:sw {
    padding-top: 13.3333333333px; }

  body .t-pad\:33pc\:rt\:sw {
    padding-right: 13.3333333333px; }

  body .t-pad\:33pc\:bot\:sw {
    padding-bottom: 13.3333333333px; }

  body .t-pad\:33pc\:lt\:sw {
    padding-left: 13.3333333333px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 0px) {
  .t-pad\:25pc {
    padding: 10px; }

  .t-pad\:25pc\:top {
    padding-top: 10px; }

  .t-pad\:25pc\:rt {
    padding-right: 10px; }

  .t-pad\:25pc\:bot {
    padding-bottom: 10px; }

  .t-pad\:25pc\:lt {
    padding-left: 10px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 0px) and (max-width: 767px) {
  body .t-pad\:25pc\:xs {
    padding: 10px; }

  body .t-pad\:25pc\:top\:xs {
    padding-top: 10px; }

  body .t-pad\:25pc\:rt\:xs {
    padding-right: 10px; }

  body .t-pad\:25pc\:bot\:xs {
    padding-bottom: 10px; }

  body .t-pad\:25pc\:lt\:xs {
    padding-left: 10px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 767px) and (max-width: 1023px) {
  body .t-pad\:25pc\:m {
    padding: 10px; }

  body .t-pad\:25pc\:top\:m {
    padding-top: 10px; }

  body .t-pad\:25pc\:rt\:m {
    padding-right: 10px; }

  body .t-pad\:25pc\:bot\:m {
    padding-bottom: 10px; }

  body .t-pad\:25pc\:lt\:m {
    padding-left: 10px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 1023px) {
  body .t-pad\:25pc\:l {
    padding: 10px; }

  body .t-pad\:25pc\:top\:l {
    padding-top: 10px; }

  body .t-pad\:25pc\:rt\:l {
    padding-right: 10px; }

  body .t-pad\:25pc\:bot\:l {
    padding-bottom: 10px; }

  body .t-pad\:25pc\:lt\:l {
    padding-left: 10px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 1250px) {
  body .t-pad\:25pc\:xl {
    padding: 10px; }

  body .t-pad\:25pc\:top\:xl {
    padding-top: 10px; }

  body .t-pad\:25pc\:rt\:xl {
    padding-right: 10px; }

  body .t-pad\:25pc\:bot\:xl {
    padding-bottom: 10px; }

  body .t-pad\:25pc\:lt\:xl {
    padding-left: 10px; } }
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 1220px) {
  body .t-pad\:25pc\:sw {
    padding: 10px; }

  body .t-pad\:25pc\:top\:sw {
    padding-top: 10px; }

  body .t-pad\:25pc\:rt\:sw {
    padding-right: 10px; }

  body .t-pad\:25pc\:bot\:sw {
    padding-bottom: 10px; }

  body .t-pad\:25pc\:lt\:sw {
    padding-left: 10px; } }
/* Padding Pixels */
@media (min-width: 0px) {
  .t-pad\:20px {
    padding: 20px; }

  .t-pad\:20px\:top {
    padding-top: 20px; }

  .t-pad\:20px\:rt {
    padding-right: 20px; }

  .t-pad\:20px\:bot {
    padding-bottom: 20px; }

  .t-pad\:20px\:lt {
    padding-left: 20px; } }
@media (min-width: 0px) and (max-width: 767px) {
  body .t-pad\:20px\:xs {
    padding: 20px; }

  body .t-pad\:20px\:top\:xs {
    padding-top: 20px; }

  body .t-pad\:20px\:rt\:xs {
    padding-right: 20px; }

  body .t-pad\:20px\:bot\:xs {
    padding-bottom: 20px; }

  body .t-pad\:20px\:lt\:xs {
    padding-left: 20px; } }
@media (min-width: 767px) and (max-width: 1023px) {
  body .t-pad\:20px\:m {
    padding: 20px; }

  body .t-pad\:20px\:top\:m {
    padding-top: 20px; }

  body .t-pad\:20px\:rt\:m {
    padding-right: 20px; }

  body .t-pad\:20px\:bot\:m {
    padding-bottom: 20px; }

  body .t-pad\:20px\:lt\:m {
    padding-left: 20px; } }
@media (min-width: 1023px) {
  body .t-pad\:20px\:l {
    padding: 20px; }

  body .t-pad\:20px\:top\:l {
    padding-top: 20px; }

  body .t-pad\:20px\:rt\:l {
    padding-right: 20px; }

  body .t-pad\:20px\:bot\:l {
    padding-bottom: 20px; }

  body .t-pad\:20px\:lt\:l {
    padding-left: 20px; } }
@media (min-width: 1250px) {
  body .t-pad\:20px\:xl {
    padding: 20px; }

  body .t-pad\:20px\:top\:xl {
    padding-top: 20px; }

  body .t-pad\:20px\:rt\:xl {
    padding-right: 20px; }

  body .t-pad\:20px\:bot\:xl {
    padding-bottom: 20px; }

  body .t-pad\:20px\:lt\:xl {
    padding-left: 20px; } }
@media (min-width: 1220px) {
  body .t-pad\:20px\:sw {
    padding: 20px; }

  body .t-pad\:20px\:top\:sw {
    padding-top: 20px; }

  body .t-pad\:20px\:rt\:sw {
    padding-right: 20px; }

  body .t-pad\:20px\:bot\:sw {
    padding-bottom: 20px; }

  body .t-pad\:20px\:lt\:sw {
    padding-left: 20px; } }
@media (min-width: 0px) {
  .t-pad\:15px {
    padding: 15px; }

  .t-pad\:15px\:top {
    padding-top: 15px; }

  .t-pad\:15px\:rt {
    padding-right: 15px; }

  .t-pad\:15px\:bot {
    padding-bottom: 15px; }

  .t-pad\:15px\:lt {
    padding-left: 15px; } }
@media (min-width: 0px) and (max-width: 767px) {
  body .t-pad\:15px\:xs {
    padding: 15px; }

  body .t-pad\:15px\:top\:xs {
    padding-top: 15px; }

  body .t-pad\:15px\:rt\:xs {
    padding-right: 15px; }

  body .t-pad\:15px\:bot\:xs {
    padding-bottom: 15px; }

  body .t-pad\:15px\:lt\:xs {
    padding-left: 15px; } }
@media (min-width: 767px) and (max-width: 1023px) {
  body .t-pad\:15px\:m {
    padding: 15px; }

  body .t-pad\:15px\:top\:m {
    padding-top: 15px; }

  body .t-pad\:15px\:rt\:m {
    padding-right: 15px; }

  body .t-pad\:15px\:bot\:m {
    padding-bottom: 15px; }

  body .t-pad\:15px\:lt\:m {
    padding-left: 15px; } }
@media (min-width: 1023px) {
  body .t-pad\:15px\:l {
    padding: 15px; }

  body .t-pad\:15px\:top\:l {
    padding-top: 15px; }

  body .t-pad\:15px\:rt\:l {
    padding-right: 15px; }

  body .t-pad\:15px\:bot\:l {
    padding-bottom: 15px; }

  body .t-pad\:15px\:lt\:l {
    padding-left: 15px; } }
@media (min-width: 1250px) {
  body .t-pad\:15px\:xl {
    padding: 15px; }

  body .t-pad\:15px\:top\:xl {
    padding-top: 15px; }

  body .t-pad\:15px\:rt\:xl {
    padding-right: 15px; }

  body .t-pad\:15px\:bot\:xl {
    padding-bottom: 15px; }

  body .t-pad\:15px\:lt\:xl {
    padding-left: 15px; } }
@media (min-width: 1220px) {
  body .t-pad\:15px\:sw {
    padding: 15px; }

  body .t-pad\:15px\:top\:sw {
    padding-top: 15px; }

  body .t-pad\:15px\:rt\:sw {
    padding-right: 15px; }

  body .t-pad\:15px\:bot\:sw {
    padding-bottom: 15px; }

  body .t-pad\:15px\:lt\:sw {
    padding-left: 15px; } }
@media (min-width: 0px) {
  .t-pad\:10px {
    padding: 10px; }

  .t-pad\:10px\:top {
    padding-top: 10px; }

  .t-pad\:10px\:rt {
    padding-right: 10px; }

  .t-pad\:10px\:bot {
    padding-bottom: 10px; }

  .t-pad\:10px\:lt {
    padding-left: 10px; } }
@media (min-width: 0px) and (max-width: 767px) {
  body .t-pad\:10px\:xs {
    padding: 10px; }

  body .t-pad\:10px\:top\:xs {
    padding-top: 10px; }

  body .t-pad\:10px\:rt\:xs {
    padding-right: 10px; }

  body .t-pad\:10px\:bot\:xs {
    padding-bottom: 10px; }

  body .t-pad\:10px\:lt\:xs {
    padding-left: 10px; } }
@media (min-width: 767px) and (max-width: 1023px) {
  body .t-pad\:10px\:m {
    padding: 10px; }

  body .t-pad\:10px\:top\:m {
    padding-top: 10px; }

  body .t-pad\:10px\:rt\:m {
    padding-right: 10px; }

  body .t-pad\:10px\:bot\:m {
    padding-bottom: 10px; }

  body .t-pad\:10px\:lt\:m {
    padding-left: 10px; } }
@media (min-width: 1023px) {
  body .t-pad\:10px\:l {
    padding: 10px; }

  body .t-pad\:10px\:top\:l {
    padding-top: 10px; }

  body .t-pad\:10px\:rt\:l {
    padding-right: 10px; }

  body .t-pad\:10px\:bot\:l {
    padding-bottom: 10px; }

  body .t-pad\:10px\:lt\:l {
    padding-left: 10px; } }
@media (min-width: 1250px) {
  body .t-pad\:10px\:xl {
    padding: 10px; }

  body .t-pad\:10px\:top\:xl {
    padding-top: 10px; }

  body .t-pad\:10px\:rt\:xl {
    padding-right: 10px; }

  body .t-pad\:10px\:bot\:xl {
    padding-bottom: 10px; }

  body .t-pad\:10px\:lt\:xl {
    padding-left: 10px; } }
@media (min-width: 1220px) {
  body .t-pad\:10px\:sw {
    padding: 10px; }

  body .t-pad\:10px\:top\:sw {
    padding-top: 10px; }

  body .t-pad\:10px\:rt\:sw {
    padding-right: 10px; }

  body .t-pad\:10px\:bot\:sw {
    padding-bottom: 10px; }

  body .t-pad\:10px\:lt\:sw {
    padding-left: 10px; } }
@media (min-width: 0px) {
  .t-pad\:5px {
    padding: 5px; }

  .t-pad\:5px\:top {
    padding-top: 5px; }

  .t-pad\:5px\:rt {
    padding-right: 5px; }

  .t-pad\:5px\:bot {
    padding-bottom: 5px; }

  .t-pad\:5px\:lt {
    padding-left: 5px; } }
@media (min-width: 0px) and (max-width: 767px) {
  body .t-pad\:5px\:xs {
    padding: 5px; }

  body .t-pad\:5px\:top\:xs {
    padding-top: 5px; }

  body .t-pad\:5px\:rt\:xs {
    padding-right: 5px; }

  body .t-pad\:5px\:bot\:xs {
    padding-bottom: 5px; }

  body .t-pad\:5px\:lt\:xs {
    padding-left: 5px; } }
@media (min-width: 767px) and (max-width: 1023px) {
  body .t-pad\:5px\:m {
    padding: 5px; }

  body .t-pad\:5px\:top\:m {
    padding-top: 5px; }

  body .t-pad\:5px\:rt\:m {
    padding-right: 5px; }

  body .t-pad\:5px\:bot\:m {
    padding-bottom: 5px; }

  body .t-pad\:5px\:lt\:m {
    padding-left: 5px; } }
@media (min-width: 1023px) {
  body .t-pad\:5px\:l {
    padding: 5px; }

  body .t-pad\:5px\:top\:l {
    padding-top: 5px; }

  body .t-pad\:5px\:rt\:l {
    padding-right: 5px; }

  body .t-pad\:5px\:bot\:l {
    padding-bottom: 5px; }

  body .t-pad\:5px\:lt\:l {
    padding-left: 5px; } }
@media (min-width: 1250px) {
  body .t-pad\:5px\:xl {
    padding: 5px; }

  body .t-pad\:5px\:top\:xl {
    padding-top: 5px; }

  body .t-pad\:5px\:rt\:xl {
    padding-right: 5px; }

  body .t-pad\:5px\:bot\:xl {
    padding-bottom: 5px; }

  body .t-pad\:5px\:lt\:xl {
    padding-left: 5px; } }
@media (min-width: 1220px) {
  body .t-pad\:5px\:sw {
    padding: 5px; }

  body .t-pad\:5px\:top\:sw {
    padding-top: 5px; }

  body .t-pad\:5px\:rt\:sw {
    padding-right: 5px; }

  body .t-pad\:5px\:bot\:sw {
    padding-bottom: 5px; }

  body .t-pad\:5px\:lt\:sw {
    padding-left: 5px; } }
@media (min-width: 0px) {
  .t-pad\:0px {
    padding: 0px; }

  .t-pad\:0px\:top {
    padding-top: 0px; }

  .t-pad\:0px\:rt {
    padding-right: 0px; }

  .t-pad\:0px\:bot {
    padding-bottom: 0px; }

  .t-pad\:0px\:lt {
    padding-left: 0px; } }
@media (min-width: 0px) and (max-width: 767px) {
  body .t-pad\:0px\:xs {
    padding: 0px; }

  body .t-pad\:0px\:top\:xs {
    padding-top: 0px; }

  body .t-pad\:0px\:rt\:xs {
    padding-right: 0px; }

  body .t-pad\:0px\:bot\:xs {
    padding-bottom: 0px; }

  body .t-pad\:0px\:lt\:xs {
    padding-left: 0px; } }
@media (min-width: 767px) and (max-width: 1023px) {
  body .t-pad\:0px\:m {
    padding: 0px; }

  body .t-pad\:0px\:top\:m {
    padding-top: 0px; }

  body .t-pad\:0px\:rt\:m {
    padding-right: 0px; }

  body .t-pad\:0px\:bot\:m {
    padding-bottom: 0px; }

  body .t-pad\:0px\:lt\:m {
    padding-left: 0px; } }
@media (min-width: 1023px) {
  body .t-pad\:0px\:l {
    padding: 0px; }

  body .t-pad\:0px\:top\:l {
    padding-top: 0px; }

  body .t-pad\:0px\:rt\:l {
    padding-right: 0px; }

  body .t-pad\:0px\:bot\:l {
    padding-bottom: 0px; }

  body .t-pad\:0px\:lt\:l {
    padding-left: 0px; } }
@media (min-width: 1250px) {
  body .t-pad\:0px\:xl {
    padding: 0px; }

  body .t-pad\:0px\:top\:xl {
    padding-top: 0px; }

  body .t-pad\:0px\:rt\:xl {
    padding-right: 0px; }

  body .t-pad\:0px\:bot\:xl {
    padding-bottom: 0px; }

  body .t-pad\:0px\:lt\:xl {
    padding-left: 0px; } }
@media (min-width: 1220px) {
  body .t-pad\:0px\:sw {
    padding: 0px; }

  body .t-pad\:0px\:top\:sw {
    padding-top: 0px; }

  body .t-pad\:0px\:rt\:sw {
    padding-right: 0px; }

  body .t-pad\:0px\:bot\:sw {
    padding-bottom: 0px; }

  body .t-pad\:0px\:lt\:sw {
    padding-left: 0px; } }
/* Margin Percents */
@media (min-width: 0px) {
  .t-marg {
    margin: 40px; }

  .t-marg\:top {
    margin-top: 40px; }

  .t-marg\:rt {
    margin-right: 40px; }

  .t-marg\:bot {
    margin-bottom: 40px; }

  .t-marg\:lt {
    margin-left: 40px; } }
@media (min-width: 0px) and (max-width: 767px) {
  body .t-marg\:xs {
    margin: 40px; }

  body .t-marg\:top\:xs {
    margin-top: 40px; }

  body .t-marg\:rt\:xs {
    margin-right: 40px; }

  body .t-marg\:bot\:xs {
    margin-bottom: 40px; }

  body .t-marg\:lt\:xs {
    margin-left: 40px; } }
@media (min-width: 767px) and (max-width: 1023px) {
  body .t-marg\:m {
    margin: 40px; }

  body .t-marg\:top\:m {
    margin-top: 40px; }

  body .t-marg\:rt\:m {
    margin-right: 40px; }

  body .t-marg\:bot\:m {
    margin-bottom: 40px; }

  body .t-marg\:lt\:m {
    margin-left: 40px; } }
@media (min-width: 1023px) {
  body .t-marg\:l {
    margin: 40px; }

  body .t-marg\:top\:l {
    margin-top: 40px; }

  body .t-marg\:rt\:l {
    margin-right: 40px; }

  body .t-marg\:bot\:l {
    margin-bottom: 40px; }

  body .t-marg\:lt\:l {
    margin-left: 40px; } }
@media (min-width: 1250px) {
  body .t-marg\:xl {
    margin: 40px; }

  body .t-marg\:top\:xl {
    margin-top: 40px; }

  body .t-marg\:rt\:xl {
    margin-right: 40px; }

  body .t-marg\:bot\:xl {
    margin-bottom: 40px; }

  body .t-marg\:lt\:xl {
    margin-left: 40px; } }
@media (min-width: 1220px) {
  body .t-marg\:sw {
    margin: 40px; }

  body .t-marg\:top\:sw {
    margin-top: 40px; }

  body .t-marg\:rt\:sw {
    margin-right: 40px; }

  body .t-marg\:bot\:sw {
    margin-bottom: 40px; }

  body .t-marg\:lt\:sw {
    margin-left: 40px; } }
@media (min-width: 0px) {
  .t-marg\:75pc {
    margin: 30px; }

  .t-marg\:75pc\:top {
    margin-top: 30px; }

  .t-marg\:75pc\:rt {
    margin-right: 30px; }

  .t-marg\:75pc\:bot {
    margin-bottom: 30px; }

  .t-marg\:75pc\:lt {
    margin-left: 30px; } }
@media (min-width: 0px) and (max-width: 767px) {
  body .t-marg\:75pc\:xs {
    margin: 30px; }

  body .t-marg\:75pc\:top\:xs {
    margin-top: 30px; }

  body .t-marg\:75pc\:rt\:xs {
    margin-right: 30px; }

  body .t-marg\:75pc\:bot\:xs {
    margin-bottom: 30px; }

  body .t-marg\:75pc\:lt\:xs {
    margin-left: 30px; } }
@media (min-width: 767px) and (max-width: 1023px) {
  body .t-marg\:75pc\:m {
    margin: 30px; }

  body .t-marg\:75pc\:top\:m {
    margin-top: 30px; }

  body .t-marg\:75pc\:rt\:m {
    margin-right: 30px; }

  body .t-marg\:75pc\:bot\:m {
    margin-bottom: 30px; }

  body .t-marg\:75pc\:lt\:m {
    margin-left: 30px; } }
@media (min-width: 1023px) {
  body .t-marg\:75pc\:l {
    margin: 30px; }

  body .t-marg\:75pc\:top\:l {
    margin-top: 30px; }

  body .t-marg\:75pc\:rt\:l {
    margin-right: 30px; }

  body .t-marg\:75pc\:bot\:l {
    margin-bottom: 30px; }

  body .t-marg\:75pc\:lt\:l {
    margin-left: 30px; } }
@media (min-width: 1250px) {
  body .t-marg\:75pc\:xl {
    margin: 30px; }

  body .t-marg\:75pc\:top\:xl {
    margin-top: 30px; }

  body .t-marg\:75pc\:rt\:xl {
    margin-right: 30px; }

  body .t-marg\:75pc\:bot\:xl {
    margin-bottom: 30px; }

  body .t-marg\:75pc\:lt\:xl {
    margin-left: 30px; } }
@media (min-width: 1220px) {
  body .t-marg\:75pc\:sw {
    margin: 30px; }

  body .t-marg\:75pc\:top\:sw {
    margin-top: 30px; }

  body .t-marg\:75pc\:rt\:sw {
    margin-right: 30px; }

  body .t-marg\:75pc\:bot\:sw {
    margin-bottom: 30px; }

  body .t-marg\:75pc\:lt\:sw {
    margin-left: 30px; } }
@media (min-width: 0px) {
  .t-marg\:50pc {
    margin: 20px; }

  .t-marg\:50pc\:top {
    margin-top: 20px; }

  .t-marg\:50pc\:rt {
    margin-right: 20px; }

  .t-marg\:50pc\:bot {
    margin-bottom: 20px; }

  .t-marg\:50pc\:lt {
    margin-left: 20px; } }
@media (min-width: 0px) and (max-width: 767px) {
  body .t-marg\:50pc\:xs {
    margin: 20px; }

  body .t-marg\:50pc\:top\:xs {
    margin-top: 20px; }

  body .t-marg\:50pc\:rt\:xs {
    margin-right: 20px; }

  body .t-marg\:50pc\:bot\:xs {
    margin-bottom: 20px; }

  body .t-marg\:50pc\:lt\:xs {
    margin-left: 20px; } }
@media (min-width: 767px) and (max-width: 1023px) {
  body .t-marg\:50pc\:m {
    margin: 20px; }

  body .t-marg\:50pc\:top\:m {
    margin-top: 20px; }

  body .t-marg\:50pc\:rt\:m {
    margin-right: 20px; }

  body .t-marg\:50pc\:bot\:m {
    margin-bottom: 20px; }

  body .t-marg\:50pc\:lt\:m {
    margin-left: 20px; } }
@media (min-width: 1023px) {
  body .t-marg\:50pc\:l {
    margin: 20px; }

  body .t-marg\:50pc\:top\:l {
    margin-top: 20px; }

  body .t-marg\:50pc\:rt\:l {
    margin-right: 20px; }

  body .t-marg\:50pc\:bot\:l {
    margin-bottom: 20px; }

  body .t-marg\:50pc\:lt\:l {
    margin-left: 20px; } }
@media (min-width: 1250px) {
  body .t-marg\:50pc\:xl {
    margin: 20px; }

  body .t-marg\:50pc\:top\:xl {
    margin-top: 20px; }

  body .t-marg\:50pc\:rt\:xl {
    margin-right: 20px; }

  body .t-marg\:50pc\:bot\:xl {
    margin-bottom: 20px; }

  body .t-marg\:50pc\:lt\:xl {
    margin-left: 20px; } }
@media (min-width: 1220px) {
  body .t-marg\:50pc\:sw {
    margin: 20px; }

  body .t-marg\:50pc\:top\:sw {
    margin-top: 20px; }

  body .t-marg\:50pc\:rt\:sw {
    margin-right: 20px; }

  body .t-marg\:50pc\:bot\:sw {
    margin-bottom: 20px; }

  body .t-marg\:50pc\:lt\:sw {
    margin-left: 20px; } }
@media (min-width: 0px) {
  .t-marg\:33pc {
    margin: 13.3333333333px; }

  .t-marg\:33pc\:top {
    margin-top: 13.3333333333px; }

  .t-marg\:33pc\:rt {
    margin-right: 13.3333333333px; }

  .t-marg\:33pc\:bot {
    margin-bottom: 13.3333333333px; }

  .t-marg\:33pc\:lt {
    margin-left: 13.3333333333px; } }
@media (min-width: 0px) and (max-width: 767px) {
  body .t-marg\:33pc\:xs {
    margin: 13.3333333333px; }

  body .t-marg\:33pc\:top\:xs {
    margin-top: 13.3333333333px; }

  body .t-marg\:33pc\:rt\:xs {
    margin-right: 13.3333333333px; }

  body .t-marg\:33pc\:bot\:xs {
    margin-bottom: 13.3333333333px; }

  body .t-marg\:33pc\:lt\:xs {
    margin-left: 13.3333333333px; } }
@media (min-width: 767px) and (max-width: 1023px) {
  body .t-marg\:33pc\:m {
    margin: 13.3333333333px; }

  body .t-marg\:33pc\:top\:m {
    margin-top: 13.3333333333px; }

  body .t-marg\:33pc\:rt\:m {
    margin-right: 13.3333333333px; }

  body .t-marg\:33pc\:bot\:m {
    margin-bottom: 13.3333333333px; }

  body .t-marg\:33pc\:lt\:m {
    margin-left: 13.3333333333px; } }
@media (min-width: 1023px) {
  body .t-marg\:33pc\:l {
    margin: 13.3333333333px; }

  body .t-marg\:33pc\:top\:l {
    margin-top: 13.3333333333px; }

  body .t-marg\:33pc\:rt\:l {
    margin-right: 13.3333333333px; }

  body .t-marg\:33pc\:bot\:l {
    margin-bottom: 13.3333333333px; }

  body .t-marg\:33pc\:lt\:l {
    margin-left: 13.3333333333px; } }
@media (min-width: 1250px) {
  body .t-marg\:33pc\:xl {
    margin: 13.3333333333px; }

  body .t-marg\:33pc\:top\:xl {
    margin-top: 13.3333333333px; }

  body .t-marg\:33pc\:rt\:xl {
    margin-right: 13.3333333333px; }

  body .t-marg\:33pc\:bot\:xl {
    margin-bottom: 13.3333333333px; }

  body .t-marg\:33pc\:lt\:xl {
    margin-left: 13.3333333333px; } }
@media (min-width: 1220px) {
  body .t-marg\:33pc\:sw {
    margin: 13.3333333333px; }

  body .t-marg\:33pc\:top\:sw {
    margin-top: 13.3333333333px; }

  body .t-marg\:33pc\:rt\:sw {
    margin-right: 13.3333333333px; }

  body .t-marg\:33pc\:bot\:sw {
    margin-bottom: 13.3333333333px; }

  body .t-marg\:33pc\:lt\:sw {
    margin-left: 13.3333333333px; } }
@media (min-width: 0px) {
  .t-marg\:25pc {
    margin: 10px; }

  .t-marg\:25pc\:top {
    margin-top: 10px; }

  .t-marg\:25pc\:rt {
    margin-right: 10px; }

  .t-marg\:25pc\:bot {
    margin-bottom: 10px; }

  .t-marg\:25pc\:lt {
    margin-left: 10px; } }
@media (min-width: 0px) and (max-width: 767px) {
  body .t-marg\:25pc\:xs {
    margin: 10px; }

  body .t-marg\:25pc\:top\:xs {
    margin-top: 10px; }

  body .t-marg\:25pc\:rt\:xs {
    margin-right: 10px; }

  body .t-marg\:25pc\:bot\:xs {
    margin-bottom: 10px; }

  body .t-marg\:25pc\:lt\:xs {
    margin-left: 10px; } }
@media (min-width: 767px) and (max-width: 1023px) {
  body .t-marg\:25pc\:m {
    margin: 10px; }

  body .t-marg\:25pc\:top\:m {
    margin-top: 10px; }

  body .t-marg\:25pc\:rt\:m {
    margin-right: 10px; }

  body .t-marg\:25pc\:bot\:m {
    margin-bottom: 10px; }

  body .t-marg\:25pc\:lt\:m {
    margin-left: 10px; } }
@media (min-width: 1023px) {
  body .t-marg\:25pc\:l {
    margin: 10px; }

  body .t-marg\:25pc\:top\:l {
    margin-top: 10px; }

  body .t-marg\:25pc\:rt\:l {
    margin-right: 10px; }

  body .t-marg\:25pc\:bot\:l {
    margin-bottom: 10px; }

  body .t-marg\:25pc\:lt\:l {
    margin-left: 10px; } }
@media (min-width: 1250px) {
  body .t-marg\:25pc\:xl {
    margin: 10px; }

  body .t-marg\:25pc\:top\:xl {
    margin-top: 10px; }

  body .t-marg\:25pc\:rt\:xl {
    margin-right: 10px; }

  body .t-marg\:25pc\:bot\:xl {
    margin-bottom: 10px; }

  body .t-marg\:25pc\:lt\:xl {
    margin-left: 10px; } }
@media (min-width: 1220px) {
  body .t-marg\:25pc\:sw {
    margin: 10px; }

  body .t-marg\:25pc\:top\:sw {
    margin-top: 10px; }

  body .t-marg\:25pc\:rt\:sw {
    margin-right: 10px; }

  body .t-marg\:25pc\:bot\:sw {
    margin-bottom: 10px; }

  body .t-marg\:25pc\:lt\:sw {
    margin-left: 10px; } }
/* Margin Pixels */
@media (min-width: 0px) {
  .t-marg\:20px {
    margin: 20px; }

  .t-marg\:20px\:top {
    margin-top: 20px; }

  .t-marg\:20px\:rt {
    margin-right: 20px; }

  .t-marg\:20px\:bot {
    margin-bottom: 20px; }

  .t-marg\:20px\:lt {
    margin-left: 20px; } }
@media (min-width: 0px) and (max-width: 767px) {
  body .t-marg\:20px\:xs {
    margin: 20px; }

  body .t-marg\:20px\:top\:xs {
    margin-top: 20px; }

  body .t-marg\:20px\:rt\:xs {
    margin-right: 20px; }

  body .t-marg\:20px\:bot\:xs {
    margin-bottom: 20px; }

  body .t-marg\:20px\:lt\:xs {
    margin-left: 20px; } }
@media (min-width: 767px) and (max-width: 1023px) {
  body .t-marg\:20px\:m {
    margin: 20px; }

  body .t-marg\:20px\:top\:m {
    margin-top: 20px; }

  body .t-marg\:20px\:rt\:m {
    margin-right: 20px; }

  body .t-marg\:20px\:bot\:m {
    margin-bottom: 20px; }

  body .t-marg\:20px\:lt\:m {
    margin-left: 20px; } }
@media (min-width: 1023px) {
  body .t-marg\:20px\:l {
    margin: 20px; }

  body .t-marg\:20px\:top\:l {
    margin-top: 20px; }

  body .t-marg\:20px\:rt\:l {
    margin-right: 20px; }

  body .t-marg\:20px\:bot\:l {
    margin-bottom: 20px; }

  body .t-marg\:20px\:lt\:l {
    margin-left: 20px; } }
@media (min-width: 1250px) {
  body .t-marg\:20px\:xl {
    margin: 20px; }

  body .t-marg\:20px\:top\:xl {
    margin-top: 20px; }

  body .t-marg\:20px\:rt\:xl {
    margin-right: 20px; }

  body .t-marg\:20px\:bot\:xl {
    margin-bottom: 20px; }

  body .t-marg\:20px\:lt\:xl {
    margin-left: 20px; } }
@media (min-width: 1220px) {
  body .t-marg\:20px\:sw {
    margin: 20px; }

  body .t-marg\:20px\:top\:sw {
    margin-top: 20px; }

  body .t-marg\:20px\:rt\:sw {
    margin-right: 20px; }

  body .t-marg\:20px\:bot\:sw {
    margin-bottom: 20px; }

  body .t-marg\:20px\:lt\:sw {
    margin-left: 20px; } }
@media (min-width: 0px) {
  .t-marg\:15px {
    margin: 15px; }

  .t-marg\:15px\:top {
    margin-top: 15px; }

  .t-marg\:15px\:rt {
    margin-right: 15px; }

  .t-marg\:15px\:bot {
    margin-bottom: 15px; }

  .t-marg\:15px\:lt {
    margin-left: 15px; } }
@media (min-width: 0px) and (max-width: 767px) {
  body .t-marg\:15px\:xs {
    margin: 15px; }

  body .t-marg\:15px\:top\:xs {
    margin-top: 15px; }

  body .t-marg\:15px\:rt\:xs {
    margin-right: 15px; }

  body .t-marg\:15px\:bot\:xs {
    margin-bottom: 15px; }

  body .t-marg\:15px\:lt\:xs {
    margin-left: 15px; } }
@media (min-width: 767px) and (max-width: 1023px) {
  body .t-marg\:15px\:m {
    margin: 15px; }

  body .t-marg\:15px\:top\:m {
    margin-top: 15px; }

  body .t-marg\:15px\:rt\:m {
    margin-right: 15px; }

  body .t-marg\:15px\:bot\:m {
    margin-bottom: 15px; }

  body .t-marg\:15px\:lt\:m {
    margin-left: 15px; } }
@media (min-width: 1023px) {
  body .t-marg\:15px\:l {
    margin: 15px; }

  body .t-marg\:15px\:top\:l {
    margin-top: 15px; }

  body .t-marg\:15px\:rt\:l {
    margin-right: 15px; }

  body .t-marg\:15px\:bot\:l {
    margin-bottom: 15px; }

  body .t-marg\:15px\:lt\:l {
    margin-left: 15px; } }
@media (min-width: 1250px) {
  body .t-marg\:15px\:xl {
    margin: 15px; }

  body .t-marg\:15px\:top\:xl {
    margin-top: 15px; }

  body .t-marg\:15px\:rt\:xl {
    margin-right: 15px; }

  body .t-marg\:15px\:bot\:xl {
    margin-bottom: 15px; }

  body .t-marg\:15px\:lt\:xl {
    margin-left: 15px; } }
@media (min-width: 1220px) {
  body .t-marg\:15px\:sw {
    margin: 15px; }

  body .t-marg\:15px\:top\:sw {
    margin-top: 15px; }

  body .t-marg\:15px\:rt\:sw {
    margin-right: 15px; }

  body .t-marg\:15px\:bot\:sw {
    margin-bottom: 15px; }

  body .t-marg\:15px\:lt\:sw {
    margin-left: 15px; } }
@media (min-width: 0px) {
  .t-marg\:10px {
    margin: 10px; }

  .t-marg\:10px\:top {
    margin-top: 10px; }

  .t-marg\:10px\:rt {
    margin-right: 10px; }

  .t-marg\:10px\:bot {
    margin-bottom: 10px; }

  .t-marg\:10px\:lt {
    margin-left: 10px; } }
@media (min-width: 0px) and (max-width: 767px) {
  body .t-marg\:10px\:xs {
    margin: 10px; }

  body .t-marg\:10px\:top\:xs {
    margin-top: 10px; }

  body .t-marg\:10px\:rt\:xs {
    margin-right: 10px; }

  body .t-marg\:10px\:bot\:xs {
    margin-bottom: 10px; }

  body .t-marg\:10px\:lt\:xs {
    margin-left: 10px; } }
@media (min-width: 767px) and (max-width: 1023px) {
  body .t-marg\:10px\:m {
    margin: 10px; }

  body .t-marg\:10px\:top\:m {
    margin-top: 10px; }

  body .t-marg\:10px\:rt\:m {
    margin-right: 10px; }

  body .t-marg\:10px\:bot\:m {
    margin-bottom: 10px; }

  body .t-marg\:10px\:lt\:m {
    margin-left: 10px; } }
@media (min-width: 1023px) {
  body .t-marg\:10px\:l {
    margin: 10px; }

  body .t-marg\:10px\:top\:l {
    margin-top: 10px; }

  body .t-marg\:10px\:rt\:l {
    margin-right: 10px; }

  body .t-marg\:10px\:bot\:l {
    margin-bottom: 10px; }

  body .t-marg\:10px\:lt\:l {
    margin-left: 10px; } }
@media (min-width: 1250px) {
  body .t-marg\:10px\:xl {
    margin: 10px; }

  body .t-marg\:10px\:top\:xl {
    margin-top: 10px; }

  body .t-marg\:10px\:rt\:xl {
    margin-right: 10px; }

  body .t-marg\:10px\:bot\:xl {
    margin-bottom: 10px; }

  body .t-marg\:10px\:lt\:xl {
    margin-left: 10px; } }
@media (min-width: 1220px) {
  body .t-marg\:10px\:sw {
    margin: 10px; }

  body .t-marg\:10px\:top\:sw {
    margin-top: 10px; }

  body .t-marg\:10px\:rt\:sw {
    margin-right: 10px; }

  body .t-marg\:10px\:bot\:sw {
    margin-bottom: 10px; }

  body .t-marg\:10px\:lt\:sw {
    margin-left: 10px; } }
@media (min-width: 0px) {
  .t-marg\:5px {
    margin: 5px; }

  .t-marg\:5px\:top {
    margin-top: 5px; }

  .t-marg\:5px\:rt {
    margin-right: 5px; }

  .t-marg\:5px\:bot {
    margin-bottom: 5px; }

  .t-marg\:5px\:lt {
    margin-left: 5px; } }
@media (min-width: 0px) and (max-width: 767px) {
  body .t-marg\:5px\:xs {
    margin: 5px; }

  body .t-marg\:5px\:top\:xs {
    margin-top: 5px; }

  body .t-marg\:5px\:rt\:xs {
    margin-right: 5px; }

  body .t-marg\:5px\:bot\:xs {
    margin-bottom: 5px; }

  body .t-marg\:5px\:lt\:xs {
    margin-left: 5px; } }
@media (min-width: 767px) and (max-width: 1023px) {
  body .t-marg\:5px\:m {
    margin: 5px; }

  body .t-marg\:5px\:top\:m {
    margin-top: 5px; }

  body .t-marg\:5px\:rt\:m {
    margin-right: 5px; }

  body .t-marg\:5px\:bot\:m {
    margin-bottom: 5px; }

  body .t-marg\:5px\:lt\:m {
    margin-left: 5px; } }
@media (min-width: 1023px) {
  body .t-marg\:5px\:l {
    margin: 5px; }

  body .t-marg\:5px\:top\:l {
    margin-top: 5px; }

  body .t-marg\:5px\:rt\:l {
    margin-right: 5px; }

  body .t-marg\:5px\:bot\:l {
    margin-bottom: 5px; }

  body .t-marg\:5px\:lt\:l {
    margin-left: 5px; } }
@media (min-width: 1250px) {
  body .t-marg\:5px\:xl {
    margin: 5px; }

  body .t-marg\:5px\:top\:xl {
    margin-top: 5px; }

  body .t-marg\:5px\:rt\:xl {
    margin-right: 5px; }

  body .t-marg\:5px\:bot\:xl {
    margin-bottom: 5px; }

  body .t-marg\:5px\:lt\:xl {
    margin-left: 5px; } }
@media (min-width: 1220px) {
  body .t-marg\:5px\:sw {
    margin: 5px; }

  body .t-marg\:5px\:top\:sw {
    margin-top: 5px; }

  body .t-marg\:5px\:rt\:sw {
    margin-right: 5px; }

  body .t-marg\:5px\:bot\:sw {
    margin-bottom: 5px; }

  body .t-marg\:5px\:lt\:sw {
    margin-left: 5px; } }
@media (min-width: 0px) {
  .t-marg\:0px {
    margin: 0px; }

  .t-marg\:0px\:top {
    margin-top: 0px; }

  .t-marg\:0px\:rt {
    margin-right: 0px; }

  .t-marg\:0px\:bot {
    margin-bottom: 0px; }

  .t-marg\:0px\:lt {
    margin-left: 0px; } }
@media (min-width: 0px) and (max-width: 767px) {
  body .t-marg\:0px\:xs {
    margin: 0px; }

  body .t-marg\:0px\:top\:xs {
    margin-top: 0px; }

  body .t-marg\:0px\:rt\:xs {
    margin-right: 0px; }

  body .t-marg\:0px\:bot\:xs {
    margin-bottom: 0px; }

  body .t-marg\:0px\:lt\:xs {
    margin-left: 0px; } }
@media (min-width: 767px) and (max-width: 1023px) {
  body .t-marg\:0px\:m {
    margin: 0px; }

  body .t-marg\:0px\:top\:m {
    margin-top: 0px; }

  body .t-marg\:0px\:rt\:m {
    margin-right: 0px; }

  body .t-marg\:0px\:bot\:m {
    margin-bottom: 0px; }

  body .t-marg\:0px\:lt\:m {
    margin-left: 0px; } }
@media (min-width: 1023px) {
  body .t-marg\:0px\:l {
    margin: 0px; }

  body .t-marg\:0px\:top\:l {
    margin-top: 0px; }

  body .t-marg\:0px\:rt\:l {
    margin-right: 0px; }

  body .t-marg\:0px\:bot\:l {
    margin-bottom: 0px; }

  body .t-marg\:0px\:lt\:l {
    margin-left: 0px; } }
@media (min-width: 1250px) {
  body .t-marg\:0px\:xl {
    margin: 0px; }

  body .t-marg\:0px\:top\:xl {
    margin-top: 0px; }

  body .t-marg\:0px\:rt\:xl {
    margin-right: 0px; }

  body .t-marg\:0px\:bot\:xl {
    margin-bottom: 0px; }

  body .t-marg\:0px\:lt\:xl {
    margin-left: 0px; } }
@media (min-width: 1220px) {
  body .t-marg\:0px\:sw {
    margin: 0px; }

  body .t-marg\:0px\:top\:sw {
    margin-top: 0px; }

  body .t-marg\:0px\:rt\:sw {
    margin-right: 0px; }

  body .t-marg\:0px\:bot\:sw {
    margin-bottom: 0px; }

  body .t-marg\:0px\:lt\:sw {
    margin-left: 0px; } }
.t-horiz ul {
  padding: 0;
  margin: 0; }
.t-horiz li {
  display: inline-block; }

.t-nav-mobile {
  clear: both;
  position: relative;
  left: 0;
  width: 100% !important;
  z-index: 800;
  height: 0; }
.t-nav-mobile ul {
  height: 100%;
  width: 100%; }
.t-nav-mobile .t-nav-scroller {
  padding: 0;
  height: 100%;
  overflow-y: auto; }

.t-nav-ease .t-nav-mobile {
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out; }

.t-nav-mobile li {
  display: block;
  width: 100%; }

.t-toggle-icon:after, .t-toggle-icon:before {
  border-top: 2px solid;
  left: 0;
  right: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%; }

.t-navbar {
  overflow: visible; }

.t-button-mobile-menu {
  position: absolute;
  -webkit-border-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
.t-button-mobile-menu .t-toggle-icon {
  display: block; }
.t-button-mobile-menu .t-toggle-icon:before, .t-button-mobile-menu .t-toggle-icon:after {
  border-top: 6px solid; }

/*
 * This is where all the animation happens
 */
.t-toggle-icon, .t-toggle-icon:before, .t-toggle-icon:after {
  -webkit-transition: border-color 0.3s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  -moz-transition: border-color 0.3s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  -ms-transition: border-color 0.3s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  -o-transition: border-color 0.3s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  transition: border-color 0.3s cubic-bezier(0.5, -0.5, 0.5, 1.5); }

.t-nav-mobile {
  position: fixed; }

.t-mobmenu.touch {
  height: 100%;
  overflow: hidden; }
.t-mobmenu .t-button-mobile-menu-icon {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

/*

<header id="t-scrollnav-holder">
	<div id="t-scrollnav">
		<div class="t-contain t-pos-cntr">
			<div class="t-view-l-15pc">
				<a href="/" class="logo">
					<img src="<?php echo get_template_directory_uri(); ?>/images/logo-oneorbit-blue.svg" alt="One Orbit Commander - Leroy Chiao" />
				</a>
			</div>
			
			<div class="t-navbar t-collapse-below-mltp t-view-l-85pc">
				<nav>
					<div class="t-repsonsive-nav" >
						<div class="t-button-mobile-menu"><div class="t-toggle-icon"></div></div>
						<ul id="t-nav-desktop" class="t-menu t-txt-rt t-txt-norm t-txt-clr3">
							<li><a href="#">Link 1 </a></li>
							<li><a href="#">Link 1 </a></li>
						</ul>
						<div id="t-nav-mobile" class="t-txt-grey2">
							<div class="pad">
								<ul>
									<li><a href="#">Link 1 </a></li>
									<li><a href="#">Link 1 </a></li>
								</ul>
							</div>
						</div>
					</div> 
				</nav>
			</div> 
		</div> 
	</div> 
</header>

*/
#t-scrollnav-holder {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

/* Additional Normalization */
div, section, aside, article, img {
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-border-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
div > p:last-of-type, section > p:last-of-type, aside > p:last-of-type, article > p:last-of-type, img > p:last-of-type {
  margin-bottom: 0; }
div > p:first-of-type, section > p:first-of-type, aside > p:first-of-type, article > p:first-of-type, img > p:first-of-type {
  margin-top: 0; }

ul, li, span {
  -webkit-border-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
ul > p:last-of-type, li > p:last-of-type, span > p:last-of-type {
  margin-bottom: 0; }
ul > p:first-of-type, li > p:first-of-type, span > p:first-of-type {
  margin-top: 0; }

.t-menu * {
  display: inline-block; }

img {
  display: inline-block; }

h1, h2, h3, h4, h5 {
  margin: 0;
  line-height: 1.3em;
  display: block;
  width: 100%; }
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p {
  margin-top: 0; }

/*For Wordpress Admin bar */
#wpadminbar, #wpadminbar * {
  overflow: visible; }

html.no-js {
  margin-top: 0 !important; }

.logo-supergallactic {
  margin: auto;
  width: 100% !important;
  height: auto !important; }

h2 {
  color: #4CC7E5;
  font-weight: normal; }

body {
  font-family: 'Source Sans Pro', sans-serif; }

h2 {
  font-family: 'Bebas Neue', sans-serif; }

a {
  transition: color .3s ease, background-color .3s ease; }

body.init main {
  -webkit-transition: margin 0.3s ease, width 0.3s ease;
  -moz-transition: margin 0.3s ease, width 0.3s ease;
  -ms-transition: margin 0.3s ease, width 0.3s ease;
  -o-transition: margin 0.3s ease, width 0.3s ease;
  transition: margin 0.3s ease, width 0.3s ease; }

h1, h2, h3, h4, h5 {
  font-family: 'Bebas Neue', sans-serif;
  line-height: 1em; }

.archive-header {
  margin-bottom: 1px; }

@media (max-width: 767px) {
  .wpcf7, .wpcf7 form, .contact-form {
    width: 100%;
    display: block; }

  .wpcf7 form div, .wpcf7 form [type="text"], .wpcf7 form [type="email"] {
    width: 100%; } }
.nostyle {
  all: unset; }

@media (max-width: 767px) {
  .t-hide-under-m {
    display: none !important; } }
@media (min-width: 767px) {
  .t-show-under-m {
    display: none !important; } }
.t-nav-spacer {
  transition: margin .3s ease; }

.t-nav-mobile {
  transition: top .3s ease; }

.yith-wcact-add-to-watchlist-button a span, .woocommerce button.button.alt, button, .button, .button\:rev, .nav-utility a, .button\:wht, .button\:alt, input[type='submit'], .reply, form.woocommerce-form-login button[type="submit"], body .pure-button {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  line-height: 1em;
  background-color: #4CC7E5;
  padding: 10px 15px;
  font-size: 21px;
  font-family: 'Bebas Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  border-radius: 0; }
.yith-wcact-add-to-watchlist-button a span:hover, .woocommerce button.button.alt:hover, button:hover, .button:hover, .button\:rev:hover, .nav-utility a:hover, .button\:wht:hover, .button\:alt:hover, input[type='submit']:hover, .reply:hover, form.woocommerce-form-login button[type="submit"]:hover, body .pure-button:hover {
  color: white;
  background-color: #00707F; }

.nav-utility .t-bg-wht a:hover {
  color: white;
  background-color: #4CC7E5; }

.button\:rev:hover, .nav-utility a:hover, .nav-utility .t-bg-wht a, .button\:wht {
  color: #4CC7E5;
  background-color: white; }

.button\:alt {
  color: #4CC7E5;
  background-color: white; }
.button\:alt:hover {
  color: white;
  background-color: #4CC7E5; }

.button\:arrow {
  padding-right: 15px;
  margin-right: 2px; }

.button\:arrow:after {
  content: '';
  border-top: 2px solid;
  border-right: 2px solid;
  width: 7px;
  height: 7px;
  position: absolute;
  display: block;
  right: 0px;
  top: 4px;
  transform: rotate(45deg); }

@media (max-width: 767px) {
  .button, .button\:arrow {
    margin: auto;
    display: inline-block; } }
.shadowfield {
  box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
  background: #fff;
  border: 1px solid #00707F;
  display: inline-block; }
.shadowfield input {
  padding: 10px;
  color: #555;
  font-weight: bold;
  text-transform: uppercase;
  background: transparent;
  border: none;
  font-size: 14px; }

hr {
  background: transparent; }
hr.double {
  height: 7px;
  border-bottom: 1px solid; }
hr.thick {
  border-top: 5px solid #363636; }
hr.blue {
  border-color: #00707F; }
hr.ltblue {
  border-color: #4CC7E5; }
hr.white {
  border-color: white; }

.t-txt\:wht hr.thick, hr {
  border-color: #00707F; }

.bg\:pattern {
  background: url(/wp-content/themes/timcast/assets/images/funkylines-sm-rev.png), linear-gradient(160deg, #143a4b 0%, black 100%); }

.bg\:pattern\:rev {
  background: url(/wp-content/themes/timcast/assets/images/funkylines-sm.png), linear-gradient(20deg, black 0%, #143a4b 100%); }

.t-txt\:wht .article-meta {
  color: #d0d0d0; }
.t-txt\:wht .article-meta h2, .t-txt\:wht .article-meta h3, .t-txt\:wht .article-meta p {
  color: #d0d0d0; }
.t-txt\:wht .article-meta .cat {
  color: #4CC7E5; }

.t-txt\:wht .meta h2, .t-txt\:wht .meta h3, .t-txt\:wht .meta p {
  color: white; }
.t-txt\:wht .meta .cat {
  color: #4CC7E5; }

.article .image {
  border: 1px solid #00707f; }

.members {
  oerflow: visible; }

.members {
  overflow: visible; }
.members .image, .members .sizer, .members .article, .members .article-block {
  overflow: visible; }

.members .image {
  position: Relative; }


.members .image:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #04535E;
  border-left: 5px solid transparent;
  bottom: 5px;
  left: -10px; }

.bg\:pattern .members .image:after {
  left: -11px; }

.nav-utility {
  position: absolute;
  right: 0; }

@media (max-width: 375px) {
  .nav-utility {
    padding-right: 0 !important; } }
#t-scrollnav-holder {
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.5); }

.nav-and-search {
  padding: 0;
  height: 50px;
  left: 0;
  top: 10px;
  width: 140px; }
.nav-and-search svg {
  height: 30px;
  width: 22px; }

.tag-nav {
  padding: 4px 0 1px; }
.tag-nav .links {
  height: 29px; }
.tag-nav a {
  color: #e1e1e1;
  padding: 0 8px;
  font-size: 18px; }
.tag-nav a:hover {
  color: white; }

.thumbnail {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  border: 1px solid #777;
  max-width: 110px; }

header .channels .thumbnail {
  width: 67px;
  height: 67px;
  align-items: center;
  justify-content: center;
  display: flex; }

header .channels .title {
  width: calc(100% - 66px); }

header .channels a {
  display: flex;
  align-items: center;
  line-height: 1em; }

.t-menu a {
  font-family: 'Bebas Neue', sans-serif; }

.flex-nav {
  display: flex;
  align-items: center; }

header .nav-and-search .btn-search {
  position: absolute;
  top: 15px;
  right: 0;
  height: 40px;
  width: 40px;
  cursor: pointer; }

.t-menu {
  margin-top: 0 !important; }

@media (min-width: 1023px) {
  .t-mobmenu main {
    margin-left: 285px;
    width: calc(100vw - 300px); }

  .t-mobmenu main > div:not(.no-auto-marg), .t-mobmenu main > footer {
    padding-left: 15px;
    padding-right: 15px; } }
.t-button-mobile-menu .t-button-mobile-menu {
  width: 30px;
  height: 22px; }
.t-button-mobile-menu .t-toggle-icon {
  color: white;
  border-top: 4px solid;
  height: 30px;
  width: 28px;
  position: relative;
  top: 5px;
  cursor: pointer; }
.t-button-mobile-menu .t-toggle-icon:before, .t-button-mobile-menu .t-toggle-icon:after {
  border-top: 4px solid; }
.t-button-mobile-menu .t-toggle-icon:after {
  top: 18px;
  width: 28px; }
.t-button-mobile-menu .t-toggle-icon:before {
  top: 7px;
  width: 28px; }
.t-button-mobile-menu .mute {
  opacity: .6;
  pointer-events: none; }
.t-button-mobile-menu .headernote {
  position: absolute;
  right: 15px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.2); }
.t-button-mobile-menu .t-menu a {
  padding: 0 15px; }
.t-button-mobile-menu .t-menu li:last-child a {
  padding-right: 0; }

.t-mobmenu .t-toggle-icon, .nav-and-search.close .t-toggle-icon {
  overflow: visible;
  top: 8px; }
.t-mobmenu .t-toggle-icon:before, .t-mobmenu .t-toggle-icon:after, .nav-and-search.close .t-toggle-icon:before, .nav-and-search.close .t-toggle-icon:after {
  -webkit-transition-delay: 0.125s;
  -moz-transition-delay: 0.125s;
  -ms-transition-delay: 0.125s;
  -o-transition-delay: 0.125s;
  transition-delay: 0.125s; }
.t-mobmenu .t-toggle-icon:before, .nav-and-search.close .t-toggle-icon:before {
  -webkit-transform: translateY(-1px) rotate(132deg);
  -moz-transform: translateY(-1px) rotate(132deg);
  -ms-transform: translateY(-1px) rotate(132deg);
  -o-transform: translateY(-1px) rotate(132deg);
  transform: translateY(-1px) rotate(132deg); }
.t-mobmenu .t-toggle-icon, .nav-and-search.close .t-toggle-icon {
  border-color: transparent !important; }
.t-mobmenu .t-toggle-icon:after, .nav-and-search.close .t-toggle-icon:after {
  -webkit-transform: translateY(-12px) rotate(227deg);
  -moz-transform: translateY(-12px) rotate(227deg);
  -ms-transform: translateY(-12px) rotate(227deg);
  -o-transform: translateY(-12px) rotate(227deg);
  transform: translateY(-12px) rotate(227deg); }

.nav-and-search {
  padding: 25px;
  position: absolute;
  left: 0;
  top: 12px; }

.t-nav-mobile {
  width: 285px !important; }

.nav-and-search.close + .t-nav-mobile {
  width: 86px !important;
  height: 100vh !important; }

.t-button-mobile-menu {
  top: 12px;
  left: 25px;
  overflow: visible;
  cursor: pointer;
  border-right: 1px solid white;
  height: 55px;
  padding-right: 22px; }
.t-button-mobile-menu:hover .t-toggle-icon {
  color: #4CC7E5; }

/* Prevent body scrolling when using mobile menu */
@media (max-width: 501px) {
  .t-mobmenu.mobile, .t-mobmenu.mobiles body {
    overflow: hidden;
    height: 100%;
    position: absolute; } }
.t-nav-mobile .t-menu {
  border-bottom: 1px solid #ccc; }

.t-nav-mobile .t-menu li a:after {
  display: none; }

.t-nav-mobile a {
  color: white;
  font-size: 26px; }
.t-nav-mobile a:hover {
  color: #4CC7E5; }

.border-top {
  border-top: 1px solid white;
  padding-top: 10px;
  margin-top: 6px; }

/* ----------------------------- Navigation ------------------------- */
.main-nav .t-menu a {
  display: block; }

.t-nav-mobile a.active, .t-nav-mobile .active a, .t-nav-mobile li:hover a, .t-nav-mobile .current-menu-parent a {
  color: #4CC7E5; }

.t-nav-desktop {
  margin-top: 10px;
  color: #00707F; }
.t-nav-desktop a {
  color: black;
  font-size: 19px; }
.t-nav-desktop .active a, .t-nav-desktop li:hover a, .t-nav-desktop .current-menu-parent a {
  color: #4CC7E5; }
.t-nav-desktop .t-menu li {
  position: relative; }
.t-nav-desktop .t-menu li.menu-item-has-children::after {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  width: 5px;
  right: 0;
  height: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  transition: all .3s ease; }
.t-nav-desktop .t-menu li.menu-item-has-children:hover::after {
  transform: rotate(225deg) !important;
  top: 27px !important; }
.t-nav-desktop .t-menu li::last-child:after {
  display: none; }

.main-nav {
  min-height: 60px; }

.t-toggle-icon:hover, .t-toggle-icon:hover:before, .t-toggle-icon:hover:after {
  border-color: #4CC7E5; }

.t-nav-mobile li a {
  display: block;
  padding: 3px 0; }

.logo-n-mob-menu {
  display: inline;
  position: relative; }

.logo {
  max-width: 143px; }
.logo a {
  display: block;
  position: relative;
  width: 100%; }

@media (min-width: 1023px) {
  header .t-navbar {
    display: flex; }

  #t-scrollnav {
    position: relative;
    z-index: 100; }

  .t-nav-desktop {
    margin: 0 !important;
    padding: 0 0 0 20px !important;
    display: flex;
    width: 100%;
    align-items: stretch; }

  .logo {
    top: 0;
    position: relative;
    height: 100%;
    width: 100%; }

  .access-renew {
    margin-right: 120px; }

  .search-n-access {
    overflow: visible; }

  .search-n-access form [type="text"] {
    transition: max-width .5s ease-in-out 0s;
    margin: 0 0 0 auto; }

  .search-n-access form [type="text"]:focus {
    width: 280px;
    max-width: 500px !important; } }
.header-quicksearch {
  text-align: center; }
position:relative .header-quicksearch:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  top: 0px;
  left: 0;
  z-index: 11;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e000000', endColorstr='#00000000',GradientType=0 ); }
.header-quicksearch .quicksearch h4.links .job a:hover > * {
  color: red; }
.header-quicksearch .t-contain {
  padding: 6px 10px 5px; }
.header-quicksearch h4 {
  text-align: center;
  margin-top: 10px;
  margin-right: 12px;
  width: auto; }
@media (min-width: 1084px) {
  .header-quicksearch h4 {
    float: left;
    text-align: left; }
  .header-quicksearch .t-contain {
    display: flex;
    height: 100%;
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: center; } }
.header-quicksearch .type {
  color: #fff; }
.header-quicksearch .submit {
  margin-left: 20px;
  top: -2px; }
.header-quicksearch .submit:hover input {
  background: #fff;
  color: #00707F; }
@media (max-width: 501px) {
  .header-quicksearch .submit {
    margin-left: 0px;
    text-align: left; } }

/* Sub Menu */
@media (min-width: 767px) {
  header > div, header header, header nav, header .t-navbar, header .t-menu, header .t-menu li {
    overflow: visible; }

  .t-nav-desktop:hover, nav:hover > .t-contain {
    overflow: visible; }

  .t-navbar {
    z-index: 200;
    position: relative; }

  .t-navbar:after {
    content: "";
    display: block;
    clear: both; }

  .sub-menu {
    position: absolute;
    top: 68px;
    min-width: 150px;
    text-align: left;
    left: 50%;
    overflow: hidden;
    margin-left: -75px !important;
    height: 0;
    max-height: 0;
    transition: max-height 1s ease; }

  .sub-menu {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) !important;
    background-color: #999 !important; }

  .sub-menu li {
    padding: 0 10px; }

  .sub-menu li:first-of-type {
    margin-top: 25px; }

  .sub-menu li:last-of-type {
    margin-bottom: 25px; }

  .sub-menu li a {
    display: block;
    background: transparent;
    white-space: nowrap;
    border-color: transparent;
    color: black !important;
    padding: 5px 10px !important; }

  .sub-menu li a:hover {
    text-decoration: underline; }

  .sub-menu li:last-child a {
    border: none; }

  .menu-item-has-children:hover > .sub-menu {
    height: auto;
    max-height: 900px !important; } }
ul.sub-menu .sub-menu {
  left: 100%;
  display: block;
  z-index: 200;
  position: absolute; }

@media (max-width: 767px) {
  .logo-n-mob-menu {
    display: flex;
    align-items: center; }

  .sub-menu li.menu-item a {
    font-size: 16px !important;
    border-bottom: 0 !important;
    letter-spacing: .01em;
    display: block !important;
    background-color: #f4f4f4;
    padding: 10px 15px 8px !important; }

  .sub-menu li.menu-item {
    border-bottom: none;
    border-top: 1px solid #ccc; } }
/* ----------------------------- Logo ------------------------- */
@media (max-width: 1220px) {
  .logo {
    float: none;
    margin: 0 auto;
    position: relative;
    z-index: 50; }
  .logo div, .logo a {
    overflow: visible; }

  .t-mobmenu .logo {
    z-index: 900; } }
@media (max-width: 501px) {
  .t-mobmenu #t-scrollnav-holder {
    z-index: 10000000000000; }

  .footer-nav li {
    display: block;
    font-size: 16px; }

  .t-nav-mobile .padding {
    padding-bottom: 80px; } }
@media (min-width: 1023px) {
  .t-nav-desktop > .t-menu {
    display: flex;
    align-items: stretch; }
  .t-nav-desktop > .t-menu li {
    margin-right: 8px; }

  .t-nav-desktop > .t-menu > li > a {
    padding: 10px 5px !important;
    display: inline-block; } }
.t-nav-mobile .sub-menu {
  padding: 0 !important;
  transition: max-height .3s ease;
  height: auto;
  max-height: 0px;
  overflow: hidden; }
.t-nav-mobile .no-link.expand .sub-menu {
  transition: max-height .5s ease;
  max-height: 500px; }
.t-nav-mobile .no-link {
  position: Relative; }
.t-nav-mobile .no-link > a:before {
  position: absolute;
  content: "";
  right: 20px;
  top: 20px;
  width: 13px;
  height: 13px;
  display: block;
  border-top: 2px solid #14b590;
  border-right: 2px solid #14b590;
  transform: rotate(134deg);
  transition: all 0.3s ease; }
.t-nav-mobile .no-link.expand > a:before {
  transform: rotate(315deg); }
.t-nav-mobile .no-link > a {
  pointer-events: none; }
.t-nav-mobile .active.no-link > a:before {
  border-color: white; }
.t-nav-mobile .active.no-link.expand > a:before {
  border-color: white; }
.t-nav-mobile .sub-menu {
  display: block !important;
  width: 100%; }

@media (max-width: 767px) {
  .flex-nav {
    display: flex;
    align-items: center;
    justify-content: center; }

  header .t-button-mobile-menu {
    left: 15px;
    padding-left: 0px;
    padding-right: 19px;
    height: 23px; }

  html .nav-and-search {
    padding: 0px;
    top: inherit;
    width: 120px; }

  html .nav-and-search .btn-search {
    top: 8px; }

  html .nav-and-search svg {
    height: 30px;
    width: 22px; }

  header .t-button-mobile-menu .t-toggle-icon {
    top: 0px !important;
    height: 22px;
    width: 28px;
    border-top: 3px solid;
    -webkit-transition: border-color 600ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: border-color 600ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: border-color 600ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: border-color 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: border-color 600ms cubic-bezier(0.23, 1, 0.32, 1); }

  header .t-button-mobile-menu .t-toggle-icon:before {
    top: 6px;
    width: 30px;
    border-top: 3px solid;
    -webkit-transition: border-color 600ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: border-color 600ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: border-color 600ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: border-color 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: border-color 600ms cubic-bezier(0.23, 1, 0.32, 1); }

  header .t-button-mobile-menu .t-toggle-icon:after {
    top: 16px;
    width: 30px;
    border-top: 3px solid;
    -webkit-transition: border-color 600ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: border-color 600ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: border-color 600ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: border-color 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: border-color 600ms cubic-bezier(0.23, 1, 0.32, 1); }

  header .logo {
    margin: auto;
    max-width: 90px;
    padding: 10px 0; }

  header .logo > div {
    padding-bottom: 0 !important; }

  .nav-utility .t-menu {
    padding-bottom: 0; }

  .nav-utility a {
    padding: 7px 5px; } }
/* ============================== Footer =========================== */
footer .t-menu {
  padding: 0; }
footer .copyright a {
  margin-left: 20px; }
footer .copyright a:before {
  height: 10px;
  border-right: 1px solid;
  width: 1px;
  display: inline-block;
  content: "";
  margin-right: 20px; }
@media (max-width: 767px) {
  footer .copyright a {
    margin-left: 0px; }
  footer .copyright a:before {
    display: none; } }
footer img.icon-copy {
  margin-left: 5px; }

/* ----------------------------- Logo ------------------------- */
.footer-nav a {
  padding: 0 15px 0 0; }

.footer-links ul {
  display: inline; }

footer .latest-news .summary p {
  font-size: 16px; }
footer .code-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 20px; }
footer .code-wrap.currency-code {
  transition: color .3s ease;
  cursor: pointer; }
footer .code-wrap.currency-code:hover {
  color: white; }
footer .code-wrap br {
  display: none; }

.social-links {
  margin: 0 !important;
  padding: 20px 0 0 0; }
.social-links li {
  display: inline-block;
  padding-right: 15px; }
.social-links .txt {
  display: none; }
.social-links .fa {
  color: #4CC7E5;
  font-size: 30px; }
.social-links .fa:hover {
  color: white; }

.newsletter-form [type='email'] {
  padding: 8px 5px;
  color: white;
  background-color: #00707F;
  border: 1px solid #979797;
  max-width: 250px;
  margin-right: 20px; }

.newsletter-signup {
  margin-top: 5px; }
.newsletter-signup .ccf-form-wrapper {
  margin: 0 !important; }
.newsletter-signup .ccf-form-wrapper .ccf-form {
  text-align: right; }
.newsletter-signup .loading-img {
  display: none !important; }
.newsletter-signup .error {
  display: none; }
.newsletter-signup .ccf-form-complete {
  padding-top: 15px; }

@media (max-width: 767px) {
  .footer-links .social-links {
    display: block;
    text-align: center; }

  .copyright {
    text-align: center; }

  .newsletter-signup .ccf-form {
    text-align: center !important; }

  .copyright {
    padding-bottom: 100px; } }
.newsletter-signup input[type="text"] {
  max-width: 210px;
  width: 100%;
  padding: 10px;
  background-color: #072025;
  border: none !important;
  font-size: 12px; }

.newsletter-signup .field, .newsletter-signup .form-submit {
  display: inline-block;
  margin-bottom: 0; }

.newsletter-signup input[type="submit"].button {
  margin-left: 10px; }

.newsletter-signup input[type="text"] {
  width: auto !important;
  max-width: none;
  min-width: 240px; }

.newsletter-signup .field {
  margin-right: 5px; }

.footer-nav li:nth-child(1) a {
  padding-left: 0; }

.social-links li:last-of-type a {
  padding-right: 0; }

.social-links:before {
  font-size: 20px;
  bottom: 5px;
  position: relative;
  display: inline-block; }

@media (max-width: 1220px) {
  footer {
    padding: 0 10px; } }
@media (max-width: 1023px) {
  .footer-nav a {
    padding: 0 10px; } }
@media (max-width: 767px) {
  .footer-nav {
    display: none !important;
    text-align: center; }
  .footer-nav li {
    padding-bottom: 10px; }

  .phone {
    padding-top: 10px;
    padding-bottom: 10px; }

  .address, .phone, .newsletter-signup {
    text-align: center; }

  .t-view-m-50pc.t-txt-rt.newsletter-signup input {
    display: inline-block;
    margin: auto; }

  .newsletter-signup .field-input {
    text-align: center; }
  .newsletter-signup .form-submit {
    display: block;
    margin: 10px 0; }

  .copyright a {
    display: block;
    padding-top: 10px; } }
.footer-nav-holder, .footer-nav-holder .footer-nav, .footer-nav-holder > * {
  overflow: visible !important;
  display: block; }

.footer-links > div {
  min-height: 30px; }

.footer-nav li {
  position: relative; }

footer .sub-menu {
  position: absolute; }

.footer-nav li .sub-menu {
  top: 100%;
  margin-top: -5px; }

footer .sub-menu:before {
  background: #4CC7E5; }

footer .sub-menu li {
  border-color: #4CC7E5 !important; }
footer .sub-menu li a {
  color: #00707F;
  font-size: 13px !important;
  background: #4CC7E5; }

footer .sub-menu li:hover > a {
  background: #fff; }
footer .sub-menu li:hover .sub-menu:before {
  border-color: #fff !important; }

.footer-copyright .t-menu {
  padding: 0; }
.footer-copyright li {
  margin-right: 20px;
  position: relative; }
.footer-copyright li a {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.footer-copyright li a:hover {
  color: #4CC7E5; }
.footer-copyright li:last-of-type {
  margin-right: 0; }
.footer-copyright li:not(:last-of-type)::after {
  content: "•";
  position: absolute;
  right: -13px;
  color: white; }

.newsletter-form [name="address"] {
  border: 1px solid #92a5b9;
  background-color: rgba(0, 0, 0, 0.2); }

@media (max-width: 767px) {
  .newsletter-form [name="address"] {
    text-align: center;
    margin: auto auto 20px;
    margin-right: auto; } }
footer [type="submit"], footer button {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-size: 16px;
  color: #BA870D;
  transition: color .3s ease, background-color .3s ease; }

.newsletter-form [type="email"] {
  display: block; }

.vid-controls {
  z-index: 2000;
  background: #979797;
  position: absolute;
  bottom: 0;
  width: 100%; }
.vid-controls .container {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: -ms-calc(100% - 60px);
  width: calc(100% - 60px);
  margin: 0 0 0 30px; }
.vid-controls .play-state {
  width: 17px;
  height: 30px;
  background: url(../piranha/assets/images/video-controls-state.png) left top;
  float: left;
  margin-right: 10px;
  background-size: auto 15px;
  background-position: 0 8px;
  background-repeat: no-repeat;
  cursor: pointer; }
.vid-controls .duration {
  float: left;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: -o-calc(100% - 100px);
  width: -ms-calc(100% - 100px);
  width: calc(100% - 100px);
  position: relative;
  background-color: #000;
  height: 1px;
  margin-top: 15px; }
.vid-controls .progress {
  width: 0%;
  position: relative;
  background-color: #fff;
  height: 1px; }
.vid-controls .timecode {
  float: left;
  font-size: 11px;
  width: 40px;
  margin-top: 10px;
  padding: 0 10px; }
.vid-controls .sound {
  width: 23px;
  height: 30px;
  background: url(../piranha/assets/images/video-controls-sound.png) left top;
  float: left;
  margin-left: 10px;
  background-size: auto 15px;
  background-position: 0 8px;
  background-repeat: no-repeat;
  cursor: pointer; }
.vid-controls .sound.on {
  background-position: -26px 8px; }

.playing .vid-controls .play-state {
  background-position: -18px 8px; }

.contact-form {
  display: block; }

.contact-form, .contact-form *:not(.t-flex\:m\:valign\:mid) {
  overflow: visible; }

.contact-form .t-flex\:m\:valign\:mid * {
  overflow: hidden; }

.contact-form .custom-select {
  width: 100%;
  font-size: 22px;
  font-family: 'Bebas Neue', sans-serif; }
.contact-form .custom-select .select-selected, .contact-form .custom-select .select-items {
  font-size: 22px; }
.contact-form .custom-select .select-selected {
  padding: 10px 16px 8px; }

.wpcf7-radio {
  display: flex; }
.wpcf7-radio > span {
  display: inline-block;
  width: 100px; }
.wpcf7-radio > span > * {
  display: inline-block;
  width: auto !important; }
.wpcf7-radio > span span {
  padding-left: 10px; }

textarea {
  width: 100%;
  box-sizing: border-box; }

.wpcf7 textarea {
  width: 100%;
  display: block; }

.wpcf7 [type="text"], .wpcf7 [type="email"], .wpcf7 textarea, .wpcf7 select {
  font-style: normal;
  color: #363636;
  font-size: 18px;
  font-weight: 600 !important; }
.wpcf7 .wpcf7-select {
  padding: 10px; }
.wpcf7 label span.txt {
  display: none; }

[type="text"]::-webkit-input-placeholder, [type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a8a4a4;
  font-style: normal;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px; }
[type="text"]::-moz-placeholder, [type="email"]::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #a8a4a4;
  font-style: normal;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px; }
[type="text"]:-ms-input-placeholder, [type="email"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #a8a4a4;
  font-style: normal;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px; }
[type="text"]:-moz-placeholder, [type="email"]:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #a8a4a4;
  font-style: normal;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px; }

.ccf-form {
  text-align: left; }
.ccf-form .required-error {
  display: block;
  width: 100%;
  clear: both; }
.ccf-form label.main-label {
  display: none !important; }
.ccf-form .form-title {
  display: none; }
.ccf-form input, .ccf-form textarea {
  padding: 10px;
  border: 1px solid #ccc; }
.ccf-form .form-break {
  height: 1px;
  margin: 0 !important;
  padding: 0 !important; }
.ccf-form .contact-topic-subject {
  margin-bottom: 0; }
.ccf-form .contact-topic-subject .heading {
  border: none !important; }
.ccf-form .form-group.wp-date label {
  color: #444;
  font-size: 16px; }
.ccf-form .form-group.wp-date label:after {
  content: "*"; }
.ccf-form .field {
  clear: none; }
.ccf-form select {
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px !important; }
.ccf-form .t-view-m-50pc.odd {
  padding-right: 10px; }
.ccf-form .t-view-m-50pc.even {
  padding-left: 10px; }
.ccf-form .field-type-dropdown, .ccf-form .am-pm {
  position: relative;
  display: inline-block;
  padding: 0 !important; }
.ccf-form .field-type-dropdown br {
  display: none; }
.ccf-form .am-pm:after, .ccf-form .field-type-dropdown:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 8px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #000;
  border-left: 10px solid transparent;
  transform: rotate(-45deg);
  pointer-events: none; }
.ccf-form .am-pm:before, .ccf-form .field-type-dropdown:before {
  content: "";
  position: absolute;
  top: 16px;
  right: 8px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid #000;
  transform: rotate(-135deg);
  pointer-events: none; }
@media (min-width: 501px) {
  .ccf-form .t-view-s-50pc.odd {
    padding-right: 10px; }
  .ccf-form .t-view-s-50pc.even {
    padding-left: 10px; }
  .ccf-form .simple-date {
    overflow: visible; }
  .ccf-form .simple-date label {
    display: block !important;
    margin-top: -15px;
    font-weight: 400 !important;
    font-size: 14px;
    color: #777;
    margin-bottom: -0px !important; } }

.gform_wrapper {
  padding-bottom: 20px; }
.gform_wrapper .gsection_title {
  font-weight: 400 !important;
  border-bottom: 0;
  font-size: 24px !important; }
.gform_wrapper .gsection {
  border: none !important; }
.gform_wrapper .gfield.gsection.empty {
  display: none; }
.gform_wrapper .top_label input.medium {
  width: 100% !important; }
.gform_wrapper .gform_body li select, .gform_wrapper .gform_body li select.medium {
  margin: 0 1px;
  width: -webkit-calc(100% - 2px);
  width: -moz-calc(100% - 2px);
  width: -o-calc(100% - 2px);
  width: -ms-calc(100% - 2px);
  width: calc(100% - 2px); }
.gform_wrapper .gfield_label {
  font-weight: 500 !important; }
.gform_wrapper ul .gsection .gsection_title {
  margin-top: 50px !important; }
.gform_wrapper ul .gfield.gsection.empty + .gsection h2 {
  margin-top: 0px !important; }
.gform_wrapper .gfield_error {
  background-color: #fff !important; }
.gform_wrapper .validation_error {
  background: #3A8EDE !important;
  color: #fff !important;
  padding: 20px !important;
  border: none !important; }
.gform_wrapper .gfield_error .validation_message {
  background-color: #3A8EDE !important;
  display: block !important;
  color: #fff !important;
  padding: 3px 5px !important;
  margin: 5px 0 !important; }
.gform_wrapper .gfield_error .gfield_label {
  color: #3A8EDE !important; }
.gform_wrapper [type='radio'], .gform_wrapper [type='checkbox'] {
  margin: 2px 3px 2px 0px; }
@media (min-width: 767px) {
  .gform_wrapper .gform_body ul.t-view-m-50pc:nth-child(even) {
    padding-right: 20px !important; }
  .gform_wrapper .gform_body ul.t-view-m-50pc:nth-child(odd) {
    padding-left: 20px !important; } }
@media (max-width: 767px) {
  .gform_wrapper label, .gform_wrapper label.gfield_label, .gform_wrapper li {
    text-align: left !important; } }

.ccf-form .ccf-form-complete {
  font-size: 26px;
  text-align: center; }

.showbanner header .banner.t-hide {
  display: block; }

.banner-ad iframe {
  border: 1px solid #efefef !important;
  box-sizing: border-box; }

header .banner {
  margin-bottom: -1px;
  max-height: 500px;
  position: relative;
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  -ms-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4); }
header .banner .banner-box {
  margin-bottom: -1px;
  position: Relative; }
header .banner .banner-box .btn-close {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 300; }
header .banner .banner-box .padding {
  padding: 16px 16px 16px 150px; }
header .banner .banner-box .scroll {
  width: calc(100% - 50px);
  font-size: 15px; }
header .banner .banner-box .scroll a {
  color: white;
  font-weight: bold;
  border-bottom: 1px solid;
  border-color: inherit;
  display: inline-block; }
header .banner .banner-box .scroll a:hover {
  color: #08616e; }
header .banner .banner-box .btn-close span:after, header .banner .banner-box .btn-close span:before {
  position: absolute;
  content: "";
  display: block;
  background-color: white;
  height: 24px;
  width: 1px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
header .banner .banner-box .btn-close span:after {
  transform: rotate(45deg);
  left: 12px; }
header .banner .banner-box .btn-close span:before {
  transform: rotate(-45deg);
  left: 12px; }
header .banner .banner-box .btn-close:hover span:after, header .banner .banner-box .btn-close:hover span:before {
  background-color: black; }

@media (max-width: 501px) {
  header .banner .banner-box br {
    display: none; }

  header .banner .padding {
    padding: 36px 16px 16px 10px !important; } }
.mantle-grid .author-block summary {
  float: right;
  width: calc(100% - 100px); }
.mantle-grid .author-block summary p {
  font-size: 14px !important;
  color: #363636 !important; }

@media (min-width: 767px) {
  .mantle-grid {
    display: flex; }
  .mantle-grid .image, .mantle-grid .image-thumb {
    background-size: cover;
    background-repeat: no-repeat; }
  .mantle-grid .clmn {
    float: left;
    position: relative; }
  .mantle-grid .clmn1 {
    width: 100%;
    max-width: 557px; }
  .mantle-grid .clmn1 h4 {
    color: #363636; }
  .mantle-grid .clmn2 {
    width: 100%; }
  .mantle-grid .article-block {
    padding-bottom: 0; }
  .mantle-grid .clmn2 .article:not(:first-of-type) .summary {
    display: block;
    margin-right: 20px; }
  .mantle-grid .clmn2 .article:not(:first-of-type) a:not(.image) {
    display: block; }
  .mantle-grid .clmn2 .article:not(:first-of-type) .t-txt-sm {
    clear: both; }

  .mantle-grid .clmn3 .sizer {
    padding-top: 20px;
    margin-top: 20px; }

  .mantle-grid .clmn .article:first-of-type .sizer {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important; } }
.mantle-grid .clmn2 .article:first-of-type .article-block {
  padding: 0 !important; }

.mantle-grid .clmn3 .sizer {
  border-top: 1px solid #444; }

.mantle-grid .author-block .thumbnail {
  width: 100px !important; }
.mantle-grid .author-block .image {
  width: 80px !important; }
.mantle-grid .author-block .author {
  padding-bottom: 25px;
  overflow: hidden; }
.mantle-grid .author-block p {
  margin: 5px 0;
  color: #444; }
.mantle-grid .author-block .summary {
  margin-top: 10px; }

@media (min-width: 767px) {
  .mantle-grid .clmn3 .ad-container + .article .sizer {
    border-top: none;
    padding-top: 0;
    margin-top: 0; } }
@media (max-width: 501px) {
  .mantle-grid .clmn3 .article .sizer {
    padding-top: 13.3333333333px; }
  .mantle-grid .clmn3 .article:nth-child(2) .sizer {
    border-top: none;
    padding-top: 0; }
  .mantle-grid .clmn3 .article .article-block {
    padding-left: 0px;
    padding-right: 0px; }

  .mantle .t-txt-cntr-b > .t-valign {
    padding-bottom: 0 !important; } }
@media (max-width: 501px) {
  .mantle-grid .clmn2 .article:nth-child(7), .mantle-grid .article:nth-child(8) {
    display: none; }
  .mantle-grid .clmn3 .article-block .summary {
    padding: 0; } }
html.has-site-promo body.home {
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: hidden; }

footer.pad-50pc-bottom {
  padding-bottom: 300px !important; }

[data-pname="JOLO TO-GO"] {
  max-width: none;
  padding: 0 !important; }
[data-pname="JOLO TO-GO"] .mantle {
  margin-bottom: -100px; }

.togo-menu .v65-title {
  font-size: 22px !important;
  margin-bottom: 0px;
  padding: 30px 10px 0; }
.togo-menu .v65-product-addToCart-price, .togo-menu .priceWrapper:before {
  font-size: 18px !important; }

.promo:not(.t-hide) {
  overflow: visible;
  display: table;
  transition: opacity 0.3s ease; }

.promo .btn-close {
  position: Absolute;
  width: 25px;
  height: 25px;
  background-color: #fff;
  top: -15px;
  right: -12px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  cursor: pointer; }

.promo .btn-close span {
  position: Absolute;
  transform: rotate(45deg);
  font-size: 40px;
  top: 6px;
  left: -3px;
  height: 20px;
  width: 20px;
  color: #555;
  line-height: 0;
  pointer-events: none;
  font-family: sans-serif;
  font-weight: 400; }

html .promo {
  position: fixed;
  bottom: 0px;
  top: auto;
  height: 290px;
  width: 100%;
  text-align: center;
  z-index: 10000; }
html .promo img {
  max-width: 300px;
  height: auto; }

html body.cookies-accepted .promo {
  bottom: 0; }

@media (max-width: 400px) {
  .promo .btn-close {
    right: 0 !important; } }
@media (min-width: 501px) {
  html .promo {
    max-width: 330px; } }
.promo .promo-container {
  display: table-cell;
  vertical-align: middle;
  margin: auto; }

.promo .promo-box {
  display: inline-block;
  position: relative;
  overflow: visible;
  margin: auto;
  max-width: 350px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.promo .promo-container a img {
  width: 100%;
  height: auto; }

.popular li {
  padding-bottom: 18px;
  text-align: left; }
.popular li .image {
  background-size: cover; }

.popular a {
  color: #2a2a2a;
  display: flex;
  align-items: center; }
.popular a .image {
  width: 73px;
  height: 47px;
  margin-right: 13.3333333333px;
  border: 1px solid #ccc;
  margin-left: 1px;
  margin-bottom: 0 !important; }
.popular a:hover {
  color: #4CC7E5; }
.popular a:hover .image {
  border-color: #4CC7E5; }
.popular a h4 {
  width: calc(100% - 80px);
  color: #555;
  font-weight: bold; }
.popular a:hover h4 {
  color: black; }

.popular li:hover {
  /*&:before{
  	background:$t-color-tertiary;
  }*/ }
.popular li:hover a h2 {
  color: red; }

.top-row.article-links .ad-300x250 .google_ad {
  margin: auto;
  display: inline-block; }

.popular a[target="_blank"] .txt:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(assets/images/icon-external-link.png);
  background-size: 100%; }

@media (max-width: 501px) {
  .popular a .image {
    margin-right: 15px; } }
.t-txt\:wht .popular h4 {
  color: #d0d0d0; }

.placeholder-ads .banner-ad > div {
  background: #efefef;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px; }
.placeholder-ads .banner-ad > div:after {
  font-size: 11px;
  text-transform: uppercase; }
.placeholder-ads [data-pw-desk="leaderboard_atf"] {
  max-width: 728px;
  min-height: 90px; }
.placeholder-ads [data-pw-desk="leaderboard_atf"]:after {
  content: "Leaderboard ATF"; }
.placeholder-ads [data-pw-desk="leaderboard_btf"] {
  max-width: 728px;
  min-height: 90px; }
.placeholder-ads [data-pw-desk="leaderboard_btf"]:after {
  content: "Leaderboard BTF"; }
.placeholder-ads [data-pw-desk="med_rect_atf"] {
  max-width: 300px;
  min-height: 250px; }
.placeholder-ads [data-pw-desk="med_rect_atf"]:after {
  content: "Med Rec ATF"; }
.placeholder-ads [data-pw-desk="med_rect_btf"] {
  max-width: 300px;
  min-height: 250px; }
.placeholder-ads [data-pw-desk="med_rect_btf"]:after {
  content: "Med Rec BTF"; }
.placeholder-ads [data-pw-desk="sky_atf"] {
  max-width: 160px;
  min-height: 600px; }
.placeholder-ads [data-pw-desk="sky_atf"]:after {
  content: "Sky ATF"; }
.placeholder-ads [data-pw-desk="sky_btf"] {
  max-width: 160px;
  min-height: 600px; }
.placeholder-ads [data-pw-desk="sky_btf"]:after {
  content: "Sky BTF"; }
.placeholder-ads [data-pw-mobi="leaderboard_atf"] {
  max-width: 320px;
  min-height: 50px; }
.placeholder-ads [data-pw-mobi="leaderboard_atf"]:after {
  content: "Leaderboard ATF (Mobile)"; }
.placeholder-ads [data-pw-mobi="leaderboard_btf"] {
  max-width: 320px;
  min-height: 50px; }
.placeholder-ads [data-pw-mobi="leaderboard_btf"]:after {
  content: "Leaderboard BTF (Mobile)"; }
.placeholder-ads [data-pw-mobi="med_rect_atf"] {
  max-width: 300px;
  min-height: 250px; }
.placeholder-ads [data-pw-mobi="med_rect_atf"]:after {
  content: "Med Rec ATF (Mobile)"; }
.placeholder-ads [data-pw-mobi="med_rect_abtf (Mobile)"] {
  max-width: 300px;
  min-height: 250px; }
.placeholder-ads [data-pw-mobi="med_rect_abtf (Mobile)"]:after {
  content: "Med Rec BTF (Mobile)"; }
.placeholder-ads [data-pw-mobi="sky_atf"] {
  max-width: 160px;
  min-height: 300px; }
.placeholder-ads [data-pw-mobi="sky_atf"]:after {
  content: "Sky ATF (Mobile)"; }
.placeholder-ads [data-pw-mobi="sky_btf"] {
  max-width: 160px;
  min-height: 300px; }
.placeholder-ads [data-pw-mobi="sky_btf"]:after {
  content: "Sky BTF (Mobile)"; }

.revcontent h4.rc-headline {
  line-height: 1.1em !important;
  font-size: 16px !important; }

html .revcontent * h3 {
  font-size: 34px !important;
  font-family: 'Bebas Neue', sans-serif !important;
  color: black !important; }

html .t-txt\:wht .revcontent * h3 {
  color: white !important; }

.revcontent h4.rc-headline + div {
  font-size: 12px !important; }

.ad iframe[width="728"] {
  max-width: 728px;
  margin: auto; }

@media (min-width: 767px) {
  .pinned {
    position: sticky;
    top: 0; }

  .pinned-styles {
    overflow: visible !important; }
  .pinned-styles:after {
    content: "";
    display: block;
    clear: both; }

  .scroller:after {
    content: "";
    display: block;
    clear: both; } }
.banner-ad {
  display: block;
  text-align: center; }
.banner-ad > div {
  margin: auto;
  display: inline-block; }

.banner-ad.no-borders-top {
  border-top: none;
  margin-top: 0 !important;
  padding-top: 0 !important; }

.banner-ad.no-pad-top {
  padding-top: 0 !important; }

.banner-ad.no-marg-top {
  margin-top: 0 !important; }

@media (min-width: 767px) {
  .banner-ad.no-borders-top-m {
    border-top: none;
    margin-top: 0 !important;
    padding-top: 0 !important; } }
@media (min-width: 501px) {
  .banner-ad.no-borders-top-s {
    border-top: none;
    margin-top: 0 !important;
    padding-top: 0 !important; } }
.banner-ad.no-borders-bot {
  border-bottom: none;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.banner-ad.no-marg-top {
  margin-top: 0 !important; }

.linecap {
  position: relative;
  display: inline-block;
  width: auto; }

.linecap::before {
  position: absolute;
  /* content: "s"; */
  content: "";
  height: 1px;
  width: 90px;
  top: 50%;
  left: -110px;
  background: black; }

.linecap:after {
  position: absolute;
  /* content: "s"; */
  content: "";
  height: 1px;
  width: 90px;
  top: 50%;
  right: -110px;
  background: black; }

.article-content p {
  font-size: 18px; }

p.wp-caption-text {
  font-size: 12px;
  padding: 5px 0;
  color: #777; }

.article-content img {
  height: auto; }

.nocomments {
  display: none; }

.comment.byuser {
  list-style: none; }

.commentlist .comment.byuser li {
  list-style: none;
  border-left: 1px solid #08616e;
  padding-left: 10px;
  margin-left: 0px; }

.comment-form-comment textarea, .comment-form-comment input[type="text"] {
  color: black; }

.comment-meta.commentmetadata {
  margin-top: 10px; }

.non-member .members .image img {
  object-fit: cover; }

.comment .avatar {
  display: none; }

.comment .children {
  padding-left: 10px; }

.article-header .auth-link {
  color: #00707F;
  border-bottom: 1px solid; }
.article-header .auth-link:hover {
  color: #BA870D; }

.t-txt\:wht .article-header .auth-link {
  color: #fff; }
.t-txt\:wht .article-header .auth-link:hover {
  color: #4CC7E5; }

.article-container .article-img img {
  width: 100%;
  height: auto; }

.article-container .video-embed iframe {
  min-height: auto !important; }

.article-container iframe.rumble {
  width: 100%; }

.article-content .revcontent {
  margin-top: -40px; }

.article-content h3 {
  padding-bottom: 20px;
  font-size: 26px; }

.article-content h2 {
  padding-bottom: 20px; }

.article-content h4 {
  padding-bottom: 20px;
  font-size: 22px; }

.t-txt\:wht .revcontent h2, .t-txt\:wht .revcontent h3, .t-txt\:wht .revcontent h4, .t-txt\:wht .revcontent a {
  color: white !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h3#comments {
  font-size: 18px;
  margin-top: 40px; }
h3#comments:before {
  content: "Comments:";
  font-family: 'Bebas Neue', sans-serif;
  display: block;
  padding-bottom: 10px;
  font-size: 26px; }

.commentlist {
  padding: 0 0 20px;
  list-style: none; }
.commentlist cite.fn {
  font-size: 26px;
  font-style: normal;
  font-family: 'Bebas Neue', sans-serif; }
.commentlist comment-meta {
  padding-top: 15px; }
.commentlist .reply {
  margin-top: 15px; }
.commentlist .comment.byuser {
  padding-bottom: 40px;
  margin-top: 40px; }
.commentlist > li.comment.byuser {
  margin-top: 0; }
.commentlist > .comment.byuser:not(:last-child):after {
  border-bottom: 1px solid #08616e;
  content: "";
  width: 100%;
  display: block;
  margin-top: 30px; }

.t-txt\:wht .comments {
  background: black;
  padding: 15px 15px 0; }

.keyword {
  margin-top: -10px; }

.article .auth {
  display: inline-block; }

.pg-results:before {
  border-left: 3px solid;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  height: 24px; }

.pg-results {
  position: relative;
  padding-left: 10px;
  margin-left: 5px; }

.article-block {
  color: black; }
.article-block .image {
  background-size: cover;
  background-position: center;
  display: block; }
.article-block .image img {
  width: 100% !important;
  object-fit: cover; }
.article-block:not(.video) img {
  height: 100% !important; }
.article-block .summary p {
  line-height: 1.2em; }
.article-block .summary h2 {
  letter-spacing: .01em;
  text-transform: none; }
.article-block .props + a .summary {
  margin-top: 0px; }
.article-block .summary p {
  padding: 12px 0 14px;
  margin: 0; }
.article-block .props > * {
  line-height: 1.5em;
  display: inline-block;
  position: relative;
  float: left; }
.article-block .next-thumb.t-show-under-m {
  float: right;
  margin-left: 10px; }
.article-block .tag-link {
  margin-top: 10px;
  font-size: 14px; }
.article-block .tag-link:hover {
  color: #00707F; }
.article-block .media-flag {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: 5px center;
  color: transparent; }
.article-block .media-flag.video {
  background-image: url("assets/images/tag-video.png");
  padding: 2px 70px 1px 0; }
.article-block .media-flag.audio {
  background-image: url("assets/images/tag-audio.png");
  padding: 2px 86px 1px 0; }

.article.members a.image, .article.members a.image img {
  height: auto !important; }

@media (min-width: 501px) and (max-width: 767px) {
  .article-links:not(.popular) {
    padding-right: 10px;
    padding-left: 10px; } }
@media (min-width: 1023px) {
  .article-links:not(.popular) > div {
    margin: 0 -10px; } }
@media (min-width: 501px) {
  .article-links:not(.popular) .article {
    padding: 0 10px; } }
@media (min-width: 501px) and (max-width: 1023px) {
  .tmplt-index .article-links.article-index .t-view-m-fit-2 > div, .tmplt-index .article-links.article-index .t-view-m-fit-3 > div {
    width: 50%;
    float: left; }
  .tmplt-index .article-links.article-index .t-view-m-fit-2 > div:nth-child(even), .tmplt-index .article-links.article-index .t-view-m-fit-3 > div:nth-child(even) {
    padding-right: 15px; }
  .tmplt-index .article-links.article-index .t-view-m-fit-2 > div:nth-child(odd), .tmplt-index .article-links.article-index .t-view-m-fit-3 > div:nth-child(odd) {
    padding-left: 15px;
    padding-right: 0px; } }
@media (min-width: 767px) and (max-width: 1023px) {
  .bottom-modules .listen-poll-module > div {
    float: left;
    width: 50%; } }
@media (max-width: 501px) {
  .article-links .article-block .summary {
    padding: 0 15px; }

  .next-article .article .article-block .image {
    margin-right: 10px; }

  .article-links .article-block a.cat {
    padding: 0 15px; }

  .article-links .article-block .tag-link {
    padding: 0 0px; }

  .article-links .article-block .summary p, .article-block .tag-link p {
    padding-left: 0;
    text-align: left; }
  .article-links .article-block .summary h2, .article-block .tag-link h2 {
    margin-top: 0;
    padding-top: 5px;
    text-align: left; }

  .article-links .size-h {
    height: auto !important; }
  .article-links .size-h a:not(.tag-link) {
    padding-bottom: 40px; }

  .article-links .ad-unit-300x250.google_ad {
    margin-bottom: 30px; }

  .bottom-modules .taboola-podcast-module > div {
    padding-right: 0px; }

  .article-links .props {
    overflow: hidden;
    min-height: 30px; }
  .article-links .props .tag-link {
    background-color: transparent;
    color: #4CC7E5;
    position: relative;
    display: block;
    float: left;
    margin-top: 10px;
    left: 10px;
    padding-bottom: 0px; }
  .article-links .props .tag-link:hover {
    color: #00707F; }
  .article-links .props .media-flag {
    float: right;
    margin-right: 3px; }

  .article-links .sizer {
    padding-bottom: 40px; } }
@media (min-width: 501px) {
  .article-links .ad-300x250 {
    float: right !important; } }
@media (max-width: 1023px) {
  .article-links .header-top_article div {
    margin: 0 13.3333333333px 0 13.3333333333px; } }
@media (max-width: 1023px) {
  .index-items .crop {
    margin: 0 15px 0 15px; } }
@media (min-width: 767px) {
  .tmplt-index .pre-links .article1 {
    padding-right: 13.3333333333px; }
  .tmplt-index .pre-links .article2 {
    padding: 0 13.3333333333px; } }
@media (min-width: 1023px) {
  .tmplt-index .pre-links .article1 {
    padding-right: 40px; }
  .tmplt-index .pre-links .article2 {
    padding: 0 20px; } }

.index-nav {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }

.index-nav a {
  display: inline-block;
  color: #4CC7E5;
  font-size: 16px; }

.index-nav .pgnum a {
  display: inline-block;
  text-align: center;
  padding: 2px 8px 5px;
  border-right: none; }
.index-nav .pgnum a.active {
  background-color: #00707F;
  color: #fff; }

.index-nav .pgnum a:not(.active):hover {
  color: #00707F; }

.pag-action {
  position: relative; }
.pag-action a {
  font-weight: bold; }
.pag-action a:hover {
  color: #00707F; }
.pag-action.next a {
  padding: 0 2px 0 10px; }
.pag-action.prev a {
  padding: 0 10px 0 2px; }
.pag-action.prev:before, .pag-action.next:after {
  color: #4CC7E5;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid;
  border-right: 2px solid; }
.pag-action.next:after {
  transform: rotate(45deg); }
.pag-action.prev:before {
  transform: rotate(-140deg); }
.pag-action:hover.prev:before, .pag-action:hover.next:after {
  color: #00707F; }

.t-txt\:wht .index-nav .pag-action:hover:after, .t-txt\:wht .index-nav .pag-action:hover a, .t-txt\:wht .index-nav .pgnum a:not(.active):hover {
  color: white; }
.t-txt\:wht .pgnum:hover a.active {
  background-color: white;
  color: #00707F; }

@media (max-width: 767px) {
  .pag-action.nex.t-show-under-m, .pag-action.prev.t-show-under-m {
    display: inline-block; } }
.mod-txt .article-block {
  text-align: left; }
.mod-txt .article-block .summary h2 {
  color: black; }

.next-article {
  positiong: relative; }
.next-article .image {
  width: 100px;
  height: 100px;
  background-color: black; }
.next-article:after {
  content: "";
  display: block;
  height: 35px;
  width: 35px;
  color: #C2C2C2;
  position: absolute;
  top: 10px;
  left: -64px;
  border-right: 4px solid;
  border-bottom: 4px solid;
  transform: rotate(-45deg); }
.next-article .article .article-block {
  display: flex; }
.next-article .summary {
  max-width: 450px; }
.next-article .article .article-block .image {
  margin-right: 20px;
  min-width: 100px; }
.next-article .article .article-block .image img {
  object-fit: contain; }
.next-article .meta {
  padding-top: 2px; }

.ptype-video .next-article .image {
  height: 56px !important; }

@media (min-width: 1023px) {
  .article-links .article .article-block:not(.video) .image {
    height: 175px; }

  .article-links .t-grid\:l\:fit\:2 .article .article-block .image {
    height: 225px; }

  .article-links .featured .article .article-block .image {
    height: auto; } }
.sby_video_thumbnail_wrap {
  margin-bottom: 20px; }

.author-block .author:not(.wide-auth-block) {
  max-width: 550px;
  margin: auto; }
.author-block .author .thumbnail {
  width: 93px;
  margin-right: 15px; }
.author-block .author summary {
  width: calc(100% - 112px); }
.author-block .author summary p {
  font-size: 14px;
  line-height: 1.4em; }
.author-block .author p:last-of-type {
  margin-bottom: 0; }
.author-block .author h4, .author-block .author h4 a {
  border: none; }
.author-block .sharelinks .at-share-btn:hover .at-icon {
  background-color: white !important; }

.bg\:pattern .sharelinks .at-share-btn:hover .at-icon {
  background-color: white !important; }

html .refine-search {
  overflow: visible;
  z-index: 100;
  position: relative; }
html .refine-search * {
  overflow: visible; }
html .refine-search:after {
  display: block;
  clear: both;
  content: ""; }
html .refine-search .btn-search span:before {
  background-position: -42px 0px; }
html .refine-search .btn-search:hover span:before {
  background-position: 0px 0px; }
html .refine-search .to {
  display: inline;
  padding: 0 5px; }

@media (max-width: 501px) {
  h4 {
    display: block !important;
    padding: 15px 0 5px !important; }

  .to {
    padding: 5px 0 !important; } }
@media (min-width: 767px) {
  html .refine-search .columns {
    display: flex;
    align-items: center;
    justify-content: center; }
  html .refine-search .columns > div {
    padding: 0 8px; }
  html .refine-search .columns .select-selected {
    min-width: 150px;
    text-align: left; }
  html .refine-search .columns .btn-search {
    align-self: center; } }
@media (max-width: 767px) {
  html .refine-search .refine-search-field {
    padding-bottom: 20px; }
  html .refine-search .d-range {
    float: left;
    padding-bottom: 20px; }
  html .refine-search .refine-search-field, html .refine-search .refine-search-field .searchvalue {
    display: block;
    width: 100%;
    box-sizing: border-box; }
  html .refine-search .btn-search {
    bottom: -24px;
    top: unset !important; } }
@media (max-width: 767px) {
  .searchrefine.btn-search span:before {
    background-image: none !important;
    content: "Search";
    color: white !important;
    position: relative !important;
    display: block;
    width: auto !important;
    line-height: 1.1em; } }
@media (max-width: 501px) {
  .refine-search {
    text-align: center; }

  html .refine-search {
    padding-bottom: 40px/!important; }
  html .refine-search input {
    width: 100% !important;
    box-sizing: border-box; }
  html .refine-search .refine-search-field {
    text-align: center; }
  html .refine-search .searchrefine.btn-search {
    bottom: auto !important;
    left: 0 !important;
    float: none !important;
    margin: auto;
    padding: 15px; }
  html .refine-search .shadowfield {
    display: block; }
  html .refine-search .searchrefine.btn-search {
    width: auto !important; }
  html .refine-search .d-range {
    float: none; }
  html .refine-search .to {
    display: block;
    text-align: center;
    padding: 10px 0; } }
/* The container must be positioned relative: */
/* Hide the items when the select box is closed: */
.select-hide {
  display: none; }

.custom-select {
  position: relative;
  display: block;
  font-family: Arial;
  width: calc(100% - 10px);
  /* Style the arrow inside the select element: */
  /* Point the arrow upwards when the select box is open (active): */
  /* style the items (options), including the selected item: */
  /* Style items (options): */ }
.custom-select select {
  display: none;
  /*hide original SELECT element: */ }
.custom-select .select-selected, .custom-select .select-items {
  background-color: white;
  font-size: 14px;
  font-weight: bold; }
.custom-select .select-selected:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #00707F transparent transparent transparent; }
.custom-select .select-selected.select-arrow-active:after {
  border-color: transparent transparent white transparent;
  top: 7px; }
.custom-select .select-items div, .custom-select .select-selected {
  color: #555;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer; }
.custom-select .select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99; }
.custom-select .select-items div:hover, .custom-select .same-as-selected {
  background-color: #4CC7E5;
  color: white; }

.search-box {
  clear: both;
  text-align: center;
  position: relative;
  max-height: 0px;
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  -ms-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  overflow: hidden !important;
  z-index: 1000; }

.search-field {
  padding: 15px;
  display: flex;
  justify-content: center; }

.show-search .search-box {
  height: auto;
  max-height: 1500px; }

.t-navbar:after {
  content: "";
  position: relative;
  display: block;
  clear: both;
  padding-bottom: 0px; }

#searchfield {
  display: inline-block;
  width: calc(100vw - 130px) !important;
  min-width: 0;
  max-width: 270px;
  margin: 0 10px; }

.show-search .iheart-nav .btn-search:not(:hover) {
  background-color: #4CC7E5; }
.show-search .iheart-nav .btn-search:not(:hover) span:before {
  background-image: url(assets/images/icon-search-over.png) !important;
  background-position: 1px 0; }

@media (min-width: 767px) {
  .t-navbar .btn-search svg {
    width: 18px; } }
.btn-search.search-blk svg g[id="\30 1-siderail-template-v1"] {
  stroke: #363636 !important; }

.btn-search.search-blk:hover svg g[id="\30 1-siderail-template-v1"] {
  stroke: black !important; }

@media (min-width: 728px) {
  .t-navbar .btn-search {
    padding: 0 0 0 10px;
    align-self: center;
    margin-top: 10px; } }
@media (max-width: 728px) {
  .t-navbar .btn-search {
    position: absolute;
    right: 12px;
    top: 20px; } }
header nav {
  -webkit-transition: height 0.3s ease-in;
  -moz-transition: height 0.3s ease-in;
  -ms-transition: height 0.3s ease-in;
  -o-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in; }

.sharelinks {
  position: relative;
  clear: both;
  	/*.at-svc-facebook.at-icon-wrapper, .at-icon.at-icon-facebook {
  		height: 38px !important;
  		width: 40px !important;
  
  	}*/ }
.sharelinks .at-share-btn-elements {
  display: flex;
  align-items: center; }
.sharelinks.alignshare, .sharelinks .alignshare {
  display: flex;
  align-items: center; }
.sharelinks .addthis_inline_share_toolbox, .sharelinks .addthis-links {
  display: inline-block;
  position: Relative; }
.sharelinks .at-share-btn-elements .at-icon-wrapper {
  height: 40px !important;
  width: 40px !important;
  border: none !important;
  margin-bottom: 0; }
.sharelinks [role="button"] {
  background-color: transparent; }
.sharelinks .at-share-btn {
  background-color: transparent;
  transform: none !important;
  padding: 0 !important; }
.sharelinks .at-share-btn .at-icon {
  background-color: #4CC7E5;
  height: 40px !important;
  width: 40px !important; }
.sharelinks .at-share-btn .at-icon path {
  fill: #00707F !important;
  width: 50px !important;
  transform: fill .3s ease; }
.sharelinks .at-share-btn:hover .at-icon {
  background-color: #00707F !important; }

.post .sharelinks .at-share-btn .at-icon path, .ptype-video .sharelinks .at-share-btn .at-icon path, .ptype-news .sharelinks .at-share-btn .at-icon path {
  fill: white !important; }

.blog-index .sharelinks .at-share-btn .at-icon path {
  fill: white !important; }
.blog-index .sharelinks .at-share-btn:hover .at-icon path {
  fill: #00707F !important; }

.show-notes ul {
  padding-left: 24px; }

.show-notes li, .show-sources li {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 10px;
  position: relative;
  font-size: 14px; }
.show-notes li:before, .show-sources li:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 5px;
  display: inline-block;
  border-right: 8px solid black;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent; }
.show-notes a, .show-sources a {
  color: #BA870D; }

@media (min-width: 767px) {
  .m1_2clmn {
    display: flex; }
  .m1_2clmn h2 {
    font-size: 34px; }

  .m1_2clmn > * {
    width: 50%;
    float: left; }

  .m1_2clmn:not(.t-contain) .mod:nth-child(1) .t-contain {
    margin-right: 0; }
  .m1_2clmn:not(.t-contain) .mod:nth-child(2) .t-contain {
    margin-left: 0; } }
@media (max-width: 767px) {
  .m1_2clmn :nth-child(1) {
    margin-bottom: 10px; } }
@media (max-width: 767px) {
  .m1_2clmn h2 {
    font-size: 26px; } }
@media (min-width: 767px) {
  .m1_2clmn.t-flex-align {
    display: flex; }
  .m1_2clmn.t-flex-align.t-flex-center {
    align-items: stretch; }
  .m1_2clmn.t-flex-align.t-flex-center > * {
    align-items: center;
    display: flex; } }
/* overriding column sizing */
@media (min-width: 767px) {
  .mod-m1-clmns {
    /* Wider right */
    /* Wider left */ }
  .mod-m1-clmns .colmn_sz_45-55 .mod-m1:first-child {
    width: 45%; }
  .mod-m1-clmns .colmn_sz_45-55 .mod-m1:last-child {
    width: 55%; }
  .mod-m1-clmns .colmn_sz_40-60 .mod-m1:first-child {
    width: 40%; }
  .mod-m1-clmns .colmn_sz_40-60 .mod-m1:last-child {
    width: 60%; }
  .mod-m1-clmns .colmn_sz_35-65 .mod-m1:first-child {
    width: 35%; }
  .mod-m1-clmns .colmn_sz_35-65 .mod-m1:last-child {
    width: 65%; }
  .mod-m1-clmns .colmn_sz_30-70 .mod-m1:first-child {
    width: 30%; }
  .mod-m1-clmns .colmn_sz_30-70 .mod-m1:last-child {
    width: 70%; }
  .mod-m1-clmns .colmn_sz_25-75 .mod-m1:first-child {
    width: 25%; }
  .mod-m1-clmns .colmn_sz_25-75 .mod-m1:last-child {
    width: 75%; }
  .mod-m1-clmns .colmn_sz_20-80 .mod-m1:first-child {
    width: 20%; }
  .mod-m1-clmns .colmn_sz_20-80 .mod-m1:last-child {
    width: 80%; }
  .mod-m1-clmns .colmn_sz_15-75 .mod-m1:first-child {
    width: 15%; }
  .mod-m1-clmns .colmn_sz_15-75 .mod-m1:last-child {
    width: 75%; }
  .mod-m1-clmns .colmn_sz_20-80 .mod-m1:first-child {
    width: 20%; }
  .mod-m1-clmns .colmn_sz_20-80 .mod-m1:last-child {
    width: 80%; }
  .mod-m1-clmns .colmn_sz_15-85 .mod-m1:first-child {
    width: 20%; }
  .mod-m1-clmns .colmn_sz_15-85 .mod-m1:last-child {
    width: 80%; }
  .mod-m1-clmns .colmn_sz_10-90 .mod-m1:first-child {
    width: 20%; }
  .mod-m1-clmns .colmn_sz_10-90 .mod-m1:last-child {
    width: 80%; }
  .mod-m1-clmns .colmn_sz_55-45 .mod-m1:first-child {
    width: 55%; }
  .mod-m1-clmns .colmn_sz_55-45 .mod-m1:last-child {
    width: 45%; }
  .mod-m1-clmns .colmn_sz_60-40 .mod-m1:first-child {
    width: 60%; }
  .mod-m1-clmns .colmn_sz_60-40 .mod-m1:last-child {
    width: 40%; }
  .mod-m1-clmns .colmn_sz_65-35 .mod-m1:first-child {
    width: 65%; }
  .mod-m1-clmns .colmn_sz_65-35 .mod-m1:last-child {
    width: 35%; }
  .mod-m1-clmns .colmn_sz_70-30 .mod-m1:first-child {
    width: 70%; }
  .mod-m1-clmns .colmn_sz_70-30 .mod-m1:last-child {
    width: 30%; }
  .mod-m1-clmns .colmn_sz_75-25 .mod-m1:first-child {
    width: 75%; }
  .mod-m1-clmns .colmn_sz_75-25 .mod-m1:last-child {
    width: 25%; }
  .mod-m1-clmns .colmn_sz_80-20 .mod-m1:first-child {
    width: 80%; }
  .mod-m1-clmns .colmn_sz_80-20 .mod-m1:last-child {
    width: 20%; }
  .mod-m1-clmns .colmn_sz_85-15 .mod-m1:first-child {
    width: 85%; }
  .mod-m1-clmns .colmn_sz_85-15 .mod-m1:last-child {
    width: 15%; }
  .mod-m1-clmns .colmn_sz_90-10 .mod-m1:first-child {
    width: 90%; }
  .mod-m1-clmns .colmn_sz_90-10 .mod-m1:last-child {
    width: 10%; } }
.mod.vid-bg {
  position: relative;
  background-size: cover;
  height: 50vh; }
.mod.vid-bg .vid-pos {
  position: absolute;
  background: black; }
.mod.vid-bg .youtube-vid {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.mod.vid-bg .vid-tint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }
.mod.vid-bg .vid-pos {
  z-index: 1; }
.mod.vid-bg .t-contain {
  z-index: 3;
  position: Relative; }

@media (max-width: 767px) {
  .mod.vid-bg {
    height: 200px; }
  .mod.vid-bg.t-flex-align {
    display: flex; }
  .mod.vid-bg.t-flex-align.t-flex-center {
    align-items: stretch; }
  .mod.vid-bg.t-flex-align.t-flex-center > * {
    align-items: center;
    display: flex; } }
.m1_2clmn .full-width .t-contain {
  width: 100%; }

.m1_2clmn .mod-m1.floating-overlay .t-contain {
  padding: 20px; }

@media (min-width: 767px) and (max-width: 968px) {
  .m1_2clmn .mod-m1.floating-overlay .t-contain {
    padding: 40px;
    margin: 0 30px; } }
.slideshow {
  padding: 0;
  width: 100%;
  height: 350px;
  position: relative; }
.slideshow.t-contain .slide-content {
  padding: 80px; }
.slideshow .slide-view {
  width: 100%; }
.slideshow .bg-video {
  position: absolute; }
.slideshow .t-valigner {
  height: 100%; }
.slideshow .t-valign {
  padding-top: 20px;
  padding-bottom: 20px; }
.slideshow ul.slides {
  position: absolute; }
.slideshow ul.slides > li {
  position: relative;
  float: left;
  height: 100%;
  display: block;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  clear: none !important; }
.slideshow ul.slides > li[data-ratio=wide] {
  /*background-size: 100% auto;*/ }
.slideshow ul.slides > li[data-ratio=tall] {
  /*background-size: auto 100%;*/ }
.slideshow ul.slides > li:not(.fitimg) {
  background-size: cover; }
.slideshow ul.slides > li.fitimg {
  background-size: contain; }
.slideshow ul.slides > li img {
  display: block; }
.slideshow ul.slides > li iframe {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  z-index: 50; }
.slideshow ul.slides > li .text {
  position: relative;
  z-index: 100; }
.slideshow ul.slides > li h2 {
  overflow: visible; }
.slideshow ul.slides > li h2 h3.t-txt-h2 {
  font-size: 30px !important; }
.slideshow[data-dir="vert"] ul.slides li {
  float: none !important; }
.slideshow[data-dir="vert"] .slide-view {
  height: 100%;
  position: absolute; }
.slideshow[data-dir="vert"] .slides {
  position: relative; }
.slideshow.ease .slides {
  -webkit-transition: left 0.3s ease, top 0.3s ease;
  -moz-transition: left 0.3s ease, top 0.3s ease;
  -ms-transition: left 0.3s ease, top 0.3s ease;
  -o-transition: left 0.3s ease, top 0.3s ease;
  transition: left 0.3s ease, top 0.3s ease; }
.slideshow .scrolltext {
  display: inline-block;
  position: relative;
  overflow: visible;
  height: 30px;
  min-width: 300px; }
.slideshow .scrolltext div {
  position: absolute;
  transition: top .3s ease,-webkit-filter .1s ease, -moz-filter .1s ease, -o-filter .1s ease, -ms-filter .1s ease, filter .1s ease;
  padding-right: 15px; }
.slideshow .scrolltext .blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); }

.mantle-slides .slide h3 {
  font-size: 40px;
  font-weight: bold;
  font-family: Univers LT Std Condensed;
  line-height: 1em !Important;
  text-transform: uppercase; }

@media (min-width: 767px) {
  .mantle-slides .slide h3 {
    font-size: 40px;
    font-weight: bold; }
  .mantle-slides .slide .t-txt-sm, .mantle-slides .slide .t-txt-sm p {
    font-size: 18px; } }
@media (max-width: 767px) {
  .mantle-slides .slide h3 {
    font-size: 40px;
    text-align: left; }
  .mantle-slides .slide .button-pos {
    text-align: left; }
  .mantle-slides .slide .t-txt-sm, .mantle-slides .slide .t-txt-sm p {
    font-size: 20px; } }

@media (min-width: 0) {
  .mod-m2 .indicator-box {
    margin-top: -40px;
    position: relative;
    z-index: 100;
    padding-bottom: 10px; }
  .mod-m2 .indicator-box li {
    background-color: #ccc; }
  .mod-m2 .indicator-box li.on {
    background-color: #fff; } }
.slide-nav {
  /*margin-top: -20px;*/ }

.slide-nav .btn-prev {
  position: absolute;
  left: 10px; }

.slide-nav .btn-next {
  position: absolute;
  right: 10px; }

.slide-nav li {
  height: 100%;
  z-index: 200;
  overflow: visible; }

.slide-nav li em {
  display: block;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -20px;
  position: relative;
  cusor: pointer;
  background: white;
  border-radius: 50%; }

.slide-nav li.mute {
  display: none; }

.slide-nav li {
  opacity: 0.5; }

.slide-nav li:hover {
  opacity: .6;
  cursor: pointer; }

.slide-nav li em:after {
  display: block;
  content: " ";
  border: 2px solid #106398;
  width: 25px;
  height: 25px;
  position: absolute;
  margin-left: -15px;
  top: 17px;
  color: #fff;
  font: 60px serif;
  font-weight: bold;
  font-style: normal; }

.slide-nav li.btn-prev em:after {
  left: 35px;
  border-right: none;
  border-bottom: none;
  transform: rotate(-45deg); }

.slide-nav li.btn-next em:after {
  left: 25px;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg); }

@media (max-width: 767px) {
  .slide-nav {
    display: none; } }
@media (min-width: 767px) {
  html:not(.mobile) .indication-container {
    display: none; } }
.mobile .slide-nav {
  display: none; }

.indicator {
  margin: 0;
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  padding: 10px 10px 0;
  border-radius: 16px; }

.indicator li {
  display: inline-block;
  background-color: #fff;
  height: 14px;
  width: 14px;
  margin: 5px;
  opacity: .6;
  border-radius: 50%; }

.indicator li.on {
  background-color: #00707F;
  opacity: 1; }

.indicator-alt .indicator li {
  background-color: #979797; }
.indicator-alt .indicator li.on {
  opacity: 1; }

.indicator-bg-clr1 .indicator-box {
  background-color: #00707F; }

.indicator-bg-clr2 .indicator-box {
  background-color: #4CC7E5; }

.indicator-bg-clr3 .indicator-box {
  background-color: #BA870D; }

.indicator-bg-clr4 .indicator-box {
  background-color: #08616e; }

.indicator-bg-clr5 .indicator-box {
  background-color: #777; }

@media (max-width: 767px) {
  .slideshow.mantle {
    min-height: 400px !important; }

  .slideshow .slide-content {
    padding: 0 20px; }

  .slideshow.t-contain .slide-content {
    padding: 15px; } }
.mod-m2 .item .thumb {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
.mod-m2 .item .thumb:not(.fitimg) {
  background-size: cover; }
.mod-m2 .item .thumb.fitimg {
  background-size: contain !important; }

.mod-m2 .info {
  overflow: visible; }

.mod-m2 .modlink .thumb {
  color: #fff; }

.mod-m2.hoverlinks .modlink:hover .thumb {
  color: #fff;
  background-color: #00707F !important; }

.mod-m2 .numblist {
  counter-reset: item; }
.mod-m2 .numblist .item {
  margin-left: 0;
  padding-left: 0;
  text-align: left; }
.mod-m2 .numblist .item::before .info {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%; }
.mod-m2 .numblist .item .info {
  padding-left: 70px;
  position: relative; }
.mod-m2 .numblist .item .info::before {
  position: absolute;
  left: 0px;
  left: 5px;
  text-align: left;
  display: inline-block;
  content: counter(item) "";
  counter-increment: item;
  font-size: 62px;
  font-weight: 100;
  top: -9px;
  color: #777; }

@media (max-width: 501px) {
  .mod-m2 .numblist .item .info::before {
    position: relative;
    display: block;
    text-align: center;
    padding: 30px 0 10px; } }
@media (min-width: 501px) {
  .m2-big-circle-grid .t-contain {
    max-width: 1024px; }

  .m2-big-circle-grid .modlink div.thumb {
    margin-bottom: 0 !important; } }
.mod-m2 .info h3 + *, .mod-m2 .info .mod-txt + *, .mod-m2 .slide .text h3 + *, .mod-m2 .slide .text .mod-txt + * {
  margin-top: 20px; }

@media (max-width: 767px) {
  .mod-m2 .info h3 + *, .mod-m2 .info .mod-txt + *, .mod-m2 .slide .text h3 + *, .mod-m2 .slide .text .mod-txt + * {
    margin-top: 10px; } }
.mod-m2.news-links .item .button {
  padding: 3px 0px 2px;
  background: none;
  color: #08616e;
  font-weight: 400; }
.mod-m2.news-links .item .button:hover {
  color: #00707F; }

.mod-m2.news-links .item .button:after {
  content: " \00bb";
  font-size: 1.3em;
  font-weight: 100;
  font-weight: 400; }

/* ----- Themed ------- */
.slide .txt-alicia {
  padding-left: 10px; }

@media (max-width: 501px) {
  .slide .stylized-pad {
    padding-left: 0;
    text-align: center; }

  .slide .txt-stylized {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase; } }
.slide .lead-txt {
  font-size: 22px; }

.slide .subhead {
  display: inline-block; }

@media (min-width: 767px) and (max-width: 1240px) {
  .slideshow .slide .t-txt-lt-m .t-valign {
    padding-left: 40px; }

  .slideshow .slide .slide-content {
    padding: 0 40px; } }
@media (min-width: 767px) and (max-width: 1360px) {
  .slideshow .slide .slide-content {
    padding: 0 40px; } }
.mod-m2.nurse-grid-titles h3 + p {
  margin-top: 10px !important; }

.m2-littletxt .info h3 {
  font-size: 16px; }

.mod-m3 blockquote:before, .mod-m3 blockquote:after {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 80px !important;
  position: relative; }
.mod-m3 blockquote:before {
  top: 30px;
  content: "\201C" !important;
  line-height: 1px; }
.mod-m3 blockquote:after {
  content: "\201E" !important;
  line-height: 0em; }
.mod-m3 .mod-txt:before {
  content: "\2014"; }

.mod-quote:before, .mod-quote:after {
  content: '"';
  font-size: 30px; }

.mod-m4 .fitimg {
  background-repeat: no-repeat;
  background-position: center center; }
.mod-m4 .fitimg img {
  margin: auto; }

@media (max-width: 767px) {
  .mod-m4 .m4-row .img {
    background-image: none !important; } }
@media (min-width: 767px) {
  .mod-m4 .m4-row {
    display: flex; }

  .mod-m4 .img {
    min-height: 450px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .mod-m4 .img:not(.fitimg) {
    background-size: cover; }
  .mod-m4 .img.fitimg {
    background-size: contain !important; }

  .mod-m4 .full-width .m4-row .mod-txt {
    max-width: 600px; }
  .mod-m4 .full-width .m4-row .mod-txt.clmnr, .mod-m4 .full-width .m4-row .mod-txt.clmnr + * {
    float: right;
    clear: both;
    text-align: right;
    padding-right: 0 !important; }
  .mod-m4 .full-width .m4-row .mod-txt.clmnl {
    padding-left: 0 !important; }

  .mod-m4 .full-width h3.clmnr {
    float: right;
    text-align: right;
    padding-right: 0 !important; }
  .mod-m4 .full-width h3.clmnl {
    padding-left: 0 !important; }

  .mod-m4.m4_imgl.m4_altrows .m4-row:nth-child(odd) .img + div {
    padding-left: 20px; }
  .mod-m4.m4_imgl.m4_altrows .m4-row:nth-child(even) .img + div {
    padding-right: 20px; }

  .mod-m4:not(.m4_imgl).m4_altrows .m4-row:nth-child(odd) .img + div {
    padding-right: 20px; }
  .mod-m4:not(.m4_imgl).m4_altrows .m4-row:nth-child(even) .img + div {
    padding-left: 20px; }

  .mod-m4.m4_imgl:not(.m4_altrows) .m4-row .img + div {
    padding-left: 20px; }

  .mod-m4:not(.m4_imgl):not(.m4_altrows) .m4-row .img + div {
    padding-right: 20px; }

  .mod-m4.m4_imgl .m4-row {
    flex-direction: row-reverse; }

  .mod-m4.m4_altrows .m4-row:nth-child(even) {
    flex-direction: row-reverse; }

  .mod-m4.m4_imgl.m4_altrows .m4-row:nth-child(even) {
    flex-direction: row !important; } }
.mod-m4 .img h3 {
  padding: 0 10px; }

@media (max-width: 767px) {
  .mod-m4 .padding {
    padding: 10px 0; }

  .mod-m4 .img {
    position: relative; }
  .mod-m4 .img h3 {
    position: absolute;
    top: 50%;
    margin-top: -15px; } }
.mod-m5:not(.professions-index) .m5-section-hit {
  border-bottom: 1px solid #4CC7E5;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
  cursor: pointer; }
.mod-m5:not(.professions-index) .m5-section-hit {
  border-bottom: 1px solid #4CC7E5;
  -webkit-transition: padding 0.3s ease, background-color 0.3s ease;
  -moz-transition: padding 0.3s ease, background-color 0.3s ease;
  -ms-transition: padding 0.3s ease, background-color 0.3s ease;
  -o-transition: padding 0.3s ease, background-color 0.3s ease;
  transition: padding 0.3s ease, background-color 0.3s ease;
  cursor: pointer; }
.mod-m5:not(.professions-index) .m5-section:first-child {
  border-top: 1px solid #8DCE46; }
.mod-m5:not(.professions-index) .m5-section .m5-expander {
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease; }
.mod-m5:not(.professions-index) .m5-section.active .m5-section-hit, .mod-m5:not(.professions-index) .m5-section .m5-section-hit:hover {
  background-color: #4CC7E5;
  color: white;
  padding-left: 13.3333333333px; }
.mod-m5:not(.professions-index) .m5-item {
  border-bottom: 1px solid #ccc; }
.mod-m5:not(.professions-index) .m5-item a, .mod-m5:not(.professions-index) .m5-item p {
  text-align: left; }

.m5-sizer :last-child {
  border: none;
  border-bottom: 0 !important; }

.m5-sizer :first-child {
  padding-top: 0 !important; }

.m5-section.active .m5-expander {
  border-bottom: 1px solid #ccc; }

.m5-section:not(.active) .m5-expander, .m5-section:not(.active):hover .m5-expander {
  height: 0 !important; }

.has-m6:not(body), .mod-m6, .mod-m6 * {
  overflow: visible; }

.m6-stick-l .m6-columns {
  -webkit-flex-direction: row-reverse;
  /* Safari 6.1+ */
  flex-direction: row-reverse; }

.m6-columns {
  display: flex;
  flex-wrap: nowrap; }
.m6-columns .m6_stickied {
  overflow: visible; }
.m6-columns .m6_stickied {
  position: sticky;
  position: -webkit-sticky;
  top: 50%; }
.m6-columns > div {
  width: 50%; }
.m6-columns .m6-item {
  height: 75vh; }

.mod-m7 .img {
  background-position: center;
  background-repeat: no-repeat;
  min-height: 250px;
  margin: auto; }

@media (min-width: 767px) {
  .mod-m7 .t-view-l-fit-flex .m7-row .descr {
    width: calc(100% - 400px); }
  .mod-m7 .t-view-l-fit-flex .m7-row .img {
    width: 400px; }
  .mod-m7 .t-view-l-fit-flex .m7-row {
    display: flex;
    width: 100%;
    align-items: center; }
  .mod-m7 .t-view-l-fit-flex.m7-items.clmn-img_rt .m7-row {
    flex-flow: row-reverse; }
  .mod-m7 .t-view-l-fit-flex.m7-items.clmn-img_rt.clmn-alt .m7-row:nth-child(even) {
    flex-flow: inherit; }
  .mod-m7 .t-view-l-fit-flex.m7-items.clmn-img_rt .descr {
    text-align: left; }
  .mod-m7 .t-view-l-fit-flex.m7-items.clmn-img_rt.clmn-alt .m7-row:nth-child(even) .descr {
    text-align: right; }
  .mod-m7 .t-view-l-fit-flex.m7-items.clmn-img_lt.clmn-alt .m7-row:nth-child(odd) {
    flex-flow: row-reverse; }
  .mod-m7 .t-view-l-fit-flex.m7-items.clmn-img_lt .descr {
    text-align: right; }
  .mod-m7 .t-view-l-fit-flex.m7-items.clmn-img_lt.clmn-alt .m7-row:nth-child(odd) .descr {
    text-align: left; }

  .m7-items:not(.t-view-l-fit-1) {
    margin-left: -10px;
    margin-right: -10px; }

  .m7-items:not(.t-view-l-fit-1) > * {
    padding: 10px; } }
@media (max-width: 501px) {
  .price {
    text-align: center; } }
.mod {
  background-position: center;
  background-size: cover; }
.mod.fixed {
  background-attachment: fixed; }

.mod-txt ul {
  display: inline-block;
  padding-left: 20px; }
.mod-txt ul li {
  text-align: left;
  padding-bottom: 10px;
  line-height: 1.2em; }
.mod-txt ul.checkmarks {
  list-style: none !important; }
.mod-txt ul.checkmarks li:before {
  content: "√ ";
  font-weight: bold;
  position: relative;
  padding-right: 10px;
  margin-left: -20px;
  display: inline-block;
  font-size: 18px;
  color: #22a386; }
.mod-txt img {
  margin: auto; }

.section-rule {
  max-width: 1200px;
  margin: auto; }

.mod-txt iframe[src*="youtube"], .mod-txt iframe[src*="vimeo"] {
  width: 100% !important;
  height: 50vw !important;
  max-height: 650px;
  max-height: 450px;
  max-width: 800px;
  box-sizing: border-box; }

.mod a .thumb h1, .mod a .thumb h2, .mod a .thumb h3, .mod a .thumb h4 {
  color: #fff; }

.mod-txt:wht .mod-txt h1, .mod-txt:wht .mod-txt h2, .mod-txt:wht .mod-txt h3, .mod-txt:wht .mod-txt h4, .mod-txt:wht .mod-txt h5, .mod-txt:wht .mod-txt p {
  color: #fff; }

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
  padding: 10px;
  font-weight: 300;
  border: 1px solid #ccc; }

.modlink {
  display: block; }
.modlink:hover .button {
  color: #fff; }

.mod.mod-m1.t-txt\:bot {
  align-items: flex-end !important; }

.mod.mod-m1.t-txt\:top {
  align-items: flex-start !important; }

.txt-lght {
  color: #fff; }
.txt-lght p, .txt-lght h1, .txt-lght h2, .txt-lght h3, .txt-lght h4, .txt-lght h5, .txt-lght .txt-stylized {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.t-txt\:lt\:t > .t-valigner > .t-valign {
  vertical-align: top;
  text-align: left;
  padding-top: 40px; }

.t-txt\:cntr\:t > .t-valigner > .t-valign {
  vertical-align: top;
  text-align: center;
  padding-top: 40px; }

.t-txt\:rt\:t > .t-valigner > .t-valign {
  vertical-align: top;
  text-align: right;
  padding-top: 40px; }

.t-txt\:lt\:m > .t-valign {
  vertical-align: middle;
  text-align: left; }

.t-txt\:cntr\:m > .t-valign {
  vertical-align: middle;
  text-align: center; }

.t-txt\:rt\:m > .t-valign {
  vertical-align: middle;
  text-align: right; }

.t-txt\:lt\:b > .t-valign {
  vertical-align: bottom;
  text-align: left;
  padding-bottom: 40px  !important; }

.t-txt\:cntr\:b > .t-valign {
  vertical-align: bottom;
  text-align: center;
  padding-bottom: 40px  !important; }

.t-txt\:rt\:b > .t-valign {
  vertical-align: bottom;
  text-align: right;
  padding-bottom: 40px !important; }

.lightbleed {
  position: relative; }

.lightbleed .t-contain {
  position: relative;
  z-index: 5; }

.lightbleed:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2; }

@media (min-width: 501px) {
  .t-txt\:lt:not(.txt-lght).lightbleed:before, .t-txt\:lt\:t:not(.txt-lght).lightbleed:before, .t-txt\:lt\:m:not(.txt-lght).lightbleed:before {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }
  .t-txt\:lt.txt-lght.lightbleed:before, .t-txt\:lt\:t.txt-lght.lightbleed:before, .t-txt\:lt\:m.txt-lght.lightbleed:before {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000047',GradientType=1 ); }

  .t-txt\:cntr:not(.txt-lght).lightbleed:before, .t-txt\:cntr\:t:not(.txt-lght).lightbleed:before, .t-txt\:cntr\:m:not(.txt-lght).lightbleed:before {
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }
  .t-txt\:cntr.txt-lght.lightbleed:before, .t-txt\:cntr\:t.txt-lght.lightbleed:before, .t-txt\:cntr\:m.txt-lght.lightbleed:before {
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000047',GradientType=1 ); }

  .t-txt\:rt:not(.txt-lght).lightbleed:before, .t-txt\:rt-t:not(.txt-lght).lightbleed:before, .t-txt\:rt\:m:not(.txt-lght).lightbleed:before {
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }
  .t-txt\:rt.txt-lght.lightbleed:before, .t-txt\:rt-t.txt-lght.lightbleed:before, .t-txt\:rt\:m.txt-lght.lightbleed:before {
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000047',GradientType=1 ); } }
.lightbleed:after {
  /*  content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(247, 255, 47, 0.02);
    */ }

.mod-m2.static-img .slide {
  background-attachment: fixed !important; }

@media (max-width: 1023px) {
  .mod-m2.static-img .slide {
    background-attachment: scroll !important; } }
.mod:not(.mod-m4).border {
  position: relative; }

.mod:not(.mod-m4).border .t-contain {
  position: relative;
  z-index: 5; }

.mod:not(.mod-m4).border:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3);
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  z-index: 3;
  display: block; }

.mod-m4.border .img {
  position: relative; }

.mod-m4.border .img {
  position: relative;
  z-index: 5; }

.mod-m4.border .img:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3);
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  z-index: 3;
  display: block; }

.m4-row {
  border-bottom: 1px solid #979797; }

.m4-row:last-of-type {
  border-bottom: none; }

@media (min-width: 767px) {
  .m4-row .img {
    width: 35%; }

  .m4-row .img.fitimg {
    min-height: 200px; }

  .m4-row > div:not(.img) {
    width: 65%; } }
@media (max-width: 767px) {
  .m4-row {
    text-align: center; }
  .m4-row .img.fitimg {
    margin-bottom: 13.3333333333px; }
  .m4-row .img.fitimg img {
    max-width: 200px; } }
.mod.vid-bg {
  position: relative;
  height: 50vh; }
.mod.vid-bg .vid-pos {
  position: relative; }
.mod.vid-bg .youtube-vid {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.mod.vid-bg .vid-tint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }
.mod.vid-bg .vid-pos {
  z-index: 1; }
.mod.vid-bg .t-contain {
  z-index: 3; }

.mod-m2 .slideshow.shop {
  max-width: 350px;
  border: 1px solid #979797;
  margin: auto;
  background: white; }
.mod-m2 .slideshow.shop t-contain, .mod-m2 .slideshow.shop .t-valign {
  height: 100%;
  display: block;
  padding: 0; }
.mod-m2 .slideshow.shop .t-valign .t-contain, .mod-m2 .slideshow.shop .t-valign .t-contain img {
  width: 100%;
  object-fit: contain;
  padding: 0 !important; }
.mod-m2 .slideshow.shop .t-valign .t-contain {
  height: 100%; }
.mod-m2 .slideshow.shop .t-valign .t-contain, .mod-m2 .slideshow.shop .t-valign .t-contain .image {
  display: flex;
  align-items: center;
  justify-content: center; }
.mod-m2 .slideshow.shop .t-contain .image {
  height: 90%;
  width: 90%; }
.mod-m2 .slideshow.shop .slide a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.mod-m2 .slideshow.shop + .indicator-box {
  max-width: 350px;
  margin: auto; }
.mod-m2 .slideshow.shop + .indicator-box .indicator {
  background: transparent; }
.mod-m2 .slideshow.shop + .indicator-box li {
  background-color: #00707F; }
.mod-m2 .slideshow.shop + .indicator-box li.on {
  background-color: #4CC7E5; }

#wp_emember_loginForm {
  font-size: 16px; }

#wp_emember_loginForm a, .login-loop {
  display: inline-block;
  padding: 5px 0 0;
  color: #4CC7E5;
  border-bottom: 1px solid;
  font-weight: bold; }
#wp_emember_loginForm a:hover, .login-loop:hover {
  color: white; }

#doLogin.eMember_button {
  margin: 10px 0; }

.eMember_protected_message {
  font-size: 30px;
  font-family: 'Bebas Neue', sans-serif; }
.eMember_protected_message a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  line-height: 1em;
  background-color: #4CC7E5;
  padding: 10px 15px;
  font-size: 21px;
  font-family: 'Bebas Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  -webkit-appearance: none;
  border: none; }
.eMember_protected_message .button:hover, .eMember_protected_message .button\:rev:hover, .eMember_protected_message .nav-utility a:hover, .eMember_protected_message .button\:wht:hover, .eMember_protected_message .button\:alt:hover, .eMember_protected_message input[type='submit']:hover {
  color: white;
  background-color: #00707F; }
.eMember_protected_message span {
  display: block;
  padding-top: 20px; }

.thumbnailed-articles .summary, .thumbnailed-articles .meta {
  display: inline !important; }

.article-block .image-thumb {
  width: 129px;
  height: 107px;
  float: left;
  margin: 0 10px 0px 0;
  border: 1px solid white; }

.home .popular h4 {
  line-height: 1.2em;
  font-size: 14px; }

.latest-news .summary p {
  font-size: 16px; }

@media (min-width: 767px) {
  .featured .mantle-grid .clmn1 {
    min-width: 460px; }
  .featured .mantle-grid .clmn3 {
    max-width: 350px; }
  .featured .mantle-grid .clmn3 .article {
    margin-bottom: 5px; }

  .mantle-holder.featured .clmn2 .article h2 {
    font-size: 22px; } }
.featured .mantle-grid .clmn3 .article .sizer .meta {
  float: left;
  width: calc(100% - 56%);
  padding: 0 !important; }

.featured .mantle-grid .clmn3 .image {
  width: 30%;
  margin-right: 4%; }
.featured .mantle-grid .clmn3 .article-block {
  align-items: center; }
.featured .mantle-grid .clmn3 .image, .featured .mantle-grid .clmn3 .meta {
  float: left;
  display: block; }
.featured .mantle-grid .clmn3 .meta h2 {
  font-size: 18px; }
.featured .mantle-grid .clmn3 .meta {
  font-size: 16px; }
.featured .mantle-grid .clmn1 .article-block h2 {
  font-size: 34px; }
.featured .mantle-grid .clmn1 p {
  font-size: 18px; }

@media (min-width: 1023px) {
  html:not(.t-mobmenu) .featured .mantle-grid .clmn3 .meta {
    padding-top: 0;
    padding-bottom: 0; } }
@media (min-width: 1200px) {
  html.t-mobmenu .featured .mantle-grid .clmn3 .meta {
    padding-top: 0;
    padding-bottom: 0; } }
@media (max-width: 767px) {
  .mantle-holder.featured .clmn3 .article-block {
    display: flex; }
  .mantle-holder.featured .clmn3 h2 {
    font-size: 34px; } }
@media (min-width: 767px) {
  .mantle-holder:not(.featured) .mantle-grid .clmn2 {
    max-width: 385px; }

  .mantle-holder:not(.featured) .mantle-grid .clmn3 {
    max-width: 330px; }

  .mantle-holder:not(.featured) .mantle-grid .clmn1 {
    min-width: 350px; }

  .featured .mantle-grid .clmn1 {
    min-width: 460px; }

  .featured .mantle-grid .clmn1 {
    min-width: 460px; }
  .featured .mantle-grid .clmn2 {
    max-width: 280px; } }
/* Menu open small desktop screen */
@media (min-width: 1023px) and (max-width: 1200px) {
  .t-mobmenu .featured .mantle-grid {
    display: block; }
  .t-mobmenu .featured .clmn1.t-show\:under\:m {
    display: block !important;
    width: 65%;
    min-width: 0 !important; }
  .t-mobmenu .featured .clmn2 {
    float: left;
    width: 35%;
    max-width: none; }
  .t-mobmenu .featured .clmn1.t-hide\:under\:m {
    display: none !important;
    position: relative !important; }
  .t-mobmenu .featured .clmn3 {
    clear: both;
    text-align: center;
    margin: 0;
    max-width: none;
    padding: 40px 0 0;
    border-top: 1px solid #00707F;
    margin-top: 45px; }
  .t-mobmenu .featured .clmn3 .article .sizer {
    display: block; }
  .t-mobmenu .featured .clmn3 .sizer .meta {
    width: 100% !important;
    margin: 15px 0; }
  .t-mobmenu .featured .clmn3 > .article {
    width: 25%;
    padding: 0 2%;
    float: left;
    text-align: left; }
  .t-mobmenu .featured .clmn3 .meta {
    width: 100% !important; }
  .t-mobmenu .featured .clmn3 .article .image {
    width: 100%;
    display: block;
    box-sizing: border-box; }
  .t-mobmenu .featured .clmn3 > .clear {
    display: block;
    clear: both;
    width: 100%;
    position: relative; } }
@media (min-width: 767px) and (max-width: 1023px) {
  html:not(.t-mobmenu) .featured .mantle-grid {
    display: block; }
  html:not(.t-mobmenu) .featured .clmn1.t-show\:under\:m {
    display: block !important;
    width: 65%;
    min-width: 0 !important; }
  html:not(.t-mobmenu) .featured .clmn2 {
    float: left;
    width: 35%;
    max-width: none; }
  html:not(.t-mobmenu) .featured .clmn1.t-hide\:under\:m {
    display: none !important;
    position: relative !important; }
  html:not(.t-mobmenu) .featured .clmn3 {
    clear: both;
    text-align: center;
    margin: 0;
    max-width: none;
    padding: 40px 0 0;
    border-top: 1px solid #00707F;
    margin-top: 45px; }
  html:not(.t-mobmenu) .featured .clmn3 .article .sizer {
    display: block; }
  html:not(.t-mobmenu) .featured .clmn3 .sizer .meta {
    width: 100% !important;
    margin: 15px 0; }
  html:not(.t-mobmenu) .featured .clmn3 > .article {
    width: 25%;
    padding: 0 2%;
    float: left;
    text-align: left; }
  html:not(.t-mobmenu) .featured .clmn3 .article .image {
    width: 100%;
    display: block;
    box-sizing: border-box; }
  html:not(.t-mobmenu) .featured .clmn3 > .clear {
    display: block;
    clear: both;
    width: 100%;
    position: relative; } }
@media (min-width: 767px) and (max-width: 1200px) {
  html.t-mobmenu .mantle-holder:not(.featured) .mantle-grid {
    display: block; }
  html.t-mobmenu .mantle-holder:not(.featured) .clmn1.alt-clmn {
    display: block !important;
    max-width: none;
    padding-bottom: 40px;
    margin-bottom: 40px;
    text-align: center; }
  html.t-mobmenu .mantle-holder:not(.featured) .clmn1.alt-clmn .clear {
    display: block;
    clear: both;
    width: 100%;
    position: relative; }
  html.t-mobmenu .mantle-holder:not(.featured) .clmn1.alt-clmn > .article {
    width: 29%;
    float: left;
    margin: 0 2%;
    text-align: left; }
  html.t-mobmenu .mantle-holder:not(.featured) .clmn1.alt-clmn hr {
    display: none !important; }
  html.t-mobmenu .mantle-holder:not(.featured) .clmn1.alt-clmn > .article .image-thumb {
    width: 100%;
    float: none;
    height: 150px;
    margin-bottom: 15px; }
  html.t-mobmenu .mantle-holder:not(.featured) .clmn2, html.t-mobmenu .mantle-holder:not(.featured) .clmn3 {
    float: left;
    width: 50%;
    max-width: none; }
  html.t-mobmenu .mantle-holder:not(.featured) .clmn1:not(.alt-clmn) {
    display: none;
    position: relative; } }
@media (min-width: 1023px) {
  .featured .mantle-grid .clmn3 .meta {
    width: 60%; }

  .featured .mantle-grid .clmn2.members .image img {
    max-height: 150px; } }
@media (min-width: 767px) and (max-width: 1023px) {
  html:not(.t-mobmenu) .mantle-holder:not(.featured) .mantle-grid {
    display: block; }
  html:not(.t-mobmenu) .mantle-holder:not(.featured) .clmn1.alt-clmn {
    display: block !important;
    max-width: none;
    padding-bottom: 40px;
    margin-bottom: 40px;
    text-align: center; }
  html:not(.t-mobmenu) .mantle-holder:not(.featured) .clmn1.alt-clmn .clear {
    display: block;
    clear: both;
    width: 100%;
    position: relative; }
  html:not(.t-mobmenu) .mantle-holder:not(.featured) .clmn1.alt-clmn > .article {
    width: 29%;
    float: left;
    margin: 0 2%;
    text-align: left; }
  html:not(.t-mobmenu) .mantle-holder:not(.featured) .clmn1.alt-clmn hr {
    display: none !important; }
  html:not(.t-mobmenu) .mantle-holder:not(.featured) .clmn1.alt-clmn > .article .image-thumb {
    width: 100%;
    float: none;
    height: 150px;
    margin-bottom: 15px; }
  html:not(.t-mobmenu) .mantle-holder:not(.featured) .clmn2, html:not(.t-mobmenu) .mantle-holder:not(.featured) .clmn3 {
    float: left;
    width: 50%;
    max-width: none; }
  html:not(.t-mobmenu) .mantle-holder:not(.featured) .clmn1:not(.alt-clmn) {
    display: none;
    position: relative; } }
.members-area .section-header {
  margin: 0 !important;
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-evenly;
  flex-direction: row;
  align-items: center; }
.members-area .section-header .button {
  white-space: nowrap; }

.feature {
  position: relative;
  min-height: 60vh; }
.feature:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  z-index: 3; }

@media (max-width: 501px) {
  .feature:before {
    background-color: rgba(0, 0, 0, 0.2); }

  .members-area .article-links .summary {
    padding: 0; }

  .members-area .article-links .article:nth-child(even) {
    padding-left: 5px;
    padding-right: 10px; }

  .members-area .article-links .article:nth-child(odd) {
    padding-right: 5px;
    padding-left: 10px; } }
.banner {
  position: relative;
  z-index: 3; }

.feat-img, .feat-img img {
  object-fit: cover;
  position: Absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.feat-img.bot, .feat-img.bot img {
  object-position: 50% 100%; }

.feat-img.top, .feat-img.top img {
  object-position: 50% 0%; }

.feature:after {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  display: block;
  content: "";
  z-index: 2; }

.feat-details {
  z-index: 5;
  width: 100%; }

.feat-pos {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3; }

.feat-details h2 {
  max-width: 600px; }

.bg\:pattern\:members {
  background: url(/wp-content/themes/timcast/assets/images/funkylines-sm-rev.png), linear-gradient(185deg, black 10%, #143a4b 80%); }

@media (min-width: 501px) and (max-width: 1023px) {
  .members-area .t-grid\:m\:fit\:2 .featured {
    width: 100%;
    padding: 0 15px; }

  .members-area .t-grid\:m\:fit\:2 > div:not(.featured) {
    width: 100%; }

  .members-area .t-grid\:m\:fit\:2 > div:not(.featured) {
    padding: 0 15px; }

  .members-area .t-grid\:m\:fit\:2 > div:not(.featured) > .article {
    width: 50%; } }
.payment-selector {
  display: flex;
  align-items: center;
  margin: 10px 0 35px;
  max-width: 210px; }

.payment-selector .or {
  padding: 5px 15px;
  color: white; }

.payment {
  height: 100%;
  display: block;
  background: #808080;
  transition: background-color .2s ease;
  cursor: pointer; }

.payment.active {
  background-color: #4cc0e0;
  color: white !important; }

.payment.active span {
  color: white; }

.product-buttons-list {
  margin: 0 -10px;
  flex-wrap: wrap; }

.product-buttons-list > div {
  width: 50%;
  display: block; }

.product-buttons-list .button {
  width: auto;
  display: block;
  text-align: Center;
  padding: 20px 10px;
  margin: 10px; }

@media (min-width: 767px) {
  .border\:rt\:m {
    border-right: 1px solid #00707F; } }
.stripecheckout {
  font-size: 22px; }
.stripecheckout p {
  font-size: 22px;
  margin: 0; }
.stripecheckout .asp-thank-you-page-product-name, .stripecheckout .msg-reg {
  font-size: 34px; }

.yith-wcact-container-timeleft-default {
  background: black; }

.yith-wcact-bid-tab_tab a, .description_tab a {
  color: #333 !important; }

.yith-wcact-bid-tab_tab.active a, .description_tab.active a {
  color: black !important; }

.ywcact-winner-max-bid {
  background: black;
  border: none; }

.checkout .woocommerce-checkout-payment {
  background: black !important; }

.woocommerce-thankyou-order-received {
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  padding-bottom: 40px;
  font-size: 40px !important; }

.woocommerce-thankyou-order-details.order_details {
  border: 1px solid;
  padding: 30px;
  background: rgba(0, 0, 0, 0.3); }

.checkout #order_comments {
  color: black; }

#yith-wcact-form-bid {
  position: relative;
  margin-bottom: 10px; }

.checkout #order_review_heading {
  padding-top: 40px; }

.woocommerce-product-gallery__wrapper .yith-wcact-aution-badge {
  display: none; }

.ywcact-currency-symbol.ywcact-currency-value {
  position: absolute;
  left: 0;
  font-size: 28px; }

#yith-wcact-form-bid .quantity {
  width: auto;
  margin-left: 20px; }

#yith-wcact-form-bid input, #yith-wcact-watchlist-email {
  color: black;
  padding: 8px; }

.yith-wcact-add-to-watchlist-icon {
  display: none; }

.yith-wcact-add-to-watchlist-button a {
  margin-bottom: 10px !important;
  padding: 0; }

#time .yith-wcact-time-left-main {
  margin: 40px 0 50px; }

.ywcact-add-to-watchlist, .ywcact-add-to-watchlist-container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.wc-tabs li {
  border-radius: 0 !important; }

.yith-wcact-watchlist p:first-child, #yith-wcact-showbidup {
  font-size: 26px;
  text-transform: uppercase;
  font-family: 'Bebas Neue', sans-serif; }

p.stock, .summary p.price {
  color: #4CC7E5 !important;
  text-transform: uppercase;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px !important; }

.yith-wcact-watchlist-button [type="submit"] {
  display: inline-block;
  color: white !important;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  font-weight: bold !important;
  line-height: 1em;
  background-color: #4CC7E5 !important;
  padding: 10px 15px;
  font-size: 21px !important;
  font-family: 'Bebas Neue', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  border-radius: 0 !important;
  -webkit-appearance: none;
  border: none;
  border-radius: 0; }
.yith-wcact-watchlist-button [type="submit"]:hover {
  color: white;
  background-color: #00707F; }

.ywcact-date-end {
  display: inline; }

label.ywcact-auction-end, label#dateend {
  display: inline;
  font-size: 16px;
  line-height: 1em;
  color: #4CC7E5; }

form.woocommerce-form-login.login {
  border: none;
  padding: 0;
  max-width: 300px; }

@media (min-width: 400px) {
  form.woocommerce-form-login.login {
    padding: 0 30px 0 0; } }
form.woocommerce-form-login label {
  text-transform: uppercase;
  text-align: left;
  vertical-align: middle;
  padding: 15px 10px 0px 0px;
  font-size: 14px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif; }

form.woocommerce-form-login input[type="text"], form.woocommerce-form-login input[type="email"], form.woocommerce-form-login input[type="password"] {
  font-size: 1.3em;
  height: auto;
  color: #444;
  background: #eee;
  border: 1px solid #aaa;
  border-right-color: #ddd;
  border-bottom-color: #ddd;
  width: 85% !important;
  padding: 4px !important; }

.woocommerce-notices-wrapper {
  margin-right: 20px; }

@media (min-width: 400px) {
  .woocommerce-notices-wrapper {
    margin-right: 20px; } }
a.woocommerce-product-gallery__trigger {
  display: none; }

.woocommerce-notices-wrapper .woocommerce-error {
  color: #00707F !important;
  border-top-color: #00707F !important; }

.woocommerce-notices-wrapper .woocommerce-error::before {
  color: #00707F !important; }

/*# sourceMappingURL=style.css.map */
