@charset "UTF-8";
/*
 Theme Name:   Bongino v.2
 Theme URI:    
 Description:  Thundercracker Child Theme
 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:         
*/
/*! 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*/
  }
}
/*The Width of the site in pixels, percent, or auto*/
/* Responsive sizes*/
/* Min width */
/* Min width */
/* Min width */
/* Paragraph Line Height and Margin */
/* Paragraph Line Height and Margin */
/*Colors*/
/* Text Sizes Big Screen*/
/* Text Sizes Standard Screen*/
/* Text Sizes Mobile */
/* Libraries */
/* Text colors */
.t-txt-clr1, .t-txt-clr1 > p {
  color: #df2626;
}

.t-txt-clr2, .t-txt-clr2 > p {
  color: #f90;
}

.t-txt-clr3, .t-txt-clr3 > p {
  color: #0a3644;
}

.t-txt-clr4, .t-txt-clr4 > p {
  color: #a5d7f9;
}

.t-txt-clr5, .t-txt-clr5 > p {
  color: #d8921a;
}

.t-txt-grey1, .t-txt-grey1 > p {
  color: #f0f0f0;
  -webkit-font-smoothing: antialiased;
}

.t-txt-grey2, .t-txt-grey2 > p {
  color: #21262a;
}

.t-txt-grey3, .t-txt-grey3 > p {
  color: #999999;
}

.t-txt-grey4, .t-txt-grey4 > p {
  color: #1b1a1a;
}

.t-txt-blk, .t-txt-blk > p {
  color: #000;
}

.t-txt-wht, .t-txt-wht > p {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

/* Background colors */
.t-bg-clr1 {
  background-color: #df2626;
}

.t-bg-clr2 {
  background-color: #f90;
}

.t-bg-clr3 {
  background-color: #0a3644;
}

.t-bg-clr4 {
  background-color: #a5d7f9;
}

.t-bg-clr5 {
  background-color: #d8921a;
}

.t-bg-grey1 {
  background-color: #f0f0f0;
}

.t-bg-grey2 {
  background-color: #21262a;
}

.t-bg-grey3 {
  background-color: #999999;
}

.t-bg-grey4 {
  background-color: #1b1a1a;
}

.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: 44px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 30px;
}

p {
  font-size: 16px;
  line-height: auto;
  margin: 26px 0;
}

.t-txt-h1, .t-txt-h1 p {
  font-size: 44px;
}

.t-txt-h2, .t-txt-h2 p {
  font-size: 24px;
}

.t-txt-h3, .t-txt-h3 p {
  font-size: 26px;
}

.t-txt-h4, .t-txt-h4 p {
  font-size: 30px;
}

.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;
}

@media (max-width: 501px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  .t-txt-h1, .t-txt-h1 p {
    font-size: 28px;
  }

  .t-txt-h2, .t-txt-h2 p {
    font-size: 26px;
  }

  .t-txt-h3, .t-txt-h3 p {
    font-size: 22px;
  }

  .t-txt-h4, .t-txt-h4 p {
    font-size: 20px;
  }

  .t-txt-big, .t-txt-big p {
    font-size: 18px;
  }

  .t-txt-med, .t-txt-med p {
    font-size: 16px;
  }

  .t-txt-norm, .t-txt-norm p {
    font-size: 14px;
  }

  .t-txt-sm, .t-txt-sm p {
    font-size: 12px;
  }

  .t-txt-xsm, .t-txt-xsm p {
    font-size: 10px;
  }
}
.t-txt-cntr {
  text-align: center;
}

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

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

.t-pos-cntr {
  margin-left: auto;
  margin-right: auto;
}

.t-pos-rt {
  margin-left: auto;
  margin-right: 0;
}

.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: 1590px;
}

.t-col {
  float: left;
}

