﻿@charset "UTF-8";
/*!
 Theme Name:   Thundercracker Child
 Theme URI:    
 Description:  
 Author:       The Elixir Haus
 Author URI:   http://www.theelixirhaus.com
 Template:     Thundercracker
 Version:      1.5.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:s*/
/*The Width of the site in pixels, percent, or auto*/
/* Responsive sizes*/
/* Min width */
/* Min width */
/* Min width */
/* Min width */
/* Paragraph Line Height and Margin */
/* Paragraph Line Height and Margin */
/*Colors*/
/* Blue */
/* Red */
/* Teal */
/* Teal2 */
/* Hot Pink */
/* Green */
/* Orange */
/* Color */
/* Text Sizes Big Screen*/
/* Text Sizes Standard Screen*/
/* Text Sizes Mobile */
/*! 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("/App_Themes/v1/assets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/App_Themes/v1/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/App_Themes/v1/assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/App_Themes/v1/assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/App_Themes/v1/assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/App_Themes/v1/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;
}
.mod.mod-m1 .mod-txt p + ul {
    margin-top: -14px;
}
/* ==========================================================================
   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 #999999;
    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*/
  }
}
/*

Fonts

*/
.fnt-smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fnt-smooth\:auto {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.fnt-primary {
  font-family: 'Lato', sans-serif;
}

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

.fnt-primary {
  font-family: 'Lato', sans-serif;
}

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

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

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

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

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

/* Libraries */
/* Text colors */
.t-txt\:clr1, .t-txt\:clr1 > p {
  color: #12367E;
}

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

.t-txt\:clr3, .t-txt\:clr3 > p {
  color: #007D9C;
}

.t-txt\:clr4, .t-txt\:clr4 > p {
  color: #43B1C5;
}

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

.t-txt\:clr6, .t-txt\:clr6 > p {
  color: #B4C250;
}

.t-txt\:clr7, .t-txt\:clr7 > p {
  color: #F58129;
}

.t-txt\:clr8, .t-txt\:clr8 > p {
  color: #000000;
}

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

.t-txt\:grey2, .t-txt\:grey2 > p {
  color: #656464;
}

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

.t-txt\:grey4, .t-txt\:grey4 > p {
  color: #333;
}

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

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

.t-txt\:wht h1, .t-txt\:wht h2, .t-txt\:wht h3, .t-txt\:wht h4, .t-txt\:wht h5 {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

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

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

.t-bg\:clr3 {
  background-color: #007D9C;
}

.t-bg\:clr4 {
  background-color: #43B1C5;
}

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

.t-bg\:clr6 {
  background-color: #B4C250;
}

.t-bg\:clr7 {
  background-color: #F58129;
}

.t-bg\:clr8 {
  background-color: #000000;
}

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

.t-bg\:grey2 {
  background-color: #656464;
}

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

.t-bg\:grey4 {
  background-color: #333;
}

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

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 26px;
}

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

.t-txt\:u {
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

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

.t-txt\:cntr, .t-txt\:cntr p {
  text-align: center;
}

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

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

@media (max-width: 501px) {
  .t-txt\:cntr\:xs, .t-txt\:cntr\:xs p {
    text-align: center;
  }

  .t-txt\:lt\:xs, .t-txt\:lt\:xs p {
    text-align: left;
  }

  .t-txt\:rt\:xs, .t-txt\:rt\:xs p {
    text-align: right;
  }
}
@media (min-width: 501px) and (max-width: 1023px) {
  .t-txt\:cntr\:m, .t-txt\:cntr\:m p {
    text-align: center;
  }

  .t-txt\:lt\:m, .t-txt\:lt\:m p {
    text-align: left;
  }

  .t-txt\:rt\:m, .t-txt\:rt\:m p {
    text-align: right;
  }
}
@media (min-width: 1023px) {
  .t-txt\:cntr\:l, .t-txt\:cntr\:l p {
    text-align: center;
  }

  .t-txt\:lt\:l, .t-txt\:lt\:l p {
    text-align: left;
  }

  .t-txt\:rt\:l, .t-txt\:rt\:l p {
    text-align: right;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 0px) {
  .t-txt\:lt {
    text-align: left;
  }

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

  .t-txt\:cntr {
    text-align: center;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 0px) and (max-width: 501px) {
  .t-txt\:lt\:xs {
    text-align: left;
  }

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

  .t-txt\:cntr\:xs {
    text-align: center;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 501px) and (max-width: 767px) {
  .t-txt\:lt\:s {
    text-align: left;
  }

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

  .t-txt\:cntr\:s {
    text-align: center;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 767px) and (max-width: 1023px) {
  .t-txt\:lt\:m {
    text-align: left;
  }

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

  .t-txt\:cntr\:m {
    text-align: center;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
@media (min-width: 1023px) {
  .t-txt\:lt\:l {
    text-align: left;
  }

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

  .t-txt\:cntr\:l {
    text-align: center;
  }
}
@media (max-width: 501px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 24px;
  }

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

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

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

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

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

  .t-txt\:xsm, .t-txt\:xsm p {
    font-size: 12px;
  }
}
@media (min-width: 1250px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 26px;
  }

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

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

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

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

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

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

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

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

  .t-txt\:xsm, .t-txt\:xsm p {
    font-size: 12px;
  }
}
.t-img\:cntr:m {
  background-position: center center !important;
}

.t-img\:lt\:m {
  background-position: left center !important;
}

.t-img\:rt\:m {
  background-position: right center !important;
}

.t-img\:cntr\:b {
  background-position: center bottom !important;
}

.t-img\:lt\:b {
  background-position: left bottom !important;
}

.t-img\:rt\:b {
  background-position: right bottom !important;
}

.t-img\:cntr\:t {
  background-position: center top !important;
}

.t-img\:lt\:t {
  background-position: left top !important;
}

.t-img\:rt\:t {
  background-position: right top !important;
}

.t-hide {
  display: none;
}

.t-clear {
  clear: both !important;
}

@media (max-width: 1023px) {
  .t-hide\:under\:l {
    display: none;
  }
}
@media (max-width: 767px) {
  .t-hide\:under\:m {
    display: none;
  }
}
@media (max-width: 501px) {
  .t-hide\:under\:s {
    display: none;
  }
}
.t-show\:under\:l {
  display: none;
}

.t-show\:under\:m {
  display: none;
}

.t-show\:under\:s {
  display: none;
}

@media (max-width: 1023px) {
  .t-show\:under\:l {
    display: block;
  }
}
@media (max-width: 767px) {
  .t-show\:under\:m {
    display: block;
  }
}
@media (max-width: 501px) {
  .t-show\:under\:s {
    display: block;
  }
}
.t-overflow\:vis {
  overflow: visible;
}

.t-contain {
  max-width: 1280px;
}

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

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

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

@media (min-width: 501px) {
  .t-pos\:cntr\:m {
    margin-right: auto;
    margin-left: auto;
  }

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

  .t-pos\:lt\:m {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 1023px) {
  .t-pos\:cntr\:l {
    margin-right: auto;
    margin-left: auto;
  }

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

  .t-pos\:lt\:l {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 767px) {
  .t-pos\:cntr\:m {
    margin-right: auto;
    margin-left: auto;
  }

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

  .t-pos\:lt\:m {
    margin-right: auto;
    margin-left: 0;
  }
}
.t-pos\:rel {
  position: relative;
}

.t-pos\:abs {
  position: absolute;
}

.t-pos\:fix {
  position: fixed;
}

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

.t-flex {
  display: flex;
}
.t-flex\:align\:cntr {
  justify-content: center;
  display: flex;
}
.t-flex\:align\:lt {
  justify-content: flex-start;
  display: flex;
}
.t-flex\:align\:rt {
  justify-content: flex-end;
  display: flex;
}
.t-flex\:valign\:mid {
  align-items: center;
  display: flex;
}
.t-flex\:valign\:top {
  align-items: flex-start;
  display: flex;
}
.t-flex\:valign\:bot {
  align-items: flex-end;
  display: flex;
}

@media (min-width: 501px) {
  .t-flex\:s {
    display: flex;
  }
  .t-flex\:s\:align\:cntr {
    justify-content: center;
    display: flex;
  }
  .t-flex\:s\:align\:lt {
    justify-content: flex-start;
    display: flex;
  }
  .t-flex\:s\:align\:rt {
    justify-content: flex-end;
    display: flex;
  }
  .t-flex\:s\:valign\:mid {
    align-items: center;
    display: flex;
  }
  .t-flex\:s\:valign\:top {
    align-items: flex-start;
    display: flex;
  }
  .t-flex\:s\:valign\:bot {
    align-items: flex-end;
    display: flex;
  }
}
@media (min-width: 767px) {
  .t-flex\:m {
    display: flex;
  }
  .t-flex\:m\:align\:cntr {
    justify-content: center;
    display: flex;
  }
  .t-flex\:m\:align\:lt {
    justify-content: flex-start;
    display: flex;
  }
  .t-flex\:m\:align\:rt {
    justify-content: flex-end;
    display: flex;
  }
  .t-flex\:m\:valign\:mid {
    align-items: center;
    display: flex;
  }
  .t-flex\:m\:valign\:top {
    align-items: flex-start;
    display: flex;
  }
  .t-flex\:m\:valign\:bot {
    align-items: flex-end;
    display: flex;
  }
}
@media (min-width: 1023px) {
  .t-flex\:l {
    display: flex;
  }
  .t-flex\:l\:align\:cntr {
    justify-content: center;
    display: flex;
  }
  .t-flex\:l\:align\:lt {
    justify-content: flex-start;
    display: flex;
  }
  .t-flex\:l\:align\:rt {
    justify-content: flex-end;
    display: flex;
  }
  .t-flex\:l\:valign\:mid {
    align-items: center;
    display: flex;
  }
  .t-flex\:l\:valign\:top {
    align-items: flex-start;
    display: flex;
  }
  .t-flex\:l\:valign\:bot {
    align-items: flex-end;
    display: flex;
  }
}
.t-display\:block {
  display: block;
}

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

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

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

.t-grid\:xs\:15pc {
  display: block;
  float: left;
  width: 15%;
}

.t-grid\:xs\:20pc {
  display: block;
  float: left;
  width: 20%;
}

.t-grid\:xs\:25pc {
  display: block;
  float: left;
  width: 25%;
}

.t-grid\:xs\:30pc {
  display: block;
  float: left;
  width: 30%;
}

.t-grid\:xs\:35pc {
  display: block;
  float: left;
  width: 35%;
}

.t-grid\:xs\:40pc {
  display: block;
  float: left;
  width: 40%;
}

.t-grid\:xs\:45pc {
  display: block;
  float: left;
  width: 45%;
}

.t-grid\:xs\:50pc {
  display: block;
  float: left;
  width: 50%;
}

.t-grid\:xs\:55pc {
  display: block;
  float: left;
  width: 55%;
}

.t-grid\:xs\:60pc {
  display: block;
  float: left;
  width: 60%;
}

.t-grid\:xs\:65pc {
  display: block;
  float: left;
  width: 65%;
}

.t-grid\:xs\:70pc {
  display: block;
  float: left;
  width: 70%;
}

.t-grid\:xs\:75pc {
  display: block;
  float: left;
  width: 75%;
}

.t-grid\:xs\:80pc {
  display: block;
  float: left;
  width: 80%;
}

.t-grid\:xs\:85pc {
  display: block;
  float: left;
  width: 85%;
}

.t-grid\:xs\:90pc {
  display: block;
  float: left;
  width: 90%;
}

.t-grid\:xs\:95pc {
  display: block;
  float: left;
  width: 95%;
}

.t-grid\:xs\:100pc {
  display: block;
  float: left;
  width: 100%;
}

.t-grid\:xs\:105pc {
  display: block;
  float: left;
  width: 105%;
}

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

  .t-grid\:s\:15pc {
    display: block;
    float: left;
    width: 15%;
  }

  .t-grid\:s\:20pc {
    display: block;
    float: left;
    width: 20%;
  }

  .t-grid\:s\:25pc {
    display: block;
    float: left;
    width: 25%;
  }

  .t-grid\:s\:30pc {
    display: block;
    float: left;
    width: 30%;
  }

  .t-grid\:s\:35pc {
    display: block;
    float: left;
    width: 35%;
  }

  .t-grid\:s\:40pc {
    display: block;
    float: left;
    width: 40%;
  }

  .t-grid\:s\:45pc {
    display: block;
    float: left;
    width: 45%;
  }

  .t-grid\:s\:50pc {
    display: block;
    float: left;
    width: 50%;
  }

  .t-grid\:s\:55pc {
    display: block;
    float: left;
    width: 55%;
  }

  .t-grid\:s\:60pc {
    display: block;
    float: left;
    width: 60%;
  }

  .t-grid\:s\:65pc {
    display: block;
    float: left;
    width: 65%;
  }

  .t-grid\:s\:70pc {
    display: block;
    float: left;
    width: 70%;
  }

  .t-grid\:s\:75pc {
    display: block;
    float: left;
    width: 75%;
  }

  .t-grid\:s\:80pc {
    display: block;
    float: left;
    width: 80%;
  }

  .t-grid\:s\:85pc {
    display: block;
    float: left;
    width: 85%;
  }

  .t-grid\:s\:90pc {
    display: block;
    float: left;
    width: 90%;
  }

  .t-grid\:s\:95pc {
    display: block;
    float: left;
    width: 95%;
  }

  .t-grid\:s\:100pc {
    display: block;
    float: left;
    width: 100%;
  }

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

  .t-grid\:m\:15pc {
    display: block;
    float: left;
    width: 15%;
  }

  .t-grid\:m\:20pc {
    display: block;
    float: left;
    width: 20%;
  }

  .t-grid\:m\:25pc {
    display: block;
    float: left;
    width: 25%;
  }

  .t-grid\:m\:30pc {
    display: block;
    float: left;
    width: 30%;
  }

  .t-grid\:m\:35pc {
    display: block;
    float: left;
    width: 35%;
  }

  .t-grid\:m\:40pc {
    display: block;
    float: left;
    width: 40%;
  }

  .t-grid\:m\:45pc {
    display: block;
    float: left;
    width: 45%;
  }

  .t-grid\:m\:50pc {
    display: block;
    float: left;
    width: 50%;
  }

  .t-grid\:m\:55pc {
    display: block;
    float: left;
    width: 55%;
  }

  .t-grid\:m\:60pc {
    display: block;
    float: left;
    width: 60%;
  }

  .t-grid\:m\:65pc {
    display: block;
    float: left;
    width: 65%;
  }

  .t-grid\:m\:70pc {
    display: block;
    float: left;
    width: 70%;
  }

  .t-grid\:m\:75pc {
    display: block;
    float: left;
    width: 75%;
  }

  .t-grid\:m\:80pc {
    display: block;
    float: left;
    width: 80%;
  }

  .t-grid\:m\:85pc {
    display: block;
    float: left;
    width: 85%;
  }

  .t-grid\:m\:90pc {
    display: block;
    float: left;
    width: 90%;
  }

  .t-grid\:m\:95pc {
    display: block;
    float: left;
    width: 95%;
  }

  .t-grid\:m\:100pc {
    display: block;
    float: left;
    width: 100%;
  }

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

  .t-grid\:l\:15pc {
    display: block;
    float: left;
    width: 15%;
  }

  .t-grid\:l\:20pc {
    display: block;
    float: left;
    width: 20%;
  }

  .t-grid\:l\:25pc {
    display: block;
    float: left;
    width: 25%;
  }

  .t-grid\:l\:30pc {
    display: block;
    float: left;
    width: 30%;
  }

  .t-grid\:l\:35pc {
    display: block;
    float: left;
    width: 35%;
  }

  .t-grid\:l\:40pc {
    display: block;
    float: left;
    width: 40%;
  }

  .t-grid\:l\:45pc {
    display: block;
    float: left;
    width: 45%;
  }

  .t-grid\:l\:50pc {
    display: block;
    float: left;
    width: 50%;
  }

  .t-grid\:l\:55pc {
    display: block;
    float: left;
    width: 55%;
  }

  .t-grid\:l\:60pc {
    display: block;
    float: left;
    width: 60%;
  }

  .t-grid\:l\:65pc {
    display: block;
    float: left;
    width: 65%;
  }

  .t-grid\:l\:70pc {
    display: block;
    float: left;
    width: 70%;
  }

  .t-grid\:l\:75pc {
    display: block;
    float: left;
    width: 75%;
  }

  .t-grid\:l\:80pc {
    display: block;
    float: left;
    width: 80%;
  }

  .t-grid\:l\:85pc {
    display: block;
    float: left;
    width: 85%;
  }

  .t-grid\:l\:90pc {
    display: block;
    float: left;
    width: 90%;
  }

  .t-grid\:l\:95pc {
    display: block;
    float: left;
    width: 95%;
  }

  .t-grid\:l\:100pc {
    display: block;
    float: left;
    width: 100%;
  }

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

.t-grid\:xs\:fit\:2 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:2 > * {
  width: 50%;
}

.t-grid\:xs\:fit\:3 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:3 > * {
  width: 33.3333333333%;
}

.t-grid\:xs\:fit\:4 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:4 > * {
  width: 25%;
}

.t-grid\:xs\:fit\:5 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:5 > * {
  width: 20%;
}

.t-grid\:xs\:fit\:6 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:6 > * {
  width: 16.6666666667%;
}

.t-grid\:xs\:fit\:7 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:7 > * {
  width: 14.2857142857%;
}

.t-grid\:xs\:fit\:8 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:8 > * {
  width: 12.5%;
}

.t-grid\:xs\:fit\:9 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:9 > * {
  width: 11.1111111111%;
}

.t-grid\:xs\:fit\:10 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:10 > * {
  width: 10%;
}

.t-grid\:xs\:fit\:11 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:11 > * {
  width: 9.0909090909%;
}

.t-grid\:xs\:fit\:12 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:12 > * {
  width: 8.3333333333%;
}

.t-grid\:xs\:fit\:13 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:13 > * {
  width: 7.6923076923%;
}

.t-grid\:xs\:fit\:14 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:14 > * {
  width: 7.1428571429%;
}

.t-grid\:xs\:fit\:15 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:15 > * {
  width: 6.6666666667%;
}

.t-grid\:xs\:fit\:16 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:16 > * {
  width: 6.25%;
}

.t-grid\:xs\:fit\:17 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:17 > * {
  width: 5.8823529412%;
}

.t-grid\:xs\:fit\:18 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:18 > * {
  width: 5.5555555556%;
}

.t-grid\:xs\:fit\:19 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:19 > * {
  width: 5.2631578947%;
}

.t-grid\:xs\:fit\:20 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:20 > * {
  width: 5%;
}

.t-grid\:xs\:fit\:21 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:21 > * {
  width: 4.7619047619%;
}

.t-grid\:xs\:fit\:22 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:22 > * {
  width: 4.5454545455%;
}

.t-grid\:xs\:fit\:23 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:23 > * {
  width: 4.347826087%;
}

.t-grid\:xs\:fit\:24 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:24 > * {
  width: 4.1666666667%;
}

.t-grid\:xs\:fit\:25 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:25 > * {
  width: 4%;
}

.t-grid\:xs\:fit\:26 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:26 > * {
  width: 3.8461538462%;
}

.t-grid\:xs\:fit\:27 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:27 > * {
  width: 3.7037037037%;
}

.t-grid\:xs\:fit\:28 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:28 > * {
  width: 3.5714285714%;
}

.t-grid\:xs\:fit\:29 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:29 > * {
  width: 3.4482758621%;
}

.t-grid\:xs\:fit\:30 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:30 > * {
  width: 3.3333333333%;
}

.t-grid\:xs\:fit\:31 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:31 > * {
  width: 3.2258064516%;
}

.t-grid\:xs\:fit\:32 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:32 > * {
  width: 3.125%;
}

.t-grid\:xs\:fit\:33 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:33 > * {
  width: 3.0303030303%;
}

.t-grid\:xs\:fit\:34 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:34 > * {
  width: 2.9411764706%;
}

.t-grid\:xs\:fit\:35 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:35 > * {
  width: 2.8571428571%;
}

.t-grid\:xs\:fit\:36 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:36 > * {
  width: 2.7777777778%;
}

.t-grid\:xs\:fit\:37 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:37 > * {
  width: 2.7027027027%;
}

.t-grid\:xs\:fit\:38 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:38 > * {
  width: 2.6315789474%;
}

.t-grid\:xs\:fit\:39 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:39 > * {
  width: 2.5641025641%;
}

.t-grid\:xs\:fit\:40 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:40 > * {
  width: 2.5%;
}

.t-grid\:xs\:fit\:41 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:41 > * {
  width: 2.4390243902%;
}

.t-grid\:xs\:fit\:42 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:42 > * {
  width: 2.380952381%;
}

.t-grid\:xs\:fit\:43 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:43 > * {
  width: 2.3255813953%;
}

.t-grid\:xs\:fit\:44 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:44 > * {
  width: 2.2727272727%;
}

.t-grid\:xs\:fit\:45 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:45 > * {
  width: 2.2222222222%;
}

.t-grid\:xs\:fit\:46 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:46 > * {
  width: 2.1739130435%;
}

.t-grid\:xs\:fit\:47 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:47 > * {
  width: 2.1276595745%;
}

.t-grid\:xs\:fit\:48 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:48 > * {
  width: 2.0833333333%;
}

.t-grid\:xs\:fit\:49 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:49 > * {
  width: 2.0408163265%;
}

.t-grid\:xs\:fit\:50 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:50 > * {
  width: 2%;
}

.t-grid\:xs\:fit\:51 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:51 > * {
  width: 1.9607843137%;
}

.t-grid\:xs\:fit\:52 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:52 > * {
  width: 1.9230769231%;
}

.t-grid\:xs\:fit\:53 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:53 > * {
  width: 1.8867924528%;
}

.t-grid\:xs\:fit\:54 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:54 > * {
  width: 1.8518518519%;
}

.t-grid\:xs\:fit\:55 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:55 > * {
  width: 1.8181818182%;
}

.t-grid\:xs\:fit\:56 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:56 > * {
  width: 1.7857142857%;
}

.t-grid\:xs\:fit\:57 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:57 > * {
  width: 1.7543859649%;
}

.t-grid\:xs\:fit\:58 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:58 > * {
  width: 1.724137931%;
}

.t-grid\:xs\:fit\:59 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:59 > * {
  width: 1.6949152542%;
}

.t-grid\:xs\:fit\:60 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:60 > * {
  width: 1.6666666667%;
}

.t-grid\:xs\:fit\:61 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:61 > * {
  width: 1.6393442623%;
}

.t-grid\:xs\:fit\:62 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:62 > * {
  width: 1.6129032258%;
}

.t-grid\:xs\:fit\:63 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:63 > * {
  width: 1.5873015873%;
}

.t-grid\:xs\:fit\:64 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:64 > * {
  width: 1.5625%;
}

.t-grid\:xs\:fit\:65 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:65 > * {
  width: 1.5384615385%;
}

.t-grid\:xs\:fit\:66 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:66 > * {
  width: 1.5151515152%;
}

.t-grid\:xs\:fit\:67 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:67 > * {
  width: 1.4925373134%;
}

.t-grid\:xs\:fit\:68 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:68 > * {
  width: 1.4705882353%;
}

.t-grid\:xs\:fit\:69 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:69 > * {
  width: 1.4492753623%;
}

.t-grid\:xs\:fit\:70 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:70 > * {
  width: 1.4285714286%;
}

.t-grid\:xs\:fit\:71 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:71 > * {
  width: 1.4084507042%;
}

.t-grid\:xs\:fit\:72 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:72 > * {
  width: 1.3888888889%;
}

.t-grid\:xs\:fit\:73 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:73 > * {
  width: 1.3698630137%;
}

.t-grid\:xs\:fit\:74 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:74 > * {
  width: 1.3513513514%;
}

.t-grid\:xs\:fit\:75 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:75 > * {
  width: 1.3333333333%;
}

.t-grid\:xs\:fit\:76 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:76 > * {
  width: 1.3157894737%;
}

.t-grid\:xs\:fit\:77 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:77 > * {
  width: 1.2987012987%;
}

.t-grid\:xs\:fit\:78 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:78 > * {
  width: 1.2820512821%;
}

.t-grid\:xs\:fit\:79 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:79 > * {
  width: 1.2658227848%;
}

.t-grid\:xs\:fit\:80 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:80 > * {
  width: 1.25%;
}

.t-grid\:xs\:fit\:81 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:81 > * {
  width: 1.2345679012%;
}

.t-grid\:xs\:fit\:82 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:82 > * {
  width: 1.2195121951%;
}

.t-grid\:xs\:fit\:83 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:83 > * {
  width: 1.2048192771%;
}

.t-grid\:xs\:fit\:84 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:84 > * {
  width: 1.1904761905%;
}

.t-grid\:xs\:fit\:85 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:85 > * {
  width: 1.1764705882%;
}

.t-grid\:xs\:fit\:86 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:86 > * {
  width: 1.1627906977%;
}

.t-grid\:xs\:fit\:87 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:87 > * {
  width: 1.1494252874%;
}

.t-grid\:xs\:fit\:88 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:88 > * {
  width: 1.1363636364%;
}

.t-grid\:xs\:fit\:89 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:89 > * {
  width: 1.1235955056%;
}

.t-grid\:xs\:fit\:90 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:90 > * {
  width: 1.1111111111%;
}

.t-grid\:xs\:fit\:91 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:91 > * {
  width: 1.0989010989%;
}

.t-grid\:xs\:fit\:92 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:92 > * {
  width: 1.0869565217%;
}

.t-grid\:xs\:fit\:93 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:93 > * {
  width: 1.0752688172%;
}

.t-grid\:xs\:fit\:94 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:94 > * {
  width: 1.0638297872%;
}

.t-grid\:xs\:fit\:95 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:95 > * {
  width: 1.0526315789%;
}

.t-grid\:xs\:fit\:96 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:96 > * {
  width: 1.0416666667%;
}

.t-grid\:xs\:fit\:97 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:97 > * {
  width: 1.0309278351%;
}

.t-grid\:xs\:fit\:98 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:98 > * {
  width: 1.0204081633%;
}

.t-grid\:xs\:fit\:99 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:99 > * {
  width: 1.0101010101%;
}

.t-grid\:xs\:fit\:100 {
  display: flex;
  flex-wrap: wrap;
}
.t-grid\:xs\:fit\:100 > * {
  width: 1%;
}

@media (min-width: 501px) {
  .t-grid\:s\:fit\:1 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:1 > * {
    width: 100%;
  }

  .t-grid\:s\:fit\:2 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:2 > * {
    width: 50%;
  }

  .t-grid\:s\:fit\:3 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:3 > * {
    width: 33.3333333333%;
  }

  .t-grid\:s\:fit\:4 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:4 > * {
    width: 25%;
  }

  .t-grid\:s\:fit\:5 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:5 > * {
    width: 20%;
  }

  .t-grid\:s\:fit\:6 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:6 > * {
    width: 16.6666666667%;
  }

  .t-grid\:s\:fit\:7 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:7 > * {
    width: 14.2857142857%;
  }

  .t-grid\:s\:fit\:8 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:8 > * {
    width: 12.5%;
  }

  .t-grid\:s\:fit\:9 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:9 > * {
    width: 11.1111111111%;
  }

  .t-grid\:s\:fit\:10 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:10 > * {
    width: 10%;
  }

  .t-grid\:s\:fit\:11 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:11 > * {
    width: 9.0909090909%;
  }

  .t-grid\:s\:fit\:12 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:12 > * {
    width: 8.3333333333%;
  }

  .t-grid\:s\:fit\:13 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:13 > * {
    width: 7.6923076923%;
  }

  .t-grid\:s\:fit\:14 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:14 > * {
    width: 7.1428571429%;
  }

  .t-grid\:s\:fit\:15 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:15 > * {
    width: 6.6666666667%;
  }

  .t-grid\:s\:fit\:16 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:16 > * {
    width: 6.25%;
  }

  .t-grid\:s\:fit\:17 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:17 > * {
    width: 5.8823529412%;
  }

  .t-grid\:s\:fit\:18 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:18 > * {
    width: 5.5555555556%;
  }

  .t-grid\:s\:fit\:19 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:19 > * {
    width: 5.2631578947%;
  }

  .t-grid\:s\:fit\:20 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:20 > * {
    width: 5%;
  }

  .t-grid\:s\:fit\:21 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:21 > * {
    width: 4.7619047619%;
  }

  .t-grid\:s\:fit\:22 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:22 > * {
    width: 4.5454545455%;
  }

  .t-grid\:s\:fit\:23 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:23 > * {
    width: 4.347826087%;
  }

  .t-grid\:s\:fit\:24 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:24 > * {
    width: 4.1666666667%;
  }

  .t-grid\:s\:fit\:25 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:25 > * {
    width: 4%;
  }

  .t-grid\:s\:fit\:26 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:26 > * {
    width: 3.8461538462%;
  }

  .t-grid\:s\:fit\:27 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:27 > * {
    width: 3.7037037037%;
  }

  .t-grid\:s\:fit\:28 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:28 > * {
    width: 3.5714285714%;
  }

  .t-grid\:s\:fit\:29 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:29 > * {
    width: 3.4482758621%;
  }

  .t-grid\:s\:fit\:30 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:30 > * {
    width: 3.3333333333%;
  }

  .t-grid\:s\:fit\:31 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:31 > * {
    width: 3.2258064516%;
  }

  .t-grid\:s\:fit\:32 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:32 > * {
    width: 3.125%;
  }

  .t-grid\:s\:fit\:33 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:33 > * {
    width: 3.0303030303%;
  }

  .t-grid\:s\:fit\:34 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:34 > * {
    width: 2.9411764706%;
  }

  .t-grid\:s\:fit\:35 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:35 > * {
    width: 2.8571428571%;
  }

  .t-grid\:s\:fit\:36 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:36 > * {
    width: 2.7777777778%;
  }

  .t-grid\:s\:fit\:37 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:37 > * {
    width: 2.7027027027%;
  }

  .t-grid\:s\:fit\:38 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:38 > * {
    width: 2.6315789474%;
  }

  .t-grid\:s\:fit\:39 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:39 > * {
    width: 2.5641025641%;
  }

  .t-grid\:s\:fit\:40 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:40 > * {
    width: 2.5%;
  }

  .t-grid\:s\:fit\:41 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:41 > * {
    width: 2.4390243902%;
  }

  .t-grid\:s\:fit\:42 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:42 > * {
    width: 2.380952381%;
  }

  .t-grid\:s\:fit\:43 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:43 > * {
    width: 2.3255813953%;
  }

  .t-grid\:s\:fit\:44 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:44 > * {
    width: 2.2727272727%;
  }

  .t-grid\:s\:fit\:45 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:45 > * {
    width: 2.2222222222%;
  }

  .t-grid\:s\:fit\:46 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:46 > * {
    width: 2.1739130435%;
  }

  .t-grid\:s\:fit\:47 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:47 > * {
    width: 2.1276595745%;
  }

  .t-grid\:s\:fit\:48 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:48 > * {
    width: 2.0833333333%;
  }

  .t-grid\:s\:fit\:49 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:49 > * {
    width: 2.0408163265%;
  }

  .t-grid\:s\:fit\:50 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:50 > * {
    width: 2%;
  }

  .t-grid\:s\:fit\:51 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:51 > * {
    width: 1.9607843137%;
  }

  .t-grid\:s\:fit\:52 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:52 > * {
    width: 1.9230769231%;
  }

  .t-grid\:s\:fit\:53 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:53 > * {
    width: 1.8867924528%;
  }

  .t-grid\:s\:fit\:54 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:54 > * {
    width: 1.8518518519%;
  }

  .t-grid\:s\:fit\:55 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:55 > * {
    width: 1.8181818182%;
  }

  .t-grid\:s\:fit\:56 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:56 > * {
    width: 1.7857142857%;
  }

  .t-grid\:s\:fit\:57 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:57 > * {
    width: 1.7543859649%;
  }

  .t-grid\:s\:fit\:58 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:58 > * {
    width: 1.724137931%;
  }

  .t-grid\:s\:fit\:59 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:59 > * {
    width: 1.6949152542%;
  }

  .t-grid\:s\:fit\:60 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:60 > * {
    width: 1.6666666667%;
  }

  .t-grid\:s\:fit\:61 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:61 > * {
    width: 1.6393442623%;
  }

  .t-grid\:s\:fit\:62 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:62 > * {
    width: 1.6129032258%;
  }

  .t-grid\:s\:fit\:63 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:63 > * {
    width: 1.5873015873%;
  }

  .t-grid\:s\:fit\:64 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:64 > * {
    width: 1.5625%;
  }

  .t-grid\:s\:fit\:65 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:65 > * {
    width: 1.5384615385%;
  }

  .t-grid\:s\:fit\:66 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:66 > * {
    width: 1.5151515152%;
  }

  .t-grid\:s\:fit\:67 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:67 > * {
    width: 1.4925373134%;
  }

  .t-grid\:s\:fit\:68 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:68 > * {
    width: 1.4705882353%;
  }

  .t-grid\:s\:fit\:69 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:69 > * {
    width: 1.4492753623%;
  }

  .t-grid\:s\:fit\:70 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:70 > * {
    width: 1.4285714286%;
  }

  .t-grid\:s\:fit\:71 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:71 > * {
    width: 1.4084507042%;
  }

  .t-grid\:s\:fit\:72 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:72 > * {
    width: 1.3888888889%;
  }

  .t-grid\:s\:fit\:73 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:73 > * {
    width: 1.3698630137%;
  }

  .t-grid\:s\:fit\:74 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:74 > * {
    width: 1.3513513514%;
  }

  .t-grid\:s\:fit\:75 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:75 > * {
    width: 1.3333333333%;
  }

  .t-grid\:s\:fit\:76 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:76 > * {
    width: 1.3157894737%;
  }

  .t-grid\:s\:fit\:77 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:77 > * {
    width: 1.2987012987%;
  }

  .t-grid\:s\:fit\:78 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:78 > * {
    width: 1.2820512821%;
  }

  .t-grid\:s\:fit\:79 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:79 > * {
    width: 1.2658227848%;
  }

  .t-grid\:s\:fit\:80 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:80 > * {
    width: 1.25%;
  }

  .t-grid\:s\:fit\:81 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:81 > * {
    width: 1.2345679012%;
  }

  .t-grid\:s\:fit\:82 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:82 > * {
    width: 1.2195121951%;
  }

  .t-grid\:s\:fit\:83 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:83 > * {
    width: 1.2048192771%;
  }

  .t-grid\:s\:fit\:84 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:84 > * {
    width: 1.1904761905%;
  }

  .t-grid\:s\:fit\:85 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:85 > * {
    width: 1.1764705882%;
  }

  .t-grid\:s\:fit\:86 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:86 > * {
    width: 1.1627906977%;
  }

  .t-grid\:s\:fit\:87 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:87 > * {
    width: 1.1494252874%;
  }

  .t-grid\:s\:fit\:88 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:88 > * {
    width: 1.1363636364%;
  }

  .t-grid\:s\:fit\:89 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:89 > * {
    width: 1.1235955056%;
  }

  .t-grid\:s\:fit\:90 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:90 > * {
    width: 1.1111111111%;
  }

  .t-grid\:s\:fit\:91 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:91 > * {
    width: 1.0989010989%;
  }

  .t-grid\:s\:fit\:92 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:92 > * {
    width: 1.0869565217%;
  }

  .t-grid\:s\:fit\:93 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:93 > * {
    width: 1.0752688172%;
  }

  .t-grid\:s\:fit\:94 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:94 > * {
    width: 1.0638297872%;
  }

  .t-grid\:s\:fit\:95 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:95 > * {
    width: 1.0526315789%;
  }

  .t-grid\:s\:fit\:96 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:96 > * {
    width: 1.0416666667%;
  }

  .t-grid\:s\:fit\:97 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:97 > * {
    width: 1.0309278351%;
  }

  .t-grid\:s\:fit\:98 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:98 > * {
    width: 1.0204081633%;
  }

  .t-grid\:s\:fit\:99 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:99 > * {
    width: 1.0101010101%;
  }

  .t-grid\:s\:fit\:100 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:s\:fit\:100 > * {
    width: 1%;
  }
}
@media (min-width: 767px) {
  .t-grid\:m\:fit\:1 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:1 > * {
    width: 100%;
  }

  .t-grid\:m\:fit\:2 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:2 > * {
    width: 50%;
  }

  .t-grid\:m\:fit\:3 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:3 > * {
    width: 33.3333333333%;
  }

  .t-grid\:m\:fit\:4 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:4 > * {
    width: 25%;
  }

  .t-grid\:m\:fit\:5 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:5 > * {
    width: 20%;
  }

  .t-grid\:m\:fit\:6 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:6 > * {
    width: 16.6666666667%;
  }

  .t-grid\:m\:fit\:7 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:7 > * {
    width: 14.2857142857%;
  }

  .t-grid\:m\:fit\:8 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:8 > * {
    width: 12.5%;
  }

  .t-grid\:m\:fit\:9 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:9 > * {
    width: 11.1111111111%;
  }

  .t-grid\:m\:fit\:10 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:10 > * {
    width: 10%;
  }

  .t-grid\:m\:fit\:11 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:11 > * {
    width: 9.0909090909%;
  }

  .t-grid\:m\:fit\:12 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:12 > * {
    width: 8.3333333333%;
  }

  .t-grid\:m\:fit\:13 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:13 > * {
    width: 7.6923076923%;
  }

  .t-grid\:m\:fit\:14 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:14 > * {
    width: 7.1428571429%;
  }

  .t-grid\:m\:fit\:15 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:15 > * {
    width: 6.6666666667%;
  }

  .t-grid\:m\:fit\:16 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:16 > * {
    width: 6.25%;
  }

  .t-grid\:m\:fit\:17 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:17 > * {
    width: 5.8823529412%;
  }

  .t-grid\:m\:fit\:18 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:18 > * {
    width: 5.5555555556%;
  }

  .t-grid\:m\:fit\:19 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:19 > * {
    width: 5.2631578947%;
  }

  .t-grid\:m\:fit\:20 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:20 > * {
    width: 5%;
  }

  .t-grid\:m\:fit\:21 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:21 > * {
    width: 4.7619047619%;
  }

  .t-grid\:m\:fit\:22 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:22 > * {
    width: 4.5454545455%;
  }

  .t-grid\:m\:fit\:23 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:23 > * {
    width: 4.347826087%;
  }

  .t-grid\:m\:fit\:24 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:24 > * {
    width: 4.1666666667%;
  }

  .t-grid\:m\:fit\:25 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:25 > * {
    width: 4%;
  }

  .t-grid\:m\:fit\:26 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:26 > * {
    width: 3.8461538462%;
  }

  .t-grid\:m\:fit\:27 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:27 > * {
    width: 3.7037037037%;
  }

  .t-grid\:m\:fit\:28 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:28 > * {
    width: 3.5714285714%;
  }

  .t-grid\:m\:fit\:29 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:29 > * {
    width: 3.4482758621%;
  }

  .t-grid\:m\:fit\:30 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:30 > * {
    width: 3.3333333333%;
  }

  .t-grid\:m\:fit\:31 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:31 > * {
    width: 3.2258064516%;
  }

  .t-grid\:m\:fit\:32 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:32 > * {
    width: 3.125%;
  }

  .t-grid\:m\:fit\:33 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:33 > * {
    width: 3.0303030303%;
  }

  .t-grid\:m\:fit\:34 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:34 > * {
    width: 2.9411764706%;
  }

  .t-grid\:m\:fit\:35 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:35 > * {
    width: 2.8571428571%;
  }

  .t-grid\:m\:fit\:36 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:36 > * {
    width: 2.7777777778%;
  }

  .t-grid\:m\:fit\:37 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:37 > * {
    width: 2.7027027027%;
  }

  .t-grid\:m\:fit\:38 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:38 > * {
    width: 2.6315789474%;
  }

  .t-grid\:m\:fit\:39 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:39 > * {
    width: 2.5641025641%;
  }

  .t-grid\:m\:fit\:40 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:40 > * {
    width: 2.5%;
  }

  .t-grid\:m\:fit\:41 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:41 > * {
    width: 2.4390243902%;
  }

  .t-grid\:m\:fit\:42 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:42 > * {
    width: 2.380952381%;
  }

  .t-grid\:m\:fit\:43 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:43 > * {
    width: 2.3255813953%;
  }

  .t-grid\:m\:fit\:44 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:44 > * {
    width: 2.2727272727%;
  }

  .t-grid\:m\:fit\:45 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:45 > * {
    width: 2.2222222222%;
  }

  .t-grid\:m\:fit\:46 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:46 > * {
    width: 2.1739130435%;
  }

  .t-grid\:m\:fit\:47 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:47 > * {
    width: 2.1276595745%;
  }

  .t-grid\:m\:fit\:48 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:48 > * {
    width: 2.0833333333%;
  }

  .t-grid\:m\:fit\:49 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:49 > * {
    width: 2.0408163265%;
  }

  .t-grid\:m\:fit\:50 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:50 > * {
    width: 2%;
  }

  .t-grid\:m\:fit\:51 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:51 > * {
    width: 1.9607843137%;
  }

  .t-grid\:m\:fit\:52 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:52 > * {
    width: 1.9230769231%;
  }

  .t-grid\:m\:fit\:53 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:53 > * {
    width: 1.8867924528%;
  }

  .t-grid\:m\:fit\:54 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:54 > * {
    width: 1.8518518519%;
  }

  .t-grid\:m\:fit\:55 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:55 > * {
    width: 1.8181818182%;
  }

  .t-grid\:m\:fit\:56 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:56 > * {
    width: 1.7857142857%;
  }

  .t-grid\:m\:fit\:57 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:57 > * {
    width: 1.7543859649%;
  }

  .t-grid\:m\:fit\:58 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:58 > * {
    width: 1.724137931%;
  }

  .t-grid\:m\:fit\:59 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:59 > * {
    width: 1.6949152542%;
  }

  .t-grid\:m\:fit\:60 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:60 > * {
    width: 1.6666666667%;
  }

  .t-grid\:m\:fit\:61 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:61 > * {
    width: 1.6393442623%;
  }

  .t-grid\:m\:fit\:62 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:62 > * {
    width: 1.6129032258%;
  }

  .t-grid\:m\:fit\:63 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:63 > * {
    width: 1.5873015873%;
  }

  .t-grid\:m\:fit\:64 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:64 > * {
    width: 1.5625%;
  }

  .t-grid\:m\:fit\:65 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:65 > * {
    width: 1.5384615385%;
  }

  .t-grid\:m\:fit\:66 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:66 > * {
    width: 1.5151515152%;
  }

  .t-grid\:m\:fit\:67 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:67 > * {
    width: 1.4925373134%;
  }

  .t-grid\:m\:fit\:68 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:68 > * {
    width: 1.4705882353%;
  }

  .t-grid\:m\:fit\:69 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:69 > * {
    width: 1.4492753623%;
  }

  .t-grid\:m\:fit\:70 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:70 > * {
    width: 1.4285714286%;
  }

  .t-grid\:m\:fit\:71 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:71 > * {
    width: 1.4084507042%;
  }

  .t-grid\:m\:fit\:72 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:72 > * {
    width: 1.3888888889%;
  }

  .t-grid\:m\:fit\:73 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:73 > * {
    width: 1.3698630137%;
  }

  .t-grid\:m\:fit\:74 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:74 > * {
    width: 1.3513513514%;
  }

  .t-grid\:m\:fit\:75 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:75 > * {
    width: 1.3333333333%;
  }

  .t-grid\:m\:fit\:76 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:76 > * {
    width: 1.3157894737%;
  }

  .t-grid\:m\:fit\:77 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:77 > * {
    width: 1.2987012987%;
  }

  .t-grid\:m\:fit\:78 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:78 > * {
    width: 1.2820512821%;
  }

  .t-grid\:m\:fit\:79 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:79 > * {
    width: 1.2658227848%;
  }

  .t-grid\:m\:fit\:80 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:80 > * {
    width: 1.25%;
  }

  .t-grid\:m\:fit\:81 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:81 > * {
    width: 1.2345679012%;
  }

  .t-grid\:m\:fit\:82 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:82 > * {
    width: 1.2195121951%;
  }

  .t-grid\:m\:fit\:83 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:83 > * {
    width: 1.2048192771%;
  }

  .t-grid\:m\:fit\:84 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:84 > * {
    width: 1.1904761905%;
  }

  .t-grid\:m\:fit\:85 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:85 > * {
    width: 1.1764705882%;
  }

  .t-grid\:m\:fit\:86 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:86 > * {
    width: 1.1627906977%;
  }

  .t-grid\:m\:fit\:87 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:87 > * {
    width: 1.1494252874%;
  }

  .t-grid\:m\:fit\:88 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:88 > * {
    width: 1.1363636364%;
  }

  .t-grid\:m\:fit\:89 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:89 > * {
    width: 1.1235955056%;
  }

  .t-grid\:m\:fit\:90 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:90 > * {
    width: 1.1111111111%;
  }

  .t-grid\:m\:fit\:91 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:91 > * {
    width: 1.0989010989%;
  }

  .t-grid\:m\:fit\:92 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:92 > * {
    width: 1.0869565217%;
  }

  .t-grid\:m\:fit\:93 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:93 > * {
    width: 1.0752688172%;
  }

  .t-grid\:m\:fit\:94 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:94 > * {
    width: 1.0638297872%;
  }

  .t-grid\:m\:fit\:95 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:95 > * {
    width: 1.0526315789%;
  }

  .t-grid\:m\:fit\:96 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:96 > * {
    width: 1.0416666667%;
  }

  .t-grid\:m\:fit\:97 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:97 > * {
    width: 1.0309278351%;
  }

  .t-grid\:m\:fit\:98 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:98 > * {
    width: 1.0204081633%;
  }

  .t-grid\:m\:fit\:99 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:99 > * {
    width: 1.0101010101%;
  }

  .t-grid\:m\:fit\:100 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:m\:fit\:100 > * {
    width: 1%;
  }
}
@media (min-width: 1023px) {
  .t-grid\:l\:fit\:1 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:1 > * {
    width: 100%;
  }

  .t-grid\:l\:fit\:2 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:2 > * {
    width: 50%;
  }

  .t-grid\:l\:fit\:3 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:3 > * {
    width: 33.3333333333%;
  }

  .t-grid\:l\:fit\:4 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:4 > * {
    width: 25%;
  }

  .t-grid\:l\:fit\:5 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:5 > * {
    width: 20%;
  }

  .t-grid\:l\:fit\:6 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:6 > * {
    width: 16.6666666667%;
  }

  .t-grid\:l\:fit\:7 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:7 > * {
    width: 14.2857142857%;
  }

  .t-grid\:l\:fit\:8 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:8 > * {
    width: 12.5%;
  }

  .t-grid\:l\:fit\:9 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:9 > * {
    width: 11.1111111111%;
  }

  .t-grid\:l\:fit\:10 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:10 > * {
    width: 10%;
  }

  .t-grid\:l\:fit\:11 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:11 > * {
    width: 9.0909090909%;
  }

  .t-grid\:l\:fit\:12 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:12 > * {
    width: 8.3333333333%;
  }

  .t-grid\:l\:fit\:13 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:13 > * {
    width: 7.6923076923%;
  }

  .t-grid\:l\:fit\:14 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:14 > * {
    width: 7.1428571429%;
  }

  .t-grid\:l\:fit\:15 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:15 > * {
    width: 6.6666666667%;
  }

  .t-grid\:l\:fit\:16 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:16 > * {
    width: 6.25%;
  }

  .t-grid\:l\:fit\:17 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:17 > * {
    width: 5.8823529412%;
  }

  .t-grid\:l\:fit\:18 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:18 > * {
    width: 5.5555555556%;
  }

  .t-grid\:l\:fit\:19 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:19 > * {
    width: 5.2631578947%;
  }

  .t-grid\:l\:fit\:20 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:20 > * {
    width: 5%;
  }

  .t-grid\:l\:fit\:21 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:21 > * {
    width: 4.7619047619%;
  }

  .t-grid\:l\:fit\:22 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:22 > * {
    width: 4.5454545455%;
  }

  .t-grid\:l\:fit\:23 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:23 > * {
    width: 4.347826087%;
  }

  .t-grid\:l\:fit\:24 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:24 > * {
    width: 4.1666666667%;
  }

  .t-grid\:l\:fit\:25 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:25 > * {
    width: 4%;
  }

  .t-grid\:l\:fit\:26 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:26 > * {
    width: 3.8461538462%;
  }

  .t-grid\:l\:fit\:27 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:27 > * {
    width: 3.7037037037%;
  }

  .t-grid\:l\:fit\:28 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:28 > * {
    width: 3.5714285714%;
  }

  .t-grid\:l\:fit\:29 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:29 > * {
    width: 3.4482758621%;
  }

  .t-grid\:l\:fit\:30 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:30 > * {
    width: 3.3333333333%;
  }

  .t-grid\:l\:fit\:31 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:31 > * {
    width: 3.2258064516%;
  }

  .t-grid\:l\:fit\:32 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:32 > * {
    width: 3.125%;
  }

  .t-grid\:l\:fit\:33 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:33 > * {
    width: 3.0303030303%;
  }

  .t-grid\:l\:fit\:34 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:34 > * {
    width: 2.9411764706%;
  }

  .t-grid\:l\:fit\:35 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:35 > * {
    width: 2.8571428571%;
  }

  .t-grid\:l\:fit\:36 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:36 > * {
    width: 2.7777777778%;
  }

  .t-grid\:l\:fit\:37 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:37 > * {
    width: 2.7027027027%;
  }

  .t-grid\:l\:fit\:38 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:38 > * {
    width: 2.6315789474%;
  }

  .t-grid\:l\:fit\:39 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:39 > * {
    width: 2.5641025641%;
  }

  .t-grid\:l\:fit\:40 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:40 > * {
    width: 2.5%;
  }

  .t-grid\:l\:fit\:41 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:41 > * {
    width: 2.4390243902%;
  }

  .t-grid\:l\:fit\:42 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:42 > * {
    width: 2.380952381%;
  }

  .t-grid\:l\:fit\:43 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:43 > * {
    width: 2.3255813953%;
  }

  .t-grid\:l\:fit\:44 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:44 > * {
    width: 2.2727272727%;
  }

  .t-grid\:l\:fit\:45 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:45 > * {
    width: 2.2222222222%;
  }

  .t-grid\:l\:fit\:46 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:46 > * {
    width: 2.1739130435%;
  }

  .t-grid\:l\:fit\:47 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:47 > * {
    width: 2.1276595745%;
  }

  .t-grid\:l\:fit\:48 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:48 > * {
    width: 2.0833333333%;
  }

  .t-grid\:l\:fit\:49 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:49 > * {
    width: 2.0408163265%;
  }

  .t-grid\:l\:fit\:50 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:50 > * {
    width: 2%;
  }

  .t-grid\:l\:fit\:51 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:51 > * {
    width: 1.9607843137%;
  }

  .t-grid\:l\:fit\:52 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:52 > * {
    width: 1.9230769231%;
  }

  .t-grid\:l\:fit\:53 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:53 > * {
    width: 1.8867924528%;
  }

  .t-grid\:l\:fit\:54 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:54 > * {
    width: 1.8518518519%;
  }

  .t-grid\:l\:fit\:55 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:55 > * {
    width: 1.8181818182%;
  }

  .t-grid\:l\:fit\:56 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:56 > * {
    width: 1.7857142857%;
  }

  .t-grid\:l\:fit\:57 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:57 > * {
    width: 1.7543859649%;
  }

  .t-grid\:l\:fit\:58 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:58 > * {
    width: 1.724137931%;
  }

  .t-grid\:l\:fit\:59 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:59 > * {
    width: 1.6949152542%;
  }

  .t-grid\:l\:fit\:60 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:60 > * {
    width: 1.6666666667%;
  }

  .t-grid\:l\:fit\:61 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:61 > * {
    width: 1.6393442623%;
  }

  .t-grid\:l\:fit\:62 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:62 > * {
    width: 1.6129032258%;
  }

  .t-grid\:l\:fit\:63 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:63 > * {
    width: 1.5873015873%;
  }

  .t-grid\:l\:fit\:64 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:64 > * {
    width: 1.5625%;
  }

  .t-grid\:l\:fit\:65 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:65 > * {
    width: 1.5384615385%;
  }

  .t-grid\:l\:fit\:66 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:66 > * {
    width: 1.5151515152%;
  }

  .t-grid\:l\:fit\:67 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:67 > * {
    width: 1.4925373134%;
  }

  .t-grid\:l\:fit\:68 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:68 > * {
    width: 1.4705882353%;
  }

  .t-grid\:l\:fit\:69 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:69 > * {
    width: 1.4492753623%;
  }

  .t-grid\:l\:fit\:70 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:70 > * {
    width: 1.4285714286%;
  }

  .t-grid\:l\:fit\:71 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:71 > * {
    width: 1.4084507042%;
  }

  .t-grid\:l\:fit\:72 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:72 > * {
    width: 1.3888888889%;
  }

  .t-grid\:l\:fit\:73 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:73 > * {
    width: 1.3698630137%;
  }

  .t-grid\:l\:fit\:74 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:74 > * {
    width: 1.3513513514%;
  }

  .t-grid\:l\:fit\:75 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:75 > * {
    width: 1.3333333333%;
  }

  .t-grid\:l\:fit\:76 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:76 > * {
    width: 1.3157894737%;
  }

  .t-grid\:l\:fit\:77 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:77 > * {
    width: 1.2987012987%;
  }

  .t-grid\:l\:fit\:78 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:78 > * {
    width: 1.2820512821%;
  }

  .t-grid\:l\:fit\:79 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:79 > * {
    width: 1.2658227848%;
  }

  .t-grid\:l\:fit\:80 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:80 > * {
    width: 1.25%;
  }

  .t-grid\:l\:fit\:81 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:81 > * {
    width: 1.2345679012%;
  }

  .t-grid\:l\:fit\:82 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:82 > * {
    width: 1.2195121951%;
  }

  .t-grid\:l\:fit\:83 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:83 > * {
    width: 1.2048192771%;
  }

  .t-grid\:l\:fit\:84 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:84 > * {
    width: 1.1904761905%;
  }

  .t-grid\:l\:fit\:85 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:85 > * {
    width: 1.1764705882%;
  }

  .t-grid\:l\:fit\:86 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:86 > * {
    width: 1.1627906977%;
  }

  .t-grid\:l\:fit\:87 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:87 > * {
    width: 1.1494252874%;
  }

  .t-grid\:l\:fit\:88 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:88 > * {
    width: 1.1363636364%;
  }

  .t-grid\:l\:fit\:89 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:89 > * {
    width: 1.1235955056%;
  }

  .t-grid\:l\:fit\:90 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:90 > * {
    width: 1.1111111111%;
  }

  .t-grid\:l\:fit\:91 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:91 > * {
    width: 1.0989010989%;
  }

  .t-grid\:l\:fit\:92 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:92 > * {
    width: 1.0869565217%;
  }

  .t-grid\:l\:fit\:93 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:93 > * {
    width: 1.0752688172%;
  }

  .t-grid\:l\:fit\:94 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:94 > * {
    width: 1.0638297872%;
  }

  .t-grid\:l\:fit\:95 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:95 > * {
    width: 1.0526315789%;
  }

  .t-grid\:l\:fit\:96 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:96 > * {
    width: 1.0416666667%;
  }

  .t-grid\:l\:fit\:97 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:97 > * {
    width: 1.0309278351%;
  }

  .t-grid\:l\:fit\:98 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:98 > * {
    width: 1.0204081633%;
  }

  .t-grid\:l\:fit\:99 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:99 > * {
    width: 1.0101010101%;
  }

  .t-grid\:l\:fit\:100 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid\:l\:fit\:100 > * {
    width: 1%;
  }
}
/*

https://ascii.cl/

*/
/* @debug$increment-keys; */
/* Padding Percents */
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
  .t-pad {
    padding: 75px;
  }

  .t-pad\:top {
    padding-top: 75px;
  }

  .t-pad\:rt {
    padding-right: 75px;
  }

  .t-pad\:bot {
    padding-bottom: 75px;
  }

  .t-pad\:lt {
    padding-left: 75px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  .t-pad\:xs {
    padding: 75px;
  }

  .t-pad\:top\:xs {
    padding-top: 75px;
  }

  .t-pad\:rt\:xs {
    padding-right: 75px;
  }

  .t-pad\:bot\:xs {
    padding-bottom: 75px;
  }

  .t-pad\:lt\:xs {
    padding-left: 75px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  .t-pad\:s {
    padding: 75px;
  }

  .t-pad\:top\:s {
    padding-top: 75px;
  }

  .t-pad\:rt\:s {
    padding-right: 75px;
  }

  .t-pad\:bot\:s {
    padding-bottom: 75px;
  }

  .t-pad\:lt\:s {
    padding-left: 75px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1023px) {
  .t-pad\:m {
    padding: 75px;
  }

  .t-pad\:top\:m {
    padding-top: 75px;
  }

  .t-pad\:rt\:m {
    padding-right: 75px;
  }

  .t-pad\:bot\:m {
    padding-bottom: 75px;
  }

  .t-pad\:lt\:m {
    padding-left: 75px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1023px) {
  .t-pad\:l {
    padding: 75px;
  }

  .t-pad\:top\:l {
    padding-top: 75px;
  }

  .t-pad\:rt\:l {
    padding-right: 75px;
  }

  .t-pad\:bot\:l {
    padding-bottom: 75px;
  }

  .t-pad\:lt\:l {
    padding-left: 75px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  .t-pad\:xl {
    padding: 75px;
  }

  .t-pad\:top\:xl {
    padding-top: 75px;
  }

  .t-pad\:rt\:xl {
    padding-right: 75px;
  }

  .t-pad\:bot\:xl {
    padding-bottom: 75px;
  }

  .t-pad\:lt\:xl {
    padding-left: 75px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  .t-pad\:sw {
    padding: 75px;
  }

  .t-pad\:top\:sw {
    padding-top: 75px;
  }

  .t-pad\:rt\:sw {
    padding-right: 75px;
  }

  .t-pad\:bot\:sw {
    padding-bottom: 75px;
  }

  .t-pad\:lt\:sw {
    padding-left: 75px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
  .t-pad\:75pc {
    padding: 56.25px;
  }

  .t-pad\:75pc\:top {
    padding-top: 56.25px;
  }

  .t-pad\:75pc\:rt {
    padding-right: 56.25px;
  }

  .t-pad\:75pc\:bot {
    padding-bottom: 56.25px;
  }

  .t-pad\:75pc\:lt {
    padding-left: 56.25px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  .t-pad\:75pc\:xs {
    padding: 56.25px;
  }

  .t-pad\:75pc\:top\:xs {
    padding-top: 56.25px;
  }

  .t-pad\:75pc\:rt\:xs {
    padding-right: 56.25px;
  }

  .t-pad\:75pc\:bot\:xs {
    padding-bottom: 56.25px;
  }

  .t-pad\:75pc\:lt\:xs {
    padding-left: 56.25px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  .t-pad\:75pc\:s {
    padding: 56.25px;
  }

  .t-pad\:75pc\:top\:s {
    padding-top: 56.25px;
  }

  .t-pad\:75pc\:rt\:s {
    padding-right: 56.25px;
  }

  .t-pad\:75pc\:bot\:s {
    padding-bottom: 56.25px;
  }

  .t-pad\:75pc\:lt\:s {
    padding-left: 56.25px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1023px) {
  .t-pad\:75pc\:m {
    padding: 56.25px;
  }

  .t-pad\:75pc\:top\:m {
    padding-top: 56.25px;
  }

  .t-pad\:75pc\:rt\:m {
    padding-right: 56.25px;
  }

  .t-pad\:75pc\:bot\:m {
    padding-bottom: 56.25px;
  }

  .t-pad\:75pc\:lt\:m {
    padding-left: 56.25px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1023px) {
  .t-pad\:75pc\:l {
    padding: 56.25px;
  }

  .t-pad\:75pc\:top\:l {
    padding-top: 56.25px;
  }

  .t-pad\:75pc\:rt\:l {
    padding-right: 56.25px;
  }

  .t-pad\:75pc\:bot\:l {
    padding-bottom: 56.25px;
  }

  .t-pad\:75pc\:lt\:l {
    padding-left: 56.25px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  .t-pad\:75pc\:xl {
    padding: 56.25px;
  }

  .t-pad\:75pc\:top\:xl {
    padding-top: 56.25px;
  }

  .t-pad\:75pc\:rt\:xl {
    padding-right: 56.25px;
  }

  .t-pad\:75pc\:bot\:xl {
    padding-bottom: 56.25px;
  }

  .t-pad\:75pc\:lt\:xl {
    padding-left: 56.25px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  .t-pad\:75pc\:sw {
    padding: 56.25px;
  }

  .t-pad\:75pc\:top\:sw {
    padding-top: 56.25px;
  }

  .t-pad\:75pc\:rt\:sw {
    padding-right: 56.25px;
  }

  .t-pad\:75pc\:bot\:sw {
    padding-bottom: 56.25px;
  }

  .t-pad\:75pc\:lt\:sw {
    padding-left: 56.25px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
  .t-pad\:50pc {
    padding: 37.5px;
  }

  .t-pad\:50pc\:top {
    padding-top: 37.5px;
  }

  .t-pad\:50pc\:rt {
    padding-right: 37.5px;
  }

  .t-pad\:50pc\:bot {
    padding-bottom: 37.5px;
  }

  .t-pad\:50pc\:lt {
    padding-left: 37.5px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  .t-pad\:50pc\:xs {
    padding: 37.5px;
  }

  .t-pad\:50pc\:top\:xs {
    padding-top: 37.5px;
  }

  .t-pad\:50pc\:rt\:xs {
    padding-right: 37.5px;
  }

  .t-pad\:50pc\:bot\:xs {
    padding-bottom: 37.5px;
  }

  .t-pad\:50pc\:lt\:xs {
    padding-left: 37.5px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  .t-pad\:50pc\:s {
    padding: 37.5px;
  }

  .t-pad\:50pc\:top\:s {
    padding-top: 37.5px;
  }

  .t-pad\:50pc\:rt\:s {
    padding-right: 37.5px;
  }

  .t-pad\:50pc\:bot\:s {
    padding-bottom: 37.5px;
  }

  .t-pad\:50pc\:lt\:s {
    padding-left: 37.5px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1023px) {
  .t-pad\:50pc\:m {
    padding: 37.5px;
  }

  .t-pad\:50pc\:top\:m {
    padding-top: 37.5px;
  }

  .t-pad\:50pc\:rt\:m {
    padding-right: 37.5px;
  }

  .t-pad\:50pc\:bot\:m {
    padding-bottom: 37.5px;
  }

  .t-pad\:50pc\:lt\:m {
    padding-left: 37.5px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1023px) {
  .t-pad\:50pc\:l {
    padding: 37.5px;
  }

  .t-pad\:50pc\:top\:l {
    padding-top: 37.5px;
  }

  .t-pad\:50pc\:rt\:l {
    padding-right: 37.5px;
  }

  .t-pad\:50pc\:bot\:l {
    padding-bottom: 37.5px;
  }

  .t-pad\:50pc\:lt\:l {
    padding-left: 37.5px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  .t-pad\:50pc\:xl {
    padding: 37.5px;
  }

  .t-pad\:50pc\:top\:xl {
    padding-top: 37.5px;
  }

  .t-pad\:50pc\:rt\:xl {
    padding-right: 37.5px;
  }

  .t-pad\:50pc\:bot\:xl {
    padding-bottom: 37.5px;
  }

  .t-pad\:50pc\:lt\:xl {
    padding-left: 37.5px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  .t-pad\:50pc\:sw {
    padding: 37.5px;
  }

  .t-pad\:50pc\:top\:sw {
    padding-top: 37.5px;
  }

  .t-pad\:50pc\:rt\:sw {
    padding-right: 37.5px;
  }

  .t-pad\:50pc\:bot\:sw {
    padding-bottom: 37.5px;
  }

  .t-pad\:50pc\:lt\:sw {
    padding-left: 37.5px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
  .t-pad\:33pc {
    padding: 25px;
  }

  .t-pad\:33pc\:top {
    padding-top: 25px;
  }

  .t-pad\:33pc\:rt {
    padding-right: 25px;
  }

  .t-pad\:33pc\:bot {
    padding-bottom: 25px;
  }

  .t-pad\:33pc\:lt {
    padding-left: 25px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  .t-pad\:33pc\:xs {
    padding: 25px;
  }

  .t-pad\:33pc\:top\:xs {
    padding-top: 25px;
  }

  .t-pad\:33pc\:rt\:xs {
    padding-right: 25px;
  }

  .t-pad\:33pc\:bot\:xs {
    padding-bottom: 25px;
  }

  .t-pad\:33pc\:lt\:xs {
    padding-left: 25px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  .t-pad\:33pc\:s {
    padding: 25px;
  }

  .t-pad\:33pc\:top\:s {
    padding-top: 25px;
  }

  .t-pad\:33pc\:rt\:s {
    padding-right: 25px;
  }

  .t-pad\:33pc\:bot\:s {
    padding-bottom: 25px;
  }

  .t-pad\:33pc\:lt\:s {
    padding-left: 25px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1023px) {
  .t-pad\:33pc\:m {
    padding: 25px;
  }

  .t-pad\:33pc\:top\:m {
    padding-top: 25px;
  }

  .t-pad\:33pc\:rt\:m {
    padding-right: 25px;
  }

  .t-pad\:33pc\:bot\:m {
    padding-bottom: 25px;
  }

  .t-pad\:33pc\:lt\:m {
    padding-left: 25px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1023px) {
  .t-pad\:33pc\:l {
    padding: 25px;
  }

  .t-pad\:33pc\:top\:l {
    padding-top: 25px;
  }

  .t-pad\:33pc\:rt\:l {
    padding-right: 25px;
  }

  .t-pad\:33pc\:bot\:l {
    padding-bottom: 25px;
  }

  .t-pad\:33pc\:lt\:l {
    padding-left: 25px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  .t-pad\:33pc\:xl {
    padding: 25px;
  }

  .t-pad\:33pc\:top\:xl {
    padding-top: 25px;
  }

  .t-pad\:33pc\:rt\:xl {
    padding-right: 25px;
  }

  .t-pad\:33pc\:bot\:xl {
    padding-bottom: 25px;
  }

  .t-pad\:33pc\:lt\:xl {
    padding-left: 25px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  .t-pad\:33pc\:sw {
    padding: 25px;
  }

  .t-pad\:33pc\:top\:sw {
    padding-top: 25px;
  }

  .t-pad\:33pc\:rt\:sw {
    padding-right: 25px;
  }

  .t-pad\:33pc\:bot\:sw {
    padding-bottom: 25px;
  }

  .t-pad\:33pc\:lt\:sw {
    padding-left: 25px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) {
  .t-pad\:25pc {
    padding: 18.75px;
  }

  .t-pad\:25pc\:top {
    padding-top: 18.75px;
  }

  .t-pad\:25pc\:rt {
    padding-right: 18.75px;
  }

  .t-pad\:25pc\:bot {
    padding-bottom: 18.75px;
  }

  .t-pad\:25pc\:lt {
    padding-left: 18.75px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 0px) and (max-width: 501px) {
  .t-pad\:25pc\:xs {
    padding: 18.75px;
  }

  .t-pad\:25pc\:top\:xs {
    padding-top: 18.75px;
  }

  .t-pad\:25pc\:rt\:xs {
    padding-right: 18.75px;
  }

  .t-pad\:25pc\:bot\:xs {
    padding-bottom: 18.75px;
  }

  .t-pad\:25pc\:lt\:xs {
    padding-left: 18.75px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 501px) and (max-width: 767px) {
  .t-pad\:25pc\:s {
    padding: 18.75px;
  }

  .t-pad\:25pc\:top\:s {
    padding-top: 18.75px;
  }

  .t-pad\:25pc\:rt\:s {
    padding-right: 18.75px;
  }

  .t-pad\:25pc\:bot\:s {
    padding-bottom: 18.75px;
  }

  .t-pad\:25pc\:lt\:s {
    padding-left: 18.75px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 767px) and (max-width: 1023px) {
  .t-pad\:25pc\:m {
    padding: 18.75px;
  }

  .t-pad\:25pc\:top\:m {
    padding-top: 18.75px;
  }

  .t-pad\:25pc\:rt\:m {
    padding-right: 18.75px;
  }

  .t-pad\:25pc\:bot\:m {
    padding-bottom: 18.75px;
  }

  .t-pad\:25pc\:lt\:m {
    padding-left: 18.75px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1023px) {
  .t-pad\:25pc\:l {
    padding: 18.75px;
  }

  .t-pad\:25pc\:top\:l {
    padding-top: 18.75px;
  }

  .t-pad\:25pc\:rt\:l {
    padding-right: 18.75px;
  }

  .t-pad\:25pc\:bot\:l {
    padding-bottom: 18.75px;
  }

  .t-pad\:25pc\:lt\:l {
    padding-left: 18.75px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1250px) {
  .t-pad\:25pc\:xl {
    padding: 18.75px;
  }

  .t-pad\:25pc\:top\:xl {
    padding-top: 18.75px;
  }

  .t-pad\:25pc\:rt\:xl {
    padding-right: 18.75px;
  }

  .t-pad\:25pc\:bot\:xl {
    padding-bottom: 18.75px;
  }

  .t-pad\:25pc\:lt\:xl {
    padding-left: 18.75px;
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width: 1300px) {
  .t-pad\:25pc\:sw {
    padding: 18.75px;
  }

  .t-pad\:25pc\:top\:sw {
    padding-top: 18.75px;
  }

  .t-pad\:25pc\:rt\:sw {
    padding-right: 18.75px;
  }

  .t-pad\:25pc\:bot\:sw {
    padding-bottom: 18.75px;
  }

  .t-pad\:25pc\:lt\:sw {
    padding-left: 18.75px;
  }
}
/* Padding Pixels */
@media (min-width: 0px) {
  .t-pad\:20px {
    padding: 20px;
  }

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

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

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

  .t-pad\:20px\:lt {
    padding-left: 20px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  .t-pad\:20px\:xs {
    padding: 20px;
  }

  .t-pad\:20px\:top\:xs {
    padding-top: 20px;
  }

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

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

  .t-pad\:20px\:lt\:xs {
    padding-left: 20px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .t-pad\:20px\:s {
    padding: 20px;
  }

  .t-pad\:20px\:top\:s {
    padding-top: 20px;
  }

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

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

  .t-pad\:20px\:lt\:s {
    padding-left: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .t-pad\:20px\:m {
    padding: 20px;
  }

  .t-pad\:20px\:top\:m {
    padding-top: 20px;
  }

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

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

  .t-pad\:20px\:lt\:m {
    padding-left: 20px;
  }
}
@media (min-width: 1023px) {
  .t-pad\:20px\:l {
    padding: 20px;
  }

  .t-pad\:20px\:top\:l {
    padding-top: 20px;
  }

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

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

  .t-pad\:20px\:lt\:l {
    padding-left: 20px;
  }
}
@media (min-width: 1250px) {
  .t-pad\:20px\:xl {
    padding: 20px;
  }

  .t-pad\:20px\:top\:xl {
    padding-top: 20px;
  }

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

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

  .t-pad\:20px\:lt\:xl {
    padding-left: 20px;
  }
}
@media (min-width: 1300px) {
  .t-pad\:20px\:sw {
    padding: 20px;
  }

  .t-pad\:20px\:top\:sw {
    padding-top: 20px;
  }

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

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

  .t-pad\:20px\:lt\:sw {
    padding-left: 20px;
  }
}
@media (min-width: 0px) {
  .t-pad\:15px {
    padding: 15px;
  }

  .t-pad\:15px\:top {
    padding-top: 15px;
  }

  .t-pad\:15px\:rt {
    padding-right: 15px;
  }

  .t-pad\:15px\:bot {
    padding-bottom: 15px;
  }

  .t-pad\:15px\:lt {
    padding-left: 15px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  .t-pad\:15px\:xs {
    padding: 15px;
  }

  .t-pad\:15px\:top\:xs {
    padding-top: 15px;
  }

  .t-pad\:15px\:rt\:xs {
    padding-right: 15px;
  }

  .t-pad\:15px\:bot\:xs {
    padding-bottom: 15px;
  }

  .t-pad\:15px\:lt\:xs {
    padding-left: 15px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .t-pad\:15px\:s {
    padding: 15px;
  }

  .t-pad\:15px\:top\:s {
    padding-top: 15px;
  }

  .t-pad\:15px\:rt\:s {
    padding-right: 15px;
  }

  .t-pad\:15px\:bot\:s {
    padding-bottom: 15px;
  }

  .t-pad\:15px\:lt\:s {
    padding-left: 15px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .t-pad\:15px\:m {
    padding: 15px;
  }

  .t-pad\:15px\:top\:m {
    padding-top: 15px;
  }

  .t-pad\:15px\:rt\:m {
    padding-right: 15px;
  }

  .t-pad\:15px\:bot\:m {
    padding-bottom: 15px;
  }

  .t-pad\:15px\:lt\:m {
    padding-left: 15px;
  }
}
@media (min-width: 1023px) {
  .t-pad\:15px\:l {
    padding: 15px;
  }

  .t-pad\:15px\:top\:l {
    padding-top: 15px;
  }

  .t-pad\:15px\:rt\:l {
    padding-right: 15px;
  }

  .t-pad\:15px\:bot\:l {
    padding-bottom: 15px;
  }

  .t-pad\:15px\:lt\:l {
    padding-left: 15px;
  }
}
@media (min-width: 1250px) {
  .t-pad\:15px\:xl {
    padding: 15px;
  }

  .t-pad\:15px\:top\:xl {
    padding-top: 15px;
  }

  .t-pad\:15px\:rt\:xl {
    padding-right: 15px;
  }

  .t-pad\:15px\:bot\:xl {
    padding-bottom: 15px;
  }

  .t-pad\:15px\:lt\:xl {
    padding-left: 15px;
  }
}
@media (min-width: 1300px) {
  .t-pad\:15px\:sw {
    padding: 15px;
  }

  .t-pad\:15px\:top\:sw {
    padding-top: 15px;
  }

  .t-pad\:15px\:rt\:sw {
    padding-right: 15px;
  }

  .t-pad\:15px\:bot\:sw {
    padding-bottom: 15px;
  }

  .t-pad\:15px\:lt\:sw {
    padding-left: 15px;
  }
}
@media (min-width: 0px) {
  .t-pad\:10px {
    padding: 10px;
  }

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

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

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

  .t-pad\:10px\:lt {
    padding-left: 10px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  .t-pad\:10px\:xs {
    padding: 10px;
  }

  .t-pad\:10px\:top\:xs {
    padding-top: 10px;
  }

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

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

  .t-pad\:10px\:lt\:xs {
    padding-left: 10px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .t-pad\:10px\:s {
    padding: 10px;
  }

  .t-pad\:10px\:top\:s {
    padding-top: 10px;
  }

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

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

  .t-pad\:10px\:lt\:s {
    padding-left: 10px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .t-pad\:10px\:m {
    padding: 10px;
  }

  .t-pad\:10px\:top\:m {
    padding-top: 10px;
  }

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

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

  .t-pad\:10px\:lt\:m {
    padding-left: 10px;
  }
}
@media (min-width: 1023px) {
  .t-pad\:10px\:l {
    padding: 10px;
  }

  .t-pad\:10px\:top\:l {
    padding-top: 10px;
  }

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

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

  .t-pad\:10px\:lt\:l {
    padding-left: 10px;
  }
}
@media (min-width: 1250px) {
  .t-pad\:10px\:xl {
    padding: 10px;
  }

  .t-pad\:10px\:top\:xl {
    padding-top: 10px;
  }

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

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

  .t-pad\:10px\:lt\:xl {
    padding-left: 10px;
  }
}
@media (min-width: 1300px) {
  .t-pad\:10px\:sw {
    padding: 10px;
  }

  .t-pad\:10px\:top\:sw {
    padding-top: 10px;
  }

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

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

  .t-pad\:10px\:lt\:sw {
    padding-left: 10px;
  }
}
@media (min-width: 0px) {
  .t-pad\:5px {
    padding: 5px;
  }

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

  .t-pad\:5px\:rt {
    padding-right: 5px;
  }

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

  .t-pad\:5px\:lt {
    padding-left: 5px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  .t-pad\:5px\:xs {
    padding: 5px;
  }

  .t-pad\:5px\:top\:xs {
    padding-top: 5px;
  }

  .t-pad\:5px\:rt\:xs {
    padding-right: 5px;
  }

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

  .t-pad\:5px\:lt\:xs {
    padding-left: 5px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .t-pad\:5px\:s {
    padding: 5px;
  }

  .t-pad\:5px\:top\:s {
    padding-top: 5px;
  }

  .t-pad\:5px\:rt\:s {
    padding-right: 5px;
  }

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

  .t-pad\:5px\:lt\:s {
    padding-left: 5px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .t-pad\:5px\:m {
    padding: 5px;
  }

  .t-pad\:5px\:top\:m {
    padding-top: 5px;
  }

  .t-pad\:5px\:rt\:m {
    padding-right: 5px;
  }

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

  .t-pad\:5px\:lt\:m {
    padding-left: 5px;
  }
}
@media (min-width: 1023px) {
  .t-pad\:5px\:l {
    padding: 5px;
  }

  .t-pad\:5px\:top\:l {
    padding-top: 5px;
  }

  .t-pad\:5px\:rt\:l {
    padding-right: 5px;
  }

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

  .t-pad\:5px\:lt\:l {
    padding-left: 5px;
  }
}
@media (min-width: 1250px) {
  .t-pad\:5px\:xl {
    padding: 5px;
  }

  .t-pad\:5px\:top\:xl {
    padding-top: 5px;
  }

  .t-pad\:5px\:rt\:xl {
    padding-right: 5px;
  }

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

  .t-pad\:5px\:lt\:xl {
    padding-left: 5px;
  }
}
@media (min-width: 1300px) {
  .t-pad\:5px\:sw {
    padding: 5px;
  }

  .t-pad\:5px\:top\:sw {
    padding-top: 5px;
  }

  .t-pad\:5px\:rt\:sw {
    padding-right: 5px;
  }

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

  .t-pad\:5px\:lt\:sw {
    padding-left: 5px;
  }
}
@media (min-width: 0px) {
  .t-pad\:0px {
    padding: 0px;
  }

  .t-pad\:0px\:top {
    padding-top: 0px;
  }

  .t-pad\:0px\:rt {
    padding-right: 0px;
  }

  .t-pad\:0px\:bot {
    padding-bottom: 0px;
  }

  .t-pad\:0px\:lt {
    padding-left: 0px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  .t-pad\:0px\:xs {
    padding: 0px;
  }

  .t-pad\:0px\:top\:xs {
    padding-top: 0px;
  }

  .t-pad\:0px\:rt\:xs {
    padding-right: 0px;
  }

  .t-pad\:0px\:bot\:xs {
    padding-bottom: 0px;
  }

  .t-pad\:0px\:lt\:xs {
    padding-left: 0px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .t-pad\:0px\:s {
    padding: 0px;
  }

  .t-pad\:0px\:top\:s {
    padding-top: 0px;
  }

  .t-pad\:0px\:rt\:s {
    padding-right: 0px;
  }

  .t-pad\:0px\:bot\:s {
    padding-bottom: 0px;
  }

  .t-pad\:0px\:lt\:s {
    padding-left: 0px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .t-pad\:0px\:m {
    padding: 0px;
  }

  .t-pad\:0px\:top\:m {
    padding-top: 0px;
  }

  .t-pad\:0px\:rt\:m {
    padding-right: 0px;
  }

  .t-pad\:0px\:bot\:m {
    padding-bottom: 0px;
  }

  .t-pad\:0px\:lt\:m {
    padding-left: 0px;
  }
}
@media (min-width: 1023px) {
  .t-pad\:0px\:l {
    padding: 0px;
  }

  .t-pad\:0px\:top\:l {
    padding-top: 0px;
  }

  .t-pad\:0px\:rt\:l {
    padding-right: 0px;
  }

  .t-pad\:0px\:bot\:l {
    padding-bottom: 0px;
  }

  .t-pad\:0px\:lt\:l {
    padding-left: 0px;
  }
}
@media (min-width: 1250px) {
  .t-pad\:0px\:xl {
    padding: 0px;
  }

  .t-pad\:0px\:top\:xl {
    padding-top: 0px;
  }

  .t-pad\:0px\:rt\:xl {
    padding-right: 0px;
  }

  .t-pad\:0px\:bot\:xl {
    padding-bottom: 0px;
  }

  .t-pad\:0px\:lt\:xl {
    padding-left: 0px;
  }
}
@media (min-width: 1300px) {
  .t-pad\:0px\:sw {
    padding: 0px;
  }

  .t-pad\:0px\:top\:sw {
    padding-top: 0px;
  }

  .t-pad\:0px\:rt\:sw {
    padding-right: 0px;
  }

  .t-pad\:0px\:bot\:sw {
    padding-bottom: 0px;
  }

  .t-pad\:0px\:lt\:sw {
    padding-left: 0px;
  }
}
/* Margin Percents */
@media (min-width: 0px) {
  .t-marg {
    margin: 75px;
  }

  .t-marg\:top {
    margin-top: 75px;
  }

  .t-marg\:rt {
    margin-right: 75px;
  }

  .t-marg\:bot {
    margin-bottom: 75px;
  }

  .t-marg\:lt {
    margin-left: 75px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  .t-marg\:xs {
    margin: 75px;
  }

  .t-marg\:top\:xs {
    margin-top: 75px;
  }

  .t-marg\:rt\:xs {
    margin-right: 75px;
  }

  .t-marg\:bot\:xs {
    margin-bottom: 75px;
  }

  .t-marg\:lt\:xs {
    margin-left: 75px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .t-marg\:s {
    margin: 75px;
  }

  .t-marg\:top\:s {
    margin-top: 75px;
  }

  .t-marg\:rt\:s {
    margin-right: 75px;
  }

  .t-marg\:bot\:s {
    margin-bottom: 75px;
  }

  .t-marg\:lt\:s {
    margin-left: 75px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .t-marg\:m {
    margin: 75px;
  }

  .t-marg\:top\:m {
    margin-top: 75px;
  }

  .t-marg\:rt\:m {
    margin-right: 75px;
  }

  .t-marg\:bot\:m {
    margin-bottom: 75px;
  }

  .t-marg\:lt\:m {
    margin-left: 75px;
  }
}
@media (min-width: 1023px) {
  .t-marg\:l {
    margin: 75px;
  }

  .t-marg\:top\:l {
    margin-top: 75px;
  }

  .t-marg\:rt\:l {
    margin-right: 75px;
  }

  .t-marg\:bot\:l {
    margin-bottom: 75px;
  }

  .t-marg\:lt\:l {
    margin-left: 75px;
  }
}
@media (min-width: 1250px) {
  .t-marg\:xl {
    margin: 75px;
  }

  .t-marg\:top\:xl {
    margin-top: 75px;
  }

  .t-marg\:rt\:xl {
    margin-right: 75px;
  }

  .t-marg\:bot\:xl {
    margin-bottom: 75px;
  }

  .t-marg\:lt\:xl {
    margin-left: 75px;
  }
}
@media (min-width: 1300px) {
  .t-marg\:sw {
    margin: 75px;
  }

  .t-marg\:top\:sw {
    margin-top: 75px;
  }

  .t-marg\:rt\:sw {
    margin-right: 75px;
  }

  .t-marg\:bot\:sw {
    margin-bottom: 75px;
  }

  .t-marg\:lt\:sw {
    margin-left: 75px;
  }
}
@media (min-width: 0px) {
  .t-marg\:75pc {
    margin: 56.25px;
  }

  .t-marg\:75pc\:top {
    margin-top: 56.25px;
  }

  .t-marg\:75pc\:rt {
    margin-right: 56.25px;
  }

  .t-marg\:75pc\:bot {
    margin-bottom: 56.25px;
  }

  .t-marg\:75pc\:lt {
    margin-left: 56.25px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  .t-marg\:75pc\:xs {
    margin: 56.25px;
  }

  .t-marg\:75pc\:top\:xs {
    margin-top: 56.25px;
  }

  .t-marg\:75pc\:rt\:xs {
    margin-right: 56.25px;
  }

  .t-marg\:75pc\:bot\:xs {
    margin-bottom: 56.25px;
  }

  .t-marg\:75pc\:lt\:xs {
    margin-left: 56.25px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .t-marg\:75pc\:s {
    margin: 56.25px;
  }

  .t-marg\:75pc\:top\:s {
    margin-top: 56.25px;
  }

  .t-marg\:75pc\:rt\:s {
    margin-right: 56.25px;
  }

  .t-marg\:75pc\:bot\:s {
    margin-bottom: 56.25px;
  }

  .t-marg\:75pc\:lt\:s {
    margin-left: 56.25px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .t-marg\:75pc\:m {
    margin: 56.25px;
  }

  .t-marg\:75pc\:top\:m {
    margin-top: 56.25px;
  }

  .t-marg\:75pc\:rt\:m {
    margin-right: 56.25px;
  }

  .t-marg\:75pc\:bot\:m {
    margin-bottom: 56.25px;
  }

  .t-marg\:75pc\:lt\:m {
    margin-left: 56.25px;
  }
}
@media (min-width: 1023px) {
  .t-marg\:75pc\:l {
    margin: 56.25px;
  }

  .t-marg\:75pc\:top\:l {
    margin-top: 56.25px;
  }

  .t-marg\:75pc\:rt\:l {
    margin-right: 56.25px;
  }

  .t-marg\:75pc\:bot\:l {
    margin-bottom: 56.25px;
  }

  .t-marg\:75pc\:lt\:l {
    margin-left: 56.25px;
  }
}
@media (min-width: 1250px) {
  .t-marg\:75pc\:xl {
    margin: 56.25px;
  }

  .t-marg\:75pc\:top\:xl {
    margin-top: 56.25px;
  }

  .t-marg\:75pc\:rt\:xl {
    margin-right: 56.25px;
  }

  .t-marg\:75pc\:bot\:xl {
    margin-bottom: 56.25px;
  }

  .t-marg\:75pc\:lt\:xl {
    margin-left: 56.25px;
  }
}
@media (min-width: 1300px) {
  .t-marg\:75pc\:sw {
    margin: 56.25px;
  }

  .t-marg\:75pc\:top\:sw {
    margin-top: 56.25px;
  }

  .t-marg\:75pc\:rt\:sw {
    margin-right: 56.25px;
  }

  .t-marg\:75pc\:bot\:sw {
    margin-bottom: 56.25px;
  }

  .t-marg\:75pc\:lt\:sw {
    margin-left: 56.25px;
  }
}
@media (min-width: 0px) {
  .t-marg\:50pc {
    margin: 37.5px;
  }

  .t-marg\:50pc\:top {
    margin-top: 37.5px;
  }

  .t-marg\:50pc\:rt {
    margin-right: 37.5px;
  }

  .t-marg\:50pc\:bot {
    margin-bottom: 37.5px;
  }

  .t-marg\:50pc\:lt {
    margin-left: 37.5px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  .t-marg\:50pc\:xs {
    margin: 37.5px;
  }

  .t-marg\:50pc\:top\:xs {
    margin-top: 37.5px;
  }

  .t-marg\:50pc\:rt\:xs {
    margin-right: 37.5px;
  }

  .t-marg\:50pc\:bot\:xs {
    margin-bottom: 37.5px;
  }

  .t-marg\:50pc\:lt\:xs {
    margin-left: 37.5px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .t-marg\:50pc\:s {
    margin: 37.5px;
  }

  .t-marg\:50pc\:top\:s {
    margin-top: 37.5px;
  }

  .t-marg\:50pc\:rt\:s {
    margin-right: 37.5px;
  }

  .t-marg\:50pc\:bot\:s {
    margin-bottom: 37.5px;
  }

  .t-marg\:50pc\:lt\:s {
    margin-left: 37.5px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .t-marg\:50pc\:m {
    margin: 37.5px;
  }

  .t-marg\:50pc\:top\:m {
    margin-top: 37.5px;
  }

  .t-marg\:50pc\:rt\:m {
    margin-right: 37.5px;
  }

  .t-marg\:50pc\:bot\:m {
    margin-bottom: 37.5px;
  }

  .t-marg\:50pc\:lt\:m {
    margin-left: 37.5px;
  }
}
@media (min-width: 1023px) {
  .t-marg\:50pc\:l {
    margin: 37.5px;
  }

  .t-marg\:50pc\:top\:l {
    margin-top: 37.5px;
  }

  .t-marg\:50pc\:rt\:l {
    margin-right: 37.5px;
  }

  .t-marg\:50pc\:bot\:l {
    margin-bottom: 37.5px;
  }

  .t-marg\:50pc\:lt\:l {
    margin-left: 37.5px;
  }
}
@media (min-width: 1250px) {
  .t-marg\:50pc\:xl {
    margin: 37.5px;
  }

  .t-marg\:50pc\:top\:xl {
    margin-top: 37.5px;
  }

  .t-marg\:50pc\:rt\:xl {
    margin-right: 37.5px;
  }

  .t-marg\:50pc\:bot\:xl {
    margin-bottom: 37.5px;
  }

  .t-marg\:50pc\:lt\:xl {
    margin-left: 37.5px;
  }
}
@media (min-width: 1300px) {
  .t-marg\:50pc\:sw {
    margin: 37.5px;
  }

  .t-marg\:50pc\:top\:sw {
    margin-top: 37.5px;
  }

  .t-marg\:50pc\:rt\:sw {
    margin-right: 37.5px;
  }

  .t-marg\:50pc\:bot\:sw {
    margin-bottom: 37.5px;
  }

  .t-marg\:50pc\:lt\:sw {
    margin-left: 37.5px;
  }
}
@media (min-width: 0px) {
  .t-marg\:33pc {
    margin: 25px;
  }

  .t-marg\:33pc\:top {
    margin-top: 25px;
  }

  .t-marg\:33pc\:rt {
    margin-right: 25px;
  }

  .t-marg\:33pc\:bot {
    margin-bottom: 25px;
  }

  .t-marg\:33pc\:lt {
    margin-left: 25px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  .t-marg\:33pc\:xs {
    margin: 25px;
  }

  .t-marg\:33pc\:top\:xs {
    margin-top: 25px;
  }

  .t-marg\:33pc\:rt\:xs {
    margin-right: 25px;
  }

  .t-marg\:33pc\:bot\:xs {
    margin-bottom: 25px;
  }

  .t-marg\:33pc\:lt\:xs {
    margin-left: 25px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .t-marg\:33pc\:s {
    margin: 25px;
  }

  .t-marg\:33pc\:top\:s {
    margin-top: 25px;
  }

  .t-marg\:33pc\:rt\:s {
    margin-right: 25px;
  }

  .t-marg\:33pc\:bot\:s {
    margin-bottom: 25px;
  }

  .t-marg\:33pc\:lt\:s {
    margin-left: 25px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .t-marg\:33pc\:m {
    margin: 25px;
  }

  .t-marg\:33pc\:top\:m {
    margin-top: 25px;
  }

  .t-marg\:33pc\:rt\:m {
    margin-right: 25px;
  }

  .t-marg\:33pc\:bot\:m {
    margin-bottom: 25px;
  }

  .t-marg\:33pc\:lt\:m {
    margin-left: 25px;
  }
}
@media (min-width: 1023px) {
  .t-marg\:33pc\:l {
    margin: 25px;
  }

  .t-marg\:33pc\:top\:l {
    margin-top: 25px;
  }

  .t-marg\:33pc\:rt\:l {
    margin-right: 25px;
  }

  .t-marg\:33pc\:bot\:l {
    margin-bottom: 25px;
  }

  .t-marg\:33pc\:lt\:l {
    margin-left: 25px;
  }
}
@media (min-width: 1250px) {
  .t-marg\:33pc\:xl {
    margin: 25px;
  }

  .t-marg\:33pc\:top\:xl {
    margin-top: 25px;
  }

  .t-marg\:33pc\:rt\:xl {
    margin-right: 25px;
  }

  .t-marg\:33pc\:bot\:xl {
    margin-bottom: 25px;
  }

  .t-marg\:33pc\:lt\:xl {
    margin-left: 25px;
  }
}
@media (min-width: 1300px) {
  .t-marg\:33pc\:sw {
    margin: 25px;
  }

  .t-marg\:33pc\:top\:sw {
    margin-top: 25px;
  }

  .t-marg\:33pc\:rt\:sw {
    margin-right: 25px;
  }

  .t-marg\:33pc\:bot\:sw {
    margin-bottom: 25px;
  }

  .t-marg\:33pc\:lt\:sw {
    margin-left: 25px;
  }
}
@media (min-width: 0px) {
  .t-marg\:25pc {
    margin: 18.75px;
  }

  .t-marg\:25pc\:top {
    margin-top: 18.75px;
  }

  .t-marg\:25pc\:rt {
    margin-right: 18.75px;
  }

  .t-marg\:25pc\:bot {
    margin-bottom: 18.75px;
  }

  .t-marg\:25pc\:lt {
    margin-left: 18.75px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  .t-marg\:25pc\:xs {
    margin: 18.75px;
  }

  .t-marg\:25pc\:top\:xs {
    margin-top: 18.75px;
  }

  .t-marg\:25pc\:rt\:xs {
    margin-right: 18.75px;
  }

  .t-marg\:25pc\:bot\:xs {
    margin-bottom: 18.75px;
  }

  .t-marg\:25pc\:lt\:xs {
    margin-left: 18.75px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .t-marg\:25pc\:s {
    margin: 18.75px;
  }

  .t-marg\:25pc\:top\:s {
    margin-top: 18.75px;
  }

  .t-marg\:25pc\:rt\:s {
    margin-right: 18.75px;
  }

  .t-marg\:25pc\:bot\:s {
    margin-bottom: 18.75px;
  }

  .t-marg\:25pc\:lt\:s {
    margin-left: 18.75px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .t-marg\:25pc\:m {
    margin: 18.75px;
  }

  .t-marg\:25pc\:top\:m {
    margin-top: 18.75px;
  }

  .t-marg\:25pc\:rt\:m {
    margin-right: 18.75px;
  }

  .t-marg\:25pc\:bot\:m {
    margin-bottom: 18.75px;
  }

  .t-marg\:25pc\:lt\:m {
    margin-left: 18.75px;
  }
}
@media (min-width: 1023px) {
  .t-marg\:25pc\:l {
    margin: 18.75px;
  }

  .t-marg\:25pc\:top\:l {
    margin-top: 18.75px;
  }

  .t-marg\:25pc\:rt\:l {
    margin-right: 18.75px;
  }

  .t-marg\:25pc\:bot\:l {
    margin-bottom: 18.75px;
  }

  .t-marg\:25pc\:lt\:l {
    margin-left: 18.75px;
  }
}
@media (min-width: 1250px) {
  .t-marg\:25pc\:xl {
    margin: 18.75px;
  }

  .t-marg\:25pc\:top\:xl {
    margin-top: 18.75px;
  }

  .t-marg\:25pc\:rt\:xl {
    margin-right: 18.75px;
  }

  .t-marg\:25pc\:bot\:xl {
    margin-bottom: 18.75px;
  }

  .t-marg\:25pc\:lt\:xl {
    margin-left: 18.75px;
  }
}
@media (min-width: 1300px) {
  .t-marg\:25pc\:sw {
    margin: 18.75px;
  }

  .t-marg\:25pc\:top\:sw {
    margin-top: 18.75px;
  }

  .t-marg\:25pc\:rt\:sw {
    margin-right: 18.75px;
  }

  .t-marg\:25pc\:bot\:sw {
    margin-bottom: 18.75px;
  }

  .t-marg\:25pc\:lt\:sw {
    margin-left: 18.75px;
  }
}
/* Margin Pixels */
@media (min-width: 0px) {
  .t-marg\:20px {
    margin: 20px;
  }

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

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

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

  .t-marg\:20px\:lt {
    margin-left: 20px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  .t-marg\:20px\:xs {
    margin: 20px;
  }

  .t-marg\:20px\:top\:xs {
    margin-top: 20px;
  }

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

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

  .t-marg\:20px\:lt\:xs {
    margin-left: 20px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .t-marg\:20px\:s {
    margin: 20px;
  }

  .t-marg\:20px\:top\:s {
    margin-top: 20px;
  }

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

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

  .t-marg\:20px\:lt\:s {
    margin-left: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .t-marg\:20px\:m {
    margin: 20px;
  }

  .t-marg\:20px\:top\:m {
    margin-top: 20px;
  }

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

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

  .t-marg\:20px\:lt\:m {
    margin-left: 20px;
  }
}
@media (min-width: 1023px) {
  .t-marg\:20px\:l {
    margin: 20px;
  }

  .t-marg\:20px\:top\:l {
    margin-top: 20px;
  }

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

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

  .t-marg\:20px\:lt\:l {
    margin-left: 20px;
  }
}
@media (min-width: 1250px) {
  .t-marg\:20px\:xl {
    margin: 20px;
  }

  .t-marg\:20px\:top\:xl {
    margin-top: 20px;
  }

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

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

  .t-marg\:20px\:lt\:xl {
    margin-left: 20px;
  }
}
@media (min-width: 1300px) {
  .t-marg\:20px\:sw {
    margin: 20px;
  }

  .t-marg\:20px\:top\:sw {
    margin-top: 20px;
  }

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

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

  .t-marg\:20px\:lt\:sw {
    margin-left: 20px;
  }
}
@media (min-width: 0px) {
  .t-marg\:15px {
    margin: 15px;
  }

  .t-marg\:15px\:top {
    margin-top: 15px;
  }

  .t-marg\:15px\:rt {
    margin-right: 15px;
  }

  .t-marg\:15px\:bot {
    margin-bottom: 15px;
  }

  .t-marg\:15px\:lt {
    margin-left: 15px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  .t-marg\:15px\:xs {
    margin: 15px;
  }

  .t-marg\:15px\:top\:xs {
    margin-top: 15px;
  }

  .t-marg\:15px\:rt\:xs {
    margin-right: 15px;
  }

  .t-marg\:15px\:bot\:xs {
    margin-bottom: 15px;
  }

  .t-marg\:15px\:lt\:xs {
    margin-left: 15px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .t-marg\:15px\:s {
    margin: 15px;
  }

  .t-marg\:15px\:top\:s {
    margin-top: 15px;
  }

  .t-marg\:15px\:rt\:s {
    margin-right: 15px;
  }

  .t-marg\:15px\:bot\:s {
    margin-bottom: 15px;
  }

  .t-marg\:15px\:lt\:s {
    margin-left: 15px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .t-marg\:15px\:m {
    margin: 15px;
  }

  .t-marg\:15px\:top\:m {
    margin-top: 15px;
  }

  .t-marg\:15px\:rt\:m {
    margin-right: 15px;
  }

  .t-marg\:15px\:bot\:m {
    margin-bottom: 15px;
  }

  .t-marg\:15px\:lt\:m {
    margin-left: 15px;
  }
}
@media (min-width: 1023px) {
  .t-marg\:15px\:l {
    margin: 15px;
  }

  .t-marg\:15px\:top\:l {
    margin-top: 15px;
  }

  .t-marg\:15px\:rt\:l {
    margin-right: 15px;
  }

  .t-marg\:15px\:bot\:l {
    margin-bottom: 15px;
  }

  .t-marg\:15px\:lt\:l {
    margin-left: 15px;
  }
}
@media (min-width: 1250px) {
  .t-marg\:15px\:xl {
    margin: 15px;
  }

  .t-marg\:15px\:top\:xl {
    margin-top: 15px;
  }

  .t-marg\:15px\:rt\:xl {
    margin-right: 15px;
  }

  .t-marg\:15px\:bot\:xl {
    margin-bottom: 15px;
  }

  .t-marg\:15px\:lt\:xl {
    margin-left: 15px;
  }
}
@media (min-width: 1300px) {
  .t-marg\:15px\:sw {
    margin: 15px;
  }

  .t-marg\:15px\:top\:sw {
    margin-top: 15px;
  }

  .t-marg\:15px\:rt\:sw {
    margin-right: 15px;
  }

  .t-marg\:15px\:bot\:sw {
    margin-bottom: 15px;
  }

  .t-marg\:15px\:lt\:sw {
    margin-left: 15px;
  }
}
@media (min-width: 0px) {
  .t-marg\:10px {
    margin: 10px;
  }

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

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

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

  .t-marg\:10px\:lt {
    margin-left: 10px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  .t-marg\:10px\:xs {
    margin: 10px;
  }

  .t-marg\:10px\:top\:xs {
    margin-top: 10px;
  }

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

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

  .t-marg\:10px\:lt\:xs {
    margin-left: 10px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .t-marg\:10px\:s {
    margin: 10px;
  }

  .t-marg\:10px\:top\:s {
    margin-top: 10px;
  }

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

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

  .t-marg\:10px\:lt\:s {
    margin-left: 10px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .t-marg\:10px\:m {
    margin: 10px;
  }

  .t-marg\:10px\:top\:m {
    margin-top: 10px;
  }

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

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

  .t-marg\:10px\:lt\:m {
    margin-left: 10px;
  }
}
@media (min-width: 1023px) {
  .t-marg\:10px\:l {
    margin: 10px;
  }

  .t-marg\:10px\:top\:l {
    margin-top: 10px;
  }

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

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

  .t-marg\:10px\:lt\:l {
    margin-left: 10px;
  }
}
@media (min-width: 1250px) {
  .t-marg\:10px\:xl {
    margin: 10px;
  }

  .t-marg\:10px\:top\:xl {
    margin-top: 10px;
  }

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

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

  .t-marg\:10px\:lt\:xl {
    margin-left: 10px;
  }
}
@media (min-width: 1300px) {
  .t-marg\:10px\:sw {
    margin: 10px;
  }

  .t-marg\:10px\:top\:sw {
    margin-top: 10px;
  }

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

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

  .t-marg\:10px\:lt\:sw {
    margin-left: 10px;
  }
}
@media (min-width: 0px) {
  .t-marg\:5px {
    margin: 5px;
  }

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

  .t-marg\:5px\:rt {
    margin-right: 5px;
  }

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

  .t-marg\:5px\:lt {
    margin-left: 5px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  .t-marg\:5px\:xs {
    margin: 5px;
  }

  .t-marg\:5px\:top\:xs {
    margin-top: 5px;
  }

  .t-marg\:5px\:rt\:xs {
    margin-right: 5px;
  }

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

  .t-marg\:5px\:lt\:xs {
    margin-left: 5px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .t-marg\:5px\:s {
    margin: 5px;
  }

  .t-marg\:5px\:top\:s {
    margin-top: 5px;
  }

  .t-marg\:5px\:rt\:s {
    margin-right: 5px;
  }

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

  .t-marg\:5px\:lt\:s {
    margin-left: 5px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .t-marg\:5px\:m {
    margin: 5px;
  }

  .t-marg\:5px\:top\:m {
    margin-top: 5px;
  }

  .t-marg\:5px\:rt\:m {
    margin-right: 5px;
  }

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

  .t-marg\:5px\:lt\:m {
    margin-left: 5px;
  }
}
@media (min-width: 1023px) {
  .t-marg\:5px\:l {
    margin: 5px;
  }

  .t-marg\:5px\:top\:l {
    margin-top: 5px;
  }

  .t-marg\:5px\:rt\:l {
    margin-right: 5px;
  }

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

  .t-marg\:5px\:lt\:l {
    margin-left: 5px;
  }
}
@media (min-width: 1250px) {
  .t-marg\:5px\:xl {
    margin: 5px;
  }

  .t-marg\:5px\:top\:xl {
    margin-top: 5px;
  }

  .t-marg\:5px\:rt\:xl {
    margin-right: 5px;
  }

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

  .t-marg\:5px\:lt\:xl {
    margin-left: 5px;
  }
}
@media (min-width: 1300px) {
  .t-marg\:5px\:sw {
    margin: 5px;
  }

  .t-marg\:5px\:top\:sw {
    margin-top: 5px;
  }

  .t-marg\:5px\:rt\:sw {
    margin-right: 5px;
  }

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

  .t-marg\:5px\:lt\:sw {
    margin-left: 5px;
  }
}
@media (min-width: 0px) {
  .t-marg\:0px {
    margin: 0px;
  }

  .t-marg\:0px\:top {
    margin-top: 0px;
  }

  .t-marg\:0px\:rt {
    margin-right: 0px;
  }

  .t-marg\:0px\:bot {
    margin-bottom: 0px;
  }

  .t-marg\:0px\:lt {
    margin-left: 0px;
  }
}
@media (min-width: 0px) and (max-width: 501px) {
  .t-marg\:0px\:xs {
    margin: 0px;
  }

  .t-marg\:0px\:top\:xs {
    margin-top: 0px;
  }

  .t-marg\:0px\:rt\:xs {
    margin-right: 0px;
  }

  .t-marg\:0px\:bot\:xs {
    margin-bottom: 0px;
  }

  .t-marg\:0px\:lt\:xs {
    margin-left: 0px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .t-marg\:0px\:s {
    margin: 0px;
  }

  .t-marg\:0px\:top\:s {
    margin-top: 0px;
  }

  .t-marg\:0px\:rt\:s {
    margin-right: 0px;
  }

  .t-marg\:0px\:bot\:s {
    margin-bottom: 0px;
  }

  .t-marg\:0px\:lt\:s {
    margin-left: 0px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .t-marg\:0px\:m {
    margin: 0px;
  }

  .t-marg\:0px\:top\:m {
    margin-top: 0px;
  }

  .t-marg\:0px\:rt\:m {
    margin-right: 0px;
  }

  .t-marg\:0px\:bot\:m {
    margin-bottom: 0px;
  }

  .t-marg\:0px\:lt\:m {
    margin-left: 0px;
  }
}
@media (min-width: 1023px) {
  .t-marg\:0px\:l {
    margin: 0px;
  }

  .t-marg\:0px\:top\:l {
    margin-top: 0px;
  }

  .t-marg\:0px\:rt\:l {
    margin-right: 0px;
  }

  .t-marg\:0px\:bot\:l {
    margin-bottom: 0px;
  }

  .t-marg\:0px\:lt\:l {
    margin-left: 0px;
  }
}
@media (min-width: 1250px) {
  .t-marg\:0px\:xl {
    margin: 0px;
  }

  .t-marg\:0px\:top\:xl {
    margin-top: 0px;
  }

  .t-marg\:0px\:rt\:xl {
    margin-right: 0px;
  }

  .t-marg\:0px\:bot\:xl {
    margin-bottom: 0px;
  }

  .t-marg\:0px\:lt\:xl {
    margin-left: 0px;
  }
}
@media (min-width: 1300px) {
  .t-marg\:0px\:sw {
    margin: 0px;
  }

  .t-marg\:0px\:top\:sw {
    margin-top: 0px;
  }

  .t-marg\:0px\:rt\:sw {
    margin-right: 0px;
  }

  .t-marg\:0px\:bot\:sw {
    margin-bottom: 0px;
  }

  .t-marg\:0px\:lt\:sw {
    margin-left: 0px;
  }
}
.t-horiz ul {
  padding: 0;
  margin: 0;
}
.t-horiz li {
  display: inline-block;
}

.t-nav-mobile {
  clear: both;
  position: relative;
  left: 0;
  width: 100% !important;
  z-index: 800;
  height: 0;
}
.t-nav-mobile ul {
  height: 100%;
  width: 100%;
}
.t-nav-mobile .t-nav-scroller {
  padding: 0;
  height: 100%;
  overflow-y: auto;
}

.t-nav-ease .t-nav-mobile {
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.t-nav-mobile li {
  display: block;
  width: 100%;
}

.t-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;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

/* Additional Normalization */
div, section, aside, article, img {
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-border-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
div > p:last-of-type, section > p:last-of-type, aside > p:last-of-type, article > p:last-of-type, img > p:last-of-type {
  margin-bottom: 0;
}
div > p:first-of-type, section > p:first-of-type, aside > p:first-of-type, article > p:first-of-type, img > p:first-of-type {
  margin-top: 0;
}

ul, li, span {
  -webkit-border-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
ul > p:last-of-type, li > p:last-of-type, span > p:last-of-type {
  margin-bottom: 0;
}
ul > p:first-of-type, li > p:first-of-type, span > p:first-of-type {
  margin-top: 0;
}

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

/*

Preferences

*/
#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: 1280px) {
  body > section, body > footer .container {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  iframe {
    width: 100% !important;
  }
}
@media (min-width: 767px) {
  .flex-m {
    display: -webkit-flex;
    display: flex;
  }
  .flex-m .flexed {
    display: flex;
  }
}
/*!

Custom tweaks

*/
#t-scrollnav-holder {
  border-bottom: 1px solid #979797;
}

.article-block .image {
  min-height: 200px;
  display: block;
}

a {
  transition: color 0.3s ease, background-color 0.3s ease;
}

.space-between {
  justify-content: space-between;
}

hr {
  margin: 25px 0;
  border-color: #43B1C5;
}
hr.white {
  border-color: white;
}
hr.grey {
  border-color: #393939;
}

@media (min-width: 767px) {
  .office-info {
    justify-content: space-between;
  }
}
h1, h2, h3, h4 {
  color: #12367E;
  font-weight: 400;
}

h1 {
  font-weight: 600;
}

.mod-header:not(.t-txt:h1):not(.t-txt:h2):not(.t-txt:h3):not(.t-txt:h4) {
  font-size: 28px;
}

.mod:not(.lowwercase-header) .mod-header {
  text-transform: uppercase;
}

.mod.lowwercase-header .mod-header {
  padding-bottom: 5px;
}

.button, input[type="submit"], .button\:back, input[type="button"] {
  background-color: #12367E;
  display: inline-block;
  color: white;
  padding: 12px 13px;
  min-width: 125px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 10px 0 10px;
  border: none;
text-decoration:none;
}
.button:hover, input[type="submit"]:hover, .button\:back:hover, input[type="button"]:hover {
  background-color: #EF3025;
}

.button\:back:before {
  content: "";
  margin-right: 3px;
  display: inline-block;
  width: 7px;
  height: 7px;
  overflow: visible;
  transform: rotate(-45deg);
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.button\:rev {
  background-color: white;
  color: #12367E;
}

blockquote {
  font-size: 26px;
  color: #12367E;
  position: relative;
}

blockquote:before {
  content: open-quote;
  font-size: 80px;
  position: absolute;
  top: -30px;
  margin-left: -33px;
}

blockquote + figcaption {
  display: inline-block;
  font-style: italic;
}

figcaption:before {
  content: "";
  display: inline-block;
  height: 6px;
  width: 10px;
  margin-right: 5px;
  border-top: 1px solid;
}

blockquote:after {
  content: close-quote;
  position: Relative;
  font-size: 80px;
  margin-left: 5px;
  bottom: -30px;
  line-height: 0;
}

blockquote:after, blockquote:before {
  color: #B4C250;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

@media (min-width: 1023px) {
  .border-column > div > div:first-child {
    border-right: 1px solid #12367E;
  }

  .border-column\:light > div > div:first-child {
    border-right: 1px solid #43B1C5;
  }
}
@media (max-width: 1023px) {
  .border-column > div > div:first-child .t-contain {
    border-bottom: 1px solid #12367E;
    padding-bottom: 75px;
    margin-bottom: 75px;
  }

  .border-column\:light > div > div:first-child .t-contain:not(.sharelinks) {
    border-bottom: 1px solid #43B1C5;
    padding-bottom: 75px;
    margin-bottom: 75px;
  }
}
.txt-lght .button {
  background-color: white;
  color: #12367E;
}
.txt-lght .button:hover {
  color: white;
  background-color: #12367E;
}

a.button-txt {
  font-size: 16px;
  text-transform: uppercase;
  color: #EF3025;
  border-bottom: 1px solid;
  display: inline-block;
}
a.button-txt:hover {
  color: #12367E;
}

.txt-lght a.button-txt, .t-txt\:wht a.button-txt {
  color: white;
}
.txt-lght a.button-txt:hover, .t-txt\:wht a.button-txt:hover {
  color: #12367E;
}

.teardrop-modal-holder {
  display: inline-block;
  margin: auto;
  overflow: visible;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}

.teardrop-modal:before {
  position: absolute;
  content: "";
  display: inline-block;
  margin: auto;
  border-radius: 60px 0 60px 0;
  background-color: #F58129;
  top: -10px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.teardrop-modal:after {
  position: absolute;
  content: "";
  display: inline-block;
  margin: auto;
  border-radius: 60px 0 60px 0;
  background-color: #DB4F7A;
  top: -7px;
  right: -7px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.teardrop-modal {
  position: relative;
  display: inline-block;
  margin: auto;
  overflow: visible;
  border-radius: 60px 0 60px 0;
  box-shadow: -3px 3px 0px #B4C250;
}

.teardrop-modal .t-contain {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 4;
  position: relative;
  overflow: hidden;
  background-color: white;
  border-radius: 60px 0 60px 0;
  box-shadow: 4px -4px 0px #007D9C;
}
.teardrop-modal .t-contain h1 {
  margin-bottom: 37.5px;
}

@media (max-width: 650px) {
  .teardrop-modal .t-contain {
    min-height: 200px;
    min-width: 90vw;
  }
  .teardrop-modal .t-contain h1 {
    margin-bottom: 25px;
  }
}
@media (min-width: 650px) {
  .teardrop-modal .t-contain {
    min-height: 220px;
    min-width: 588px;
  }
}
@media (max-width: 767px) {
  p br {
    display: none;
  }
}
/* Knowledge Center */
.dropshadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin: 5px 10px;
}

.constraint-box {
  max-width: 640px;
}

.tint {
  position: relative;
}

.tint .mod-txt {
  position: Relative;
  z-index: 2;
}

.tint::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2a2d34;
  background: linear-gradient(0deg, #2a2d34 0%, rgba(18, 54, 126, 0) 100%);
  z-index: 1;
}

/*

Main navigation / Header

*/
.t-navbar .t-button-mobile-menu {
  width: 30px;
  height: 22px;
}
.t-navbar .t-toggle-icon {
  color: #007D9C;
  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: 0%;
}
.t-navbar .t-toggle-icon:before {
  top: 10px;
}
.t-navbar .mute {
  opacity: .6;
  pointer-events: none;
}
.t-navbar .headernote {
  position: absolute;
  right: 15px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.2);
}
.t-navbar .t-nav-desktop > .t-menu > li > a {
  display: inline-block;
}

.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(-1px) rotate(135deg);
  -moz-transform: translateY(-1px) rotate(135deg);
  -ms-transform: translateY(-1px) rotate(135deg);
  -o-transform: translateY(-1px) rotate(135deg);
  transform: translateY(-1px) rotate(135deg);
}
.t-mobmenu .t-toggle-icon {
  border-color: transparent !important;
}
.t-mobmenu .t-toggle-icon:after {
  -webkit-transform: translateY(-11px) rotate(-135deg);
  -moz-transform: translateY(-11px) rotate(-135deg);
  -ms-transform: translateY(-11px) rotate(-135deg);
  -o-transform: translateY(-11px) rotate(-135deg);
  transform: translateY(-11px) rotate(-135deg);
}

.t-mobmenu .t-nav-mobile {
  height: calc(100vh - 64px);
}

.t-navbar .t-button-mobile-menu {
  top: 18px;
  right: 10px;
  overflow: visible;
  cursor: pointer;
}
.t-navbar .t-button-mobile-menu:hover .t-toggle-icon {
  color: #12367E;
}

/* Prevent body scrolling when using mobile menu */
.t-mobmenu, .t-mobmenu body {
  overflow: hidden;
  height: 100%;
  position: absolute;
}

.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;
  padding: 12px 0 10px;
}

/* ----------------------------- Navigation ------------------------- */
.t-nav-desktop {
  color: #12367E;
}
.t-nav-desktop a {
  color: #12367E;
  font-size: 14px;
}
.t-nav-desktop li.active a, .t-nav-desktop li:hover a, .t-nav-desktop .current-menu-parent a {
  color: #EF3025;
}
.t-nav-desktop .t-menu li {
  position: relative;
}
.t-nav-desktop .t-menu li.menu-item-has-children::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  width: 5px;
  right: 0;
  height: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  transition: transform .3s ease;
}
.t-nav-desktop .t-menu li.menu-item-has-children:hover::after {
  transform: rotate(225deg) !important;
}
.t-nav-desktop .t-menu li::last-child:after {
  display: none;
}

.t-toggle-icon:hover, .t-toggle-icon:hover:before, .t-toggle-icon:hover:after {
  border-color: #12367E;
  -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;
  font-weight: 600;
}
.t-nav-mobile li a {
  display: block;
  padding: 15px 0;
}

.logo-n-mob-menu {
  display: inline;
  position: relative;
}

.logo {
  float: left;
  max-width: 150px;
}
.logo a {
  display: block;
  position: relative;
  width: 100%;
}

@media (min-width: 1023px) {
  #t-scrollnav {
    position: relative;
    z-index: 100;
  }

  .logo {
    top: 0;
    position: relative;
    height: 100%;
    width: 100%;
  }
}
/* Sub Menu */
@media (min-width: 767px) {
  header > div, header header, header nav, header .t-navbar, header .main-nav, header .t-menu, header .t-menu li {
    overflow: visible;
  }

  .t-nav-desktop .t-menu .lang:before {
    border-left: 1px solid;
    content: "";
    left: 0;
    height: 30px;
  }

  .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: 48px;
    min-width: 150px;
    text-align: left;
    left: 50%;
    overflow: hidden;
    margin-left: -75px !important;
    height: 0;
    max-height: 0;
    transition: max-height 1s ease;
    background-color: white;
  }

  li:hover .sub-menu {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #efefef;
  }

  .sub-menu li:not(:last-of-type) {
    border-bottom: 1px solid #999999;
    width: 100%;
    display: block;
  }

  .sub-menu li:first-of-type a {
    padding-top: 5px;
  }

  .sub-menu li:last-of-type a {
    padding-bottom: 5px;
  }

  .sub-menu li {
    display: block;
  }
  .sub-menu li a {
    display: block;
    background: transparent;
    white-space: nowrap;
    border-color: transparent;
    color: #007D9C !important;
    padding: 5px 10px !important;
  }
  .sub-menu li:hover a {
    color: white !important;
    background-color: #12367E;
    border-bottom: none;
  }

  .sub-menu li:last-child a {
    border: none;
  }

  .menu-item-has-children:hover > .sub-menu {
    height: auto;
    max-height: 900px !important;
  }
}
ul.sub-menu .sub-menu {
  left: 100%;
  display: block;
  z-index: 200;
  position: absolute;
}

/* ----------------------------- Logo ------------------------- */
@media (max-width: 1300px) {
  .logo {
    margin: 0 auto 0 0;
    max-width: 120px;
    position: relative;
    z-index: 50;
  }
  .logo div, .logo a {
    overflow: visible;
  }

  .t-mobmenu .logo {
    z-index: 900;
  }
}
@media (max-width: 767px) {
  .logo-n-mob-menu {
    display: flex;
    align-items: center;
  }

  .logo {
    max-width: 80px;
    margin: auto 0;
  }

  .t-nav-mobile .t-menu li.menu-item a {
    color: #12367E;
  }

  .sub-menu li.menu-item a {
    font-size: 18px !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 .t-menu > .menu-item.active > a {
    background-color: #EF3025;
    background-color: #12367E;
  }
  header .menu-item .menu-item.active > a {
    background-color: #EF3025;
  }

  .sub-menu li.menu-item {
    border-bottom: none;
    border-top: 1px solid #ccc;
  }

  header .utility-nav {
    position: absolute;
    right: 53px;
    top: 15px;
  }
  header .utility-nav a {
    font-size: 11px;
    padding: 8px;
    border-radius: 4px;
  }
}
@media (max-width: 501px) {
  .t-mobmenu #t-scrollnav-holder {
    z-index: 10000000000000;
  }

  .footer-nav li {
    display: block;
    font-size: 16px;
  }

  .t-nav-mobile .padding {
    padding-bottom: 80px;
  }
}
.utility-nav {
  position: relative;
  z-index: 1000;
}

.utility-nav a {
  background-color: blue;
  color: white;
  display: inline-block;
  padding: 13px 15px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0 0 4px 4px;
  background-color: #12367E;
  transform: background-color .3s ease;
}
.utility-nav a:hover {
  background-color: #EF3025;
}

.t-nav-mobile .sub-menu {
  padding: 0 !important;
  transition: max-height .3s ease;
  height: auto;
  max-height: 0px;
  overflow: hidden;
}
.t-nav-mobile .no-link.expand .sub-menu {
  transition: max-height .5s ease;
  max-height: 500px;
}
.t-nav-mobile .no-link {
  position: Relative;
}
.t-nav-mobile .no-link > a:before {
  position: absolute;
  content: "";
  right: 30px;
  top: 20px;
  width: 8px;
  height: 8px;
  display: block;
  border-top: 2px solid #12367E;
  border-right: 2px solid #12367E;
  transform: rotate(134deg);
  transition: all 0.3s ease;
}
.t-nav-mobile .no-link.expand > a:before {
  transform: rotate(315deg);
}
.t-nav-mobile .no-link > a {
  pointer-events: none;
}
.t-nav-mobile .active.no-link > a:before {
  border-color: white;
}
.t-nav-mobile .active.no-link.expand > a:before {
  border-color: white;
}
.t-nav-mobile .sub-menu {
  display: block !important;
  width: 100%;
}

@media (min-width: 767px) and (max-width: 1023px) {
  .t-nav-desktop > .t-menu > li > a {
    padding: 15px;
    display: inline-block;
  }

  .t-nav-desktop .t-menu li.menu-item-has-children::after {
    top: 21px;
  }

  .t-nav-desktop .t-menu li.menu-item-has-children:hover::after {
    top: 13px;
  }
}
@media (min-width: 1023px) {
  .t-nav-desktop > .t-menu > li > a {
    padding: 25px 15px;
    display: inline-block;
  }

  .t-nav-desktop .t-menu li.menu-item-has-children:hover::after {
    top: 34px;
  }
}
/*!

Footer

*/
/* ============================== Footer =========================== */
footer .copyright a {
  margin-left: 20px;
}
@media (max-width: 767px) {
  footer .copyright a:before {
    display: none;
  }
}

/* ----------------------------- Logo ------------------------- */
.footer-nav a {
  padding: 0 15px 0 0;
}

.footer-links ul {
  display: inline;
}

@media (max-width: 767px) {
  .footer-links .social-links {
    display: block;
    text-align: center;
  }

  .copyright {
    text-align: center;
  }

  .newsletter-signup .ccf-form {
    text-align: center !important;
  }

  .copyright {
    padding-bottom: 100px;
  }
}
.footer-links .links li:not(:last-of-type) a {
  padding-right: 20px;
}
.footer-links .social-links li:last-of-type a {
  padding-right: 0;
}
.footer-links .social-links:before {
  font-size: 20px;
  bottom: 5px;
  position: relative;
  display: inline-block;
}
.footer-links .social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 45px;
}
.footer-links .social-links-holder {
  align-self: flex-end;
}
.footer-links .social-links .txt {
  display: none;
}
.footer-links hr {
  margin-top: 8px;
}

@media (max-width: 1300px) {
  footer {
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .footer-nav a {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .footer-nav {
    display: none !important;
    text-align: center;
  }
  .footer-nav li {
    padding-bottom: 10px;
  }

  .phone {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .address, .phone, .newsletter-signup {
    text-align: center;
  }

  .t-view-m-50pc.t-txt-rt.newsletter-signup input {
    display: inline-block;
    margin: auto;
  }

  .newsletter-signup .field-input {
    text-align: center;
  }
  .newsletter-signup .form-submit {
    display: block;
    margin: 10px 0;
  }
}
.footer-nav-holder, .footer-nav-holder .footer-nav, .footer-nav-holder > * {
  overflow: visible !important;
  display: block;
}

.footer-links > div {
  min-height: 30px;
}

.footer-nav li {
  position: relative;
}

footer .sub-menu {
  position: absolute;
}

.footer-nav li .sub-menu {
  top: 100%;
  margin-top: -5px;
}

footer .sub-menu:before {
  background: #EF3025;
}

footer .sub-menu li {
  border-color: #EF3025 !important;
}
footer .sub-menu li a {
  color: #12367E;
  font-size: 12px !important;
  background: #EF3025;
}

footer .sub-menu li:hover > a {
  background: #fff;
}
footer .sub-menu li:hover .sub-menu:before {
  border-color: #fff !important;
}

@media (max-width: 767px) {
  .footer-links .social-links-holder {
    margin: auto;
  }
}
@media (min-width: 767px) {
  .copyright a:not(:first-of-type):before {
    height: 10px;
    border-right: 1px solid;
    width: 1px;
    display: inline-block;
    content: "";
    margin-right: 20px;
  }
}
/*

Forms and fields

*/
input[type="text"], input[type="email"], input[type="number"], input[type="password"], textarea {
  padding: 9px 15px;
  /*background: #f6f6f6;*/
  border: 1px solid #dbdbdb;
  margin-bottom: 8px;
  width: 100%;
  box-sizing: border-box;
}

form .error {
  display: inline-block;
  width: 100%;
  border: 1px solid red;
  padding: 3px 3px 3px 3px;
  margin-bottom: 17px;
  position: relative;
}

form .error:after {
  content: "Error: field is required";
  display: inline-block;
  background-color: white;
  position: absolute;
  left: 5px;
  bottom: -8px;
  padding: 0 3px;
  font-size: 12px;
  color: red;
}

input[type="radio"] {
  /*background: #f6f6f6;*/
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #dbdbdb;
  margin-bottom: 8px;
}

input[type="checkbox"] {
  /*background: #f6f6f6;*/
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-bottom: 8px;
  border: 1px solid #dbdbdb;
}

select {
  border: 1px solid #dbdbdb;
  border-radius: 0;
  /*background: #f6f6f6;*/
  margin-bottom: 8px;
  padding: 3px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a8a4a4;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #a8a4a4;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #a8a4a4;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #a8a4a4;
}

.wpcf7-radio {
  display: flex;
}
.wpcf7-radio > span {
  display: inline-block;
  width: 100px;
}
.wpcf7-radio > span > * {
  display: inline-block;
  width: auto !important;
}
.wpcf7-radio > span span {
  padding-left: 10px;
}

.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: #656464;
  font-size: 16px;
}
.ccf-form .form-group.wp-date label:after {
  content: "*";
}
.ccf-form .field {
  clear: none;
}
.ccf-form select {
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px !important;
}
.ccf-form .t-view-m-50pc.odd {
  padding-right: 10px;
}
.ccf-form .t-view-m-50pc.even {
  padding-left: 10px;
}
.ccf-form .field-type-dropdown, .ccf-form .am-pm {
  position: relative;
  display: inline-block;
  padding: 0 !important;
}
.ccf-form .field-type-dropdown br {
  display: none;
}
.ccf-form .am-pm:after, .ccf-form .field-type-dropdown:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 8px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #000;
  border-left: 10px solid transparent;
  transform: rotate(-45deg);
  pointer-events: none;
}
.ccf-form .am-pm:before, .ccf-form .field-type-dropdown:before {
  content: "";
  position: absolute;
  top: 16px;
  right: 8px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid #000;
  transform: rotate(-135deg);
  pointer-events: none;
}
@media (min-width: 501px) {
  .ccf-form .t-view-s-50pc.odd {
    padding-right: 10px;
  }
  .ccf-form .t-view-s-50pc.even {
    padding-left: 10px;
  }
  .ccf-form .simple-date {
    overflow: visible;
  }
  .ccf-form .simple-date label {
    display: block !important;
    margin-top: -15px;
    font-weight: 400 !important;
    font-size: 14px;
    color: #777;
    margin-bottom: -0px !important;
  }
}

.gform_wrapper {
  padding-bottom: 20px;
}
.gform_wrapper .gsection_title {
  font-weight: 400 !important;
  border-bottom: 0;
  font-size: 24px !important;
}
.gform_wrapper .gsection {
  border: none !important;
}
.gform_wrapper .gfield.gsection.empty {
  display: none;
}
.gform_wrapper .top_label input.medium {
  width: 100% !important;
}
.gform_wrapper .gform_body li select, .gform_wrapper .gform_body li select.medium {
  margin: 0 1px;
  width: -webkit-calc(100% - 2px);
  width: -moz-calc(100% - 2px);
  width: -o-calc(100% - 2px);
  width: -ms-calc(100% - 2px);
  width: calc(100% - 2px);
}
.gform_wrapper .gfield_label {
  font-weight: 500 !important;
}
.gform_wrapper ul .gsection .gsection_title {
  margin-top: 50px !important;
}
.gform_wrapper ul .gfield.gsection.empty + .gsection h2 {
  margin-top: 0px !important;
}
.gform_wrapper .gfield_error {
  background-color: #fff !important;
}
.gform_wrapper .validation_error {
  background: #3A8EDE !important;
  color: #fff !important;
  padding: 20px !important;
  border: none !important;
}
.gform_wrapper .gfield_error .validation_message {
  background-color: #3A8EDE !important;
  display: block !important;
  color: #fff !important;
  padding: 3px 5px !important;
  margin: 5px 0 !important;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #3A8EDE !important;
}
.gform_wrapper [type='radio'], .gform_wrapper [type='checkbox'] {
  margin: 2px 3px 2px 0px;
}
@media (min-width: 767px) {
  .gform_wrapper .gform_body ul.t-view-m-50pc:nth-child(even) {
    padding-right: 20px !important;
  }
  .gform_wrapper .gform_body ul.t-view-m-50pc:nth-child(odd) {
    padding-left: 20px !important;
  }
}
@media (max-width: 767px) {
  .gform_wrapper label, .gform_wrapper label.gfield_label, .gform_wrapper li {
    text-align: left !important;
  }
}

.ccf-form .ccf-form-complete {
  font-size: 26px;
  text-align: center;
}

/*!

Mantle 

*/
@media (min-width: 1023px) {
  .mantle {
    min-height: 450px;
  }
}
@media (max-width: 501px) {
  .mantle {
    min-height: 200px;
  }
}
@media (min-width: 501px) and (max-width: 1023px) {
  .mantle {
    min-height: 280px;
  }
}
.teardrop-content {
  max-width: 550px;
}
.teardrop-content p {
  font-size: 18px;
  color: #393939;
}

/*

Custom blog pages

*/
.mod-m2.bloglinks .item h3 {
  font-size: 16px;
}

.link-text-more {
  text-transform: uppercase;
  color: #43B1C5;
  font-size: 14px;
}

.article-block:hover .link-text-more {
  color: #12367E;
}

.link-text-more:after {
  content: '';
  border-top: 1px solid;
  border-right: 1px solid;
  display: inline-block;
  width: 6px;
  height: 6px;
  position: Relative;
  top: -2px;
  margin-left: 3px;
  transform: rotate(45deg);
}

@media (min-width: 500px) {
  .article-block .image-thumb {
    width: 145px;
    float: left;
    margin-right: 20px;
  }

  .article-block .image-thumb img {
    object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .article-block .image-thumb {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid;
  }

  .article-block .image-thumb img {
    object-fit: cover;
    width: 100%;
  }
}
.blog-index .attachment-post-thumbnail, .blog-list .attachment-post-thumbnail {
  height: auto;
  border: 1px solid #efefef;
}
@media (min-width: 767px) {
  .blog-index .blog-index-thumb .padding, .blog-list .blog-index-thumb .padding {
    padding-left: 20px;
  }
}
.blog-index img.attachment-post-thumbnail, .blog-list img.attachment-post-thumbnail {
  display: block;
}
@media (max-width: 1295px) {
  .blog-index .articles, .blog-list .articles {
    padding: 15px;
  }
  .blog-index hr, .blog-list hr {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-index .article-list, .blog-list .article-list {
    text-align: center;
  }
  .blog-index img.attachment-post-thumbnail, .blog-list img.attachment-post-thumbnail {
    margin-right: auto;
    margin-left: auto;
  }
}
.blog-index .article-list .post-date, .blog-list .article-list .post-date {
  font-size: 14px;
  font-weight: 500;
}
.blog-index .recent-posts a, .blog-list .recent-posts a {
  line-height: 1em;
}
.blog-index .recent-posts a:hover, .blog-list .recent-posts a:hover {
  color: #43B1C5;
}
.blog-index .recent-posts .post-date, .blog-list .recent-posts .post-date {
  padding-bottom: 5px;
  font-weight: 600;
}
.blog-index .blog-index-summary p, .blog-list .blog-index-summary p {
  font-size: 14px;
  line-height: 1.3em;
}
.blog-index .blog-index-summary img, .blog-list .blog-index-summary img {
  display: none;
}
.blog-index .blog-index-summary h3 strong, .blog-list .blog-index-summary h3 strong {
  font-weight: normal;
  padding-bottom: 10px;
  display: inline-block;
}
.blog-index .blog-index-title, .blog-list .blog-index-title {
  line-height: 1.1em;
  font-weight: 300;
  letter-spacing: .08em;
}

.article .blog-list p img {
  height: auto;
}

@media (max-width: 1290px) {
  .article .blog-list aside {
    padding-left: 10px;
  }
}
.blog .size-h {
  padding: 40px 20px;
  border-bottom: 1px solid #efefef;
  position: relative;
}
.blog.tmplt-index .size-h:nth-child(3n), .blog.blog.tmplt-index .size-h:nth-child(3n) {
  border-right: none;
}
.blog .size-h:last-child {
  border-bottom: none;
}
.blog .size-h .summary h2, .blog .size-h .summary p {
  text-align: left;
}
.blog.post .mantle h1 {
  font-weight: 400;
  text-align: center;
}
.blog.post .mantle p {
  font-size: 18px !important;
  text-align: center;
}
.blog.post .mantle p a {
  color: white !important;
  border-bottom: none !important;
}
.blog.post .mantle p a:hover {
  color: #000000 !important;
}
.blog.post .size-h .summary h2 {
  font-size: 18px !important;
}
@media (min-width: 1024px) {
  .blog .size-h {
    padding: 37.5px;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }
  .blog.tmplt-index .size-h:nth-last-child(3), .blog .size-h:nth-last-child(2), .blog.blog.tmplt-index .size-h:nth-last-child(3) {
    border-bottom: none;
  }
}
.blog .tag-link {
  display: block;
  margin-bottom: 50px;
}
.blog .size-h .sizer * {
  z-index: 4;
  position: relative;
}
.blog .size-h .sizer .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity .3s ease;
}
.blog .size-h .sizer .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(16, 99, 152, 0.8);
}
.blog .size-h:hover .image {
  opacity: 1;
}
.blog .size-h:hover {
  color: white;
}
.blog .index-nav a {
  font-size: 20px;
  padding: 5px 10px;
  color: #007D9C;
  font-weight: 400;
}
.blog .index-nav a:hover {
  color: #43B1C5;
}
.blog .index-nav a.active {
  color: #DB4F7A;
}

.blog.post .article-content h2 + p, .blog.post .article-content h3 + p, .blog.post .article-content h4 + p, .blog.post .article-content h5 + p {
  margin-top: 10px;
}
.blog.post .article-content .share-text {
  display: inline-block;
  padding-right: 20px;
}
.blog.post .article-content .share-links li {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-right: 8px;
}
.blog.post .article-content .share-links {
  display: flex;
  align-items: center;
}
.blog.post .article-content .share-links ul {
  display: inline-block;
}
.blog.post .article-content .share-links li span {
  display: table;
  height: 100%;
  width: 34px;
}
.blog.post .article-content .share-links li span::before {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.blog.post .article-content .share-links li:hover {
  background-color: #007D9C;
  color: white;
}
.blog.post .article-content .article-links a:first-child::before, .blog.post .article-content .article-links a:nth-child(2)::after {
  content: "";
  display: inline-block;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  position: Relative;
}
.blog.post .article-content .article-links a:first-child::before {
  border-right: 5px solid;
  margin-right: 8px;
}
.blog.post .article-content .article-links a:nth-child(2)::after {
  border-left: 5px solid;
  margin-left: 8px;
}
.blog.post .article-content .article-links a:nth-child(2) {
  text-align: right;
}
.blog.post .article-content ul, .blog.post .article-content ol {
  margin: 25px 0;
}
.blog.post .article-content blockquote {
  border-top: 1px solid #007D9C;
  border-bottom: 1px solid #007D9C;
  padding: 20px;
  margin: 62.5px 0;
  position: relative;
  overflow: visible;
}
.blog.post .article-content blockquote p {
  position: relative;
  overflow: visible;
  font-size: 18px;
  font-style: italic;
  color: #555;
}
.blog.post .article-content blockquote p:first-of-type:before {
  content: open-quote;
  font-size: 40px;
  display: inline;
  position: absolute;
  left: -15px;
}
.blog.post .article-content blockquote p:last-of-type:after {
  content: close-quote;
  font-size: 40px;
  display: inline-block;
  position: relative;
  top: 23px;
  right: -5px;
  line-height: 0;
}
.blog.post .article-content .article-txt ol {
  background-color: #efefef;
  display: block;
  padding: 40px 40px 40px 50px !important;
  margin-bottom: 50px;
}
.blog.post .article-content .article-txt li {
  padding-bottom: 10px;
}
.blog.post .article-content .article-txt ul li {
  list-style-type: disc;
}
.blog.post .article-content .tag-link {
  display: inline-block;
}
.blog.post .article-content .tag-link:hover {
  background-color: #007D9C;
}
@media (min-width: 767px) {
  .blog.post .article-content .article-links a {
    display: block;
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  .blog.post .article-content .article-links {
    text-align: center;
  }
  .blog.post .article-content .article-links a {
    display: inline-block;
    padding: 0 10px;
  }
}

/*

Blog Index and Artile posts 

*/
.article .image {
  margin-bottom: 20px;
}

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

.article .auth {
  display: block;
}

.article-block {
  color: black;
}
.article-block .image {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-color: #e1e1e1;
  display: block;
}
.article-block .summary p {
  line-height: 1.2em;
}
.article-block .summary h2 {
  font-family: 'Lato', sans-serif;
  text-transform: none;
}
.article-block .props + a .summary {
  margin-top: 0px;
}
.article-block .summary p {
  padding: 12px 0 14px;
  margin: 0;
}
.article-block .props > * {
  line-height: 1.5em;
  display: inline-block;
  position: relative;
  float: left;
}
.article-block .next-thumb.t-show-under-m {
  float: right;
  margin-left: 10px;
}
.article-block .tag-link {
  margin-top: 10px;
  font-size: 14px;
}
.article-block .tag-link:hover {
  color: #12367E;
}
.article-block .media-flag {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: 5px center;
  color: transparent;
}
.article-block .media-flag.video {
  background-image: url("assets/images/tag-video.png");
  padding: 2px 70px 1px 0;
}
.article-block .media-flag.audio {
  background-image: url("assets/images/tag-audio.png");
  padding: 2px 86px 1px 0;
}

@media (min-width: 501px) and (max-width: 767px) {
  .article-links {
    padding-right: 18.75px;
    padding-left: 18.75px;
  }
}
@media (min-width: 501px) {
  .article-links > div {
    margin: 0 -18.75px;
  }

  .article-links .article {
    padding: 0 18.75px;
  }
}
@media (min-width: 1024px) {
  .post-nav {
    border-left: 1px solid #43B1C5;
  }
}
.post-nav a {
  border-top: 1px solid #43B1C5;
  padding: 8px 0;
  display: block;
  font-size: 18px;
  color: #007D9C;
}
.post-nav a:hover {
  color: #12367E;
}

@media (min-width: 501px) and (max-width: 1023px) {
  .tmplt-index .article-links.article-index .t-view-m-fit-2 > div, .tmplt-index .article-links.article-index .t-view-m-fit-3 > div, .page.podcasts .article-links.article-index .t-view-m-fit-2 > div, .page.podcasts .article-links.article-index .t-view-m-fit-3 > div {
    width: 50%;
    float: left;
  }
  .tmplt-index .article-links.article-index .t-view-m-fit-2 > div:nth-child(even), .tmplt-index .article-links.article-index .t-view-m-fit-3 > div:nth-child(even), .page.podcasts .article-links.article-index .t-view-m-fit-2 > div:nth-child(even), .page.podcasts .article-links.article-index .t-view-m-fit-3 > div:nth-child(even) {
    padding-right: 15px;
  }
  .tmplt-index .article-links.article-index .t-view-m-fit-2 > div:nth-child(odd), .tmplt-index .article-links.article-index .t-view-m-fit-3 > div:nth-child(odd), .page.podcasts .article-links.article-index .t-view-m-fit-2 > div:nth-child(odd), .page.podcasts .article-links.article-index .t-view-m-fit-3 > div:nth-child(odd) {
    padding-left: 15px;
    padding-right: 0px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .bottom-modules .listen-poll-module > div {
    float: left;
    width: 50%;
  }
}
@media (max-width: 501px) {
  .article-links .article-block .summary {
    padding: 0 15px;
  }

  .article-links .article-block a.cat {
    padding: 0 15px;
  }

  .article-links .article-block .tag-link {
    padding: 0 0px;
  }

  .article-links .article-block .summary p, .article-block .tag-link p {
    padding-left: 0;
    text-align: left;
  }
  .article-links .article-block .summary h2, .article-block .tag-link h2 {
    margin-top: 0;
    padding-top: 5px;
    text-align: left;
  }

  .article-links .size-h {
    height: auto !important;
  }
  .article-links .size-h a:not(.tag-link) {
    padding-bottom: 40px;
  }

  .article-links .ad-unit-300x250.google_ad {
    margin-bottom: 30px;
  }

  .bottom-modules .taboola-podcast-module > div {
    padding-right: 0px;
  }

  .article-links .props {
    overflow: hidden;
    min-height: 30px;
  }
  .article-links .props .tag-link {
    background-color: transparent;
    color: #EF3025;
    position: relative;
    display: block;
    float: left;
    margin-top: 10px;
    left: 10px;
    padding-bottom: 0px;
  }
  .article-links .props .tag-link:hover {
    color: #12367E;
  }
  .article-links .props .media-flag {
    float: right;
    margin-right: 3px;
  }

  .article-links .sizer {
    padding-bottom: 75px;
  }
}
@media (min-width: 501px) {
  .article-links .ad-300x250 {
    float: right !important;
  }
}
@media (max-width: 1023px) {
  .article-links .header-top_article div {
    margin: 0 25px 0 25px;
  }
}
@media (max-width: 1023px) {
  .index-items .crop {
    margin: 0 15px 0 15px;
  }
}
@media (min-width: 767px) {
  .tmplt-index .pre-links .article1, .page.podcasts .pre-links .article1 {
    padding-right: 25px;
  }
  .tmplt-index .pre-links .article2, .page.podcasts .pre-links .article2 {
    padding: 0 25px;
  }
}
@media (min-width: 1023px) {
  .tmplt-index .pre-links .article1, .page.podcasts .pre-links .article1 {
    padding-right: 40px;
  }
  .tmplt-index .pre-links .article2, .page.podcasts .pre-links .article2 {
    padding: 0 20px;
  }
}

.index-nav {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.index-nav a {
  color: #007D9C;
  display: inline-block;
}

.index-nav .pgnum a {
  display: inline-block;
  text-align: center;
  padding: 2px 8px;
  margin: 0 2px;
}
.index-nav .pgnum a.active {
  background-color: #007D9C;
  color: #fff;
}

.index-nav .pgnum a:hover {
  background: #12367E;
  color: #fff;
}

.pag-action.next a:after, .pag-action.prev a:before {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  position: relative;
  top: -2px;
  display: inline-block;
}

.pag-action.next a:after {
  transform: rotate(45deg);
}

.pag-action.prev a:before {
  transform: rotate(225deg);
}

@media (max-width: 700px) {
  /*.pgnum{
  
  	display: none;
  	position:relative;
  }
  
  .index-nav .pgnums{
  	border-right:1px solid #ccc;
  	
  }
  
  .pag-action.nex a:after,.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
  }
  
  .pag-action.nex a:after{
  	border-left: 10px solid $t-color-secondary;
  	right: -10px;
  }
  .pag-action.prev a:before{
  	border-right: 10px solid $t-color-secondary;
  	left: -10px;
  }
  */
}
.pag-action {
  position: relative;
}

.pag-action a {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .pag-action.nex.t-show-under-m, .pag-action.prev.t-show-under-m {
    display: inline-block;
  }
}
.mod-txt .article-block {
  text-align: left;
}
.mod-txt .article-block .summary h2 {
  color: black;
}

.baloon {
  position: relative;
  overflow: visible;
  pointer-events: none;
}
.baloon:before {
  content: "";
  display: block;
  position: absolute;
  top: -56px;
  height: 30px;
  left: 10px;
  background: url(/wp-content/themes/kirk/assets/images/kirk-balloon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 78px;
}
.baloon:after {
  content: "";
  position: absolute;
}

.baloon-video:after {
  content: "";
  position: absolute;
  top: -40px;
  left: 35px;
  display: block;
  border-top: 15px solid transparent;
  border-left: 20px solid white;
  border-bottom: 15px solid transparent;
}

.baloon-podcast:after {
  top: -43px;
  height: 35px;
  width: 30px;
  background-repeat: no-repeat !important;
  background-size: auto 33px !important;
  left: 34px;
  display: block;
  background: url(/wp-content/themes/kirk/assets/images/icon-baloon-podcast.png);
}

@media (min-width: 767px) {
  .m1_2clmn {
    display: flex;
  }
  .m1_2clmn h2 {
    font-size: 28px;
  }

  .m1_2clmn > * {
    width: 50%;
    float: left;
  }

  .m1_2clmn:not(.t-contain) .mod:nth-child(1) .t-contain {
    margin-right: 0;
  }
  .m1_2clmn:not(.t-contain) .mod:nth-child(2) .t-contain {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .m1_2clmn :nth-child(1) {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .m1_2clmn h2 {
    font-size: 24px;
  }
}
@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: 1023px) {
  .mod-m1-clmns {
    /* Wider right */
    /* Wider left */
  }
  .mod-m1-clmns .colmn_sz_45-55 .mod-m1:first-child {
    width: 45%;
  }
  .mod-m1-clmns .colmn_sz_45-55 .mod-m1:last-child {
    width: 55%;
  }
  .mod-m1-clmns .colmn_sz_40-60 .mod-m1:first-child {
    width: 40%;
  }
  .mod-m1-clmns .colmn_sz_40-60 .mod-m1:last-child {
    width: 60%;
  }
  .mod-m1-clmns .colmn_sz_35-65 .mod-m1:first-child {
    width: 35%;
  }
  .mod-m1-clmns .colmn_sz_35-65 .mod-m1:last-child {
    width: 65%;
  }
  .mod-m1-clmns .colmn_sz_30-70 .mod-m1:first-child {
    width: 30%;
  }
  .mod-m1-clmns .colmn_sz_30-70 .mod-m1:last-child {
    width: 70%;
  }
  .mod-m1-clmns .colmn_sz_25-75 .mod-m1:first-child {
    width: 25%;
  }
  .mod-m1-clmns .colmn_sz_25-75 .mod-m1:last-child {
    width: 75%;
  }
  .mod-m1-clmns .colmn_sz_20-80 .mod-m1:first-child {
    width: 20%;
  }
  .mod-m1-clmns .colmn_sz_20-80 .mod-m1:last-child {
    width: 80%;
  }
  .mod-m1-clmns .colmn_sz_15-75 .mod-m1:first-child {
    width: 15%;
  }
  .mod-m1-clmns .colmn_sz_15-75 .mod-m1:last-child {
    width: 75%;
  }
  .mod-m1-clmns .colmn_sz_20-80 .mod-m1:first-child {
    width: 20%;
  }
  .mod-m1-clmns .colmn_sz_20-80 .mod-m1:last-child {
    width: 80%;
  }
  .mod-m1-clmns .colmn_sz_15-85 .mod-m1:first-child {
    width: 20%;
  }
  .mod-m1-clmns .colmn_sz_15-85 .mod-m1:last-child {
    width: 80%;
  }
  .mod-m1-clmns .colmn_sz_10-90 .mod-m1:first-child {
    width: 20%;
  }
  .mod-m1-clmns .colmn_sz_10-90 .mod-m1:last-child {
    width: 80%;
  }
  .mod-m1-clmns .colmn_sz_55-45 .mod-m1:first-child {
    width: 55%;
  }
  .mod-m1-clmns .colmn_sz_55-45 .mod-m1:last-child {
    width: 45%;
  }
  .mod-m1-clmns .colmn_sz_60-40 .mod-m1:first-child {
    width: 60%;
  }
  .mod-m1-clmns .colmn_sz_60-40 .mod-m1:last-child {
    width: 40%;
  }
  .mod-m1-clmns .colmn_sz_65-35 .mod-m1:first-child {
    width: 65%;
  }
  .mod-m1-clmns .colmn_sz_65-35 .mod-m1:last-child {
    width: 35%;
  }
  .mod-m1-clmns .colmn_sz_70-30 .mod-m1:first-child {
    width: 70%;
  }
  .mod-m1-clmns .colmn_sz_70-30 .mod-m1:last-child {
    width: 30%;
  }
  .mod-m1-clmns .colmn_sz_75-25 .mod-m1:first-child {
    width: 75%;
  }
  .mod-m1-clmns .colmn_sz_75-25 .mod-m1:last-child {
    width: 25%;
  }
  .mod-m1-clmns .colmn_sz_80-20 .mod-m1:first-child {
    width: 80%;
  }
  .mod-m1-clmns .colmn_sz_80-20 .mod-m1:last-child {
    width: 20%;
  }
  .mod-m1-clmns .colmn_sz_85-15 .mod-m1:first-child {
    width: 85%;
  }
  .mod-m1-clmns .colmn_sz_85-15 .mod-m1:last-child {
    width: 15%;
  }
  .mod-m1-clmns .colmn_sz_90-10 .mod-m1:first-child {
    width: 90%;
  }
  .mod-m1-clmns .colmn_sz_90-10 .mod-m1:last-child {
    width: 10%;
  }
}
.mod.vid-bg {
  position: relative;
  background-size: cover;
  height: 50vh;
}
.mod.vid-bg .vid-pos {
  position: absolute;
  background: black;
}
.mod.vid-bg .youtube-vid {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mod.vid-bg .vid-tint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.mod.vid-bg .vid-pos {
  z-index: 1;
}
.mod.vid-bg .t-contain {
  z-index: 3;
  position: Relative;
}

@media (max-width: 767px) {
  .mod.vid-bg {
    height: 200px;
  }
  .mod.vid-bg.t-flex-align {
    display: flex;
  }
  .mod.vid-bg.t-flex-align.t-flex-center {
    align-items: stretch;
  }
  .mod.vid-bg.t-flex-align.t-flex-center > * {
    align-items: center;
    display: flex;
  }
}
.m1_2clmn .full-width .t-contain {
  width: 100%;
}

.m1_2clmn .mod-m1.floating-overlay .t-contain {
  padding: 37.5px;
}

@media (min-width: 767px) and (max-width: 968px) {
  .m1_2clmn .mod-m1.floating-overlay .t-contain {
    padding: 40px;
    margin: 0 30px;
  }
}
/*

Module M2 : Slideshow or Grid

*/
.slideshow {
  padding: 0;
  width: 100%;
  min-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 ul.slides {
  position: absolute;
}
.slideshow ul.slides > li {
  position: relative;
  float: left;
  height: 100%;
  display: block;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  clear: none !important;
}
.slideshow ul.slides > li[data-ratio=wide] {
  /*background-size: 100% auto;*/
}
.slideshow ul.slides > li[data-ratio=tall] {
  /*background-size: auto 100%;*/
}
.slideshow ul.slides > li:not(.fitimg) {
  background-size: cover;
}
.slideshow ul.slides > li.fitimg {
  background-size: contain;
}
.slideshow ul.slides > li img {
  display: block;
}
.slideshow ul.slides > li iframe {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  z-index: 50;
}
.slideshow ul.slides > li .text {
  position: relative;
  z-index: 100;
}
.slideshow ul.slides > li h2 {
  overflow: visible;
}
.slideshow ul.slides > li h2 h3.t-txt-h2 {
  font-size: 30px !important;
}
.slideshow[data-dir="vert"] ul.slides li {
  float: none !important;
}
.slideshow[data-dir="vert"] .slide-view {
  height: 100%;
  position: absolute;
}
.slideshow[data-dir="vert"] .slides {
  position: relative;
}
.slideshow.ease .slides {
  -webkit-transition: left 0.3s ease, top 0.3s ease;
  -moz-transition: left 0.3s ease, top 0.3s ease;
  -ms-transition: left 0.3s ease, top 0.3s ease;
  -o-transition: left 0.3s ease, top 0.3s ease;
  transition: left 0.3s ease, top 0.3s ease;
}
.slideshow .scrolltext {
  display: inline-block;
  position: relative;
  overflow: visible;
  height: 30px;
  min-width: 300px;
}
.slideshow .scrolltext div {
  position: absolute;
  transition: top .3s ease,-webkit-filter .1s ease, -moz-filter .1s ease, -o-filter .1s ease, -ms-filter .1s ease, filter .1s ease;
  padding-right: 15px;
}
.slideshow .scrolltext .blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.mantle-slides .slide h3 {
  font-size: 40px;
  font-weight: bold;
  font-family: Univers LT Std Condensed;
  line-height: 1em !Important;
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .mantle-slides .slide h3 {
    font-size: 40px;
    font-weight: bold;
  }
  .mantle-slides .slide .t-txt-sm, .mantle-slides .slide .t-txt-sm p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .mantle-slides .slide h3 {
    font-size: 30px;
    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;
  left: 0px;
}

.slide-nav .btn-next {
  position: absolute;
  left: calc(100vw - 76px);
}

.slide-nav li {
  height: 100%;
  z-index: 200;
  overflow: visible;
}

.slide-nav li em {
  display: block;
  width: 60px;
  height: 90px;
  top: 50%;
  margin-top: -40px;
  position: relative;
  cursor: pointer;
  background: #12367E;
}

.slide-nav li.mute {
  display: none;
}

.slide-nav li {
  opacity: .5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.slide-nav li:hover {
  opacity: 1;
  cursor: pointer;
}

.slide-nav li em:after {
  display: block;
  content: " ";
  border: 3px solid white;
  width: 35px;
  height: 35px;
  position: absolute;
  margin-left: -13px;
  top: 27px;
  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: #12367E;
  opacity: 1;
}

.indicator-alt .indicator li {
  background-color: #e8e8e8;
}
.indicator-alt .indicator li.on {
  opacity: 1;
}

.indicator-bg-clr1 .indicator-box {
  background-color: #12367E;
}

.indicator-bg-clr2 .indicator-box {
  background-color: #EF3025;
}

.indicator-bg-clr3 .indicator-box {
  background-color: #007D9C;
}

.indicator-bg-clr4 .indicator-box {
  background-color: #43B1C5;
}

.indicator-bg-clr5 .indicator-box {
  background-color: #DB4F7A;
}

@media (max-width: 767px) {
  .slideshow.mantle {
    min-height: 400px !important;
  }
}
.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: #12367E !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: #DB4F7A;
}

@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,.mod-m2 .slide .text {
	h3 + * , .mod-txt + * {
		margin-top: $t-site-padding/4;
	}
}

@media(max-width:$t-tablet-portrait){

	.mod-m2 .info,.mod-m2 .slide .text{
		h3 + * , .mod-txt + * {
			margin-top: $t-site-padding/4;
		}
	}

}
*/
.mod-m2.news-links .item .button {
  padding: 3px 0px 2px;
  background: none;
  color: #43B1C5;
  font-weight: 400;
}
.mod-m2.news-links .item .button:hover {
  color: #12367E;
}

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

.mod-m2.nurse-grid-titles h3 + p {
  margin-top: 10px !important;
}

.m2-littletxt .info h3 {
  font-size: 16px;
}

/*

M6 : Sticky Column

*/
.m6-items .m6-item img {
  object-fit: cover;
  width: 100% !important;
  height: auto !important;
}

@media (min-width: 501px) {
  .has-m6:not(body), .mod-m6, .mod-m6 * {
    overflow: visible;
  }

  .m6-stick-l .m6-columns {
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
    flex-direction: row-reverse;
  }

  .m6-columns {
    display: flex;
    flex-wrap: nowrap;
  }
  .m6-columns .m6_stickied {
    overflow: visible;
  }
  .m6-columns .m6_stickied {
    position: sticky;
    position: -webkit-sticky;
    top: 50%;
  }
  .m6-columns > div {
    width: 50%;
  }
  .m6-columns .m6-item {
    height: 75vh;
  }
}
@media (max-width: 501px) {
  .m6-items {
    display: flex;
  }
  .m6-items .m6-item {
    width: 50%;
  }
}
/*!

Custom module tweaks

*/
.mod {
  background-position: center;
  background-size: cover;
}
.mod.fixed {
  background-attachment: fixed;
}

.mod.mod-m1 .mod-txt h2 {
  padding-bottom: 25px;
}
.mod.mod-m1 .mod-txt ul {
  margin-top: 0;
  margin-bottom: 0;
}
.mod.mod-m1 .mod-txt p:last-of-type {
  margin-bottom: 26px;
}

.mod-txt p a, .mod-txt li a {
  border-bottom: 1px solid;
  color: #EF3025;
  text-decoration: none;
  font-weight:bold;
}
.mod-txt p a:hover, .mod-txt li a:hover {
  color: #12367E;
}

.mod-txt ul {
  display: inline-block;
  padding-left: 20px;
}
.mod-txt ul li {
  text-align: left;
  padding-bottom: 10px;
  line-height: 1.2em;
}
.mod-txt ul.checkmarks {
  list-style: none !important;
}
.mod-txt ul.checkmarks li:before {
  content: "√ ";
  font-weight: bold;
  position: relative;
  padding-right: 10px;
  margin-left: -20px;
  display: inline-block;
  font-size: 18px;
  color: #22a386;
}
.mod-txt img {
  margin: auto;
}

.section-rule {
  max-width: 1280px;
  margin: auto;
}

.mod-txt iframe[src*="youtube"], .mod-txt iframe[src*="vimeo"] {
  width: 100% !important;
  height: 50vw !important;
  max-height: 650px;
  max-height: 450px;
  max-width: 800px;
  box-sizing: border-box;
}

.mod a .mod-txt, .mod a .info, .mod a h1, .mod:not(.txt-lght) a h2, .mod:not(.txt-lght) a h3 {
  color: #12367E;
}

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

.mod .button {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
  padding: 10px;
  font-weight: 300;
  border: 1px solid #ccc;
}

.mod:not(.txt-lght) .modlink {
  display: block;
}
.mod:not(.txt-lght) .modlink:hover .button {
  color: #fff;
}

.mod.txt-lght .modlink:hover .button {
  background-color: #12367E;
  color: #fff;
}

.mod-m2 .modlink .thumb {
  color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
  margin-top: 8px;
  margin-right: 8px;
  margin-left: 8px;
  height: 210px;
}
.mod-m2 .modlink .thumb img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.mod.mod-m1.t-txt\:bot {
  align-items: flex-end !important;
}

.mod.mod-m1.t-txt\:top {
  align-items: flex-start !important;
}

.txt-lght {
  color: #fff;
}
.txt-lght p, .txt-lght h1, .txt-lght h2, .txt-lght h3, .txt-lght h4, .txt-lght h5, .txt-lght .txt-stylized {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mod.mod-m2 .t-valigner {
  max-width: 1280px;
  margin: auto;
}

.t-txt\:lt\:t > .t-valigner > .t-valign {
  vertical-align: top;
  text-align: left;
}

.t-txt\:cntr\:t > .t-valigner > .t-valign {
  vertical-align: top;
  text-align: center;
}

.t-txt\:rt\:t > .t-valigner > .t-valign {
  vertical-align: top;
  text-align: right;
}

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

.mod-m2.static-img .slide {
  background-attachment: fixed !important;
}

@media (max-width: 1023px) {
  .mod-m2.static-img .slide {
    background-attachment: scroll !important;
  }
}
@media (max-width: 1290px) {
  .mod-m2 .slide .t-valign {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.mod:not(.mod-m4).border {
  position: relative;
}

.mod:not(.mod-m4).border .t-contain {
  position: relative;
  z-index: 5;
}

.mod:not(.mod-m4).border:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3);
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  z-index: 3;
  display: block;
}

.mod-m4.border .img {
  position: relative;
}

.mod-m4.border .img {
  position: relative;
  z-index: 5;
}

.mod-m4.border .img:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3);
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  z-index: 3;
  display: block;
}

.m4-row {
  border-bottom: 1px solid #e8e8e8;
}

.m4-row:last-of-type {
  border-bottom: none;
}

@media (min-width: 767px) {
  .m4-row .img {
    width: 35%;
  }

  .m4-row .img.fitimg {
    min-height: 200px;
  }

  .m4-row > div:not(.img) {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .m4-row {
    text-align: center;
  }
  .m4-row .img.fitimg {
    margin-bottom: 25px;
  }
  .m4-row .img.fitimg img {
    max-width: 200px;
  }
}
@media (max-width: 501px) {
  .mod-m2 .slide .t-contain {
    padding: 25px 37.5px 37.5px;
    border-radius: 40px 0 30px 0;
  }
}
.slideshow .slides li {
  width: 100vw;
}
.slideshow .t-valign {
  max-width: 700px;
  margin: auto auto auto 0;
  padding: 75px 0;
}
.slideshow .t-valign .t-contain {
  margin: 0;
  color: white;
  width: 100%;
  border-radius: 50px 0 50px 0;
}

.teardrop\:bg1 .t-contain {
  background-color: rgba(18, 54, 126, 0.95);
  /* Blue */
}
.teardrop\:bg2 .t-contain {
  background-color: rgba(239, 48, 37, 0.95);
  /* Red */
}
.teardrop\:bg3 .t-contain {
  background-color: rgba(0, 125, 156, 0.95);
  /* Teal */
}
.teardrop\:bg4 .t-contain {
  background-color: rgba(67, 177, 197, 0.95);
  /* Teal2 */
}
.teardrop\:bg5 .t-contain {
  background-color: rgba(219, 79, 122, 0.95);
  /* Hot Pink */
}
.teardrop\:bg6 .t-contain {
  background-color: rgba(180, 194, 80, 0.95);
  /* Green */
}
.teardrop\:bg7 .t-contain {
  background-color: rgba(245, 129, 41, 0.95);
}

/*# sourceMappingURL=style.css.map */
.search-box {
  max-height: 0px;
  transition: max-height .3s ease;
}

.show-search .search-box {
  max-height: 100px;
}

.search-box .search-field {
  max-width: 500px;
  padding: 8px 0 0px;
}

.search-box .search-field [type="text"] {
  color: black;
}

.utility-nav .fa:before {
  font-size: 23px;
  padding: 15px;
}

.utility-nav .fa a {
  font-size: 0;
  padding: 0;
}

.search-box .btn-search {
  padding: 10px;
  margin: -10px 0 0 10px;
  cursor: pointer;
}

@media (min-width: 767px) {
  .search-box .btn-search::before {
    display: none !important;
    opacity: 0;
  }

  .search-box .btn-search:hover {
    background-color: white;
    color: #EF3025;
  }
}
@media (max-width: 767px) {
  .search-box {
    padding-left: 8px;
  }

  .search-box .btn-search {
    padding: 10px;
    margin: -10px 10px 0 10px;
    background-color: transparent;
    min-width: 50px;
  }

  .search-box .fa:before {
    font-size: 23px;
    padding: 15px;
    color: white !important;
  }

  .search-box .fa {
    font-size: 0;
    padding: 0;
  }

  .utility-nav .fa {
    display: none !important;
  }

  header .utility-nav {
    top: auto;
    bottom: 15px;
  }

  header .t-nav-mobile .btn-search {
    position: Relative;
  }

  header .t-nav-mobile .btn-search::before {
    position: Absolute;
    right: calc(50% - 60px);
    top: 14px;
    color: #12367E;
    font-size: 18px;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
}
.show-search .utility-nav .fa:before {
  color: #EF3025;
}

.show-search .t-nav-mobile .btn-search a, .show-search .t-nav-mobile .btn-search.fa:before {
  color: white !important;
}

.show-search .t-nav-mobile .btn-search {
  background-color: #EF3025 !important;
}

.location-finder #filtersdiv {
  padding: 10px 0;
}
.location-finder #filtersdiv select {
  margin: 0 15px;
}
.location-finder div#map_canvas div {
  overflow: visible;
}
.location-finder .resultblock p {
  margin: 5px 0 !important;
}
.location-finder .resultblock {
  position: Relative;
  align-items: center;
  width: 100%;
}
@media (min-width: 767px) {
  .location-finder .resultblock {
    display: flex;
  }
}
@media (max-width: 767px) {
  .location-finder .resultblock > a {
    margin-top: 20px;
  }
  .location-finder #filtersdiv > * {
    padding: 10px 0;
  }
  .location-finder #filtersdiv select {
    margin: 0;
    width: 100%;
  }
}
.location-finder .result_left {
  width: 100%;
}
.location-finder .resultblock > a {
  white-space: nowrap;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.location-finder #mainmap {
  min-height: 400px;
  background-color: #efefef;
}

/*!

Page: Home

*/
.home .mantle {
  font-weight: 500;
}
.home .mantle h1 {
  font-weight: 500;
  font-size: 40px !important;
}

.teardrop-modal input[type="text"] {
  background: linear-gradient(180deg, #d1d1d1 0%, #f3f0f0 10%);
  border: 1px solid #979797;
  margin: 0;
  width: auto;
}

.industry-links {
  position: relative;
}

.industry-links .item .padding {
  padding: 0;
  position: relative;
}

.industry-links .item .padding, .industry-links .item .padding a {
  height: 100%;
}

.industry-links .item {
  padding: 15px;
  position: relative;
}

.industry-links .item .info {
  background-color: #14b590;
  bottom: 0;
  position: absolute;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 60px;
  transition: height .3s ease;
}

.industry-links .item h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600 !important;
}

.mod-m2.industry-links .item .thumb {
  margin-bottom: 60px;
}

.mod-m2.industry-links .modlink:hover .info {
  height: 90px;
}

html .mod-m2.industry-links .item .thumb {
  background-size: auto 70px !important;
}

.industry-links .item > div {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background-color: white;
}

/*# sourceMappingURL=style.css.map */
