@charset "UTF-8";
/* 
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
 */
/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  /*     -webkit-backface-visibility: hidden; */
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

blockquote {
  /* margin: 1em 40px; */
}

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

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

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

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

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

/* ==========================================================================
   Lists
   ========================================================================== */
ul,
ol {
  list-style: disc;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  max-width: 100%;
  height: auto;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

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

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

.center-align {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ---------
Vertical Align
----------*/
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vertical-align-70 {
  position: relative;
  top: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
}

.vertical-align-30 {
  position: relative;
  top: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
}

.vertical-align-bottom {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

/* ---------
Horizontal Align
----------*/
.horizontal-align {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*--------------------------------------------------------------------------
*
* Columns
*
*-------------------------------------------------------------------------*/
/* breakpoints */
.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 800px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1280px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.row,
.ginput_complex {
  width: 100%;
}

[class*="col-"] {
  float: left;
  min-height: 1px;
}

/* demo purposes */
.show-grid [class*="col-"] {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  line-height: 40px;
  min-height: 40px;
  text-align: center;
  margin-bottom: 10px;
}

/* end demo purposes */
.col-24 {
  width: 100%;
}

.col-24 .col-1 {
  width: 4.16667%;
}

.col-24 .col-2 {
  width: 8.33333%;
}

.col-24 .col-3 {
  width: 12.5%;
}

.col-24 .col-4 {
  width: 16.66667%;
}

.col-24 .col-5 {
  width: 20.83333%;
}

.col-24 .col-6 {
  width: 25%;
}

.col-24 .col-7 {
  width: 29.16667%;
}

.col-24 .col-8 {
  width: 33.33333%;
}

.col-24 .col-9 {
  width: 37.5%;
}

.col-24 .col-10 {
  width: 41.66667%;
}

.col-24 .col-11 {
  width: 45.83333%;
}

.col-24 .col-12 {
  width: 50%;
}

.col-24 .col-13 {
  width: 54.16667%;
}

.col-24 .col-14 {
  width: 58.33333%;
}

.col-24 .col-15 {
  width: 62.5%;
}

.col-24 .col-16 {
  width: 66.66667%;
}

.col-24 .col-17 {
  width: 70.83333%;
}

.col-24 .col-18 {
  width: 75%;
}

.col-24 .col-19 {
  width: 79.16667%;
}

.col-24 .col-20 {
  width: 83.33333%;
}

.col-24 .col-21 {
  width: 87.5%;
}

.col-24 .col-22 {
  width: 91.66667%;
}

.col-24 .col-23 {
  width: 95.83333%;
}

.col-24 .col-24 {
  width: 100%;
}

.col-23 {
  width: 95.83333%;
}

.col-23 .col-1 {
  width: 4.34783%;
}

.col-23 .col-2 {
  width: 8.69565%;
}

.col-23 .col-3 {
  width: 13.04348%;
}

.col-23 .col-4 {
  width: 17.3913%;
}

.col-23 .col-5 {
  width: 21.73913%;
}

.col-23 .col-6 {
  width: 26.08696%;
}

.col-23 .col-7 {
  width: 30.43478%;
}

.col-23 .col-8 {
  width: 34.78261%;
}

.col-23 .col-9 {
  width: 39.13043%;
}

.col-23 .col-10 {
  width: 43.47826%;
}

.col-23 .col-11 {
  width: 47.82609%;
}

.col-23 .col-12 {
  width: 52.17391%;
}

.col-23 .col-13 {
  width: 56.52174%;
}

.col-23 .col-14 {
  width: 60.86957%;
}

.col-23 .col-15 {
  width: 65.21739%;
}

.col-23 .col-16 {
  width: 69.56522%;
}

.col-23 .col-17 {
  width: 73.91304%;
}

.col-23 .col-18 {
  width: 78.26087%;
}

.col-23 .col-19 {
  width: 82.6087%;
}

.col-23 .col-20 {
  width: 86.95652%;
}

.col-23 .col-21 {
  width: 91.30435%;
}

.col-23 .col-22 {
  width: 95.65217%;
}

.col-23 .col-23 {
  width: 100%;
}

.col-22 {
  width: 91.66667%;
}

.col-22 .col-1 {
  width: 4.54545%;
}

.col-22 .col-2 {
  width: 9.09091%;
}

.col-22 .col-3 {
  width: 13.63636%;
}

.col-22 .col-4 {
  width: 18.18182%;
}

.col-22 .col-5 {
  width: 22.72727%;
}

.col-22 .col-6 {
  width: 27.27273%;
}

.col-22 .col-7 {
  width: 31.81818%;
}

.col-22 .col-8 {
  width: 36.36364%;
}

.col-22 .col-9 {
  width: 40.90909%;
}

.col-22 .col-10 {
  width: 45.45455%;
}

.col-22 .col-11 {
  width: 50%;
}

.col-22 .col-12 {
  width: 54.54545%;
}

.col-22 .col-13 {
  width: 59.09091%;
}

.col-22 .col-14 {
  width: 63.63636%;
}

.col-22 .col-15 {
  width: 68.18182%;
}

.col-22 .col-16 {
  width: 72.72727%;
}

.col-22 .col-17 {
  width: 77.27273%;
}

.col-22 .col-18 {
  width: 81.81818%;
}

.col-22 .col-19 {
  width: 86.36364%;
}

.col-22 .col-20 {
  width: 90.90909%;
}

.col-22 .col-21 {
  width: 95.45455%;
}

.col-22 .col-22 {
  width: 100%;
}

.col-21 {
  width: 87.5%;
}

.col-21 .col-1 {
  width: 4.7619%;
}

.col-21 .col-2 {
  width: 9.52381%;
}

.col-21 .col-3 {
  width: 14.28571%;
}

.col-21 .col-4 {
  width: 19.04762%;
}

.col-21 .col-5 {
  width: 23.80952%;
}

.col-21 .col-6 {
  width: 28.57143%;
}

.col-21 .col-7 {
  width: 33.33333%;
}

.col-21 .col-8 {
  width: 38.09524%;
}

.col-21 .col-9 {
  width: 42.85714%;
}

.col-21 .col-10 {
  width: 47.61905%;
}

.col-21 .col-11 {
  width: 52.38095%;
}

.col-21 .col-12 {
  width: 57.14286%;
}

.col-21 .col-13 {
  width: 61.90476%;
}

.col-21 .col-14 {
  width: 66.66667%;
}

.col-21 .col-15 {
  width: 71.42857%;
}

.col-21 .col-16 {
  width: 76.19048%;
}

.col-21 .col-17 {
  width: 80.95238%;
}

.col-21 .col-18 {
  width: 85.71429%;
}

.col-21 .col-19 {
  width: 90.47619%;
}

.col-21 .col-20 {
  width: 95.2381%;
}

.col-21 .col-21 {
  width: 100%;
}

.col-20 {
  width: 83.33333%;
}

.col-20 .col-1 {
  width: 5%;
}

.col-20 .col-2 {
  width: 10%;
}

.col-20 .col-3 {
  width: 15%;
}

.col-20 .col-4 {
  width: 20%;
}

.col-20 .col-5 {
  width: 25%;
}

.col-20 .col-6 {
  width: 30%;
}

.col-20 .col-7 {
  width: 35%;
}

.col-20 .col-8 {
  width: 40%;
}

.col-20 .col-9 {
  width: 45%;
}

.col-20 .col-10 {
  width: 50%;
}

.col-20 .col-11 {
  width: 55%;
}

.col-20 .col-12 {
  width: 60%;
}

.col-20 .col-13 {
  width: 65%;
}

.col-20 .col-14 {
  width: 70%;
}

.col-20 .col-15 {
  width: 75%;
}

.col-20 .col-16 {
  width: 80%;
}

.col-20 .col-17 {
  width: 85%;
}

.col-20 .col-18 {
  width: 90%;
}

.col-20 .col-19 {
  width: 95%;
}

.col-20 .col-20 {
  width: 100%;
}

.col-19 {
  width: 79.16667%;
}

.col-19 .col-1 {
  width: 5.26316%;
}

.col-19 .col-2 {
  width: 10.52632%;
}

.col-19 .col-3 {
  width: 15.78947%;
}

.col-19 .col-4 {
  width: 21.05263%;
}

.col-19 .col-5 {
  width: 26.31579%;
}

.col-19 .col-6 {
  width: 31.57895%;
}

.col-19 .col-7 {
  width: 36.84211%;
}

.col-19 .col-8 {
  width: 42.10526%;
}

.col-19 .col-9 {
  width: 47.36842%;
}

.col-19 .col-10 {
  width: 52.63158%;
}

.col-19 .col-11 {
  width: 57.89474%;
}

.col-19 .col-12 {
  width: 63.15789%;
}

.col-19 .col-13 {
  width: 68.42105%;
}

.col-19 .col-14 {
  width: 73.68421%;
}

.col-19 .col-15 {
  width: 78.94737%;
}

.col-19 .col-16 {
  width: 84.21053%;
}

.col-19 .col-17 {
  width: 89.47368%;
}

.col-19 .col-18 {
  width: 94.73684%;
}

.col-19 .col-19 {
  width: 100%;
}

.col-18 {
  width: 75%;
}

.col-18 .col-1 {
  width: 5.55556%;
}

.col-18 .col-2 {
  width: 11.11111%;
}

.col-18 .col-3 {
  width: 16.66667%;
}

.col-18 .col-4 {
  width: 22.22222%;
}

.col-18 .col-5 {
  width: 27.77778%;
}

.col-18 .col-6 {
  width: 33.33333%;
}

.col-18 .col-7 {
  width: 38.88889%;
}

.col-18 .col-8 {
  width: 44.44444%;
}

.col-18 .col-9 {
  width: 50%;
}

.col-18 .col-10 {
  width: 55.55556%;
}

.col-18 .col-11 {
  width: 61.11111%;
}

.col-18 .col-12 {
  width: 66.66667%;
}

.col-18 .col-13 {
  width: 72.22222%;
}

.col-18 .col-14 {
  width: 77.77778%;
}

.col-18 .col-15 {
  width: 83.33333%;
}

.col-18 .col-16 {
  width: 88.88889%;
}

.col-18 .col-17 {
  width: 94.44444%;
}

.col-18 .col-18 {
  width: 100%;
}

.col-17 {
  width: 70.83333%;
}

.col-17 .col-1 {
  width: 5.88235%;
}

.col-17 .col-2 {
  width: 11.76471%;
}

.col-17 .col-3 {
  width: 17.64706%;
}

.col-17 .col-4 {
  width: 23.52941%;
}

.col-17 .col-5 {
  width: 29.41176%;
}

.col-17 .col-6 {
  width: 35.29412%;
}

.col-17 .col-7 {
  width: 41.17647%;
}

.col-17 .col-8 {
  width: 47.05882%;
}

.col-17 .col-9 {
  width: 52.94118%;
}

.col-17 .col-10 {
  width: 58.82353%;
}

.col-17 .col-11 {
  width: 64.70588%;
}

.col-17 .col-12 {
  width: 70.58824%;
}

.col-17 .col-13 {
  width: 76.47059%;
}

.col-17 .col-14 {
  width: 82.35294%;
}

.col-17 .col-15 {
  width: 88.23529%;
}

.col-17 .col-16 {
  width: 94.11765%;
}

.col-17 .col-17 {
  width: 100%;
}

.col-16 {
  width: 66.66667%;
}

.col-16 .col-1 {
  width: 6.25%;
}

.col-16 .col-2 {
  width: 12.5%;
}

.col-16 .col-3 {
  width: 18.75%;
}

.col-16 .col-4 {
  width: 25%;
}

.col-16 .col-5 {
  width: 31.25%;
}

.col-16 .col-6 {
  width: 37.5%;
}

.col-16 .col-7 {
  width: 43.75%;
}

.col-16 .col-8 {
  width: 50%;
}

.col-16 .col-9 {
  width: 56.25%;
}

.col-16 .col-10 {
  width: 62.5%;
}

.col-16 .col-11 {
  width: 68.75%;
}

.col-16 .col-12 {
  width: 75%;
}

.col-16 .col-13 {
  width: 81.25%;
}

.col-16 .col-14 {
  width: 87.5%;
}

.col-16 .col-15 {
  width: 93.75%;
}

.col-16 .col-16 {
  width: 100%;
}

.col-15 {
  width: 62.5%;
}

.col-15 .col-1 {
  width: 6.66667%;
}

.col-15 .col-2 {
  width: 13.33333%;
}

.col-15 .col-3 {
  width: 20%;
}

.col-15 .col-4 {
  width: 26.66667%;
}

.col-15 .col-5 {
  width: 33.33333%;
}

.col-15 .col-6 {
  width: 40%;
}

.col-15 .col-7 {
  width: 46.66667%;
}

.col-15 .col-8 {
  width: 53.33333%;
}

.col-15 .col-9 {
  width: 60%;
}

.col-15 .col-10 {
  width: 66.66667%;
}

.col-15 .col-11 {
  width: 73.33333%;
}

.col-15 .col-12 {
  width: 80%;
}

.col-15 .col-13 {
  width: 86.66667%;
}

.col-15 .col-14 {
  width: 93.33333%;
}

.col-15 .col-15 {
  width: 100%;
}

.col-14 {
  width: 58.33333%;
}

.col-14 .col-1 {
  width: 7.14286%;
}

.col-14 .col-2 {
  width: 14.28571%;
}

.col-14 .col-3 {
  width: 21.42857%;
}

.col-14 .col-4 {
  width: 28.57143%;
}

.col-14 .col-5 {
  width: 35.71429%;
}

.col-14 .col-6 {
  width: 42.85714%;
}

.col-14 .col-7 {
  width: 50%;
}

.col-14 .col-8 {
  width: 57.14286%;
}

.col-14 .col-9 {
  width: 64.28571%;
}

.col-14 .col-10 {
  width: 71.42857%;
}

.col-14 .col-11 {
  width: 78.57143%;
}

.col-14 .col-12 {
  width: 85.71429%;
}

.col-14 .col-13 {
  width: 92.85714%;
}

.col-14 .col-14 {
  width: 100%;
}

.col-13 {
  width: 54.16667%;
}

.col-13 .col-1 {
  width: 7.69231%;
}

.col-13 .col-2 {
  width: 15.38462%;
}

.col-13 .col-3 {
  width: 23.07692%;
}

.col-13 .col-4 {
  width: 30.76923%;
}

.col-13 .col-5 {
  width: 38.46154%;
}

.col-13 .col-6 {
  width: 46.15385%;
}

.col-13 .col-7 {
  width: 53.84615%;
}

.col-13 .col-8 {
  width: 61.53846%;
}

.col-13 .col-9 {
  width: 69.23077%;
}

.col-13 .col-10 {
  width: 76.92308%;
}

.col-13 .col-11 {
  width: 84.61538%;
}

.col-13 .col-12 {
  width: 92.30769%;
}

.col-13 .col-13 {
  width: 100%;
}

.col-12 {
  width: 50%;
}

.col-12 .col-1 {
  width: 8.33333%;
}

.col-12 .col-2 {
  width: 16.66667%;
}

.col-12 .col-3 {
  width: 25%;
}

.col-12 .col-4 {
  width: 33.33333%;
}

.col-12 .col-5 {
  width: 41.66667%;
}

.col-12 .col-6 {
  width: 50%;
}

.col-12 .col-7 {
  width: 58.33333%;
}

.col-12 .col-8 {
  width: 66.66667%;
}

.col-12 .col-9 {
  width: 75%;
}

.col-12 .col-10 {
  width: 83.33333%;
}

.col-12 .col-11 {
  width: 91.66667%;
}

.col-12 .col-12 {
  width: 100%;
}

.col-11 {
  width: 45.83333%;
}

.col-11 .col-1 {
  width: 9.09091%;
}

.col-11 .col-2 {
  width: 18.18182%;
}

.col-11 .col-3 {
  width: 27.27273%;
}

.col-11 .col-4 {
  width: 36.36364%;
}

.col-11 .col-5 {
  width: 45.45455%;
}

.col-11 .col-6 {
  width: 54.54545%;
}

.col-11 .col-7 {
  width: 63.63636%;
}

.col-11 .col-8 {
  width: 72.72727%;
}

.col-11 .col-9 {
  width: 81.81818%;
}

.col-11 .col-10 {
  width: 90.90909%;
}

.col-11 .col-11 {
  width: 100%;
}

.col-10 {
  width: 41.66667%;
}

.col-10 .col-1 {
  width: 10%;
}

.col-10 .col-2 {
  width: 20%;
}

.col-10 .col-3 {
  width: 30%;
}

.col-10 .col-4 {
  width: 40%;
}

.col-10 .col-5 {
  width: 50%;
}

.col-10 .col-6 {
  width: 60%;
}

.col-10 .col-7 {
  width: 70%;
}

.col-10 .col-8 {
  width: 80%;
}

.col-10 .col-9 {
  width: 90%;
}

.col-10 .col-10 {
  width: 100%;
}

.col-9 {
  width: 37.5%;
}

.col-9 .col-1 {
  width: 11.11111%;
}

.col-9 .col-2 {
  width: 22.22222%;
}

.col-9 .col-3 {
  width: 33.33333%;
}

.col-9 .col-4 {
  width: 44.44444%;
}

.col-9 .col-5 {
  width: 55.55556%;
}

.col-9 .col-6 {
  width: 66.66667%;
}

.col-9 .col-7 {
  width: 77.77778%;
}

.col-9 .col-8 {
  width: 88.88889%;
}

.col-9 .col-9 {
  width: 100%;
}

.col-8 {
  width: 33.33333%;
}

.col-8 .col-1 {
  width: 12.5%;
}

.col-8 .col-2 {
  width: 25%;
}

.col-8 .col-3 {
  width: 37.5%;
}

.col-8 .col-4 {
  width: 50%;
}

.col-8 .col-5 {
  width: 62.5%;
}

.col-8 .col-6 {
  width: 75%;
}

.col-8 .col-7 {
  width: 87.5%;
}

.col-8 .col-8 {
  width: 100%;
}

.col-7 {
  width: 29.16667%;
}

.col-7 .col-1 {
  width: 14.28571%;
}

.col-7 .col-2 {
  width: 28.57143%;
}

.col-7 .col-3 {
  width: 42.85714%;
}

.col-7 .col-4 {
  width: 57.14286%;
}

.col-7 .col-5 {
  width: 71.42857%;
}

.col-7 .col-6 {
  width: 85.71429%;
}

.col-7 .col-7 {
  width: 100%;
}

.col-6 {
  width: 25%;
}

.col-6 .col-1 {
  width: 16.66667%;
}

.col-6 .col-2 {
  width: 33.33333%;
}

.col-6 .col-3 {
  width: 50%;
}

.col-6 .col-4 {
  width: 66.66667%;
}

.col-6 .col-5 {
  width: 83.33333%;
}

.col-6 .col-6 {
  width: 100%;
}

.col-5 {
  width: 20.83333%;
}

.col-5 .col-1 {
  width: 20%;
}

.col-5 .col-2 {
  width: 40%;
}

.col-5 .col-3 {
  width: 60%;
}

.col-5 .col-4 {
  width: 80%;
}

.col-5 .col-5 {
  width: 100%;
}

.col-4 {
  width: 16.66667%;
}

.col-4 .col-1 {
  width: 25%;
}

.col-4 .col-2 {
  width: 50%;
}

.col-4 .col-3 {
  width: 75%;
}

.col-4 .col-4 {
  width: 100%;
}

.col-3 {
  width: 12.5%;
}

.col-3 .col-1 {
  width: 33.33333%;
}

.col-3 .col-2 {
  width: 66.66667%;
}

.col-3 .col-3 {
  width: 100%;
}

.col-2 {
  width: 8.33333%;
}

.col-2 .col-1 {
  width: 50%;
}

.col-2 .col-2 {
  width: 100%;
}

.col-1 {
  width: 4.16667%;
}

.col-1 .col-1 {
  width: 100%;
}

.col-25p {
  width: 25%;
}

.col-33p {
  width: 33.3%;
}

.col-50p {
  width: 50%;
}

.col-66p {
  width: 66.6%;
}

.col-75p {
  width: 75%;
}

.phone-only {
  display: none;
}

@media (max-width: 799px) {
  .phone-col-25p {
    width: 25%;
  }
  .phone-col-33p {
    width: 33.3%;
  }
  .phone-col-50p {
    width: 50%;
  }
  .phone-col-66p {
    width: 66.6%;
  }
  .phone-col-75p {
    width: 75%;
  }
  .phone-col-offset-2 {
    margin-left: 8.33%;
  }
  .phone-only {
    display: block;
  }
  .phone-cf:before,
  .phone-cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .phone-cf:after {
    clear: both;
  }
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  .phone-cf {
    *zoom: 1;
  }
}

/* iPad breakpoint styling
*  This allows you to override based on breakpoint
*  <div class="col-12 pad-col-6">
*  On mobile it will be 12 columns but on iPad it will be 6 columns
*/
@media (min-width: 800px) {
  .pad-col-24 {
    width: 100%;
  }
  .pad-col-24 .pad-col-1 {
    width: 4.16667%;
  }
  .pad-col-24 .pad-col-2 {
    width: 8.33333%;
  }
  .pad-col-24 .pad-col-3 {
    width: 12.5%;
  }
  .pad-col-24 .pad-col-4 {
    width: 16.66667%;
  }
  .pad-col-24 .pad-col-5 {
    width: 20.83333%;
  }
  .pad-col-24 .pad-col-6 {
    width: 25%;
  }
  .pad-col-24 .pad-col-7 {
    width: 29.16667%;
  }
  .pad-col-24 .pad-col-8 {
    width: 33.33333%;
  }
  .pad-col-24 .pad-col-9 {
    width: 37.5%;
  }
  .pad-col-24 .pad-col-10 {
    width: 41.66667%;
  }
  .pad-col-24 .pad-col-11 {
    width: 45.83333%;
  }
  .pad-col-24 .pad-col-12 {
    width: 50%;
  }
  .pad-col-24 .pad-col-13 {
    width: 54.16667%;
  }
  .pad-col-24 .pad-col-14 {
    width: 58.33333%;
  }
  .pad-col-24 .pad-col-15 {
    width: 62.5%;
  }
  .pad-col-24 .pad-col-16 {
    width: 66.66667%;
  }
  .pad-col-24 .pad-col-17 {
    width: 70.83333%;
  }
  .pad-col-24 .pad-col-18 {
    width: 75%;
  }
  .pad-col-24 .pad-col-19 {
    width: 79.16667%;
  }
  .pad-col-24 .pad-col-20 {
    width: 83.33333%;
  }
  .pad-col-24 .pad-col-21 {
    width: 87.5%;
  }
  .pad-col-24 .pad-col-22 {
    width: 91.66667%;
  }
  .pad-col-24 .pad-col-23 {
    width: 95.83333%;
  }
  .pad-col-24 .pad-col-24 {
    width: 100%;
  }
  .pad-col-24 .pad-col-25p {
    width: 25%;
  }
  .pad-col-24 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-24 .pad-col-50p {
    width: 50%;
  }
  .pad-col-24 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-24 .pad-col-75p {
    width: 75%;
  }
  .pad-col-23 {
    width: 95.83333%;
  }
  .pad-col-23 .pad-col-1 {
    width: 4.34783%;
  }
  .pad-col-23 .pad-col-2 {
    width: 8.69565%;
  }
  .pad-col-23 .pad-col-3 {
    width: 13.04348%;
  }
  .pad-col-23 .pad-col-4 {
    width: 17.3913%;
  }
  .pad-col-23 .pad-col-5 {
    width: 21.73913%;
  }
  .pad-col-23 .pad-col-6 {
    width: 26.08696%;
  }
  .pad-col-23 .pad-col-7 {
    width: 30.43478%;
  }
  .pad-col-23 .pad-col-8 {
    width: 34.78261%;
  }
  .pad-col-23 .pad-col-9 {
    width: 39.13043%;
  }
  .pad-col-23 .pad-col-10 {
    width: 43.47826%;
  }
  .pad-col-23 .pad-col-11 {
    width: 47.82609%;
  }
  .pad-col-23 .pad-col-12 {
    width: 52.17391%;
  }
  .pad-col-23 .pad-col-13 {
    width: 56.52174%;
  }
  .pad-col-23 .pad-col-14 {
    width: 60.86957%;
  }
  .pad-col-23 .pad-col-15 {
    width: 65.21739%;
  }
  .pad-col-23 .pad-col-16 {
    width: 69.56522%;
  }
  .pad-col-23 .pad-col-17 {
    width: 73.91304%;
  }
  .pad-col-23 .pad-col-18 {
    width: 78.26087%;
  }
  .pad-col-23 .pad-col-19 {
    width: 82.6087%;
  }
  .pad-col-23 .pad-col-20 {
    width: 86.95652%;
  }
  .pad-col-23 .pad-col-21 {
    width: 91.30435%;
  }
  .pad-col-23 .pad-col-22 {
    width: 95.65217%;
  }
  .pad-col-23 .pad-col-23 {
    width: 100%;
  }
  .pad-col-23 .pad-col-25p {
    width: 25%;
  }
  .pad-col-23 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-23 .pad-col-50p {
    width: 50%;
  }
  .pad-col-23 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-23 .pad-col-75p {
    width: 75%;
  }
  .pad-col-22 {
    width: 91.66667%;
  }
  .pad-col-22 .pad-col-1 {
    width: 4.54545%;
  }
  .pad-col-22 .pad-col-2 {
    width: 9.09091%;
  }
  .pad-col-22 .pad-col-3 {
    width: 13.63636%;
  }
  .pad-col-22 .pad-col-4 {
    width: 18.18182%;
  }
  .pad-col-22 .pad-col-5 {
    width: 22.72727%;
  }
  .pad-col-22 .pad-col-6 {
    width: 27.27273%;
  }
  .pad-col-22 .pad-col-7 {
    width: 31.81818%;
  }
  .pad-col-22 .pad-col-8 {
    width: 36.36364%;
  }
  .pad-col-22 .pad-col-9 {
    width: 40.90909%;
  }
  .pad-col-22 .pad-col-10 {
    width: 45.45455%;
  }
  .pad-col-22 .pad-col-11 {
    width: 50%;
  }
  .pad-col-22 .pad-col-12 {
    width: 54.54545%;
  }
  .pad-col-22 .pad-col-13 {
    width: 59.09091%;
  }
  .pad-col-22 .pad-col-14 {
    width: 63.63636%;
  }
  .pad-col-22 .pad-col-15 {
    width: 68.18182%;
  }
  .pad-col-22 .pad-col-16 {
    width: 72.72727%;
  }
  .pad-col-22 .pad-col-17 {
    width: 77.27273%;
  }
  .pad-col-22 .pad-col-18 {
    width: 81.81818%;
  }
  .pad-col-22 .pad-col-19 {
    width: 86.36364%;
  }
  .pad-col-22 .pad-col-20 {
    width: 90.90909%;
  }
  .pad-col-22 .pad-col-21 {
    width: 95.45455%;
  }
  .pad-col-22 .pad-col-22 {
    width: 100%;
  }
  .pad-col-22 .pad-col-25p {
    width: 25%;
  }
  .pad-col-22 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-22 .pad-col-50p {
    width: 50%;
  }
  .pad-col-22 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-22 .pad-col-75p {
    width: 75%;
  }
  .pad-col-21 {
    width: 87.5%;
  }
  .pad-col-21 .pad-col-1 {
    width: 4.7619%;
  }
  .pad-col-21 .pad-col-2 {
    width: 9.52381%;
  }
  .pad-col-21 .pad-col-3 {
    width: 14.28571%;
  }
  .pad-col-21 .pad-col-4 {
    width: 19.04762%;
  }
  .pad-col-21 .pad-col-5 {
    width: 23.80952%;
  }
  .pad-col-21 .pad-col-6 {
    width: 28.57143%;
  }
  .pad-col-21 .pad-col-7 {
    width: 33.33333%;
  }
  .pad-col-21 .pad-col-8 {
    width: 38.09524%;
  }
  .pad-col-21 .pad-col-9 {
    width: 42.85714%;
  }
  .pad-col-21 .pad-col-10 {
    width: 47.61905%;
  }
  .pad-col-21 .pad-col-11 {
    width: 52.38095%;
  }
  .pad-col-21 .pad-col-12 {
    width: 57.14286%;
  }
  .pad-col-21 .pad-col-13 {
    width: 61.90476%;
  }
  .pad-col-21 .pad-col-14 {
    width: 66.66667%;
  }
  .pad-col-21 .pad-col-15 {
    width: 71.42857%;
  }
  .pad-col-21 .pad-col-16 {
    width: 76.19048%;
  }
  .pad-col-21 .pad-col-17 {
    width: 80.95238%;
  }
  .pad-col-21 .pad-col-18 {
    width: 85.71429%;
  }
  .pad-col-21 .pad-col-19 {
    width: 90.47619%;
  }
  .pad-col-21 .pad-col-20 {
    width: 95.2381%;
  }
  .pad-col-21 .pad-col-21 {
    width: 100%;
  }
  .pad-col-21 .pad-col-25p {
    width: 25%;
  }
  .pad-col-21 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-21 .pad-col-50p {
    width: 50%;
  }
  .pad-col-21 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-21 .pad-col-75p {
    width: 75%;
  }
  .pad-col-20 {
    width: 83.33333%;
  }
  .pad-col-20 .pad-col-1 {
    width: 5%;
  }
  .pad-col-20 .pad-col-2 {
    width: 10%;
  }
  .pad-col-20 .pad-col-3 {
    width: 15%;
  }
  .pad-col-20 .pad-col-4 {
    width: 20%;
  }
  .pad-col-20 .pad-col-5 {
    width: 25%;
  }
  .pad-col-20 .pad-col-6 {
    width: 30%;
  }
  .pad-col-20 .pad-col-7 {
    width: 35%;
  }
  .pad-col-20 .pad-col-8 {
    width: 40%;
  }
  .pad-col-20 .pad-col-9 {
    width: 45%;
  }
  .pad-col-20 .pad-col-10 {
    width: 50%;
  }
  .pad-col-20 .pad-col-11 {
    width: 55%;
  }
  .pad-col-20 .pad-col-12 {
    width: 60%;
  }
  .pad-col-20 .pad-col-13 {
    width: 65%;
  }
  .pad-col-20 .pad-col-14 {
    width: 70%;
  }
  .pad-col-20 .pad-col-15 {
    width: 75%;
  }
  .pad-col-20 .pad-col-16 {
    width: 80%;
  }
  .pad-col-20 .pad-col-17 {
    width: 85%;
  }
  .pad-col-20 .pad-col-18 {
    width: 90%;
  }
  .pad-col-20 .pad-col-19 {
    width: 95%;
  }
  .pad-col-20 .pad-col-20 {
    width: 100%;
  }
  .pad-col-20 .pad-col-25p {
    width: 25%;
  }
  .pad-col-20 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-20 .pad-col-50p {
    width: 50%;
  }
  .pad-col-20 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-20 .pad-col-75p {
    width: 75%;
  }
  .pad-col-19 {
    width: 79.16667%;
  }
  .pad-col-19 .pad-col-1 {
    width: 5.26316%;
  }
  .pad-col-19 .pad-col-2 {
    width: 10.52632%;
  }
  .pad-col-19 .pad-col-3 {
    width: 15.78947%;
  }
  .pad-col-19 .pad-col-4 {
    width: 21.05263%;
  }
  .pad-col-19 .pad-col-5 {
    width: 26.31579%;
  }
  .pad-col-19 .pad-col-6 {
    width: 31.57895%;
  }
  .pad-col-19 .pad-col-7 {
    width: 36.84211%;
  }
  .pad-col-19 .pad-col-8 {
    width: 42.10526%;
  }
  .pad-col-19 .pad-col-9 {
    width: 47.36842%;
  }
  .pad-col-19 .pad-col-10 {
    width: 52.63158%;
  }
  .pad-col-19 .pad-col-11 {
    width: 57.89474%;
  }
  .pad-col-19 .pad-col-12 {
    width: 63.15789%;
  }
  .pad-col-19 .pad-col-13 {
    width: 68.42105%;
  }
  .pad-col-19 .pad-col-14 {
    width: 73.68421%;
  }
  .pad-col-19 .pad-col-15 {
    width: 78.94737%;
  }
  .pad-col-19 .pad-col-16 {
    width: 84.21053%;
  }
  .pad-col-19 .pad-col-17 {
    width: 89.47368%;
  }
  .pad-col-19 .pad-col-18 {
    width: 94.73684%;
  }
  .pad-col-19 .pad-col-19 {
    width: 100%;
  }
  .pad-col-19 .pad-col-25p {
    width: 25%;
  }
  .pad-col-19 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-19 .pad-col-50p {
    width: 50%;
  }
  .pad-col-19 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-19 .pad-col-75p {
    width: 75%;
  }
  .pad-col-18 {
    width: 75%;
  }
  .pad-col-18 .pad-col-1 {
    width: 5.55556%;
  }
  .pad-col-18 .pad-col-2 {
    width: 11.11111%;
  }
  .pad-col-18 .pad-col-3 {
    width: 16.66667%;
  }
  .pad-col-18 .pad-col-4 {
    width: 22.22222%;
  }
  .pad-col-18 .pad-col-5 {
    width: 27.77778%;
  }
  .pad-col-18 .pad-col-6 {
    width: 33.33333%;
  }
  .pad-col-18 .pad-col-7 {
    width: 38.88889%;
  }
  .pad-col-18 .pad-col-8 {
    width: 44.44444%;
  }
  .pad-col-18 .pad-col-9 {
    width: 50%;
  }
  .pad-col-18 .pad-col-10 {
    width: 55.55556%;
  }
  .pad-col-18 .pad-col-11 {
    width: 61.11111%;
  }
  .pad-col-18 .pad-col-12 {
    width: 66.66667%;
  }
  .pad-col-18 .pad-col-13 {
    width: 72.22222%;
  }
  .pad-col-18 .pad-col-14 {
    width: 77.77778%;
  }
  .pad-col-18 .pad-col-15 {
    width: 83.33333%;
  }
  .pad-col-18 .pad-col-16 {
    width: 88.88889%;
  }
  .pad-col-18 .pad-col-17 {
    width: 94.44444%;
  }
  .pad-col-18 .pad-col-18 {
    width: 100%;
  }
  .pad-col-18 .pad-col-25p {
    width: 25%;
  }
  .pad-col-18 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-18 .pad-col-50p {
    width: 50%;
  }
  .pad-col-18 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-18 .pad-col-75p {
    width: 75%;
  }
  .pad-col-17 {
    width: 70.83333%;
  }
  .pad-col-17 .pad-col-1 {
    width: 5.88235%;
  }
  .pad-col-17 .pad-col-2 {
    width: 11.76471%;
  }
  .pad-col-17 .pad-col-3 {
    width: 17.64706%;
  }
  .pad-col-17 .pad-col-4 {
    width: 23.52941%;
  }
  .pad-col-17 .pad-col-5 {
    width: 29.41176%;
  }
  .pad-col-17 .pad-col-6 {
    width: 35.29412%;
  }
  .pad-col-17 .pad-col-7 {
    width: 41.17647%;
  }
  .pad-col-17 .pad-col-8 {
    width: 47.05882%;
  }
  .pad-col-17 .pad-col-9 {
    width: 52.94118%;
  }
  .pad-col-17 .pad-col-10 {
    width: 58.82353%;
  }
  .pad-col-17 .pad-col-11 {
    width: 64.70588%;
  }
  .pad-col-17 .pad-col-12 {
    width: 70.58824%;
  }
  .pad-col-17 .pad-col-13 {
    width: 76.47059%;
  }
  .pad-col-17 .pad-col-14 {
    width: 82.35294%;
  }
  .pad-col-17 .pad-col-15 {
    width: 88.23529%;
  }
  .pad-col-17 .pad-col-16 {
    width: 94.11765%;
  }
  .pad-col-17 .pad-col-17 {
    width: 100%;
  }
  .pad-col-17 .pad-col-25p {
    width: 25%;
  }
  .pad-col-17 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-17 .pad-col-50p {
    width: 50%;
  }
  .pad-col-17 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-17 .pad-col-75p {
    width: 75%;
  }
  .pad-col-16 {
    width: 66.66667%;
  }
  .pad-col-16 .pad-col-1 {
    width: 6.25%;
  }
  .pad-col-16 .pad-col-2 {
    width: 12.5%;
  }
  .pad-col-16 .pad-col-3 {
    width: 18.75%;
  }
  .pad-col-16 .pad-col-4 {
    width: 25%;
  }
  .pad-col-16 .pad-col-5 {
    width: 31.25%;
  }
  .pad-col-16 .pad-col-6 {
    width: 37.5%;
  }
  .pad-col-16 .pad-col-7 {
    width: 43.75%;
  }
  .pad-col-16 .pad-col-8 {
    width: 50%;
  }
  .pad-col-16 .pad-col-9 {
    width: 56.25%;
  }
  .pad-col-16 .pad-col-10 {
    width: 62.5%;
  }
  .pad-col-16 .pad-col-11 {
    width: 68.75%;
  }
  .pad-col-16 .pad-col-12 {
    width: 75%;
  }
  .pad-col-16 .pad-col-13 {
    width: 81.25%;
  }
  .pad-col-16 .pad-col-14 {
    width: 87.5%;
  }
  .pad-col-16 .pad-col-15 {
    width: 93.75%;
  }
  .pad-col-16 .pad-col-16 {
    width: 100%;
  }
  .pad-col-16 .pad-col-25p {
    width: 25%;
  }
  .pad-col-16 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-16 .pad-col-50p {
    width: 50%;
  }
  .pad-col-16 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-16 .pad-col-75p {
    width: 75%;
  }
  .pad-col-15 {
    width: 62.5%;
  }
  .pad-col-15 .pad-col-1 {
    width: 6.66667%;
  }
  .pad-col-15 .pad-col-2 {
    width: 13.33333%;
  }
  .pad-col-15 .pad-col-3 {
    width: 20%;
  }
  .pad-col-15 .pad-col-4 {
    width: 26.66667%;
  }
  .pad-col-15 .pad-col-5 {
    width: 33.33333%;
  }
  .pad-col-15 .pad-col-6 {
    width: 40%;
  }
  .pad-col-15 .pad-col-7 {
    width: 46.66667%;
  }
  .pad-col-15 .pad-col-8 {
    width: 53.33333%;
  }
  .pad-col-15 .pad-col-9 {
    width: 60%;
  }
  .pad-col-15 .pad-col-10 {
    width: 66.66667%;
  }
  .pad-col-15 .pad-col-11 {
    width: 73.33333%;
  }
  .pad-col-15 .pad-col-12 {
    width: 80%;
  }
  .pad-col-15 .pad-col-13 {
    width: 86.66667%;
  }
  .pad-col-15 .pad-col-14 {
    width: 93.33333%;
  }
  .pad-col-15 .pad-col-15 {
    width: 100%;
  }
  .pad-col-15 .pad-col-25p {
    width: 25%;
  }
  .pad-col-15 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-15 .pad-col-50p {
    width: 50%;
  }
  .pad-col-15 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-15 .pad-col-75p {
    width: 75%;
  }
  .pad-col-14 {
    width: 58.33333%;
  }
  .pad-col-14 .pad-col-1 {
    width: 7.14286%;
  }
  .pad-col-14 .pad-col-2 {
    width: 14.28571%;
  }
  .pad-col-14 .pad-col-3 {
    width: 21.42857%;
  }
  .pad-col-14 .pad-col-4 {
    width: 28.57143%;
  }
  .pad-col-14 .pad-col-5 {
    width: 35.71429%;
  }
  .pad-col-14 .pad-col-6 {
    width: 42.85714%;
  }
  .pad-col-14 .pad-col-7 {
    width: 50%;
  }
  .pad-col-14 .pad-col-8 {
    width: 57.14286%;
  }
  .pad-col-14 .pad-col-9 {
    width: 64.28571%;
  }
  .pad-col-14 .pad-col-10 {
    width: 71.42857%;
  }
  .pad-col-14 .pad-col-11 {
    width: 78.57143%;
  }
  .pad-col-14 .pad-col-12 {
    width: 85.71429%;
  }
  .pad-col-14 .pad-col-13 {
    width: 92.85714%;
  }
  .pad-col-14 .pad-col-14 {
    width: 100%;
  }
  .pad-col-14 .pad-col-25p {
    width: 25%;
  }
  .pad-col-14 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-14 .pad-col-50p {
    width: 50%;
  }
  .pad-col-14 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-14 .pad-col-75p {
    width: 75%;
  }
  .pad-col-13 {
    width: 54.16667%;
  }
  .pad-col-13 .pad-col-1 {
    width: 7.69231%;
  }
  .pad-col-13 .pad-col-2 {
    width: 15.38462%;
  }
  .pad-col-13 .pad-col-3 {
    width: 23.07692%;
  }
  .pad-col-13 .pad-col-4 {
    width: 30.76923%;
  }
  .pad-col-13 .pad-col-5 {
    width: 38.46154%;
  }
  .pad-col-13 .pad-col-6 {
    width: 46.15385%;
  }
  .pad-col-13 .pad-col-7 {
    width: 53.84615%;
  }
  .pad-col-13 .pad-col-8 {
    width: 61.53846%;
  }
  .pad-col-13 .pad-col-9 {
    width: 69.23077%;
  }
  .pad-col-13 .pad-col-10 {
    width: 76.92308%;
  }
  .pad-col-13 .pad-col-11 {
    width: 84.61538%;
  }
  .pad-col-13 .pad-col-12 {
    width: 92.30769%;
  }
  .pad-col-13 .pad-col-13 {
    width: 100%;
  }
  .pad-col-13 .pad-col-25p {
    width: 25%;
  }
  .pad-col-13 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-13 .pad-col-50p {
    width: 50%;
  }
  .pad-col-13 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-13 .pad-col-75p {
    width: 75%;
  }
  .pad-col-12 {
    width: 50%;
  }
  .pad-col-12 .pad-col-1 {
    width: 8.33333%;
  }
  .pad-col-12 .pad-col-2 {
    width: 16.66667%;
  }
  .pad-col-12 .pad-col-3 {
    width: 25%;
  }
  .pad-col-12 .pad-col-4 {
    width: 33.33333%;
  }
  .pad-col-12 .pad-col-5 {
    width: 41.66667%;
  }
  .pad-col-12 .pad-col-6 {
    width: 50%;
  }
  .pad-col-12 .pad-col-7 {
    width: 58.33333%;
  }
  .pad-col-12 .pad-col-8 {
    width: 66.66667%;
  }
  .pad-col-12 .pad-col-9 {
    width: 75%;
  }
  .pad-col-12 .pad-col-10 {
    width: 83.33333%;
  }
  .pad-col-12 .pad-col-11 {
    width: 91.66667%;
  }
  .pad-col-12 .pad-col-12 {
    width: 100%;
  }
  .pad-col-12 .pad-col-25p {
    width: 25%;
  }
  .pad-col-12 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-12 .pad-col-50p {
    width: 50%;
  }
  .pad-col-12 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-12 .pad-col-75p {
    width: 75%;
  }
  .pad-col-11 {
    width: 45.83333%;
  }
  .pad-col-11 .pad-col-1 {
    width: 9.09091%;
  }
  .pad-col-11 .pad-col-2 {
    width: 18.18182%;
  }
  .pad-col-11 .pad-col-3 {
    width: 27.27273%;
  }
  .pad-col-11 .pad-col-4 {
    width: 36.36364%;
  }
  .pad-col-11 .pad-col-5 {
    width: 45.45455%;
  }
  .pad-col-11 .pad-col-6 {
    width: 54.54545%;
  }
  .pad-col-11 .pad-col-7 {
    width: 63.63636%;
  }
  .pad-col-11 .pad-col-8 {
    width: 72.72727%;
  }
  .pad-col-11 .pad-col-9 {
    width: 81.81818%;
  }
  .pad-col-11 .pad-col-10 {
    width: 90.90909%;
  }
  .pad-col-11 .pad-col-11 {
    width: 100%;
  }
  .pad-col-11 .pad-col-25p {
    width: 25%;
  }
  .pad-col-11 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-11 .pad-col-50p {
    width: 50%;
  }
  .pad-col-11 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-11 .pad-col-75p {
    width: 75%;
  }
  .pad-col-10 {
    width: 41.66667%;
  }
  .pad-col-10 .pad-col-1 {
    width: 10%;
  }
  .pad-col-10 .pad-col-2 {
    width: 20%;
  }
  .pad-col-10 .pad-col-3 {
    width: 30%;
  }
  .pad-col-10 .pad-col-4 {
    width: 40%;
  }
  .pad-col-10 .pad-col-5 {
    width: 50%;
  }
  .pad-col-10 .pad-col-6 {
    width: 60%;
  }
  .pad-col-10 .pad-col-7 {
    width: 70%;
  }
  .pad-col-10 .pad-col-8 {
    width: 80%;
  }
  .pad-col-10 .pad-col-9 {
    width: 90%;
  }
  .pad-col-10 .pad-col-10 {
    width: 100%;
  }
  .pad-col-10 .pad-col-25p {
    width: 25%;
  }
  .pad-col-10 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-10 .pad-col-50p {
    width: 50%;
  }
  .pad-col-10 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-10 .pad-col-75p {
    width: 75%;
  }
  .pad-col-9 {
    width: 37.5%;
  }
  .pad-col-9 .pad-col-1 {
    width: 11.11111%;
  }
  .pad-col-9 .pad-col-2 {
    width: 22.22222%;
  }
  .pad-col-9 .pad-col-3 {
    width: 33.33333%;
  }
  .pad-col-9 .pad-col-4 {
    width: 44.44444%;
  }
  .pad-col-9 .pad-col-5 {
    width: 55.55556%;
  }
  .pad-col-9 .pad-col-6 {
    width: 66.66667%;
  }
  .pad-col-9 .pad-col-7 {
    width: 77.77778%;
  }
  .pad-col-9 .pad-col-8 {
    width: 88.88889%;
  }
  .pad-col-9 .pad-col-9 {
    width: 100%;
  }
  .pad-col-9 .pad-col-25p {
    width: 25%;
  }
  .pad-col-9 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-9 .pad-col-50p {
    width: 50%;
  }
  .pad-col-9 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-9 .pad-col-75p {
    width: 75%;
  }
  .pad-col-8 {
    width: 33.33333%;
  }
  .pad-col-8 .pad-col-1 {
    width: 12.5%;
  }
  .pad-col-8 .pad-col-2 {
    width: 25%;
  }
  .pad-col-8 .pad-col-3 {
    width: 37.5%;
  }
  .pad-col-8 .pad-col-4 {
    width: 50%;
  }
  .pad-col-8 .pad-col-5 {
    width: 62.5%;
  }
  .pad-col-8 .pad-col-6 {
    width: 75%;
  }
  .pad-col-8 .pad-col-7 {
    width: 87.5%;
  }
  .pad-col-8 .pad-col-8 {
    width: 100%;
  }
  .pad-col-8 .pad-col-25p {
    width: 25%;
  }
  .pad-col-8 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-8 .pad-col-50p {
    width: 50%;
  }
  .pad-col-8 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-8 .pad-col-75p {
    width: 75%;
  }
  .pad-col-7 {
    width: 29.16667%;
  }
  .pad-col-7 .pad-col-1 {
    width: 14.28571%;
  }
  .pad-col-7 .pad-col-2 {
    width: 28.57143%;
  }
  .pad-col-7 .pad-col-3 {
    width: 42.85714%;
  }
  .pad-col-7 .pad-col-4 {
    width: 57.14286%;
  }
  .pad-col-7 .pad-col-5 {
    width: 71.42857%;
  }
  .pad-col-7 .pad-col-6 {
    width: 85.71429%;
  }
  .pad-col-7 .pad-col-7 {
    width: 100%;
  }
  .pad-col-7 .pad-col-25p {
    width: 25%;
  }
  .pad-col-7 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-7 .pad-col-50p {
    width: 50%;
  }
  .pad-col-7 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-7 .pad-col-75p {
    width: 75%;
  }
  .pad-col-6 {
    width: 25%;
  }
  .pad-col-6 .pad-col-1 {
    width: 16.66667%;
  }
  .pad-col-6 .pad-col-2 {
    width: 33.33333%;
  }
  .pad-col-6 .pad-col-3 {
    width: 50%;
  }
  .pad-col-6 .pad-col-4 {
    width: 66.66667%;
  }
  .pad-col-6 .pad-col-5 {
    width: 83.33333%;
  }
  .pad-col-6 .pad-col-6 {
    width: 100%;
  }
  .pad-col-6 .pad-col-25p {
    width: 25%;
  }
  .pad-col-6 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-6 .pad-col-50p {
    width: 50%;
  }
  .pad-col-6 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-6 .pad-col-75p {
    width: 75%;
  }
  .pad-col-5 {
    width: 20.83333%;
  }
  .pad-col-5 .pad-col-1 {
    width: 20%;
  }
  .pad-col-5 .pad-col-2 {
    width: 40%;
  }
  .pad-col-5 .pad-col-3 {
    width: 60%;
  }
  .pad-col-5 .pad-col-4 {
    width: 80%;
  }
  .pad-col-5 .pad-col-5 {
    width: 100%;
  }
  .pad-col-5 .pad-col-25p {
    width: 25%;
  }
  .pad-col-5 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-5 .pad-col-50p {
    width: 50%;
  }
  .pad-col-5 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-5 .pad-col-75p {
    width: 75%;
  }
  .pad-col-4 {
    width: 16.66667%;
  }
  .pad-col-4 .pad-col-1 {
    width: 25%;
  }
  .pad-col-4 .pad-col-2 {
    width: 50%;
  }
  .pad-col-4 .pad-col-3 {
    width: 75%;
  }
  .pad-col-4 .pad-col-4 {
    width: 100%;
  }
  .pad-col-4 .pad-col-25p {
    width: 25%;
  }
  .pad-col-4 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-4 .pad-col-50p {
    width: 50%;
  }
  .pad-col-4 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-4 .pad-col-75p {
    width: 75%;
  }
  .pad-col-3 {
    width: 12.5%;
  }
  .pad-col-3 .pad-col-1 {
    width: 33.33333%;
  }
  .pad-col-3 .pad-col-2 {
    width: 66.66667%;
  }
  .pad-col-3 .pad-col-3 {
    width: 100%;
  }
  .pad-col-3 .pad-col-25p {
    width: 25%;
  }
  .pad-col-3 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-3 .pad-col-50p {
    width: 50%;
  }
  .pad-col-3 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-3 .pad-col-75p {
    width: 75%;
  }
  .pad-col-2 {
    width: 8.33333%;
  }
  .pad-col-2 .pad-col-1 {
    width: 50%;
  }
  .pad-col-2 .pad-col-2 {
    width: 100%;
  }
  .pad-col-2 .pad-col-25p {
    width: 25%;
  }
  .pad-col-2 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-2 .pad-col-50p {
    width: 50%;
  }
  .pad-col-2 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-2 .pad-col-75p {
    width: 75%;
  }
  .pad-col-1 {
    width: 4.16667%;
  }
  .pad-col-1 .pad-col-1 {
    width: 100%;
  }
  .pad-col-1 .pad-col-25p {
    width: 25%;
  }
  .pad-col-1 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-1 .pad-col-50p {
    width: 50%;
  }
  .pad-col-1 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-1 .pad-col-75p {
    width: 75%;
  }
  .pad-col-25p {
    width: 25%;
  }
  .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-50p {
    width: 50%;
  }
  .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-75p {
    width: 75%;
  }
  .pad-col-med {
    width: 43%;
  }
  .pad-col-large {
    width: 57%;
  }
}

/* Desk breakpoint styling
*  This allows you to override based on breakpoint
*  <div class="col-12 pad-col-6 desk-col-4">
*  On mobile it will be 12 columns but on Desk it will be 4 columns
*/
@media (min-width: 1280px) {
  .desk-col-24 {
    width: 100%;
  }
  .desk-col-24 .desk-col-1 {
    width: 4.16667%;
  }
  .desk-col-24 .desk-col-2 {
    width: 8.33333%;
  }
  .desk-col-24 .desk-col-3 {
    width: 12.5%;
  }
  .desk-col-24 .desk-col-4 {
    width: 16.66667%;
  }
  .desk-col-24 .desk-col-5 {
    width: 20.83333%;
  }
  .desk-col-24 .desk-col-6 {
    width: 25%;
  }
  .desk-col-24 .desk-col-7 {
    width: 29.16667%;
  }
  .desk-col-24 .desk-col-8 {
    width: 33.33333%;
  }
  .desk-col-24 .desk-col-9 {
    width: 37.5%;
  }
  .desk-col-24 .desk-col-10 {
    width: 41.66667%;
  }
  .desk-col-24 .desk-col-11 {
    width: 45.83333%;
  }
  .desk-col-24 .desk-col-12 {
    width: 50%;
  }
  .desk-col-24 .desk-col-13 {
    width: 54.16667%;
  }
  .desk-col-24 .desk-col-14 {
    width: 58.33333%;
  }
  .desk-col-24 .desk-col-15 {
    width: 62.5%;
  }
  .desk-col-24 .desk-col-16 {
    width: 66.66667%;
  }
  .desk-col-24 .desk-col-17 {
    width: 70.83333%;
  }
  .desk-col-24 .desk-col-18 {
    width: 75%;
  }
  .desk-col-24 .desk-col-19 {
    width: 79.16667%;
  }
  .desk-col-24 .desk-col-20 {
    width: 83.33333%;
  }
  .desk-col-24 .desk-col-21 {
    width: 87.5%;
  }
  .desk-col-24 .desk-col-22 {
    width: 91.66667%;
  }
  .desk-col-24 .desk-col-23 {
    width: 95.83333%;
  }
  .desk-col-24 .desk-col-24 {
    width: 100%;
  }
  .desk-col-24 .desk-col-25p {
    width: 25%;
  }
  .desk-col-24 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-24 .desk-col-50p {
    width: 50%;
  }
  .desk-col-24 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-24 .desk-col-75p {
    width: 75%;
  }
  .desk-col-23 {
    width: 95.83333%;
  }
  .desk-col-23 .desk-col-1 {
    width: 4.34783%;
  }
  .desk-col-23 .desk-col-2 {
    width: 8.69565%;
  }
  .desk-col-23 .desk-col-3 {
    width: 13.04348%;
  }
  .desk-col-23 .desk-col-4 {
    width: 17.3913%;
  }
  .desk-col-23 .desk-col-5 {
    width: 21.73913%;
  }
  .desk-col-23 .desk-col-6 {
    width: 26.08696%;
  }
  .desk-col-23 .desk-col-7 {
    width: 30.43478%;
  }
  .desk-col-23 .desk-col-8 {
    width: 34.78261%;
  }
  .desk-col-23 .desk-col-9 {
    width: 39.13043%;
  }
  .desk-col-23 .desk-col-10 {
    width: 43.47826%;
  }
  .desk-col-23 .desk-col-11 {
    width: 47.82609%;
  }
  .desk-col-23 .desk-col-12 {
    width: 52.17391%;
  }
  .desk-col-23 .desk-col-13 {
    width: 56.52174%;
  }
  .desk-col-23 .desk-col-14 {
    width: 60.86957%;
  }
  .desk-col-23 .desk-col-15 {
    width: 65.21739%;
  }
  .desk-col-23 .desk-col-16 {
    width: 69.56522%;
  }
  .desk-col-23 .desk-col-17 {
    width: 73.91304%;
  }
  .desk-col-23 .desk-col-18 {
    width: 78.26087%;
  }
  .desk-col-23 .desk-col-19 {
    width: 82.6087%;
  }
  .desk-col-23 .desk-col-20 {
    width: 86.95652%;
  }
  .desk-col-23 .desk-col-21 {
    width: 91.30435%;
  }
  .desk-col-23 .desk-col-22 {
    width: 95.65217%;
  }
  .desk-col-23 .desk-col-23 {
    width: 100%;
  }
  .desk-col-23 .desk-col-25p {
    width: 25%;
  }
  .desk-col-23 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-23 .desk-col-50p {
    width: 50%;
  }
  .desk-col-23 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-23 .desk-col-75p {
    width: 75%;
  }
  .desk-col-22 {
    width: 91.66667%;
  }
  .desk-col-22 .desk-col-1 {
    width: 4.54545%;
  }
  .desk-col-22 .desk-col-2 {
    width: 9.09091%;
  }
  .desk-col-22 .desk-col-3 {
    width: 13.63636%;
  }
  .desk-col-22 .desk-col-4 {
    width: 18.18182%;
  }
  .desk-col-22 .desk-col-5 {
    width: 22.72727%;
  }
  .desk-col-22 .desk-col-6 {
    width: 27.27273%;
  }
  .desk-col-22 .desk-col-7 {
    width: 31.81818%;
  }
  .desk-col-22 .desk-col-8 {
    width: 36.36364%;
  }
  .desk-col-22 .desk-col-9 {
    width: 40.90909%;
  }
  .desk-col-22 .desk-col-10 {
    width: 45.45455%;
  }
  .desk-col-22 .desk-col-11 {
    width: 50%;
  }
  .desk-col-22 .desk-col-12 {
    width: 54.54545%;
  }
  .desk-col-22 .desk-col-13 {
    width: 59.09091%;
  }
  .desk-col-22 .desk-col-14 {
    width: 63.63636%;
  }
  .desk-col-22 .desk-col-15 {
    width: 68.18182%;
  }
  .desk-col-22 .desk-col-16 {
    width: 72.72727%;
  }
  .desk-col-22 .desk-col-17 {
    width: 77.27273%;
  }
  .desk-col-22 .desk-col-18 {
    width: 81.81818%;
  }
  .desk-col-22 .desk-col-19 {
    width: 86.36364%;
  }
  .desk-col-22 .desk-col-20 {
    width: 90.90909%;
  }
  .desk-col-22 .desk-col-21 {
    width: 95.45455%;
  }
  .desk-col-22 .desk-col-22 {
    width: 100%;
  }
  .desk-col-22 .desk-col-25p {
    width: 25%;
  }
  .desk-col-22 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-22 .desk-col-50p {
    width: 50%;
  }
  .desk-col-22 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-22 .desk-col-75p {
    width: 75%;
  }
  .desk-col-21 {
    width: 87.5%;
  }
  .desk-col-21 .desk-col-1 {
    width: 4.7619%;
  }
  .desk-col-21 .desk-col-2 {
    width: 9.52381%;
  }
  .desk-col-21 .desk-col-3 {
    width: 14.28571%;
  }
  .desk-col-21 .desk-col-4 {
    width: 19.04762%;
  }
  .desk-col-21 .desk-col-5 {
    width: 23.80952%;
  }
  .desk-col-21 .desk-col-6 {
    width: 28.57143%;
  }
  .desk-col-21 .desk-col-7 {
    width: 33.33333%;
  }
  .desk-col-21 .desk-col-8 {
    width: 38.09524%;
  }
  .desk-col-21 .desk-col-9 {
    width: 42.85714%;
  }
  .desk-col-21 .desk-col-10 {
    width: 47.61905%;
  }
  .desk-col-21 .desk-col-11 {
    width: 52.38095%;
  }
  .desk-col-21 .desk-col-12 {
    width: 57.14286%;
  }
  .desk-col-21 .desk-col-13 {
    width: 61.90476%;
  }
  .desk-col-21 .desk-col-14 {
    width: 66.66667%;
  }
  .desk-col-21 .desk-col-15 {
    width: 71.42857%;
  }
  .desk-col-21 .desk-col-16 {
    width: 76.19048%;
  }
  .desk-col-21 .desk-col-17 {
    width: 80.95238%;
  }
  .desk-col-21 .desk-col-18 {
    width: 85.71429%;
  }
  .desk-col-21 .desk-col-19 {
    width: 90.47619%;
  }
  .desk-col-21 .desk-col-20 {
    width: 95.2381%;
  }
  .desk-col-21 .desk-col-21 {
    width: 100%;
  }
  .desk-col-21 .desk-col-25p {
    width: 25%;
  }
  .desk-col-21 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-21 .desk-col-50p {
    width: 50%;
  }
  .desk-col-21 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-21 .desk-col-75p {
    width: 75%;
  }
  .desk-col-20 {
    width: 83.33333%;
  }
  .desk-col-20 .desk-col-1 {
    width: 5%;
  }
  .desk-col-20 .desk-col-2 {
    width: 10%;
  }
  .desk-col-20 .desk-col-3 {
    width: 15%;
  }
  .desk-col-20 .desk-col-4 {
    width: 20%;
  }
  .desk-col-20 .desk-col-5 {
    width: 25%;
  }
  .desk-col-20 .desk-col-6 {
    width: 30%;
  }
  .desk-col-20 .desk-col-7 {
    width: 35%;
  }
  .desk-col-20 .desk-col-8 {
    width: 40%;
  }
  .desk-col-20 .desk-col-9 {
    width: 45%;
  }
  .desk-col-20 .desk-col-10 {
    width: 50%;
  }
  .desk-col-20 .desk-col-11 {
    width: 55%;
  }
  .desk-col-20 .desk-col-12 {
    width: 60%;
  }
  .desk-col-20 .desk-col-13 {
    width: 65%;
  }
  .desk-col-20 .desk-col-14 {
    width: 70%;
  }
  .desk-col-20 .desk-col-15 {
    width: 75%;
  }
  .desk-col-20 .desk-col-16 {
    width: 80%;
  }
  .desk-col-20 .desk-col-17 {
    width: 85%;
  }
  .desk-col-20 .desk-col-18 {
    width: 90%;
  }
  .desk-col-20 .desk-col-19 {
    width: 95%;
  }
  .desk-col-20 .desk-col-20 {
    width: 100%;
  }
  .desk-col-20 .desk-col-25p {
    width: 25%;
  }
  .desk-col-20 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-20 .desk-col-50p {
    width: 50%;
  }
  .desk-col-20 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-20 .desk-col-75p {
    width: 75%;
  }
  .desk-col-19 {
    width: 79.16667%;
  }
  .desk-col-19 .desk-col-1 {
    width: 5.26316%;
  }
  .desk-col-19 .desk-col-2 {
    width: 10.52632%;
  }
  .desk-col-19 .desk-col-3 {
    width: 15.78947%;
  }
  .desk-col-19 .desk-col-4 {
    width: 21.05263%;
  }
  .desk-col-19 .desk-col-5 {
    width: 26.31579%;
  }
  .desk-col-19 .desk-col-6 {
    width: 31.57895%;
  }
  .desk-col-19 .desk-col-7 {
    width: 36.84211%;
  }
  .desk-col-19 .desk-col-8 {
    width: 42.10526%;
  }
  .desk-col-19 .desk-col-9 {
    width: 47.36842%;
  }
  .desk-col-19 .desk-col-10 {
    width: 52.63158%;
  }
  .desk-col-19 .desk-col-11 {
    width: 57.89474%;
  }
  .desk-col-19 .desk-col-12 {
    width: 63.15789%;
  }
  .desk-col-19 .desk-col-13 {
    width: 68.42105%;
  }
  .desk-col-19 .desk-col-14 {
    width: 73.68421%;
  }
  .desk-col-19 .desk-col-15 {
    width: 78.94737%;
  }
  .desk-col-19 .desk-col-16 {
    width: 84.21053%;
  }
  .desk-col-19 .desk-col-17 {
    width: 89.47368%;
  }
  .desk-col-19 .desk-col-18 {
    width: 94.73684%;
  }
  .desk-col-19 .desk-col-19 {
    width: 100%;
  }
  .desk-col-19 .desk-col-25p {
    width: 25%;
  }
  .desk-col-19 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-19 .desk-col-50p {
    width: 50%;
  }
  .desk-col-19 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-19 .desk-col-75p {
    width: 75%;
  }
  .desk-col-18 {
    width: 75%;
  }
  .desk-col-18 .desk-col-1 {
    width: 5.55556%;
  }
  .desk-col-18 .desk-col-2 {
    width: 11.11111%;
  }
  .desk-col-18 .desk-col-3 {
    width: 16.66667%;
  }
  .desk-col-18 .desk-col-4 {
    width: 22.22222%;
  }
  .desk-col-18 .desk-col-5 {
    width: 27.77778%;
  }
  .desk-col-18 .desk-col-6 {
    width: 33.33333%;
  }
  .desk-col-18 .desk-col-7 {
    width: 38.88889%;
  }
  .desk-col-18 .desk-col-8 {
    width: 44.44444%;
  }
  .desk-col-18 .desk-col-9 {
    width: 50%;
  }
  .desk-col-18 .desk-col-10 {
    width: 55.55556%;
  }
  .desk-col-18 .desk-col-11 {
    width: 61.11111%;
  }
  .desk-col-18 .desk-col-12 {
    width: 66.66667%;
  }
  .desk-col-18 .desk-col-13 {
    width: 72.22222%;
  }
  .desk-col-18 .desk-col-14 {
    width: 77.77778%;
  }
  .desk-col-18 .desk-col-15 {
    width: 83.33333%;
  }
  .desk-col-18 .desk-col-16 {
    width: 88.88889%;
  }
  .desk-col-18 .desk-col-17 {
    width: 94.44444%;
  }
  .desk-col-18 .desk-col-18 {
    width: 100%;
  }
  .desk-col-18 .desk-col-25p {
    width: 25%;
  }
  .desk-col-18 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-18 .desk-col-50p {
    width: 50%;
  }
  .desk-col-18 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-18 .desk-col-75p {
    width: 75%;
  }
  .desk-col-17 {
    width: 70.83333%;
  }
  .desk-col-17 .desk-col-1 {
    width: 5.88235%;
  }
  .desk-col-17 .desk-col-2 {
    width: 11.76471%;
  }
  .desk-col-17 .desk-col-3 {
    width: 17.64706%;
  }
  .desk-col-17 .desk-col-4 {
    width: 23.52941%;
  }
  .desk-col-17 .desk-col-5 {
    width: 29.41176%;
  }
  .desk-col-17 .desk-col-6 {
    width: 35.29412%;
  }
  .desk-col-17 .desk-col-7 {
    width: 41.17647%;
  }
  .desk-col-17 .desk-col-8 {
    width: 47.05882%;
  }
  .desk-col-17 .desk-col-9 {
    width: 52.94118%;
  }
  .desk-col-17 .desk-col-10 {
    width: 58.82353%;
  }
  .desk-col-17 .desk-col-11 {
    width: 64.70588%;
  }
  .desk-col-17 .desk-col-12 {
    width: 70.58824%;
  }
  .desk-col-17 .desk-col-13 {
    width: 76.47059%;
  }
  .desk-col-17 .desk-col-14 {
    width: 82.35294%;
  }
  .desk-col-17 .desk-col-15 {
    width: 88.23529%;
  }
  .desk-col-17 .desk-col-16 {
    width: 94.11765%;
  }
  .desk-col-17 .desk-col-17 {
    width: 100%;
  }
  .desk-col-17 .desk-col-25p {
    width: 25%;
  }
  .desk-col-17 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-17 .desk-col-50p {
    width: 50%;
  }
  .desk-col-17 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-17 .desk-col-75p {
    width: 75%;
  }
  .desk-col-16 {
    width: 66.66667%;
  }
  .desk-col-16 .desk-col-1 {
    width: 6.25%;
  }
  .desk-col-16 .desk-col-2 {
    width: 12.5%;
  }
  .desk-col-16 .desk-col-3 {
    width: 18.75%;
  }
  .desk-col-16 .desk-col-4 {
    width: 25%;
  }
  .desk-col-16 .desk-col-5 {
    width: 31.25%;
  }
  .desk-col-16 .desk-col-6 {
    width: 37.5%;
  }
  .desk-col-16 .desk-col-7 {
    width: 43.75%;
  }
  .desk-col-16 .desk-col-8 {
    width: 50%;
  }
  .desk-col-16 .desk-col-9 {
    width: 56.25%;
  }
  .desk-col-16 .desk-col-10 {
    width: 62.5%;
  }
  .desk-col-16 .desk-col-11 {
    width: 68.75%;
  }
  .desk-col-16 .desk-col-12 {
    width: 75%;
  }
  .desk-col-16 .desk-col-13 {
    width: 81.25%;
  }
  .desk-col-16 .desk-col-14 {
    width: 87.5%;
  }
  .desk-col-16 .desk-col-15 {
    width: 93.75%;
  }
  .desk-col-16 .desk-col-16 {
    width: 100%;
  }
  .desk-col-16 .desk-col-25p {
    width: 25%;
  }
  .desk-col-16 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-16 .desk-col-50p {
    width: 50%;
  }
  .desk-col-16 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-16 .desk-col-75p {
    width: 75%;
  }
  .desk-col-15 {
    width: 62.5%;
  }
  .desk-col-15 .desk-col-1 {
    width: 6.66667%;
  }
  .desk-col-15 .desk-col-2 {
    width: 13.33333%;
  }
  .desk-col-15 .desk-col-3 {
    width: 20%;
  }
  .desk-col-15 .desk-col-4 {
    width: 26.66667%;
  }
  .desk-col-15 .desk-col-5 {
    width: 33.33333%;
  }
  .desk-col-15 .desk-col-6 {
    width: 40%;
  }
  .desk-col-15 .desk-col-7 {
    width: 46.66667%;
  }
  .desk-col-15 .desk-col-8 {
    width: 53.33333%;
  }
  .desk-col-15 .desk-col-9 {
    width: 60%;
  }
  .desk-col-15 .desk-col-10 {
    width: 66.66667%;
  }
  .desk-col-15 .desk-col-11 {
    width: 73.33333%;
  }
  .desk-col-15 .desk-col-12 {
    width: 80%;
  }
  .desk-col-15 .desk-col-13 {
    width: 86.66667%;
  }
  .desk-col-15 .desk-col-14 {
    width: 93.33333%;
  }
  .desk-col-15 .desk-col-15 {
    width: 100%;
  }
  .desk-col-15 .desk-col-25p {
    width: 25%;
  }
  .desk-col-15 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-15 .desk-col-50p {
    width: 50%;
  }
  .desk-col-15 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-15 .desk-col-75p {
    width: 75%;
  }
  .desk-col-14 {
    width: 58.33333%;
  }
  .desk-col-14 .desk-col-1 {
    width: 7.14286%;
  }
  .desk-col-14 .desk-col-2 {
    width: 14.28571%;
  }
  .desk-col-14 .desk-col-3 {
    width: 21.42857%;
  }
  .desk-col-14 .desk-col-4 {
    width: 28.57143%;
  }
  .desk-col-14 .desk-col-5 {
    width: 35.71429%;
  }
  .desk-col-14 .desk-col-6 {
    width: 42.85714%;
  }
  .desk-col-14 .desk-col-7 {
    width: 50%;
  }
  .desk-col-14 .desk-col-8 {
    width: 57.14286%;
  }
  .desk-col-14 .desk-col-9 {
    width: 64.28571%;
  }
  .desk-col-14 .desk-col-10 {
    width: 71.42857%;
  }
  .desk-col-14 .desk-col-11 {
    width: 78.57143%;
  }
  .desk-col-14 .desk-col-12 {
    width: 85.71429%;
  }
  .desk-col-14 .desk-col-13 {
    width: 92.85714%;
  }
  .desk-col-14 .desk-col-14 {
    width: 100%;
  }
  .desk-col-14 .desk-col-25p {
    width: 25%;
  }
  .desk-col-14 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-14 .desk-col-50p {
    width: 50%;
  }
  .desk-col-14 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-14 .desk-col-75p {
    width: 75%;
  }
  .desk-col-13 {
    width: 54.16667%;
  }
  .desk-col-13 .desk-col-1 {
    width: 7.69231%;
  }
  .desk-col-13 .desk-col-2 {
    width: 15.38462%;
  }
  .desk-col-13 .desk-col-3 {
    width: 23.07692%;
  }
  .desk-col-13 .desk-col-4 {
    width: 30.76923%;
  }
  .desk-col-13 .desk-col-5 {
    width: 38.46154%;
  }
  .desk-col-13 .desk-col-6 {
    width: 46.15385%;
  }
  .desk-col-13 .desk-col-7 {
    width: 53.84615%;
  }
  .desk-col-13 .desk-col-8 {
    width: 61.53846%;
  }
  .desk-col-13 .desk-col-9 {
    width: 69.23077%;
  }
  .desk-col-13 .desk-col-10 {
    width: 76.92308%;
  }
  .desk-col-13 .desk-col-11 {
    width: 84.61538%;
  }
  .desk-col-13 .desk-col-12 {
    width: 92.30769%;
  }
  .desk-col-13 .desk-col-13 {
    width: 100%;
  }
  .desk-col-13 .desk-col-25p {
    width: 25%;
  }
  .desk-col-13 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-13 .desk-col-50p {
    width: 50%;
  }
  .desk-col-13 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-13 .desk-col-75p {
    width: 75%;
  }
  .desk-col-12 {
    width: 50%;
  }
  .desk-col-12 .desk-col-1 {
    width: 8.33333%;
  }
  .desk-col-12 .desk-col-2 {
    width: 16.66667%;
  }
  .desk-col-12 .desk-col-3 {
    width: 25%;
  }
  .desk-col-12 .desk-col-4 {
    width: 33.33333%;
  }
  .desk-col-12 .desk-col-5 {
    width: 41.66667%;
  }
  .desk-col-12 .desk-col-6 {
    width: 50%;
  }
  .desk-col-12 .desk-col-7 {
    width: 58.33333%;
  }
  .desk-col-12 .desk-col-8 {
    width: 66.66667%;
  }
  .desk-col-12 .desk-col-9 {
    width: 75%;
  }
  .desk-col-12 .desk-col-10 {
    width: 83.33333%;
  }
  .desk-col-12 .desk-col-11 {
    width: 91.66667%;
  }
  .desk-col-12 .desk-col-12 {
    width: 100%;
  }
  .desk-col-12 .desk-col-25p {
    width: 25%;
  }
  .desk-col-12 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-12 .desk-col-50p {
    width: 50%;
  }
  .desk-col-12 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-12 .desk-col-75p {
    width: 75%;
  }
  .desk-col-11 {
    width: 45.83333%;
  }
  .desk-col-11 .desk-col-1 {
    width: 9.09091%;
  }
  .desk-col-11 .desk-col-2 {
    width: 18.18182%;
  }
  .desk-col-11 .desk-col-3 {
    width: 27.27273%;
  }
  .desk-col-11 .desk-col-4 {
    width: 36.36364%;
  }
  .desk-col-11 .desk-col-5 {
    width: 45.45455%;
  }
  .desk-col-11 .desk-col-6 {
    width: 54.54545%;
  }
  .desk-col-11 .desk-col-7 {
    width: 63.63636%;
  }
  .desk-col-11 .desk-col-8 {
    width: 72.72727%;
  }
  .desk-col-11 .desk-col-9 {
    width: 81.81818%;
  }
  .desk-col-11 .desk-col-10 {
    width: 90.90909%;
  }
  .desk-col-11 .desk-col-11 {
    width: 100%;
  }
  .desk-col-11 .desk-col-25p {
    width: 25%;
  }
  .desk-col-11 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-11 .desk-col-50p {
    width: 50%;
  }
  .desk-col-11 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-11 .desk-col-75p {
    width: 75%;
  }
  .desk-col-10 {
    width: 41.66667%;
  }
  .desk-col-10 .desk-col-1 {
    width: 10%;
  }
  .desk-col-10 .desk-col-2 {
    width: 20%;
  }
  .desk-col-10 .desk-col-3 {
    width: 30%;
  }
  .desk-col-10 .desk-col-4 {
    width: 40%;
  }
  .desk-col-10 .desk-col-5 {
    width: 50%;
  }
  .desk-col-10 .desk-col-6 {
    width: 60%;
  }
  .desk-col-10 .desk-col-7 {
    width: 70%;
  }
  .desk-col-10 .desk-col-8 {
    width: 80%;
  }
  .desk-col-10 .desk-col-9 {
    width: 90%;
  }
  .desk-col-10 .desk-col-10 {
    width: 100%;
  }
  .desk-col-10 .desk-col-25p {
    width: 25%;
  }
  .desk-col-10 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-10 .desk-col-50p {
    width: 50%;
  }
  .desk-col-10 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-10 .desk-col-75p {
    width: 75%;
  }
  .desk-col-9 {
    width: 37.5%;
  }
  .desk-col-9 .desk-col-1 {
    width: 11.11111%;
  }
  .desk-col-9 .desk-col-2 {
    width: 22.22222%;
  }
  .desk-col-9 .desk-col-3 {
    width: 33.33333%;
  }
  .desk-col-9 .desk-col-4 {
    width: 44.44444%;
  }
  .desk-col-9 .desk-col-5 {
    width: 55.55556%;
  }
  .desk-col-9 .desk-col-6 {
    width: 66.66667%;
  }
  .desk-col-9 .desk-col-7 {
    width: 77.77778%;
  }
  .desk-col-9 .desk-col-8 {
    width: 88.88889%;
  }
  .desk-col-9 .desk-col-9 {
    width: 100%;
  }
  .desk-col-9 .desk-col-25p {
    width: 25%;
  }
  .desk-col-9 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-9 .desk-col-50p {
    width: 50%;
  }
  .desk-col-9 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-9 .desk-col-75p {
    width: 75%;
  }
  .desk-col-8 {
    width: 33.33333%;
  }
  .desk-col-8 .desk-col-1 {
    width: 12.5%;
  }
  .desk-col-8 .desk-col-2 {
    width: 25%;
  }
  .desk-col-8 .desk-col-3 {
    width: 37.5%;
  }
  .desk-col-8 .desk-col-4 {
    width: 50%;
  }
  .desk-col-8 .desk-col-5 {
    width: 62.5%;
  }
  .desk-col-8 .desk-col-6 {
    width: 75%;
  }
  .desk-col-8 .desk-col-7 {
    width: 87.5%;
  }
  .desk-col-8 .desk-col-8 {
    width: 100%;
  }
  .desk-col-8 .desk-col-25p {
    width: 25%;
  }
  .desk-col-8 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-8 .desk-col-50p {
    width: 50%;
  }
  .desk-col-8 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-8 .desk-col-75p {
    width: 75%;
  }
  .desk-col-7 {
    width: 29.16667%;
  }
  .desk-col-7 .desk-col-1 {
    width: 14.28571%;
  }
  .desk-col-7 .desk-col-2 {
    width: 28.57143%;
  }
  .desk-col-7 .desk-col-3 {
    width: 42.85714%;
  }
  .desk-col-7 .desk-col-4 {
    width: 57.14286%;
  }
  .desk-col-7 .desk-col-5 {
    width: 71.42857%;
  }
  .desk-col-7 .desk-col-6 {
    width: 85.71429%;
  }
  .desk-col-7 .desk-col-7 {
    width: 100%;
  }
  .desk-col-7 .desk-col-25p {
    width: 25%;
  }
  .desk-col-7 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-7 .desk-col-50p {
    width: 50%;
  }
  .desk-col-7 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-7 .desk-col-75p {
    width: 75%;
  }
  .desk-col-6 {
    width: 25%;
  }
  .desk-col-6 .desk-col-1 {
    width: 16.66667%;
  }
  .desk-col-6 .desk-col-2 {
    width: 33.33333%;
  }
  .desk-col-6 .desk-col-3 {
    width: 50%;
  }
  .desk-col-6 .desk-col-4 {
    width: 66.66667%;
  }
  .desk-col-6 .desk-col-5 {
    width: 83.33333%;
  }
  .desk-col-6 .desk-col-6 {
    width: 100%;
  }
  .desk-col-6 .desk-col-25p {
    width: 25%;
  }
  .desk-col-6 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-6 .desk-col-50p {
    width: 50%;
  }
  .desk-col-6 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-6 .desk-col-75p {
    width: 75%;
  }
  .desk-col-5 {
    width: 20.83333%;
  }
  .desk-col-5 .desk-col-1 {
    width: 20%;
  }
  .desk-col-5 .desk-col-2 {
    width: 40%;
  }
  .desk-col-5 .desk-col-3 {
    width: 60%;
  }
  .desk-col-5 .desk-col-4 {
    width: 80%;
  }
  .desk-col-5 .desk-col-5 {
    width: 100%;
  }
  .desk-col-5 .desk-col-25p {
    width: 25%;
  }
  .desk-col-5 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-5 .desk-col-50p {
    width: 50%;
  }
  .desk-col-5 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-5 .desk-col-75p {
    width: 75%;
  }
  .desk-col-4 {
    width: 16.66667%;
  }
  .desk-col-4 .desk-col-1 {
    width: 25%;
  }
  .desk-col-4 .desk-col-2 {
    width: 50%;
  }
  .desk-col-4 .desk-col-3 {
    width: 75%;
  }
  .desk-col-4 .desk-col-4 {
    width: 100%;
  }
  .desk-col-4 .desk-col-25p {
    width: 25%;
  }
  .desk-col-4 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-4 .desk-col-50p {
    width: 50%;
  }
  .desk-col-4 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-4 .desk-col-75p {
    width: 75%;
  }
  .desk-col-3 {
    width: 12.5%;
  }
  .desk-col-3 .desk-col-1 {
    width: 33.33333%;
  }
  .desk-col-3 .desk-col-2 {
    width: 66.66667%;
  }
  .desk-col-3 .desk-col-3 {
    width: 100%;
  }
  .desk-col-3 .desk-col-25p {
    width: 25%;
  }
  .desk-col-3 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-3 .desk-col-50p {
    width: 50%;
  }
  .desk-col-3 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-3 .desk-col-75p {
    width: 75%;
  }
  .desk-col-2 {
    width: 8.33333%;
  }
  .desk-col-2 .desk-col-1 {
    width: 50%;
  }
  .desk-col-2 .desk-col-2 {
    width: 100%;
  }
  .desk-col-2 .desk-col-25p {
    width: 25%;
  }
  .desk-col-2 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-2 .desk-col-50p {
    width: 50%;
  }
  .desk-col-2 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-2 .desk-col-75p {
    width: 75%;
  }
  .desk-col-1 {
    width: 4.16667%;
  }
  .desk-col-1 .desk-col-1 {
    width: 100%;
  }
  .desk-col-1 .desk-col-25p {
    width: 25%;
  }
  .desk-col-1 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-1 .desk-col-50p {
    width: 50%;
  }
  .desk-col-1 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-1 .desk-col-75p {
    width: 75%;
  }
  .desk-col-25p {
    width: 25%;
  }
  .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-50p {
    width: 50%;
  }
  .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-75p {
    width: 75%;
  }
}

/*--------------------------------------------------------------------------
*
*  Typography
*
* This section a set of default forms styles, please add/change these styles.
* There are actionables here.
*
*-------------------------------------------------------------------------*/
@font-face {
  font-family: "FFTisaWeb";
  src: url("../font/3653C3_0_0.eot");
  src: url("../font/3653C3_0_0.eot?#iefix") format("embedded-opentype"),
    url("../font/3653C3_0_0.woff2") format("woff2"),
    url("../font/3653C3_0_0.woff") format("woff"),
    url("../font/3653C3_0_0.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "FFTisaWeb";
  src: url("../font/3653C3_1_0.eot");
  src: url("../font/3653C3_1_0.eot?#iefix") format("embedded-opentype"),
    url("../font/3653C3_1_0.woff2") format("woff2"),
    url("../font/3653C3_1_0.woff") format("woff"),
    url("../font/3653C3_1_0.ttf") format("truetype");
  font-weight: 300;
  font-stylic: normal;
}

@font-face {
  font-family: "FFTisaWeb";
  src: url("../font/2F2629_0_0.eot");
  src: url("../font/2F2629_0_0.eot?#iefix") format("embedded-opentype"),
    url("../font/2F2629_0_0.woff2") format("woff2"),
    url("../font/2F2629_0_0.woff") format("woff"),
    url("../font/2F2629_0_0.ttf") format("truetype");
  font-weight: 400;
  font-stylic: italic;
}

@font-face {
  font-family: "FFTisaWeb";
  src: url("../font/2F2629_5_0.eot");
  src: url("../font/2F2629_5_0.eot?#iefix") format("embedded-opentype"),
    url("../font/2F2629_5_0.woff2") format("woff2"),
    url("../font/2F2629_5_0.woff") format("woff"),
    url("../font/2F2629_5_0.ttf") format("truetype");
  font-weight: 400;
  font-stylic: normal;
}

@font-face {
  font-family: "FFTisaWeb";
  src: url("../font/2F2629_3_0.eot");
  src: url("../font/2F2629_3_0.eot?#iefix") format("embedded-opentype"),
    url("../font/2F2629_3_0.woff2") format("woff2"),
    url("../font/2F2629_3_0.woff") format("woff"),
    url("../font/2F2629_3_0.ttf") format("truetype");
  font-weight: 500;
  font-stylic: italic;
}

@font-face {
  font-family: "FFTisaWeb";
  src: url("../font/2F2629_4_0.eot");
  src: url("../font/2F2629_4_0.eot?#iefix") format("embedded-opentype"),
    url("../font/2F2629_4_0.woff2") format("woff2"),
    url("../font/2F2629_4_0.woff") format("woff"),
    url("../font/2F2629_4_0.ttf") format("truetype");
  font-weight: 500;
  font-stylic: normal;
}

@font-face {
  font-family: "FFTisaWeb";
  src: url("../font/2F2629_1_0.eot");
  src: url("../font/2F2629_1_0.eot?#iefix") format("embedded-opentype"),
    url("../font/2F2629_1_0.woff2") format("woff2"),
    url("../font/2F2629_1_0.woff") format("woff"),
    url("../font/2F2629_1_0.ttf") format("truetype");
  font-weight: 600;
  font-stylic: italic;
}

@font-face {
  font-family: "FFTisaWeb";
  src: url("../font/2F2629_2_0.eot");
  src: url("../font/2F2629_2_0.eot?#iefix") format("embedded-opentype"),
    url("../font/2F2629_2_0.woff2") format("woff2"),
    url("../font/2F2629_2_0.woff") format("woff"),
    url("../font/2F2629_2_0.ttf") format("truetype");
  font-weight: 600;
  font-stylic: normal;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5em;
}

@media (max-width: 799px) {
  body {
    font-size: 15px;
  }
}

@media (min-width: 800px) {
  body {
    font-size: 17px;
  }
}

@media (min-width: 1280px) {
  body {
    font-size: 20px;
  }
}

.font-serif {
  font-family: "FFTisaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-sans-serif {
  font-style: normal;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.font-tisa-light {
  font-family: "FFTisaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.font-tisa-regular {
  font-family: "FFTisaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

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

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

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

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

.text-underline {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.ssbp-wrap .ssba-share-text,
.h6 {
  font-weight: normal;
  line-height: 1.5em;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.ssbp-wrap .ssba-share-text small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.ssbp-wrap .ssba-share-text .small,
.h6 .small {
  font-size: 65%;
  font-weight: normal;
  line-height: 1;
}

.small,
small {
  font-size: 80%;
}

h1,
.h1 {
  font-family: "FFTisaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  font-size: 1.7em;
  line-height: 1.35em;
  font-weight: 300;
  margin: 0.67em 0;
}

@media (min-width: 800px) {
  h1,
  .h1 {
    font-size: 2.25em;
  }
}

@media (min-width: 1280px) {
  h1,
  .h1 {
    font-size: 2.5em;
  }
}

.single-post .panel .wysiwyg-wrapper h1,
.wysiwyg-wrapper h1,
.single-post .panel .wysiwyg-wrapper .h1,
.wysiwyg-wrapper .h1 {
  font-size: 2em;
}

@media (min-width: 800px) {
  .single-post .panel .wysiwyg-wrapper h1,
  .wysiwyg-wrapper h1,
  .single-post .panel .wysiwyg-wrapper .h1,
  .wysiwyg-wrapper .h1 {
    font-size: 2.25em;
  }
}

@media (min-width: 1280px) {
  .single-post .panel .wysiwyg-wrapper h1,
  .wysiwyg-wrapper h1,
  .single-post .panel .wysiwyg-wrapper .h1,
  .wysiwyg-wrapper .h1 {
    font-size: 2.5em;
  }
}

h2,
.h2 {
  font-family: "FFTisaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 300;
}

@media (min-width: 800px) {
  h2,
  .h2 {
    font-size: 1.9em;
  }
}

.single-post .panel .wysiwyg-wrapper h2,
.wysiwyg-wrapper h2,
.single-post .panel .wysiwyg-wrapper .h2,
.wysiwyg-wrapper .h2 {
  font-size: 1.8em;
}

@media (min-width: 800px) {
  .single-post .panel .wysiwyg-wrapper h2,
  .wysiwyg-wrapper h2,
  .single-post .panel .wysiwyg-wrapper .h2,
  .wysiwyg-wrapper .h2 {
    font-size: 2.1em;
  }
}

@media (min-width: 1280px) {
  .single-post .panel .wysiwyg-wrapper h2,
  .wysiwyg-wrapper h2,
  .single-post .panel .wysiwyg-wrapper .h2,
  .wysiwyg-wrapper .h2 {
    font-size: 2.3em;
  }
}

h3,
.h3 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  line-height: 1.1em;
  font-weight: 100;
}

@media (min-width: 800px) {
  h3,
  .h3 {
    font-size: 2.1em;
  }
}

@media (min-width: 1280px) {
  h3,
  .h3 {
    font-size: 2.3em;
  }
}

.single-post .panel .wysiwyg-wrapper h3,
.wysiwyg-wrapper h3,
.single-post .panel .wysiwyg-wrapper .h3,
.wysiwyg-wrapper .h3 {
  font-family: "FFTisaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
}

@media (min-width: 800px) {
  .single-post .panel .wysiwyg-wrapper h3,
  .wysiwyg-wrapper h3,
  .single-post .panel .wysiwyg-wrapper .h3,
  .wysiwyg-wrapper .h3 {
    font-size: 1.8em;
  }
}

@media (min-width: 1280px) {
  .single-post .panel .wysiwyg-wrapper h3,
  .wysiwyg-wrapper h3,
  .single-post .panel .wysiwyg-wrapper .h3,
  .wysiwyg-wrapper .h3 {
    font-size: 2em;
  }
}

h4,
.h4 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.1em;
  text-transform: none;
}

@media (min-width: 800px) {
  h4,
  .h4 {
    font-size: 1.7em;
  }
}

.single-post .panel .wysiwyg-wrapper h4,
.wysiwyg-wrapper h4,
.single-post .panel .wysiwyg-wrapper .h4,
.wysiwyg-wrapper .h4 {
  font-family: "FFTisaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.35em;
}

@media (min-width: 800px) {
  .single-post .panel .wysiwyg-wrapper h4,
  .wysiwyg-wrapper h4,
  .single-post .panel .wysiwyg-wrapper .h4,
  .wysiwyg-wrapper .h4 {
    font-size: 1.5em;
  }
}

@media (min-width: 1280px) {
  .single-post .panel .wysiwyg-wrapper h4,
  .wysiwyg-wrapper h4,
  .single-post .panel .wysiwyg-wrapper .h4,
  .wysiwyg-wrapper .h4 {
    font-size: 1.5em;
  }
}

h5,
.h5,
.ssbp-wrap .ssba-share-text {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-weight: 700;
  margin: 0.8em 0;
}

@media (min-width: 800px) {
  h5,
  .h5,
  .ssbp-wrap .ssba-share-text {
    font-size: 0.7em;
  }
}

@media (min-width: 1280px) {
  h5,
  .h5,
  .ssbp-wrap .ssba-share-text {
    font-size: 0.7em;
  }
}

h5.alt,
.h5.alt,
.ssbp-wrap .alt.ssba-share-text {
  font-weight: 800;
}

@media (min-width: 800px) {
  h5.alt,
  .h5.alt,
  .ssbp-wrap .alt.ssba-share-text {
    font-size: 0.8em;
  }
}

@media (min-width: 1280px) {
  h5.alt,
  .h5.alt,
  .ssbp-wrap .alt.ssba-share-text {
    font-size: 0.8em;
  }
}

.single-post .panel .wysiwyg-wrapper h5,
.wysiwyg-wrapper h5,
.single-post .panel .wysiwyg-wrapper .h5,
.single-post .panel .wysiwyg-wrapper .ssbp-wrap .ssba-share-text,
.ssbp-wrap .single-post .panel .wysiwyg-wrapper .ssba-share-text,
.wysiwyg-wrapper .h5,
.wysiwyg-wrapper .ssbp-wrap .ssba-share-text,
.ssbp-wrap .wysiwyg-wrapper .ssba-share-text {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0;
}

@media (min-width: 800px) {
  .single-post .panel .wysiwyg-wrapper h5,
  .wysiwyg-wrapper h5,
  .single-post .panel .wysiwyg-wrapper .h5,
  .single-post .panel .wysiwyg-wrapper .ssbp-wrap .ssba-share-text,
  .ssbp-wrap .single-post .panel .wysiwyg-wrapper .ssba-share-text,
  .wysiwyg-wrapper .h5,
  .wysiwyg-wrapper .ssbp-wrap .ssba-share-text,
  .ssbp-wrap .wysiwyg-wrapper .ssba-share-text {
    font-size: 1.2em;
  }
}

@media (min-width: 1280px) {
  .single-post .panel .wysiwyg-wrapper h5,
  .wysiwyg-wrapper h5,
  .single-post .panel .wysiwyg-wrapper .h5,
  .single-post .panel .wysiwyg-wrapper .ssbp-wrap .ssba-share-text,
  .ssbp-wrap .single-post .panel .wysiwyg-wrapper .ssba-share-text,
  .wysiwyg-wrapper .h5,
  .wysiwyg-wrapper .ssbp-wrap .ssba-share-text,
  .ssbp-wrap .wysiwyg-wrapper .ssba-share-text {
    font-size: 1.2em;
  }
}

h6,
.h6 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.35em;
  margin: 1.25em 0;
}

@media (min-width: 800px) {
  h6,
  .h6 {
    font-size: 1.35em;
  }
}

@media (min-width: 1280px) {
  h6,
  .h6 {
    font-size: 1.5em;
  }
}

.single-post .panel .wysiwyg-wrapper h6,
.wysiwyg-wrapper h6,
.single-post .panel .wysiwyg-wrapper .h6,
.wysiwyg-wrapper .h6 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-weight: 700;
}

@media (min-width: 800px) {
  .single-post .panel .wysiwyg-wrapper h6,
  .wysiwyg-wrapper h6,
  .single-post .panel .wysiwyg-wrapper .h6,
  .wysiwyg-wrapper .h6 {
    font-size: 0.9em;
  }
}

@media (min-width: 1280px) {
  .single-post .panel .wysiwyg-wrapper h6,
  .wysiwyg-wrapper h6,
  .single-post .panel .wysiwyg-wrapper .h6,
  .wysiwyg-wrapper .h6 {
    font-size: 0.9em;
  }
}

.lead {
  font-size: 1.1em;
  line-height: 1.5em;
}

p {
  margin: 0 0 1.5em;
  line-height: 1.7em;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  margin: 2em 0;
  font-style: italic;
}

blockquote p {
  font-size: 1.5em;
  line-height: 1.25em;
}

blockquote p:last-child {
  margin-bottom: 0;
}

cite,
.cite {
  font-size: 0.7em;
}

address {
  margin-bottom: 20px;
  line-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.5em;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/*--------------------------------------------------------------------------
*
* Columns
*
*-------------------------------------------------------------------------*/
/* breakpoints */
.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 800px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1280px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.row,
.ginput_complex {
  width: 100%;
}

[class*="col-"] {
  float: left;
  min-height: 1px;
}

/* demo purposes */
.show-grid [class*="col-"] {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  line-height: 40px;
  min-height: 40px;
  text-align: center;
  margin-bottom: 10px;
}

/* end demo purposes */
.col-24 {
  width: 100%;
}

.col-24 .col-1 {
  width: 4.16667%;
}

.col-24 .col-2 {
  width: 8.33333%;
}

.col-24 .col-3 {
  width: 12.5%;
}

.col-24 .col-4 {
  width: 16.66667%;
}

.col-24 .col-5 {
  width: 20.83333%;
}

.col-24 .col-6 {
  width: 25%;
}

.col-24 .col-7 {
  width: 29.16667%;
}

.col-24 .col-8 {
  width: 33.33333%;
}

.col-24 .col-9 {
  width: 37.5%;
}

.col-24 .col-10 {
  width: 41.66667%;
}

.col-24 .col-11 {
  width: 45.83333%;
}

.col-24 .col-12 {
  width: 50%;
}

.col-24 .col-13 {
  width: 54.16667%;
}

.col-24 .col-14 {
  width: 58.33333%;
}

.col-24 .col-15 {
  width: 62.5%;
}

.col-24 .col-16 {
  width: 66.66667%;
}

.col-24 .col-17 {
  width: 70.83333%;
}

.col-24 .col-18 {
  width: 75%;
}

.col-24 .col-19 {
  width: 79.16667%;
}

.col-24 .col-20 {
  width: 83.33333%;
}

.col-24 .col-21 {
  width: 87.5%;
}

.col-24 .col-22 {
  width: 91.66667%;
}

.col-24 .col-23 {
  width: 95.83333%;
}

.col-24 .col-24 {
  width: 100%;
}

.col-23 {
  width: 95.83333%;
}

.col-23 .col-1 {
  width: 4.34783%;
}

.col-23 .col-2 {
  width: 8.69565%;
}

.col-23 .col-3 {
  width: 13.04348%;
}

.col-23 .col-4 {
  width: 17.3913%;
}

.col-23 .col-5 {
  width: 21.73913%;
}

.col-23 .col-6 {
  width: 26.08696%;
}

.col-23 .col-7 {
  width: 30.43478%;
}

.col-23 .col-8 {
  width: 34.78261%;
}

.col-23 .col-9 {
  width: 39.13043%;
}

.col-23 .col-10 {
  width: 43.47826%;
}

.col-23 .col-11 {
  width: 47.82609%;
}

.col-23 .col-12 {
  width: 52.17391%;
}

.col-23 .col-13 {
  width: 56.52174%;
}

.col-23 .col-14 {
  width: 60.86957%;
}

.col-23 .col-15 {
  width: 65.21739%;
}

.col-23 .col-16 {
  width: 69.56522%;
}

.col-23 .col-17 {
  width: 73.91304%;
}

.col-23 .col-18 {
  width: 78.26087%;
}

.col-23 .col-19 {
  width: 82.6087%;
}

.col-23 .col-20 {
  width: 86.95652%;
}

.col-23 .col-21 {
  width: 91.30435%;
}

.col-23 .col-22 {
  width: 95.65217%;
}

.col-23 .col-23 {
  width: 100%;
}

.col-22 {
  width: 91.66667%;
}

.col-22 .col-1 {
  width: 4.54545%;
}

.col-22 .col-2 {
  width: 9.09091%;
}

.col-22 .col-3 {
  width: 13.63636%;
}

.col-22 .col-4 {
  width: 18.18182%;
}

.col-22 .col-5 {
  width: 22.72727%;
}

.col-22 .col-6 {
  width: 27.27273%;
}

.col-22 .col-7 {
  width: 31.81818%;
}

.col-22 .col-8 {
  width: 36.36364%;
}

.col-22 .col-9 {
  width: 40.90909%;
}

.col-22 .col-10 {
  width: 45.45455%;
}

.col-22 .col-11 {
  width: 50%;
}

.col-22 .col-12 {
  width: 54.54545%;
}

.col-22 .col-13 {
  width: 59.09091%;
}

.col-22 .col-14 {
  width: 63.63636%;
}

.col-22 .col-15 {
  width: 68.18182%;
}

.col-22 .col-16 {
  width: 72.72727%;
}

.col-22 .col-17 {
  width: 77.27273%;
}

.col-22 .col-18 {
  width: 81.81818%;
}

.col-22 .col-19 {
  width: 86.36364%;
}

.col-22 .col-20 {
  width: 90.90909%;
}

.col-22 .col-21 {
  width: 95.45455%;
}

.col-22 .col-22 {
  width: 100%;
}

.col-21 {
  width: 87.5%;
}

.col-21 .col-1 {
  width: 4.7619%;
}

.col-21 .col-2 {
  width: 9.52381%;
}

.col-21 .col-3 {
  width: 14.28571%;
}

.col-21 .col-4 {
  width: 19.04762%;
}

.col-21 .col-5 {
  width: 23.80952%;
}

.col-21 .col-6 {
  width: 28.57143%;
}

.col-21 .col-7 {
  width: 33.33333%;
}

.col-21 .col-8 {
  width: 38.09524%;
}

.col-21 .col-9 {
  width: 42.85714%;
}

.col-21 .col-10 {
  width: 47.61905%;
}

.col-21 .col-11 {
  width: 52.38095%;
}

.col-21 .col-12 {
  width: 57.14286%;
}

.col-21 .col-13 {
  width: 61.90476%;
}

.col-21 .col-14 {
  width: 66.66667%;
}

.col-21 .col-15 {
  width: 71.42857%;
}

.col-21 .col-16 {
  width: 76.19048%;
}

.col-21 .col-17 {
  width: 80.95238%;
}

.col-21 .col-18 {
  width: 85.71429%;
}

.col-21 .col-19 {
  width: 90.47619%;
}

.col-21 .col-20 {
  width: 95.2381%;
}

.col-21 .col-21 {
  width: 100%;
}

.col-20 {
  width: 83.33333%;
}

.col-20 .col-1 {
  width: 5%;
}

.col-20 .col-2 {
  width: 10%;
}

.col-20 .col-3 {
  width: 15%;
}

.col-20 .col-4 {
  width: 20%;
}

.col-20 .col-5 {
  width: 25%;
}

.col-20 .col-6 {
  width: 30%;
}

.col-20 .col-7 {
  width: 35%;
}

.col-20 .col-8 {
  width: 40%;
}

.col-20 .col-9 {
  width: 45%;
}

.col-20 .col-10 {
  width: 50%;
}

.col-20 .col-11 {
  width: 55%;
}

.col-20 .col-12 {
  width: 60%;
}

.col-20 .col-13 {
  width: 65%;
}

.col-20 .col-14 {
  width: 70%;
}

.col-20 .col-15 {
  width: 75%;
}

.col-20 .col-16 {
  width: 80%;
}

.col-20 .col-17 {
  width: 85%;
}

.col-20 .col-18 {
  width: 90%;
}

.col-20 .col-19 {
  width: 95%;
}

.col-20 .col-20 {
  width: 100%;
}

.col-19 {
  width: 79.16667%;
}

.col-19 .col-1 {
  width: 5.26316%;
}

.col-19 .col-2 {
  width: 10.52632%;
}

.col-19 .col-3 {
  width: 15.78947%;
}

.col-19 .col-4 {
  width: 21.05263%;
}

.col-19 .col-5 {
  width: 26.31579%;
}

.col-19 .col-6 {
  width: 31.57895%;
}

.col-19 .col-7 {
  width: 36.84211%;
}

.col-19 .col-8 {
  width: 42.10526%;
}

.col-19 .col-9 {
  width: 47.36842%;
}

.col-19 .col-10 {
  width: 52.63158%;
}

.col-19 .col-11 {
  width: 57.89474%;
}

.col-19 .col-12 {
  width: 63.15789%;
}

.col-19 .col-13 {
  width: 68.42105%;
}

.col-19 .col-14 {
  width: 73.68421%;
}

.col-19 .col-15 {
  width: 78.94737%;
}

.col-19 .col-16 {
  width: 84.21053%;
}

.col-19 .col-17 {
  width: 89.47368%;
}

.col-19 .col-18 {
  width: 94.73684%;
}

.col-19 .col-19 {
  width: 100%;
}

.col-18 {
  width: 75%;
}

.col-18 .col-1 {
  width: 5.55556%;
}

.col-18 .col-2 {
  width: 11.11111%;
}

.col-18 .col-3 {
  width: 16.66667%;
}

.col-18 .col-4 {
  width: 22.22222%;
}

.col-18 .col-5 {
  width: 27.77778%;
}

.col-18 .col-6 {
  width: 33.33333%;
}

.col-18 .col-7 {
  width: 38.88889%;
}

.col-18 .col-8 {
  width: 44.44444%;
}

.col-18 .col-9 {
  width: 50%;
}

.col-18 .col-10 {
  width: 55.55556%;
}

.col-18 .col-11 {
  width: 61.11111%;
}

.col-18 .col-12 {
  width: 66.66667%;
}

.col-18 .col-13 {
  width: 72.22222%;
}

.col-18 .col-14 {
  width: 77.77778%;
}

.col-18 .col-15 {
  width: 83.33333%;
}

.col-18 .col-16 {
  width: 88.88889%;
}

.col-18 .col-17 {
  width: 94.44444%;
}

.col-18 .col-18 {
  width: 100%;
}

.col-17 {
  width: 70.83333%;
}

.col-17 .col-1 {
  width: 5.88235%;
}

.col-17 .col-2 {
  width: 11.76471%;
}

.col-17 .col-3 {
  width: 17.64706%;
}

.col-17 .col-4 {
  width: 23.52941%;
}

.col-17 .col-5 {
  width: 29.41176%;
}

.col-17 .col-6 {
  width: 35.29412%;
}

.col-17 .col-7 {
  width: 41.17647%;
}

.col-17 .col-8 {
  width: 47.05882%;
}

.col-17 .col-9 {
  width: 52.94118%;
}

.col-17 .col-10 {
  width: 58.82353%;
}

.col-17 .col-11 {
  width: 64.70588%;
}

.col-17 .col-12 {
  width: 70.58824%;
}

.col-17 .col-13 {
  width: 76.47059%;
}

.col-17 .col-14 {
  width: 82.35294%;
}

.col-17 .col-15 {
  width: 88.23529%;
}

.col-17 .col-16 {
  width: 94.11765%;
}

.col-17 .col-17 {
  width: 100%;
}

.col-16 {
  width: 66.66667%;
}

.col-16 .col-1 {
  width: 6.25%;
}

.col-16 .col-2 {
  width: 12.5%;
}

.col-16 .col-3 {
  width: 18.75%;
}

.col-16 .col-4 {
  width: 25%;
}

.col-16 .col-5 {
  width: 31.25%;
}

.col-16 .col-6 {
  width: 37.5%;
}

.col-16 .col-7 {
  width: 43.75%;
}

.col-16 .col-8 {
  width: 50%;
}

.col-16 .col-9 {
  width: 56.25%;
}

.col-16 .col-10 {
  width: 62.5%;
}

.col-16 .col-11 {
  width: 68.75%;
}

.col-16 .col-12 {
  width: 75%;
}

.col-16 .col-13 {
  width: 81.25%;
}

.col-16 .col-14 {
  width: 87.5%;
}

.col-16 .col-15 {
  width: 93.75%;
}

.col-16 .col-16 {
  width: 100%;
}

.col-15 {
  width: 62.5%;
}

.col-15 .col-1 {
  width: 6.66667%;
}

.col-15 .col-2 {
  width: 13.33333%;
}

.col-15 .col-3 {
  width: 20%;
}

.col-15 .col-4 {
  width: 26.66667%;
}

.col-15 .col-5 {
  width: 33.33333%;
}

.col-15 .col-6 {
  width: 40%;
}

.col-15 .col-7 {
  width: 46.66667%;
}

.col-15 .col-8 {
  width: 53.33333%;
}

.col-15 .col-9 {
  width: 60%;
}

.col-15 .col-10 {
  width: 66.66667%;
}

.col-15 .col-11 {
  width: 73.33333%;
}

.col-15 .col-12 {
  width: 80%;
}

.col-15 .col-13 {
  width: 86.66667%;
}

.col-15 .col-14 {
  width: 93.33333%;
}

.col-15 .col-15 {
  width: 100%;
}

.col-14 {
  width: 58.33333%;
}

.col-14 .col-1 {
  width: 7.14286%;
}

.col-14 .col-2 {
  width: 14.28571%;
}

.col-14 .col-3 {
  width: 21.42857%;
}

.col-14 .col-4 {
  width: 28.57143%;
}

.col-14 .col-5 {
  width: 35.71429%;
}

.col-14 .col-6 {
  width: 42.85714%;
}

.col-14 .col-7 {
  width: 50%;
}

.col-14 .col-8 {
  width: 57.14286%;
}

.col-14 .col-9 {
  width: 64.28571%;
}

.col-14 .col-10 {
  width: 71.42857%;
}

.col-14 .col-11 {
  width: 78.57143%;
}

.col-14 .col-12 {
  width: 85.71429%;
}

.col-14 .col-13 {
  width: 92.85714%;
}

.col-14 .col-14 {
  width: 100%;
}

.col-13 {
  width: 54.16667%;
}

.col-13 .col-1 {
  width: 7.69231%;
}

.col-13 .col-2 {
  width: 15.38462%;
}

.col-13 .col-3 {
  width: 23.07692%;
}

.col-13 .col-4 {
  width: 30.76923%;
}

.col-13 .col-5 {
  width: 38.46154%;
}

.col-13 .col-6 {
  width: 46.15385%;
}

.col-13 .col-7 {
  width: 53.84615%;
}

.col-13 .col-8 {
  width: 61.53846%;
}

.col-13 .col-9 {
  width: 69.23077%;
}

.col-13 .col-10 {
  width: 76.92308%;
}

.col-13 .col-11 {
  width: 84.61538%;
}

.col-13 .col-12 {
  width: 92.30769%;
}

.col-13 .col-13 {
  width: 100%;
}

.col-12 {
  width: 50%;
}

.col-12 .col-1 {
  width: 8.33333%;
}

.col-12 .col-2 {
  width: 16.66667%;
}

.col-12 .col-3 {
  width: 25%;
}

.col-12 .col-4 {
  width: 33.33333%;
}

.col-12 .col-5 {
  width: 41.66667%;
}

.col-12 .col-6 {
  width: 50%;
}

.col-12 .col-7 {
  width: 58.33333%;
}

.col-12 .col-8 {
  width: 66.66667%;
}

.col-12 .col-9 {
  width: 75%;
}

.col-12 .col-10 {
  width: 83.33333%;
}

.col-12 .col-11 {
  width: 91.66667%;
}

.col-12 .col-12 {
  width: 100%;
}

.col-11 {
  width: 45.83333%;
}

.col-11 .col-1 {
  width: 9.09091%;
}

.col-11 .col-2 {
  width: 18.18182%;
}

.col-11 .col-3 {
  width: 27.27273%;
}

.col-11 .col-4 {
  width: 36.36364%;
}

.col-11 .col-5 {
  width: 45.45455%;
}

.col-11 .col-6 {
  width: 54.54545%;
}

.col-11 .col-7 {
  width: 63.63636%;
}

.col-11 .col-8 {
  width: 72.72727%;
}

.col-11 .col-9 {
  width: 81.81818%;
}

.col-11 .col-10 {
  width: 90.90909%;
}

.col-11 .col-11 {
  width: 100%;
}

.col-10 {
  width: 41.66667%;
}

.col-10 .col-1 {
  width: 10%;
}

.col-10 .col-2 {
  width: 20%;
}

.col-10 .col-3 {
  width: 30%;
}

.col-10 .col-4 {
  width: 40%;
}

.col-10 .col-5 {
  width: 50%;
}

.col-10 .col-6 {
  width: 60%;
}

.col-10 .col-7 {
  width: 70%;
}

.col-10 .col-8 {
  width: 80%;
}

.col-10 .col-9 {
  width: 90%;
}

.col-10 .col-10 {
  width: 100%;
}

.col-9 {
  width: 37.5%;
}

.col-9 .col-1 {
  width: 11.11111%;
}

.col-9 .col-2 {
  width: 22.22222%;
}

.col-9 .col-3 {
  width: 33.33333%;
}

.col-9 .col-4 {
  width: 44.44444%;
}

.col-9 .col-5 {
  width: 55.55556%;
}

.col-9 .col-6 {
  width: 66.66667%;
}

.col-9 .col-7 {
  width: 77.77778%;
}

.col-9 .col-8 {
  width: 88.88889%;
}

.col-9 .col-9 {
  width: 100%;
}

.col-8 {
  width: 33.33333%;
}

.col-8 .col-1 {
  width: 12.5%;
}

.col-8 .col-2 {
  width: 25%;
}

.col-8 .col-3 {
  width: 37.5%;
}

.col-8 .col-4 {
  width: 50%;
}

.col-8 .col-5 {
  width: 62.5%;
}

.col-8 .col-6 {
  width: 75%;
}

.col-8 .col-7 {
  width: 87.5%;
}

.col-8 .col-8 {
  width: 100%;
}

.col-7 {
  width: 29.16667%;
}

.col-7 .col-1 {
  width: 14.28571%;
}

.col-7 .col-2 {
  width: 28.57143%;
}

.col-7 .col-3 {
  width: 42.85714%;
}

.col-7 .col-4 {
  width: 57.14286%;
}

.col-7 .col-5 {
  width: 71.42857%;
}

.col-7 .col-6 {
  width: 85.71429%;
}

.col-7 .col-7 {
  width: 100%;
}

.col-6 {
  width: 25%;
}

.col-6 .col-1 {
  width: 16.66667%;
}

.col-6 .col-2 {
  width: 33.33333%;
}

.col-6 .col-3 {
  width: 50%;
}

.col-6 .col-4 {
  width: 66.66667%;
}

.col-6 .col-5 {
  width: 83.33333%;
}

.col-6 .col-6 {
  width: 100%;
}

.col-5 {
  width: 20.83333%;
}

.col-5 .col-1 {
  width: 20%;
}

.col-5 .col-2 {
  width: 40%;
}

.col-5 .col-3 {
  width: 60%;
}

.col-5 .col-4 {
  width: 80%;
}

.col-5 .col-5 {
  width: 100%;
}

.col-4 {
  width: 16.66667%;
}

.col-4 .col-1 {
  width: 25%;
}

.col-4 .col-2 {
  width: 50%;
}

.col-4 .col-3 {
  width: 75%;
}

.col-4 .col-4 {
  width: 100%;
}

.col-3 {
  width: 12.5%;
}

.col-3 .col-1 {
  width: 33.33333%;
}

.col-3 .col-2 {
  width: 66.66667%;
}

.col-3 .col-3 {
  width: 100%;
}

.col-2 {
  width: 8.33333%;
}

.col-2 .col-1 {
  width: 50%;
}

.col-2 .col-2 {
  width: 100%;
}

.col-1 {
  width: 4.16667%;
}

.col-1 .col-1 {
  width: 100%;
}

.col-25p {
  width: 25%;
}

.col-33p {
  width: 33.3%;
}

.col-50p {
  width: 50%;
}

.col-66p {
  width: 66.6%;
}

.col-75p {
  width: 75%;
}

.phone-only {
  display: none;
}

@media (max-width: 799px) {
  .phone-col-25p {
    width: 25%;
  }
  .phone-col-33p {
    width: 33.3%;
  }
  .phone-col-50p {
    width: 50%;
  }
  .phone-col-66p {
    width: 66.6%;
  }
  .phone-col-75p {
    width: 75%;
  }
  .phone-col-offset-2 {
    margin-left: 8.33%;
  }
  .phone-only {
    display: block;
  }
  .phone-cf:before,
  .phone-cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .phone-cf:after {
    clear: both;
  }
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  .phone-cf {
    *zoom: 1;
  }
}

/* iPad breakpoint styling
*  This allows you to override based on breakpoint
*  <div class="col-12 pad-col-6">
*  On mobile it will be 12 columns but on iPad it will be 6 columns
*/
@media (min-width: 800px) {
  .pad-col-24 {
    width: 100%;
  }
  .pad-col-24 .pad-col-1 {
    width: 4.16667%;
  }
  .pad-col-24 .pad-col-2 {
    width: 8.33333%;
  }
  .pad-col-24 .pad-col-3 {
    width: 12.5%;
  }
  .pad-col-24 .pad-col-4 {
    width: 16.66667%;
  }
  .pad-col-24 .pad-col-5 {
    width: 20.83333%;
  }
  .pad-col-24 .pad-col-6 {
    width: 25%;
  }
  .pad-col-24 .pad-col-7 {
    width: 29.16667%;
  }
  .pad-col-24 .pad-col-8 {
    width: 33.33333%;
  }
  .pad-col-24 .pad-col-9 {
    width: 37.5%;
  }
  .pad-col-24 .pad-col-10 {
    width: 41.66667%;
  }
  .pad-col-24 .pad-col-11 {
    width: 45.83333%;
  }
  .pad-col-24 .pad-col-12 {
    width: 50%;
  }
  .pad-col-24 .pad-col-13 {
    width: 54.16667%;
  }
  .pad-col-24 .pad-col-14 {
    width: 58.33333%;
  }
  .pad-col-24 .pad-col-15 {
    width: 62.5%;
  }
  .pad-col-24 .pad-col-16 {
    width: 66.66667%;
  }
  .pad-col-24 .pad-col-17 {
    width: 70.83333%;
  }
  .pad-col-24 .pad-col-18 {
    width: 75%;
  }
  .pad-col-24 .pad-col-19 {
    width: 79.16667%;
  }
  .pad-col-24 .pad-col-20 {
    width: 83.33333%;
  }
  .pad-col-24 .pad-col-21 {
    width: 87.5%;
  }
  .pad-col-24 .pad-col-22 {
    width: 91.66667%;
  }
  .pad-col-24 .pad-col-23 {
    width: 95.83333%;
  }
  .pad-col-24 .pad-col-24 {
    width: 100%;
  }
  .pad-col-24 .pad-col-25p {
    width: 25%;
  }
  .pad-col-24 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-24 .pad-col-50p {
    width: 50%;
  }
  .pad-col-24 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-24 .pad-col-75p {
    width: 75%;
  }
  .pad-col-23 {
    width: 95.83333%;
  }
  .pad-col-23 .pad-col-1 {
    width: 4.34783%;
  }
  .pad-col-23 .pad-col-2 {
    width: 8.69565%;
  }
  .pad-col-23 .pad-col-3 {
    width: 13.04348%;
  }
  .pad-col-23 .pad-col-4 {
    width: 17.3913%;
  }
  .pad-col-23 .pad-col-5 {
    width: 21.73913%;
  }
  .pad-col-23 .pad-col-6 {
    width: 26.08696%;
  }
  .pad-col-23 .pad-col-7 {
    width: 30.43478%;
  }
  .pad-col-23 .pad-col-8 {
    width: 34.78261%;
  }
  .pad-col-23 .pad-col-9 {
    width: 39.13043%;
  }
  .pad-col-23 .pad-col-10 {
    width: 43.47826%;
  }
  .pad-col-23 .pad-col-11 {
    width: 47.82609%;
  }
  .pad-col-23 .pad-col-12 {
    width: 52.17391%;
  }
  .pad-col-23 .pad-col-13 {
    width: 56.52174%;
  }
  .pad-col-23 .pad-col-14 {
    width: 60.86957%;
  }
  .pad-col-23 .pad-col-15 {
    width: 65.21739%;
  }
  .pad-col-23 .pad-col-16 {
    width: 69.56522%;
  }
  .pad-col-23 .pad-col-17 {
    width: 73.91304%;
  }
  .pad-col-23 .pad-col-18 {
    width: 78.26087%;
  }
  .pad-col-23 .pad-col-19 {
    width: 82.6087%;
  }
  .pad-col-23 .pad-col-20 {
    width: 86.95652%;
  }
  .pad-col-23 .pad-col-21 {
    width: 91.30435%;
  }
  .pad-col-23 .pad-col-22 {
    width: 95.65217%;
  }
  .pad-col-23 .pad-col-23 {
    width: 100%;
  }
  .pad-col-23 .pad-col-25p {
    width: 25%;
  }
  .pad-col-23 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-23 .pad-col-50p {
    width: 50%;
  }
  .pad-col-23 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-23 .pad-col-75p {
    width: 75%;
  }
  .pad-col-22 {
    width: 91.66667%;
  }
  .pad-col-22 .pad-col-1 {
    width: 4.54545%;
  }
  .pad-col-22 .pad-col-2 {
    width: 9.09091%;
  }
  .pad-col-22 .pad-col-3 {
    width: 13.63636%;
  }
  .pad-col-22 .pad-col-4 {
    width: 18.18182%;
  }
  .pad-col-22 .pad-col-5 {
    width: 22.72727%;
  }
  .pad-col-22 .pad-col-6 {
    width: 27.27273%;
  }
  .pad-col-22 .pad-col-7 {
    width: 31.81818%;
  }
  .pad-col-22 .pad-col-8 {
    width: 36.36364%;
  }
  .pad-col-22 .pad-col-9 {
    width: 40.90909%;
  }
  .pad-col-22 .pad-col-10 {
    width: 45.45455%;
  }
  .pad-col-22 .pad-col-11 {
    width: 50%;
  }
  .pad-col-22 .pad-col-12 {
    width: 54.54545%;
  }
  .pad-col-22 .pad-col-13 {
    width: 59.09091%;
  }
  .pad-col-22 .pad-col-14 {
    width: 63.63636%;
  }
  .pad-col-22 .pad-col-15 {
    width: 68.18182%;
  }
  .pad-col-22 .pad-col-16 {
    width: 72.72727%;
  }
  .pad-col-22 .pad-col-17 {
    width: 77.27273%;
  }
  .pad-col-22 .pad-col-18 {
    width: 81.81818%;
  }
  .pad-col-22 .pad-col-19 {
    width: 86.36364%;
  }
  .pad-col-22 .pad-col-20 {
    width: 90.90909%;
  }
  .pad-col-22 .pad-col-21 {
    width: 95.45455%;
  }
  .pad-col-22 .pad-col-22 {
    width: 100%;
  }
  .pad-col-22 .pad-col-25p {
    width: 25%;
  }
  .pad-col-22 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-22 .pad-col-50p {
    width: 50%;
  }
  .pad-col-22 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-22 .pad-col-75p {
    width: 75%;
  }
  .pad-col-21 {
    width: 87.5%;
  }
  .pad-col-21 .pad-col-1 {
    width: 4.7619%;
  }
  .pad-col-21 .pad-col-2 {
    width: 9.52381%;
  }
  .pad-col-21 .pad-col-3 {
    width: 14.28571%;
  }
  .pad-col-21 .pad-col-4 {
    width: 19.04762%;
  }
  .pad-col-21 .pad-col-5 {
    width: 23.80952%;
  }
  .pad-col-21 .pad-col-6 {
    width: 28.57143%;
  }
  .pad-col-21 .pad-col-7 {
    width: 33.33333%;
  }
  .pad-col-21 .pad-col-8 {
    width: 38.09524%;
  }
  .pad-col-21 .pad-col-9 {
    width: 42.85714%;
  }
  .pad-col-21 .pad-col-10 {
    width: 47.61905%;
  }
  .pad-col-21 .pad-col-11 {
    width: 52.38095%;
  }
  .pad-col-21 .pad-col-12 {
    width: 57.14286%;
  }
  .pad-col-21 .pad-col-13 {
    width: 61.90476%;
  }
  .pad-col-21 .pad-col-14 {
    width: 66.66667%;
  }
  .pad-col-21 .pad-col-15 {
    width: 71.42857%;
  }
  .pad-col-21 .pad-col-16 {
    width: 76.19048%;
  }
  .pad-col-21 .pad-col-17 {
    width: 80.95238%;
  }
  .pad-col-21 .pad-col-18 {
    width: 85.71429%;
  }
  .pad-col-21 .pad-col-19 {
    width: 90.47619%;
  }
  .pad-col-21 .pad-col-20 {
    width: 95.2381%;
  }
  .pad-col-21 .pad-col-21 {
    width: 100%;
  }
  .pad-col-21 .pad-col-25p {
    width: 25%;
  }
  .pad-col-21 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-21 .pad-col-50p {
    width: 50%;
  }
  .pad-col-21 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-21 .pad-col-75p {
    width: 75%;
  }
  .pad-col-20 {
    width: 83.33333%;
  }
  .pad-col-20 .pad-col-1 {
    width: 5%;
  }
  .pad-col-20 .pad-col-2 {
    width: 10%;
  }
  .pad-col-20 .pad-col-3 {
    width: 15%;
  }
  .pad-col-20 .pad-col-4 {
    width: 20%;
  }
  .pad-col-20 .pad-col-5 {
    width: 25%;
  }
  .pad-col-20 .pad-col-6 {
    width: 30%;
  }
  .pad-col-20 .pad-col-7 {
    width: 35%;
  }
  .pad-col-20 .pad-col-8 {
    width: 40%;
  }
  .pad-col-20 .pad-col-9 {
    width: 45%;
  }
  .pad-col-20 .pad-col-10 {
    width: 50%;
  }
  .pad-col-20 .pad-col-11 {
    width: 55%;
  }
  .pad-col-20 .pad-col-12 {
    width: 60%;
  }
  .pad-col-20 .pad-col-13 {
    width: 65%;
  }
  .pad-col-20 .pad-col-14 {
    width: 70%;
  }
  .pad-col-20 .pad-col-15 {
    width: 75%;
  }
  .pad-col-20 .pad-col-16 {
    width: 80%;
  }
  .pad-col-20 .pad-col-17 {
    width: 85%;
  }
  .pad-col-20 .pad-col-18 {
    width: 90%;
  }
  .pad-col-20 .pad-col-19 {
    width: 95%;
  }
  .pad-col-20 .pad-col-20 {
    width: 100%;
  }
  .pad-col-20 .pad-col-25p {
    width: 25%;
  }
  .pad-col-20 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-20 .pad-col-50p {
    width: 50%;
  }
  .pad-col-20 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-20 .pad-col-75p {
    width: 75%;
  }
  .pad-col-19 {
    width: 79.16667%;
  }
  .pad-col-19 .pad-col-1 {
    width: 5.26316%;
  }
  .pad-col-19 .pad-col-2 {
    width: 10.52632%;
  }
  .pad-col-19 .pad-col-3 {
    width: 15.78947%;
  }
  .pad-col-19 .pad-col-4 {
    width: 21.05263%;
  }
  .pad-col-19 .pad-col-5 {
    width: 26.31579%;
  }
  .pad-col-19 .pad-col-6 {
    width: 31.57895%;
  }
  .pad-col-19 .pad-col-7 {
    width: 36.84211%;
  }
  .pad-col-19 .pad-col-8 {
    width: 42.10526%;
  }
  .pad-col-19 .pad-col-9 {
    width: 47.36842%;
  }
  .pad-col-19 .pad-col-10 {
    width: 52.63158%;
  }
  .pad-col-19 .pad-col-11 {
    width: 57.89474%;
  }
  .pad-col-19 .pad-col-12 {
    width: 63.15789%;
  }
  .pad-col-19 .pad-col-13 {
    width: 68.42105%;
  }
  .pad-col-19 .pad-col-14 {
    width: 73.68421%;
  }
  .pad-col-19 .pad-col-15 {
    width: 78.94737%;
  }
  .pad-col-19 .pad-col-16 {
    width: 84.21053%;
  }
  .pad-col-19 .pad-col-17 {
    width: 89.47368%;
  }
  .pad-col-19 .pad-col-18 {
    width: 94.73684%;
  }
  .pad-col-19 .pad-col-19 {
    width: 100%;
  }
  .pad-col-19 .pad-col-25p {
    width: 25%;
  }
  .pad-col-19 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-19 .pad-col-50p {
    width: 50%;
  }
  .pad-col-19 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-19 .pad-col-75p {
    width: 75%;
  }
  .pad-col-18 {
    width: 75%;
  }
  .pad-col-18 .pad-col-1 {
    width: 5.55556%;
  }
  .pad-col-18 .pad-col-2 {
    width: 11.11111%;
  }
  .pad-col-18 .pad-col-3 {
    width: 16.66667%;
  }
  .pad-col-18 .pad-col-4 {
    width: 22.22222%;
  }
  .pad-col-18 .pad-col-5 {
    width: 27.77778%;
  }
  .pad-col-18 .pad-col-6 {
    width: 33.33333%;
  }
  .pad-col-18 .pad-col-7 {
    width: 38.88889%;
  }
  .pad-col-18 .pad-col-8 {
    width: 44.44444%;
  }
  .pad-col-18 .pad-col-9 {
    width: 50%;
  }
  .pad-col-18 .pad-col-10 {
    width: 55.55556%;
  }
  .pad-col-18 .pad-col-11 {
    width: 61.11111%;
  }
  .pad-col-18 .pad-col-12 {
    width: 66.66667%;
  }
  .pad-col-18 .pad-col-13 {
    width: 72.22222%;
  }
  .pad-col-18 .pad-col-14 {
    width: 77.77778%;
  }
  .pad-col-18 .pad-col-15 {
    width: 83.33333%;
  }
  .pad-col-18 .pad-col-16 {
    width: 88.88889%;
  }
  .pad-col-18 .pad-col-17 {
    width: 94.44444%;
  }
  .pad-col-18 .pad-col-18 {
    width: 100%;
  }
  .pad-col-18 .pad-col-25p {
    width: 25%;
  }
  .pad-col-18 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-18 .pad-col-50p {
    width: 50%;
  }
  .pad-col-18 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-18 .pad-col-75p {
    width: 75%;
  }
  .pad-col-17 {
    width: 70.83333%;
  }
  .pad-col-17 .pad-col-1 {
    width: 5.88235%;
  }
  .pad-col-17 .pad-col-2 {
    width: 11.76471%;
  }
  .pad-col-17 .pad-col-3 {
    width: 17.64706%;
  }
  .pad-col-17 .pad-col-4 {
    width: 23.52941%;
  }
  .pad-col-17 .pad-col-5 {
    width: 29.41176%;
  }
  .pad-col-17 .pad-col-6 {
    width: 35.29412%;
  }
  .pad-col-17 .pad-col-7 {
    width: 41.17647%;
  }
  .pad-col-17 .pad-col-8 {
    width: 47.05882%;
  }
  .pad-col-17 .pad-col-9 {
    width: 52.94118%;
  }
  .pad-col-17 .pad-col-10 {
    width: 58.82353%;
  }
  .pad-col-17 .pad-col-11 {
    width: 64.70588%;
  }
  .pad-col-17 .pad-col-12 {
    width: 70.58824%;
  }
  .pad-col-17 .pad-col-13 {
    width: 76.47059%;
  }
  .pad-col-17 .pad-col-14 {
    width: 82.35294%;
  }
  .pad-col-17 .pad-col-15 {
    width: 88.23529%;
  }
  .pad-col-17 .pad-col-16 {
    width: 94.11765%;
  }
  .pad-col-17 .pad-col-17 {
    width: 100%;
  }
  .pad-col-17 .pad-col-25p {
    width: 25%;
  }
  .pad-col-17 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-17 .pad-col-50p {
    width: 50%;
  }
  .pad-col-17 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-17 .pad-col-75p {
    width: 75%;
  }
  .pad-col-16 {
    width: 66.66667%;
  }
  .pad-col-16 .pad-col-1 {
    width: 6.25%;
  }
  .pad-col-16 .pad-col-2 {
    width: 12.5%;
  }
  .pad-col-16 .pad-col-3 {
    width: 18.75%;
  }
  .pad-col-16 .pad-col-4 {
    width: 25%;
  }
  .pad-col-16 .pad-col-5 {
    width: 31.25%;
  }
  .pad-col-16 .pad-col-6 {
    width: 37.5%;
  }
  .pad-col-16 .pad-col-7 {
    width: 43.75%;
  }
  .pad-col-16 .pad-col-8 {
    width: 50%;
  }
  .pad-col-16 .pad-col-9 {
    width: 56.25%;
  }
  .pad-col-16 .pad-col-10 {
    width: 62.5%;
  }
  .pad-col-16 .pad-col-11 {
    width: 68.75%;
  }
  .pad-col-16 .pad-col-12 {
    width: 75%;
  }
  .pad-col-16 .pad-col-13 {
    width: 81.25%;
  }
  .pad-col-16 .pad-col-14 {
    width: 87.5%;
  }
  .pad-col-16 .pad-col-15 {
    width: 93.75%;
  }
  .pad-col-16 .pad-col-16 {
    width: 100%;
  }
  .pad-col-16 .pad-col-25p {
    width: 25%;
  }
  .pad-col-16 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-16 .pad-col-50p {
    width: 50%;
  }
  .pad-col-16 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-16 .pad-col-75p {
    width: 75%;
  }
  .pad-col-15 {
    width: 62.5%;
  }
  .pad-col-15 .pad-col-1 {
    width: 6.66667%;
  }
  .pad-col-15 .pad-col-2 {
    width: 13.33333%;
  }
  .pad-col-15 .pad-col-3 {
    width: 20%;
  }
  .pad-col-15 .pad-col-4 {
    width: 26.66667%;
  }
  .pad-col-15 .pad-col-5 {
    width: 33.33333%;
  }
  .pad-col-15 .pad-col-6 {
    width: 40%;
  }
  .pad-col-15 .pad-col-7 {
    width: 46.66667%;
  }
  .pad-col-15 .pad-col-8 {
    width: 53.33333%;
  }
  .pad-col-15 .pad-col-9 {
    width: 60%;
  }
  .pad-col-15 .pad-col-10 {
    width: 66.66667%;
  }
  .pad-col-15 .pad-col-11 {
    width: 73.33333%;
  }
  .pad-col-15 .pad-col-12 {
    width: 80%;
  }
  .pad-col-15 .pad-col-13 {
    width: 86.66667%;
  }
  .pad-col-15 .pad-col-14 {
    width: 93.33333%;
  }
  .pad-col-15 .pad-col-15 {
    width: 100%;
  }
  .pad-col-15 .pad-col-25p {
    width: 25%;
  }
  .pad-col-15 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-15 .pad-col-50p {
    width: 50%;
  }
  .pad-col-15 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-15 .pad-col-75p {
    width: 75%;
  }
  .pad-col-14 {
    width: 58.33333%;
  }
  .pad-col-14 .pad-col-1 {
    width: 7.14286%;
  }
  .pad-col-14 .pad-col-2 {
    width: 14.28571%;
  }
  .pad-col-14 .pad-col-3 {
    width: 21.42857%;
  }
  .pad-col-14 .pad-col-4 {
    width: 28.57143%;
  }
  .pad-col-14 .pad-col-5 {
    width: 35.71429%;
  }
  .pad-col-14 .pad-col-6 {
    width: 42.85714%;
  }
  .pad-col-14 .pad-col-7 {
    width: 50%;
  }
  .pad-col-14 .pad-col-8 {
    width: 57.14286%;
  }
  .pad-col-14 .pad-col-9 {
    width: 64.28571%;
  }
  .pad-col-14 .pad-col-10 {
    width: 71.42857%;
  }
  .pad-col-14 .pad-col-11 {
    width: 78.57143%;
  }
  .pad-col-14 .pad-col-12 {
    width: 85.71429%;
  }
  .pad-col-14 .pad-col-13 {
    width: 92.85714%;
  }
  .pad-col-14 .pad-col-14 {
    width: 100%;
  }
  .pad-col-14 .pad-col-25p {
    width: 25%;
  }
  .pad-col-14 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-14 .pad-col-50p {
    width: 50%;
  }
  .pad-col-14 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-14 .pad-col-75p {
    width: 75%;
  }
  .pad-col-13 {
    width: 54.16667%;
  }
  .pad-col-13 .pad-col-1 {
    width: 7.69231%;
  }
  .pad-col-13 .pad-col-2 {
    width: 15.38462%;
  }
  .pad-col-13 .pad-col-3 {
    width: 23.07692%;
  }
  .pad-col-13 .pad-col-4 {
    width: 30.76923%;
  }
  .pad-col-13 .pad-col-5 {
    width: 38.46154%;
  }
  .pad-col-13 .pad-col-6 {
    width: 46.15385%;
  }
  .pad-col-13 .pad-col-7 {
    width: 53.84615%;
  }
  .pad-col-13 .pad-col-8 {
    width: 61.53846%;
  }
  .pad-col-13 .pad-col-9 {
    width: 69.23077%;
  }
  .pad-col-13 .pad-col-10 {
    width: 76.92308%;
  }
  .pad-col-13 .pad-col-11 {
    width: 84.61538%;
  }
  .pad-col-13 .pad-col-12 {
    width: 92.30769%;
  }
  .pad-col-13 .pad-col-13 {
    width: 100%;
  }
  .pad-col-13 .pad-col-25p {
    width: 25%;
  }
  .pad-col-13 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-13 .pad-col-50p {
    width: 50%;
  }
  .pad-col-13 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-13 .pad-col-75p {
    width: 75%;
  }
  .pad-col-12 {
    width: 50%;
  }
  .pad-col-12 .pad-col-1 {
    width: 8.33333%;
  }
  .pad-col-12 .pad-col-2 {
    width: 16.66667%;
  }
  .pad-col-12 .pad-col-3 {
    width: 25%;
  }
  .pad-col-12 .pad-col-4 {
    width: 33.33333%;
  }
  .pad-col-12 .pad-col-5 {
    width: 41.66667%;
  }
  .pad-col-12 .pad-col-6 {
    width: 50%;
  }
  .pad-col-12 .pad-col-7 {
    width: 58.33333%;
  }
  .pad-col-12 .pad-col-8 {
    width: 66.66667%;
  }
  .pad-col-12 .pad-col-9 {
    width: 75%;
  }
  .pad-col-12 .pad-col-10 {
    width: 83.33333%;
  }
  .pad-col-12 .pad-col-11 {
    width: 91.66667%;
  }
  .pad-col-12 .pad-col-12 {
    width: 100%;
  }
  .pad-col-12 .pad-col-25p {
    width: 25%;
  }
  .pad-col-12 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-12 .pad-col-50p {
    width: 50%;
  }
  .pad-col-12 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-12 .pad-col-75p {
    width: 75%;
  }
  .pad-col-11 {
    width: 45.83333%;
  }
  .pad-col-11 .pad-col-1 {
    width: 9.09091%;
  }
  .pad-col-11 .pad-col-2 {
    width: 18.18182%;
  }
  .pad-col-11 .pad-col-3 {
    width: 27.27273%;
  }
  .pad-col-11 .pad-col-4 {
    width: 36.36364%;
  }
  .pad-col-11 .pad-col-5 {
    width: 45.45455%;
  }
  .pad-col-11 .pad-col-6 {
    width: 54.54545%;
  }
  .pad-col-11 .pad-col-7 {
    width: 63.63636%;
  }
  .pad-col-11 .pad-col-8 {
    width: 72.72727%;
  }
  .pad-col-11 .pad-col-9 {
    width: 81.81818%;
  }
  .pad-col-11 .pad-col-10 {
    width: 90.90909%;
  }
  .pad-col-11 .pad-col-11 {
    width: 100%;
  }
  .pad-col-11 .pad-col-25p {
    width: 25%;
  }
  .pad-col-11 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-11 .pad-col-50p {
    width: 50%;
  }
  .pad-col-11 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-11 .pad-col-75p {
    width: 75%;
  }
  .pad-col-10 {
    width: 41.66667%;
  }
  .pad-col-10 .pad-col-1 {
    width: 10%;
  }
  .pad-col-10 .pad-col-2 {
    width: 20%;
  }
  .pad-col-10 .pad-col-3 {
    width: 30%;
  }
  .pad-col-10 .pad-col-4 {
    width: 40%;
  }
  .pad-col-10 .pad-col-5 {
    width: 50%;
  }
  .pad-col-10 .pad-col-6 {
    width: 60%;
  }
  .pad-col-10 .pad-col-7 {
    width: 70%;
  }
  .pad-col-10 .pad-col-8 {
    width: 80%;
  }
  .pad-col-10 .pad-col-9 {
    width: 90%;
  }
  .pad-col-10 .pad-col-10 {
    width: 100%;
  }
  .pad-col-10 .pad-col-25p {
    width: 25%;
  }
  .pad-col-10 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-10 .pad-col-50p {
    width: 50%;
  }
  .pad-col-10 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-10 .pad-col-75p {
    width: 75%;
  }
  .pad-col-9 {
    width: 37.5%;
  }
  .pad-col-9 .pad-col-1 {
    width: 11.11111%;
  }
  .pad-col-9 .pad-col-2 {
    width: 22.22222%;
  }
  .pad-col-9 .pad-col-3 {
    width: 33.33333%;
  }
  .pad-col-9 .pad-col-4 {
    width: 44.44444%;
  }
  .pad-col-9 .pad-col-5 {
    width: 55.55556%;
  }
  .pad-col-9 .pad-col-6 {
    width: 66.66667%;
  }
  .pad-col-9 .pad-col-7 {
    width: 77.77778%;
  }
  .pad-col-9 .pad-col-8 {
    width: 88.88889%;
  }
  .pad-col-9 .pad-col-9 {
    width: 100%;
  }
  .pad-col-9 .pad-col-25p {
    width: 25%;
  }
  .pad-col-9 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-9 .pad-col-50p {
    width: 50%;
  }
  .pad-col-9 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-9 .pad-col-75p {
    width: 75%;
  }
  .pad-col-8 {
    width: 33.33333%;
  }
  .pad-col-8 .pad-col-1 {
    width: 12.5%;
  }
  .pad-col-8 .pad-col-2 {
    width: 25%;
  }
  .pad-col-8 .pad-col-3 {
    width: 37.5%;
  }
  .pad-col-8 .pad-col-4 {
    width: 50%;
  }
  .pad-col-8 .pad-col-5 {
    width: 62.5%;
  }
  .pad-col-8 .pad-col-6 {
    width: 75%;
  }
  .pad-col-8 .pad-col-7 {
    width: 87.5%;
  }
  .pad-col-8 .pad-col-8 {
    width: 100%;
  }
  .pad-col-8 .pad-col-25p {
    width: 25%;
  }
  .pad-col-8 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-8 .pad-col-50p {
    width: 50%;
  }
  .pad-col-8 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-8 .pad-col-75p {
    width: 75%;
  }
  .pad-col-7 {
    width: 29.16667%;
  }
  .pad-col-7 .pad-col-1 {
    width: 14.28571%;
  }
  .pad-col-7 .pad-col-2 {
    width: 28.57143%;
  }
  .pad-col-7 .pad-col-3 {
    width: 42.85714%;
  }
  .pad-col-7 .pad-col-4 {
    width: 57.14286%;
  }
  .pad-col-7 .pad-col-5 {
    width: 71.42857%;
  }
  .pad-col-7 .pad-col-6 {
    width: 85.71429%;
  }
  .pad-col-7 .pad-col-7 {
    width: 100%;
  }
  .pad-col-7 .pad-col-25p {
    width: 25%;
  }
  .pad-col-7 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-7 .pad-col-50p {
    width: 50%;
  }
  .pad-col-7 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-7 .pad-col-75p {
    width: 75%;
  }
  .pad-col-6 {
    width: 25%;
  }
  .pad-col-6 .pad-col-1 {
    width: 16.66667%;
  }
  .pad-col-6 .pad-col-2 {
    width: 33.33333%;
  }
  .pad-col-6 .pad-col-3 {
    width: 50%;
  }
  .pad-col-6 .pad-col-4 {
    width: 66.66667%;
  }
  .pad-col-6 .pad-col-5 {
    width: 83.33333%;
  }
  .pad-col-6 .pad-col-6 {
    width: 100%;
  }
  .pad-col-6 .pad-col-25p {
    width: 25%;
  }
  .pad-col-6 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-6 .pad-col-50p {
    width: 50%;
  }
  .pad-col-6 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-6 .pad-col-75p {
    width: 75%;
  }
  .pad-col-5 {
    width: 20.83333%;
  }
  .pad-col-5 .pad-col-1 {
    width: 20%;
  }
  .pad-col-5 .pad-col-2 {
    width: 40%;
  }
  .pad-col-5 .pad-col-3 {
    width: 60%;
  }
  .pad-col-5 .pad-col-4 {
    width: 80%;
  }
  .pad-col-5 .pad-col-5 {
    width: 100%;
  }
  .pad-col-5 .pad-col-25p {
    width: 25%;
  }
  .pad-col-5 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-5 .pad-col-50p {
    width: 50%;
  }
  .pad-col-5 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-5 .pad-col-75p {
    width: 75%;
  }
  .pad-col-4 {
    width: 16.66667%;
  }
  .pad-col-4 .pad-col-1 {
    width: 25%;
  }
  .pad-col-4 .pad-col-2 {
    width: 50%;
  }
  .pad-col-4 .pad-col-3 {
    width: 75%;
  }
  .pad-col-4 .pad-col-4 {
    width: 100%;
  }
  .pad-col-4 .pad-col-25p {
    width: 25%;
  }
  .pad-col-4 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-4 .pad-col-50p {
    width: 50%;
  }
  .pad-col-4 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-4 .pad-col-75p {
    width: 75%;
  }
  .pad-col-3 {
    width: 12.5%;
  }
  .pad-col-3 .pad-col-1 {
    width: 33.33333%;
  }
  .pad-col-3 .pad-col-2 {
    width: 66.66667%;
  }
  .pad-col-3 .pad-col-3 {
    width: 100%;
  }
  .pad-col-3 .pad-col-25p {
    width: 25%;
  }
  .pad-col-3 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-3 .pad-col-50p {
    width: 50%;
  }
  .pad-col-3 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-3 .pad-col-75p {
    width: 75%;
  }
  .pad-col-2 {
    width: 8.33333%;
  }
  .pad-col-2 .pad-col-1 {
    width: 50%;
  }
  .pad-col-2 .pad-col-2 {
    width: 100%;
  }
  .pad-col-2 .pad-col-25p {
    width: 25%;
  }
  .pad-col-2 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-2 .pad-col-50p {
    width: 50%;
  }
  .pad-col-2 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-2 .pad-col-75p {
    width: 75%;
  }
  .pad-col-1 {
    width: 4.16667%;
  }
  .pad-col-1 .pad-col-1 {
    width: 100%;
  }
  .pad-col-1 .pad-col-25p {
    width: 25%;
  }
  .pad-col-1 .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-1 .pad-col-50p {
    width: 50%;
  }
  .pad-col-1 .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-1 .pad-col-75p {
    width: 75%;
  }
  .pad-col-25p {
    width: 25%;
  }
  .pad-col-33p {
    width: 33.3%;
  }
  .pad-col-50p {
    width: 50%;
  }
  .pad-col-66p {
    width: 66.6%;
  }
  .pad-col-75p {
    width: 75%;
  }
  .pad-col-med {
    width: 43%;
  }
  .pad-col-large {
    width: 57%;
  }
}

/* Desk breakpoint styling
*  This allows you to override based on breakpoint
*  <div class="col-12 pad-col-6 desk-col-4">
*  On mobile it will be 12 columns but on Desk it will be 4 columns
*/
@media (min-width: 1280px) {
  .desk-col-24 {
    width: 100%;
  }
  .desk-col-24 .desk-col-1 {
    width: 4.16667%;
  }
  .desk-col-24 .desk-col-2 {
    width: 8.33333%;
  }
  .desk-col-24 .desk-col-3 {
    width: 12.5%;
  }
  .desk-col-24 .desk-col-4 {
    width: 16.66667%;
  }
  .desk-col-24 .desk-col-5 {
    width: 20.83333%;
  }
  .desk-col-24 .desk-col-6 {
    width: 25%;
  }
  .desk-col-24 .desk-col-7 {
    width: 29.16667%;
  }
  .desk-col-24 .desk-col-8 {
    width: 33.33333%;
  }
  .desk-col-24 .desk-col-9 {
    width: 37.5%;
  }
  .desk-col-24 .desk-col-10 {
    width: 41.66667%;
  }
  .desk-col-24 .desk-col-11 {
    width: 45.83333%;
  }
  .desk-col-24 .desk-col-12 {
    width: 50%;
  }
  .desk-col-24 .desk-col-13 {
    width: 54.16667%;
  }
  .desk-col-24 .desk-col-14 {
    width: 58.33333%;
  }
  .desk-col-24 .desk-col-15 {
    width: 62.5%;
  }
  .desk-col-24 .desk-col-16 {
    width: 66.66667%;
  }
  .desk-col-24 .desk-col-17 {
    width: 70.83333%;
  }
  .desk-col-24 .desk-col-18 {
    width: 75%;
  }
  .desk-col-24 .desk-col-19 {
    width: 79.16667%;
  }
  .desk-col-24 .desk-col-20 {
    width: 83.33333%;
  }
  .desk-col-24 .desk-col-21 {
    width: 87.5%;
  }
  .desk-col-24 .desk-col-22 {
    width: 91.66667%;
  }
  .desk-col-24 .desk-col-23 {
    width: 95.83333%;
  }
  .desk-col-24 .desk-col-24 {
    width: 100%;
  }
  .desk-col-24 .desk-col-25p {
    width: 25%;
  }
  .desk-col-24 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-24 .desk-col-50p {
    width: 50%;
  }
  .desk-col-24 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-24 .desk-col-75p {
    width: 75%;
  }
  .desk-col-23 {
    width: 95.83333%;
  }
  .desk-col-23 .desk-col-1 {
    width: 4.34783%;
  }
  .desk-col-23 .desk-col-2 {
    width: 8.69565%;
  }
  .desk-col-23 .desk-col-3 {
    width: 13.04348%;
  }
  .desk-col-23 .desk-col-4 {
    width: 17.3913%;
  }
  .desk-col-23 .desk-col-5 {
    width: 21.73913%;
  }
  .desk-col-23 .desk-col-6 {
    width: 26.08696%;
  }
  .desk-col-23 .desk-col-7 {
    width: 30.43478%;
  }
  .desk-col-23 .desk-col-8 {
    width: 34.78261%;
  }
  .desk-col-23 .desk-col-9 {
    width: 39.13043%;
  }
  .desk-col-23 .desk-col-10 {
    width: 43.47826%;
  }
  .desk-col-23 .desk-col-11 {
    width: 47.82609%;
  }
  .desk-col-23 .desk-col-12 {
    width: 52.17391%;
  }
  .desk-col-23 .desk-col-13 {
    width: 56.52174%;
  }
  .desk-col-23 .desk-col-14 {
    width: 60.86957%;
  }
  .desk-col-23 .desk-col-15 {
    width: 65.21739%;
  }
  .desk-col-23 .desk-col-16 {
    width: 69.56522%;
  }
  .desk-col-23 .desk-col-17 {
    width: 73.91304%;
  }
  .desk-col-23 .desk-col-18 {
    width: 78.26087%;
  }
  .desk-col-23 .desk-col-19 {
    width: 82.6087%;
  }
  .desk-col-23 .desk-col-20 {
    width: 86.95652%;
  }
  .desk-col-23 .desk-col-21 {
    width: 91.30435%;
  }
  .desk-col-23 .desk-col-22 {
    width: 95.65217%;
  }
  .desk-col-23 .desk-col-23 {
    width: 100%;
  }
  .desk-col-23 .desk-col-25p {
    width: 25%;
  }
  .desk-col-23 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-23 .desk-col-50p {
    width: 50%;
  }
  .desk-col-23 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-23 .desk-col-75p {
    width: 75%;
  }
  .desk-col-22 {
    width: 91.66667%;
  }
  .desk-col-22 .desk-col-1 {
    width: 4.54545%;
  }
  .desk-col-22 .desk-col-2 {
    width: 9.09091%;
  }
  .desk-col-22 .desk-col-3 {
    width: 13.63636%;
  }
  .desk-col-22 .desk-col-4 {
    width: 18.18182%;
  }
  .desk-col-22 .desk-col-5 {
    width: 22.72727%;
  }
  .desk-col-22 .desk-col-6 {
    width: 27.27273%;
  }
  .desk-col-22 .desk-col-7 {
    width: 31.81818%;
  }
  .desk-col-22 .desk-col-8 {
    width: 36.36364%;
  }
  .desk-col-22 .desk-col-9 {
    width: 40.90909%;
  }
  .desk-col-22 .desk-col-10 {
    width: 45.45455%;
  }
  .desk-col-22 .desk-col-11 {
    width: 50%;
  }
  .desk-col-22 .desk-col-12 {
    width: 54.54545%;
  }
  .desk-col-22 .desk-col-13 {
    width: 59.09091%;
  }
  .desk-col-22 .desk-col-14 {
    width: 63.63636%;
  }
  .desk-col-22 .desk-col-15 {
    width: 68.18182%;
  }
  .desk-col-22 .desk-col-16 {
    width: 72.72727%;
  }
  .desk-col-22 .desk-col-17 {
    width: 77.27273%;
  }
  .desk-col-22 .desk-col-18 {
    width: 81.81818%;
  }
  .desk-col-22 .desk-col-19 {
    width: 86.36364%;
  }
  .desk-col-22 .desk-col-20 {
    width: 90.90909%;
  }
  .desk-col-22 .desk-col-21 {
    width: 95.45455%;
  }
  .desk-col-22 .desk-col-22 {
    width: 100%;
  }
  .desk-col-22 .desk-col-25p {
    width: 25%;
  }
  .desk-col-22 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-22 .desk-col-50p {
    width: 50%;
  }
  .desk-col-22 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-22 .desk-col-75p {
    width: 75%;
  }
  .desk-col-21 {
    width: 87.5%;
  }
  .desk-col-21 .desk-col-1 {
    width: 4.7619%;
  }
  .desk-col-21 .desk-col-2 {
    width: 9.52381%;
  }
  .desk-col-21 .desk-col-3 {
    width: 14.28571%;
  }
  .desk-col-21 .desk-col-4 {
    width: 19.04762%;
  }
  .desk-col-21 .desk-col-5 {
    width: 23.80952%;
  }
  .desk-col-21 .desk-col-6 {
    width: 28.57143%;
  }
  .desk-col-21 .desk-col-7 {
    width: 33.33333%;
  }
  .desk-col-21 .desk-col-8 {
    width: 38.09524%;
  }
  .desk-col-21 .desk-col-9 {
    width: 42.85714%;
  }
  .desk-col-21 .desk-col-10 {
    width: 47.61905%;
  }
  .desk-col-21 .desk-col-11 {
    width: 52.38095%;
  }
  .desk-col-21 .desk-col-12 {
    width: 57.14286%;
  }
  .desk-col-21 .desk-col-13 {
    width: 61.90476%;
  }
  .desk-col-21 .desk-col-14 {
    width: 66.66667%;
  }
  .desk-col-21 .desk-col-15 {
    width: 71.42857%;
  }
  .desk-col-21 .desk-col-16 {
    width: 76.19048%;
  }
  .desk-col-21 .desk-col-17 {
    width: 80.95238%;
  }
  .desk-col-21 .desk-col-18 {
    width: 85.71429%;
  }
  .desk-col-21 .desk-col-19 {
    width: 90.47619%;
  }
  .desk-col-21 .desk-col-20 {
    width: 95.2381%;
  }
  .desk-col-21 .desk-col-21 {
    width: 100%;
  }
  .desk-col-21 .desk-col-25p {
    width: 25%;
  }
  .desk-col-21 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-21 .desk-col-50p {
    width: 50%;
  }
  .desk-col-21 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-21 .desk-col-75p {
    width: 75%;
  }
  .desk-col-20 {
    width: 83.33333%;
  }
  .desk-col-20 .desk-col-1 {
    width: 5%;
  }
  .desk-col-20 .desk-col-2 {
    width: 10%;
  }
  .desk-col-20 .desk-col-3 {
    width: 15%;
  }
  .desk-col-20 .desk-col-4 {
    width: 20%;
  }
  .desk-col-20 .desk-col-5 {
    width: 25%;
  }
  .desk-col-20 .desk-col-6 {
    width: 30%;
  }
  .desk-col-20 .desk-col-7 {
    width: 35%;
  }
  .desk-col-20 .desk-col-8 {
    width: 40%;
  }
  .desk-col-20 .desk-col-9 {
    width: 45%;
  }
  .desk-col-20 .desk-col-10 {
    width: 50%;
  }
  .desk-col-20 .desk-col-11 {
    width: 55%;
  }
  .desk-col-20 .desk-col-12 {
    width: 60%;
  }
  .desk-col-20 .desk-col-13 {
    width: 65%;
  }
  .desk-col-20 .desk-col-14 {
    width: 70%;
  }
  .desk-col-20 .desk-col-15 {
    width: 75%;
  }
  .desk-col-20 .desk-col-16 {
    width: 80%;
  }
  .desk-col-20 .desk-col-17 {
    width: 85%;
  }
  .desk-col-20 .desk-col-18 {
    width: 90%;
  }
  .desk-col-20 .desk-col-19 {
    width: 95%;
  }
  .desk-col-20 .desk-col-20 {
    width: 100%;
  }
  .desk-col-20 .desk-col-25p {
    width: 25%;
  }
  .desk-col-20 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-20 .desk-col-50p {
    width: 50%;
  }
  .desk-col-20 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-20 .desk-col-75p {
    width: 75%;
  }
  .desk-col-19 {
    width: 79.16667%;
  }
  .desk-col-19 .desk-col-1 {
    width: 5.26316%;
  }
  .desk-col-19 .desk-col-2 {
    width: 10.52632%;
  }
  .desk-col-19 .desk-col-3 {
    width: 15.78947%;
  }
  .desk-col-19 .desk-col-4 {
    width: 21.05263%;
  }
  .desk-col-19 .desk-col-5 {
    width: 26.31579%;
  }
  .desk-col-19 .desk-col-6 {
    width: 31.57895%;
  }
  .desk-col-19 .desk-col-7 {
    width: 36.84211%;
  }
  .desk-col-19 .desk-col-8 {
    width: 42.10526%;
  }
  .desk-col-19 .desk-col-9 {
    width: 47.36842%;
  }
  .desk-col-19 .desk-col-10 {
    width: 52.63158%;
  }
  .desk-col-19 .desk-col-11 {
    width: 57.89474%;
  }
  .desk-col-19 .desk-col-12 {
    width: 63.15789%;
  }
  .desk-col-19 .desk-col-13 {
    width: 68.42105%;
  }
  .desk-col-19 .desk-col-14 {
    width: 73.68421%;
  }
  .desk-col-19 .desk-col-15 {
    width: 78.94737%;
  }
  .desk-col-19 .desk-col-16 {
    width: 84.21053%;
  }
  .desk-col-19 .desk-col-17 {
    width: 89.47368%;
  }
  .desk-col-19 .desk-col-18 {
    width: 94.73684%;
  }
  .desk-col-19 .desk-col-19 {
    width: 100%;
  }
  .desk-col-19 .desk-col-25p {
    width: 25%;
  }
  .desk-col-19 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-19 .desk-col-50p {
    width: 50%;
  }
  .desk-col-19 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-19 .desk-col-75p {
    width: 75%;
  }
  .desk-col-18 {
    width: 75%;
  }
  .desk-col-18 .desk-col-1 {
    width: 5.55556%;
  }
  .desk-col-18 .desk-col-2 {
    width: 11.11111%;
  }
  .desk-col-18 .desk-col-3 {
    width: 16.66667%;
  }
  .desk-col-18 .desk-col-4 {
    width: 22.22222%;
  }
  .desk-col-18 .desk-col-5 {
    width: 27.77778%;
  }
  .desk-col-18 .desk-col-6 {
    width: 33.33333%;
  }
  .desk-col-18 .desk-col-7 {
    width: 38.88889%;
  }
  .desk-col-18 .desk-col-8 {
    width: 44.44444%;
  }
  .desk-col-18 .desk-col-9 {
    width: 50%;
  }
  .desk-col-18 .desk-col-10 {
    width: 55.55556%;
  }
  .desk-col-18 .desk-col-11 {
    width: 61.11111%;
  }
  .desk-col-18 .desk-col-12 {
    width: 66.66667%;
  }
  .desk-col-18 .desk-col-13 {
    width: 72.22222%;
  }
  .desk-col-18 .desk-col-14 {
    width: 77.77778%;
  }
  .desk-col-18 .desk-col-15 {
    width: 83.33333%;
  }
  .desk-col-18 .desk-col-16 {
    width: 88.88889%;
  }
  .desk-col-18 .desk-col-17 {
    width: 94.44444%;
  }
  .desk-col-18 .desk-col-18 {
    width: 100%;
  }
  .desk-col-18 .desk-col-25p {
    width: 25%;
  }
  .desk-col-18 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-18 .desk-col-50p {
    width: 50%;
  }
  .desk-col-18 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-18 .desk-col-75p {
    width: 75%;
  }
  .desk-col-17 {
    width: 70.83333%;
  }
  .desk-col-17 .desk-col-1 {
    width: 5.88235%;
  }
  .desk-col-17 .desk-col-2 {
    width: 11.76471%;
  }
  .desk-col-17 .desk-col-3 {
    width: 17.64706%;
  }
  .desk-col-17 .desk-col-4 {
    width: 23.52941%;
  }
  .desk-col-17 .desk-col-5 {
    width: 29.41176%;
  }
  .desk-col-17 .desk-col-6 {
    width: 35.29412%;
  }
  .desk-col-17 .desk-col-7 {
    width: 41.17647%;
  }
  .desk-col-17 .desk-col-8 {
    width: 47.05882%;
  }
  .desk-col-17 .desk-col-9 {
    width: 52.94118%;
  }
  .desk-col-17 .desk-col-10 {
    width: 58.82353%;
  }
  .desk-col-17 .desk-col-11 {
    width: 64.70588%;
  }
  .desk-col-17 .desk-col-12 {
    width: 70.58824%;
  }
  .desk-col-17 .desk-col-13 {
    width: 76.47059%;
  }
  .desk-col-17 .desk-col-14 {
    width: 82.35294%;
  }
  .desk-col-17 .desk-col-15 {
    width: 88.23529%;
  }
  .desk-col-17 .desk-col-16 {
    width: 94.11765%;
  }
  .desk-col-17 .desk-col-17 {
    width: 100%;
  }
  .desk-col-17 .desk-col-25p {
    width: 25%;
  }
  .desk-col-17 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-17 .desk-col-50p {
    width: 50%;
  }
  .desk-col-17 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-17 .desk-col-75p {
    width: 75%;
  }
  .desk-col-16 {
    width: 66.66667%;
  }
  .desk-col-16 .desk-col-1 {
    width: 6.25%;
  }
  .desk-col-16 .desk-col-2 {
    width: 12.5%;
  }
  .desk-col-16 .desk-col-3 {
    width: 18.75%;
  }
  .desk-col-16 .desk-col-4 {
    width: 25%;
  }
  .desk-col-16 .desk-col-5 {
    width: 31.25%;
  }
  .desk-col-16 .desk-col-6 {
    width: 37.5%;
  }
  .desk-col-16 .desk-col-7 {
    width: 43.75%;
  }
  .desk-col-16 .desk-col-8 {
    width: 50%;
  }
  .desk-col-16 .desk-col-9 {
    width: 56.25%;
  }
  .desk-col-16 .desk-col-10 {
    width: 62.5%;
  }
  .desk-col-16 .desk-col-11 {
    width: 68.75%;
  }
  .desk-col-16 .desk-col-12 {
    width: 75%;
  }
  .desk-col-16 .desk-col-13 {
    width: 81.25%;
  }
  .desk-col-16 .desk-col-14 {
    width: 87.5%;
  }
  .desk-col-16 .desk-col-15 {
    width: 93.75%;
  }
  .desk-col-16 .desk-col-16 {
    width: 100%;
  }
  .desk-col-16 .desk-col-25p {
    width: 25%;
  }
  .desk-col-16 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-16 .desk-col-50p {
    width: 50%;
  }
  .desk-col-16 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-16 .desk-col-75p {
    width: 75%;
  }
  .desk-col-15 {
    width: 62.5%;
  }
  .desk-col-15 .desk-col-1 {
    width: 6.66667%;
  }
  .desk-col-15 .desk-col-2 {
    width: 13.33333%;
  }
  .desk-col-15 .desk-col-3 {
    width: 20%;
  }
  .desk-col-15 .desk-col-4 {
    width: 26.66667%;
  }
  .desk-col-15 .desk-col-5 {
    width: 33.33333%;
  }
  .desk-col-15 .desk-col-6 {
    width: 40%;
  }
  .desk-col-15 .desk-col-7 {
    width: 46.66667%;
  }
  .desk-col-15 .desk-col-8 {
    width: 53.33333%;
  }
  .desk-col-15 .desk-col-9 {
    width: 60%;
  }
  .desk-col-15 .desk-col-10 {
    width: 66.66667%;
  }
  .desk-col-15 .desk-col-11 {
    width: 73.33333%;
  }
  .desk-col-15 .desk-col-12 {
    width: 80%;
  }
  .desk-col-15 .desk-col-13 {
    width: 86.66667%;
  }
  .desk-col-15 .desk-col-14 {
    width: 93.33333%;
  }
  .desk-col-15 .desk-col-15 {
    width: 100%;
  }
  .desk-col-15 .desk-col-25p {
    width: 25%;
  }
  .desk-col-15 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-15 .desk-col-50p {
    width: 50%;
  }
  .desk-col-15 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-15 .desk-col-75p {
    width: 75%;
  }
  .desk-col-14 {
    width: 58.33333%;
  }
  .desk-col-14 .desk-col-1 {
    width: 7.14286%;
  }
  .desk-col-14 .desk-col-2 {
    width: 14.28571%;
  }
  .desk-col-14 .desk-col-3 {
    width: 21.42857%;
  }
  .desk-col-14 .desk-col-4 {
    width: 28.57143%;
  }
  .desk-col-14 .desk-col-5 {
    width: 35.71429%;
  }
  .desk-col-14 .desk-col-6 {
    width: 42.85714%;
  }
  .desk-col-14 .desk-col-7 {
    width: 50%;
  }
  .desk-col-14 .desk-col-8 {
    width: 57.14286%;
  }
  .desk-col-14 .desk-col-9 {
    width: 64.28571%;
  }
  .desk-col-14 .desk-col-10 {
    width: 71.42857%;
  }
  .desk-col-14 .desk-col-11 {
    width: 78.57143%;
  }
  .desk-col-14 .desk-col-12 {
    width: 85.71429%;
  }
  .desk-col-14 .desk-col-13 {
    width: 92.85714%;
  }
  .desk-col-14 .desk-col-14 {
    width: 100%;
  }
  .desk-col-14 .desk-col-25p {
    width: 25%;
  }
  .desk-col-14 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-14 .desk-col-50p {
    width: 50%;
  }
  .desk-col-14 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-14 .desk-col-75p {
    width: 75%;
  }
  .desk-col-13 {
    width: 54.16667%;
  }
  .desk-col-13 .desk-col-1 {
    width: 7.69231%;
  }
  .desk-col-13 .desk-col-2 {
    width: 15.38462%;
  }
  .desk-col-13 .desk-col-3 {
    width: 23.07692%;
  }
  .desk-col-13 .desk-col-4 {
    width: 30.76923%;
  }
  .desk-col-13 .desk-col-5 {
    width: 38.46154%;
  }
  .desk-col-13 .desk-col-6 {
    width: 46.15385%;
  }
  .desk-col-13 .desk-col-7 {
    width: 53.84615%;
  }
  .desk-col-13 .desk-col-8 {
    width: 61.53846%;
  }
  .desk-col-13 .desk-col-9 {
    width: 69.23077%;
  }
  .desk-col-13 .desk-col-10 {
    width: 76.92308%;
  }
  .desk-col-13 .desk-col-11 {
    width: 84.61538%;
  }
  .desk-col-13 .desk-col-12 {
    width: 92.30769%;
  }
  .desk-col-13 .desk-col-13 {
    width: 100%;
  }
  .desk-col-13 .desk-col-25p {
    width: 25%;
  }
  .desk-col-13 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-13 .desk-col-50p {
    width: 50%;
  }
  .desk-col-13 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-13 .desk-col-75p {
    width: 75%;
  }
  .desk-col-12 {
    width: 50%;
  }
  .desk-col-12 .desk-col-1 {
    width: 8.33333%;
  }
  .desk-col-12 .desk-col-2 {
    width: 16.66667%;
  }
  .desk-col-12 .desk-col-3 {
    width: 25%;
  }
  .desk-col-12 .desk-col-4 {
    width: 33.33333%;
  }
  .desk-col-12 .desk-col-5 {
    width: 41.66667%;
  }
  .desk-col-12 .desk-col-6 {
    width: 50%;
  }
  .desk-col-12 .desk-col-7 {
    width: 58.33333%;
  }
  .desk-col-12 .desk-col-8 {
    width: 66.66667%;
  }
  .desk-col-12 .desk-col-9 {
    width: 75%;
  }
  .desk-col-12 .desk-col-10 {
    width: 83.33333%;
  }
  .desk-col-12 .desk-col-11 {
    width: 91.66667%;
  }
  .desk-col-12 .desk-col-12 {
    width: 100%;
  }
  .desk-col-12 .desk-col-25p {
    width: 25%;
  }
  .desk-col-12 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-12 .desk-col-50p {
    width: 50%;
  }
  .desk-col-12 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-12 .desk-col-75p {
    width: 75%;
  }
  .desk-col-11 {
    width: 45.83333%;
  }
  .desk-col-11 .desk-col-1 {
    width: 9.09091%;
  }
  .desk-col-11 .desk-col-2 {
    width: 18.18182%;
  }
  .desk-col-11 .desk-col-3 {
    width: 27.27273%;
  }
  .desk-col-11 .desk-col-4 {
    width: 36.36364%;
  }
  .desk-col-11 .desk-col-5 {
    width: 45.45455%;
  }
  .desk-col-11 .desk-col-6 {
    width: 54.54545%;
  }
  .desk-col-11 .desk-col-7 {
    width: 63.63636%;
  }
  .desk-col-11 .desk-col-8 {
    width: 72.72727%;
  }
  .desk-col-11 .desk-col-9 {
    width: 81.81818%;
  }
  .desk-col-11 .desk-col-10 {
    width: 90.90909%;
  }
  .desk-col-11 .desk-col-11 {
    width: 100%;
  }
  .desk-col-11 .desk-col-25p {
    width: 25%;
  }
  .desk-col-11 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-11 .desk-col-50p {
    width: 50%;
  }
  .desk-col-11 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-11 .desk-col-75p {
    width: 75%;
  }
  .desk-col-10 {
    width: 41.66667%;
  }
  .desk-col-10 .desk-col-1 {
    width: 10%;
  }
  .desk-col-10 .desk-col-2 {
    width: 20%;
  }
  .desk-col-10 .desk-col-3 {
    width: 30%;
  }
  .desk-col-10 .desk-col-4 {
    width: 40%;
  }
  .desk-col-10 .desk-col-5 {
    width: 50%;
  }
  .desk-col-10 .desk-col-6 {
    width: 60%;
  }
  .desk-col-10 .desk-col-7 {
    width: 70%;
  }
  .desk-col-10 .desk-col-8 {
    width: 80%;
  }
  .desk-col-10 .desk-col-9 {
    width: 90%;
  }
  .desk-col-10 .desk-col-10 {
    width: 100%;
  }
  .desk-col-10 .desk-col-25p {
    width: 25%;
  }
  .desk-col-10 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-10 .desk-col-50p {
    width: 50%;
  }
  .desk-col-10 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-10 .desk-col-75p {
    width: 75%;
  }
  .desk-col-9 {
    width: 37.5%;
  }
  .desk-col-9 .desk-col-1 {
    width: 11.11111%;
  }
  .desk-col-9 .desk-col-2 {
    width: 22.22222%;
  }
  .desk-col-9 .desk-col-3 {
    width: 33.33333%;
  }
  .desk-col-9 .desk-col-4 {
    width: 44.44444%;
  }
  .desk-col-9 .desk-col-5 {
    width: 55.55556%;
  }
  .desk-col-9 .desk-col-6 {
    width: 66.66667%;
  }
  .desk-col-9 .desk-col-7 {
    width: 77.77778%;
  }
  .desk-col-9 .desk-col-8 {
    width: 88.88889%;
  }
  .desk-col-9 .desk-col-9 {
    width: 100%;
  }
  .desk-col-9 .desk-col-25p {
    width: 25%;
  }
  .desk-col-9 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-9 .desk-col-50p {
    width: 50%;
  }
  .desk-col-9 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-9 .desk-col-75p {
    width: 75%;
  }
  .desk-col-8 {
    width: 33.33333%;
  }
  .desk-col-8 .desk-col-1 {
    width: 12.5%;
  }
  .desk-col-8 .desk-col-2 {
    width: 25%;
  }
  .desk-col-8 .desk-col-3 {
    width: 37.5%;
  }
  .desk-col-8 .desk-col-4 {
    width: 50%;
  }
  .desk-col-8 .desk-col-5 {
    width: 62.5%;
  }
  .desk-col-8 .desk-col-6 {
    width: 75%;
  }
  .desk-col-8 .desk-col-7 {
    width: 87.5%;
  }
  .desk-col-8 .desk-col-8 {
    width: 100%;
  }
  .desk-col-8 .desk-col-25p {
    width: 25%;
  }
  .desk-col-8 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-8 .desk-col-50p {
    width: 50%;
  }
  .desk-col-8 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-8 .desk-col-75p {
    width: 75%;
  }
  .desk-col-7 {
    width: 29.16667%;
  }
  .desk-col-7 .desk-col-1 {
    width: 14.28571%;
  }
  .desk-col-7 .desk-col-2 {
    width: 28.57143%;
  }
  .desk-col-7 .desk-col-3 {
    width: 42.85714%;
  }
  .desk-col-7 .desk-col-4 {
    width: 57.14286%;
  }
  .desk-col-7 .desk-col-5 {
    width: 71.42857%;
  }
  .desk-col-7 .desk-col-6 {
    width: 85.71429%;
  }
  .desk-col-7 .desk-col-7 {
    width: 100%;
  }
  .desk-col-7 .desk-col-25p {
    width: 25%;
  }
  .desk-col-7 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-7 .desk-col-50p {
    width: 50%;
  }
  .desk-col-7 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-7 .desk-col-75p {
    width: 75%;
  }
  .desk-col-6 {
    width: 25%;
  }
  .desk-col-6 .desk-col-1 {
    width: 16.66667%;
  }
  .desk-col-6 .desk-col-2 {
    width: 33.33333%;
  }
  .desk-col-6 .desk-col-3 {
    width: 50%;
  }
  .desk-col-6 .desk-col-4 {
    width: 66.66667%;
  }
  .desk-col-6 .desk-col-5 {
    width: 83.33333%;
  }
  .desk-col-6 .desk-col-6 {
    width: 100%;
  }
  .desk-col-6 .desk-col-25p {
    width: 25%;
  }
  .desk-col-6 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-6 .desk-col-50p {
    width: 50%;
  }
  .desk-col-6 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-6 .desk-col-75p {
    width: 75%;
  }
  .desk-col-5 {
    width: 20.83333%;
  }
  .desk-col-5 .desk-col-1 {
    width: 20%;
  }
  .desk-col-5 .desk-col-2 {
    width: 40%;
  }
  .desk-col-5 .desk-col-3 {
    width: 60%;
  }
  .desk-col-5 .desk-col-4 {
    width: 80%;
  }
  .desk-col-5 .desk-col-5 {
    width: 100%;
  }
  .desk-col-5 .desk-col-25p {
    width: 25%;
  }
  .desk-col-5 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-5 .desk-col-50p {
    width: 50%;
  }
  .desk-col-5 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-5 .desk-col-75p {
    width: 75%;
  }
  .desk-col-4 {
    width: 16.66667%;
  }
  .desk-col-4 .desk-col-1 {
    width: 25%;
  }
  .desk-col-4 .desk-col-2 {
    width: 50%;
  }
  .desk-col-4 .desk-col-3 {
    width: 75%;
  }
  .desk-col-4 .desk-col-4 {
    width: 100%;
  }
  .desk-col-4 .desk-col-25p {
    width: 25%;
  }
  .desk-col-4 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-4 .desk-col-50p {
    width: 50%;
  }
  .desk-col-4 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-4 .desk-col-75p {
    width: 75%;
  }
  .desk-col-3 {
    width: 12.5%;
  }
  .desk-col-3 .desk-col-1 {
    width: 33.33333%;
  }
  .desk-col-3 .desk-col-2 {
    width: 66.66667%;
  }
  .desk-col-3 .desk-col-3 {
    width: 100%;
  }
  .desk-col-3 .desk-col-25p {
    width: 25%;
  }
  .desk-col-3 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-3 .desk-col-50p {
    width: 50%;
  }
  .desk-col-3 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-3 .desk-col-75p {
    width: 75%;
  }
  .desk-col-2 {
    width: 8.33333%;
  }
  .desk-col-2 .desk-col-1 {
    width: 50%;
  }
  .desk-col-2 .desk-col-2 {
    width: 100%;
  }
  .desk-col-2 .desk-col-25p {
    width: 25%;
  }
  .desk-col-2 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-2 .desk-col-50p {
    width: 50%;
  }
  .desk-col-2 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-2 .desk-col-75p {
    width: 75%;
  }
  .desk-col-1 {
    width: 4.16667%;
  }
  .desk-col-1 .desk-col-1 {
    width: 100%;
  }
  .desk-col-1 .desk-col-25p {
    width: 25%;
  }
  .desk-col-1 .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-1 .desk-col-50p {
    width: 50%;
  }
  .desk-col-1 .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-1 .desk-col-75p {
    width: 75%;
  }
  .desk-col-25p {
    width: 25%;
  }
  .desk-col-33p {
    width: 33.3%;
  }
  .desk-col-50p {
    width: 50%;
  }
  .desk-col-66p {
    width: 66.6%;
  }
  .desk-col-75p {
    width: 75%;
  }
}

/* ==========================================================================
   Tables _tables.scss
   ========================================================================== */
/**
* This section only sets default table styles. There are no actionables here.
* Please note that if you are setting $line-height somewhere before this code
* you will want to delete the $line-height at the beginning of this file
* otherwise the $line-height will be overridden.
*
* Use the .table class on your table element to inherit these styles.
* See tables.html for code examples.
*/
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.2;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border-top-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

@media (max-width: 1280px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive table,
  .table-responsive .table {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------------------
*
*  Forms
*
* This section only sets default forms styles. There are no actionables here.
* Please note that if you are setting $error-text somewhere before this code
* you will want to delete the $error-text at the beginning of this file
* otherwise the $error-text will be overridden.
*
* Use the .form-control class on your input elements to inherit these styles.
* Use the .form-groups class on groupings of form elements (label/inputs)
* The select.form-control element needs a dropdown arrow graphic as a png or svg with the background-size set
* See forms.html for code examples.
*
*-------------------------------------------------------------------------*/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  display: none;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-weight: 400;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 0 none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.2;
  color: #555555;
  vertical-align: middle;
}

.form-control:-moz-placeholder,
.ginput_container input:-moz-placeholder,
.ginput_container select:-moz-placeholder,
.ginput_container textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-control::-moz-placeholder,
.ginput_container input::-moz-placeholder,
.ginput_container select::-moz-placeholder,
.ginput_container textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-control:-ms-input-placeholder,
.ginput_container input:-ms-input-placeholder,
.ginput_container select:-ms-input-placeholder,
.ginput_container textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-control::-webkit-input-placeholder,
.ginput_container input::-webkit-input-placeholder,
.ginput_container select::-webkit-input-placeholder,
.ginput_container textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-control,
.ginput_container input,
.ginput_container select,
.ginput_container textarea {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  height: 36px;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus,
.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent, 0 0 0 transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

/* select boxes are ugly, lets make them prettier
	give the select a parent with the class of .select
	set .form-control class on the select element
	add in dropdown image path
*/
.select {
  position: relative;
  height: 36px;
}

.select::-ms-expand,
.select select::-ms-expand {
  display: none;
}

.select:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 15px;
  width: 7px;
  height: 4px;
  background: transparent url(../media/img/select.png) center center no-repeat !important;
  background-size: contain !important;
  pointer-events: none;
}

select.form-control,
.ginput_container select {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  background: #f2f4f7;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f2f4f7),
    to(white)
  );
  background: linear-gradient(0deg, #f2f4f7 0%, white 100%);
  text-transform: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

select.form-control::-ms-expand,
.ginput_container select::-ms-expand {
  display: none;
}

.select .form-control,
.select .ginput_container input,
.ginput_container .select input,
.select .ginput_container select,
.ginput_container .select select,
.select .ginput_container textarea,
.ginput_container .select textarea {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

.select option[selected],
select .gf_placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
  text-transform: none !important;
  font-style: italic !important;
}

select option:first-child {
  color: rgba(0, 0, 0, 0.3);
}

.form-control[disabled],
.ginput_container input[disabled],
.ginput_container select[disabled],
.ginput_container textarea[disabled],
.form-control[readonly],
.ginput_container input[readonly],
.ginput_container select[readonly],
.ginput_container textarea[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] .ginput_container input,
.ginput_container fieldset[disabled] input,
fieldset[disabled] .ginput_container select,
.ginput_container fieldset[disabled] select,
fieldset[disabled] .ginput_container textarea,
.ginput_container fieldset[disabled] textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control,
.ginput_container textarea {
  height: auto;
}

.form-group,
.gform_wrapper li,
.gform_wrapper li.gfield {
  position: relative;
  margin-bottom: 15px;
  min-height: 36px;
}

.form-group-has-label label {
  display: block;
}

label {
  font-size: 0.9em;
  font-weight: 600;
}

@media (min-width: 1280px) {
  label {
    font-size: 0.8em;
    letter-spacing: 1px;
  }
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  /*   padding-left: 20px; */
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}

.has-warning .form-control,
.has-warning .ginput_container input,
.ginput_container .has-warning input,
.has-warning .ginput_container select,
.ginput_container .has-warning select,
.has-warning .ginput_container textarea,
.ginput_container .has-warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus,
.has-warning .ginput_container input:focus,
.ginput_container .has-warning input:focus,
.has-warning .ginput_container select:focus,
.ginput_container .has-warning select:focus,
.has-warning .ginput_container textarea:focus,
.ginput_container .has-warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}

.has-error .form-control,
.has-error .ginput_container input,
.ginput_container .has-error input,
.has-error .ginput_container select,
.ginput_container .has-error select,
.has-error .ginput_container textarea,
.ginput_container .has-error textarea {
  border-color: #ed1c24;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus,
.has-error .ginput_container input:focus,
.ginput_container .has-error input:focus,
.has-error .ginput_container select:focus,
.ginput_container .has-error select:focus,
.has-error .ginput_container textarea:focus,
.ginput_container .has-error textarea:focus {
  border-color: #ed1c24;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #ed1c24;
  border-color: #ed1c24;
  background-color: #f2dede;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}

.has-success .form-control,
.has-success .ginput_container input,
.ginput_container .has-success input,
.has-success .ginput_container select,
.ginput_container .has-success select,
.has-success .ginput_container textarea,
.ginput_container .has-success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus,
.has-success .ginput_container input:focus,
.ginput_container .has-success input:focus,
.has-success .ginput_container select:focus,
.ginput_container .has-success select:focus,
.has-success .ginput_container textarea:focus,
.ginput_container .has-success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  font-size: 0.8em;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.validation_error {
  display: none;
}

.validation_message {
  font-size: 0.6em;
  line-height: 1em;
  margin-top: 5px;
  left: 10px;
  font-weight: 600;
  bottom: -11px;
  position: absolute;
}

.alert,
.validation_error,
.gform_confirmation_wrapper {
  color: white;
}

/* MIRROR BOOTSTRAP FOR GRAVITY FORMS */
.gform_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 799px) {
  .gform_wrapper ul .column-count-1-of-2 {
    width: 100%;
  }
}

@media (min-width: 800px) {
  .gform_wrapper ul .column-count-1-of-2 {
    padding-right: 1%;
  }
}

@media (max-width: 799px) {
  .gform_wrapper ul .column-count-2-of-2 {
    width: 100%;
  }
}

@media (min-width: 800px) {
  .gform_wrapper ul .column-count-2-of-2 {
    padding-left: 1%;
  }
}

.gform_wrapper li,
.gform_wrapper li.gfield {
  min-height: 0;
}

.gform_wrapper form {
  margin-bottom: 0;
}

.gform_wrapper .gfield_required {
  padding-left: 1px;
}

.gform_wrapper .ginput_container {
  width: 100%;
  float: left;
}

.gform_title {
  font-family: "FFTisaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 1.8em;
  margin-top: 10px;
  margin-bottom: 15px;
}

.gform_description {
  font-size: 14px;
  line-height: 1.4em;
  display: block;
  margin-bottom: 40px;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 800px) {
  .gform_description {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .gform_description {
    font-size: 18px;
  }
}

.gform_footer {
  text-align: center;
  padding-top: 20px;
  clear: both;
}

.ginput_container {
  position: relative;
}

.ginput_container.select {
  height: 36px;
}

.ginput_container select {
  height: 36px;
}

.ginput_container select {
  background: transparent;
}

.ginput_container textarea {
  height: 110px;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #b94a48;
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  background-color: transparent;
  border-color: #ed1c24;
}

.gform_wrapper .gfield_error .validation_message {
  color: white;
  background-color: #ed1c24;
  padding: 4px 4px 4px 4px;
  display: inline-block;
  border-radius: 3px;
}

.gform_wrapper .gfield_error .validation_message.instruction {
  bottom: -35px;
}

.gform_wrapper .gfield_error .validation_message:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: -5px;
  left: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ed1c24;
}

.validation_error {
  display: none;
}

.validation_message {
  font-size: 0.75em;
  line-height: 1em;
  margin-top: 5px;
  left: 0;
  font-weight: 600;
  bottom: 0;
  position: absolute;
}

.gform_confirmation_wrapper {
  color: #000;
  text-align: center;
  font-weight: 300;
  display: block;
  margin-top: 30px;
  width: 110%;
  margin-left: -5%;
}

@media (min-width: 1280px) {
  .gform_confirmation_wrapper {
    width: 130%;
    margin-left: -15%;
  }
}

.gform_confirmation_wrapper h4 {
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.25em;
  margin-top: 0;
  margin-bottom: 10px;
}

.gform_confirmation_wrapper p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.5em;
}

@media (min-width: 800px) {
  .gform_confirmation_wrapper p {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .gform_confirmation_wrapper p {
    font-size: 18px;
  }
}

.gform_validation_container {
  display: none !important;
}

.gfield_description {
  margin-top: 2px;
  position: relative;
  text-align: right;
}

/*
	Hide the original radios and checkboxes
	(but still accessible)

	:not(#foo) > is a rule filter to block browsers
				 that don't support that selector from
				 applying rules they shouldn't

*/
li:not(#foo) input[type="radio"],
li:not(#foo) input[type="checkbox"] {
  /* Hide the input, but have it still be clickable */
  opacity: 0;
  float: left;
  width: 18px;
  position: fixed;
  z-index: -999;
}

li:not(#foo) input[type="radio"] + label,
li:not(#foo) input[type="checkbox"] + label {
  display: inline;
  margin: 0;
  clear: none;
  /* Left padding makes room for image */
  padding: 5px 0 4px 25px;
  /* Make look clickable because they are */
  cursor: pointer;
  background: url(../media/img/checkbox.png) left center no-repeat;
  background-size: 24px, 24px;
}

/*
	Change from unchecked to checked graphic
*/
li:not(#foo) input[type="radio"]:checked + label {
  background-image: url(../media/img/on.png);
}

li:not(#foo) input[type="checkbox"]:checked + label {
  background-image: url(../media/img/on.png);
}

form {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

form .btn,
form button,
form html input[type="button"],
html form input[type="button"],
form input[type="reset"],
form input[type="submit"] {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

form .btn:first-child,
form button:first-child,
form html input:first-child[type="button"],
html form input:first-child[type="button"],
form input:first-child[type="reset"],
form input:first-child[type="submit"] {
  *margin-left: 0;
}

form .btn:hover,
form button:hover,
form html input:hover[type="button"],
html form input:hover[type="button"],
form input:hover[type="reset"],
form input:hover[type="submit"] {
  text-decoration: none;
}

form .btn:focus,
form button:focus,
form html input:focus[type="button"],
html form input:focus[type="button"],
form input:focus[type="reset"],
form input:focus[type="submit"] {
  outline: 0 none;
}

form .btn.active,
form button.active,
form html input.active[type="button"],
html form input.active[type="button"],
form input.active[type="reset"],
form input.active[type="submit"],
form .btn:active,
form button:active,
form html input:active[type="button"],
html form input:active[type="button"],
form input:active[type="reset"],
form input:active[type="submit"] {
  outline: 0;
}

form .btn.disabled,
form button.disabled,
form html input.disabled[type="button"],
html form input.disabled[type="button"],
form input.disabled[type="reset"],
form input.disabled[type="submit"],
form .btn[disabled],
form button[disabled],
form html input[disabled][type="button"],
html form input[disabled][type="button"],
form input[disabled][type="reset"],
form input[disabled][type="submit"] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

form input[type="submit"].btn-block,
form input[type="reset"].btn-block,
form input[type="button"].btn-block {
  width: 100%;
}

form input[type="submit"]:focus,
form input[type="reset"]:focus,
form input[type="button"]:focus {
  outline: 0 none;
}

/*--------------------------------------------------------------------------
*
*  Buttons / Links
*
*  This section a set of default forms styles, please add/change these styles.
*  There are actionables here.
*
*-------------------------------------------------------------------------*/
.btn,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 13px 18px;
  letter-spacing: 0.08em;
  color: white;
  line-height: 1em;
  font-weight: 600;
  text-decoration: none;
  /* button sizes */
}

@media (min-width: 1280px) {
  .btn,
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    font-size: 0.7em;
    padding: 13px 22px;
  }
}

.btn:hover,
button:hover,
html input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
  color: white;
}

.btn:active,
button:active,
html input:active[type="button"],
input:active[type="reset"],
input:active[type="submit"] {
  opacity: 0.7;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

.btn.small,
button.small,
html input.small[type="button"],
input.small[type="reset"],
input.small[type="submit"],
.btn.sm,
button.sm,
html input.sm[type="button"],
input.sm[type="reset"],
input.sm[type="submit"] {
  font-size: 0.75em;
  padding: 10px 11px;
}

.btn.small:active,
button.small:active,
html input.small:active[type="button"],
input.small:active[type="reset"],
input.small:active[type="submit"],
.btn.sm:active,
button.sm:active,
html input.sm:active[type="button"],
input.sm:active[type="reset"],
input.sm:active[type="submit"] {
  top: 1px;
}

.btn.large,
button.large,
html input.large[type="button"],
input.large[type="reset"],
input.large[type="submit"],
.btn.lg,
button.lg,
html input.lg[type="button"],
input.lg[type="reset"],
input.lg[type="submit"] {
  padding: 25px 50px;
}

.btn.large:active,
button.large:active,
html input.large:active[type="button"],
input.large:active[type="reset"],
input.large:active[type="submit"],
.btn.lg:active,
button.lg:active,
html input.lg:active[type="button"],
input.lg:active[type="reset"],
input.lg:active[type="submit"] {
  top: 1px;
}

.btn.btn-block,
button.btn-block,
html input.btn-block[type="button"],
input.btn-block[type="reset"],
input.btn-block[type="submit"] {
  display: block;
  text-align: center;
  margin-bottom: 0.5em;
}

.btn.btn-large,
button.btn-large,
html input.btn-large[type="button"],
input.btn-large[type="reset"],
input.btn-large[type="submit"],
.btn.btn-lg,
button.btn-lg,
html input.btn-lg[type="button"],
input.btn-lg[type="reset"],
input.btn-lg[type="submit"] {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 500;
  padding: 10px 30px;
}

.btn[type="submit"],
button[type="submit"],
html input[type="submit"][type="button"],
input[type="submit"],
.btn.submit,
button.submit,
html input.submit[type="button"],
input.submit[type="reset"],
input.submit[type="submit"] {
  text-transform: uppercase;
  color: white;
  font-size: 1em;
  text-align: center;
  background-color: #4db48d;
  color: white;
  -webkit-transition: 0.25s ease background-color;
  transition: 0.25s ease background-color;
}

.btn[type="submit"]:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
.btn.submit:hover,
button.submit:hover,
html input.submit:hover[type="button"],
input.submit:hover[type="reset"],
input.submit:hover[type="submit"] {
  color: white;
  background-color: #45a37f;
  -webkit-transition: 0.25s ease background-color;
  transition: 0.25s ease background-color;
}

.btn.btn-rounded,
button.btn-rounded,
html input.btn-rounded[type="button"],
input.btn-rounded[type="reset"],
input.btn-rounded[type="submit"] {
  border-radius: 4px;
}

.btn.btn-outline,
button.btn-outline,
html input.btn-outline[type="button"],
input.btn-outline[type="reset"],
input.btn-outline[type="submit"] {
  border: 1px solid white;
  background-color: transparent;
}

.btn.btn-outline.btn-outline-white,
button.btn-outline.btn-outline-white,
html input.btn-outline.btn-outline-white[type="button"],
input.btn-outline.btn-outline-white[type="reset"],
input.btn-outline.btn-outline-white[type="submit"] {
  border-color: white;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

.btn.btn-outline.btn-outline-white:hover,
button.btn-outline.btn-outline-white:hover,
html input.btn-outline.btn-outline-white:hover[type="button"],
input.btn-outline.btn-outline-white:hover[type="reset"],
input.btn-outline.btn-outline-white:hover[type="submit"] {
  color: #cccccc;
  border-color: #cccccc;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

.btn.btn-outline.btn-outline-gray,
button.btn-outline.btn-outline-gray,
html input.btn-outline.btn-outline-gray[type="button"],
input.btn-outline.btn-outline-gray[type="reset"],
input.btn-outline.btn-outline-gray[type="submit"] {
  color: #000;
  border-color: #e0e0e0;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

.btn.btn-outline.btn-outline-gray:hover,
button.btn-outline.btn-outline-gray:hover,
html input.btn-outline.btn-outline-gray:hover[type="button"],
input.btn-outline.btn-outline-gray:hover[type="reset"],
input.btn-outline.btn-outline-gray:hover[type="submit"] {
  color: #0d1014;
  border-color: #adadad;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

.btn.btn-green,
button.btn-green,
html input.btn-green[type="button"],
input.btn-green[type="reset"],
input.btn-green[type="submit"] {
  background-color: #4db48d;
  color: white;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

.btn.btn-green:hover,
button.btn-green:hover,
html input.btn-green:hover[type="button"],
input.btn-green:hover[type="reset"],
input.btn-green:hover[type="submit"] {
  color: white;
  background-color: #45a37f;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

.btn.btn-expand-on-hover,
button.btn-expand-on-hover,
html input.btn-expand-on-hover[type="button"],
input.btn-expand-on-hover[type="reset"],
input.btn-expand-on-hover[type="submit"] {
  line-height: 0.8em;
}

@media (min-width: 800px) {
  .btn.btn-expand-on-hover span,
  button.btn-expand-on-hover span,
  html input.btn-expand-on-hover[type="button"] span,
  input.btn-expand-on-hover[type="reset"] span,
  input.btn-expand-on-hover[type="submit"] span {
    position: relative;
    line-height: 1em;
    top: 1px;
    max-width: 0;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .btn.btn-expand-on-hover:hover span,
  button.btn-expand-on-hover:hover span,
  html input.btn-expand-on-hover:hover[type="button"] span,
  input.btn-expand-on-hover:hover[type="reset"] span,
  input.btn-expand-on-hover:hover[type="submit"] span {
    max-width: 300px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}

.btn.btn-has-shadow,
button.btn-has-shadow,
html input.btn-has-shadow[type="button"],
input.btn-has-shadow[type="reset"],
input.btn-has-shadow[type="submit"] {
  -webkit-box-shadow: 12px 10px 17px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 12px 10px 17px 0px rgba(0, 0, 0, 0.07);
}

.btn.btn-min-width,
button.btn-min-width,
html input.btn-min-width[type="button"],
input.btn-min-width[type="reset"],
input.btn-min-width[type="submit"] {
  min-width: 100px;
  text-align: center;
}

@media (min-width: 800px) {
  .btn.btn-min-width,
  button.btn-min-width,
  html input.btn-min-width[type="button"],
  input.btn-min-width[type="reset"],
  input.btn-min-width[type="submit"] {
    min-width: 150px;
  }
}

@media (min-width: 1280px) {
  .btn.btn-min-width,
  button.btn-min-width,
  html input.btn-min-width[type="button"],
  input.btn-min-width[type="reset"],
  input.btn-min-width[type="submit"] {
    min-width: 200px;
  }
}

button:focus {
  outline: 0;
}

.text-link {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 80%;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
  padding-right: 2px;
}

@media (min-width: 800px) {
  .text-link {
    padding-right: 4px;
  }
}

@media (min-width: 1280px) {
  .text-link {
    padding-right: 2px;
    font-size: 70%;
    letter-spacing: 2px;
  }
}

.text-link .color-green {
  position: relative;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
  left: 0;
}

.text-link.text-link-breadcrumb:hover {
  color: #048cd6;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

.text-link:active {
  opacity: 0.4;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

.text-link:hover {
  color: #030405;
  -webkit-transition: 0.25s ease color;
  transition: 0.25s ease color;
}

.text-link:hover .color-green {
  color: #265b47;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
  left: 3px;
}

.text-link.small {
  font-size: 80%;
}

.text-link.text-link-block {
  display: block;
}

.link-green {
  color: #4db48d;
  text-decoration: underline;
  font-weight: 600;
  -webkit-transition: 0.25s ease color;
  transition: 0.25s ease color;
}

.link-green:hover {
  color: #45a37f;
  -webkit-transition: 0.25s ease color;
  transition: 0.25s ease color;
}

a {
  color: #048cd6;
  text-decoration: none;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
  cursor: pointer;
}

a:active {
  outline: 0;
  opacity: 0.5;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

a:hover {
  color: #024a72;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

a:focus {
  outline: 0;
}

/*--------------------------------------------------------------------------
*
*  Lists / UL OL DL
*
* This section a set of default forms styles, please add/change these styles.
*
*-------------------------------------------------------------------------*/
ul,
ol {
  margin-top: 2.6em;
  margin-bottom: 2.6em;
  padding: 0 0 0 2em;
}

ul li,
ol li {
  margin-bottom: 0.75em;
}

ul ul,
ol ul {
  margin-top: 0.6em;
  margin-bottom: inherit;
}

ol {
  list-style: decimal;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.list-unstyled li {
  margin: 0;
}

.list-inline,
.gfield_radio {
  padding-left: 0;
  list-style: none;
}

.list-inline > li,
.gfield_radio > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  background-image: none;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.list-inline > li:first-child,
.gfield_radio > li:first-child {
  padding-left: 0;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.2;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Pad Breakpoint */
@media (min-width: 800px) {
  /* Horizontal List */
  .pad-hl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative;
  }
  .pad-hl > li {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
  }
  .pad-hl > li.fr {
    float: right;
  }
  /* Block List */
  .pad-bl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative;
  }
  .pad-bl > li {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
  }
}

/* Desk Breakpoint */
@media (min-width: 1280px) {
  /* Horizontal List */
  .desk-hl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative;
  }
  .desk-hl > li {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
  }
  .desk-hl > li.fr {
    float: right;
  }
  /* Block List */
  .desk-bl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative;
  }
  .desk-bl > li {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
  }
}

/*--------------------------------------------------------------------------
*
* Helper Classes
*
*-------------------------------------------------------------------------*/
/* Clearfix */
.cf:before,
.form-group:before,
.gform_wrapper li:before,
.gform_wrapper li.gfield:before,
.cf:after,
.form-group:after,
.gform_wrapper li:after,
.gform_wrapper li.gfield:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after,
.form-group:after,
.gform_wrapper li:after,
.gform_wrapper li.gfield:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf,
.form-group,
.gform_wrapper li,
.gform_wrapper li.gfield {
  *zoom: 1;
}

/* Image Replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  font-size: 0;
  line-height: 0;
}

input.ir {
  border: 0 none;
  background: none;
}

/* Browser */
.visible {
  display: block;
  visibility: visible;
}

.hidden {
  display: none;
  visibility: visible;
}

.dtable {
  display: table;
}

.dtablecell {
  display: table-cell;
  float: none;
}

@media (max-width: 799px) {
  .phone-dtable {
    display: table;
  }
  .phone-dtablecell {
    display: table-cell;
    float: none;
  }
}

@media (min-width: 800px) and (max-width: 1280px) {
  .pad-dtable {
    display: table;
  }
  .pad-dtablecell {
    display: table-cell;
    float: none;
  }
}

@media (min-width: 1280px) {
  .desk-dtable {
    display: table;
  }
  .desk-dtablecell {
    display: table-cell;
    float: none;
  }
}

/* Float */
.fl {
  float: left;
}

.fr {
  float: right;
}

.fn {
  float: none;
}

.inline-col {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-left: 1.2%;
  margin-right: 1.2%;
}

/* Align */
.al {
  text-align: left;
}

.ar {
  text-align: right;
}

.ac {
  text-align: center;
}

/* Center Img */
.ci {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}

@media (max-width: 799px) {
  .phone-ci {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
  }
}

@media (min-width: 800px) and (max-width: 1280px) {
  .pad-ci {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
  }
}

@media (min-width: 1280px) {
  .desk-ci {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
  }
}

/* phone */
@media (max-width: 799px) {
  /* Float */
  .phone-fl {
    float: left;
  }
  .phone-fr {
    float: right;
  }
  .phone-fn {
    float: none;
  }
  .phone-visible {
    display: block;
  }
  .phone-hidden {
    display: none !important;
  }
}

/* pad */
@media (min-width: 800px) {
  .pad-visible {
    display: block;
  }
  .pad-hidden {
    display: none;
  }
  /* Float */
  .pad-fl {
    float: left;
  }
  .pad-fr {
    float: right;
  }
  .pad-fn {
    float: none;
  }
  /* Align */
  .pad-al {
    text-align: left;
  }
  .pad-ar {
    text-align: right;
  }
  .pad-ac {
    text-align: center;
  }
}

/* desk */
@media (min-width: 1280px) {
  .desk-visible {
    display: block;
  }
  .desk-hidden {
    display: none;
  }
  /* Float */
  .desk-fl {
    float: left;
  }
  .desk-fr {
    float: right;
  }
  .desk-fn {
    float: none;
  }
  /* Align */
  .desk-al {
    text-align: left;
  }
  .desk-ar {
    text-align: right;
  }
  .desk-ac {
    text-align: center;
  }
}

/**
 * Swiper 4.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 11, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  width: 100%;
  height: 100%;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev:focus,
.swiper-button-prev:active,
.swiper-button-next:focus,
.swiper-button-next:active {
  outline: 0;
  border: 0;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  width: 100%;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  border: 2px solid white;
  vertical-align: middle;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet:hover {
  background-color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  opacity: 1;
  background: white;
  border-color: white;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*! 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: transparent;
  color: black;
  text-shadow: none;
  border-radius: 0;
}

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

.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(../media/img/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(../media/img/fancybox/fancybox_loading.gif) center center
    no-repeat;
}

.fancybox-type-iframe .fancybox-close {
  top: 20px;
  left: 20px;
  padding: 25px;
  background-color: white;
  -ms-background-size: 25px 25px;
  background-size: 25px 25px;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: 0px;
  width: 25px;
  height: 25px;
  top: -40px;
  left: auto;
  background: transparent url("../media/img/closeBtnWhite.png") center center
    no-repeat;
  -ms-background-size: contain;
  background-size: contain;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../media/img/fancybox/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 17px;
  height: 25px;
  margin-top: -12px;
  cursor: pointer;
  z-index: 8040;
  background-image: url(../media/img/fancybox/arrow2.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.fancybox-prev span {
  left: 10px;
  background-image: url(../media/img/fancybox/arrow2.png);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fancybox-next span {
  right: 10px;
}

.fancybox-prev:hover span {
  left: 20px;
  transition: left 0.25s ease;
  -webkit-transition: left 0.25s ease;
  -moz-transition: left 0.25s ease;
  -ms-transition: left 0.25s ease;
}

.fancybox-next:hover span {
  right: 20px;
  transition: right 0.25s ease;
  -webkit-transition: right 0.25s ease;
  -moz-transition: right 0.25s ease;
  -ms-transition: right 0.25s ease;
}

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

/* Overlay helper */
.fancybox-lock {
  overflow: visible !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: rgba(255, 255, 255, 0.75);
}

.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(../images/fancybox/fancybox_sprite@2x.png);
	background-size: 44px 152px;
*/
  }
  #fancybox-loading div {
    background-image: url(../media/img/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
      scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
      scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

html,
body {
  height: 100%;
}

.body-lock,
body.nav-active,
.body-lock body {
  overflow: hidden;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
}

.body-lock:before,
body.nav-active:before,
.body-lock body:before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.11);
  z-index: 99;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

body {
  overflow-x: hidden;
  padding-top: 70px;
}

@media (min-width: 800px) {
  body {
    padding-top: 100px;
  }
}

body:before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  z-index: 99;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/*--------------------------------------------------------------------------
*
* Header
*
*-------------------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 10px 0;
  background-color: white;
  z-index: 11;
}

@media (min-width: 800px) {
  #header {
    padding: 20px 0;
  }
}

#header .header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .btn-learn-more {
  position: relative;
  display: none;
  margin-left: auto;
}

@media (min-width: 500px) {
  #header .btn-learn-more {
    display: inline-block;
    padding: 8px 12px;
    right: 60px;
  }
}

@media (min-width: 800px) {
  #header .btn-learn-more {
    display: inline-block;
    margin-right: 20px;
    padding: 11px 20px;
    right: 0;
  }
}

@media (min-width: 1280px) {
  #header .btn-learn-more {
    margin-right: 40px;
  }
}

.logo-header {
  background: transparent url("../media/img/meyers-logo-nav.png") no-repeat
    center center;
  background-size: contain;
  display: inline-block;
  width: 150px;
  height: 44px;
  margin-left: 20px;
}

@media (max-width: 799px) {
  .logo-header {
    position: relative;
    top: 3px;
  }
}

@media (min-width: 800px) {
  .logo-header {
    width: 215px;
    height: 60px;
    background-size: contain;
    margin-left: 0;
  }
}

.nav-btn {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 30px;
  z-index: 100;
  opacity: 1;
  visibility: visible;
  z-index: 102;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

.nav-btn:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 800px) {
  .nav-btn {
    top: 25px;
    right: calc(12% - 42px);
  }
}

@media (max-width: 799px) {
  .nav-btn {
    right: 30px;
  }
}

.nav-active .nav-btn {
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

.nav-btn .menu-btn {
  display: block;
  padding-top: 8px;
}

.nav-btn .bar {
  position: relative;
  display: block;
  height: 3px;
  width: 25px;
  margin: 6px auto;
  background-color: #000;
  -webkit-transform-origin: 50%, 50%;
  transform-origin: 50%, 50%;
  -webkit-transition: ease 0.3s all, ease 0.1s opacity;
  transition: ease 0.3s all, ease 0.1s opacity;
}

@media (min-width: 1280px) {
  .nav-btn .bar {
    width: 30px;
  }
}

.nav-active .nav-btn .bar {
  width: 30px;
  height: 3px;
}

.nav-active .nav-btn .bar:nth-child(1) {
  top: 12px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

.nav-active .nav-btn .bar:nth-child(2) {
  opacity: 0;
}

.nav-active .nav-btn .bar:nth-child(3) {
  top: -6px;
  left: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

#nav {
  position: fixed;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 101;
  background-color: white;
  -webkit-box-shadow: -10px -2px 54px rgba(0, 0, 0, 0.2);
  box-shadow: -10px -2px 54px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transform: translate(15%, 0);
  transform: translate(15%, 0);
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease, visibility 0.01s 0.26s,
    -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.01s 0.26s,
    -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.01s 0.26s, transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.01s 0.26s, transform 0.25s ease,
    -webkit-transform 0.25s ease;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

.nav-active #nav {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  -webkit-transition: opacity 0.25s ease, visibility 0.01s,
    -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.01s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.01s, transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.01s, transform 0.25s ease,
    -webkit-transform 0.25s ease;
}

.nav-active #nav #menu-primary-nav li {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.nav-active #nav #menu-primary-nav li:nth-child(0) {
  -webkit-transition: 0.4s 0s all ease;
  transition: 0.4s 0s all ease;
}

.nav-active #nav #menu-primary-nav li:nth-child(1) {
  -webkit-transition: 0.4s 0.05s all ease;
  transition: 0.4s 0.05s all ease;
}

.nav-active #nav #menu-primary-nav li:nth-child(2) {
  -webkit-transition: 0.4s 0.1s all ease;
  transition: 0.4s 0.1s all ease;
}

.nav-active #nav #menu-primary-nav li:nth-child(3) {
  -webkit-transition: 0.4s 0.15s all ease;
  transition: 0.4s 0.15s all ease;
}

.nav-active #nav #menu-primary-nav li:nth-child(4) {
  -webkit-transition: 0.4s 0.2s all ease;
  transition: 0.4s 0.2s all ease;
}

.nav-active #nav #menu-primary-nav li:nth-child(5) {
  -webkit-transition: 0.4s 0.25s all ease;
  transition: 0.4s 0.25s all ease;
}

.nav-active #nav #menu-primary-nav li:nth-child(6) {
  -webkit-transition: 0.4s 0.3s all ease;
  transition: 0.4s 0.3s all ease;
}

.nav-active #nav #menu-primary-nav li:nth-child(7) {
  -webkit-transition: 0.4s 0.35s all ease;
  transition: 0.4s 0.35s all ease;
}

.nav-active #nav #menu-primary-nav li:nth-child(8) {
  -webkit-transition: 0.4s 0.4s all ease;
  transition: 0.4s 0.4s all ease;
}

.nav-active #nav #menu-primary-nav li:nth-child(9) {
  -webkit-transition: 0.4s 0.45s all ease;
  transition: 0.4s 0.45s all ease;
}

.nav-active #nav #menu-primary-nav li:nth-child(10) {
  -webkit-transition: 0.4s 0.5s all ease;
  transition: 0.4s 0.5s all ease;
}

.nav-active #nav #menu-primary-nav li:nth-child(11) {
  -webkit-transition: 0.4s 0.55s all ease;
  transition: 0.4s 0.55s all ease;
}

.nav-active #nav #menu-primary-nav li:nth-child(12) {
  -webkit-transition: 0.4s 0.6s all ease;
  transition: 0.4s 0.6s all ease;
}

#nav > .row,
#nav > .ginput_complex {
  padding: 20px 0 30px;
}

@media (min-width: 800px) {
  #nav > .row,
  #nav > .ginput_complex {
    padding: 30px 0 40px;
  }
}

@media (min-width: 1280px) {
  #nav > .row,
  #nav > .ginput_complex {
    padding: 40px 0 60px;
  }
}

#nav .navbar-nav {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

#nav .navbar-nav:hover a {
  opacity: 0.2;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

#nav .navbar-nav:hover a:hover {
  opacity: 1;
}

#nav .navbar-nav li {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#nav .navbar-nav a {
  color: #000;
  text-decoration: none;
  font-size: 1.5em;
  padding: 16px 0;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  outline: 0;
}

@media (min-width: 1280px) {
  #nav .navbar-nav a {
    font-size: 1.3em;
  }
}

#nav .navbar-nav a:active,
#nav .navbar-nav a:focus {
  outline: 0;
}

#nav .contact-info {
  padding-top: 30px;
}

#nav address {
  font-size: 0.825em;
  font-style: normal;
  margin-bottom: 0;
  color: #757575;
}

@media (min-width: 1280px) {
  #nav address {
    font-size: 0.7em;
  }
}

#nav .contact-phone {
  padding: 0;
  color: #1991eb;
  font-size: 0.825em;
  font-weight: 600;
}

@media (min-width: 1280px) {
  #nav .contact-phone {
    font-size: 0.7em;
  }
}

#nav .btn,
#nav button,
#nav html input[type="button"],
html #nav input[type="button"],
#nav input[type="reset"],
#nav input[type="submit"] {
  margin-top: 20px;
}

/*--------------------------------------------------------------------------
*
* Footer
*
*-------------------------------------------------------------------------*/
#footer {
  background-color: #048cd6;
}

#footer .footer-signup {
  font-family: "FFTisaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  color: white;
  line-height: 1.5em;
  margin-bottom: 20px;
  max-width: 750px;
}

@media (min-width: 800px) {
  #footer .footer-signup {
    font-size: 1.5em;
    padding-right: 20px;
  }
}

@media (min-width: 1280px) {
  #footer .footer-signup {
    padding-right: 30px;
  }
}

#footer .copyright {
  background-color: #2296d5;
  color: white;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 1px;
}

@media (min-width: 800px) {
  #footer .copyright {
    font-size: 11px;
  }
}

@media (min-width: 1280px) {
  #footer .copyright {
    font-size: 12px;
  }
}

#footer .back-to-top {
  margin-top: 20px;
}

@media (min-width: 800px) {
  #footer .back-to-top {
    margin-top: 65px;
  }
}

#footer .social-back-to-top {
  background-color: transparent;
}

@media (min-width: 800px) {
  #footer .social-back-to-top {
    background-color: white;
  }
}

.back-to-top {
  position: relative;
  font-size: 0.8em;
  line-height: 1em;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding-top: 60px;
}

@media (min-width: 800px) {
  .back-to-top {
    padding: 9px 45px 9px 0;
    color: black;
  }
}

@media (min-width: 1280px) {
  .back-to-top {
    font-size: 0.7em;
    line-height: 1em;
  }
}

.back-to-top .circle-arrow,
.back-to-top .posts-pagination-circles a[rel="prev"],
.posts-pagination-circles .back-to-top a[rel="prev"],
.back-to-top .posts-pagination-circles a[rel="next"],
.posts-pagination-circles .back-to-top a[rel="next"] {
  position: absolute;
  left: 50%;
  right: auto;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 45px;
  width: 45px;
}

.back-to-top .circle-arrow:before,
.back-to-top .posts-pagination-circles a[rel="prev"]:before,
.posts-pagination-circles .back-to-top a[rel="prev"]:before,
.back-to-top .posts-pagination-circles a[rel="next"]:before,
.posts-pagination-circles .back-to-top a[rel="next"]:before {
  font-size: 2.5em;
  margin-left: -2px;
}

@media (min-width: 800px) {
  .back-to-top .circle-arrow,
  .back-to-top .posts-pagination-circles a[rel="prev"],
  .posts-pagination-circles .back-to-top a[rel="prev"],
  .back-to-top .posts-pagination-circles a[rel="next"],
  .posts-pagination-circles .back-to-top a[rel="next"] {
    left: auto;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .back-to-top .circle-arrow:before,
  .back-to-top .posts-pagination-circles a[rel="prev"]:before,
  .posts-pagination-circles .back-to-top a[rel="prev"]:before,
  .back-to-top .posts-pagination-circles a[rel="next"]:before,
  .posts-pagination-circles .back-to-top a[rel="next"]:before {
    font-size: 1.5em;
    margin-left: -2px;
  }
}

.circle-arrow,
.posts-pagination-circles a[rel="prev"],
.posts-pagination-circles a[rel="next"] {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: white;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
  border-radius: 50%;
  position: relative;
}

.circle-arrow:before,
.posts-pagination-circles a[rel="prev"]:before,
.posts-pagination-circles a[rel="next"]:before {
  content: "›";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  color: #048cd6;
  font-size: 1.5em;
  display: block;
  margin-top: 0px;
  margin-left: -1px;
  line-height: 0.45em;
}

@media (min-width: 1280px) {
  .circle-arrow:before,
  .posts-pagination-circles a[rel="prev"]:before,
  .posts-pagination-circles a[rel="next"]:before {
    margin-left: -2px;
  }
}

.social-links {
  display: block;
  margin-top: 20px;
}

.social-links a {
  color: #048cd6;
  padding: 10px;
  display: inline-block;
}

@media (min-width: 1280px) {
  .social-links a {
    padding: 15px;
  }
}

.social-links a:hover {
  color: #0d5891;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

/*--------------------------------------------------------------------------
*
* Header Vertical Bar
*
*-------------------------------------------------------------------------*/
.header-vertical-bar {
  position: relative;
}

.header-vertical-bar h1 {
  color: #000;
  font-weight: 400;
  font-size: 2.25em;
  line-height: 1.1em;
}

@media (min-width: 800px) {
  .header-vertical-bar h1 {
    font-size: 2.5em;
  }
}

@media (min-width: 1280px) {
  .header-vertical-bar h1 {
    font-size: 2.75em;
  }
}

.header-vertical-bar h1 p {
  font-weight: inherit;
  margin: 0;
  line-height: inherit;
}

.header-vertical-bar h3 {
  margin-top: 0;
  font-family: "FFTisaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header-vertical-bar p {
  font-weight: 300;
}

#typed-strings {
  display: none;
}

.title-bar {
  min-height: 90px;
  border-left: 6px solid #1991eb;
  padding-left: calc(7.1666% - 6px);
  display: table;
}

@media (min-width: 800px) {
  .title-bar {
    min-height: 100px;
    padding-top: 8px;
    border-left: 8px solid #1991eb;
  }
}

@media (min-width: 1280px) {
  .title-bar {
    min-height: 115px;
    padding-top: 10px;
    padding-left: calc(8.1666% - 8px);
  }
}

.page-template-page-home .title-bar {
  min-height: 118px;
}

@media (min-width: 800px) {
  .page-template-page-home .title-bar {
    min-height: 126px;
  }
}

@media (min-width: 1280px) {
  .page-template-page-home .title-bar {
    min-height: 170px;
  }
}

.page-template-page-home .title-bar h1 {
  vertical-align: top;
  line-height: 1.35em;
  font-size: 2.5em;
}

@media (min-width: 800px) {
  .page-template-page-home .title-bar h1 {
    font-size: 2.75em;
  }
}

@media (min-width: 1280px) {
  .page-template-page-home .title-bar h1 {
    font-size: 3em;
  }
}

.tax-market .title-bar {
  min-height: 90px;
}

.tax-market .title-bar h1 {
  vertical-align: middle;
  padding-top: 8px;
}

@media (min-width: 1280px) {
  .tax-market .title-bar h1 {
    padding-top: 5px;
  }
}

@media (min-width: 800px) {
  .tax-market .title-bar {
    min-height: 100px;
  }
}

@media (min-width: 1280px) {
  .tax-market .title-bar {
    min-height: 110px;
  }
}

.title-bar h1 {
  position: relative;
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}

/*--------------------------------------------------------------------------
*
* Header Background Panel
*
*-------------------------------------------------------------------------*/
.header-background-panel {
  position: relative;
  background-color: #b0b0b1;
}

.header-background-panel:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.header-background-panel .row,
.header-background-panel .ginput_complex {
  position: relative;
  z-index: 2;
}

.header-background-panel h1 {
  color: white;
  font-size: 2.5em;
  font-weight: 400;
}

@media (min-width: 800px) {
  .header-background-panel h1 {
    font-size: 2.75em;
  }
}

@media (min-width: 1280px) {
  .header-background-panel h1 {
    font-size: 3em;
  }
}

.header-background-panel h4 {
  margin-top: 0;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 600;
}

@media (min-width: 800px) {
  .header-background-panel h4 {
    font-size: 1.2em;
  }
}

@media (min-width: 1280px) {
  .header-background-panel h4 {
    font-size: 1.1em;
  }
}

.header-background-panel h6 {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 0.85em;
  margin-top: 25px;
  margin-bottom: 5px;
}

@media (min-width: 1280px) {
  .header-background-panel h6 {
    font-size: 0.7em;
  }
}

.header-background-panel p {
  color: #e0e0e0;
  font-size: 0.95em;
  line-height: 1.5em;
}

@media (min-width: 1280px) {
  .header-background-panel p {
    font-size: 0.75em;
  }
}

.header-background-panel .title-bar {
  border-color: white;
}

.header-background-panel .text-link {
  color: white;
  position: relative;
  top: -50px;
  left: 20px;
}

@media (min-width: 800px) {
  .header-background-panel .text-link {
    top: -70px;
    left: 40px;
  }
}

@media (min-width: 1280px) {
  .header-background-panel .text-link {
    left: 45px;
  }
}

/*--------------------------------------------------------------------------
*
* Swiper - Case Studies
*
*-------------------------------------------------------------------------*/
.swiper-case-studies {
  height: 100%;
}

@media (min-width: 800px) {
  .swiper-case-studies {
    height: 500px;
  }
}

@media (min-width: 1280px) {
  .swiper-case-studies {
    height: 700px;
  }
}

.swiper-case-studies h2 {
  font-size: 2em;
}

.swiper-case-studies h5 {
  margin-bottom: 1em;
  font-weight: 800;
}

.swiper-case-studies .phone-only {
  display: block;
  position: relative;
}

@media (min-width: 800px) {
  .swiper-case-studies .phone-only {
    display: none;
  }
}

.swiper-case-studies .case-study-box {
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
  width: 100%;
  float: left;
}

@media (min-width: 800px) {
  .swiper-case-studies .case-study-box {
    width: 420px;
  }
}

@media (min-width: 1280px) {
  .swiper-case-studies .case-study-box {
    width: 500px;
  }
}

.swiper-case-studies .case-study-box > .row,
.swiper-case-studies .case-study-box > .ginput_complex {
  width: 87.5%;
  margin: 0 auto;
}

@media (min-width: 800px) {
  .swiper-case-studies .case-study-box > .row,
  .swiper-case-studies .case-study-box > .ginput_complex {
    width: 80%;
  }
}

@media (min-width: 1280px) {
  .swiper-case-studies .case-study-box > .row,
  .swiper-case-studies .case-study-box > .ginput_complex {
    width: 77%;
  }
}

.swiper-case-studies .swiper-slide.swiper-slide-active {
  z-index: 1;
}

.swiper-case-studies .swiper-slide.swiper-slide-active:before {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 799px) {
  .swiper-case-studies .swiper-slide.swiper-slide-active:before {
    background-color: white !important;
    opacity: 1 !important;
    z-index: 0 !important;
  }
}

.swiper-case-studies .swiper-slide.swiper-slide-active .case-study-box {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.swiper-case-studies .swiper-slide {
  width: 100% !important;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  padding: 0 0 50px;
}

@media (min-width: 800px) {
  .swiper-case-studies .swiper-slide {
    width: 100% !important;
    padding-top: 60px;
    padding-bottom: 60px;
    height: auto;
  }
}

.swiper-case-studies .swiper-slide:before {
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 101%;
  z-index: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 799px) {
  .swiper-case-studies .swiper-slide:before {
    background-color: white !important;
    opacity: 1 !important;
    z-index: 0 !important;
  }
}

@media (max-width: 799px) {
  .swiper-case-studies .swiper-slide .phone-position {
    margin-top: 0%;
    position: relative;
  }
}

.swiper-case-studies .swiper-slide:last-of-type {
  width: 100% !important;
}

.swiper-pagination-container {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}

@media (max-width: 799px) {
  .swiper-pagination-container {
    display: none;
  }
}

@media (min-width: 800px) {
  .swiper-pagination-container {
    bottom: 50px;
  }
}

@media (min-width: 1280px) {
  .swiper-pagination-container {
    bottom: 60px;
  }
}

.swiper-button-next:hover
  + .swiper-wrapper
  .swiper-slide-active
  + .swiper-slide:before {
  opacity: 0.5;
}

.swiper-button-styling.swiper-button-next,
.swiper-button-styling.swiper-button-prev {
  top: 40px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (min-width: 800px) {
  .swiper-button-styling.swiper-button-next,
  .swiper-button-styling.swiper-button-prev {
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
    font-weight: 600;
    width: 15%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    background: transparent !important;
    text-align: center;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  .swiper-button-styling.swiper-button-next span,
  .swiper-button-styling.swiper-button-prev span {
    position: absolute;
    padding: 20px 0;
    bottom: 0;
    width: 100%;
    left: 0;
  }
}

@media (max-width: 799px) {
  .swiper-button-styling.swiper-button-next,
  .swiper-button-styling.swiper-button-prev {
    background-image: none !important;
    right: 20px;
    z-index: 100;
  }
}

@media (max-width: 799px) {
  .swiper-button-styling.swiper-button-next span,
  .swiper-button-styling.swiper-button-prev span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    text-indent: -9999px;
    overflow: hidden;
    width: 40px;
    height: 40px;
  }
  .swiper-button-styling.swiper-button-next span:before,
  .swiper-button-styling.swiper-button-prev span:before {
    content: "›";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    color: #048cd6;
    font-size: 1.5em;
    display: block;
    margin-top: 0;
    margin-left: -1px;
    line-height: 0.45em;
    margin-left: 0;
    margin-top: -2px;
    text-indent: 0;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@media (max-width: 799px) {
  .swiper-button-styling.swiper-button-prev span:before {
    content: "‹";
  }
}

@media (max-width: 799px) {
  .swiper-pagination-button-container {
    pointer-events: none;
    top: 0;
    width: 100%;
    position: absolute;
    height: 0;
    padding-bottom: 50%;
  }
  .swiper-pagination-button-container .swiper-button-styling.swiper-button-next,
  .swiper-pagination-button-container
    .swiper-button-styling.swiper-button-prev {
    top: 50%;
    pointer-events: initial;
  }
}

.posts-pagination-circles-center-image {
  pointer-events: none;
  top: 0;
  width: 100%;
  position: absolute;
  height: 0;
  padding-bottom: 69%;
}

@media (min-width: 800px) {
  .posts-pagination-circles-center-image {
    padding-bottom: 19%;
  }
}

@media (min-width: 1280px) {
  .posts-pagination-circles-center-image {
    padding-bottom: 17%;
  }
}

.posts-pagination-circles-center-image a[rel="next"],
.posts-pagination-circles-center-image a[rel="prev"] {
  top: 50% !important;
  pointer-events: initial;
}

.swiper-button-styling-circle.swiper-button-styling.swiper-button-next,
.swiper-button-styling-circle.swiper-button-styling.swiper-button-prev {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background-image: none !important;
  right: 0px;
  width: 42px;
  z-index: 100;
}

@media (min-width: 800px) {
  .swiper-button-styling-circle.swiper-button-styling.swiper-button-next,
  .swiper-button-styling-circle.swiper-button-styling.swiper-button-prev {
    right: 15px;
  }
}

@media (min-width: 1280px) {
  .swiper-button-styling-circle.swiper-button-styling.swiper-button-next,
  .swiper-button-styling-circle.swiper-button-styling.swiper-button-prev {
    right: 30px;
    width: 50px;
  }
}

.swiper-button-styling-circle.swiper-button-styling.swiper-button-next:hover
  span,
.swiper-button-styling-circle.swiper-button-styling.swiper-button-prev:hover
  span {
  background-color: #eee;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.swiper-button-styling-circle.swiper-button-styling.swiper-button-next span,
.swiper-button-styling-circle.swiper-button-styling.swiper-button-prev span {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: absolute;
  top: 50%;
  text-indent: -9999px;
  overflow: hidden;
  width: 40px;
  height: 40px;
}

@media (min-width: 1280px) {
  .swiper-button-styling-circle.swiper-button-styling.swiper-button-next span,
  .swiper-button-styling-circle.swiper-button-styling.swiper-button-prev span {
    width: 50px;
    height: 50px;
  }
}

.swiper-button-styling-circle.swiper-button-styling.swiper-button-next
  span:before,
.swiper-button-styling-circle.swiper-button-styling.swiper-button-prev
  span:before {
  content: "›";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  color: #048cd6;
  font-size: 1.5em;
  display: block;
  margin-top: 0;
  margin-left: -1px;
  line-height: 0.45em;
  margin-left: 0;
  margin-top: -2px;
  text-indent: 0;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

@media (min-width: 800px) {
  .swiper-button-styling-circle.swiper-button-styling.swiper-button-next
    span:before,
  .swiper-button-styling-circle.swiper-button-styling.swiper-button-prev
    span:before {
    font-size: 2em;
  }
}

@media (min-width: 1280px) {
  .swiper-button-styling-circle.swiper-button-styling.swiper-button-next
    span:before,
  .swiper-button-styling-circle.swiper-button-styling.swiper-button-prev
    span:before {
    font-size: 3em;
    margin-left: 1px;
    margin-top: -3px;
  }
}

@media (min-width: 800px) {
  .swiper-button-styling-circle.swiper-button-styling.swiper-button-prev {
    right: auto;
    left: 15px;
  }
}

@media (min-width: 1280px) {
  .swiper-button-styling-circle.swiper-button-styling.swiper-button-prev {
    right: auto;
    left: 30px;
  }
}

.swiper-button-styling-circle.swiper-button-styling.swiper-button-prev
  span:before {
  content: "‹";
}

/*--------------------------------------------------------------------------
*
* Swiper - CTA Cards
*
*-------------------------------------------------------------------------*/
.swiper-cta-cards .card {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.swiper-cta-cards .card-header {
  padding: 0 10px;
}

.swiper-cta-cards .swiper-slide-active .card {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.swiper-cta-cards .swiper-slide {
  width: 80%;
  padding: 0 10px;
}

@media (min-width: 700px) {
  .swiper-cta-cards .swiper-slide {
    width: 60%;
    padding: 0 20px;
  }
}

@media (min-width: 800px) {
  .swiper-cta-cards .swiper-slide {
    width: 50%;
    padding: 0;
  }
}

@media (min-width: 1280px) {
  .swiper-cta-cards .swiper-slide {
    width: 38%;
  }
}

/*--------------------------------------------------------------------------
*
* Swiper - Coverflow
*
*-------------------------------------------------------------------------*/
.swiper-coverflow .swiper-button-styling {
  width: 10%;
}

@media (max-width: 799px) {
  .swiper-coverflow .swiper-button-styling {
    line-height: 1.25em;
  }
}

@media (min-width: 800px) {
  .swiper-coverflow .swiper-button-styling {
    width: 15%;
  }
}

@media (min-width: 1280px) {
  .swiper-coverflow .swiper-button-styling {
    width: 15%;
  }
}

.swiper-coverflow .swiper-button-styling span {
  bottom: 10px;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

@media (min-width: 800px) {
  .swiper-coverflow .swiper-button-styling span {
    bottom: 20px;
  }
}

.swiper-coverflow .swiper-button-styling:hover span {
  opacity: 0.75;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.swiper-coverflow
  .swiper-button-styling.swiper-button-next
  .fa-long-arrow-alt-right {
  position: relative;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
  left: 0;
}

.swiper-coverflow
  .swiper-button-styling.swiper-button-next:hover
  .fa-long-arrow-alt-right {
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
  left: 3px;
}

.swiper-coverflow
  .swiper-button-styling.swiper-button-prev
  .fa-long-arrow-alt-left {
  position: relative;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
  right: 0;
}

.swiper-coverflow
  .swiper-button-styling.swiper-button-prev:hover
  .fa-long-arrow-alt-left {
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
  right: 3px;
}

.swiper-coverflow .swiper-slide {
  width: 80%;
  height: 0;
  padding-bottom: 54%;
}

@media (min-width: 800px) {
  .swiper-coverflow .swiper-slide {
    width: 70%;
    padding-bottom: 44%;
  }
}

@media (min-width: 1280px) {
  .swiper-coverflow .swiper-slide {
    width: 70%;
    padding-bottom: 42%;
  }
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.7)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.7)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0)
  );
}

/*--------------------------------------------------------------------------
*
* Swiper - Product Features
*
*-------------------------------------------------------------------------*/
@media (max-width: 799px) {
  .swiper-product-features .vertical-center {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: 40px;
  }
}

.swiper-product-features .swiper-slide {
  height: auto;
}

@media (max-width: 799px) {
  .swiper-product-features .swiper-slide {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.swiper-product-features .swiper-pagination-container {
  bottom: auto;
  top: 0;
  z-index: 2;
}

.swiper-product-features .swiper-pagination-container .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

@media (max-width: 799px) {
  .swiper-product-features .swiper-pagination-container .swiper-pagination {
    overflow-x: scroll;
  }
}

.swiper-product-features
  .swiper-pagination-container
  .swiper-pagination-bullet {
  border: 0;
  background: transparent;
  height: auto;
  width: auto;
  border-radius: 0;
  padding: 15px 20px;
  margin: auto !important;
  text-transform: uppercase;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: 600;
  opacity: 0.25;
  text-align: center;
  outline: 0;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  line-height: 1.25em;
}

.swiper-product-features
  .swiper-pagination-container
  .swiper-pagination-bullet:hover {
  opacity: 0.5;
}

.swiper-product-features
  .swiper-pagination-container
  .swiper-pagination-bullet:focus,
.swiper-product-features
  .swiper-pagination-container
  .swiper-pagination-bullet:active {
  outline: 0;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.swiper-product-features
  .swiper-pagination-container
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/*--------------------------------------------------------------------------
*
* Swiper - Content Types (people)
*
*-------------------------------------------------------------------------*/
.has-swiper {
  position: relative;
}

.has-swiper .posts-pagination-circles a {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

.has-swiper .posts-pagination-circles .swiper-button-disabled {
  opacity: 0;
  cursor: auto;
}

.has-swiper .posts-pagination-circles a[rel="prev"] {
  left: 6%;
  z-index: 100;
}

.has-swiper .posts-pagination-circles a[rel="next"] {
  right: calc(6% - 40px);
  z-index: 100;
}

.swiper-content-types {
  padding-bottom: 40px;
}

.swiper-content-types.swiper-content-types-spacing .swiper-wrapper {
  padding-bottom: 80px;
}

.swiper-content-types .swiper-pagination-container {
  bottom: 30px;
}

.swiper-content-types .card-person.card-spaced {
  margin-right: 6.5%;
}

@media (min-width: 800px) {
  .swiper-content-types .card-person.card-spaced {
    margin-left: 7.8%;
    margin-right: 7.8%;
  }
}

.slider-feed-people .h4 {
  font-family: "FFTisaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

/*--------------------------------------------------------------------------
*
* Horizontal Mission Statement
*
*-------------------------------------------------------------------------*/
.horizontal-mission-statement h2 {
  margin-top: -5px;
  color: #757575;
  font-size: 1.4em;
  line-height: 1.7em;
}

@media (min-width: 800px) {
  .horizontal-mission-statement h2 {
    font-size: 1.8em;
  }
}

@media (min-width: 1280px) {
  .horizontal-mission-statement h2 {
    font-size: 1.5em;
  }
}

.horizontal-mission-statement h5 {
  margin-top: 0;
  font-weight: 800;
}

/*--------------------------------------------------------------------------
*
* Single Quote
*
*-------------------------------------------------------------------------*/
.single-quote h4 {
  line-height: 1.35em;
}

.single-quote p {
  font-weight: 600;
}

/*--------------------------------------------------------------------------
*
* Employee Quote Feature
*
*-------------------------------------------------------------------------*/
.employee-image {
  position: relative;
  padding-bottom: 72%;
  -webkit-box-shadow: 0 32px 31px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 32px 31px -1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 800px) {
  .employee-image {
    padding-bottom: 45%;
    -webkit-box-shadow: 0 62px 61px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 62px 61px -1px rgba(0, 0, 0, 0.1);
  }
}

.employee-quote-feature .employee-name {
  font-size: 1em;
  color: #000;
}

.employee-quote-feature .employee-title {
  color: #9d9d9d;
  font-size: 0.8em;
  line-height: 1.5em;
}

.employee-quote-feature blockquote {
  font-style: normal;
}

@media (min-width: 1280px) {
  .employee-quote-feature blockquote {
    margin-top: 3.5em;
  }
}

.employee-quote-feature blockquote p {
  position: relative;
  font-family: "FFTisaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.4em;
  letter-spacing: 0.005em;
  margin-bottom: 30px;
}

@media (min-width: 800px) {
  .employee-quote-feature blockquote p {
    font-size: 2em;
    line-height: 1.45em;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1280px) {
  .employee-quote-feature blockquote p {
    font-size: 1.8em;
    line-height: 1.6em;
  }
}

.employee-quote-feature blockquote p:before,
.employee-quote-feature blockquote p:after {
  content: "";
  width: 50px;
  height: 41px;
  display: inline-block;
  background: transparent url("../media/img/misc/quote.png") no-repeat;
  position: absolute;
  top: -14px;
  left: -10px;
  background-size: 50px auto;
}

@media (min-width: 800px) {
  .employee-quote-feature blockquote p:before,
  .employee-quote-feature blockquote p:after {
    width: 95px;
    height: 76px;
    top: -30px;
    left: -70px;
    background-size: 95px 76px;
  }
}

.employee-quote-feature blockquote p:after {
  top: auto;
  left: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: -10px;
  right: -10px;
}

@media (min-width: 800px) {
  .employee-quote-feature blockquote p:after {
    right: -50px;
  }
}

/*--------------------------------------------------------------------------
*
* Markets Panel Feature
*
*-------------------------------------------------------------------------*/
.markets-panel-feature .markets-image {
  position: relative;
  background-size: 80% auto;
  background-position: top right;
}

@media (min-width: 800px) {
  .markets-panel-feature .markets-image {
    height: 0;
    padding-bottom: 54%;
    background-size: cover;
    background-position: center right;
  }
}

@media (max-width: 799px) {
  .markets-panel-feature h2 {
    background-image: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(255, 255, 255, 0)),
        to(white)
      ),
      url(/wp-content/themes/meyers/assets/media/img/home/us-map-particles.png);
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), white),
      url(/wp-content/themes/meyers/assets/media/img/home/us-map-particles.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    padding: 100px 0;
    margin: -100px 0 0 0;
  }
}

/*--------------------------------------------------------------------------
*
* Company Panel Feature
*
*-------------------------------------------------------------------------*/
.company-panel-feature .company-image {
  position: relative;
  height: 0;
  padding-bottom: 75%;
}

@media (min-width: 800px) {
  .company-panel-feature .company-image {
    padding-bottom: 45%;
  }
}

.company-panel-feature .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------------------
*
* Title Content Split Repeater
*
*-------------------------------------------------------------------------*/
.title-content-split-repeater h4 {
  margin-top: 5px;
  font-size: 1.4em;
}

@media (min-width: 800px) {
  .title-content-split-repeater h4 {
    font-size: 1.3em;
  }
}

@media (min-width: 1280px) {
  .title-content-split-repeater h4 {
    font-size: 1.3em;
  }
}

/*--------------------------------------------------------------------------
*
* Flexible Panel Full Background
*
*-------------------------------------------------------------------------*/
.flexible-panel-full-background .flexible-image {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.flexible-panel-full-background .flexible-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 101%;
  z-index: 0;
  background-color: white;
  display: block;
}

@media (min-width: 800px) {
  .flexible-panel-full-background .flexible-image {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .flexible-panel-full-background .flexible-image:before {
    display: none;
  }
}

.flexible-panel-full-background .phone-only {
  position: relative;
  z-index: 0;
}

@media (min-width: 1280px) {
  .flexible-panel-full-background h2 {
    margin-top: 0.5em;
    margin-bottom: 0.4em;
  }
}

.flexible-panel-full-background h5 {
  margin-bottom: 1em;
  font-weight: 800;
}

@media (min-width: 1280px) {
  .flexible-panel-full-background p {
    width: 90%;
  }
}

.flexible-panel-full-background .case-study-box {
  position: relative;
  z-index: 1;
}

/*--------------------------------------------------------------------------
*
* Flexible Content Section
*
*-------------------------------------------------------------------------*/
.flexible-content-section .flexible-content-image {
  margin-bottom: 30px;
}

@media (min-width: 800px) {
  .flexible-content-section .flexible-content-image {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.flexible-content-section .flexible-content-image .img {
  width: 100%;
}

@media (max-width: 799px) {
  .flexible-content-section
    .flexible-content-image.flexible-content-image-borderless {
    margin-left: -5% !important;
  }
  .flexible-content-section
    .flexible-content-image.flexible-content-image-borderless.fr {
    margin-left: auto !important;
    margin-right: -5% !important;
  }
}

@media (min-width: 800px) {
  .flexible-content-section
    .flexible-content-image.flexible-content-image-borderless {
    width: 55%;
    margin-left: -10%;
    margin-right: -5%;
  }
  .flexible-content-section
    .flexible-content-image.flexible-content-image-borderless.fr {
    margin-left: -5%;
    margin-right: -10%;
  }
}

@media (min-width: 800px) {
  .flexible-content-section .flexible-content-image img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

/*--------------------------------------------------------------------------
*
* Perk Switch Section
*
*-------------------------------------------------------------------------*/
.perk-switch-section .title {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #000;
  font-family: "FFTisaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  margin: 0;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

@media (min-width: 800px) {
  .perk-switch-section .title {
    opacity: 0.5;
    font-size: 1.35em;
  }
}

.perk-switch-section .title:hover,
.perk-switch-section .title.active {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.perk-switch-section .perk-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.perk-switch-section .perk-content.active {
  max-height: 500px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/*--------------------------------------------------------------------------
*
* Event - Single
*
*-------------------------------------------------------------------------*/
.header-event h4 {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 600;
}

.agenda-block-title {
  font-size: 1.2em;
  font-family: "FFTisaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.3em;
}

.event-block {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.event-block:hover {
  -webkit-box-shadow: 0 32px 31px -30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 32px 31px -30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (min-width: 800px) {
  .event-block:hover {
    -webkit-box-shadow: 0 62px 61px -30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 62px 61px -30px rgba(0, 0, 0, 0.1);
  }
}

.event-agenda .swiper-pagination-container {
  bottom: 0;
}

@media (max-width: 799px) {
  .event-agenda .swiper-pagination-container {
    display: block;
  }
}

@media (min-width: 800px) {
  .event-agenda .swiper-pagination-container {
    bottom: 60px;
  }
}

.event-agenda .swiper-pagination {
  position: relative;
  width: auto;
  float: right;
  margin-right: -10px;
}

.event-agenda .swiper-pagination-bullet {
  border: 0;
  background: transparent;
  height: auto;
  width: auto;
  border-radius: 0;
  padding: 5px 10px;
  margin: auto !important;
  text-transform: uppercase;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: 600;
  opacity: 0.25;
  text-align: center;
  outline: 0;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.event-agenda .swiper-pagination-bullet:focus,
.event-agenda .swiper-pagination-bullet:active {
  outline: 0;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.event-agenda .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-agenda {
  padding-bottom: 90px;
}

.swiper-agenda .swiper-button-next-long.swiper-button-next {
  bottom: 20px;
}

.swiper-button-next-long.swiper-button-next {
  top: auto;
  bottom: 70px;
  left: 50%;
  width: auto;
  height: auto;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: 600;
  opacity: 0.25;
  text-align: center;
  text-transform: uppercase;
  background: transparent none;
  opacity: 1;
  color: #000;
}

.swiper-button-next-long.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
}

.swiper-button-next-long.swiper-button-next span {
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(14px);
  transform: translateY(14px);
  margin-left: 20px;
}

.swiper-button-next-long.swiper-button-next span:before {
  margin-left: 0;
  margin-top: 0px;
  text-indent: 0;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

/*--------------------------------------------------------------------------
*
* Feed Events New
*
*-------------------------------------------------------------------------*/
@media (min-width: 800px) {
  .row-adjust-spaced {
    margin-left: -2.75%;
    margin-right: -2.75%;
  }
  .row-adjust-spaced .filter-spaced {
    margin-left: 7.8%;
    margin-right: 7.8%;
  }
}

@media (min-width: 800px) {
  .row-adjust-spaced-25p {
    margin-left: -2%;
    margin-right: -2%;
  }
  .row-adjust-spaced-25p .filter-spaced {
    margin-left: 7.8%;
    margin-right: 7.8%;
  }
}

@media (min-width: 800px) {
  .flex-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    margin: 0 -10px;
  }
  .flex-filters .col-filter {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px;
  }
}

.header-feed {
  position: relative;
}

.header-feed .h1 {
  margin: 0;
  margin-top: -10px;
  margin-bottom: 10px;
  line-height: 1em;
}

@media (min-width: 800px) {
  .header-feed .h1 {
    margin-top: 0;
  }
}

.header-feed .align-button-right {
  float: left;
  position: absolute;
  width: 91.66667%;
  bottom: 10px;
  margin: 0 auto;
}

@media (min-width: 800px) {
  .header-feed .align-button-right {
    position: relative;
    width: auto;
    bottom: 0;
    float: right;
    margin-top: 10px;
  }
}

@media (min-width: 1280px) {
  .header-feed .align-button-right {
    margin-top: 15px;
  }
}

.event-agenda .header-feed .align-button-right {
  width: 100%;
}

@media (min-width: 800px) {
  .event-agenda .header-feed .align-button-right {
    position: initial;
    margin-top: 0;
  }
}

.feed-events-new .h2 {
  font-size: 1.5em;
}

@media (min-width: 800px) {
  .feed-events-new .h2 {
    font-size: 1.6em;
  }
}

.feed-events-new h5 {
  font-weight: 600;
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .feed-events-new h5 {
    margin-bottom: 20px;
    font-size: 0.9em;
  }
}

@media (min-width: 1280px) {
  .feed-events-new h5 {
    font-size: 0.8em;
  }
}

.feed-events-new hr {
  margin: 10px 0;
  width: 35px;
  border-top: 0;
  border-color: #048cd6;
  outline: 0;
  background: none;
  color: transparent;
}

@media (min-width: 800px) {
  .feed-events-new hr {
    margin: 18px 0 28px;
  }
}

.feed-events-new .location {
  display: block;
  line-height: 1.25em;
}

@media (max-width: 799px) {
  .feed-events-new .location {
    font-size: 90%;
    margin-bottom: 20px;
  }
}

.feed-events-new .icon {
  margin-right: 5px !important;
}

.feed-events-new article {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.feed-events-new article:hover {
  -webkit-box-shadow: 0 32px 31px -30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 32px 31px -30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (min-width: 800px) {
  .feed-events-new article:hover {
    -webkit-box-shadow: 0 62px 61px -30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 62px 61px -30px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 799px) {
  .feed-events-new article .btn,
  .feed-events-new article button,
  .feed-events-new article html input[type="button"],
  html .feed-events-new article input[type="button"],
  .feed-events-new article input[type="reset"],
  .feed-events-new article input[type="submit"] {
    margin-top: 40px;
  }
}

.post-type-archive-event .feed-events-new .padding-bottom-120 {
  padding-bottom: 40px;
}

@media (min-width: 800px) {
  .post-type-archive-event .feed-events-new .padding-bottom-120 {
    padding-bottom: 80px;
  }
}

.post-type-archive-event .feed-card-grid {
  padding-top: 30px;
}

@media (min-width: 800px) {
  .post-type-archive-event .feed-card-grid {
    padding-top: 40px;
  }
}

.location .icon {
  margin-right: 3px;
}

.location a {
  color: #000;
}

.block-link {
  display: block;
  color: #000;
}

.block-link:hover {
  color: #000;
}

/*--------------------------------------------------------------------------
*
* Feed Card Slider
*
*-------------------------------------------------------------------------*/
@media (min-width: 800px) {
  .row-card-spaced {
    margin-left: -2.75%;
    margin-right: -2.75%;
    width: auto;
  }
  .row-card-spaced.pad-row-card-spaced-50p {
    margin-left: -4.25%;
    margin-right: -4.25%;
  }
}

.row-card-spaced .col-22 {
  width: 100% !important;
}

@media (min-width: 800px) {
  .row-card-spaced .pad-col-33p {
    width: 33.3% !important;
  }
  .row-card-spaced .pad-col-50p {
    width: 50% !important;
  }
}

@media (min-width: 1280px) {
  .row-card-spaced .desk-col-33p {
    width: 33.3% !important;
  }
  .row-card-spaced .desk-col-25p {
    width: 25% !important;
  }
  .row-card-spaced.desk-row-card-spaced-25p {
    margin-left: -2%;
    margin-right: -2%;
  }
}

.card-grid .card {
  margin-bottom: 30px;
}

.card {
  position: relative;
  display: block;
  height: 100%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-bottom: 30px;
  color: #000;
  text-decoration: none;
}

@media (min-width: 800px) {
  .card {
    margin-bottom: 0;
  }
}

.card:hover .category {
  color: #048cd6;
}

.card.card-event:hover {
  color: #000;
}

.card.card-box-shadow {
  background-color: white;
  -webkit-box-shadow: 0 13px 41px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 13px 41px -2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.card.card-box-shadow .card-title {
  font-size: 1.25em;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}

.card.card-hover {
  background-color: transparent;
}

.card.card-hover:hover {
  background-color: white;
  -webkit-box-shadow: 0 23px 31px -7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 23px 31px -7px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (min-width: 800px) {
  .card.card-spaced {
    margin-left: 7.8%;
    margin-right: 7.8%;
  }
}

.card.card-slide {
  position: relative;
}

.no-touch .card.card-slide:hover .card-hover {
  background-color: white;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.no-touch .card.card-slide:hover .card-front {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.no-touch .card.card-slide:hover .card-back {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.no-touch .card.card-slide:hover .card-front,
.no-touch .card.card-slide:hover .card-back {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.no-touch .card.card-slide:hover .card-content {
  -webkit-box-shadow: 0 23px 31px -7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 23px 31px -7px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.card.card-slide .card-content {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.card.card-slide .card-front,
.card.card-slide .card-back {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.card.card-slide .card-back {
  position: absolute;
  top: 100%;
  height: 100%;
  display: block;
}

.card.card-slide .card-back .card-title {
  margin-top: 0;
}

.card.card-slide .card-back .card-header p {
  margin-bottom: 20px;
}

.card.card-slide .card-back .card-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.card.card-slide .list-contact {
  position: relative;
  z-index: 1;
}

.card.card-slide .list-contact a {
  color: #048cd6;
  font-size: 1.25em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card.card-slide .list-contact a:hover {
  color: #024a72;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card.card-slide .card-title {
  font-size: 1.5em;
}

@media (min-width: 1280px) {
  .card.card-slide .card-title {
    font-size: 1.6em;
  }
}

.card.card-slide p {
  font-size: 0.9em;
  line-height: 1.5em;
  color: #9d9d9d;
  margin-bottom: 0;
  padding: 0 5px;
  font-weight: 400;
}

@media (min-width: 800px) {
  .card.card-slide p {
    font-size: 0.75em;
  }
}

@media (min-width: 1400px) {
  .card.card-slide p {
    font-size: 0.8em;
  }
}

.card.card-slide hr {
  margin: 0 auto;
}

.card.card-flip {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.card.card-flip .card-content {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}

.card.card-flip:hover .card-content {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.card.card-flip:hover .card-hover {
  background-color: white;
  -webkit-box-shadow: 0 23px 31px -7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 23px 31px -7px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.card.card-flip .card-front,
.card.card-flip .card-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card.card-flip .card-front {
  position: relative;
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.card.card-flip .card-back {
  display: block;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.card.card-flip .card-back .card-title {
  margin-top: 0;
}

.card.card-flip .card-back .card-header p {
  margin-bottom: 20px;
}

.card.card-flip .card-back .card-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.card.card-flip .list-contact {
  position: relative;
  z-index: 1;
}

.card.card-flip .list-contact a {
  color: #048cd6;
  font-size: 1.25em;
}

.card.card-flip .card-title {
  font-size: 1.5em;
}

@media (min-width: 1280px) {
  .card.card-flip .card-title {
    font-size: 1.6em;
  }
}

.card.card-flip p {
  font-size: 0.9em;
  line-height: 1.5em;
  color: #9d9d9d;
  margin-bottom: 0;
  padding: 0 5px;
}

@media (min-width: 800px) {
  .card.card-flip p {
    font-size: 0.75em;
  }
}

@media (min-width: 1280px) {
  .card.card-flip p {
    font-size: 0.8em;
  }
}

.card.card-flip hr {
  margin: 0 auto;
}

.card .card-back {
  display: none;
}

@media (max-width: 799px) {
  .card.card-person .card-title {
    font-size: 1.4em;
    padding-left: 0;
    padding-right: 0;
  }
  .card.card-person p {
    font-size: 1em;
    margin: 0;
    padding: 0;
  }
}

.card > a {
  color: #000;
}

.card .card-header {
  padding-bottom: 0;
}

.card .card-header a {
  color: #000;
}

.card .card-bar {
  text-align: center;
  background-color: #f1f4f8;
  padding: 12px 20px;
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 800px) {
  .card .card-bar {
    font-size: 0.9em;
    letter-spacing: 1px;
  }
}

.card .card-meta {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  margin-bottom: 15px;
}

@media (min-width: 800px) {
  .card .card-meta {
    font-size: 0.7em;
  }
}

.card .card-meta .border-right {
  padding-right: 5px;
  border-right: 2px solid black;
  margin-right: 8px;
}

.card .card-meta .location {
  font-weight: 600;
}

.card .card-img {
  position: relative;
  height: 0;
  padding-bottom: 75%;
}

.card .card-img.card-img-placeholder {
  background-color: #e0e0e0;
}

.card .category {
  padding-bottom: 2px;
  padding-top: 2px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 2px solid #000;
}

.card .date {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
}

@media (min-width: 800px) {
  .card .date {
    font-size: 0.7em;
  }
}

.card .card-title {
  margin-top: 0.9em;
  font-family: "FFTisaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.card .card-title.card-title-sans {
  margin-top: 1em;
  font-size: 1.25em;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 8px;
}

@media (min-width: 800px) {
  .card .card-title.card-title-sans {
    font-size: 1em;
  }
}

.card .card-body {
  padding: 20px;
  font-weight: 300;
}

@media (min-width: 800px) {
  .card .card-body {
    padding: 25px;
  }
}

@media (min-width: 1280px) {
  .card .card-body {
    padding: 30px 20px;
  }
}

@media (min-width: 1400px) {
  .card .card-body {
    padding: 30px;
  }
}

.card.card-post .card-title {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 799px) {
  .card.card-market .card-back {
    display: none;
  }
  .card.card-market .card-content {
    -webkit-transform: rotateY(0) !important;
    transform: rotateY(0) !important;
  }
  .card.card-market .card-front .card-img,
  .card.card-market .card-front .card-header {
    float: left;
  }
  .card.card-market .card-front .card-img {
    width: 31.81818%;
    margin-right: 4.54545%;
    padding-bottom: 27%;
    position: relative;
  }
  .card.card-market .card-front .card-img:before {
    content: "›";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #09c199;
    padding: 0 9px 3px;
    color: white;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1em;
  }
  .card.card-market .card-front .card-header {
    width: 63%;
  }
  .card.card-market .card-front .card-header .card-title {
    margin-top: 0;
    font-size: 1.25em;
  }
  .card.card-market .card-front p {
    padding: 0;
  }
}

.card.card-minimal .card-title {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: 1.4em;
}

@media (min-width: 1280px) {
  .card.card-minimal .card-title {
    font-size: 1.3em;
  }
}

/*--------------------------------------------------------------------------
*
* Two Card CTA
*
*-------------------------------------------------------------------------*/
.two-card-cta .box {
  margin-bottom: 30px;
}

@media (min-width: 800px) {
  .two-card-cta .box {
    margin-bottom: 0;
  }
}

.two-card-cta .two-card-cta-container > div:nth-child(even) .box {
  background-color: #f1f4f8;
}

.box {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  height: 100%;
  background-color: white;
  -webkit-box-shadow: 0 23px 31px -7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 23px 31px -7px rgba(0, 0, 0, 0.1);
}

.box.box-spaced {
  margin-left: 4.166%;
  margin-right: 4.166%;
}

.box .box-title {
  font-family: "FFTisaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  margin-bottom: 20px;
}

.box .box-description {
  font-weight: 300;
  font-size: 0.9em;
}

/*--------------------------------------------------------------------------
*
* Sponsors Panel
*
*-------------------------------------------------------------------------*/
.page-template-page-about .sponsors-panel {
  background-color: white;
}

.logos .logo {
  float: none;
  display: inline-block;
  margin-left: 2%;
  margin-right: 2%;
}

.sponsors-event .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.sponsors-event .logos .logo {
  padding-left: 5%;
  padding-right: 5%;
  margin: auto;
}

@media (min-width: 1280px) {
  .sponsors-event .logos .logo {
    padding-left: 6%;
    padding-right: 6%;
  }
}

/*--------------------------------------------------------------------------
*
* Video Embed
*
*-------------------------------------------------------------------------*/
.video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 0;
  -webkit-box-shadow: 0 32px 31px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 32px 31px -1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 800px) {
  .video-container {
    -webkit-box-shadow: 0 62px 61px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 62px 61px -1px rgba(0, 0, 0, 0.1);
  }
}

.video-container iframe {
  position: absolute;
  display: block;
  width: 100% !important;
  height: 100% !important;
}

/*--------------------------------------------------------------------------
*
* Stats
*
*-------------------------------------------------------------------------*/
.stats-panel p {
  margin-bottom: 0;
}

.stats-panel .number {
  font-family: "FFTisaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 3.6em;
  margin-bottom: 10px;
  margin-top: 40px;
}

@media (min-width: 800px) {
  .stats-panel .number {
    margin-bottom: 20px;
    margin-top: 60px;
    font-size: 3.3em;
  }
}

.stats-panel .description {
  font-size: 1.1em;
  margin-top: 20px;
}

@media (min-width: 800px) {
  .stats-panel .description {
    margin-top: 30px;
  }
}

.stats-panel hr {
  width: 30px;
  border-width: 2px;
}

@media (min-width: 800px) {
  .stats-panel hr {
    width: 60px;
  }
}

/*--------------------------------------------------------------------------
*
* Stats Grid
*
*-------------------------------------------------------------------------*/
.stats-grid {
  position: relative;
  z-index: 1;
  margin-top: -150px;
}

@media (min-width: 800px) {
  .stats-grid {
    margin-top: -250px;
  }
}

@media (min-width: 1280px) {
  .stats-grid {
    margin-top: -250px;
  }
}

.stats-grid .stat {
  margin-bottom: 30px;
}

.stats-grid .number {
  font-family: "FFTisaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  font-size: 3.2em;
}

@media (min-width: 800px) {
  .stats-grid .number {
    font-size: 2.1em;
  }
}

@media (min-width: 800px) {
  .stats-grid .number {
    font-size: 2.3em;
  }
}

.stats-grid .description {
  margin-bottom: 5px;
}

.stats-grid .percentage {
  color: #9d9d9d;
}

/*--------------------------------------------------------------------------
*
* Person
*
*-------------------------------------------------------------------------*/
.single-person .person-image {
  position: relative;
  height: 0;
  padding-bottom: 72%;
  -webkit-box-shadow: 0 32px 31px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 32px 31px -1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 800px) {
  .single-person .person-image {
    padding-bottom: 45%;
    -webkit-box-shadow: 0 62px 61px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 62px 61px -1px rgba(0, 0, 0, 0.1);
  }
}

.header-person hr {
  width: 60px;
  border-color: #e0e0e0;
}

.header-person > .row,
.header-person > .ginput_complex {
  position: relative;
}

.header-person .padding-right {
  padding-right: 20px;
}

@media (max-width: 799px) {
  .header-person .posts-pagination-circles {
    position: absolute;
    top: 60px;
    height: 0;
    padding-bottom: 66%;
    width: 100%;
  }
  .header-person .posts-pagination-circles a {
    top: 50%;
  }
}

/*--------------------------------------------------------------------------
*
* Career
*
*-------------------------------------------------------------------------*/
.header-career > .row,
.header-career > .ginput_complex {
  position: relative;
}

.header-career .location {
  font-style: normal;
  color: #b0b0b1;
  line-height: 1em;
}

.header-career .location strong {
  display: block;
  color: #000;
}

.qa-employee h2 {
  margin-bottom: 30px;
}

@media (min-width: 800px) {
  .qa-employee h2 {
    margin-bottom: 60px;
  }
}

.qa-employee h3 {
  font-family: "FFTisaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .qa-employee h3 {
    font-size: 1.6em;
  }
}

.qa-employee h4 {
  font-size: 1em;
  font-weight: 100;
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (min-width: 800px) {
  .qa-employee h4 {
    margin-bottom: 50px;
  }
}

.question-answer {
  counter-reset: section;
}

.question-answer .lead {
  position: relative;
  padding-left: 0;
}

@media (min-width: 800px) {
  .question-answer .lead {
    padding-left: 20px;
    font-size: 1.3em;
    line-height: 1.4em;
  }
}

.question-answer .lead:before {
  counter-increment: section;
  content: counter(section) ".";
  position: absolute;
  left: -2px;
}

@media (min-width: 800px) {
  .question-answer .lead:before {
    top: 1px;
  }
}

/*--------------------------------------------------------------------------
*
* Zonda
*
*-------------------------------------------------------------------------*/
@media (min-width: 800px) {
  .hero-bg {
    position: relative;
    height: 0;
    padding-bottom: 47%;
  }
}

@media (min-width: 800px) {
  .hero-bg .header-vertical-bar {
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 800px) {
  .hero-bg .header-vertical-bar > .row,
  .hero-bg .header-vertical-bar > .ginput_complex {
    padding-bottom: 0;
  }
}

.hero-bg .title-bar {
  border-color: white;
}

.hero-bg h1 {
  color: white;
}

.header-btn {
  margin-top: 40px;
  display: inline-block;
  margin-left: 7.1666%;
}

@media (min-width: 1280px) {
  .header-btn {
    margin-left: 8.1666%;
  }
}

.select-fake-select {
  display: inline-block;
  position: relative;
}

.select-fake-select .select-fake-list {
  position: absolute;
  top: 50px;
  display: none;
  width: 225px;
  border: 1px solid #e0e0e0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  background-color: white;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 100px;
  border-radius: 4px;
}

.select-fake-select .select-fake-list.active {
  display: block;
}

.select-fake-select .select-fake-list li {
  font-size: 14px;
  line-height: 1.5em;
  padding: 5px 10px;
  margin: 0;
  list-style: none;
}

.select-fake-select .select-fake-list li:hover {
  background-color: #eee;
}

.select-fake-select .select-fake-selected {
  position: relative;
  height: 60px;
  border-bottom: 2px solid #cbcbcb;
  line-height: 60px;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  color: #000;
  font-weight: 400;
}

.select-fake-select .select-fake-selected .fa-chevron-down,
.select-fake-select .select-fake-selected svg {
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  color: #048cd6;
  margin-left: 15px;
  font-size: 0.7em;
}

/*--------------------------------------------------------------------------
*
* Zonda Child
*
*-------------------------------------------------------------------------*/
.header-zonda-child h1 {
  font-weight: 400;
}

.header-zonda-child .image-overlap {
  margin-bottom: -50px;
}

@media (min-width: 800px) {
  .header-zonda-child .image-overlap {
    margin-bottom: -70px;
  }
}

@media (min-width: 1280px) {
  .header-zonda-child .image-overlap {
    margin-bottom: -110px;
  }
}

.bg-gradient {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#004990),
    to(#1ab7ea)
  );
  background-image: linear-gradient(to bottom, #004990, #1ab7ea);
  color: white;
}

.bg-gradient a,
.bg-gradient h1 {
  color: white;
}

@media (max-width: 799px) {
  .breadcrumb-bar {
    padding-bottom: 30px;
  }
}

/*--------------------------------------------------------------------------
*
* Post
*
*-------------------------------------------------------------------------*/
.header-post h4 {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 600;
}

.press-block .content {
  font-size: 0.95em;
  line-height: 1.2em;
}

@media (min-width: 1280px) {
  .press-block .content {
    font-size: 0.8em;
  }
}

.press-block small {
  font-size: 90%;
  color: #999;
  display: block;
  margin-top: 10px;
}

.posts-pagination-circles a[rel="prev"],
.posts-pagination-circles a[rel="next"] {
  position: absolute;
  top: calc(50% - 20px);
  text-indent: -9999px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.posts-pagination-circles a[rel="prev"]:before,
.posts-pagination-circles a[rel="next"]:before {
  margin-left: 0;
  margin-top: -2px;
  text-indent: 0;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.posts-pagination-circles a[rel="prev"]:hover,
.posts-pagination-circles a[rel="next"]:hover {
  background-color: #eee;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.header-person .posts-pagination-circles a[rel="prev"],
.header-person .posts-pagination-circles a[rel="next"] {
  top: 52%;
}

.posts-pagination-circles a[rel="prev"] {
  left: 6%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 800px) {
  .posts-pagination-circles a[rel="prev"] {
    left: 3%;
  }
}

.posts-pagination-circles a[rel="prev"]:before {
  margin-top: 3px;
  margin-left: -1px;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
}

.posts-pagination-circles a[rel="next"] {
  right: 3%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-person .posts-pagination-circles a[rel="next"] {
  right: 0;
}

.featured-title {
  font-size: 1.25em;
  line-height: 1.4em;
  font-family: "FFTisaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 5px;
}

.featured-title a {
  color: #000;
}

.img-full {
  width: 100%;
  height: auto;
}

.img-box-shadow {
  -webkit-box-shadow: 0 32px 31px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 32px 31px -1px rgba(0, 0, 0, 0.1);
}

.simple-cta-copy {
  font-family: "FFTisaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.5em;
}

.simple-cta-copy a {
  margin-top: 10px;
  font-weight: 400;
  color: #4db48d;
  text-decoration: underline;
}

.single-post .panel h1,
.single-post .panel h2,
.single-post .panel h3,
.single-post .panel h4,
.single-post .panel .h1,
.single-post .panel .h2,
.single-post .panel .h3,
.single-post .panel .h4 {
  font-family: "FFTisaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.single-post .logos-title {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
  font-size: 1.1em;
}

@media (min-width: 800px) {
  .single-post .logos-title {
    font-size: 1.25em;
  }
}

@media (min-width: 1280px) {
  .single-post .logos-title {
    font-size: 1.2em;
  }
}

.simple-quote h1 {
  position: relative;
  font-size: 1.9em;
}

@media (min-width: 800px) {
  .simple-quote h1 {
    font-size: 2.75em;
  }
}

@media (min-width: 1280px) {
  .simple-quote h1 {
    font-size: 2.6em;
  }
}

.simple-quote h1:before {
  content: "";
  width: 50px;
  height: 41px;
  display: inline-block;
  background: transparent url("../media/img/misc/quote.png") no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: 50px auto;
}

@media (min-width: 800px) {
  .simple-quote h1:before {
    width: 95px;
    height: 76px;
    top: -30px;
    background-size: 95px 76px;
  }
}

/*--------------------------------------------------------------------------
*
* 404
*
*-------------------------------------------------------------------------*/
.error404 {
  background-color: #048cd6;
  color: white;
}

.error404 #header {
  background-color: white;
}

.error404 .title-bar {
  border-left-color: white;
}

.error404 .title-bar h1 {
  font-size: 3.5em;
  color: white;
}

/*--------------------------------------------------------------------------
*
* Share
*
*-------------------------------------------------------------------------*/
@media (max-width: 799px) {
  .social-wrapper-phone {
    width: 91.66667%;
    margin: -30px auto 30px;
  }
  .social-wrapper-phone.margin-top {
    margin-top: 30px;
  }
  .social-wrapper-phone.color-white {
    color: white !important;
  }
  .social-wrapper-phone.color-white a {
    color: white !important;
  }
  .social-wrapper-phone.color-white a:hover {
    color: #e6e6e6;
  }
  .social-wrapper-phone.color-white .ssba-share-text {
    color: white !important;
  }
}

.ssbp-wrap {
  position: relative !important;
}

@media (min-width: 800px) {
  .ssbp-wrap {
    position: fixed !important;
    width: 70px !important;
    top: 50vh;
    left: 0;
    width: 50px !important;
    text-align: center;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 2px 8px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 8px 15px rgba(0, 0, 0, 0.25);
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background-color: white !important;
  }
}

@media (min-width: 1280px) {
  .ssbp-wrap {
    width: 80px !important;
  }
}

.ssbp-wrap > div {
  text-align: center;
}

.ssbp-wrap .ssba-share-text {
  text-align: center;
  font-size: 12px !important;
  display: block;
  margin-bottom: 15px !important;
}

@media (max-width: 799px) {
  .ssbp-wrap .ssba-share-text {
    position: relative;
    top: -2px;
    display: inline-block !important;
    text-align: left;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    margin-right: 5px !important;
  }
}

.ssbp-wrap br {
  display: none !important;
}

.ssbp-wrap a {
  color: #048cd6;
  padding: 10px;
  text-align: center;
  display: block !important;
  font-size: 16px !important;
}

@media (max-width: 799px) {
  .ssbp-wrap a {
    display: inline-block !important;
    text-align: left;
    font-size: 18px !important;
  }
  .ssbp-wrap a.ssba_email_share {
    position: relative;
    top: 1px;
  }
}

.ssbp-wrap a img {
  display: none !important;
}

.ssbp-wrap a:hover {
  color: #024a72;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

.ssbp-wrap .ssba_email_share::before {
  display: none;
  font-family: "Font Awesome 5 Regular";
  content: "\f0e0";
  font-size: 2em;
}

.ssbp-wrap .ssba_facebook_share::before {
  display: none;
  font-family: "Font Awesome 5 Brands";
  content: "\f39e";
  font-size: 2em;
}

.ssbp-wrap .ssba_linkedin_share::before {
  display: none;
  font-family: "Font Awesome 5 Brands";
  content: "\f0e1";
  font-size: 2em;
}

.ssbp-wrap .ssba_twitter_share::before {
  display: none;
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
  font-size: 2em;
}

/*--------------------------------------------------------------------------
*
* Tag
*
*-------------------------------------------------------------------------*/
.tag {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 0.7em;
  text-transform: uppercase;
  padding: 7px 9px;
  letter-spacing: 0.1em;
  color: white;
  line-height: 1em;
  font-weight: 600;
  text-decoration: none;
}

@media (min-width: 800px) {
  .tag {
    padding: 13px 16px;
  }
}

@media (min-width: 1280px) {
  .tag {
    font-size: 0.6em;
  }
}

.tag.tag-blue {
  background-color: #bcd5de;
}

.tag.tag-light-blue {
  background-color: #1991eb;
}

#particles-shape {
  display: block;
  position: absolute;
  width: 100%;
  top: 40%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  z-index: -1;
  background-size: contain !important;
}

@media (min-width: 800px) {
  #particles-shape {
    width: 60%;
    right: 0;
    background-size: cover !important;
  }
}

.error404 #particles-shape {
  z-index: 1;
  width: 70%;
  top: 50%;
  right: 2%;
}

.map-particles {
  display: block;
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  z-index: -1;
  background-size: contain;
  pointer-events: none;
}

@media (min-width: 800px) {
  .map-particles {
    width: 60%;
    right: 0;
    background-size: cover;
  }
}

.map-particles video {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.map-particles:before {
  content: "";
  position: absolute;
  width: 85%;
  left: 0;
  top: 0;
  height: 100%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.9)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
  z-index: 1;
}

.markets-panel-feature #particles-shape:before {
  content: "";
  position: absolute;
  width: 85% !important;
  left: 0;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.9)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
}

@media (min-width: 800px) {
  .no-touch .page-template-page-home .markets-panel-feature .particle-image,
  .no-touch .page-template-page-zonda .markets-panel-feature .particle-image {
    background-image: none !important;
  }
}

@media (min-width: 800px) {
  .touch .page-template-page-home .markets-panel-feature .particle-image,
  .touch .page-template-page-zonda .markets-panel-feature .particle-image {
    width: 90% !important;
  }
}

.error404 #particles-shape:before {
  content: "";
  position: absolute;
  width: 85% !important;
  left: 0;
  height: 100%;
}

.error404 #particles-shape video {
  position: absolute;
  top: 475px;
  left: 150px;
  width: 60%;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 1000px;
}

@media (max-width: 1024px) {
  .error404 #particles-shape video {
    top: 360px;
  }
}

@media (min-width: 1025px) and (max-width: 1400px) {
  .error404 #particles-shape video {
    top: 400px;
  }
}

@media (max-width: 799px) {
  .error404 #particles-shape video {
    display: none;
  }
}

/*--------------------------------------------------------------------------
*
* Helpers
*
*-------------------------------------------------------------------------*/
.fa-phone {
  font-size: 85%;
}

@media (min-width: 800px) {
  .pad-flex,
  .flex-pad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.pad-flex.flex-row-reverse,
.flex-pad.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (min-width: 800px) {
  .pad-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

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

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

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

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

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

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

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

@media (max-width: 799px) {
  .padding-bottom-30 {
    padding-bottom: 15px;
  }
}

.padding-top-40 {
  padding-top: 40px;
}

@media (max-width: 799px) {
  .padding-top-40 {
    padding-top: 20px;
  }
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

@media (max-width: 799px) {
  .padding-bottom-40 {
    padding-bottom: 20px;
  }
}

.padding-top-50 {
  padding-top: 50px;
}

@media (max-width: 799px) {
  .padding-top-50 {
    padding-top: 25px;
  }
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

@media (max-width: 799px) {
  .padding-bottom-50 {
    padding-bottom: 25px;
  }
}

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

@media (max-width: 799px) {
  .padding-top-60 {
    padding-top: 30px;
  }
}

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

@media (max-width: 799px) {
  .padding-bottom-60 {
    padding-bottom: 30px;
  }
}

.padding-top-80 {
  padding-top: 80px;
}

@media (max-width: 799px) {
  .padding-top-80 {
    padding-top: 40px;
  }
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

@media (max-width: 799px) {
  .padding-bottom-80 {
    padding-bottom: 40px;
  }
}

.padding-top-100 {
  padding-top: 100px;
}

@media (max-width: 799px) {
  .padding-top-100 {
    padding-top: 50px;
  }
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

@media (max-width: 799px) {
  .padding-bottom-100 {
    padding-bottom: 50px;
  }
}

.padding-top-120 {
  padding-top: 120px;
}

@media (max-width: 799px) {
  .padding-top-120 {
    padding-top: 60px;
  }
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

@media (max-width: 799px) {
  .padding-bottom-120 {
    padding-bottom: 60px;
  }
}

.padding-top-150 {
  padding-top: 150px;
}

@media (max-width: 799px) {
  .padding-top-150 {
    padding-top: 75px;
  }
}

.padding-bottom-150 {
  padding-bottom: 150px;
}

@media (max-width: 799px) {
  .padding-bottom-150 {
    padding-bottom: 75px;
  }
}

@media (max-width: 799px) {
  .phone-padding-bottom-30 {
    padding-bottom: 30px;
  }
}

.margin-0 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.margin-bottom-0 {
  margin-bottom: 0;
}

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

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

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

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

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

.margin-top-80 {
  margin-top: 80px;
}

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

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-60 {
  margin-bottom: 30px;
}

@media (min-width: 800px) {
  .margin-bottom-60 {
    margin-bottom: 60px;
  }
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-right-5 {
  margin-right: 5px;
}

@media (max-width: 799px) {
  .phone-margin-bottom-40 {
    margin-bottom: 40px;
  }
}

.hr-location {
  border-color: #048cd6;
  width: 35px;
  border-top: 0;
  border-width: 2px;
}

.hr-event {
  border-color: #048cd6;
  border-top: 0;
  width: 35px;
  float: none;
}

.hr-color-blue {
  border-color: #048cd6;
  border-top: 0;
  float: none;
}

.hr-color-gray {
  border-color: #e0e0e0;
  border-width: 2px;
  border-top: 0;
  border-left: 0;
  float: none;
}

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

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

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

.border-top-dark-blue {
  border-top: 2px solid #048cd6;
}

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

.border-left {
  border-left: 1px solid black;
}

.border-right {
  border-right: 1px solid black;
}

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

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 800px) {
  .pad-vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.display-block {
  display: block;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.center-column {
  float: none;
  display: inline-block;
}

.bg-white {
  background-color: white;
}

.bg-offwhite {
  background-color: #f9f9f9;
}

.bg-lblue {
  background-color: #f1f4f8;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-image-zoom {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.color-white {
  color: white;
}

.color-grayBlue {
  color: #5c6b83;
}

.color-blue {
  color: #1991eb;
}

.color-green {
  color: #4db48d;
}

.color-gray {
  color: #9d9d9d;
}

.color-darkGray {
  color: #7d7d7d;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  z-index: 102;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1.35em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.01s;
  transition: opacity 0.3s ease, visibility 0.01s;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 800px) {
  .overlay {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.overlay.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0.01s;
  transition: opacity 0.3s ease, visibility 0.01s;
}

.overlay .form {
  position: relative;
}

.close-icon {
  position: absolute;
  padding: 5px;
  top: 15px;
  right: 15px;
  display: inline-block;
  font-size: 1.5em;
  color: black;
}

.overlay-form {
  background-color: white;
}

.form-max-width {
  max-width: 500px;
}

.screen-reader-text {
  display: none;
}

.hidden-input {
  display: none !important;
  position: absolute;
  width: 0;
  height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wow {
  visibility: hidden;
}
/*# sourceMappingURL=style.css.map */