.t-valigner {
  display: table;
  width: 100%;
}
.t-valigner .t-valign {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

@media (min-width: 767px) {
  .t-flex-align {
    display: flex;
  }
  .t-flex-align.t-flex-center {
    align-items: center;
  }
}
.t-block {
  display: block;
}

.t-inline-block {
  display: inline-block;
}

/* Set grid item's width individually by percent */
.t-view-xs-10pc {
  float: left;
  width: 10%;
}

.t-view-xs-15pc {
  float: left;
  width: 15%;
}

.t-view-xs-20pc {
  float: left;
  width: 20%;
}

.t-view-xs-25pc {
  float: left;
  width: 25%;
}

.t-view-xs-30pc {
  float: left;
  width: 30%;
}

.t-view-xs-35pc {
  float: left;
  width: 35%;
}

.t-view-xs-40pc {
  float: left;
  width: 40%;
}

.t-view-xs-45pc {
  float: left;
  width: 45%;
}

.t-view-xs-50pc {
  float: left;
  width: 50%;
}

.t-view-xs-55pc {
  float: left;
  width: 55%;
}

.t-view-xs-60pc {
  float: left;
  width: 60%;
}

.t-view-xs-65pc {
  float: left;
  width: 65%;
}

.t-view-xs-70pc {
  float: left;
  width: 70%;
}

.t-view-xs-75pc {
  float: left;
  width: 75%;
}

.t-view-xs-80pc {
  float: left;
  width: 80%;
}

.t-view-xs-85pc {
  float: left;
  width: 85%;
}

.t-view-xs-90pc {
  float: left;
  width: 90%;
}

.t-view-xs-95pc {
  float: left;
  width: 95%;
}

.t-view-xs-100pc {
  float: left;
  width: 100%;
}

.t-view-xs-105pc {
  float: left;
  width: 105%;
}

@media (min-width: 501px) {
  .t-view-s-10pc {
    float: left;
    width: 10%;
  }

  .t-view-s-15pc {
    float: left;
    width: 15%;
  }

  .t-view-s-20pc {
    float: left;
    width: 20%;
  }

  .t-view-s-25pc {
    float: left;
    width: 25%;
  }

  .t-view-s-30pc {
    float: left;
    width: 30%;
  }

  .t-view-s-35pc {
    float: left;
    width: 35%;
  }

  .t-view-s-40pc {
    float: left;
    width: 40%;
  }

  .t-view-s-45pc {
    float: left;
    width: 45%;
  }

  .t-view-s-50pc {
    float: left;
    width: 50%;
  }

  .t-view-s-55pc {
    float: left;
    width: 55%;
  }

  .t-view-s-60pc {
    float: left;
    width: 60%;
  }

  .t-view-s-65pc {
    float: left;
    width: 65%;
  }

  .t-view-s-70pc {
    float: left;
    width: 70%;
  }

  .t-view-s-75pc {
    float: left;
    width: 75%;
  }

  .t-view-s-80pc {
    float: left;
    width: 80%;
  }

  .t-view-s-85pc {
    float: left;
    width: 85%;
  }

  .t-view-s-90pc {
    float: left;
    width: 90%;
  }

  .t-view-s-95pc {
    float: left;
    width: 95%;
  }

  .t-view-s-100pc {
    float: left;
    width: 100%;
  }

  .t-view-s-105pc {
    float: left;
    width: 105%;
  }
}
@media (min-width: 767px) {
  .t-view-m-10pc {
    float: left;
    width: 10%;
  }

  .t-view-m-15pc {
    float: left;
    width: 15%;
  }

  .t-view-m-20pc {
    float: left;
    width: 20%;
  }

  .t-view-m-25pc {
    float: left;
    width: 25%;
  }

  .t-view-m-30pc {
    float: left;
    width: 30%;
  }

  .t-view-m-35pc {
    float: left;
    width: 35%;
  }

  .t-view-m-40pc {
    float: left;
    width: 40%;
  }

  .t-view-m-45pc {
    float: left;
    width: 45%;
  }

  .t-view-m-50pc {
    float: left;
    width: 50%;
  }

  .t-view-m-55pc {
    float: left;
    width: 55%;
  }

  .t-view-m-60pc {
    float: left;
    width: 60%;
  }

  .t-view-m-65pc {
    float: left;
    width: 65%;
  }

  .t-view-m-70pc {
    float: left;
    width: 70%;
  }

  .t-view-m-75pc {
    float: left;
    width: 75%;
  }

  .t-view-m-80pc {
    float: left;
    width: 80%;
  }

  .t-view-m-85pc {
    float: left;
    width: 85%;
  }

  .t-view-m-90pc {
    float: left;
    width: 90%;
  }

  .t-view-m-95pc {
    float: left;
    width: 95%;
  }

  .t-view-m-100pc {
    float: left;
    width: 100%;
  }

  .t-view-m-105pc {
    float: left;
    width: 105%;
  }
}
@media (min-width: 1023px) {
  .t-view-l-10pc {
    float: left;
    width: 10%;
  }

  .t-view-l-15pc {
    float: left;
    width: 15%;
  }

  .t-view-l-20pc {
    float: left;
    width: 20%;
  }

  .t-view-l-25pc {
    float: left;
    width: 25%;
  }

  .t-view-l-30pc {
    float: left;
    width: 30%;
  }

  .t-view-l-35pc {
    float: left;
    width: 35%;
  }

  .t-view-l-40pc {
    float: left;
    width: 40%;
  }

  .t-view-l-45pc {
    float: left;
    width: 45%;
  }

  .t-view-l-50pc {
    float: left;
    width: 50%;
  }

  .t-view-l-55pc {
    float: left;
    width: 55%;
  }

  .t-view-l-60pc {
    float: left;
    width: 60%;
  }

  .t-view-l-65pc {
    float: left;
    width: 65%;
  }

  .t-view-l-70pc {
    float: left;
    width: 70%;
  }

  .t-view-l-75pc {
    float: left;
    width: 75%;
  }

  .t-view-l-80pc {
    float: left;
    width: 80%;
  }

  .t-view-l-85pc {
    float: left;
    width: 85%;
  }

  .t-view-l-90pc {
    float: left;
    width: 90%;
  }

  .t-view-l-95pc {
    float: left;
    width: 95%;
  }

  .t-view-l-100pc {
    float: left;
    width: 100%;
  }

  .t-view-l-105pc {
    float: left;
    width: 105%;
  }
}
/* Set items with by number of items in row*/
.t-view-xs-fit-1 > * {
  float: left;
  width: 100%;
}

.t-view-xs-fit-2 > * {
  float: left;
  width: 50%;
}

.t-view-xs-fit-3 > * {
  float: left;
  width: 33.3333333333%;
}

.t-view-xs-fit-4 > * {
  float: left;
  width: 25%;
}

.t-view-xs-fit-5 > * {
  float: left;
  width: 20%;
}

.t-view-xs-fit-6 > * {
  float: left;
  width: 16.6666666667%;
}

.t-view-xs-fit-7 > * {
  float: left;
  width: 14.2857142857%;
}

.t-view-xs-fit-8 > * {
  float: left;
  width: 12.5%;
}

.t-view-xs-fit-9 > * {
  float: left;
  width: 11.1111111111%;
}

.t-view-xs-fit-10 > * {
  float: left;
  width: 10%;
}

.t-view-xs-fit-11 > * {
  float: left;
  width: 9.0909090909%;
}

.t-view-xs-fit-12 > * {
  float: left;
  width: 8.3333333333%;
}

.t-view-xs-fit-13 > * {
  float: left;
  width: 7.6923076923%;
}

.t-view-xs-fit-14 > * {
  float: left;
  width: 7.1428571429%;
}

.t-view-xs-fit-15 > * {
  float: left;
  width: 6.6666666667%;
}

.t-view-xs-fit-16 > * {
  float: left;
  width: 6.25%;
}

.t-view-xs-fit-17 > * {
  float: left;
  width: 5.8823529412%;
}

.t-view-xs-fit-18 > * {
  float: left;
  width: 5.5555555556%;
}

.t-view-xs-fit-19 > * {
  float: left;
  width: 5.2631578947%;
}

.t-view-xs-fit-20 > * {
  float: left;
  width: 5%;
}

.t-view-xs-fit-21 > * {
  float: left;
  width: 4.7619047619%;
}

.t-view-xs-fit-22 > * {
  float: left;
  width: 4.5454545455%;
}

.t-view-xs-fit-23 > * {
  float: left;
  width: 4.347826087%;
}

.t-view-xs-fit-24 > * {
  float: left;
  width: 4.1666666667%;
}

.t-view-xs-fit-25 > * {
  float: left;
  width: 4%;
}

.t-view-xs-fit-26 > * {
  float: left;
  width: 3.8461538462%;
}

.t-view-xs-fit-27 > * {
  float: left;
  width: 3.7037037037%;
}

.t-view-xs-fit-28 > * {
  float: left;
  width: 3.5714285714%;
}

.t-view-xs-fit-29 > * {
  float: left;
  width: 3.4482758621%;
}

.t-view-xs-fit-30 > * {
  float: left;
  width: 3.3333333333%;
}

.t-view-xs-fit-31 > * {
  float: left;
  width: 3.2258064516%;
}

.t-view-xs-fit-32 > * {
  float: left;
  width: 3.125%;
}

.t-view-xs-fit-33 > * {
  float: left;
  width: 3.0303030303%;
}

.t-view-xs-fit-34 > * {
  float: left;
  width: 2.9411764706%;
}

.t-view-xs-fit-35 > * {
  float: left;
  width: 2.8571428571%;
}

.t-view-xs-fit-36 > * {
  float: left;
  width: 2.7777777778%;
}

.t-view-xs-fit-37 > * {
  float: left;
  width: 2.7027027027%;
}

.t-view-xs-fit-38 > * {
  float: left;
  width: 2.6315789474%;
}

.t-view-xs-fit-39 > * {
  float: left;
  width: 2.5641025641%;
}

.t-view-xs-fit-40 > * {
  float: left;
  width: 2.5%;
}

.t-view-xs-fit-41 > * {
  float: left;
  width: 2.4390243902%;
}

.t-view-xs-fit-42 > * {
  float: left;
  width: 2.380952381%;
}

.t-view-xs-fit-43 > * {
  float: left;
  width: 2.3255813953%;
}

.t-view-xs-fit-44 > * {
  float: left;
  width: 2.2727272727%;
}

.t-view-xs-fit-45 > * {
  float: left;
  width: 2.2222222222%;
}

.t-view-xs-fit-46 > * {
  float: left;
  width: 2.1739130435%;
}

.t-view-xs-fit-47 > * {
  float: left;
  width: 2.1276595745%;
}

.t-view-xs-fit-48 > * {
  float: left;
  width: 2.0833333333%;
}

.t-view-xs-fit-49 > * {
  float: left;
  width: 2.0408163265%;
}

.t-view-xs-fit-50 > * {
  float: left;
  width: 2%;
}

.t-view-xs-fit-51 > * {
  float: left;
  width: 1.9607843137%;
}

.t-view-xs-fit-52 > * {
  float: left;
  width: 1.9230769231%;
}

.t-view-xs-fit-53 > * {
  float: left;
  width: 1.8867924528%;
}

.t-view-xs-fit-54 > * {
  float: left;
  width: 1.8518518519%;
}

.t-view-xs-fit-55 > * {
  float: left;
  width: 1.8181818182%;
}

.t-view-xs-fit-56 > * {
  float: left;
  width: 1.7857142857%;
}

.t-view-xs-fit-57 > * {
  float: left;
  width: 1.7543859649%;
}

.t-view-xs-fit-58 > * {
  float: left;
  width: 1.724137931%;
}

.t-view-xs-fit-59 > * {
  float: left;
  width: 1.6949152542%;
}

.t-view-xs-fit-60 > * {
  float: left;
  width: 1.6666666667%;
}

.t-view-xs-fit-61 > * {
  float: left;
  width: 1.6393442623%;
}

.t-view-xs-fit-62 > * {
  float: left;
  width: 1.6129032258%;
}

.t-view-xs-fit-63 > * {
  float: left;
  width: 1.5873015873%;
}

.t-view-xs-fit-64 > * {
  float: left;
  width: 1.5625%;
}

.t-view-xs-fit-65 > * {
  float: left;
  width: 1.5384615385%;
}

.t-view-xs-fit-66 > * {
  float: left;
  width: 1.5151515152%;
}

.t-view-xs-fit-67 > * {
  float: left;
  width: 1.4925373134%;
}

.t-view-xs-fit-68 > * {
  float: left;
  width: 1.4705882353%;
}

.t-view-xs-fit-69 > * {
  float: left;
  width: 1.4492753623%;
}

.t-view-xs-fit-70 > * {
  float: left;
  width: 1.4285714286%;
}

.t-view-xs-fit-71 > * {
  float: left;
  width: 1.4084507042%;
}

.t-view-xs-fit-72 > * {
  float: left;
  width: 1.3888888889%;
}

.t-view-xs-fit-73 > * {
  float: left;
  width: 1.3698630137%;
}

.t-view-xs-fit-74 > * {
  float: left;
  width: 1.3513513514%;
}

.t-view-xs-fit-75 > * {
  float: left;
  width: 1.3333333333%;
}

.t-view-xs-fit-76 > * {
  float: left;
  width: 1.3157894737%;
}

.t-view-xs-fit-77 > * {
  float: left;
  width: 1.2987012987%;
}

.t-view-xs-fit-78 > * {
  float: left;
  width: 1.2820512821%;
}

.t-view-xs-fit-79 > * {
  float: left;
  width: 1.2658227848%;
}

.t-view-xs-fit-80 > * {
  float: left;
  width: 1.25%;
}

.t-view-xs-fit-81 > * {
  float: left;
  width: 1.2345679012%;
}

.t-view-xs-fit-82 > * {
  float: left;
  width: 1.2195121951%;
}

.t-view-xs-fit-83 > * {
  float: left;
  width: 1.2048192771%;
}

.t-view-xs-fit-84 > * {
  float: left;
  width: 1.1904761905%;
}

.t-view-xs-fit-85 > * {
  float: left;
  width: 1.1764705882%;
}

.t-view-xs-fit-86 > * {
  float: left;
  width: 1.1627906977%;
}

.t-view-xs-fit-87 > * {
  float: left;
  width: 1.1494252874%;
}

.t-view-xs-fit-88 > * {
  float: left;
  width: 1.1363636364%;
}

.t-view-xs-fit-89 > * {
  float: left;
  width: 1.1235955056%;
}

.t-view-xs-fit-90 > * {
  float: left;
  width: 1.1111111111%;
}

.t-view-xs-fit-91 > * {
  float: left;
  width: 1.0989010989%;
}

.t-view-xs-fit-92 > * {
  float: left;
  width: 1.0869565217%;
}

.t-view-xs-fit-93 > * {
  float: left;
  width: 1.0752688172%;
}

.t-view-xs-fit-94 > * {
  float: left;
  width: 1.0638297872%;
}

.t-view-xs-fit-95 > * {
  float: left;
  width: 1.0526315789%;
}

.t-view-xs-fit-96 > * {
  float: left;
  width: 1.0416666667%;
}

.t-view-xs-fit-97 > * {
  float: left;
  width: 1.0309278351%;
}

.t-view-xs-fit-98 > * {
  float: left;
  width: 1.0204081633%;
}

.t-view-xs-fit-99 > * {
  float: left;
  width: 1.0101010101%;
}

.t-view-xs-fit-100 > * {
  float: left;
  width: 1%;
}

@media (min-width: 501px) {
  .t-view-s-fit-1 > * {
    float: left;
    width: 100%;
  }

  .t-view-s-fit-2 > * {
    float: left;
    width: 50%;
  }

  .t-view-s-fit-3 > * {
    float: left;
    width: 33.3333333333%;
  }

  .t-view-s-fit-4 > * {
    float: left;
    width: 25%;
  }

  .t-view-s-fit-5 > * {
    float: left;
    width: 20%;
  }

  .t-view-s-fit-6 > * {
    float: left;
    width: 16.6666666667%;
  }

  .t-view-s-fit-7 > * {
    float: left;
    width: 14.2857142857%;
  }

  .t-view-s-fit-8 > * {
    float: left;
    width: 12.5%;
  }

  .t-view-s-fit-9 > * {
    float: left;
    width: 11.1111111111%;
  }

  .t-view-s-fit-10 > * {
    float: left;
    width: 10%;
  }

  .t-view-s-fit-11 > * {
    float: left;
    width: 9.0909090909%;
  }

  .t-view-s-fit-12 > * {
    float: left;
    width: 8.3333333333%;
  }

  .t-view-s-fit-13 > * {
    float: left;
    width: 7.6923076923%;
  }

  .t-view-s-fit-14 > * {
    float: left;
    width: 7.1428571429%;
  }

  .t-view-s-fit-15 > * {
    float: left;
    width: 6.6666666667%;
  }

  .t-view-s-fit-16 > * {
    float: left;
    width: 6.25%;
  }

  .t-view-s-fit-17 > * {
    float: left;
    width: 5.8823529412%;
  }

  .t-view-s-fit-18 > * {
    float: left;
    width: 5.5555555556%;
  }

  .t-view-s-fit-19 > * {
    float: left;
    width: 5.2631578947%;
  }

  .t-view-s-fit-20 > * {
    float: left;
    width: 5%;
  }

  .t-view-s-fit-21 > * {
    float: left;
    width: 4.7619047619%;
  }

  .t-view-s-fit-22 > * {
    float: left;
    width: 4.5454545455%;
  }

  .t-view-s-fit-23 > * {
    float: left;
    width: 4.347826087%;
  }

  .t-view-s-fit-24 > * {
    float: left;
    width: 4.1666666667%;
  }

  .t-view-s-fit-25 > * {
    float: left;
    width: 4%;
  }

  .t-view-s-fit-26 > * {
    float: left;
    width: 3.8461538462%;
  }

  .t-view-s-fit-27 > * {
    float: left;
    width: 3.7037037037%;
  }

  .t-view-s-fit-28 > * {
    float: left;
    width: 3.5714285714%;
  }

  .t-view-s-fit-29 > * {
    float: left;
    width: 3.4482758621%;
  }

  .t-view-s-fit-30 > * {
    float: left;
    width: 3.3333333333%;
  }

  .t-view-s-fit-31 > * {
    float: left;
    width: 3.2258064516%;
  }

  .t-view-s-fit-32 > * {
    float: left;
    width: 3.125%;
  }

  .t-view-s-fit-33 > * {
    float: left;
    width: 3.0303030303%;
  }

  .t-view-s-fit-34 > * {
    float: left;
    width: 2.9411764706%;
  }

  .t-view-s-fit-35 > * {
    float: left;
    width: 2.8571428571%;
  }

  .t-view-s-fit-36 > * {
    float: left;
    width: 2.7777777778%;
  }

  .t-view-s-fit-37 > * {
    float: left;
    width: 2.7027027027%;
  }

  .t-view-s-fit-38 > * {
    float: left;
    width: 2.6315789474%;
  }

  .t-view-s-fit-39 > * {
    float: left;
    width: 2.5641025641%;
  }

  .t-view-s-fit-40 > * {
    float: left;
    width: 2.5%;
  }

  .t-view-s-fit-41 > * {
    float: left;
    width: 2.4390243902%;
  }

  .t-view-s-fit-42 > * {
    float: left;
    width: 2.380952381%;
  }

  .t-view-s-fit-43 > * {
    float: left;
    width: 2.3255813953%;
  }

  .t-view-s-fit-44 > * {
    float: left;
    width: 2.2727272727%;
  }

  .t-view-s-fit-45 > * {
    float: left;
    width: 2.2222222222%;
  }

  .t-view-s-fit-46 > * {
    float: left;
    width: 2.1739130435%;
  }

  .t-view-s-fit-47 > * {
    float: left;
    width: 2.1276595745%;
  }

  .t-view-s-fit-48 > * {
    float: left;
    width: 2.0833333333%;
  }

  .t-view-s-fit-49 > * {
    float: left;
    width: 2.0408163265%;
  }

  .t-view-s-fit-50 > * {
    float: left;
    width: 2%;
  }

  .t-view-s-fit-51 > * {
    float: left;
    width: 1.9607843137%;
  }

  .t-view-s-fit-52 > * {
    float: left;
    width: 1.9230769231%;
  }

  .t-view-s-fit-53 > * {
    float: left;
    width: 1.8867924528%;
  }

  .t-view-s-fit-54 > * {
    float: left;
    width: 1.8518518519%;
  }

  .t-view-s-fit-55 > * {
    float: left;
    width: 1.8181818182%;
  }

  .t-view-s-fit-56 > * {
    float: left;
    width: 1.7857142857%;
  }

  .t-view-s-fit-57 > * {
    float: left;
    width: 1.7543859649%;
  }

  .t-view-s-fit-58 > * {
    float: left;
    width: 1.724137931%;
  }

  .t-view-s-fit-59 > * {
    float: left;
    width: 1.6949152542%;
  }

  .t-view-s-fit-60 > * {
    float: left;
    width: 1.6666666667%;
  }

  .t-view-s-fit-61 > * {
    float: left;
    width: 1.6393442623%;
  }

  .t-view-s-fit-62 > * {
    float: left;
    width: 1.6129032258%;
  }

  .t-view-s-fit-63 > * {
    float: left;
    width: 1.5873015873%;
  }

  .t-view-s-fit-64 > * {
    float: left;
    width: 1.5625%;
  }

  .t-view-s-fit-65 > * {
    float: left;
    width: 1.5384615385%;
  }

  .t-view-s-fit-66 > * {
    float: left;
    width: 1.5151515152%;
  }

  .t-view-s-fit-67 > * {
    float: left;
    width: 1.4925373134%;
  }

  .t-view-s-fit-68 > * {
    float: left;
    width: 1.4705882353%;
  }

  .t-view-s-fit-69 > * {
    float: left;
    width: 1.4492753623%;
  }

  .t-view-s-fit-70 > * {
    float: left;
    width: 1.4285714286%;
  }

  .t-view-s-fit-71 > * {
    float: left;
    width: 1.4084507042%;
  }

  .t-view-s-fit-72 > * {
    float: left;
    width: 1.3888888889%;
  }

  .t-view-s-fit-73 > * {
    float: left;
    width: 1.3698630137%;
  }

  .t-view-s-fit-74 > * {
    float: left;
    width: 1.3513513514%;
  }

  .t-view-s-fit-75 > * {
    float: left;
    width: 1.3333333333%;
  }

  .t-view-s-fit-76 > * {
    float: left;
    width: 1.3157894737%;
  }

  .t-view-s-fit-77 > * {
    float: left;
    width: 1.2987012987%;
  }

  .t-view-s-fit-78 > * {
    float: left;
    width: 1.2820512821%;
  }

  .t-view-s-fit-79 > * {
    float: left;
    width: 1.2658227848%;
  }

  .t-view-s-fit-80 > * {
    float: left;
    width: 1.25%;
  }

  .t-view-s-fit-81 > * {
    float: left;
    width: 1.2345679012%;
  }

  .t-view-s-fit-82 > * {
    float: left;
    width: 1.2195121951%;
  }

  .t-view-s-fit-83 > * {
    float: left;
    width: 1.2048192771%;
  }

  .t-view-s-fit-84 > * {
    float: left;
    width: 1.1904761905%;
  }

  .t-view-s-fit-85 > * {
    float: left;
    width: 1.1764705882%;
  }

  .t-view-s-fit-86 > * {
    float: left;
    width: 1.1627906977%;
  }

  .t-view-s-fit-87 > * {
    float: left;
    width: 1.1494252874%;
  }

  .t-view-s-fit-88 > * {
    float: left;
    width: 1.1363636364%;
  }

  .t-view-s-fit-89 > * {
    float: left;
    width: 1.1235955056%;
  }

  .t-view-s-fit-90 > * {
    float: left;
    width: 1.1111111111%;
  }

  .t-view-s-fit-91 > * {
    float: left;
    width: 1.0989010989%;
  }

  .t-view-s-fit-92 > * {
    float: left;
    width: 1.0869565217%;
  }

  .t-view-s-fit-93 > * {
    float: left;
    width: 1.0752688172%;
  }

  .t-view-s-fit-94 > * {
    float: left;
    width: 1.0638297872%;
  }

  .t-view-s-fit-95 > * {
    float: left;
    width: 1.0526315789%;
  }

  .t-view-s-fit-96 > * {
    float: left;
    width: 1.0416666667%;
  }

  .t-view-s-fit-97 > * {
    float: left;
    width: 1.0309278351%;
  }

  .t-view-s-fit-98 > * {
    float: left;
    width: 1.0204081633%;
  }

  .t-view-s-fit-99 > * {
    float: left;
    width: 1.0101010101%;
  }

  .t-view-s-fit-100 > * {
    float: left;
    width: 1%;
  }
}
@media (min-width: 767px) {
  .t-view-m-fit-1 > * {
    float: left;
    width: 100%;
  }

  .t-view-m-fit-2 > * {
    float: left;
    width: 50%;
  }

  .t-view-m-fit-3 > * {
    float: left;
    width: 33.3333333333%;
  }

  .t-view-m-fit-4 > * {
    float: left;
    width: 25%;
  }

  .t-view-m-fit-5 > * {
    float: left;
    width: 20%;
  }

  .t-view-m-fit-6 > * {
    float: left;
    width: 16.6666666667%;
  }

  .t-view-m-fit-7 > * {
    float: left;
    width: 14.2857142857%;
  }

  .t-view-m-fit-8 > * {
    float: left;
    width: 12.5%;
  }

  .t-view-m-fit-9 > * {
    float: left;
    width: 11.1111111111%;
  }

  .t-view-m-fit-10 > * {
    float: left;
    width: 10%;
  }

  .t-view-m-fit-11 > * {
    float: left;
    width: 9.0909090909%;
  }

  .t-view-m-fit-12 > * {
    float: left;
    width: 8.3333333333%;
  }

  .t-view-m-fit-13 > * {
    float: left;
    width: 7.6923076923%;
  }

  .t-view-m-fit-14 > * {
    float: left;
    width: 7.1428571429%;
  }

  .t-view-m-fit-15 > * {
    float: left;
    width: 6.6666666667%;
  }

  .t-view-m-fit-16 > * {
    float: left;
    width: 6.25%;
  }

  .t-view-m-fit-17 > * {
    float: left;
    width: 5.8823529412%;
  }

  .t-view-m-fit-18 > * {
    float: left;
    width: 5.5555555556%;
  }

  .t-view-m-fit-19 > * {
    float: left;
    width: 5.2631578947%;
  }

  .t-view-m-fit-20 > * {
    float: left;
    width: 5%;
  }

  .t-view-m-fit-21 > * {
    float: left;
    width: 4.7619047619%;
  }

  .t-view-m-fit-22 > * {
    float: left;
    width: 4.5454545455%;
  }

  .t-view-m-fit-23 > * {
    float: left;
    width: 4.347826087%;
  }

  .t-view-m-fit-24 > * {
    float: left;
    width: 4.1666666667%;
  }

  .t-view-m-fit-25 > * {
    float: left;
    width: 4%;
  }

  .t-view-m-fit-26 > * {
    float: left;
    width: 3.8461538462%;
  }

  .t-view-m-fit-27 > * {
    float: left;
    width: 3.7037037037%;
  }

  .t-view-m-fit-28 > * {
    float: left;
    width: 3.5714285714%;
  }

  .t-view-m-fit-29 > * {
    float: left;
    width: 3.4482758621%;
  }

  .t-view-m-fit-30 > * {
    float: left;
    width: 3.3333333333%;
  }

  .t-view-m-fit-31 > * {
    float: left;
    width: 3.2258064516%;
  }

  .t-view-m-fit-32 > * {
    float: left;
    width: 3.125%;
  }

  .t-view-m-fit-33 > * {
    float: left;
    width: 3.0303030303%;
  }

  .t-view-m-fit-34 > * {
    float: left;
    width: 2.9411764706%;
  }

  .t-view-m-fit-35 > * {
    float: left;
    width: 2.8571428571%;
  }

  .t-view-m-fit-36 > * {
    float: left;
    width: 2.7777777778%;
  }

  .t-view-m-fit-37 > * {
    float: left;
    width: 2.7027027027%;
  }

  .t-view-m-fit-38 > * {
    float: left;
    width: 2.6315789474%;
  }

  .t-view-m-fit-39 > * {
    float: left;
    width: 2.5641025641%;
  }

  .t-view-m-fit-40 > * {
    float: left;
    width: 2.5%;
  }

  .t-view-m-fit-41 > * {
    float: left;
    width: 2.4390243902%;
  }

  .t-view-m-fit-42 > * {
    float: left;
    width: 2.380952381%;
  }

  .t-view-m-fit-43 > * {
    float: left;
    width: 2.3255813953%;
  }

  .t-view-m-fit-44 > * {
    float: left;
    width: 2.2727272727%;
  }

  .t-view-m-fit-45 > * {
    float: left;
    width: 2.2222222222%;
  }

  .t-view-m-fit-46 > * {
    float: left;
    width: 2.1739130435%;
  }

  .t-view-m-fit-47 > * {
    float: left;
    width: 2.1276595745%;
  }

  .t-view-m-fit-48 > * {
    float: left;
    width: 2.0833333333%;
  }

  .t-view-m-fit-49 > * {
    float: left;
    width: 2.0408163265%;
  }

  .t-view-m-fit-50 > * {
    float: left;
    width: 2%;
  }

  .t-view-m-fit-51 > * {
    float: left;
    width: 1.9607843137%;
  }

  .t-view-m-fit-52 > * {
    float: left;
    width: 1.9230769231%;
  }

  .t-view-m-fit-53 > * {
    float: left;
    width: 1.8867924528%;
  }

  .t-view-m-fit-54 > * {
    float: left;
    width: 1.8518518519%;
  }

  .t-view-m-fit-55 > * {
    float: left;
    width: 1.8181818182%;
  }

  .t-view-m-fit-56 > * {
    float: left;
    width: 1.7857142857%;
  }

  .t-view-m-fit-57 > * {
    float: left;
    width: 1.7543859649%;
  }

  .t-view-m-fit-58 > * {
    float: left;
    width: 1.724137931%;
  }

  .t-view-m-fit-59 > * {
    float: left;
    width: 1.6949152542%;
  }

  .t-view-m-fit-60 > * {
    float: left;
    width: 1.6666666667%;
  }

  .t-view-m-fit-61 > * {
    float: left;
    width: 1.6393442623%;
  }

  .t-view-m-fit-62 > * {
    float: left;
    width: 1.6129032258%;
  }

  .t-view-m-fit-63 > * {
    float: left;
    width: 1.5873015873%;
  }

  .t-view-m-fit-64 > * {
    float: left;
    width: 1.5625%;
  }

  .t-view-m-fit-65 > * {
    float: left;
    width: 1.5384615385%;
  }

  .t-view-m-fit-66 > * {
    float: left;
    width: 1.5151515152%;
  }

  .t-view-m-fit-67 > * {
    float: left;
    width: 1.4925373134%;
  }

  .t-view-m-fit-68 > * {
    float: left;
    width: 1.4705882353%;
  }

  .t-view-m-fit-69 > * {
    float: left;
    width: 1.4492753623%;
  }

  .t-view-m-fit-70 > * {
    float: left;
    width: 1.4285714286%;
  }

  .t-view-m-fit-71 > * {
    float: left;
    width: 1.4084507042%;
  }

  .t-view-m-fit-72 > * {
    float: left;
    width: 1.3888888889%;
  }

  .t-view-m-fit-73 > * {
    float: left;
    width: 1.3698630137%;
  }

  .t-view-m-fit-74 > * {
    float: left;
    width: 1.3513513514%;
  }

  .t-view-m-fit-75 > * {
    float: left;
    width: 1.3333333333%;
  }

  .t-view-m-fit-76 > * {
    float: left;
    width: 1.3157894737%;
  }

  .t-view-m-fit-77 > * {
    float: left;
    width: 1.2987012987%;
  }

  .t-view-m-fit-78 > * {
    float: left;
    width: 1.2820512821%;
  }

  .t-view-m-fit-79 > * {
    float: left;
    width: 1.2658227848%;
  }

  .t-view-m-fit-80 > * {
    float: left;
    width: 1.25%;
  }

  .t-view-m-fit-81 > * {
    float: left;
    width: 1.2345679012%;
  }

  .t-view-m-fit-82 > * {
    float: left;
    width: 1.2195121951%;
  }

  .t-view-m-fit-83 > * {
    float: left;
    width: 1.2048192771%;
  }

  .t-view-m-fit-84 > * {
    float: left;
    width: 1.1904761905%;
  }

  .t-view-m-fit-85 > * {
    float: left;
    width: 1.1764705882%;
  }

  .t-view-m-fit-86 > * {
    float: left;
    width: 1.1627906977%;
  }

  .t-view-m-fit-87 > * {
    float: left;
    width: 1.1494252874%;
  }

  .t-view-m-fit-88 > * {
    float: left;
    width: 1.1363636364%;
  }

  .t-view-m-fit-89 > * {
    float: left;
    width: 1.1235955056%;
  }

  .t-view-m-fit-90 > * {
    float: left;
    width: 1.1111111111%;
  }

  .t-view-m-fit-91 > * {
    float: left;
    width: 1.0989010989%;
  }

  .t-view-m-fit-92 > * {
    float: left;
    width: 1.0869565217%;
  }

  .t-view-m-fit-93 > * {
    float: left;
    width: 1.0752688172%;
  }

  .t-view-m-fit-94 > * {
    float: left;
    width: 1.0638297872%;
  }

  .t-view-m-fit-95 > * {
    float: left;
    width: 1.0526315789%;
  }

  .t-view-m-fit-96 > * {
    float: left;
    width: 1.0416666667%;
  }

  .t-view-m-fit-97 > * {
    float: left;
    width: 1.0309278351%;
  }

  .t-view-m-fit-98 > * {
    float: left;
    width: 1.0204081633%;
  }

  .t-view-m-fit-99 > * {
    float: left;
    width: 1.0101010101%;
  }

  .t-view-m-fit-100 > * {
    float: left;
    width: 1%;
  }
}
@media (min-width: 1023px) {
  .t-view-l-fit-1 > * {
    float: left;
    width: 100%;
  }

  .t-view-l-fit-2 > * {
    float: left;
    width: 50%;
  }

  .t-view-l-fit-3 > * {
    float: left;
    width: 33.3333333333%;
  }

  .t-view-l-fit-4 > * {
    float: left;
    width: 25%;
  }

  .t-view-l-fit-5 > * {
    float: left;
    width: 20%;
  }

  .t-view-l-fit-6 > * {
    float: left;
    width: 16.6666666667%;
  }

  .t-view-l-fit-7 > * {
    float: left;
    width: 14.2857142857%;
  }

  .t-view-l-fit-8 > * {
    float: left;
    width: 12.5%;
  }

  .t-view-l-fit-9 > * {
    float: left;
    width: 11.1111111111%;
  }

  .t-view-l-fit-10 > * {
    float: left;
    width: 10%;
  }

  .t-view-l-fit-11 > * {
    float: left;
    width: 9.0909090909%;
  }

  .t-view-l-fit-12 > * {
    float: left;
    width: 8.3333333333%;
  }

  .t-view-l-fit-13 > * {
    float: left;
    width: 7.6923076923%;
  }

  .t-view-l-fit-14 > * {
    float: left;
    width: 7.1428571429%;
  }

  .t-view-l-fit-15 > * {
    float: left;
    width: 6.6666666667%;
  }

  .t-view-l-fit-16 > * {
    float: left;
    width: 6.25%;
  }

  .t-view-l-fit-17 > * {
    float: left;
    width: 5.8823529412%;
  }

  .t-view-l-fit-18 > * {
    float: left;
    width: 5.5555555556%;
  }

  .t-view-l-fit-19 > * {
    float: left;
    width: 5.2631578947%;
  }

  .t-view-l-fit-20 > * {
    float: left;
    width: 5%;
  }

  .t-view-l-fit-21 > * {
    float: left;
    width: 4.7619047619%;
  }

  .t-view-l-fit-22 > * {
    float: left;
    width: 4.5454545455%;
  }

  .t-view-l-fit-23 > * {
    float: left;
    width: 4.347826087%;
  }

  .t-view-l-fit-24 > * {
    float: left;
    width: 4.1666666667%;
  }

  .t-view-l-fit-25 > * {
    float: left;
    width: 4%;
  }

  .t-view-l-fit-26 > * {
    float: left;
    width: 3.8461538462%;
  }

  .t-view-l-fit-27 > * {
    float: left;
    width: 3.7037037037%;
  }

  .t-view-l-fit-28 > * {
    float: left;
    width: 3.5714285714%;
  }

  .t-view-l-fit-29 > * {
    float: left;
    width: 3.4482758621%;
  }

  .t-view-l-fit-30 > * {
    float: left;
    width: 3.3333333333%;
  }

  .t-view-l-fit-31 > * {
    float: left;
    width: 3.2258064516%;
  }

  .t-view-l-fit-32 > * {
    float: left;
    width: 3.125%;
  }

  .t-view-l-fit-33 > * {
    float: left;
    width: 3.0303030303%;
  }

  .t-view-l-fit-34 > * {
    float: left;
    width: 2.9411764706%;
  }

  .t-view-l-fit-35 > * {
    float: left;
    width: 2.8571428571%;
  }

  .t-view-l-fit-36 > * {
    float: left;
    width: 2.7777777778%;
  }

  .t-view-l-fit-37 > * {
    float: left;
    width: 2.7027027027%;
  }

  .t-view-l-fit-38 > * {
    float: left;
    width: 2.6315789474%;
  }

  .t-view-l-fit-39 > * {
    float: left;
    width: 2.5641025641%;
  }

  .t-view-l-fit-40 > * {
    float: left;
    width: 2.5%;
  }

  .t-view-l-fit-41 > * {
    float: left;
    width: 2.4390243902%;
  }

  .t-view-l-fit-42 > * {
    float: left;
    width: 2.380952381%;
  }

  .t-view-l-fit-43 > * {
    float: left;
    width: 2.3255813953%;
  }

  .t-view-l-fit-44 > * {
    float: left;
    width: 2.2727272727%;
  }

  .t-view-l-fit-45 > * {
    float: left;
    width: 2.2222222222%;
  }

  .t-view-l-fit-46 > * {
    float: left;
    width: 2.1739130435%;
  }

  .t-view-l-fit-47 > * {
    float: left;
    width: 2.1276595745%;
  }

  .t-view-l-fit-48 > * {
    float: left;
    width: 2.0833333333%;
  }

  .t-view-l-fit-49 > * {
    float: left;
    width: 2.0408163265%;
  }

  .t-view-l-fit-50 > * {
    float: left;
    width: 2%;
  }

  .t-view-l-fit-51 > * {
    float: left;
    width: 1.9607843137%;
  }

  .t-view-l-fit-52 > * {
    float: left;
    width: 1.9230769231%;
  }

  .t-view-l-fit-53 > * {
    float: left;
    width: 1.8867924528%;
  }

  .t-view-l-fit-54 > * {
    float: left;
    width: 1.8518518519%;
  }

  .t-view-l-fit-55 > * {
    float: left;
    width: 1.8181818182%;
  }

  .t-view-l-fit-56 > * {
    float: left;
    width: 1.7857142857%;
  }

  .t-view-l-fit-57 > * {
    float: left;
    width: 1.7543859649%;
  }

  .t-view-l-fit-58 > * {
    float: left;
    width: 1.724137931%;
  }

  .t-view-l-fit-59 > * {
    float: left;
    width: 1.6949152542%;
  }

  .t-view-l-fit-60 > * {
    float: left;
    width: 1.6666666667%;
  }

  .t-view-l-fit-61 > * {
    float: left;
    width: 1.6393442623%;
  }

  .t-view-l-fit-62 > * {
    float: left;
    width: 1.6129032258%;
  }

  .t-view-l-fit-63 > * {
    float: left;
    width: 1.5873015873%;
  }

  .t-view-l-fit-64 > * {
    float: left;
    width: 1.5625%;
  }

  .t-view-l-fit-65 > * {
    float: left;
    width: 1.5384615385%;
  }

  .t-view-l-fit-66 > * {
    float: left;
    width: 1.5151515152%;
  }

  .t-view-l-fit-67 > * {
    float: left;
    width: 1.4925373134%;
  }

  .t-view-l-fit-68 > * {
    float: left;
    width: 1.4705882353%;
  }

  .t-view-l-fit-69 > * {
    float: left;
    width: 1.4492753623%;
  }

  .t-view-l-fit-70 > * {
    float: left;
    width: 1.4285714286%;
  }

  .t-view-l-fit-71 > * {
    float: left;
    width: 1.4084507042%;
  }

  .t-view-l-fit-72 > * {
    float: left;
    width: 1.3888888889%;
  }

  .t-view-l-fit-73 > * {
    float: left;
    width: 1.3698630137%;
  }

  .t-view-l-fit-74 > * {
    float: left;
    width: 1.3513513514%;
  }

  .t-view-l-fit-75 > * {
    float: left;
    width: 1.3333333333%;
  }

  .t-view-l-fit-76 > * {
    float: left;
    width: 1.3157894737%;
  }

  .t-view-l-fit-77 > * {
    float: left;
    width: 1.2987012987%;
  }

  .t-view-l-fit-78 > * {
    float: left;
    width: 1.2820512821%;
  }

  .t-view-l-fit-79 > * {
    float: left;
    width: 1.2658227848%;
  }

  .t-view-l-fit-80 > * {
    float: left;
    width: 1.25%;
  }

  .t-view-l-fit-81 > * {
    float: left;
    width: 1.2345679012%;
  }

  .t-view-l-fit-82 > * {
    float: left;
    width: 1.2195121951%;
  }

  .t-view-l-fit-83 > * {
    float: left;
    width: 1.2048192771%;
  }

  .t-view-l-fit-84 > * {
    float: left;
    width: 1.1904761905%;
  }

  .t-view-l-fit-85 > * {
    float: left;
    width: 1.1764705882%;
  }

  .t-view-l-fit-86 > * {
    float: left;
    width: 1.1627906977%;
  }

  .t-view-l-fit-87 > * {
    float: left;
    width: 1.1494252874%;
  }

  .t-view-l-fit-88 > * {
    float: left;
    width: 1.1363636364%;
  }

  .t-view-l-fit-89 > * {
    float: left;
    width: 1.1235955056%;
  }

  .t-view-l-fit-90 > * {
    float: left;
    width: 1.1111111111%;
  }

  .t-view-l-fit-91 > * {
    float: left;
    width: 1.0989010989%;
  }

  .t-view-l-fit-92 > * {
    float: left;
    width: 1.0869565217%;
  }

  .t-view-l-fit-93 > * {
    float: left;
    width: 1.0752688172%;
  }

  .t-view-l-fit-94 > * {
    float: left;
    width: 1.0638297872%;
  }

  .t-view-l-fit-95 > * {
    float: left;
    width: 1.0526315789%;
  }

  .t-view-l-fit-96 > * {
    float: left;
    width: 1.0416666667%;
  }

  .t-view-l-fit-97 > * {
    float: left;
    width: 1.0309278351%;
  }

  .t-view-l-fit-98 > * {
    float: left;
    width: 1.0204081633%;
  }

  .t-view-l-fit-99 > * {
    float: left;
    width: 1.0101010101%;
  }

  .t-view-l-fit-100 > * {
    float: left;
    width: 1%;
  }
}
.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-navbar .t-toggle-icon:after, .t-navbar .t-toggle-icon:before {
  border-top: 2px solid;
  left: 0;
  right: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}

.t-navbar {
  overflow: visible;
}
.t-navbar .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-navbar .t-toggle-icon {
  display: block;
}
.t-navbar .t-toggle-icon:before, .t-navbar .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.touch body {
  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;
}

/* 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;
}

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;
}

#wpadminbar {
  top: -32px !important;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}

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

.nobull {
  margin: 0;
  padding: 0;
}
.nobull ul {
  margin: 0;
  padding: 0;
  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: 1590px) {
  body > section, body > footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  body > div > section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 767px) {
  .flex-m {
    display: -webkit-flex;
    display: flex;
  }
  .flex-m .flexed {
    display: flex;
  }
}
.clear {
  clear: both;
}

/* Global Padding */
div > p:first-child {
  margin-top: 0;
}
div > p:last-child {
  margin-bottom: 0;
}

.pad {
  padding: 60px;
}

.pad-no {
  padding: 0 !important;
}

.pad-top {
  padding-top: 60px;
}

.pad-no-top {
  padding-top: 0 !important;
}

.pad-bot {
  padding-bottom: 60px;
}

.pad-no-bot {
  padding-bottom: 0 !important;
}

.pad-rt {
  padding-right: 60px;
}

.pad-lt {
  padding-left: 60px;
}

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

.pad-5px-bot {
  padding-bottom: 5px;
}

.marg-5px-bot {
  margin-bottom: 5px;
}

.marg-5px-top {
  margin-top: 5px;
}

.pad-10px {
  padding: 10px;
}

.pad-20px {
  padding: 20px;
}

.pad-20px-top {
  padding-top: 20px;
}

.pad-10px-top {
  padding-top: 10px;
}

.pad-20px-bot {
  padding-bottom: 20px;
}

.pad-10px-bot {
  padding-bottom: 10px;
}

.pad-20px-rt {
  padding-right: 20px;
}

.pad-10px-rt {
  padding-right: 10px;
}

.pad-20px-lt {
  padding-left: 20px;
}

.pad-10px-lt {
  padding-left: 10px;
}

.marg-20px {
  margin: 20px;
}

.marg-20px-top {
  margin-top: 20px;
}

.marg-10px-top {
  margin-top: 10px;
}

.marg-20px-bot {
  margin-bottom: 20px;
}

.marg-10px {
  margin: 10px;
}

.marg-10px-bot {
  margin-bottom: 10px;
}

.marg-20px-rt {
  margin-right: 20px;
}

.marg-10px-rt {
  margin-right: 10px;
}

.marg-20px-lt {
  margin-left: 20px;
}

.marg-10px-lt {
  margin-left: 10px;
}

.pad-75pc {
  padding: 40px;
}

.pad-75pc-top {
  padding-top: 40px;
}

.pad-75pc-bot {
  padding-bottom: 40px;
}

.pad-75pc-rt {
  padding-right: 40px;
}

.pad-75pc-lt {
  padding-left: 40px;
}

.pad-50pc {
  padding: 30px;
}

.pad-50pc-top {
  padding-top: 30px;
}

.pad-50pc-bot {
  padding-bottom: 30px;
}

.pad-50pc-rt {
  padding-right: 30px;
}

.pad-50pc-lt {
  padding-left: 30px;
}

.pad-25pc {
  padding: 15px;
}

.pad-25pc-top {
  padding-top: 15px;
}

.pad-25pc-bot {
  padding-bottom: 15px;
}

.pad-25pc-rt {
  padding-right: 15px;
}

.pad-25pc-lt {
  padding-left: 15px;
}

.pad-33pc {
  padding: 20px;
}

.pad-33pc-top {
  padding-top: 20px;
}

.pad-33pc-bot {
  padding-bottom: 20px;
}

.pad-33pc-rt {
  padding-right: 20px;
}

.pad-33pc-lt {
  padding-left: 20px;
}

.marg {
  margin: 60px;
}

.marg-top {
  margin-top: 60px;
}

.marg-no-top {
  margin-top: 0;
}

.marg-bot {
  margin-bottom: 60px;
}

.marg-no-bot {
  margin-bottom: 0;
}

.marg-rt {
  margin-right: 60px;
}

.marg-rt {
  margin-left: 60px;
}

.marg-75pc {
  margin: 40px;
}

.marg-75pc-top {
  margin-top: 40px;
}

.marg-75pc-bot {
  margin-bottom: 40px;
}

.marg-75pc-rt {
  margin-right: 40px;
}

.marg-75pc-lt {
  margin-left: 40px;
}

.marg-50pc {
  margin: 30px;
}

.marg-50pc-top {
  margin-top: 30px;
}

.marg-50pc-bot {
  margin-bottom: 30px;
}

.marg-50pc-rt {
  margin-right: 30px;
}

.marg-50pc-lt {
  margin-left: 30px;
}

.marg-25pc {
  margin: 15px;
}

.marg-25pc-top {
  margin-top: 15px;
}

.marg-25pc-bot {
  margin-bottom: 15px;
}

.marg-25pc-rt {
  margin-right: 15px;
}

.marg-25pc-lt {
  margin-left: 15px;
}

.marg-33pc {
  margin: 20px;
}

.marg-33pc-top {
  margin-top: 20px;
}

.marg-33pc-bot {
  margin-bottom: 20px;
}

.marg-33pc-rt {
  margin-right: 20px;
}

.marg-33pc-lt {
  margin-left: 20px;
}

@media (max-width: 501px) {
  .pad {
    padding: 30px;
  }

  .pad-top {
    padding-top: 30px;
  }

  .pad-bot {
    padding-bottom: 30px;
  }

  .pad-right {
    padding-right: 30px;
  }

  .pad-left {
    padding-left: 30px;
  }

  .pad-75pc {
    padding: 20px;
  }

  .pad-75pc-top {
    padding-top: 20px;
  }

  .pad-75pc-bot {
    padding-bottom: 20px;
  }

  .pad-75pc-rt {
    padding-right: 20px;
  }

  .pad-75pc-lt {
    padding-left: 20px;
  }

  .pad-50pc {
    padding: 15px;
  }

  .pad-50pc-top {
    padding-top: 15px;
  }

  .pad-50pc-bot {
    padding-bottom: 15px;
  }

  .pad-50pc-rt {
    padding-right: 15px;
  }

  .pad-50pc-lt {
    padding-left: 15px;
  }

  .pad-25pc {
    padding: 7.5px;
  }

  .pad-25pc-top {
    padding-top: 7.5px;
  }

  .pad-25pc-bot {
    padding-bottom: 7.5px;
  }

  .pad-25pc-rt {
    padding-right: 7.5px;
  }

  .pad-25pc-lt {
    padding-left: 7.5px;
  }

  .pad-33pc {
    padding: 10px;
  }

  .pad-33pc-top {
    padding-top: 10px;
  }

  .pad-33pc-bot {
    padding-bottom: 10px;
  }

  .pad-33pc-rt {
    padding-right: 10px;
  }

  .pad-33pc-lt {
    padding-left: 10px;
  }

  .marg {
    margin: 30px;
  }

  .marg-top {
    margin-top: 30px;
  }

  .marg-bot {
    margin-bottom: 30px;
  }

  .marg-right {
    margin-right: 30px;
  }

  .marg-left {
    margin-left: 30px;
  }

  .marg-75pc {
    margin: 20px;
  }

  .marg-75pc-top {
    margin-top: 20px;
  }

  .marg-75pc-bot {
    margin-bottom: 20px;
  }

  .marg-75pc-rt {
    margin-right: 20px;
  }

  .marg-75pc-lt {
    margin-left: 20px;
  }

  .marg-50pc {
    margin: 15px;
  }

  .marg-50pc-top {
    margin-top: 15px;
  }

  .marg-50pc-bot {
    margin-bottom: 15px;
  }

  .marg-50pc-rt {
    margin-right: 15px;
  }

  .marg-50pc-lt {
    margin-left: 15px;
  }

  .marg-25pc {
    margin: 7.5px;
  }

  .marg-25pc-top {
    margin-top: 7.5px;
  }

  .marg-25pc-bot {
    margin-bottom: 7.5px;
  }

  .marg-25pc-rt {
    margin-right: 7.5px;
  }

  .marg-25pc-lt {
    margin-left: 7.5px;
  }

  .marg-33pc {
    margin: 10px;
  }

  .marg-33pc-top {
    margin-top: 10px;
  }

  .marg-33pc-bot {
    margin-bottom: 10px;
  }

  .marg-33pc-rt {
    margin-right: 10px;
  }

  .marg-33pc-lt {
    margin-left: 10px;
  }
}
/*
Theme Name: Thundercracker
Theme URI: 
Author: The Elixir Haus
Author URI: 
Description: 
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
*/
#wpadminbar {
  top: -32px !important;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}

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

.nobull {
  margin: 0;
  padding: 0;
}
.nobull ul {
  margin: 0;
  padding: 0;
  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: 1590px) {
  body > section, body > footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  body > div > section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 767px) {
  .flex-m {
    display: -webkit-flex;
    display: flex;
  }
  .flex-m .flexed {
    display: flex;
  }
}
.clear {
  clear: both;
}

/* Global Padding */
div > p:first-child {
  margin-top: 0;
}
div > p:last-child {
  margin-bottom: 0;
}

.pad {
  padding: 60px;
}

.pad-no {
  padding: 0 !important;
}

.pad-top {
  padding-top: 60px;
}

.pad-no-top {
  padding-top: 0 !important;
}

.pad-bot {
  padding-bottom: 60px;
}

.pad-no-bot {
  padding-bottom: 0 !important;
}

.pad-rt {
  padding-right: 60px;
}

.pad-lt {
  padding-left: 60px;
}

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

.pad-5px-bot {
  padding-bottom: 5px;
}

.marg-5px-bot {
  margin-bottom: 5px;
}

.marg-5px-top {
  margin-top: 5px;
}

.pad-10px {
  padding: 10px;
}

.pad-20px {
  padding: 20px;
}

.pad-20px-top {
  padding-top: 20px;
}

.pad-10px-top {
  padding-top: 10px;
}

.pad-20px-bot {
  padding-bottom: 20px;
}

.pad-10px-bot {
  padding-bottom: 10px;
}

.pad-20px-rt {
  padding-right: 20px;
}

.pad-10px-rt {
  padding-right: 10px;
}

.pad-20px-lt {
  padding-left: 20px;
}

.pad-10px-lt {
  padding-left: 10px;
}

.marg-20px {
  margin: 20px;
}

.marg-20px-top {
  margin-top: 20px;
}

.marg-10px-top {
  margin-top: 10px;
}

.marg-20px-bot {
  margin-bottom: 20px;
}

.marg-10px {
  margin: 10px;
}

.marg-10px-bot {
  margin-bottom: 10px;
}

.marg-20px-rt {
  margin-right: 20px;
}

.marg-10px-rt {
  margin-right: 10px;
}

.marg-20px-lt {
  margin-left: 20px;
}

.marg-10px-lt {
  margin-left: 10px;
}

.pad-75pc {
  padding: 40px;
}

.pad-75pc-top {
  padding-top: 40px;
}

.pad-75pc-bot {
  padding-bottom: 40px;
}

.pad-75pc-rt {
  padding-right: 40px;
}

.pad-75pc-lt {
  padding-left: 40px;
}

.pad-50pc {
  padding: 30px;
}

.pad-50pc-top {
  padding-top: 30px;
}

.pad-50pc-bot {
  padding-bottom: 30px;
}

.pad-50pc-rt {
  padding-right: 30px;
}

.pad-50pc-lt {
  padding-left: 30px;
}

.pad-25pc {
  padding: 15px;
}

.pad-25pc-top {
  padding-top: 15px;
}

.pad-25pc-bot {
  padding-bottom: 15px;
}

.pad-25pc-rt {
  padding-right: 15px;
}

.pad-25pc-lt {
  padding-left: 15px;
}

.pad-33pc {
  padding: 20px;
}

.pad-33pc-top {
  padding-top: 20px;
}

.pad-33pc-bot {
  padding-bottom: 20px;
}

.pad-33pc-rt {
  padding-right: 20px;
}

.pad-33pc-lt {
  padding-left: 20px;
}

.marg {
  margin: 60px;
}

.marg-top {
  margin-top: 60px;
}

.marg-no-top {
  margin-top: 0;
}

.marg-bot {
  margin-bottom: 60px;
}

.marg-no-bot {
  margin-bottom: 0;
}

.marg-rt {
  margin-right: 60px;
}

.marg-rt {
  margin-left: 60px;
}

.marg-75pc {
  margin: 40px;
}

.marg-75pc-top {
  margin-top: 40px;
}

.marg-75pc-bot {
  margin-bottom: 40px;
}

.marg-75pc-rt {
  margin-right: 40px;
}

.marg-75pc-lt {
  margin-left: 40px;
}

.marg-50pc {
  margin: 30px;
}

.marg-50pc-top {
  margin-top: 30px;
}

.marg-50pc-bot {
  margin-bottom: 30px;
}

.marg-50pc-rt {
  margin-right: 30px;
}

.marg-50pc-lt {
  margin-left: 30px;
}

.marg-25pc {
  margin: 15px;
}

.marg-25pc-top {
  margin-top: 15px;
}

.marg-25pc-bot {
  margin-bottom: 15px;
}

.marg-25pc-rt {
  margin-right: 15px;
}

.marg-25pc-lt {
  margin-left: 15px;
}

.marg-33pc {
  margin: 20px;
}

.marg-33pc-top {
  margin-top: 20px;
}

.marg-33pc-bot {
  margin-bottom: 20px;
}

.marg-33pc-rt {
  margin-right: 20px;
}

.marg-33pc-lt {
  margin-left: 20px;
}

@media (max-width: 501px) {
  .pad {
    padding: 30px;
  }

  .pad-top {
    padding-top: 30px;
  }

  .pad-bot {
    padding-bottom: 30px;
  }

  .pad-right {
    padding-right: 30px;
  }

  .pad-left {
    padding-left: 30px;
  }

  .pad-75pc {
    padding: 20px;
  }

  .pad-75pc-top {
    padding-top: 20px;
  }

  .pad-75pc-bot {
    padding-bottom: 20px;
  }

  .pad-75pc-rt {
    padding-right: 20px;
  }

  .pad-75pc-lt {
    padding-left: 20px;
  }

  .pad-50pc {
    padding: 15px;
  }

  .pad-50pc-top {
    padding-top: 15px;
  }

  .pad-50pc-bot {
    padding-bottom: 15px;
  }

  .pad-50pc-rt {
    padding-right: 15px;
  }

  .pad-50pc-lt {
    padding-left: 15px;
  }

  .pad-25pc {
    padding: 7.5px;
  }

  .pad-25pc-top {
    padding-top: 7.5px;
  }

  .pad-25pc-bot {
    padding-bottom: 7.5px;
  }

  .pad-25pc-rt {
    padding-right: 7.5px;
  }

  .pad-25pc-lt {
    padding-left: 7.5px;
  }

  .pad-33pc {
    padding: 10px;
  }

  .pad-33pc-top {
    padding-top: 10px;
  }

  .pad-33pc-bot {
    padding-bottom: 10px;
  }

  .pad-33pc-rt {
    padding-right: 10px;
  }

  .pad-33pc-lt {
    padding-left: 10px;
  }

  .marg {
    margin: 30px;
  }

  .marg-top {
    margin-top: 30px;
  }

  .marg-bot {
    margin-bottom: 30px;
  }

  .marg-right {
    margin-right: 30px;
  }

  .marg-left {
    margin-left: 30px;
  }

  .marg-75pc {
    margin: 20px;
  }

  .marg-75pc-top {
    margin-top: 20px;
  }

  .marg-75pc-bot {
    margin-bottom: 20px;
  }

  .marg-75pc-rt {
    margin-right: 20px;
  }

  .marg-75pc-lt {
    margin-left: 20px;
  }

  .marg-50pc {
    margin: 15px;
  }

  .marg-50pc-top {
    margin-top: 15px;
  }

  .marg-50pc-bot {
    margin-bottom: 15px;
  }

  .marg-50pc-rt {
    margin-right: 15px;
  }

  .marg-50pc-lt {
    margin-left: 15px;
  }

  .marg-25pc {
    margin: 7.5px;
  }

  .marg-25pc-top {
    margin-top: 7.5px;
  }

  .marg-25pc-bot {
    margin-bottom: 7.5px;
  }

  .marg-25pc-rt {
    margin-right: 7.5px;
  }

  .marg-25pc-lt {
    margin-left: 7.5px;
  }

  .marg-33pc {
    margin: 10px;
  }

  .marg-33pc-top {
    margin-top: 10px;
  }

  .marg-33pc-bot {
    margin-bottom: 10px;
  }

  .marg-33pc-rt {
    margin-right: 10px;
  }

  .marg-33pc-lt {
    margin-left: 10px;
  }
}
@font-face {
  font-family: 'EdoSZ';
  src: url("/wp-content/themes/thundercracker-child/assets/fonts/edosz/EdoSZ.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/thundercracker-child/assets/fonts/edosz/EdoSZ.woff") format("woff"), url("/wp-content/themes/thundercracker-child/assets/fonts/edosz/EdoSZ.ttf") format("truetype"), url("/wp-content/themes/thundercracker-child/assets/fonts/edosz/EdoSZ.svg#EdoSZ") format("svg");
  font-weight: normal;
  font-style: normal;
}
.font1 {
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.font2 {
  font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.font3 {
  font-family: "EdoSZ" !important;
}

.fnt-wht-norm {
  font-weight: normal;
}

.fnt-wht-norm {
  font-weight: normal;
}

.fnt-wht-100 {
  font-weight: 100;
}

.fnt-wht-200 {
  font-weight: 200;
}

.fnt-wht-300 {
  font-weight: 300;
}

.fnt-wht-400 {
  font-weight: 400;
}

.fnt-wht-500 {
  font-weight: 500;
}

.fnt-wht-600 {
  font-weight: 600;
}

.fnt-wht-700 {
  font-weight: 700;
}

.fnt-wht-800 {
  font-weight: 800;
}

.fnt-wht-900 {
  font-weight: 900;
}

#wpadminbar {
  top: -32px !important;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}

#responsive-menu-button {
  display: none !important;
}

html.no-js {
  margin-top: 0 !important;
}

body {
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444;
}

h1, h2, h3, h4 {
  font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 100;
  line-height: 1.1em;
}

.t-txt-h1 p, .t-txt-h2 p, .t-txt-h3 p {
  line-height: 1.3em;
}

.edoz-header h1 {
  font-size: 28px !important;
  position: relative;
  overflow: visible;
  color: #fff;
  z-index: 2 !important;
  padding: 0px 0 !important;
  margin-bottom: 30px !important;
  font-weight: 600;
}
.edoz-header h1:before {
  font-size: 28px !important;
  position: absolute;
  color: #fff;
  content: "";
  display: block;
  z-index: -4 !important;
  background: url(assets/images/heading-bg.png) no-repeat left top;
  height: 80px !important;
  width: 800px !important;
  left: -110px;
  top: -23px;
}
.edoz-header .subtext {
  font-size: 85px !important;
  line-height: 95px;
  letter-spacing: 5px;
  margin-bottom: 50px;
  color: #fff;
  font-family: "EdoSZ" !important;
}

.loadbar {
  position: fixed;
  top: -30px;
  color: #fff;
  background: #df2626;
  padding: 3px 10px;
  width: 100%;
  z-index: 2000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  transition: top .3s ease;
}

body.loading .loadbar {
  top: 0;
}

@media (max-width: 501px) {
  .extrabigtxt h3 {
    font-size: 40px  !important;
  }
}
a {
  color: #df2626;
}
a:hover {
  color: #0a3644;
}

strong {
  -webkit-font-smoothing: antialiased;
}

p a:not(.no-style) {
  border-bottom: 1px solid;
  text-decoration: none;
  display: inline-block;
}

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

.scrollto {
  text-align: center;
  padding: 5px 0 2px;
}
.scrollto:after {
  content: "";
  display: inline-block;
  overflow: visible;
  margin: auto;
  text-align: center;
  /*border-top: 30px solid #072025;*/
  border-top: 30px solid #df2626;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.scrollto:hover:after {
  border-top: 30px solid #0a3644;
}

.scrolltocolor {
  /*background-color:$t-color-tertiary;*/
  max-width: 100%;
  padding: 0;
}

.clear {
  clear: both;
}

.fancybox-skin {
  overflow: visible;
}

a {
  -webkit-transition: color 600ms cubic-bezier(0.23, 1, 0.32, 1), background-color 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 600ms cubic-bezier(0.23, 1, 0.32, 1), background-color 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: color 600ms cubic-bezier(0.23, 1, 0.32, 1), background-color 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: color 600ms cubic-bezier(0.23, 1, 0.32, 1), background-color 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 600ms cubic-bezier(0.23, 1, 0.32, 1), background-color 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

path {
  -webkit-transition: fill 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: fill 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: fill 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: fill 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: fill 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

body {
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.txt-smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.button, .wpcf7-submit, .ccf-submit-button, [type="submit"] {
  font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  display: inline-block;
  line-height: .9em;
  background-color: #f90;
  color: #000;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color, 0.3s ease, color, 0.3s ease;
  -moz-transition: background-color, 0.3s ease, color, 0.3s ease;
  -ms-transition: background-color, 0.3s ease, color, 0.3s ease;
  -o-transition: background-color, 0.3s ease, color, 0.3s ease;
  transition: background-color, 0.3s ease, color, 0.3s ease;
  display: inline-block;
  padding: 20px 40px !important;
  text-transform: uppercase;
  font-weight: 600;
}
.button:hover, .wpcf7-submit:hover, .ccf-submit-button:hover, [type="submit"]:hover {
  background-color: #d8921a;
  color: #fff;
}
.button.btn-alt:hover, .wpcf7-submit.btn-alt:hover, .ccf-submit-button.btn-alt:hover, [type="submit"].btn-alt:hover {
  background-color: #fff;
  color: #df2626;
}
.button.btn-red, .wpcf7-submit.btn-red, .ccf-submit-button.btn-red, [type="submit"].btn-red {
  background-color: #df2626;
  color: #fff;
}
.button.btn-red:hover, .wpcf7-submit.btn-red:hover, .ccf-submit-button.btn-red:hover, [type="submit"].btn-red:hover {
  background-color: #fff;
  color: #df2626;
}

@media (max-width: 767px) {
  .button, .wpcf7-submit, .ccf-submit-button, [type="submit"] {
    font-size: inhert;
  }
}
.newsletter-signup [type="submit"]:hover {
  background-color: #fff;
  color: #df2626;
}

.button-txt.view-all:after {
  content: "\00bb";
  font-size: 1.5em;
  font-weight: 100;
}
.button-txt.view-all:after.back-btn:before {
  content: "";
  margin-right: 5px;
  font-size: 10px;
  display: inline-block;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.txt-lght .button, .button-alt .button, .button.alt, .m1_2clmn .floating-overlay .button {
  background: none;
  color: #fff;
  border: 2px solid #fff;
}
.txt-lght .button:hover, .button-alt .button:hover, .button.alt:hover, .m1_2clmn .floating-overlay .button:hover {
  background-color: #fff;
  color: #000;
}

.button-alt a:hover .button {
  background-color: #0a3644;
  color: #fff;
}

hr {
  margin: 0;
  max-width: 1590px;
  margin-left: auto;
  height: 0px;
  margin-right: auto;
  border-top: 1px solid #21262a;
}

@media (max-width: 501px) {
  .pad-50pc-right {
    padding-right: 0;
  }

  .pad-50pc-left {
    padding-left: 0;
  }
}
.txt-lght {
  color: #fff;
}
.txt-lght h1, .txt-lght h2, .txt-lght h3, .txt-lght h4, .txt-lght h5, .txt-lght p {
  color: #fff;
}

.st_sharethis_large {
  cursor: pointer;
  padding-top: 10px;
  display: inline-block;
}
.st_sharethis_large span {
  display: none !important;
}
.st_sharethis_large:hover {
  color: #999999;
}

.scroll-more {
  background-color: #fff;
  padding-bottom: 25px;
}

.scroll-more a {
  display: block;
  width: 0px;
  height: 0px;
  width: 26px;
  height: 26px;
  transform: rotate(135deg);
  position: relative;
  left: 50%;
  margin-left: -13px;
  margin-top: 10px;
  border-right: 3px solid #ccc;
  border-top: 3px solid #ccc;
  border-left: none;
  border-bottom: none;
}

.scroll-more:hover a {
  border-color: #df2626;
  border-right: 3px solid;
  border-top: 3px solid;
  border-left: none;
  border-bottom: none;
  cursor: pointer;
}

img.alignleft {
  float: left;
  margin-right: 20px;
}

img.aligncenter {
  float: none;
  margin: 20px auto;
}

img.alignleft {
  display: block;
}

@media (min-width: 767px) {
  .flex-m {
    display: -webkit-flex;
    display: flex;
  }
  .flex-m .flexed {
    display: flex;
  }
}
@media (max-width: 1630px) {
  body > section, body > footer .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 501px) {
  body > div > section:not(.touts):not(.mantle) {
    padding: 0 20px;
  }

  body section, p, h1, h2, h3, h4, li, .button-pos, .mod-txt {
    text-align: center;
  }

  h1 br, h2 br, h3 br, h4 br {
    display: none;
  }
}
@media (max-width: 1590px) {
  body > section, body > footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  body > div > section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ----------------------------- Social ------------------------- */
.social-links {
  margin-top: 20px;
}

.social-links li {
  display: inline-block;
}

.social-links {
  padding: 80px 10px;
}
.social-links .txt {
  display: none;
}
.social-links ul {
  text-align: center;
  padding: 15px 0;
}
.social-links .fa {
  font-size: 23px;
  padding: 0 10px;
}
.social-links li a {
  display: block;
  padding-right: 10px;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.social-links li a:hover {
  color: #f90;
}

form.wpcf7-form {
  max-width: 900px;
  margin: auto;
}

form.wpcf7-form label {
  display: none;
}

form.wpcf7-form .fieldholder {
  padding: 10px;
  text-align: left;
}

form.wpcf7-form input:not([type="submit"]), form.wpcf7-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  font-size: 14px;
}

.content-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}

.content-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}

.content-search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}

.content-search input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

.page-navigation .page-numbers {
  color: #999999;
  padding: 5px 5px 3px 5px;
  margin: 0 4px;
}
.page-navigation .page-numbers:hover {
  color: #df2626;
}
.page-navigation .page-numbers.current {
  color: #fff;
  background-color: #df2626;
  margin: 0 3px;
  padding: 5px 8px 3px 8px;
}
.page-navigation .prev,
.page-navigation .next {
  color: #999999;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.page-navigation .prev:hover,
.page-navigation .next:hover {
  color: #df2626;
}

@media (min-width: 501px) {
  .scrolltoggle {
    opacity: 0;
    position: relative;
    top: 100px;
    -webkit-transition: top 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
    -moz-transition: top 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
    -ms-transition: top 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
    -o-transition: top 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
    transition: top 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
  }

  .scrolltoggle.show {
    opacity: 1;
    top: 0;
  }
}
#t-scrollnav {
  -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;
}

.t-navbar .t-button-mobile-menu {
  width: 39px;
  height: 37px;
  right: 15px;
  top: 10px;
}
.t-navbar .t-toggle-icon {
  color: #f90;
  border-bottom: 3px solid;
}
.t-navbar .t-toggle-icon:before, .t-navbar .t-toggle-icon:after {
  border-top: 3px solid;
}
.t-navbar .t-toggle-icon:after {
  bottom: 40%;
}
.t-navbar .t-toggle-icon:before {
  top: 10px;
}
.t-navbar .mute {
  opacity: .6;
  pointer-events: none;
}

.t-mobmenu .t-button-mobile-menu {
  top: 21px;
}
.t-mobmenu .t-toggle-icon:before, .t-mobmenu .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 {
  -webkit-transform: translateY(4px) rotate(135deg);
  -moz-transform: translateY(4px) rotate(135deg);
  -ms-transform: translateY(4px) rotate(135deg);
  -o-transform: translateY(4px) rotate(135deg);
  transform: translateY(4px) rotate(135deg);
}
.t-mobmenu .t-toggle-icon {
  border-color: transparent !important;
}
.t-mobmenu .t-toggle-icon:after {
  -webkit-transform: translateY(-5px) rotate(-135deg);
  -moz-transform: translateY(-5px) rotate(-135deg);
  -ms-transform: translateY(-5px) rotate(-135deg);
  -o-transform: translateY(-5px) rotate(-135deg);
  transform: translateY(-5px) rotate(-135deg);
}

.t-mobmenu .t-nav-mobile {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: -o-calc(100vh - 60px);
  height: -ms-calc(100vh - 60px);
  height: calc(100vh - 60px);
  top: 73px;
}

@media (min-width: 501px) {
  .t-mobmenu .t-nav-mobile {
    top: 68px;
    height: -webkit-calc(100vh - 70px);
    height: -moz-calc(100vh - 70px);
    height: -o-calc(100vh - 70px);
    height: -ms-calc(100vh - 70px);
    height: calc(100vh - 70px);
  }
}
.t-navbar .t-button-mobile-menu {
  top: 25px;
}

@media (min-width: 501px) {
  .t-navbar .t-button-mobile-menu {
    top: 22px;
  }
}
.t-navbar .t-button-mobile-menu {
  right: 20px;
}
.t-navbar .t-button-mobile-menu:hover .t-toggle-icon {
  color: #fff;
}

/* Prevent body scrolling when using mobile menu */
.t-mobmenu, .t-mobmenu body {
  overflow: hidden;
  height: 100%;
  position: absolute;
}

.t-nav-mobile {
  background-color: #fff;
}

.t-nav-mobile .t-menu li {
  border-bottom: 1px solid #ccc;
}

.t-nav-mobile .t-menu {
  border-top: 1px solid #ccc;
}

.t-nav-mobile .t-menu li a:after {
  display: none;
}

.t-nav-mobile .t-menu li a {
  color: #000;
}

/* ----------------------------- Navigation ------------------------- */
.main-nav .t-menu a {
  display: block;
}

.t-nav-desktop {
  margin-top: 10px;
  color: #fff;
}
.t-nav-desktop > .t-menu > li.current-menu-parent > a, .t-nav-desktop > .t-menu > li.active > a {
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
.t-nav-desktop .t-menu li a {
  padding: 22px 10px 10px;
  margin-top: 10px;
  font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.t-nav-desktop .t-menu li.active a, .t-nav-desktop .t-menu li:hover a, .t-nav-desktop .t-menu .current-menu-parent a {
  color: #f90;
}
.t-nav-desktop .t-menu li {
  position: relative;
}
.t-nav-desktop .t-menu li::after {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  right: -2px;
  display: block;
  top: 4px;
}
.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: #fff;
  -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);
}

.t-nav-mobile li {
  font-size: 20px;
  text-align: center;
}
.t-nav-mobile li a {
  display: block;
  padding: 15px 0;
}

.logo a {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 10px 0;
  max-width: 135px;
}

@media (max-width: 767px) {
  .logo {
    width: 50%;
  }
}
@media (min-width: 767px) {
  header .t-navbar .t-menu {
    padding: 24px 0 0;
  }

  header .t-navbar .social-links {
    padding-right: 20px;
  }

  #t-scrollnav {
    position: relative;
    z-index: 100;
  }

  .t-nav-desktop {
    margin: 0 !important;
    padding: 0 !important;
  }

  .logo {
    top: 0;
    transition: top .3s ease;
    position: relative;
  }
}
@media (min-width: 767px) {
  .logo a {
    max-width: 145px;
  }
}
.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: #df2626;
}
@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: 20px;
    min-width: 150px;
    text-align: left;
    left: 50%;
    overflow: hidden;
    margin-left: -75px !important;
    height: 0;
    max-height: 0;
    transition: max-height 1s ease;
  }

  ul.sub-menu:hover {
    overflow: visible !important;
  }

  .sub-menu > li:first-child {
    margin-top: 13px !important;
    border-top: 3px solid #0a3644;
  }

  li .sub-menu li {
    display: block !important;
    width: 100% !important;
  }

  .sub-menu a {
    font-size: 15px !important;
    font-weight: 800 !important;
    text-transform: none !important;
    letter-spacing: .01em;
    margin-top: 0 !important;
    display: block !important;
    border-bottom: 1px solid #040406;
    background-color: #0a3644;
    text-align: left !important;
    color: #fff;
    padding: 10px 15px 8px !important;
  }

  li .sub-menu a:hover, li .sub-menu li.active a {
    background-color: #f90;
    color: #df2626 !important;
  }

  .menu-item-has-children:hover > .sub-menu {
    height: auto;
    max-height: 900px !important;
  }

  .sub-menu:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #0a3644;
    top: 8px;
    margin-left: -5px;
    left: 50%;
    transform: rotate(45deg);
  }
}
ul.sub-menu .sub-menu {
  left: 100%;
  display: block;
  z-index: 200;
  position: absolute;
}

@media (max-width: 767px) {
  .t-nav-mobile .t-menu li.menu-item a {
    color: #df2626;
  }

  .sub-menu li.menu-item a {
    font-size: 16px !important;
    color: #777 !important;
    border-bottom: 0 !important;
    letter-spacing: .01em;
    display: block !important;
    background-color: #f4f4f4;
    padding: 10px 15px 8px !important;
  }

  li.menu-item.active > a {
    color: #fff !important;
  }

  header li.menu-item.active > a {
    background-color: #df2626;
  }

  .sub-menu li.menu-item {
    border-bottom: none;
    border-top: 1px solid #ccc;
  }
}
/* ----------------------------- Logo ------------------------- */
@media (min-width: 501px) {
  .logo a {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 8px;
  }
}
@media (max-width: 1610px) {
  .logo {
    margin-top: -1px;
    position: relative;
    z-index: 50;
  }
  .logo div, .logo a {
    overflow: visible;
  }

  .t-mobmenu .logo {
    z-index: 900;
  }
}
@media (max-width: 501px) {
  .logo {
    margin-top: -2px !important;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .logo a {
    max-width: 80px !important;
  }

  #t-scrollnav {
    /*height: 60px !important;*/
  }

  .footer-nav li {
    display: block;
    font-size: 16px;
  }

  .t-nav-mobile .padding {
    padding-bottom: 80px;
  }
}
@media (min-width: 1023px) {
  .t-nav-desktop > .t-menu > li > a {
    padding: 22px 15px 10px !important;
  }
}
@media (min-width: 1023px) {
  .t-nav-desktop > .t-menu > li > a {
    padding: 22px 15px 10px !important;
  }
}
/* ============================== Footer =========================== */
/* ----------------------------- Logo ------------------------- */
footer a {
  color: #fff;
}

footer a:hover {
  color: #f90;
}

.footer-nav {
  max-width: 1140px;
  margin: auto !important;
}

.footer-logo img {
  max-width: 300px;
}

.footer-nav li a {
  padding: 10px;
  font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.vid-controls {
  z-index: 2000;
  background: #f0f0f0;
  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;
}

.player-frame {
  position: absolute;
  height: 65px;
  z-index: 100;
  width: 740px;
  right: 25px;
  z-index: 400;
  bottom: 0;
  border: none;
  background: #EFEFEF;
  background-image: url("assets/images/player-loading.gif");
  background-repeat: no-repeat;
  background-position: 10px center;
}
.player-frame iframe {
  width: 100%;
  height: 100%;
}

.player {
  padding: 15px 0 8px 15px;
  height: 65px;
  z-index: 100;
  background: #EFEFEF;
  padding: 15px 0 8px 15px;
  z-index: 400;
  bottom: 0;
}
.player .prog-bar-holder, .player .btn-play, .player .prog-info .prog-jump, .player .prog-info .prog-jump div {
  cursor: pointer;
}
.player iframe {
  position: absolute;
  z-index: 0;
}
.player .btn-play {
  width: 37px;
  height: 37px;
  border: 1px solid #333;
  border-radius: 50%;
  position: relative;
}
.player .btn-play::after {
  content: "";
  display: block;
  position: absolute;
  border-left: 10px solid #333;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  top: 12px;
  left: 14px;
  font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
}
.player .btn-play.pause::after {
  content: "| |";
  display: block;
  position: absolute;
  border: none;
  top: 6px;
  font-size: 17px;
  left: 11px;
}
.player .prog-field {
  background: #333;
  height: 11px;
  position: relative;
  top: 0;
  width: calc(100% - 160px);
}
.player .prog-bar {
  position: relative;
  height: 3px;
  width: .5%;
  top: 4px;
  background: #F9B42C;
}
.player .prog-bar-holder {
  height: 11px;
  padding: 0 4px;
}
.player .player-info {
  position: absolute;
  top: 15px;
  width: calc(100% - 70px);
  left: 70px;
  bottom: 0;
  overflow: visible;
}
.player .prog-info {
  position: absolute;
  right: 0;
  font-size: 9px;
  display: flex;
  top: 4px;
  flex-direction: row;
  margin-top: -12px;
}
.player .prog-time {
  text-align: left;
  width: 70px;
  padding-top: 6px;
  font-size: 12px;
  font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.player .prog-info .prog-jump {
  font-size: 9px;
  display: flex;
  flex-direction: row;
}
.player .prog-info .prog-jump {
  font-size: 9px;
  display: flex;
  flex-direction: row;
}
.player .prog-jump-bck {
  background-image: url("/wp-content/themes/thundercracker-child/assets/images/prog-jump-bck.png");
}
.player .prog-jump-fwd {
  background-image: url("/wp-content/themes/thundercracker-child/assets/images/prog-jump-fwd.png?");
}
.player .prog-info .prog-jump > div {
  width: 38px;
  height: 23px;
  padding-bottom: 2px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: center top;
}
.player .track-title {
  position: relative;
  top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1em;
}

.player-frame .btn-playlist span {
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
.player-frame .btn-playlist span:after {
  content: " ";
  transition: all .3s ease-in-out;
  position: relative;
  display: inline-block;
  border-left: 8px solid #333;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  margin-left: 10px;
  transform: rotate(90deg);
  top: 2px;
}
.player-frame .btn-playlist {
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 5px 15px;
  background: #fff;
  font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1em;
  cursor: pointer;
}
.player-frame .btn-playlist:hover {
  background-color: #333;
  color: #fff;
}
.player-frame .btn-playlist:hover span:after {
  border-left: 8px solid #fff;
  pointer-events: none;
}
.player-frame .btn-playlist.expanded span:after {
  transform: rotate(-90deg);
}

@media (max-width: 936px) {
  .player-frame {
    width: calc(100% - 200px);
    right: 25px;
    left: auto;
    height: 57px;
  }
}
@media (max-width: 523px) {
  .player {
    padding: 10px 0 8px 10px;
  }
  .player .prog {
    display: none;
  }
  .player .player-info {
    left: 60px;
  }
  .player .track-title {
    width: calc(100% - 60px);
    display: table;
    height: 37px;
    top: -3px;
  }
  .player .track-title .text {
    display: table-cell !important;
    vertical-align: middle;
  }
}
@media (max-width: 738px) {
  .player-frame .btn-playlist {
    padding: 8px 15px 0 6px;
    background-color: #df2626;
    right: 10px;
  }
  .player-frame .btn-playlist span {
    font-size: 0 !important;
  }
  .player-frame .btn-playlist span:after {
    border-left: 8px solid #fff;
  }
}
/* Play List */
.player-playlist {
  width: 740px;
  position: absolute;
  z-index: 500;
  top: 136px;
  right: 25px;
  height: 0;
  font-size: 12px;
  transition: height .3s ease;
}
.player-playlist.expanded {
  height: calc(100vh - 150px);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
.player-playlist .podcast-link {
  border-bottom: 1px solid #ccc;
  transition: background-color .2s ease;
}
.player-playlist .podcast-link .title, .player-playlist .podcast-link .date {
  display: inline-block;
  padding: 6px 0 3px;
}
.player-playlist .scroll {
  overflow-y: auto;
  height: 100%;
}
.player-playlist .podcast-link .title {
  width: calc(100% - 80px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.player-playlist .podcast-link:hover, .player-playlist .podcast-link.on {
  /*background-color: #327EF4;*/
  background-color: #df2626;
  color: #fff;
}
.player-playlist .podcast-link.on, .player-playlist .podcast-link:hover, .player-playlist .podcast-link:hover a, .player-playlist .podcast-link.on a {
  color: #fff;
}
.player-playlist .podcast-link .date {
  padding-right: 15px;
  padding-left: 10px;
}
.player-playlist .podcast-btn {
  display: none;
}
.player-playlist .podcast-btn {
  color: #fff;
  float: right;
  font-weight: 600;
  padding: 7px 12px;
}
.player-playlist .podcast-link.on .podcast-btn {
  display: block;
}
.player-playlist .podcast-btn:hover {
  background-color: #fff !important;
  color: #df2626 !important;
}
.player-playlist .podcast-link.on .title {
  width: calc(100% - 250px);
}

@media (min-width: 1590px) {
  .player-frame, .player-playlist {
    right: calc(50vw - (795px - 20px));
  }
}
@media (min-width: 511px) and (max-width: 936px) {
  .player-frame, .player-playlist {
    width: calc(100% - 200px);
    right: 25px;
    left: auto;
  }
}
@media (max-width: 767px) {
  .player-playlist {
    top: 130px;
  }
}
@media (max-width: 501px) {
  .player-frame, .player-playlist {
    width: 100%;
    left: 0;
    right: 0;
  }

  .player-frame {
    position: relative;
  }
}
.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: #21262a;
  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;
  }
}

.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;
  }
}

.mantle.short, .mantle.no-height {
  /*min-height:150px !important;
  max-height:350px;*/
}
.mantle.short .t-valign, .mantle.no-height .t-valign {
  padding: 30px 20px 30px;
}
.mantle.short .t-valign .subtext, .mantle.no-height .t-valign .subtext {
  padding-bottom: 0;
}

.mantle.mantle-left .t-align {
  padding-left: 0;
}
.mantle.mantle-left .t-align .subtext, .mantle.mantle-left .t-align p {
  text-align: left;
}

.mantle:not(.hide-title) .t-contain {
  /* background-image: url(/wp-content/themes/thundercracker-child/assets/images/ornate-header.png);
   background-position: center 100%;
   padding-bottom: 25px;
   background-size: auto 30px;
   background-repeat: no-repeat;*/
}
.mantle:not(.hide-title) .t-contain p {
  padding-bottom: 20px;
}
.mantle:not(.hide-title) .t-contain h1 {
  display: inline-block;
  width: auto;
  position: relative;
  margin-bottom: 3px;
  padding: 0 20px;
}
.mantle:not(.hide-title) .t-contain h3 {
  margin-top: 10px;
}

.mantle {
  position: relative;
}
.mantle h1 {
  padding-bottom: 0;
}
.mantle.hide-title h1 {
  display: none;
}

.mantle .t-valigner {
  height: 100%;
  z-index: 2;
}

@media (min-width: 501px) {
  .mantle .t-valigner {
    height: 300px;
  }

  .mantle.fixed {
    background-attachment: fixed;
  }
}
@media (max-width: 501px) {
  .mantle {
    min-height: 0;
    height: auto !important;
    max-height: none !important;
  }
  .mantle .t-valigner {
    min-height: auto;
    padding-top: 30px;
  }
}
.mantle * {
  overflow: visible;
}

.mantle .txt-stylized {
  font-size: 90px;
}

@media (max-width: 501px) {
  .mantle {
    /*min-height: 250px !important;*/
    background-attachment: scroll;
  }

  .mantle .txt-stylized {
    font-size: 60px;
  }
}
@media (min-width: 767px) {
  .mantle .spacing {
    padding: 60px;
  }
}
.mantle iframe {
  width: 100%;
}

.mantle {
  background-position: center;
  background-attachment: none;
  background-size: cover;
}

@media (max-width: 1590px) {
  .mantle .t-valign {
    padding: 30px;
  }
  .mantle .subtext {
    line-height: 1.1em;
  }
  .mantle .tint {
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
}
.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.8) 0%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 80%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 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.8) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 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.8) 0%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.8) 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.8) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.8) 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.8) 0%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 80%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0.8) 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.8) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000047',GradientType=1 );
  }
}
@media (max-width: 501px) {
  .mod:not(.no-mobile-overlay) .lightbleed:not(.txt-lght).lightbleed:before {
    background: rgba(255, 255, 255, 0.5);
  }
  .mod:not(.no-mobile-overlay) .lightbleed.txt-lght.lightbleed:before {
    background: rgba(0, 0, 0, 0.5);
  }
}
.lightbleed:after {
  /*  content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(247, 255, 47, 0.02);
    */
}

.index-nav {
  font-weight: bold;
  text-transform: uppercase;
  margin: auto;
  font-size: 18px;
  font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.index-nav a {
  color: #1b1a1a;
  display: inline-block;
}
.index-nav .pgnum a {
  display: inline-block;
  text-align: center;
  padding: 5px 12px;
  border: 1px solid #ccc;
  border-right: none;
}
.index-nav .pgnum a.active {
  background-color: #df2626;
  color: #fff;
}
.index-nav .pgnum a:hover {
  background: #f90;
  color: #fff;
}
.index-nav .pgnums :last-child a {
  border-right: 1px solid #ccc;
}
.index-nav .pag-action.next a, .index-nav .pag-action.prev a {
  color: #df2626;
}
.index-nav .pag-action.next a:hover, .index-nav .pag-action.prev a:hover {
  color: #000;
}
@media (max-width: 700px) {
  .index-nav .pgnum {
    display: none;
    position: relative;
  }
  .index-nav .pgnums {
    border-right: 1px solid #ccc;
  }
  .index-nav .pag-action.next a:after, .index-nav .pag-action.prev a:before {
    content: "";
    height: 0px;
    width: 0px;
    display: inline-block;
    position: relative;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    bottom: -1px;
  }
  .index-nav .pag-action.next a:after {
    border-left: 10px solid #df2626;
    right: -10px;
  }
  .index-nav .pag-action.prev a:before {
    border-right: 10px solid #df2626;
    left: -10px;
  }
}
.index-nav .pag-action {
  position: relative;
}
.index-nav .pag-action a {
  padding: 0 10px;
}
.index-nav .pag-action a:hover {
  color: #f90;
}
@media (max-width: 767px) {
  .index-nav .pag-action.next.t-show-under-m, .index-nav .pag-action.prev.t-show-under-m {
    display: inline-block;
  }
}

.searchform .keyword {
  display: inline;
}
.searchform .keyword input {
  padding: 15px 15px;
  background-color: #efefef;
  border: none;
  width: 100%;
  max-width: 220px;
}
.searchform .submit {
  display: inline;
}

h2.mod-header {
  font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 26px;
}

.capstone-header h2.mod-header {
  font-size: 40px;
  letter-spacing: 3px;
  padding: 20px 0;
  color: #df2626;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.capstone-header h2.mod-header:after {
  display: block;
  content: "";
  background: #000000;
  width: 120px;
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
  right: 0;
  margin: auto;
}

@media (min-width: 1023px) {
  .capstone-header h2.mod-header {
    font-size: 60px;
  }
}
.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;
}
.mod-txt img {
  margin: auto;
}
.mod-txt .size-full {
  width: 100% !important;
  max-width: 800px;
  height: auto !important;
}

.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;
}

@media (max-width: 767px) {
  .mod:not(.mantleslider) {
    margin: 0 10px 10px !important;
  }
  .mod:not(.mantleslider) .t-contain {
    padding: 20px 0;
  }

  .m1_2clmn {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.mod a .mod-txt, .mod a .info, .mod a h1, .mod:not(.txt-lght) a h2.mod-header, .mod:not(.txt-lght) a h3 {
  color: #df2626;
}

.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;
}

.m1_2clmn .t-contain {
  width: 100%;
}
.m1_2clmn div:first-of-type .t-contain {
  max-width: 620px;
}
.m1_2clmn div:last-of-type .t-contain {
  max-width: 620px;
}

.mod.mod-m1.t-txt-bot {
  align-items: flex-end !important;
}

.mod.mod-m1.t-txt-top {
  align-items: flex-start !important;
}

.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;
}

.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;
}

.mod-events .event-lnk {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #df2626;
  background-color: none;
  padding: 10px 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mod-events .date {
  width: 50px;
  text-align: center;
  padding-top: 15px;
  height: 50px !important;
  font-size: 14px;
  letter-spacing: .03em;
  margin-right: 10px;
  color: #fff;
  border-radius: 0 50% 0;
  display: block;
  min-width: 0;
  color: #0a3644;
  background-color: #f90;
  float: left;
  font-weight: 600;
}

.mod-events {
  display: block;
}
.mod-events .slider {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: -ms-calc(100% - 60px);
  width: calc(100% - 60px);
}

.mod-events .event-lnk .title {
  font-weight: 500 !important;
}

.mod-events h2 {
  padding-bottom: 30px;
}

.splash-mantle {
  font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.splash-mantle .slideshow {
  height: 60vw !important;
}
.splash-mantle .slideshow .slide {
  background-position: center 0 !important;
}
.splash-mantle .graphic_header {
  position: absolute;
  right: 5.3vw;
  bottom: 3vw;
}
.splash-mantle .graphic_header img {
  width: 13vw;
}
.splash-mantle .slide-content {
  position: relative;
  z-index: 5;
  padding-bottom: 8vw !important;
}
.splash-mantle h3, .splash-mantle h5 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: 400;
}
.splash-mantle .t-txt-h3 {
  font-size: 65px;
  font-weight: 700;
  line-height: .9em;
  margin-top: 0 !important;
}
.splash-mantle .slide-content > * {
  max-width: 500px;
}
.splash-mantle .button {
  font-size: 23px;
}

.mod.splash-mantle {
  margin: 0 !important;
}

@media (max-width: 1024px) {
  .mod.splash-mantle .slide .text {
    padding: 20px;
  }
  .mod.splash-mantle .slideshow {
    height: 600px !important;
  }
  .mod.splash-mantle .slideshow h3, .mod.splash-mantle .slideshow h5 {
    font-size: 30px;
    text-align: left;
  }
  .mod.splash-mantle .slideshow .t-txt-h3 {
    font-size: 42px;
    line-height: 1.4em;
  }
  .mod.splash-mantle .button {
    font-size: 18px;
    padding: 15px 30px !important;
  }
  .mod.splash-mantle .button-pos {
    text-align: left;
  }
}
@media (max-width: 728px) {
  .mod.splash-mantle .slide-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
  }
  .mod.splash-mantle .slideshow {
    height: 450px !important;
  }
  .mod.splash-mantle .slideshow .slide {
    text-align: left;
  }
  .mod.splash-mantle .slideshow .slide-content {
    width: 75%;
    margin-left: 0;
  }
  .mod.splash-mantle .slideshow h3, .mod.splash-mantle .slideshow h5 {
    font-size: 15px;
    text-align: left;
  }
  .mod.splash-mantle .slideshow .t-txt-h3 {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .mod.splash-mantle .slideshow .graphic_header {
    display: none;
  }
}
@media (min-width: 767px) {
  .m1_2clmn {
    display: flex;
  }
  .m1_2clmn h2 {
    font-size: 26px;
  }

  .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 (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) {
  .m1_2clmn {
    /* Wider right */
    /* Wider left */
  }
  .m1_2clmn.colmn_sz_45-55 .mod-m1:first-child {
    width: 45%;
  }
  .m1_2clmn.colmn_sz_45-55 .mod-m1:last-child {
    width: 55%;
  }
  .m1_2clmn.colmn_sz_40-60 .mod-m1:first-child {
    width: 40%;
  }
  .m1_2clmn.colmn_sz_40-60 .mod-m1:last-child {
    width: 60%;
  }
  .m1_2clmn.colmn_sz_35-65 .mod-m1:first-child {
    width: 35%;
  }
  .m1_2clmn.colmn_sz_35-65 .mod-m1:last-child {
    width: 65%;
  }
  .m1_2clmn.colmn_sz_30-70 .mod-m1:first-child {
    width: 30%;
  }
  .m1_2clmn.colmn_sz_30-70 .mod-m1:last-child {
    width: 70%;
  }
  .m1_2clmn.colmn_sz_25-75 .mod-m1:first-child {
    width: 25%;
  }
  .m1_2clmn.colmn_sz_25-75 .mod-m1:last-child {
    width: 75%;
  }
  .m1_2clmn.colmn_sz_20-80 .mod-m1:first-child {
    width: 20%;
  }
  .m1_2clmn.colmn_sz_20-80 .mod-m1:last-child {
    width: 80%;
  }
  .m1_2clmn.colmn_sz_15-75 .mod-m1:first-child {
    width: 15%;
  }
  .m1_2clmn.colmn_sz_15-75 .mod-m1:last-child {
    width: 75%;
  }
  .m1_2clmn.colmn_sz_20-80 .mod-m1:first-child {
    width: 20%;
  }
  .m1_2clmn.colmn_sz_20-80 .mod-m1:last-child {
    width: 80%;
  }
  .m1_2clmn.colmn_sz_15-85 .mod-m1:first-child {
    width: 20%;
  }
  .m1_2clmn.colmn_sz_15-85 .mod-m1:last-child {
    width: 80%;
  }
  .m1_2clmn.colmn_sz_10-90 .mod-m1:first-child {
    width: 20%;
  }
  .m1_2clmn.colmn_sz_10-90 .mod-m1:last-child {
    width: 80%;
  }
  .m1_2clmn.colmn_sz_55-45 .mod-m1:first-child {
    width: 55%;
  }
  .m1_2clmn.colmn_sz_55-45 .mod-m1:last-child {
    width: 45%;
  }
  .m1_2clmn.colmn_sz_60-40 .mod-m1:first-child {
    width: 60%;
  }
  .m1_2clmn.colmn_sz_60-40 .mod-m1:last-child {
    width: 40%;
  }
  .m1_2clmn.colmn_sz_65-35 .mod-m1:first-child {
    width: 65%;
  }
  .m1_2clmn.colmn_sz_65-35 .mod-m1:last-child {
    width: 35%;
  }
  .m1_2clmn.colmn_sz_70-30 .mod-m1:first-child {
    width: 70%;
  }
  .m1_2clmn.colmn_sz_70-30 .mod-m1:last-child {
    width: 30%;
  }
  .m1_2clmn.colmn_sz_75-25 .mod-m1:first-child {
    width: 75%;
  }
  .m1_2clmn.colmn_sz_75-25 .mod-m1:last-child {
    width: 25%;
  }
  .m1_2clmn.colmn_sz_80-20 .mod-m1:first-child {
    width: 80%;
  }
  .m1_2clmn.colmn_sz_80-20 .mod-m1:last-child {
    width: 20%;
  }
  .m1_2clmn.colmn_sz_85-15 .mod-m1:first-child {
    width: 85%;
  }
  .m1_2clmn.colmn_sz_85-15 .mod-m1:last-child {
    width: 15%;
  }
  .m1_2clmn.colmn_sz_90-10 .mod-m1:first-child {
    width: 90%;
  }
  .m1_2clmn.colmn_sz_90-10 .mod-m1:last-child {
    width: 10%;
  }
}
.m1_2clmn .full-width .t-contain {
  width: 100%;
}

.m1_2clmn .mod-m1.floating-overlay .t-contain {
  padding: 30px;
}

.m1_2clmn .mod-m1.floating-overlay a {
  color: #f90;
}
.m1_2clmn .mod-m1.floating-overlay a:hover {
  color: #df2626;
}

@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%;
  	/*@include calc(height, '100vh - 612px');
      min-height: 400px;
      max-height: 350px;*/
  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 {
  height: 1px;
  position: relative;
}
.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[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: 28px;
    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: 16px;
  }
}

@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 !important;
  }
  .mod-m2 .indicator-box li.on {
    background-color: #fff !important;
  }
}
.slide-nav {
  /*margin-top: -20px;*/
}

.slide-nav .btn-prev {
  position: absolute;
}

.slide-nav .btn-next {
  position: absolute;
  right: 0;
}

.slide-nav li {
  height: 100%;
  z-index: 200;
  overflow: visible;
}

.slide-nav li em {
  display: block;
  width: 60px;
  height: 70px;
  top: 50%;
  margin-top: -20px;
  position: relative;
  cusor: pointer;
  background: black;
}

.slide-nav li.mute {
  display: none;
}

.slide-nav li {
  opacity: 0.5;
}

.slide-nav li:hover {
  opacity: .6;
  cursor: pointer;
}
.slide-nav li:hover em:after {
  border-color: #fff;
}

.slide-nav li em:after {
  display: block;
  content: " ";
  border: 2px solid #ccc;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 24px;
  margin-left: -15px;
  top: 15px;
  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: 15px;
  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 {
  padding: 10px 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  padding: 5px 10px 0;
  border-radius: 16px;
}

.indicator li {
  display: inline-block;
  background-color: #fff;
  height: 10px;
  width: 10px;
  margin: 5px;
  opacity: .6;
  border-radius: 50%;
}

.indicator li.on {
  background-color: #df2626;
  opacity: 1;
}

.indicator-alt .indicator li {
  background-color: #f0f0f0;
}
.indicator-alt .indicator li.on {
  opacity: 1;
}

.indicator-bg-clr1 .indicator-box {
  background-color: #df2626;
}

.indicator-bg-clr2 .indicator-box {
  background-color: #f90;
}

.indicator-bg-clr3 .indicator-box {
  background-color: #0a3644;
}

.indicator-bg-clr4 .indicator-box {
  background-color: #a5d7f9;
}

.indicator-bg-clr5 .indicator-box {
  background-color: #d8921a;
}

@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: #df2626 !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: #d8921a;
}

@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: #a5d7f9;
  font-weight: 400;
}
.mod-m2.news-links .item .button:hover {
  color: #df2626;
}

.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: 1630px) {
  .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 (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: 795px;
  }
  .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 .img h3 {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .mod-m4 .padding {
    padding: 15px 0;
  }

  .mod-m4 .img {
    position: relative;
  }
  .mod-m4 .img h3 {
    position: absolute;
    top: 50%;
    margin-top: -15px;
  }
}
[data-page='home'] .intro-text h2, [data-page=''] .intro-text h2 {
  font-family: Univers LT Std Roman;
  font-size: 24px;
  letter-spacing: .0em;
  line-height: 1.2em;
  color: #fff;
  text-transform: none;
}
[data-page='home'] .ad-slot > div, [data-page=''] .ad-slot > div {
  display: inline-block;
}
[data-page='home'] .featured .t-view-l-fit-3 .item:nth-child(1) .txt-stylized:after, [data-page=''] .featured .t-view-l-fit-3 .item:nth-child(1) .txt-stylized:after {
  border-color: #df2626 !important;
}
[data-page='home'] .featured .txt-stylized, [data-page=''] .featured .txt-stylized {
  color: #000;
  font-size: 30px;
  padding: 0 .8em 0 0;
  font-family: "Playfair Display",Georgia,Times,"Times New Roman",serif;
  position: relative;
  background-color: #fff;
  padding-right: 20px;
  display: inherit;
  margin-bottom: 30px;
}
[data-page='home'] .featured .txt-stylized:after, [data-page=''] .featured .txt-stylized:after {
  content: "";
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  height: 1px;
  position: absolute;
  display: inline-block;
  width: calc(100% - 80px);
  margin-left: 20px;
  top: calc(50% - 1px);
}
[data-page='home'] .featured .summary, [data-page=''] .featured .summary {
  padding: 0;
}
[data-page='home'] .intro-text, [data-page=''] .intro-text {
  background-repeat: no-repeat;
  background-position: calc(-190% + 0px) 40%;
  background-size: 110%;
  background-size: 120% auto !important;
}
@media (min-width: 767px) {
  [data-page='home'] .intro-text .t-contain, [data-page=''] .intro-text .t-contain {
    padding-right: 60px;
  }
  [data-page='home'] .intro-text .t-contain > *, [data-page=''] .intro-text .t-contain > * {
    padding-right: 60px;
  }
}
@media (min-width: 767px) {
  [data-page='home'] .splash-mantle .slideshow, [data-page=''] .splash-mantle .slideshow {
    height: calc(100vh - 150px) !important;
    min-height: 300px;
  }
}
[data-page='home'] .mantleslider .slideshow h3, [data-page=''] .mantleslider .slideshow h3 {
  font-size: 46px;
}
@media (max-width: 767px) {
  [data-page='home'] .mantleslider .slideshow h3, [data-page=''] .mantleslider .slideshow h3 {
    font-size: 36px;
  }
}
@media (max-width: 501px) {
  [data-page='home'] .mantleslider .slideshow h3, [data-page=''] .mantleslider .slideshow h3 {
    font-size: 30px;
  }
}
@media (min-width: 501px) {
  [data-page='home'] .t-nav-spacer, [data-page=''] .t-nav-spacer {
    display: none;
  }
  [data-page='home'].navThreshold #t-scrollnav, [data-page=''].navThreshold #t-scrollnav {
    background-color: transparent !important;
  }
}
[data-page='home'] .mantle-slides .slideshow, [data-page=''] .mantle-slides .slideshow {
  height: -webkit-calc(100vh - 612px);
  height: -moz-calc(100vh - 612px);
  height: -o-calc(100vh - 612px);
  height: -ms-calc(100vh - 612px);
  height: calc(100vh - 612px);
  min-height: 400px;
  max-height: 850px;
}

.about-us .corporate-message h2 {
  text-align: Center;
  font-weight: 600;
}
.about-us .charities {
  max-width: 650px;
  margin: auto;
}
.about-us .charities .thumb {
  width: 70px;
  height: auto !important;
  min-height: 80px;
  display: flex;
  margin-right: 20px;
}
.about-us .charities .modlink {
  display: flex;
  justify-content: left;
  flex-direction: row;
}
.about-us .charities .item {
  max-height: 200px !important;
}
.about-us .charities .modlink .info {
  padding: 0;
  display: flex;
  height: auto;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 400px) {
  .about-us .charities .item {
    width: 50% !important;
    float: left;
  }
}
.about-us .team-pics .mod-txt {
  margin-top: 5px !important;
}
.about-us .team-pics h3 {
  font-family: 'Univers LT Std';
  color: #21262a;
}
.about-us .team-pics .inof .mod-txt p {
  font-family: 'Univers LT Std Roman';
  font-size: 14px !important;
}
.about-us .team-pics .item {
  display: inline-block;
  float: none;
  margin: -2px;
}
.about-us .team-pics .t-contain > * {
  text-align: center;
}
.about-us .team-pics .thumb {
  height: 190px !important;
}
.about-us .team-pics .item .padding {
  padding: 0 13px 30px;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .about-us .team-pics .item {
    width: 30% !important;
  }
}
@media (max-width: 600px) {
  .about-us .team-pics .item {
    width: 50% !important;
  }
}
@media (max-width: 501px) {
  .about-us .team-pics .item {
    width: 50% !important;
  }
}
@media (max-width: 501px) {
  .about-us .corporate-message {
    display: block;
  }
  .about-us .corporate-message .t-contain {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .about-us .corporate-message > * {
    margin-bottom: 0 !important;
    display: block;
  }
  .about-us .our-history-details > * {
    padding-top: 10px !important;
  }
  .about-us .our-history-details :nth-child(1) {
    padding-bottom: 0;
  }
  .about-us .our-history-details div:last-of-type .t-contain {
    margin: auto;
  }
}

.summary .image-thumb {
  background-size: cover;
  background-position: center;
}

.article-list .summary .image-thumb {
  height: 200px;
}

.article ul li {
  padding-bottom: 10px;
}
.article iframe {
  margin-bottom: 15px;
}

.dropcap {
  float: left;
  padding: 0.25em 0.05em 0.25em 0;
  font-size: 5em;
  line-height: 0.4em;
  color: #da0713;
}

blockquote {
  font-weight: 500;
  font-size: 35px;
  display: block;
  line-height: 45px;
  color: #000;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 25px 25px;
  margin: 35px 0 !important;
  background-color: transparent !important;
  text-align: center;
  overflow-wrap: normal;
  clear: both;
  word-wrap: break-word;
  word-break: break-word;
  quotes: none;
}
blockquote::before {
  position: absolute;
  content: '”';
  font-weight: 800;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 120px;
  width: 80px;
  background-color: white;
  float: left;
  border: 0;
  color: #da0713;
  line-height: 1;
  height: 40px;
  top: -32px;
}
blockquote P {
  line-height: 1.5;
  font-size: 24px;
}

@media (min-width: 767px) {
  .featured-article {
    padding-right: 40px;
  }

  .featured-news > div:nth-child(odd) {
    padding-right: 40px;
    border-right: 1px solid #ccc;
  }

  .featured-news > div:nth-child(even) {
    padding-left: 40px;
  }

  .image-thumb {
    height: 300px;
    background-size: cover;
    margin-bottom: 20px;
  }

  .article-list .summary {
    align-items: center;
    display: flex;
  }
  .article-list .summary .image-thumb {
    float: left;
    width: 200px;
    background-size: cover;
    height: 200px;
    background-position: center;
    margin-right: 20px;
  }
}
@media (min-width: 501px) and (max-width: 1650px) {
  .article-list {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 501px) {
  .article-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .article ul li, .article h1, .article h2, .article h3, .article .cat-list, .article p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .featured-news > div:nth-child(odd) {
    border-bottom: 1px solid #df2626;
    padding-bottom: 15px;
    margin-bottom: 60px;
  }

  .summary {
    padding-bottom: 30px;
    margin-top: 20px;
  }
  .summary h2, .summary h3, .summary h4, .summary p {
    text-align: left;
  }
  .summary .image-thumb {
    height: 200px;
    margin-bottom: 20px;
  }

  .news-events h2.more-news {
    padding-top: 60px;
    margin-top: 20px;
    border-top: 1px solid #df2626;
  }
}
.cat-list a:after {
  content: " / ";
  color: #ccc;
}

.cat-list a:last-child:after {
  content: "";
}

.article-index .t-contain {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.outbrain-post-holder {
  max-width: 1100px;
}

.addthis_toolbox {
  position: relative;
}

@media (min-width: 501px) {
  .addthis_toolbox {
    bottom: -6px;
  }
}
@media (max-width: 501px) {
  .addthis_toolbox {
    top: -10px;
  }

  .post-content iframe {
    width: 100% !important;
  }
}
.addthis_toolbox a {
  float: none !important;
  text-align: center;
}

.addthis_toolbox a span {
  text-align: center;
  display: inline-block;
  width: 35px !important;
  height: 35px !important;
  -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;
}
.addthis_toolbox a span:hover {
  background-color: #df2626 !important;
}
.addthis_toolbox a span svg {
  margin-top: 2px;
}

.podcast-btn-holder {
  text-align: center !important;
}
.podcast-btn-holder .button {
  border: none !important;
}

.player-sync-link {
  position: relative;
  height: 180px;
  margin-top: -190px;
  -webkit-transition: opacity, 3s, ease;
  -moz-transition: opacity, 3s, ease;
  -ms-transition: opacity, 3s, ease;
  -o-transition: opacity, 3s, ease;
  transition: opacity, 3s, ease;
  display: table;
  background-color: #df2626;
  opacity: 0;
  width: 100%;
}
.player-sync-link span {
  display: none;
  vertical-align: middle;
  pointer-events: none;
}

.player-sync-link.mute {
  opacity: .9;
}
.player-sync-link.mute span {
  display: table-cell;
  text-align: center !important;
  width: 100%;
}

.article-link {
  text-align: left;
}
.article-link:hover h2 {
  color: #df2626;
}
.article-link .summary {
  padding: 24px;
}
.article-link .summary .cta {
  font-size: 22px;
}
.article-link .summary .details {
  margin: -40px 0 0 0;
  padding: 0 20px;
  position: Relative;
  overflow: visible;
}
.article-link .summary h2, .article-link .summary .post-meta, .article-link .summary .excerpt {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.1);
  position: relative;
}
.article-link .summary h2 {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.article-link .summary .post-meta {
  padding: 5px 20px;
  z-index: 7;
}
.article-link .summary .excerpt {
  padding: 20px;
  z-index: 9;
  border-bottom: solid 3px #f90 !important;
  line-height: 1.7em;
}
.article-link .summary .play-icon {
  z-index: 100;
  background: red;
  height: 80px;
  width: 80px;
  position: absolute;
  margin-top: -40px;
  border-radius: 50%;
  right: 40px;
}
.article-link .summary .play-icon:after {
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #fff;
  left: 34px;
  top: 27px;
  position: Absolute;
}
.article-link .summary .play-icon + h2 {
  padding-top: 50px !important;
}

html section.post .recent-posts h2 {
  font-size: 18px;
  padding: 0;
  padding: 0;
}
html section.post .recent-posts .date {
  padding-bottom: 5px;
}
html section.post .article time {
  display: block;
  padding-bottom: 20px;
}
html section.post .mod-events .title {
  font-size: 14px;
  line-height: 1.1em !important;
  display: -webkit-box;
}
html section.post .article-txt, html section.post .article-txt p {
  font-size: 16px;
}
html section.post .posts .summary {
  border-bottom: 1px dotted;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
html section.post .posts .summary h2 {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  html section.post .article {
    padding-left: 20px;
  }
  html section.post .article.container * {
    text-align: left;
  }
  html section.post .article-txt, html section.post .article-txt p {
    font-size: 14px;
  }
  html section.post .article .article-txt {
    border-bottom: 1px solid;
    display: block;
  }
  html section.post .recent-posts .summary, html section.post .recent-posts .mod-events .links {
    text-align: left;
  }
  html section.post .mod-events {
    padding-top: 30px;
  }
  html section.post .recent-posts .posts {
    padding-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  html section.post .article, html section.post aside {
    padding: 0 20px 20px !important;
  }
  html section.post .article.container .share-links * {
    text-align: center;
  }
  html section.post .posts .summary {
    padding-bottom: 0px;
  }
  html section.post .article h1 {
    line-height: 1em;
  }
  html section.post .posts .button, html section.post .mod-events .button {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .ob-widget-section {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    flex-direction: row;
  }

  .ob-widget-section > .ob-widget-items-container {
    width: 50%;
    padding: 10px !important;
    box-sizing: border-box;
    clear: none !important;
    display: block !important;
  }

  span.ob-unit.ob-rec-image-container {
    margin-bottom: 20px;
  }

  .outbrain-post-holder {
    padding: 0 !important;
  }
}
@media (min-width: 767px) {
  .article-detail .posted time {
    display: inline !important;
    padding: 0 5px;
  }
}
.post .wp-post-navigation {
  display: none;
}
.post .article-pagination {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.post .article-pagination .next:before, .post .article-pagination .article-pagination .prev:before {
  text-transform: uppercase;
}
.post .article-pagination .next:before {
  content: "Next";
}
.post .article-pagination .prev:before {
  content: "Previous";
}
@media (min-width: 767px) {
  .post .article-pagination .next {
    text-align: right;
  }
  .post .article-pagination .next {
    padding-left: 10px;
  }
  .post .article-pagination .prev {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .post .article-pagination .prev {
    padding-bottom: 20px;
  }
}

.horiz-posts .article-link .tags {
  left: 300px;
  display: none !important;
}

@media (min-width: 501px) {
  .horiz-posts .article-link .summary .image-thumb {
    float: left;
    width: 150px;
    height: 100px;
  }
  .horiz-posts .article-link .details {
    margin-top: 0;
    float: left;
    width: calc(100% - 150px);
  }
  .horiz-posts .article-link .summary h2, .horiz-posts .article-link .summary .date, .horiz-posts .article-link .summary .excerpt {
    box-shadow: none;
  }
  .horiz-posts .article-link .summary h2 {
    padding-top: 0 !important;
    font-size: 32px;
  }
  .horiz-posts .play-icon {
    left: -50px;
    top: 50%;
  }
  .horiz-posts .article-link .summary .excerpt {
    border-bottom: none !important;
    padding: 0 20px 20px;
  }
  .horiz-posts .article-link {
    border-bottom: solid 3px #f90 !important;
    padding: 20px 0;
    margin: 20px 0;
  }
  .horiz-posts .summary {
    padding-bottom: 0 !important;
  }
  .horiz-posts .cta {
    font-size: 22px;
  }
  .horiz-posts .tags a {
    color: #ccc;
    padding: 0 3px;
    font-size: 14px;
  }
  .horiz-posts .tags a:after {
    content: " /";
    padding-left: 3px;
  }
  .horiz-posts .tags a:last-child:after {
    content: " ";
  }
  .horiz-posts .tags a:hover {
    color: #df2626;
  }
  .horiz-posts .tags:before {
    content: "\f02b";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #ccc;
    padding-right: 5px;
  }
  .horiz-posts .no-img .details, .horiz-posts .no-img .details > * {
    padding-left: 0 !important;
  }
  .horiz-posts .tags.no-img {
    padding-left: 20px;
  }
  .horiz-posts .tags:not(.no-img) {
    width: calc(100% - 150px);
    margin-left: 215px;
    margin-bottom: 30px;
  }
  .horiz-posts .article-link {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    padding: 0 !important;
  }
  .horiz-posts .summary {
    display: flex;
    padding: 0 !important;
  }
  .horiz-posts .summary .image-thumb {
    height: 100% !important;
    width: 300px !important;
    margin: 0 !important;
  }
  .horiz-posts .summary .details {
    padding: 40px 20px !important;
  }
  .horiz-posts .article-link {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 501px) {
  .article-link .details {
    padding: 0 0px !important;
  }
  .article-link .details h2, .article-link .details .date, .article-link .details .excerpt {
    padding: 20px 5px;
  }

  .article-link .summary {
    padding: 0 !important;
  }
}
/* The Page */
[data-page='podcasts'] .t-nav-spacer {
  display: none;
}
[data-page='podcasts'].navThreshold #t-scrollnav {
  background-color: transparent !important;
}
[data-page='podcasts'] .subscriptions {
  position: relative;
  min-height: 380px;
  padding: 230px 0 100px;
  overflow: visible;
  background-image: url("assets/images/podcasts-bg.jpg");
}
[data-page='podcasts'] .subscriptions .t-valigner {
  position: relative;
}
[data-page='podcasts'] .subscriptions .lightbleed:before {
  display: none;
}
[data-page='podcasts'] .stylized-pad .subtext {
  margin-bottom: 20px !important;
}
[data-page='podcasts'] .subscriptions:before {
  background: url(assets/images/dan.png) no-repeat left top;
  position: absolute;
  width: 400px;
  bottom: 0;
  top: 0;
  left: 50vw;
  content: "";
  background-size: 100% auto;
  background-position: center 180px;
  z-index: 10;
}
[data-page='podcasts'] .link-rows .icon.wideicon {
  width: 80px !important;
}
[data-page='podcasts'] .link-rows h4 {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .11em;
}
[data-page='podcasts'] .link-rows {
  text-decoration: none;
}
@media (max-width: 876px) {
  [data-page='podcasts'] .subscriptions {
    background-image: url("assets/images/podcasts-bg.jpg");
    background-size: cover;
    background-position: right center !important;
  }
}
@media (max-width: 501px) {
  [data-page='podcasts'] .subscriptions .hannity-pic {
    display: none;
  }
  [data-page='podcasts'] .subscriptions h3 {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 774px) and (max-width: 1023px) {
  [data-page='podcasts'] .subscriptions .t-valigner {
    width: 50vw;
  }
}
@media (max-width: 774px) {
  [data-page='podcasts'] .subscriptions:before {
    display: none;
  }

  [data-page='podcasts'] .subscriptions .provider-link {
    margin-bottom: 20px;
  }
}
@media (max-width: 501px) {
  [data-page='podcasts'] .subscriptions {
    height: auto !important;
    min-height: 0;
    padding: 60px 0 20px !important;
  }
  [data-page='podcasts'] .subscriptions .link-rows {
    text-align: center;
  }
  [data-page='podcasts'] .subscriptions h1 {
    font-size: 20px !important;
    width: 100% !important;
  }
  [data-page='podcasts'] .subscriptions h1.txt-stylized:before {
    top: -28px;
  }
  [data-page='podcasts'] .subscriptions .subtext {
    font-size: 60px !important;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .tmplt-index .podcast, .home .podcast {
    padding: 0 10px;
  }

  .podcast .view-all-podcasts {
    text-align: center;
  }
}
@media (min-width: 501px) {
  .podcast:not(.slim) .date {
    width: 80px;
    float: left;
  }
  .podcast:not(.slim) .title {
    width: calc(100% - 80px);
    display: block;
    float: left;
  }
}
@media (min-width: 900px) and (max-width: 1590px) {
  [data-page='podcasts'] .subscriptions .link-rows {
    max-width: 50%;
  }
}
.more-myth-busting .t-contain {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-basis: 10px;
  text-align: left;
}
.more-myth-busting .t-contain p {
  margin: 0px !important;
  box-sizing: border-box;
}
.more-myth-busting h2 {
  font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 28px;
}
.more-myth-busting .t-contain p a {
  text-decoration: none !important;
  border: none;
  display: block;
  padding: 20px;
  margin: 0 20px 20px;
  border: 1px solid gold;
  margin: 10px !important;
  font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #000;
}

[data-page="newsletter"] .mod.signup {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  padding: 20px 40px;
  margin: 20px 50px  20px 20px;
}
[data-page="newsletter"] .about-dan {
  margin: 0 auto 40px;
}
[data-page="newsletter"] .mantle.txt-stylized h1:before {
  left: -250px !important;
}
@media (min-width: 501px) {
  [data-page="newsletter"] .t-nav-spacer {
    display: none;
  }
  [data-page="newsletter"].navThreshold #t-scrollnav {
    background-color: transparent !important;
  }
  [data-page="newsletter"] .mantle {
    padding-top: 200px;
  }
  [data-page="newsletter"] .about-dan .mod-txt {
    max-width: 1100px;
    float: right;
  }
  [data-page="newsletter"] .m1_2clmn.colmn_sz_75-25 .mod-m1:first-child {
    display: block;
    float: right;
  }
}
[data-page="newsletter"] .signup .mailster-form input.input {
  padding: 5px !important;
  background: #efefef;
  border: none;
  padding: 10px 0px 10px 15px !important;
}
[data-page="newsletter"] .signupinfo p {
  font-size: 18px !important;
}
[data-page="newsletter"] .signupinfo span.t-txt-h1 {
  line-height: 1em;
  display: block;
  max-width: 450px;
}
[data-page="newsletter"] .mailster-form-fields label {
  font-size: 12px !important;
}
[data-page="newsletter"] .dan-pic {
  overflow: visible;
}
[data-page="newsletter"] .about-clmns * {
  overflow: visible !important;
}
[data-page="newsletter"] .about-clmns .dan-pic {
  position: relative;
}
@media (min-width: 768px) {
  [data-page="newsletter"] .about-clmns {
    padding-bottom: 150px;
  }
  [data-page="newsletter"] .dan-pic .mod-txt {
    left: -30%;
    top: 100%;
    margin-top: -75%;
    background: #fff;
    padding: 10px;
    width: 350px;
    position: absolute;
  }
  [data-page="newsletter"] .about-dan {
    padding-right: 10%;
  }
}
[data-page="newsletter"] .dan-pic .mod-txt img {
  width: 100%;
  height: auto;
}
[data-page="newsletter"] .dan-pic .t-pad {
  padding: 0 !important;
}

[data-page="newsletter"] .subscriptions {
  padding-top: 0 !important;
}
[data-page="newsletter"] .subscriptions .icon {
  height: 50px !important;
  width: 100px;
  display: inline-block;
  background-position: center;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
}
[data-page="newsletter"] .latest-show h2 {
  font-size: 32px;
  margin-bottom: 0 !important;
}
[data-page="newsletter"] .subscriptions h2 {
  font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 50px;
  font-weight: 600;
}
[data-page="newsletter"] .subscriptions .provider-link.alexa, [data-page="newsletter"] .subscriptions .provider-link.google {
  display: none;
}
@media (min-width: 1023px) {
  [data-page="newsletter"] .subscriptions .assistants .icon {
    float: left;
  }
}
@media (max-width: 1023px) {
  [data-page="newsletter"] .subscriptions .assistants .icon {
    margin-bottom: 20px;
  }
  [data-page="newsletter"] .subscriptions .assistants {
    text-align: center;
  }
}
@media (max-width: 767px) {
  [data-page="newsletter"] .subscriptions {
    text-align: center;
    margin-top: 60px !important;
  }
  [data-page="newsletter"] .subscriptions h2 br {
    display: none;
  }
}
[data-page="newsletter"] .subscriptions .assistants .icon {
  display: block;
  width: 210px;
  text-align: right;
  height: 40px;
  font-size: 14px;
  padding: 14px 40px 0 0;
  background-position: -10px 0;
}
[data-page="newsletter"] .subscriptions .assistants .alexa .icon {
  background-image: url("/wp-content/themes/thundercracker-child/assets/images/podcast-icons/icon-alexa.png");
  background-position: -10px 0;
}
[data-page="newsletter"] .subscriptions .assistants .google .icon {
  background-image: url("/wp-content/themes/thundercracker-child/assets/images/podcast-icons/icon-ghome.png");
  background-position: -10px 0;
}

[data-page="newsletter"] .subscriptions .assistants > div {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  margin: 20px;
  padding: 20px;
}

.tout > div {
  padding: 0;
}

.tout-book-n-mailinglist {
  overflow: visible;
  margin: 9% 0;
}
.tout-book-n-mailinglist.t-bg-grey2 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("assets/images/bg1.png");
}
.tout-book-n-mailinglist.t-bg-grey2:before {
  content: "";
  display: block;
  left: 0;
  right: 50%;
  bottom: 0;
  z-index: 0;
  top: 0;
  position: absolute;
  background-color: #1b1a1a;
}
.tout-book-n-mailinglist * {
  overflow: visible;
}
.tout-book-n-mailinglist:after {
  content: "";
  display: block;
  clear: both;
}
.tout-book-n-mailinglist > .t-contain {
  min-height: 350px;
}
.tout-book-n-mailinglist .book-spygate {
  position: relative;
  overflow: visible;
}
.tout-book-n-mailinglist .book-spygate {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.tout-book-n-mailinglist .book-spygate .text {
  padding: 50px 0 50px 40px;
}
.tout-book-n-mailinglist .book-spygate p {
  padding: 15px 0;
}
.tout-book-n-mailinglist .book-spygate p:after {
  content: "";
  display: block;
  clear: both;
}
.tout-book-n-mailinglist .book-spygate img {
  padding-left: 30px;
  display: block;
  z-index: 100;
}
.tout-book-n-mailinglist .book-spygate .text {
  padding-right: 30px;
}
.tout-book-n-mailinglist h2 {
  font-size: 32px;
}
.tout-book-n-mailinglist .mailinglist {
  position: Relative;
}
.tout-book-n-mailinglist .mailinglist .input, .tout-book-n-mailinglist .mailinglist .button {
  width: 100%;
  box-sizing: border-box;
}
.tout-book-n-mailinglist .mailinglist .input {
  padding: 12px 13px;
  color: #df2626;
}
.tout-book-n-mailinglist .mailinglist .mailster-form-4 .mailster-wrapper.mailster-_gdpr-wrapper {
  padding: 10px 0;
  font-size: 70%;
}
.tout-book-n-mailinglist .mailinglist .mailster-form .mailster-wrapper {
  position: relative;
  margin-bottom: 2px;
  -webkit-transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -ms-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}
@media (min-width: 1023px) {
  .tout-book-n-mailinglist .t-contain {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 350px;
  }
  .tout-book-n-mailinglist .mailinglist {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tout-book-n-mailinglist .book-spygate img {
    top: -10px;
    position: absolute;
    display: block;
    height: 550px;
    z-index: 100;
    margin-top: -10%;
    margin-bottom: -10%;
  }
  .tout-book-n-mailinglist .book-spygate .text {
    padding-left: 350px !important;
  }
}
@media (max-width: 1023px) {
  .tout-book-n-mailinglist .book-spygate img {
    max-width: 200px;
    display: block;
    margin: auto;
  }
  .tout-book-n-mailinglist .mailinglist {
    padding: 30px;
  }
  .tout-book-n-mailinglist .mailinglist form {
    max-width: 400px;
    margin: auto;
    display: block;
  }
}

@media (max-width: 501px) {
  .tout-book-n-mailinglist {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .tout-book-n-mailinglist .book-spygate {
    display: block;
    text-align: center;
  }
  .tout-book-n-mailinglist .book-spygate img {
    max-width: 150px;
  }
}
.tout-subscribe {
  background-color: #df2626;
  padding: 30px 0;
}
.tout-subscribe .subscribe-form {
  text-align: center;
  margin: auto;
  display: block;
}
.tout-subscribe .subscribe-form h2 {
  font-size: 32px !important;
  padding-bottom: 18px;
}
.tout-subscribe .subscribe-form input[type='text'] {
  padding: 20px;
  text-align: center;
  color: #000;
  display: block;
  width: 100% !important;
  box-sizing: border-box;
}
.tout-subscribe .subscribe-form ul {
  padding: 0;
  display: block;
}
.tout-subscribe .subscribe-form input[type='submit'] {
  font-size: 26px;
  letter-spacing: .1em;
  width: 100%;
  max-width: 350px;
}
.tout-subscribe .subscribe-form form {
  max-width: 300px;
  margin: auto;
}
.tout-subscribe .subscribe-form form {
  width: 100%;
}
.tout-subscribe .social {
  display: block;
  margin: auto;
  text-align: Center;
}
.tout-subscribe .social .txt {
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.tout-subscribe .social a {
  display: block;
  position: relative;
}
.tout-subscribe .social .fa:before {
  width: 120px;
  height: 60px;
  display: block;
  font-size: 50px;
}
.tout-subscribe .social .txt {
  display: block;
  padding-top: 10px;
  font-size: 15px;
  width: 100%;
  max-width: 120px;
  line-height: 1.3em;
}
.tout-subscribe .mailster-form input.input {
  padding: 10px 15px 8px !important;
  border: none;
}
.tout-subscribe .mailster-form .submit-button {
  background-color: #fff !important;
  color: red !important;
  font-size: 18px !important;
}
.tout-subscribe .mailster-form .submit-button:hover {
  background-color: #000 important;
  color: #000 !important;
}
.tout-subscribe .mailster-form-info {
  background-color: transparent !important;
}
.tout-subscribe .mailster-form-info.error {
  margin: 0 0 20px !important;
  padding: 10px !important;
  border: 1px solid !important;
  font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  text-align: left !important;
}
.tout-subscribe .mailster-form-info.error p {
  font-weight: 600;
}
.tout-subscribe .mailster-form-info.error ul {
  padding-top: 10px;
  margin-left: 20px;
  font-weight: bold;
}
.tout-subscribe .mailster-form-info.error li {
  font-size: 14px !important;
  list-style: outside !important;
  font-weight: 400;
}
.tout-subscribe [for="mailster-_gdpr-2"], .tout-subscribe [for="mailster-_gdpr-2"] a {
  display: inline-block !important;
  font-size: 12px;
  color: #fff;
}

@media (min-width: 1023px) {
  .tout-subscribe {
    background-image: url("assets/images/subscribe-n-share-bg.png");
    background-position: calc(50vw - 400px);
    background-repeat: no-repeat;
  }
  .tout-subscribe > .t-contain {
    display: flex;
  }
  .tout-subscribe .social {
    display: inline-block;
    float: left;
    width: calc(100% - 410px);
  }
  .tout-subscribe .subscribe-form {
    width: 400px;
    float: left;
  }
  .tout-subscribe .social-links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: start;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .tout-subscribe {
    margin-bottom: 0;
    padding: 60px 0 !important;
  }
  .tout-subscribe .social-links {
    margin-bottom: 0;
    padding: 20px 0 0 !important;
  }
  .tout-subscribe .social-links li {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 501px) {
  .tout-subscribe .subscribe-form {
    width: 400px;
  }
}
.subscriptions .provider-link {
  display: inline-block;
  width: auto !important;
  text-align: center;
}
.subscriptions .icon {
  height: 40px !important;
  width: 50px;
  display: inline-block;
  background-position: center;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
}
.subscriptions .icon.wideicon {
  width: 80px !important;
}
.subscriptions .link-rows .provider-link {
  padding: 2px;
}

@media (min-width: 1023px) {
  .subscriptions .icon {
    width: 95px;
    height: 50px !important;
  }
}
@media (max-width: 876px) {
  .subscriptions .links {
    float: right;
    width: 90%;
    text-align: center;
    margin-right: 5%;
  }

  .subscriptions {
    background-image: url("assets/images/podcasts-bg.jpg");
    background-size: cover;
    background-position: right center !important;
  }
}
@media (max-width: 501px) {
  .subscriptions .hannity-pic {
    display: none;
  }

  .subscriptions {
    overflow: hidden;
  }

  .subscriptions .links {
    float: right;
    width: 90%;
    text-align: center;
    margin-right: 5%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .subscriptions h3 {
    padding-bottom: 100px !important;
  }
}

/*# sourceMappingURL=style.css.map */
