@charset "UTF-8";
@import "https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css";
@import "https://use.typekit.net/srv1vwz.css";
.dark {
  color: #333;
}
.light {
  color: #999;
}
.gray {
  color: #999;
}
.cream {
  color: #efe9db;
}
.dgreen {
  color: #5d5e58;
}
.orange {
  color: #975814;
}
.yellow {
  color: #fdc45b;
}
.gold {
  color: #b1ae85;
}
.black {
  color: #231f20;
}
.dark-bg {
  background: #333;
}
.light-bg {
  background: #999;
}
.gray-bg {
  background: #999;
}
.cream-bg {
  background: #efe9db;
}
.dgreen-bg {
  background: #5d5e58;
}
.orange-bg {
  background: #975814;
}
.yellow-bg {
  background: #fdc45b;
}
.gold-bg {
  background: #b1ae85;
}
.black-bg {
  background: #231f20;
}
.-dark {
  color: #333;
}
.-light {
  color: #999;
}
.-gray {
  color: #999;
}
.-cream {
  color: #efe9db;
}
.-dgreen {
  color: #5d5e58;
}
.-orange {
  color: #975814;
}
.-yellow {
  color: #fdc45b;
}
.-gold {
  color: #b1ae85;
}
.-black {
  color: #231f20;
}
.-dark-bg {
  background: #333;
}
.-light-bg {
  background: #999;
}
.-gray-bg {
  background: #999;
}
.-cream-bg {
  background: #efe9db;
}
.-dgreen-bg {
  background: #5d5e58;
}
.-orange-bg {
  background: #975814;
}
.-yellow-bg {
  background: #fdc45b;
}
.-gold-bg {
  background: #b1ae85;
}
.-black-bg {
  background: #231f20;
}
.theme-main {
  background: #975814;
}
.main-font,
.-main,
.-main-font {
  font-family: "acumin-pro", sans-serif;
}
.brothers,
.-brothers {
  font-family: "brothers";
  font-weight: 700;
}
.caps {
  text-transform: uppercase;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.transition {
  transition: .2s linear all;
}
.more {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #333;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  transition: .2s linear all;
}
.more i {
  font-size: 30px;
}
.more-sm {
  height: 40px;
  width: 40px;
}
.more-sm i {
  font-size: 25px;
}
.more:hover {
  background: rgba(0, 0, 0, 0.2);
}
.shadow {
  box-shadow: 0px 0px 60px -3px rgba(0, 0, 0, 0.33);
}
.gradient-fade {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f000000', endColorstr='#00000000', GradientType=1);
}
/**
* Windfall Framework
* ---------------
* Built with love by your friends @windfallstudio
* http://www.windfallstudio.com
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
.pull_right {
  float: right;
}
.pull_left {
  float: left;
}
/* Base Styles */
html {
  font-size: 100%;
  line-height: 1.625em;
}
* {
  box-sizing: border-box;
}
body {
  background: #fff;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  color: #555555;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
  }
}
html,
body {
  height: 100%;
}
.hide {
  display: none;
}
.hide.active,
.show {
  display: block;
}
.fixed {
  position: fixed;
}
.fixed.pinned {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .fixed {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
}
.flex {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .flex {
    display: block;
  }
}
.auto {
  margin: auto;
}
.unfixed {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  color: #444444;
  text-rendering: optimizeLegibility;
  padding-top: 0.273em;
  line-height: 1.15538em;
  padding-bottom: 0.273em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-wrap: break-word;
  }
}
h1 {
  font-size: 30px;
}
h1.xlarge {
  font-size: 110px;
}
h1.xxlarge {
  font-size: 126px;
}
h1.absurd {
  font-size: 177px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 23px;
}
h4 {
  font-size: 21px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
  h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.subhead {
  color: #777;
  font-weight: normal;
  margin-bottom: 20px;
}
/*=====================================================
 Links & Paragraph styles
 ======================================================*/
p {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 13px;
  line-height: 1.625em;
}
p.lead {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 17.6px;
    font-size: 1.1rem;
    line-height: 1.625em;
  }
}
a {
  color: #333;
  text-decoration: none;
  outline: 0;
  line-height: inherit;
  transition: .2s linear all;
}
a:hover {
  color: #000000;
}
/*=====================================================
 Lists
 ======================================================*/
ul,
ol {
  margin-bottom: 0.273em;
}
ul {
  list-style: none outside;
}
ol {
  list-style: decimal;
  margin-left: 30px;
}
ul.square,
ul.circle,
ul.disc {
  margin-left: 25px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul ul {
  margin: 4px 0 5px 25px;
}
ol ol {
  margin: 4px 0 5px 30px;
}
li {
  padding-bottom: 0.273em;
}
ul.large li {
  line-height: 21px;
}
dl dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  ul,
  ol,
  dl,
  p {
    text-align: left;
  }
}
/* Mobile */
em {
  font-style: italic;
  line-height: inherit;
}
strong {
  font-weight: 700;
  line-height: inherit;
}
small {
  font-size: 56.4%;
  line-height: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
  color: #777;
}
/*  Blockquotes  */
blockquote {
  line-height: 20px;
  color: #777;
  margin: 0 0 18px;
  padding: 9px 20px 0 19px;
  border-left: 5px solid #ccc;
}
blockquote p {
  line-height: 20px;
  color: #777;
}
blockquote cite {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a {
  color: #555555;
}
blockquote cite a:visited {
  color: #555555;
}
hr {
  border: 1px solid #ccc;
  clear: both;
  margin: 16px 0 18px;
  height: 0;
}
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px solid #ccc;
  cursor: help;
}
abbr {
  text-transform: none;
}
/** Print styles.  Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com) */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  p a {
    color: #555555 !important;
    text-decoration: underline;
  }
  p a:visited {
    color: #555555 !important;
    text-decoration: underline;
  }
  p a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*=================================================

	+++ LE GRID +++
	A Responsive Grid -- Windfall defaults to a standard 960 grid,
	but you can change it to whatever you'd like.
 ==================================================*/
/*.container {
	padding: 0 $gutter-in-px;
}*/
.rowflex {
  display: flex;
}
.rowflex .columns,
.rowflex .column {
  margin: auto;
}
.row {
  width: 100%;
  max-width: 1400px;
  min-width: 320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row .row,
.full-row {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
/* To fix the grid into a different size, set max-width to your desired width */
.column,
.columns {
  margin-left: 2.12766%;
  float: left;
  min-height: 1px;
  box-sizing: border-box;
}
.column:first-child,
.columns:first-child,
.alpha {
  margin-left: 0;
}
.column.omega,
.columns.omega {
  float: right;
}
/* Column Classes */
.row .one.column {
  width: 6.38298%;
}
.row .one.columns {
  width: 6.38298%;
}
.row .two.columns {
  width: 14.89362%;
}
.row .three.columns {
  width: 23.40426%;
}
.row .four.columns {
  width: 31.91489%;
}
.row .five.columns {
  width: 40.42553%;
}
.row .six.columns {
  width: 48.93617%;
}
.row .seven.columns {
  width: 57.44681%;
}
.row .eight.columns {
  width: 65.95745%;
}
.row .nine.columns {
  width: 74.46809%;
}
.row .ten.columns {
  width: 82.97872%;
}
.row .eleven.columns {
  width: 91.48936%;
}
.row .twelve.columns {
  width: 100%;
}
/* Push and Pull Classes */
.row .push_one {
  margin-left: 10.6383%;
}
.row .push_one:first-child {
  margin-left: 8.51064%;
}
.row .push_one_half:first-child {
  margin-left: 12.76596%;
}
.row .pull_one.one.column {
  margin-left: -14.89362%;
}
.row .pull_one.two.columns {
  margin-left: -23.40426%;
}
.row .pull_one.three.columns {
  margin-left: -31.91489%;
}
.row .pull_one.four.columns {
  margin-left: -40.42553%;
}
.row .pull_one.five.columns {
  margin-left: -48.93617%;
}
.row .pull_one.six.columns {
  margin-left: -57.44681%;
}
.row .pull_one.seven.columns {
  margin-left: -65.95745%;
}
.row .pull_one.eight.columns {
  margin-left: -74.46809%;
}
.row .pull_one.nine.columns {
  margin-left: -82.97872%;
}
.row .pull_one.ten.columns {
  margin-left: -91.48936%;
}
.row .push_two {
  margin-left: 19.14894%;
}
.row .push_two:first-child {
  margin-left: 17.02128%;
}
.row .pull_two.one.column {
  margin-left: -23.40426%;
}
.row .pull_two.two.columns {
  margin-left: -31.91489%;
}
.row .pull_two.three.columns {
  margin-left: -40.42553%;
}
.row .pull_two.four.columns {
  margin-left: -48.93617%;
}
.row .pull_two.five.columns {
  margin-left: -57.44681%;
}
.row .pull_two.six.columns {
  margin-left: -65.95745%;
}
.row .pull_two.seven.columns {
  margin-left: -74.46809%;
}
.row .pull_two.eight.columns {
  margin-left: -82.97872%;
}
.row .pull_two.nine.columns {
  margin-left: -91.48936%;
}
.row .pull_two.eleven.columns {
  margin-left: -108.51064%;
}
.row .push_three {
  margin-left: 27.65957%;
}
.row .push_three:first-child {
  margin-left: 25.53191%;
}
.row .pull_three.one.column {
  margin-left: -31.91489%;
}
.row .pull_three.two.columns {
  margin-left: -40.42553%;
}
.row .pull_three.three.columns {
  margin-left: -48.93617%;
}
.row .pull_three.four.columns {
  margin-left: -57.44681%;
}
.row .pull_three.five.columns {
  margin-left: -65.95745%;
}
.row .pull_three.six.columns {
  margin-left: -74.46809%;
}
.row .pull_three.seven.columns {
  margin-left: -82.97872%;
}
.row .pull_three.eight.columns {
  margin-left: -91.48936%;
}
.row .pull_three.ten.columns {
  margin-left: -108.51064%;
}
.row .pull_three.eleven.columns {
  margin-left: -117.02128%;
}
.row .push_four {
  margin-left: 36.17021%;
}
.row .push_four:first-child {
  margin-left: 34.04255%;
}
.row .pull_four.one.column {
  margin-left: -40.42553%;
}
.row .pull_four.two.columns {
  margin-left: -48.93617%;
}
.row .pull_four.three.columns {
  margin-left: -57.44681%;
}
.row .pull_four.four.columns {
  margin-left: -65.95745%;
}
.row .pull_four.five.columns {
  margin-left: -74.46809%;
}
.row .pull_four.six.columns {
  margin-left: -82.97872%;
}
.row .pull_four.seven.columns {
  margin-left: -91.48936%;
}
.row .pull_four.nine.columns {
  margin-left: -108.51064%;
}
.row .pull_four.ten.columns {
  margin-left: -117.02128%;
}
.row .pull_four.eleven.columns {
  margin-left: -125.53191%;
}
.row .push_five {
  margin-left: 44.68085%;
}
.row .push_five:first-child {
  margin-left: 42.55319%;
}
.row .pull_five.one.column {
  margin-left: -48.93617%;
}
.row .pull_five.two.columns {
  margin-left: -57.44681%;
}
.row .pull_five.three.columns {
  margin-left: -65.95745%;
}
.row .pull_five.four.columns {
  margin-left: -74.46809%;
}
.row .pull_five.five.columns {
  margin-left: -82.97872%;
}
.row .pull_five.six.columns {
  margin-left: -91.48936%;
}
.row .pull_five.eight.columns {
  margin-left: -108.51064%;
}
.row .pull_five.nine.columns {
  margin-left: -117.02128%;
}
.row .pull_five.ten.columns {
  margin-left: -125.53191%;
}
.row .pull_five.eleven.columns {
  margin-left: -134.04255%;
}
.row .push_six {
  margin-left: 53.19149%;
}
.row .push_six:first-child {
  margin-left: 51.06383%;
}
.row .pull_six.one.column {
  margin-left: -57.44681%;
}
.row .pull_six.two.columns {
  margin-left: -65.95745%;
}
.row .pull_six.three.columns {
  margin-left: -74.46809%;
}
.row .pull_six.four.columns {
  margin-left: -82.97872%;
}
.row .pull_six.five.columns {
  margin-left: -91.48936%;
}
.row .pull_six.seven.columns {
  margin-left: -108.51064%;
}
.row .pull_six.eight.columns {
  margin-left: -117.02128%;
}
.row .pull_six.nine.columns {
  margin-left: -125.53191%;
}
.row .pull_six.ten.columns {
  margin-left: -134.04255%;
}
.row .pull_six.eleven.columns {
  margin-left: -142.55319%;
}
.row .push_seven {
  margin-left: 61.70213%;
}
.row .push_seven:first-child {
  margin-left: 59.57447%;
}
.row .pull_seven.one.column {
  margin-left: -65.95745%;
}
.row .pull_seven.two.columns {
  margin-left: -74.46809%;
}
.row .pull_seven.three.columns {
  margin-left: -82.97872%;
}
.row .pull_seven.four.columns {
  margin-left: -91.48936%;
}
.row .pull_seven.six.columns {
  margin-left: -108.51064%;
}
.row .pull_seven.seven.columns {
  margin-left: -117.02128%;
}
.row .pull_seven.eight.columns {
  margin-left: -125.53191%;
}
.row .pull_seven.nine.columns {
  margin-left: -134.04255%;
}
.row .pull_seven.ten.columns {
  margin-left: -142.55319%;
}
.row .pull_seven.eleven.columns {
  margin-left: -151.06383%;
}
.row .push_eight {
  margin-left: 70.21277%;
}
.row .push_eight:first-child {
  margin-left: 68.08511%;
}
.row .pull_eight.one.column {
  margin-left: -74.46809%;
}
.row .pull_eight.two.columns {
  margin-left: -82.97872%;
}
.row .pull_eight.three.columns {
  margin-left: -91.48936%;
}
.row .pull_eight.five.columns {
  margin-left: -108.51064%;
}
.row .pull_eight.six.columns {
  margin-left: -117.02128%;
}
.row .pull_eight.seven.columns {
  margin-left: -125.53191%;
}
.row .pull_eight.eight.columns {
  margin-left: -134.04255%;
}
.row .pull_eight.nine.columns {
  margin-left: -142.55319%;
}
.row .pull_eight.ten.columns {
  margin-left: -151.06383%;
}
.row .pull_eight.eleven.columns {
  margin-left: -159.57447%;
}
.row .push_nine {
  margin-left: 78.7234%;
}
.row .push_nine:first-child {
  margin-left: 76.59574%;
}
.row .pull_nine.one.column {
  margin-left: -82.97872%;
}
.row .pull_nine.two.columns {
  margin-left: -91.48936%;
}
.row .pull_nine.four.columns {
  margin-left: -108.51064%;
}
.row .pull_nine.five.columns {
  margin-left: -117.02128%;
}
.row .pull_nine.six.columns {
  margin-left: -125.53191%;
}
.row .pull_nine.seven.columns {
  margin-left: -134.04255%;
}
.row .pull_nine.eight.columns {
  margin-left: -142.55319%;
}
.row .pull_nine.nine.columns {
  margin-left: -151.06383%;
}
.row .pull_nine.ten.columns {
  margin-left: -159.57447%;
}
.row .pull_nine.eleven.columns {
  margin-left: -168.08511%;
}
.row .push_ten {
  margin-left: 87.23404%;
}
.row .push_ten:first-child {
  margin-left: 85.10638%;
}
.row .pull_ten.one.column {
  margin-left: -91.48936%;
}
.row .pull_ten.three.columns {
  margin-left: -108.51064%;
}
.row .pull_ten.four.columns {
  margin-left: -117.02128%;
}
.row .pull_ten.five.columns {
  margin-left: -125.53191%;
}
.row .pull_ten.six.columns {
  margin-left: -134.04255%;
}
.row .pull_ten.seven.columns {
  margin-left: -142.55319%;
}
.row .pull_ten.eight.columns {
  margin-left: -151.06383%;
}
.row .pull_ten.nine.columns {
  margin-left: -159.57447%;
}
.row .pull_ten.ten.columns {
  margin-left: -168.08511%;
}
.row .pull_ten.eleven.columns {
  margin-left: -176.59574%;
}
.row .push_eleven {
  margin-left: 95.74468%;
}
.row .push_eleven:first-child {
  margin-left: 93.61702%;
}
.row .pull_eleven.two.columns {
  margin-left: -108.51064%;
}
.row .pull_eleven.three.columns {
  margin-left: -117.02128%;
}
.row .pull_eleven.four.columns {
  margin-left: -125.53191%;
}
.row .pull_eleven.five.columns {
  margin-left: -134.04255%;
}
.row .pull_eleven.six.columns {
  margin-left: -142.55319%;
}
.row .pull_eleven.seven.columns {
  margin-left: -151.06383%;
}
.row .pull_eleven.eight.columns {
  margin-left: -159.57447%;
}
.row .pull_eleven.nine.columns {
  margin-left: -168.08511%;
}
.row .pull_eleven.ten.columns {
  margin-left: -176.59574%;
}
.row .pull_eleven.eleven.columns {
  margin-left: -185.10638%;
}
/* Centered Classes */
.row .one.centered {
  margin-left: 46.80851%;
}
.row .two.centered {
  margin-left: 42.55319%;
}
.row .three.centered {
  margin-left: 38.29787%;
}
.row .four.centered {
  margin-left: 34.04255%;
}
.row .five.centered {
  margin-left: 29.78723%;
}
.row .six.centered {
  margin-left: 25.53191%;
}
.row .seven.centered {
  margin-left: 21.2766%;
}
.row .eight.centered {
  margin-left: 17.02128%;
}
.row .nine.centered {
  margin-left: 12.76596%;
}
.row .ten.centered {
  margin-left: 8.51064%;
}
.row .eleven.centered {
  margin-left: 4.25532%;
}
/* Hybrid Grid Columns */
.sixteen.colgrid .row .one.column {
  width: 4.25532%;
}
.sixteen.colgrid .row .one.columns {
  width: 4.25532%;
}
.sixteen.colgrid .row .two.columns {
  width: 10.6383%;
}
.sixteen.colgrid .row .three.columns {
  width: 17.02128%;
}
.sixteen.colgrid .row .four.columns {
  width: 23.40426%;
}
.sixteen.colgrid .row .five.columns {
  width: 29.78723%;
}
.sixteen.colgrid .row .six.columns {
  width: 36.17021%;
}
.sixteen.colgrid .row .seven.columns {
  width: 42.55319%;
}
.sixteen.colgrid .row .eight.columns {
  width: 48.93617%;
}
.sixteen.colgrid .row .nine.columns {
  width: 55.31915%;
}
.sixteen.colgrid .row .ten.columns {
  width: 61.70213%;
}
.sixteen.colgrid .row .eleven.columns {
  width: 68.08511%;
}
.sixteen.colgrid .row .twelve.columns {
  width: 74.46809%;
}
.sixteen.colgrid .row .thirteen.columns {
  width: 80.85106%;
}
.sixteen.colgrid .row .fourteen.columns {
  width: 87.23404%;
}
.sixteen.colgrid .row .fifteen.columns {
  width: 93.61702%;
}
.sixteen.colgrid .row .sixteen.columns {
  width: 100%;
}
/* Hybrid Push and Pull Classes */
.sixteen.colgrid .row .push_one {
  margin-left: 8.51064%;
}
.sixteen.colgrid .row .push_one:first-child {
  margin-left: 6.38298%;
}
.sixteen.colgrid .row .pull_one.one.column {
  margin-left: -10.6383%;
}
.sixteen.colgrid .row .pull_one.two.columns {
  margin-left: -17.02128%;
}
.sixteen.colgrid .row .pull_one.three.columns {
  margin-left: -23.40426%;
}
.sixteen.colgrid .row .pull_one.four.columns {
  margin-left: -29.78723%;
}
.sixteen.colgrid .row .pull_one.five.columns {
  margin-left: -36.17021%;
}
.sixteen.colgrid .row .pull_one.six.columns {
  margin-left: -42.55319%;
}
.sixteen.colgrid .row .pull_one.seven.columns {
  margin-left: -48.93617%;
}
.sixteen.colgrid .row .pull_one.eight.columns {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_one.nine.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_one.ten.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_one.eleven.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_one.twelve.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_one.thirteen.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_one.fourteen.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .push_two {
  margin-left: 14.89362%;
}
.sixteen.colgrid .row .push_two:first-child {
  margin-left: 12.76596%;
}
.sixteen.colgrid .row .pull_two.one.column {
  margin-left: -17.02128%;
}
.sixteen.colgrid .row .pull_two.two.columns {
  margin-left: -23.40426%;
}
.sixteen.colgrid .row .pull_two.three.columns {
  margin-left: -29.78723%;
}
.sixteen.colgrid .row .pull_two.four.columns {
  margin-left: -36.17021%;
}
.sixteen.colgrid .row .pull_two.five.columns {
  margin-left: -42.55319%;
}
.sixteen.colgrid .row .pull_two.six.columns {
  margin-left: -48.93617%;
}
.sixteen.colgrid .row .pull_two.seven.columns {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_two.eight.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_two.nine.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_two.ten.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_two.eleven.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_two.twelve.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_two.thirteen.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_two.fifteen.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .push_three {
  margin-left: 21.2766%;
}
.sixteen.colgrid .row .push_three:first-child {
  margin-left: 19.14894%;
}
.sixteen.colgrid .row .pull_three.one.column {
  margin-left: -23.40426%;
}
.sixteen.colgrid .row .pull_three.two.columns {
  margin-left: -29.78723%;
}
.sixteen.colgrid .row .pull_three.three.columns {
  margin-left: -36.17021%;
}
.sixteen.colgrid .row .pull_three.four.columns {
  margin-left: -42.55319%;
}
.sixteen.colgrid .row .pull_three.five.columns {
  margin-left: -48.93617%;
}
.sixteen.colgrid .row .pull_three.six.columns {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_three.seven.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_three.eight.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_three.nine.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_three.ten.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_three.eleven.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_three.twelve.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_three.fourteen.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_three.fifteen.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .push_four {
  margin-left: 27.65957%;
}
.sixteen.colgrid .row .push_four:first-child {
  margin-left: 25.53191%;
}
.sixteen.colgrid .row .pull_four.one.column {
  margin-left: -29.78723%;
}
.sixteen.colgrid .row .pull_four.two.columns {
  margin-left: -36.17021%;
}
.sixteen.colgrid .row .pull_four.three.columns {
  margin-left: -42.55319%;
}
.sixteen.colgrid .row .pull_four.four.columns {
  margin-left: -48.93617%;
}
.sixteen.colgrid .row .pull_four.five.columns {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_four.six.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_four.seven.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_four.eight.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_four.nine.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_four.ten.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_four.eleven.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_four.thirteen.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_four.fourteen.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_four.fifteen.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .push_five {
  margin-left: 34.04255%;
}
.sixteen.colgrid .row .push_five:first-child {
  margin-left: 31.91489%;
}
.sixteen.colgrid .row .pull_five.one.column {
  margin-left: -36.17021%;
}
.sixteen.colgrid .row .pull_five.two.columns {
  margin-left: -42.55319%;
}
.sixteen.colgrid .row .pull_five.three.columns {
  margin-left: -48.93617%;
}
.sixteen.colgrid .row .pull_five.four.columns {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_five.five.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_five.six.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_five.seven.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_five.eight.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_five.nine.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_five.ten.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_five.twelve.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_five.thirteen.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_five.fourteen.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_five.fifteen.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .push_six {
  margin-left: 40.42553%;
}
.sixteen.colgrid .row .push_six:first-child {
  margin-left: 38.29787%;
}
.sixteen.colgrid .row .pull_six.one.column {
  margin-left: -42.55319%;
}
.sixteen.colgrid .row .pull_six.two.columns {
  margin-left: -48.93617%;
}
.sixteen.colgrid .row .pull_six.three.columns {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_six.four.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_six.five.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_six.six.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_six.seven.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_six.eight.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_six.nine.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_six.eleven.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_six.twelve.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_six.thirteen.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_six.fourteen.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_six.fifteen.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .push_seven {
  margin-left: 46.80851%;
}
.sixteen.colgrid .row .push_seven:first-child {
  margin-left: 44.68085%;
}
.sixteen.colgrid .row .pull_seven.one.column {
  margin-left: -48.93617%;
}
.sixteen.colgrid .row .pull_seven.two.columns {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_seven.three.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_seven.four.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_seven.five.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_seven.six.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_seven.seven.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_seven.eight.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_seven.ten.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_seven.eleven.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_seven.twelve.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_seven.thirteen.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_seven.fourteen.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_seven.fifteen.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .push_eight {
  margin-left: 53.19149%;
}
.sixteen.colgrid .row .push_eight:first-child {
  margin-left: 51.06383%;
}
.sixteen.colgrid .row .pull_eight.one.column {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_eight.two.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_eight.three.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_eight.four.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_eight.five.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_eight.six.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_eight.seven.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_eight.nine.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_eight.ten.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_eight.eleven.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_eight.twelve.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_eight.thirteen.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_eight.fourteen.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_eight.fifteen.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .push_nine {
  margin-left: 59.57447%;
}
.sixteen.colgrid .row .push_nine:first-child {
  margin-left: 57.44681%;
}
.sixteen.colgrid .row .pull_nine.one.column {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_nine.two.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_nine.three.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_nine.four.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_nine.five.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_nine.six.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_nine.eight.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_nine.nine.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_nine.ten.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_nine.eleven.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_nine.twelve.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_nine.thirteen.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_nine.fourteen.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .pull_nine.fifteen.columns {
  margin-left: -151.06383%;
}
.sixteen.colgrid .row .push_ten {
  margin-left: 65.95745%;
}
.sixteen.colgrid .row .push_ten:first-child {
  margin-left: 63.82979%;
}
.sixteen.colgrid .row .pull_ten.one.column {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_ten.two.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_ten.three.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_ten.four.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_ten.five.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_ten.seven.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_ten.eight.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_ten.nine.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_ten.ten.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_ten.eleven.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_ten.twelve.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_ten.thirteen.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .pull_ten.fourteen.columns {
  margin-left: -151.06383%;
}
.sixteen.colgrid .row .pull_ten.fifteen.columns {
  margin-left: -157.44681%;
}
.sixteen.colgrid .row .push_eleven {
  margin-left: 72.34043%;
}
.sixteen.colgrid .row .push_eleven:first-child {
  margin-left: 70.21277%;
}
.sixteen.colgrid .row .pull_eleven.one.column {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_eleven.two.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_eleven.three.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_eleven.four.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_eleven.six.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_eleven.seven.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_eleven.eight.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_eleven.nine.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_eleven.ten.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_eleven.eleven.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_eleven.twelve.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .pull_eleven.thirteen.columns {
  margin-left: -151.06383%;
}
.sixteen.colgrid .row .pull_eleven.fourteen.columns {
  margin-left: -157.44681%;
}
.sixteen.colgrid .row .pull_eleven.fifteen.columns {
  margin-left: -163.82979%;
}
.sixteen.colgrid .row .push_twelve {
  margin-left: 78.7234%;
}
.sixteen.colgrid .row .push_twelve:first-child {
  margin-left: 76.59574%;
}
.sixteen.colgrid .row .pull_twelve.one.column {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_twelve.two.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_twelve.three.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_twelve.five.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_twelve.six.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_twelve.seven.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_twelve.eight.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_twelve.nine.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_twelve.ten.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_twelve.eleven.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .pull_twelve.twelve.columns {
  margin-left: -151.06383%;
}
.sixteen.colgrid .row .pull_twelve.thirteen.columns {
  margin-left: -157.44681%;
}
.sixteen.colgrid .row .pull_twelve.fourteen.columns {
  margin-left: -163.82979%;
}
.sixteen.colgrid .row .pull_twelve.fifteen.columns {
  margin-left: -170.21277%;
}
.sixteen.colgrid .row .push_thirteen {
  margin-left: 85.10638%;
}
.sixteen.colgrid .row .push_thirteen:first-child {
  margin-left: 82.97872%;
}
.sixteen.colgrid .row .pull_thirteen.one.column {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_thirteen.two.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_thirteen.four.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_thirteen.five.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_thirteen.six.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_thirteen.seven.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_thirteen.eight.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_thirteen.nine.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_thirteen.ten.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .pull_thirteen.eleven.columns {
  margin-left: -151.06383%;
}
.sixteen.colgrid .row .pull_thirteen.twelve.columns {
  margin-left: -157.44681%;
}
.sixteen.colgrid .row .pull_thirteen.thirteen.columns {
  margin-left: -163.82979%;
}
.sixteen.colgrid .row .pull_thirteen.fourteen.columns {
  margin-left: -170.21277%;
}
.sixteen.colgrid .row .pull_thirteen.fifteen.columns {
  margin-left: -176.59574%;
}
.sixteen.colgrid .row .push_fourteen {
  margin-left: 91.48936%;
}
.sixteen.colgrid .row .push_fourteen:first-child {
  margin-left: 89.3617%;
}
.sixteen.colgrid .row .pull_fourteen.one.column {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_fourteen.three.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_fourteen.four.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_fourteen.five.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_fourteen.six.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_fourteen.seven.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_fourteen.eight.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_fourteen.nine.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .pull_fourteen.ten.columns {
  margin-left: -151.06383%;
}
.sixteen.colgrid .row .pull_fourteen.eleven.columns {
  margin-left: -157.44681%;
}
.sixteen.colgrid .row .pull_fourteen.twelve.columns {
  margin-left: -163.82979%;
}
.sixteen.colgrid .row .pull_fourteen.thirteen.columns {
  margin-left: -170.21277%;
}
.sixteen.colgrid .row .pull_fourteen.fourteen.columns {
  margin-left: -176.59574%;
}
.sixteen.colgrid .row .pull_fourteen.fifteen.columns {
  margin-left: -182.97872%;
}
.sixteen.colgrid .row .push_fifteen {
  margin-left: 97.87234%;
}
.sixteen.colgrid .row .push_fifteen:first-child {
  margin-left: 95.74468%;
}
.sixteen.colgrid .row .pull_fifteen.two.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_fifteen.three.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_fifteen.four.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_fifteen.five.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_fifteen.six.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_fifteen.seven.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_fifteen.eight.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .pull_fifteen.nine.columns {
  margin-left: -151.06383%;
}
.sixteen.colgrid .row .pull_fifteen.ten.columns {
  margin-left: -157.44681%;
}
.sixteen.colgrid .row .pull_fifteen.eleven.columns {
  margin-left: -163.82979%;
}
.sixteen.colgrid .row .pull_fifteen.twelve.columns {
  margin-left: -170.21277%;
}
.sixteen.colgrid .row .pull_fifteen.thirteen.columns {
  margin-left: -176.59574%;
}
.sixteen.colgrid .row .pull_fifteen.fourteen.columns {
  margin-left: -182.97872%;
}
.sixteen.colgrid .row .pull_fifteen.fifteen.columns {
  margin-left: -189.3617%;
}
.row .pull_one.one.column:first-child,
.row .pull_one.two.columns:first-child,
.row .pull_one.three.columns:first-child,
.row .pull_one.four.columns:first-child,
.row .pull_one.five.columns:first-child,
.row .pull_one.six.columns:first-child,
.row .pull_one.seven.columns:first-child,
.row .pull_one.eight.columns:first-child,
.row .pull_one.nine.columns:first-child,
.row .pull_one.ten.columns:first-child,
.row .pull_two.one.column:first-child,
.row .pull_two.two.columns:first-child,
.row .pull_two.three.columns:first-child,
.row .pull_two.four.columns:first-child,
.row .pull_two.five.columns:first-child,
.row .pull_two.six.columns:first-child,
.row .pull_two.seven.columns:first-child,
.row .pull_two.eight.columns:first-child,
.row .pull_two.nine.columns:first-child,
.row .pull_two.eleven.columns:first-child,
.row .pull_three.one.column:first-child,
.row .pull_three.two.columns:first-child,
.row .pull_three.three.columns:first-child,
.row .pull_three.four.columns:first-child,
.row .pull_three.five.columns:first-child,
.row .pull_three.six.columns:first-child,
.row .pull_three.seven.columns:first-child,
.row .pull_three.eight.columns:first-child,
.row .pull_three.ten.columns:first-child,
.row .pull_three.eleven.columns:first-child,
.row .pull_four.one.column:first-child,
.row .pull_four.two.columns:first-child,
.row .pull_four.three.columns:first-child,
.row .pull_four.four.columns:first-child,
.row .pull_four.five.columns:first-child,
.row .pull_four.six.columns:first-child,
.row .pull_four.seven.columns:first-child,
.row .pull_four.nine.columns:first-child,
.row .pull_four.ten.columns:first-child,
.row .pull_four.eleven.columns:first-child,
.row .pull_five.one.column:first-child,
.row .pull_five.two.columns:first-child,
.row .pull_five.three.columns:first-child,
.row .pull_five.four.columns:first-child,
.row .pull_five.five.columns:first-child,
.row .pull_five.six.columns:first-child,
.row .pull_five.eight.columns:first-child,
.row .pull_five.nine.columns:first-child,
.row .pull_five.ten.columns:first-child,
.row .pull_five.eleven.columns:first-child,
.row .pull_six.one.column:first-child,
.row .pull_six.two.columns:first-child,
.row .pull_six.three.columns:first-child,
.row .pull_six.four.columns:first-child,
.row .pull_six.five.columns:first-child,
.row .pull_six.seven.columns:first-child,
.row .pull_six.eight.columns:first-child,
.row .pull_six.nine.columns:first-child,
.row .pull_six.ten.columns:first-child,
.row .pull_six.eleven.columns:first-child,
.row .pull_seven.one.column:first-child,
.row .pull_seven.two.columns:first-child,
.row .pull_seven.three.columns:first-child,
.row .pull_seven.four.columns:first-child,
.row .pull_seven.six.columns:first-child,
.row .pull_seven.seven.columns:first-child,
.row .pull_seven.eight.columns:first-child,
.row .pull_seven.nine.columns:first-child,
.row .pull_seven.ten.columns:first-child,
.row .pull_seven.eleven.columns:first-child,
.row .pull_eight.one.column:first-child,
.row .pull_eight.two.columns:first-child,
.row .pull_eight.three.columns:first-child,
.row .pull_eight.five.columns:first-child,
.row .pull_eight.six.columns:first-child,
.row .pull_eight.seven.columns:first-child,
.row .pull_eight.eight.columns:first-child,
.row .pull_eight.nine.columns:first-child,
.row .pull_eight.ten.columns:first-child,
.row .pull_eight.eleven.columns:first-child,
.row .pull_nine.one.column:first-child,
.row .pull_nine.two.columns:first-child,
.row .pull_nine.four.columns:first-child,
.row .pull_nine.five.columns:first-child,
.row .pull_nine.six.columns:first-child,
.row .pull_nine.seven.columns:first-child,
.row .pull_nine.eight.columns:first-child,
.row .pull_nine.nine.columns:first-child,
.row .pull_nine.ten.columns:first-child,
.row .pull_nine.eleven.columns:first-child,
.row .pull_ten.one.column:first-child,
.row .pull_ten.three.columns:first-child,
.row .pull_ten.four.columns:first-child,
.row .pull_ten.five.columns:first-child,
.row .pull_ten.six.columns:first-child,
.row .pull_ten.seven.columns:first-child,
.row .pull_ten.eight.columns:first-child,
.row .pull_ten.nine.columns:first-child,
.row .pull_ten.ten.columns:first-child,
.row .pull_ten.eleven.columns:first-child,
.row .pull_eleven.two.columns:first-child,
.row .pull_eleven.three.columns:first-child,
.row .pull_eleven.four.columns:first-child,
.row .pull_eleven.five.columns:first-child,
.row .pull_eleven.six.columns:first-child,
.row .pull_eleven.seven.columns:first-child,
.row .pull_eleven.eight.columns:first-child,
.row .pull_eleven.nine.columns:first-child,
.row .pull_eleven.ten.columns:first-child,
.row .pull_eleven.eleven.columns:first-child,
.sixteen.colgrid .row .pull_one.one.column:first-child,
.sixteen.colgrid .row .pull_one.two.columns:first-child,
.sixteen.colgrid .row .pull_one.three.columns:first-child,
.sixteen.colgrid .row .pull_one.four.columns:first-child,
.sixteen.colgrid .row .pull_one.five.columns:first-child,
.sixteen.colgrid .row .pull_one.six.columns:first-child,
.sixteen.colgrid .row .pull_one.seven.columns:first-child,
.sixteen.colgrid .row .pull_one.eight.columns:first-child,
.sixteen.colgrid .row .pull_one.nine.columns:first-child,
.sixteen.colgrid .row .pull_one.ten.columns:first-child,
.sixteen.colgrid .row .pull_one.eleven.columns:first-child,
.sixteen.colgrid .row .pull_one.twelve.columns:first-child,
.sixteen.colgrid .row .pull_one.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_one.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_two.one.column:first-child,
.sixteen.colgrid .row .pull_two.two.columns:first-child,
.sixteen.colgrid .row .pull_two.three.columns:first-child,
.sixteen.colgrid .row .pull_two.four.columns:first-child,
.sixteen.colgrid .row .pull_two.five.columns:first-child,
.sixteen.colgrid .row .pull_two.six.columns:first-child,
.sixteen.colgrid .row .pull_two.seven.columns:first-child,
.sixteen.colgrid .row .pull_two.eight.columns:first-child,
.sixteen.colgrid .row .pull_two.nine.columns:first-child,
.sixteen.colgrid .row .pull_two.ten.columns:first-child,
.sixteen.colgrid .row .pull_two.eleven.columns:first-child,
.sixteen.colgrid .row .pull_two.twelve.columns:first-child,
.sixteen.colgrid .row .pull_two.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_two.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_three.one.column:first-child,
.sixteen.colgrid .row .pull_three.two.columns:first-child,
.sixteen.colgrid .row .pull_three.three.columns:first-child,
.sixteen.colgrid .row .pull_three.four.columns:first-child,
.sixteen.colgrid .row .pull_three.five.columns:first-child,
.sixteen.colgrid .row .pull_three.six.columns:first-child,
.sixteen.colgrid .row .pull_three.seven.columns:first-child,
.sixteen.colgrid .row .pull_three.eight.columns:first-child,
.sixteen.colgrid .row .pull_three.nine.columns:first-child,
.sixteen.colgrid .row .pull_three.ten.columns:first-child,
.sixteen.colgrid .row .pull_three.eleven.columns:first-child,
.sixteen.colgrid .row .pull_three.twelve.columns:first-child,
.sixteen.colgrid .row .pull_three.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_three.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_four.one.column:first-child,
.sixteen.colgrid .row .pull_four.two.columns:first-child,
.sixteen.colgrid .row .pull_four.three.columns:first-child,
.sixteen.colgrid .row .pull_four.four.columns:first-child,
.sixteen.colgrid .row .pull_four.five.columns:first-child,
.sixteen.colgrid .row .pull_four.six.columns:first-child,
.sixteen.colgrid .row .pull_four.seven.columns:first-child,
.sixteen.colgrid .row .pull_four.eight.columns:first-child,
.sixteen.colgrid .row .pull_four.nine.columns:first-child,
.sixteen.colgrid .row .pull_four.ten.columns:first-child,
.sixteen.colgrid .row .pull_four.eleven.columns:first-child,
.sixteen.colgrid .row .pull_four.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_four.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_four.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_five.one.column:first-child,
.sixteen.colgrid .row .pull_five.two.columns:first-child,
.sixteen.colgrid .row .pull_five.three.columns:first-child,
.sixteen.colgrid .row .pull_five.four.columns:first-child,
.sixteen.colgrid .row .pull_five.five.columns:first-child,
.sixteen.colgrid .row .pull_five.six.columns:first-child,
.sixteen.colgrid .row .pull_five.seven.columns:first-child,
.sixteen.colgrid .row .pull_five.eight.columns:first-child,
.sixteen.colgrid .row .pull_five.nine.columns:first-child,
.sixteen.colgrid .row .pull_five.ten.columns:first-child,
.sixteen.colgrid .row .pull_five.twelve.columns:first-child,
.sixteen.colgrid .row .pull_five.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_five.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_five.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_six.one.column:first-child,
.sixteen.colgrid .row .pull_six.two.columns:first-child,
.sixteen.colgrid .row .pull_six.three.columns:first-child,
.sixteen.colgrid .row .pull_six.four.columns:first-child,
.sixteen.colgrid .row .pull_six.five.columns:first-child,
.sixteen.colgrid .row .pull_six.six.columns:first-child,
.sixteen.colgrid .row .pull_six.seven.columns:first-child,
.sixteen.colgrid .row .pull_six.eight.columns:first-child,
.sixteen.colgrid .row .pull_six.nine.columns:first-child,
.sixteen.colgrid .row .pull_six.eleven.columns:first-child,
.sixteen.colgrid .row .pull_six.twelve.columns:first-child,
.sixteen.colgrid .row .pull_six.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_six.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_six.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_seven.one.column:first-child,
.sixteen.colgrid .row .pull_seven.two.columns:first-child,
.sixteen.colgrid .row .pull_seven.three.columns:first-child,
.sixteen.colgrid .row .pull_seven.four.columns:first-child,
.sixteen.colgrid .row .pull_seven.five.columns:first-child,
.sixteen.colgrid .row .pull_seven.six.columns:first-child,
.sixteen.colgrid .row .pull_seven.seven.columns:first-child,
.sixteen.colgrid .row .pull_seven.eight.columns:first-child,
.sixteen.colgrid .row .pull_seven.ten.columns:first-child,
.sixteen.colgrid .row .pull_seven.eleven.columns:first-child,
.sixteen.colgrid .row .pull_seven.twelve.columns:first-child,
.sixteen.colgrid .row .pull_seven.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_seven.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_seven.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_eight.one.column:first-child,
.sixteen.colgrid .row .pull_eight.two.columns:first-child,
.sixteen.colgrid .row .pull_eight.three.columns:first-child,
.sixteen.colgrid .row .pull_eight.four.columns:first-child,
.sixteen.colgrid .row .pull_eight.five.columns:first-child,
.sixteen.colgrid .row .pull_eight.six.columns:first-child,
.sixteen.colgrid .row .pull_eight.seven.columns:first-child,
.sixteen.colgrid .row .pull_eight.nine.columns:first-child,
.sixteen.colgrid .row .pull_eight.ten.columns:first-child,
.sixteen.colgrid .row .pull_eight.eleven.columns:first-child,
.sixteen.colgrid .row .pull_eight.twelve.columns:first-child,
.sixteen.colgrid .row .pull_eight.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_eight.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_eight.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_nine.one.column:first-child,
.sixteen.colgrid .row .pull_nine.two.columns:first-child,
.sixteen.colgrid .row .pull_nine.three.columns:first-child,
.sixteen.colgrid .row .pull_nine.four.columns:first-child,
.sixteen.colgrid .row .pull_nine.five.columns:first-child,
.sixteen.colgrid .row .pull_nine.six.columns:first-child,
.sixteen.colgrid .row .pull_nine.eight.columns:first-child,
.sixteen.colgrid .row .pull_nine.nine.columns:first-child,
.sixteen.colgrid .row .pull_nine.ten.columns:first-child,
.sixteen.colgrid .row .pull_nine.eleven.columns:first-child,
.sixteen.colgrid .row .pull_nine.twelve.columns:first-child,
.sixteen.colgrid .row .pull_nine.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_nine.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_nine.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_ten.one.column:first-child,
.sixteen.colgrid .row .pull_ten.two.columns:first-child,
.sixteen.colgrid .row .pull_ten.three.columns:first-child,
.sixteen.colgrid .row .pull_ten.four.columns:first-child,
.sixteen.colgrid .row .pull_ten.five.columns:first-child,
.sixteen.colgrid .row .pull_ten.seven.columns:first-child,
.sixteen.colgrid .row .pull_ten.eight.columns:first-child,
.sixteen.colgrid .row .pull_ten.nine.columns:first-child,
.sixteen.colgrid .row .pull_ten.ten.columns:first-child,
.sixteen.colgrid .row .pull_ten.eleven.columns:first-child,
.sixteen.colgrid .row .pull_ten.twelve.columns:first-child,
.sixteen.colgrid .row .pull_ten.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_ten.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_ten.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_eleven.one.column:first-child,
.sixteen.colgrid .row .pull_eleven.two.columns:first-child,
.sixteen.colgrid .row .pull_eleven.three.columns:first-child,
.sixteen.colgrid .row .pull_eleven.four.columns:first-child,
.sixteen.colgrid .row .pull_eleven.six.columns:first-child,
.sixteen.colgrid .row .pull_eleven.seven.columns:first-child,
.sixteen.colgrid .row .pull_eleven.eight.columns:first-child,
.sixteen.colgrid .row .pull_eleven.nine.columns:first-child,
.sixteen.colgrid .row .pull_eleven.ten.columns:first-child,
.sixteen.colgrid .row .pull_eleven.eleven.columns:first-child,
.sixteen.colgrid .row .pull_eleven.twelve.columns:first-child,
.sixteen.colgrid .row .pull_eleven.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_eleven.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_eleven.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_twelve.one.column:first-child,
.sixteen.colgrid .row .pull_twelve.two.columns:first-child,
.sixteen.colgrid .row .pull_twelve.three.columns:first-child,
.sixteen.colgrid .row .pull_twelve.five.columns:first-child,
.sixteen.colgrid .row .pull_twelve.six.columns:first-child,
.sixteen.colgrid .row .pull_twelve.seven.columns:first-child,
.sixteen.colgrid .row .pull_twelve.eight.columns:first-child,
.sixteen.colgrid .row .pull_twelve.nine.columns:first-child,
.sixteen.colgrid .row .pull_twelve.ten.columns:first-child,
.sixteen.colgrid .row .pull_twelve.eleven.columns:first-child,
.sixteen.colgrid .row .pull_twelve.twelve.columns:first-child,
.sixteen.colgrid .row .pull_twelve.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_twelve.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_twelve.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.one.column:first-child,
.sixteen.colgrid .row .pull_thirteen.two.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.four.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.five.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.six.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.seven.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.eight.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.nine.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.ten.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.eleven.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.twelve.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.one.column:first-child,
.sixteen.colgrid .row .pull_fourteen.three.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.four.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.five.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.six.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.seven.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.eight.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.nine.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.ten.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.eleven.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.twelve.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.two.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.three.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.four.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.five.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.six.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.seven.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.eight.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.nine.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.ten.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.eleven.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.twelve.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.fifteen.columns:first-child {
  margin-left: 0;
}
.row .pull_one.eleven.columns,
.row .pull_two.ten.columns,
.row .pull_three.nine.columns,
.row .pull_four.eight.columns,
.row .pull_five.seven.columns,
.row .pull_six.six.columns,
.row .pull_seven.five.columns,
.row .pull_eight.four.columns,
.row .pull_nine.three.columns,
.row .pull_ten.two.columns,
.row .pull_eleven.one.columns,
.sixteen.colgrid .row .pull_one.fifteen.columns,
.sixteen.colgrid .row .pull_two.fourteen.columns,
.sixteen.colgrid .row .pull_three.thirteen.columns,
.sixteen.colgrid .row .pull_four.twelve.columns,
.sixteen.colgrid .row .pull_five.eleven.columns,
.sixteen.colgrid .row .pull_six.ten.columns,
.sixteen.colgrid .row .pull_seven.nine.columns,
.sixteen.colgrid .row .pull_eight.eight.columns,
.sixteen.colgrid .row .pull_nine.seven.columns,
.sixteen.colgrid .row .pull_ten.six.columns,
.sixteen.colgrid .row .pull_eleven.five.columns,
.sixteen.colgrid .row .pull_twelve.four.columns,
.sixteen.colgrid .row .pull_thirteen.three.columns,
.sixteen.colgrid .row .pull_fourteen.two.columns,
.sixteen.colgrid .row .pull_fifteen.one.columns {
  margin-left: -100%;
}
/* Hybrid Centered Classes */
.sixteen.colgrid .row .one.centered {
  margin-left: 47.87234%;
}
.sixteen.colgrid .row .two.centered {
  margin-left: 44.68085%;
}
.sixteen.colgrid .row .three.centered {
  margin-left: 41.48936%;
}
.sixteen.colgrid .row .four.centered {
  margin-left: 38.29787%;
}
.sixteen.colgrid .row .five.centered {
  margin-left: 35.10638%;
}
.sixteen.colgrid .row .six.centered {
  margin-left: 31.91489%;
}
.sixteen.colgrid .row .seven.centered {
  margin-left: 28.7234%;
}
.sixteen.colgrid .row .eight.centered {
  margin-left: 25.53191%;
}
.sixteen.colgrid .row .nine.centered {
  margin-left: 22.34043%;
}
.sixteen.colgrid .row .ten.centered {
  margin-left: 19.14894%;
}
.sixteen.colgrid .row .eleven.centered {
  margin-left: 15.95745%;
}
.sixteen.colgrid .row .twelve.centered {
  margin-left: 12.76596%;
}
.sixteen.colgrid .row .thirteen.centered {
  margin-left: 9.57447%;
}
.sixteen.colgrid .row .fourteen.centered {
  margin-left: 6.38298%;
}
.sixteen.colgrid .row .fifteen.centered {
  margin-left: 3.19149%;
}
img,
object,
embed {
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.map_canvas img {
  max-width: none !important;
}
/* Tile Grid */
.tiles {
  display: block;
}
.tiles > li,
.tiles > .tile {
  display: block;
  height: auto;
  float: left;
  padding-bottom: 0;
}
.tiles.two_up {
  margin-left: -4%;
}
.tiles.two_up > li,
.tiles.two_up > .tile {
  margin-left: 4%;
  width: 46%;
}
.tiles.three_up,
.tiles.four_up {
  margin-left: -2%;
}
.tiles.three_up > li,
.tiles.three_up > .tile {
  margin-left: 2%;
  width: 31.3%;
}
.tiles.four_up > li,
.tiles.four_up > .tile {
  margin-left: 2%;
  width: 23%;
}
.tiles.five_up {
  margin-left: -1.5%;
}
.tiles.five_up > li,
.tiles.five_up > .tile {
  margin-left: 1.5%;
  width: 18.5%;
}
/* Nicolas Gallagher's micro clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.row {
  *zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.valign:before {
  content: ' ';
  display: inline-block;
  height: 400px;
  vertical-align: middle;
  margin-right: -0.25em;
}
.valign > div,
.valign > article,
.valign > section,
.valign > figure {
  display: inline-block;
  vertical-align: middle;
}
/* Mobile */
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
  }
  .container {
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .row {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .row .row .column,
  .row .row .columns {
    padding: 0;
  }
  .row .centered {
    margin-left: 0 !important;
  }
  .column,
  .columns {
    width: auto !important;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .column:last-child,
  .columns:last-child {
    margin-right: 0;
    float: none;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }
  [class*="column"]:before {
    display: table;
  }
  [class*="column"]:after {
    display: table;
    clear: both;
  }
  [class^="push_"],
  [class*="push_"],
  [class^="pull_"],
  [class*="pull_"] {
    margin-left: 0 !important;
  }
}
/* SHAME */
.ie8 .xxwide,
.ie8 .xwide,
.ie8 .wide,
.ie8 .normal,
.ie8 .narrow,
.ie8 .xnarrow {
  display: inline;
}
.ie8 .xxwide + input,
.ie8 .xwide + input,
.ie8 .wide + input,
.ie8 .normal + input,
.ie8 .narrow + input,
.ie8 .xnarrow + input {
  display: inline;
  margin: 0 0 0 -0.25em;
}
.ie8 .ttip:before,
.ie8 .ttip:after {
  display: none;
}
.ie8 .ttip:hover:before,
.ie8 .ttip:hover:after {
  display: block;
}
.ie9 .radio.checked i,
.ie9 .checkbox.checked i {
  top: 0;
}
/* ------------------ BASIC COLORS -------------------- */
/* ------------------ Additional color modifiers should be added in colors.less */
.-dark {
  color: #333;
}
.-light {
  color: #999;
}
.-white {
  color: white;
}
.-primary {
  color: #975814;
}
.-dark-bg {
  background: #333;
}
.-light-bg {
  background: #999;
}
.-white-bg {
  background: white;
}
.-primary-bg {
  background: #975814;
}
.-dark-hover:hover {
  color: #333;
}
.-light-hover:hover {
  color: #999;
}
.-white-hover:hover {
  color: white;
}
.-primary-hover:hover {
  color: #975814;
}
/* ------------------ DISPLAY -------------------- */
.-opacity-0 {
  opacity: 0;
}
.-opacity-25 {
  opacity: .25;
}
.-opacity-50 {
  opacity: .5;
}
.-opacity-75 {
  opacity: .75;
}
.-opacity-100 {
  opacity: 1;
}
/* ------------------ NOTIFIERS -------------------- */
.-warning {
  color: #fdc45b;
}
.-danger {
  color: red;
}
.-success {
  color: #5d5e58;
}
.-warning-bg {
  background: #fdc45b;
}
.-danger-bg {
  background: red;
}
.-success-bg {
  background: #5d5e58;
}
/* ------------------ LAYOUT -------------------- */
.-flex {
  display: flex;
}
.-flex .columns,
.-flex .column {
  margin: auto;
}
.-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 175px;
}
hr.clearfix {
  border: none;
  opacity: 0;
}
.-relative {
  position: relative;
}
.-block {
  display: block;
}
.-inline {
  display: inline;
}
.-inline-block {
  display: inline-block;
}
.-wide {
  max-width: 1800px;
}
.-centering {
  display: block;
  margin: auto;
  text-align: center;
}
/* ------------------ TYPOGRAPHY -------------------- */
.-caps,
.-uppercase {
  text-transform: uppercase;
}
.-lowercase {
  text-transform: lowercase;
}
.-titlecase,
.-capitalize {
  text-transform: capitalize;
}
.-no-transform {
  text-transform: none;
}
.-italic {
  font-style: italic;
}
.-bold {
  font-weight: 700;
}
.-small {
  font-size: 11px;
}
.-smaller {
  font-size: 13px;
}
.-regular {
  font-size: 16px;
  line-height: 21px;
}
.-medium {
  font-size: 20px;
  line-height: 25px;
}
.-bigger {
  font-size: 24px;
}
.-huge {
  font-size: 38px;
}
/* ------------------ ALIGNMENT -------------------- */
.-center,
.-align-center {
  text-align: center;
}
span.-center {
  display: block;
}
.-align-left {
  text-align: left;
}
.-align-right {
  text-align: right;
}
/* ------------------ ELEMENT STYLES -------------------- */
.-transition {
  transition: .2s linear all;
}
.-transition-slow {
  transition: .5s linear all;
}
.-shadow-small {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.-shadow {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.-shadow-medium {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.-shadow-large {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.-shadow-huge {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.-box-shadow {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.-gradient-fade {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f000000', endColorstr='#00000000', GradientType=1);
}
.-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 175px;
}
.-blur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
hr.clearfix {
  border: none;
  opacity: 0;
}
.-padding,
.-padding-20 {
  padding: 20px;
}
.-padding-top {
  padding-top: 20px;
}
.-padding-right {
  padding-right: 20px;
}
.-padding-bottom {
  padding-bottom: 20px;
}
.-padding-left {
  padding-left: 20px;
}
.-padding-horizontal {
  padding: 0 20px;
}
.-padding-vertical {
  padding: 20px 0;
}
.-padding-10 {
  padding: 10px;
}
.-padding-top-10 {
  padding-top: 10px;
}
.-padding-right-10 {
  padding-right: 10px;
}
.-padding-bottom-10 {
  padding-bottom: 10px;
}
.-padding-left-10 {
  padding-left: 10px;
}
.-padding-horizontal-10 {
  padding: 0 10px;
}
.-padding-vertical-10 {
  padding: 10px 0;
}
.-padding-5 {
  padding: 5px;
}
.-padding-top-5 {
  padding-top: 5px;
}
.-padding-right-5 {
  padding-right: 5px;
}
.-padding-bottom-5 {
  padding-bottom: 5px;
}
.-padding-left-5 {
  padding-left: 5px;
}
.-padding-horizontal-5 {
  padding: 0 5px;
}
.-padding-vertical-5 {
  padding: 5px 0;
}
.-padding-8 {
  padding: 8px;
}
.-padding-15 {
  padding: 15px;
}
.-strip {
  padding-top: 10px;
  padding-bottom: 10px;
}
.-box-small {
  padding-top: 30px;
  padding-bottom: 30px;
}
.-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.-box-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}
.-box-large {
  padding-top: 150px;
  padding-bottom: 150px;
}
.-box-top {
  padding-top: 50px;
}
.-box-top-small {
  padding-top: 30px;
}
.-box-top-medium {
  padding-top: 100px;
}
.-box-top-large {
  padding-top: 150px;
}
.-box-bottom {
  padding-bottom: 50px;
}
.-box-bottom-small {
  padding-bottom: 30px;
}
.-box-bottom-medium {
  padding-bottom: 100px;
}
.-box-bottom-large {
  padding-bottom: 150px;
}
.-box-10 {
  padding: 10px 0;
}
.-box-15 {
  padding: 15px 0;
}
.-box-20 {
  padding: 20px 0;
}
.-box-30 {
  padding: 30px 0;
}
.-box-50 {
  padding: 50px 0;
}
.-box-80 {
  padding: 80px 0;
}
.-margin {
  margin: 20px;
}
.-margin-top {
  margin-top: 20px;
}
.-margin-right {
  margin-right: 20px;
}
.-margin-bottom {
  margin-bottom: 20px;
}
.-margin-left {
  margin-left: 20px;
}
.-margin-horizontal {
  margin: 0 20px;
}
.-margin-vertical {
  margin: 20px 0;
}
.-margin-10 {
  margin: 10px;
}
.-margin-top-10 {
  margin-top: 10px;
}
.-margin-right-10 {
  margin-right: 10px;
}
.-margin-bottom-10 {
  margin-bottom: 10px;
}
.-margin-left-10 {
  margin-left: 10px;
}
.-margin-horizontal-10 {
  margin: 0 10px;
}
.-margin-vertical-10 {
  margin: 10px 0;
}
.-margin-5 {
  margin: 5px;
}
.-margin-top-5 {
  margin-top: 5px;
}
.-margin-right-5 {
  margin-right: 5px;
}
.-margin-bottom-5 {
  margin-bottom: 5px;
}
.-margin-left-5 {
  margin-left: 5px;
}
.-margin-horizontal-5 {
  margin: 0 5px;
}
.-margin-vertical-5 {
  margin: 5px 0;
}
/* ------------------ EVENT MODIFIERS -------------------- */
.-hidden {
  display: none;
}
.-hidden.active {
  display: block;
}
.-pointer {
  cursor: pointer;
}
/* ------------------ BORDERS -------------------- */
.-border-top {
  border-top: 1px solid;
}
.-border-right {
  border-right: 1px solid;
}
.-border-bottom {
  border-bottom: 1px solid;
}
.-border-left {
  border-left: 1px solid;
}
.-border {
  border: 1px solid;
}
.-border-white {
  border-color: white;
}
.-border-dark {
  border-color: #333;
}
.-border-light {
  border-color: #999;
}
.-rounded {
  border-radius: 5px;
}
.-rounded-bottom {
  border-radius: 0 0 5px 5px;
}
.-rounded-top {
  border-radius: 5px 5px 0 0;
}
.-rounded-left {
  border-radius: 5px 0 0 5px;
}
.-rounded-right {
  border-radius: 0 5px 5px 0;
}
.-rounded-top-left {
  border-radius: 5px 0 0 0;
}
.-rounded-top-right {
  border-radius: 0 5px 0 0;
}
.-rounded-bottom-right {
  border-radius: 0 0 5px 0;
}
.-rounded-bottom-left {
  border-radius: 0 0 0 5px;
}
/* ------------------ TRANSFORMS -------------------- */
.-rotated-45 {
  transform: rotate(45deg);
}
.-rotated-90 {
  transform: rotate(90deg);
}
/* ------------------ RESPONSIVE -------------------- */
.-no-mobile {
  display: block;
}
.-no-desktop {
  display: none;
}
.grid,
.flex-row {
  position: relative;
  display: flex;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  flex-flow: row wrap;
}
.-full {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}
.-nowrap {
  flex-wrap: nowrap;
}
.-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.-justify-start {
  justify-content: flex-start;
}
.-justify-end {
  justify-content: flex-end;
}
.-justify-center {
  justify-content: center;
}
.-justify-space,
.-space-between {
  justify-content: space-between;
}
.-justify-around,
.-space-around {
  justify-content: space-around;
}
.-reverse {
  flex-direction: row-reverse;
}
.-vertical {
  flex-direction: column;
  flex-wrap: nowrap;
}
.-vertical.-reverse {
  flex-direction: column-reverse;
  flex-wrap: nowrap;
}
.-flex-align-top {
  align-items: flex-start;
  align-self: flex-start;
}
.-flex-align-bottom {
  align-items: flex-end;
  align-self: flex-end;
}
.-flex-align-center {
  align-items: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.-flex-align-baseline {
  align-items: baseline;
}
.-flex-align-stretch {
  align-items: stretch;
}
.cell {
  flex: 1 1 auto;
  min-height: 0px;
  min-width: 0px;
  max-width: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cell.-fit {
  flex: 0 0 auto;
  width: auto;
}
.cell.-fill {
  flex: 1 1;
  width: auto;
}
.cell.-collapse {
  margin-left: 0;
  margin-right: 0;
}
.cell.-collapse-padding {
  padding-left: 0;
  padding-right: 0;
}
.-hide {
  display: none !important;
}
.-show {
  display: inherit !important;
}
._twelve {
  max-width: calc(99%);
  flex: 0 0 calc(99%);
}
._twelve.-collapse {
  max-width: calc(100%);
  flex: 0 0 calc(100%);
}
.-order-12 {
  order: 12;
}
._eleven {
  max-width: calc(90.66666667%);
  flex: 0 0 calc(90.66666667%);
}
._eleven.-collapse {
  max-width: calc(91.66666667%);
  flex: 0 0 calc(91.66666667%);
}
.-order-11 {
  order: 11;
}
._ten {
  max-width: calc(82.33333333%);
  flex: 0 0 calc(82.33333333%);
}
._ten.-collapse {
  max-width: calc(83.33333333%);
  flex: 0 0 calc(83.33333333%);
}
.-order-10 {
  order: 10;
}
._nine {
  max-width: calc(74%);
  flex: 0 0 calc(74%);
}
._nine.-collapse {
  max-width: calc(75%);
  flex: 0 0 calc(75%);
}
.-order-9 {
  order: 9;
}
._eight {
  max-width: calc(65.66666667%);
  flex: 0 0 calc(65.66666667%);
}
._eight.-collapse {
  max-width: calc(66.66666667%);
  flex: 0 0 calc(66.66666667%);
}
.-order-8 {
  order: 8;
}
._seven {
  max-width: calc(57.33333333%);
  flex: 0 0 calc(57.33333333%);
}
._seven.-collapse {
  max-width: calc(58.33333333%);
  flex: 0 0 calc(58.33333333%);
}
.-order-7 {
  order: 7;
}
._six {
  max-width: calc(49%);
  flex: 0 0 calc(49%);
}
._six.-collapse {
  max-width: calc(50%);
  flex: 0 0 calc(50%);
}
.-order-6 {
  order: 6;
}
._five {
  max-width: calc(40.66666667%);
  flex: 0 0 calc(40.66666667%);
}
._five.-collapse {
  max-width: calc(41.66666667%);
  flex: 0 0 calc(41.66666667%);
}
.-order-5 {
  order: 5;
}
._four {
  max-width: calc(32.33333333%);
  flex: 0 0 calc(32.33333333%);
}
._four.-collapse {
  max-width: calc(33.33333333%);
  flex: 0 0 calc(33.33333333%);
}
.-order-4 {
  order: 4;
}
._three {
  max-width: calc(24%);
  flex: 0 0 calc(24%);
}
._three.-collapse {
  max-width: calc(25%);
  flex: 0 0 calc(25%);
}
.-order-3 {
  order: 3;
}
._two {
  max-width: calc(15.66666667%);
  flex: 0 0 calc(15.66666667%);
}
._two.-collapse {
  max-width: calc(16.66666667%);
  flex: 0 0 calc(16.66666667%);
}
.-order-2 {
  order: 2;
}
._one {
  max-width: calc(7.33333333%);
  flex: 0 0 calc(7.33333333%);
}
._one.-collapse {
  max-width: calc(8.33333333%);
  flex: 0 0 calc(8.33333333%);
}
.-order-1 {
  order: 1;
}
._fifth {
  max-width: calc(19%);
  flex: 0 0 calc(19%);
}
._fifth.-collapse {
  max-width: 20%;
  flex: 0 0 20%;
}
@media only screen and (min-width: 480px) {
  .-small-hide {
    display: none !important;
  }
  .-small-show {
    display: inherit !important;
  }
  .-small-text-left {
    text-align: left;
  }
  .-small-text-right {
    text-align: right;
  }
  .-small-text-center {
    text-align: center;
  }
  .-small-text-justify {
    text-align: justify;
  }
  .-small-twelve {
    max-width: calc(99%);
    flex: 0 0 calc(99%);
  }
  .-small-twelve.collapse {
    max-width: calc(100%);
    flex: 0 0 calc(100%);
  }
  .-small-order-12 {
    order: 12;
  }
  .-small-eleven {
    max-width: calc(90.66666667%);
    flex: 0 0 calc(90.66666667%);
  }
  .-small-eleven.-collapse {
    max-width: calc(91.66666667%);
    flex: 0 0 calc(91.66666667%);
  }
  .-small-order-11 {
    order: 11;
  }
  .-small-ten {
    max-width: calc(82.33333333%);
    flex: 0 0 calc(82.33333333%);
  }
  .-small-ten.-collapse {
    max-width: calc(83.33333333%);
    flex: 0 0 calc(83.33333333%);
  }
  .-small-order-10 {
    order: 10;
  }
  .-small-nine {
    max-width: calc(74%);
    flex: 0 0 calc(74%);
  }
  .-small-nine.-collapse {
    max-width: calc(75%);
    flex: 0 0 calc(75%);
  }
  .-small-order-9 {
    order: 9;
  }
  .-small-eight {
    max-width: calc(65.66666667%);
    flex: 0 0 calc(65.66666667%);
  }
  .-small-eight.-collapse {
    max-width: calc(66.66666667%);
    flex: 0 0 calc(66.66666667%);
  }
  .-small-order-8 {
    order: 8;
  }
  .-small-seven {
    max-width: calc(57.33333333%);
    flex: 0 0 calc(57.33333333%);
  }
  .-small-seven.-collapse {
    max-width: calc(58.33333333%);
    flex: 0 0 calc(58.33333333%);
  }
  .-small-order-7 {
    order: 7;
  }
  .-small-six {
    max-width: calc(49%);
    flex: 0 0 calc(49%);
  }
  .-small-six.-collapse {
    max-width: calc(50%);
    flex: 0 0 calc(50%);
  }
  .-small-order-6 {
    order: 6;
  }
  .-small-five {
    max-width: calc(40.66666667%);
    flex: 0 0 calc(40.66666667%);
  }
  .-small-five.-collapse {
    max-width: calc(41.66666667%);
    flex: 0 0 calc(41.66666667%);
  }
  .-small-order-5 {
    order: 5;
  }
  .-small-four {
    max-width: calc(32.33333333%);
    flex: 0 0 calc(32.33333333%);
  }
  .-small-four.-collapse {
    max-width: calc(33.33333333%);
    flex: 0 0 calc(33.33333333%);
  }
  .-small-order-4 {
    order: 4;
  }
  .-small-three {
    max-width: calc(24%);
    flex: 0 0 calc(24%);
  }
  .-small-three.-collapse {
    max-width: calc(25%);
    flex: 0 0 calc(25%);
  }
  .-small-order-3 {
    order: 3;
  }
  .-small-two {
    max-width: calc(15.66666667%);
    flex: 0 0 calc(15.66666667%);
  }
  .-small-two.-collapse {
    max-width: calc(16.66666667%);
    flex: 0 0 calc(16.66666667%);
  }
  .-small-order-2 {
    order: 2;
  }
  .-small-one {
    max-width: calc(7.33333333%);
    flex: 0 0 calc(7.33333333%);
  }
  .-small-one.-collapse {
    max-width: calc(8.33333333%);
    flex: 0 0 calc(8.33333333%);
  }
  .-small-order-1 {
    order: 1;
  }
  .-small-fifth {
    max-width: calc(19%);
    flex: 0 0 calc(19%);
  }
  .-small-fifth.-collapse {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@media only screen and (min-width: 768px) {
  .-medium-hide {
    display: none !important;
  }
  .-medium-show {
    display: inherit !important;
  }
  .-medium-text-left {
    text-align: left;
  }
  .-medium-text-right {
    text-align: right;
  }
  .-medium-text-center {
    text-align: center;
  }
  .-medium-text-justify {
    text-align: justify;
  }
  .-medium-twelve {
    max-width: calc(99%);
    flex: 0 0 calc(99%);
  }
  .-medium-twelve.-collapse {
    max-width: calc(100%);
    flex: 0 0 calc(100%);
  }
  .-medium-order-12 {
    order: 12;
  }
  .-medium-eleven {
    max-width: calc(90.66666667%);
    flex: 0 0 calc(90.66666667%);
  }
  .-medium-eleven.-collapse {
    max-width: calc(91.66666667%);
    flex: 0 0 calc(91.66666667%);
  }
  .-medium-order-11 {
    order: 11;
  }
  .-medium-ten {
    max-width: calc(82.33333333%);
    flex: 0 0 calc(82.33333333%);
  }
  .-medium-ten.-collapse {
    max-width: calc(83.33333333%);
    flex: 0 0 calc(83.33333333%);
  }
  .-medium-order-10 {
    order: 10;
  }
  .-medium-nine {
    max-width: calc(74%);
    flex: 0 0 calc(74%);
  }
  .-medium-nine.-collapse {
    max-width: calc(75%);
    flex: 0 0 calc(75%);
  }
  .-medium-order-9 {
    order: 9;
  }
  .-medium-eight {
    max-width: calc(65.66666667%);
    flex: 0 0 calc(65.66666667%);
  }
  .-medium-eight.-collapse {
    max-width: calc(66.66666667%);
    flex: 0 0 calc(66.66666667%);
  }
  .-medium-order-8 {
    order: 8;
  }
  .-medium-seven {
    max-width: calc(57.33333333%);
    flex: 0 0 calc(57.33333333%);
  }
  .-medium-seven.-collapse {
    max-width: calc(58.33333333%);
    flex: 0 0 calc(58.33333333%);
  }
  .-medium-order-7 {
    order: 7;
  }
  .-medium-six {
    max-width: calc(49%);
    flex: 0 0 calc(49%);
  }
  .-medium-six.collapse {
    max-width: calc(50%);
    flex: 0 0 calc(50%);
  }
  .-medium-order-6 {
    order: 6;
  }
  .-medium-five {
    max-width: calc(40.66666667%);
    flex: 0 0 calc(40.66666667%);
  }
  .-medium-five.collapse {
    max-width: calc(41.66666667%);
    flex: 0 0 calc(41.66666667%);
  }
  .-medium-order-5 {
    order: 5;
  }
  .-medium-four {
    max-width: calc(32.33333333%);
    flex: 0 0 calc(32.33333333%);
  }
  .-medium-four.-collapse {
    max-width: calc(33.33333333%);
    flex: 0 0 calc(33.33333333%);
  }
  .-medium-order-4 {
    order: 4;
  }
  .-medium-three {
    max-width: calc(24%);
    flex: 0 0 calc(24%);
  }
  .-medium-three.-collapse {
    max-width: calc(25%);
    flex: 0 0 calc(25%);
  }
  .-medium-order-3 {
    order: 3;
  }
  .-medium-two {
    max-width: calc(15.66666667%);
    flex: 0 0 calc(15.66666667%);
  }
  .-medium-two.-collapse {
    max-width: calc(16.66666667%);
    flex: 0 0 calc(16.66666667%);
  }
  .-medium-order-2 {
    order: 2;
  }
  .-medium-one {
    max-width: calc(7.33333333%);
    flex: 0 0 calc(7.33333333%);
  }
  .-medium-one.-collapse {
    max-width: calc(8.33333333%);
    flex: 0 0 calc(8.33333333%);
  }
  .-medium-order-1 {
    order: 1;
  }
  .-medium-fifth {
    max-width: calc(19%);
    flex: 0 0 calc(19%);
  }
  .-medium-fifth.-collapse {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@media only screen and (min-width: 1024px) {
  .-large-hide {
    display: none !important;
  }
  .-large-show {
    display: inherit !important;
  }
  .-large-text-left {
    text-align: left;
  }
  .-large-text-right {
    text-align: right;
  }
  .-large-text-center {
    text-align: center;
  }
  .-large-text-justify {
    text-align: justify;
  }
  .-large-twelve {
    max-width: calc(99%);
    flex: 0 0 calc(99%);
  }
  .-large-twelve.-collapse {
    max-width: calc(100%);
    flex: 0 0 calc(100%);
  }
  .-large-order-12 {
    order: 12;
  }
  .-large-eleven {
    max-width: calc(90.66666667%);
    flex: 0 0 calc(90.66666667%);
  }
  .-large-eleven.-collapse {
    max-width: calc(91.66666667%);
    flex: 0 0 calc(91.66666667%);
  }
  .-large-order-11 {
    order: 11;
  }
  .-large-ten {
    max-width: calc(82.33333333%);
    flex: 0 0 calc(82.33333333%);
  }
  .-large-ten.-collapse {
    max-width: calc(83.33333333%);
    flex: 0 0 calc(83.33333333%);
  }
  .-large-order-10 {
    order: 10;
  }
  .-large-nine {
    max-width: calc(74%);
    flex: 0 0 calc(74%);
  }
  .-large-nine.-collapse {
    max-width: calc(75%);
    flex: 0 0 calc(75%);
  }
  .-large-order-9 {
    order: 9;
  }
  .-large-eight {
    max-width: calc(65.66666667%);
    flex: 0 0 calc(65.66666667%);
  }
  .-large-eight.-collapse {
    max-width: calc(66.66666667%);
    flex: 0 0 calc(66.66666667%);
  }
  .-large-order-8 {
    order: 8;
  }
  .-large-seven {
    max-width: calc(57.33333333%);
    flex: 0 0 calc(57.33333333%);
  }
  .-large-seven.-collapse {
    max-width: calc(58.33333333%);
    flex: 0 0 calc(58.33333333%);
  }
  .-large-order-7 {
    order: 7;
  }
  .-large-six {
    max-width: calc(49%);
    flex: 0 0 calc(49%);
  }
  .-large-six.collapse {
    max-width: calc(50%);
    flex: 0 0 calc(50%);
  }
  .-large-order-6 {
    order: 6;
  }
  .-large-five {
    max-width: calc(40.66666667%);
    flex: 0 0 calc(40.66666667%);
  }
  .-large-five.-collapse {
    max-width: calc(41.66666667%);
    flex: 0 0 calc(41.66666667%);
  }
  .-large-order-5 {
    order: 5;
  }
  .-large-four {
    max-width: calc(32.33333333%);
    flex: 0 0 calc(32.33333333%);
  }
  .-large-four.-collapse {
    max-width: calc(33.33333333%);
    flex: 0 0 calc(33.33333333%);
  }
  .-large-order-4 {
    order: 4;
  }
  .-large-three {
    max-width: calc(24%);
    flex: 0 0 calc(24%);
  }
  .-large-three.-collapse {
    max-width: calc(25%);
    flex: 0 0 calc(25%);
  }
  .-large-order-3 {
    order: 3;
  }
  .-large-two {
    max-width: calc(15.66666667%);
    flex: 0 0 calc(15.66666667%);
  }
  .-large-two.-collapse {
    max-width: calc(16.66666667%);
    flex: 0 0 calc(16.66666667%);
  }
  .-large-order-2 {
    order: 2;
  }
  .-large-one {
    max-width: calc(7.33333333%);
    flex: 0 0 calc(7.33333333%);
  }
  .-large-one.-collapse {
    max-width: calc(8.33333333%);
    flex: 0 0 calc(8.33333333%);
  }
  .-large-order-1 {
    order: 1;
  }
  .-large-fifth {
    max-width: calc(19%);
    flex: 0 0 calc(19%);
  }
  .-large-fifth.-collapse {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .-xlarge-hide {
    display: none !important;
  }
  .-xlarge-show {
    display: inherit !important;
  }
  .-xlarge-text-left {
    text-align: left;
  }
  .-xlarge-text-right {
    text-align: right;
  }
  .-xlarge-text-center {
    text-align: center;
  }
  .-xlarge-text-justify {
    text-align: justify;
  }
  .-xlarge-twelve {
    max-width: calc(99%);
    flex: 0 0 calc(99%);
  }
  .-xlarge-twelve.collapse {
    max-width: calc(100%);
    flex: 0 0 calc(100%);
  }
  .-xlarge-order-12 {
    order: 12;
  }
  .-xlarge-eleven {
    max-width: calc(90.66666667%);
    flex: 0 0 calc(90.66666667%);
  }
  .-xlarge-eleven.-collapse {
    max-width: calc(91.66666667%);
    flex: 0 0 calc(91.66666667%);
  }
  .-xlarge-order-11 {
    order: 11;
  }
  .-xlarge-ten {
    max-width: calc(82.33333333%);
    flex: 0 0 calc(82.33333333%);
  }
  .-xlarge-ten.-collapse {
    max-width: calc(83.33333333%);
    flex: 0 0 calc(83.33333333%);
  }
  .-xlarge-order-10 {
    order: 10;
  }
  .-xlarge-nine {
    max-width: calc(74%);
    flex: 0 0 calc(74%);
  }
  .-xlarge-nine.-collapse {
    max-width: calc(75%);
    flex: 0 0 calc(75%);
  }
  .-xlarge-order-9 {
    order: 9;
  }
  .-xlarge-eight {
    max-width: calc(65.66666667%);
    flex: 0 0 calc(65.66666667%);
  }
  .-xlarge-eight.collapse {
    max-width: calc(66.66666667%);
    flex: 0 0 calc(66.66666667%);
  }
  .-xlarge-order-8 {
    order: 8;
  }
  .-xlarge-seven {
    max-width: calc(57.33333333%);
    flex: 0 0 calc(57.33333333%);
  }
  .-xlarge-seven.-collapse {
    max-width: calc(58.33333333%);
    flex: 0 0 calc(58.33333333%);
  }
  .-xlarge-order-7 {
    order: 7;
  }
  .-xlarge-six {
    max-width: calc(49%);
    flex: 0 0 calc(49%);
  }
  .-xlarge-six.-collapse {
    max-width: calc(50%);
    flex: 0 0 calc(50%);
  }
  .-xlarge-order-6 {
    order: 6;
  }
  .-xlarge-five {
    max-width: calc(40.66666667%);
    flex: 0 0 calc(40.66666667%);
  }
  .-xlarge-five.-collapse {
    max-width: calc(41.66666667%);
    flex: 0 0 calc(41.66666667%);
  }
  .-xlarge-order-5 {
    order: 5;
  }
  .-xlarge-four {
    max-width: calc(32.33333333%);
    flex: 0 0 calc(32.33333333%);
  }
  .-xlarge-four.-collapse {
    max-width: calc(33.33333333%);
    flex: 0 0 calc(33.33333333%);
  }
  .-xlarge-order-4 {
    order: 4;
  }
  .-xlarge-three {
    max-width: calc(24%);
    flex: 0 0 calc(24%);
  }
  .-xlarge-three.-collapse {
    max-width: calc(25%);
    flex: 0 0 calc(25%);
  }
  .-xlarge-order-3 {
    order: 3;
  }
  .-xlarge-two {
    max-width: calc(15.66666667%);
    flex: 0 0 calc(15.66666667%);
  }
  .-xlarge-two.-collapse {
    max-width: calc(16.66666667%);
    flex: 0 0 calc(16.66666667%);
  }
  .-xlarge-order-2 {
    order: 2;
  }
  .-xlarge-one {
    max-width: calc(7.33333333%);
    flex: 0 0 calc(7.33333333%);
  }
  .-xlarge-one.-collapse {
    max-width: calc(8.33333333%);
    flex: 0 0 calc(8.33333333%);
  }
  .-xlarge-order-1 {
    order: 1;
  }
  .-xlarge-fifth {
    max-width: calc(19%);
    flex: 0 0 calc(19%);
  }
  .-xlarge-fifth.-collapse {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
    transform-origin: center center;
  }
  to {
    transform: rotate(360deg);
    transform-origin: center center;
  }
}
.animate__animated,
.-animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
}
.animate__animated.animate__repeat-2 {
  animation-iteration-count: calc(2);
}
.animate__animated.animate__repeat-3 {
  animation-iteration-count: calc(3);
}
.animate__animated.animate__delay-1s {
  animation-delay: 1s;
}
.animate__animated.animate__delay-2s {
  animation-delay: calc(2s);
}
.animate__animated.animate__delay-3s {
  animation-delay: calc(3s);
}
.animate__animated.animate__delay-4s {
  animation-delay: calc(4s);
}
.animate__animated.animate__delay-5s {
  animation-delay: calc(5s);
}
.animate__animated.animate__faster {
  animation-duration: calc(0.5s);
}
.animate__animated.animate__fast {
  animation-duration: calc(0.8s);
}
.animate__animated.animate__slow {
  animation-duration: calc(2s);
}
.animate__animated.animate__slower {
  animation-duration: calc(3s);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: calc(1.3s);
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
}
/* Back exits */
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  animation-duration: calc(0.75s);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: calc(0.75s);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  animation-duration: calc(0.75s);
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  animation-duration: calc(0.75s);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
/* Lightspeed */
@keyframes lightSpeedInRight {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  from {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  from {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  from {
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
/* Rotating exits */
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
/* Specials */
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: calc(2s);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}
/* Zooming entrances */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}
/* Zooming exits */
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
/* Sliding entrances */
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}
/* Sliding exits */
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}
input,
select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: #efe9db;
  width: 100%;
  padding: 8px;
  font-size: 1.3em;
  font-family: "acumin-pro", sans-serif;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  left: -40px;
  top: 2px;
  width: 20px;
  z-index: -1;
  transition: .2s linear all;
}
input[type="checkbox"]:checked {
  width: calc(90% + 20px);
}
.guide-checkboxes label {
  margin-top: 30px;
  position: relative;
  display: block;
  z-index: 3;
  padding-left: 40px;
}
.guide-checkboxes input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  left: 0px;
  top: 2px;
  height: 20px;
  width: 20px;
  z-index: -1;
  transition: .2s linear all;
}
.guide-checkboxes input[type="checkbox"]:checked {
  width: calc(90% + 20px);
}
select {
  border-radius: 0px;
}
form .row {
  margin-top: 20px;
}
label {
  color: #975814;
  font-family: "brothers";
  font-weight: 700;
}
form h4 {
  color: #efe9db;
  margin-top: 20px;
  font-family: "brothers";
  font-weight: 700;
}
form span {
  opacity: .2;
  color: #999;
}
.guide-submit {
  width: 100%;
  padding: 8px;
  font-size: 1.3em;
  background-color: #975814;
  font-family: "brothers";
  font-weight: 700;
  color: #efe9db;
  cursor: pointer;
  transition: .2s linear all;
}
.guide-submit:hover {
  color: #975814;
  background-color: #efe9db;
}
.form-content {
  align-content: center;
  padding-bottom: 50px;
}
.submit-button {
  margin-top: 40px;
}
textarea {
  width: 100%;
  height: 200px;
  background-color: #efe9db;
}
.form-field {
  padding-top: 10px;
}
/* ------------------ GENERAL -------------------- */
.strip {
  padding-top: 10px;
  padding-bottom: 10px;
}
.box-sml {
  padding-top: 30px;
  padding-bottom: 30px;
}
.box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.box-med {
  padding-top: 100px;
  padding-bottom: 100px;
}
.box-lrg {
  padding-top: 150px;
  padding-bottom: 150px;
}
.box-top {
  padding-top: 100px;
}
.box-bot {
  padding-bottom: 100px;
}
.box-bot-sml {
  padding-bottom: 40px;
}
.row {
  max-width: 1400px;
}
.wide {
  max-width: 1800px;
}
.cap {
  text-transform: uppercase;
}
.centering,
.centering p {
  display: block;
  margin: auto;
  text-align: center;
}
.flex {
  display: flex;
  justify-content: center;
}
.six-special {
  width: 50%;
  margin-left: 0px;
}
.bold {
  font-weight: 700;
}
.push_half {
  margin-left: 6.51064%;
}
body {
  background-color: #333;
}
h1 {
  color: #efe9db;
  font-family: "brothers";
  font-weight: 700;
}
h2 {
  color: #975814;
  padding-bottom: 25px;
  font-size: 30px;
  font-family: "brothers";
  font-weight: 700;
}
header {
  position: relative;
  height: auto;
  padding-left: 10%;
  background: #333;
}
.navigation {
  position: relative;
  padding: 30px 0;
  z-index: 99;
}
.navigation .logo {
  max-width: 250px;
}
.nav-wrap {
  position: absolute;
  display: flex;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
.nav {
  display: flex;
  align-items: right;
  justify-content: right;
  height: 50px;
  text-align: right;
  margin: auto 5% auto auto;
  z-index: 99;
  pointer-events: auto;
}
.nav li {
  position: inline-block;
  padding: 10px;
}
.nav li ul {
  position: absolute;
  display: none;
  width: 100%;
  top: 0px;
  transition: .2s linear all;
}
.nav li:hover ul {
  position: absolute;
  display: flex;
  left: 0px;
  margin-left: 0px;
  flex-wrap: wrap;
  padding: 50px;
  padding-left: 20%;
  background-color: rgba(51, 51, 51, 0.9);
  top: 70px;
  z-index: -1;
  text-align: left;
}
.nav li:hover ul li {
  flex: 1;
  min-width: 23%;
  max-width: 23%;
}
.nav a {
  color: white;
  text-transform: uppercase;
}
.nav .strong {
  font-weight: 700;
}
@media (max-width: 1480px) {
  .navigation .logo {
    max-width: 200px;
  }
}
.social {
  position: absolute;
  display: flex;
  width: 10%;
  top: 0;
  left: 0;
  bottom: 0;
}
.social ul {
  margin: auto;
  width: auto;
}
.social li {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
.social a {
  color: #999;
  font-size: 24px;
  transition: .2s linear all;
}
.social a:hover {
  color: white;
}
.slider {
  width: 100%;
  height: 550px;
  background: url('/img/header.jpg');
  background-size: cover;
  background-position: center;
}
.homepage-slider {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
.homepage-slider .slide {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  opacity: 0;
  transition: linear all .7s;
}
.homepage-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.homepage-slider .slide.active {
  left: 0;
  opacity: 1;
}
.hero {
  position: relative;
  width: 100%;
  height: 550px;
  background: #999;
}
.hero p {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: #efe9db;
  margin-bottom: 0px;
  padding: 5px;
}
.hero img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 550px;
}
.intro-belt {
  padding: 130px 0;
}
.belt {
  padding: 30px 0;
}
.belt-top {
  padding: 130px 30px 60px 30px;
}
.cta-bar {
  position: relative;
  background: #5d5e58;
  height: 60px;
  padding-left: 30%;
}
.cta-bar p {
  text-transform: uppercase;
  color: #efe9db;
  padding: 15px 10px 10px 24px;
  line-height: 16px;
}
.cta-bar p span {
  display: block;
  font-size: 18px;
  font-family: "brothers";
  font-weight: 700;
}
.cta-bar .cta {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-around;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  background: #efe9db;
}
.cta-bar .cta a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #5d5e58;
  font-family: "brothers";
  font-weight: 700;
}
.cta-bar .cta a span {
  display: inline-block;
}
.cta-bar .cta a i {
  display: inline-block;
  font-size: 24px;
  padding-right: 15px;
}
.cta-bar.page {
  padding-left: 0px;
}
.cta-bar.page p {
  margin-left: 17.02128%;
  padding-left: 0px;
}
.cta-bar.page .slide-nav {
  margin-left: 16.02128%;
}
.slides {
  display: block;
  position: absolute;
  top: -45px;
  left: 42%;
  max-width: 800px;
}
.slides .slide {
  position: relative;
  background: #efe9db;
  height: 150px;
  width: 210px;
  margin: 0 20px;
  box-shadow: 0px 0px 60px -3px rgba(0, 0, 0, 0.33);
}
.slides .slide p {
  position: absolute;
  top: 0;
  bottom: -14px;
  left: 0;
  right: 0;
  margin-left: 0px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  padding-top: 30px;
  opacity: 0;
  text-transform: uppercase;
  color: white;
  line-height: 24px;
  transition: .2s linear all;
  z-index: 2;
}
.slides .slide .credit {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: #efe9db;
  margin-bottom: 0px;
  padding: 5px;
  font-size: 8px;
  z-index: 1;
}
.slides .slide:hover p {
  opacity: 1;
  padding-top: 20px;
}
.slide-nav {
  width: 150px;
  padding: 0 30px;
}
.slide-nav .more {
  border: 3px solid #5d5e58;
}
.page-intro {
  color: #efe9db;
}
.page-intro span {
  font-family: "brothers";
  font-weight: 700;
}
.page-content {
  color: #efe9db;
}
.page-content a {
  color: #975814;
}
.overlap {
  margin-top: -60px;
}
.sponsor .image {
  background: #efe9db;
  height: 200px;
}
.sponsor .image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 200px;
}
.sponsor .content {
  position: relative;
  background: #231f20;
  padding: 20px 20px 40px 20px;
}
.sponsor .content h4 {
  color: #efe9db;
  font-family: "brothers";
  font-weight: 700;
  font-size: 18px;
}
.sponsor .content p {
  color: #efe9db;
}
.sponsor .content .sponsor-link {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fdc45b;
  color: #231f20;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 15px;
  transition: .2s linear all;
}
.sponsor .content .sponsor-link:hover {
  padding-left: 20px;
}
footer {
  position: relative;
  display: flex;
  height: 220px;
  background: #5d5e58;
  padding-left: 300px;
}
.footer-logo {
  position: absolute;
  display: flex;
  left: 0;
  bottom: 0;
  height: 300px;
  width: 300px;
  background: #efe9db;
  text-align: center;
}
.footer-logo img {
  width: 70%;
  max-width: 280px;
}
.footer-logo li {
  display: inline-block;
  padding: 10px;
}
.footer-logo li a {
  color: #5d5e58;
}
.wrap {
  margin: auto;
}
.after-footer {
  position: relative;
  height: 50px;
  background: #333;
}
.footer-cta {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-around;
  top: 0;
  bottom: 0;
  right: 0%;
  width: 75%;
  padding: 8px 100px;
}
.footer-cta a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #efe9db;
  font-family: "brothers";
  font-weight: 700;
}
.footer-cta a span {
  display: inline-block;
}
.footer-cta a i {
  display: inline-block;
  font-size: 24px;
  padding-right: 15px;
}
.trigger {
  display: none;
}
.right-row {
  margin-left: 10%;
  width: 90%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 100px;
  max-width: initial;
}
.searchbar {
  position: relative;
  max-width: 1100px;
}
.listing {
  position: relative;
  overflow: hidden;
  height: 200px;
  margin-bottom: 40px;
  max-width: 1100px;
}
.listing .columns,
.listing .column {
  height: 200px;
  position: relative;
}
.listing .title,
.listing .info,
.listing .listing-icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.listing:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.listing span {
  font-size: .5em;
  display: block;
}
.listing .listing-icons {
  position: absolute;
  background-color: #975814;
  margin-right: 50px;
  width: 150px;
  padding: 20px;
  z-index: 1;
  text-align: right;
}
.listing .listing-icons a {
  color: #fff;
}
.listing .listing-icons a:hover {
  margin-right: -4px;
}
.listing .listing-icons i {
  padding-left: 20px;
}
.listing img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 200px;
}
.listing .more-link {
  position: absolute;
  right: -8.51064%;
  width: 4.51064%;
  background-color: #333;
  height: 200px;
  opacity: 0;
  transition: .2s linear all;
}
.listing .more-link i {
  display: block;
  font-size: 3em;
  color: white;
  line-height: 200px;
  text-align: center;
}
.listing:hover .more-link {
  right: 0;
  opacity: 1;
}
.listing.events .listing-icons {
  width: 305px;
}
#Events .title {
  width: 100%;
  text-align: center;
  color: #efe9db;
}
.updates {
  height: 150px;
}
.updates .title {
  width: 100%;
  text-align: center;
  color: #efe9db;
}
.updates .columns {
  height: 150px;
}
.updates .more-link {
  height: 150px;
}
.updates .more-link i {
  line-height: 150px;
}
.brothers {
  font-family: "brothers";
  font-weight: 700;
}
.business-icons {
  margin-left: 17.02128%;
  position: absolute;
  bottom: -75px;
  max-width: 1100px;
  width: 100%;
  z-index: 1;
  background: white;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.business-icons h1 {
  margin-left: 20px;
}
.tbex {
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'brothers';
  color: #333;
  font-size: 2em;
}
.business.hero .business-image {
  position: absolute;
  max-width: 40%;
  width: auto;
  z-index: 1;
}
.event.hero .title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 550px;
  width: 40%;
  background-color: #975814;
}
.event.hero .desc {
  position: absolute;
  display: flex;
  top: 0px;
  right: 0px;
  width: 60%;
  justify-content: center;
  align-items: center;
  height: 550px;
}
.navbox {
  position: relative;
  border: 1px solid #333;
  margin-bottom: 20px;
  transition: .2s linear all;
}
.navbox img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  opacity: .7;
  transition: .2s linear all;
}
.navbox h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  text-shadow: 1px 1px 1px #975814;
}
.navbox:hover {
  border: 1px solid #efe9db;
}
.navbox:hover img {
  opacity: .5;
}
.overlap.rowflex .six.columns {
  padding: 50px 0;
}
.telnumber {
  display: none;
  text-align: center;
  font-size: 1.5em;
  padding: 20px;
  background-color: #333;
  color: #fff;
}
.telnumber:hover {
  color: #fff;
}
.search input {
  display: block;
  position: absolute;
  width: 0px;
  background-color: #333;
  margin-top: -40px;
  margin-left: 30px;
  color: #efe9db;
  transition: .2s linear all;
}
.search input::placeholder {
  color: #999;
}
.search .ion-ios-arrow-forward {
  opacity: 0;
  position: absolute;
  left: 150%;
  color: #efe9db;
  font-size: 1.8em;
  cursor: pointer;
  transition: .2s linear all;
}
.search.active input {
  border-bottom: #999 solid 1px;
  width: 100%;
}
.search.active .ion-ios-arrow-forward {
  opacity: 1;
  transition-delay: .2s;
}
.newsletter {
  text-align: center;
  height: 0;
  overflow: hidden;
}
.modalbtn {
  cursor: pointer;
}
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  max-width: 1100px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-header {
  padding: 2px 16px;
  background-color: #975814;
}
.modal-header h2 {
  color: #fff;
}
.modal-body {
  padding: 2px 16px;
}
.expander {
  position: relative;
  width: 50%;
  text-align: center;
  font-family: "brothers";
  font-weight: 700;
  background-color: #5d5e58;
  color: #efe9db;
  border: #efe9db 1px solid;
  cursor: pointer;
  padding: 8px 10px 8px 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  transition: .2s linear all;
}
.expander .ion-ios-plus {
  position: absolute;
  right: 30px;
}
.expander.expand {
  background-color: #975814;
  color: #fff;
}
.expandable {
  height: 0px;
  overflow: hidden;
  transition: .2s linear all;
}
.expandable.expand {
  height: auto;
  padding-top: 15px;
}
.item a {
  color: #efe9db;
  transition: .2s linear all;
}
.item a:hover {
  padding-left: 8px;
}
.item .ion-ios-arrow-forward {
  color: #975814;
  padding-right: 10px;
}
.communities .community-select {
  height: 50px;
  background-color: #efe9db;
  line-height: 50px;
  font-size: 1.2em;
  padding-left: 10px;
  cursor: pointer;
}
.communities .ion-plus {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #975814;
  height: 50px;
  padding: 5px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  pointer-events: none;
}
.communities .columns {
  position: relative;
}
.communities .community-list {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 100;
  align-items: center;
  justify-content: center;
}
.communities .community-list ul {
  max-height: 60%;
  width: 500px;
  overflow: scroll;
}
.communities .community-list ul li {
  color: #975814;
  font-family: "brothers";
  font-weight: 700;
  background-color: #fff;
  text-align: center;
  margin-top: 10px;
}
.hidden-desktop,
.mobile-only {
  display: none;
}
.little-bighorn {
  position: relative;
  z-index: 2;
  transition: .2s linear all;
}
.little-bighorn img {
  position: absolute;
  width: 300px;
  margin-top: -30px;
}
.business.hero .map-listings {
  height: 550px;
  position: absolute;
  right: 0;
  width: 60%;
  top: 0;
  left: 40%;
}
.business.hero .map-listings #gmap {
  height: 550px;
}
.ql-toolbar.ql-snow {
  background-color: #975814;
}
.ql-editor {
  background-color: #efe9db;
  color: #333;
}
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor p {
  color: #333;
}
.ql-toolbar span {
  opacity: 1;
  color: #efe9db;
}
.ql-snow .ql-stroke {
  stroke: #efe9db;
}
.dashboard-sidebar {
  color: #efe9db;
  text-align: right;
  padding: 8px;
  padding-top: 0px;
}
.dashboard-sidebar a {
  color: #efe9db;
}
.message {
  position: fixed;
  top: 300px;
  right: 0px;
  background-color: #975814;
  padding: 20px;
  padding-right: 50px;
  max-width: 50%;
  color: #fff;
  z-index: 100;
  opacity: 0;
  transition: .2s linear all;
}
.message .ion-close {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 10px;
  top: 0px;
  height: 66px;
  right: 0px;
  font-size: 2em;
  color: #efe9db;
  background-color: #333;
}
.message.active {
  opacity: 1;
}
.dashboard-deal {
  display: block;
  line-height: 50px;
  border: solid 1px #975814;
  background-color: #efe9db;
  margin-top: 20px;
  padding: 5px;
  transition: .2s linear all;
}
.dashboard-deal p,
.dashboard-deal h2 {
  line-height: 50px;
  margin: 0px;
  padding: 0px;
}
.dashboard-deal:hover {
  background-color: #dfd3b8;
}
.dashboard-th {
  border-bottom: solid 1px #efe9db;
}
.dashboard-th h3 {
  color: #efe9db;
}
.corona {
  display: block;
  position: relative;
  background-color: #975814;
  color: #efe9db;
  text-align: center;
  line-height: 50px;
  transition: linear all .2s;
}
.corona .ion-alert-circled {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
}
.corona .ion-arrow-right-c {
  padding-left: 10px;
}
.corona span {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #efe9db;
  color: #333;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
}
.corona:hover {
  background-color: #5d5e58;
  color: #efe9db;
}
.instagrams {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
  max-height: 480px;
  overflow: hidden;
  justify-content: center;
}
.instagrams .instagram-post {
  display: block;
  position: relative;
  width: 20%;
  height: 200px;
  margin: 20px;
  border: solid 1px #efe9db;
}
.instagrams .instagram-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.instagrams .instagram-post p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  color: #fff;
}
.instagrams .instagram-post span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  text-align: center;
  line-height: 200px;
  color: #fff;
  font-family: "Ionicons";
  font-size: 2em;
}
.instagrams .instagram-post:hover span {
  opacity: .6;
}
#safety-popup input[type="checkbox"]:checked {
  background-color: #fff;
  width: 20px;
  height: 20px;
}
#safety-popup input[type="checkbox"]:checked::before {
  content: '\2713';
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20%;
  left: 20%;
}
.category-btns a {
  color: #fff;
}
.wp-block-columns {
  display: flex;
}
.wp-block-columns .wp-block-column {
  padding-right: 30px;
  max-width: 50%;
}
.alert {
  display: block;
  padding: 20px 0 20px 0;
  margin-bottom: 20px;
}
.alert:hover {
  background-color: #efe9db!important;
}
@media (max-width: 1126px) {
  .little-bighorn img {
    position: relative;
  }
}
.little-bighorn:hover {
  background-color: #e7dec9;
}
.footer-logo #search {
  display: none;
}
.filter-type {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  background-color: #5d5e58;
  text-align: center;
  color: #999;
  margin: auto;
}
.filter-type li {
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}
.filter-type li:hover {
  color: #efe9db;
}
.max {
  max-width: 1100px;
}
.hidden-category {
  display: none;
}
.addTrip {
  display: flex;
  font-size: 16px;
  line-height: 21px;
  padding: 5px;
  background: #efe9db;
  transition: .2s linear all;
  margin-left: 10px;
}
.addTrip:hover {
  margin-left: 0px;
}
.moreInfo {
  display: flex;
  font-size: 16px;
  line-height: 21px;
  padding: 5px;
  margin-top: 20px;
  transition: .2s linear all;
  margin-left: 10px;
  background: #eaeaea;
}
.moreInfo:hover {
  margin-left: 0px;
}
#botmanWidgetRoot div:first-child {
  pointer-events: none;
}
#botmanWidgetRoot div:first-child div:nth-child(2) {
  pointer-events: all;
  pointer-events: auto;
}
#botmanWidgetRoot div:first-child img {
  pointer-events: all;
  pointer-events: auto;
}
.blisting img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1501px) {
  .footer-logo {
    top: -50px;
  }
}
.burger-trail {
  position: relative;
}
.burger-trail .row:first-child {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #333;
}
.burger-trail .row:first-child img {
  display: block;
  max-height: 55vh;
  margin: auto;
}
.burger-trail .-rounded img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  max-height: 270px;
}
.burgers {
  height: 100vh;
  overflow-y: auto;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
}
.burger {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  height: 100vh;
  scroll-snap-align: start;
}
.-floatimg-left {
  float: left;
  width: 300px;
  padding: 20px;
}
.postcontent ul {
  list-style: disc;
  padding-left: 20px;
}
.trip-trigger {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 20px;
  right: 20px;
  background: #975814;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  z-index: 100;
  transition: .2s linear all;
}
.trip-trigger i {
  margin-top: -5px;
  color: white;
  font-size: 24px;
}
.trip-trigger:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.trip {
  position: fixed;
  width: 450px;
  top: 0;
  right: 0;
  bottom: 0;
  background: #efe9db;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  padding: 20px;
  z-index: 99;
}
.trip-loading {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(239, 233, 219, 0.75);
  transition: .2s linear all;
}
.trip-loading .loading {
  display: flex;
  justify-content: center;
  margin-top: 25vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.trip-loading .loading .circle {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.trip-loading .loading span {
  display: block;
  font-family: "brothers";
  font-weight: 700;
  color: #975814;
  margin-left: 20px;
  padding-top: 20px;
}
.trip-cta .row {
  border-radius: 5px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 20px;
  background: white;
  margin-top: 20px;
}
.trip-cta p {
  font-family: "brothers";
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
}
.trip-cta span {
  display: inline-block;
  background: #975814;
  text-transform: uppercase;
  color: white;
  transition: .2s linear all;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 5px 10px;
}
.trip-cta span i {
  margin-left: 5px;
  transition: .2s linear all;
}
.trip-cta:hover span {
  background: #333;
}
.trip-cta:hover span i {
  margin-left: 10px;
}
.map {
  height: 500px;
  border: 5px solid white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.marker {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid white;
  background: #333;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transition: .2s linear all;
}
.marker:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.mapboxgl-popup-close-button {
  position: absolute;
  height: 30px;
  width: 30px;
  right: 0;
  top: 0;
  padding: 0;
  border-bottom: 0;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
}
.mapboxgl-popup-close-button:hover {
  color: #975814;
  background: #333;
  border-bottom: 0;
}
.mapboxgl-popup {
  max-width: 300px;
}
.mapboxgl-popup p,
.mapboxgl-popup .popup {
  display: block;
  padding-top: 20px;
  font-family: "brothers";
  font-weight: 700;
  font-size: 14px;
}
.mapboxgl-popup-content {
  text-align: left;
}
.mapboxgl-ctrl {
  display: none !important;
}
.blog-row {
  position: relative;
  display: block;
  height: 150px;
  margin-bottom: 20px;
  background-color: #404040;
  border: solid 2px #efe9db;
  transition: .2s linear all;
}
.blog-row h3 {
  padding: 8px;
  padding-top: 14px;
  font-size: 18.5px;
  font-family: "brothers";
  font-weight: 700;
  color: #efe9db;
}
.blog-row .date {
  text-align: right;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 48%;
  color: #999;
  font-size: .9em;
}
.blog-row img {
  display: block;
  width: 100%;
  height: 146px;
  object-fit: cover;
  object-position: center;
  float: right;
}
.blog-row .guest {
  position: absolute;
  bottom: -25px;
  height: 80px;
  width: 210px;
  background: url('/img/special/guest.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-row:hover {
  background-color: #333;
}
.blog-display {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-display .blog-row {
  min-width: 48%;
  max-width: 48%;
  overflow: hidden;
}
.wp-block-image {
  text-align: center;
  margin-bottom: 20px;
}
.pagination {
  display: flex;
  width: 50%;
  margin: auto;
  justify-content: center;
}
.pagination .page-link {
  color: #efe9db;
  padding: 10px;
}
.pagination .page-item.active .page-link {
  color: #975814;
}
@media (max-width: 950px) {
  .blog-display .blog-row {
    min-width: 100%;
    max-width: 100%;
  }
}
#chat-widget-container {
  display: none;
}
.desktop-closed-message-avatar {
  margin-top: 15px;
  background: none!important;
}
.desktop-closed-message-avatar img {
  border-radius: 0px!important;
}
#botmanWidgetRoot {
  color: #ffffff!important;
  background-color: #000000;
}
#messageArea ol {
  height: calc(45vh) !important;
}
@media (max-width: 1400px) {
  .nav-wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(93, 94, 88, 0.98);
    z-index: 10;
  }
  .row.-flex {
    display: block;
  }
  header .nav {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  header .nav li {
    width: 100%;
  }
  header .nav li i {
    padding: 8px;
  }
  header .nav li:hover ul {
    display: none;
  }
  footer .nav strong {
    display: block;
  }
  footer .nav li {
    text-align: left;
    margin-right: 15px;
  }
  .trigger {
    position: absolute;
    display: flex;
    text-align: center;
    align-items: center;
    top: 0;
    right: 40px;
    height: 148px;
  }
  .trigger i {
    font-size: 30px;
    color: #efe9db;
    cursor: pointer;
  }
  .trip-trigger {
    top: 50px;
    right: 90px;
  }
  header {
    padding-left: 0;
  }
  .social {
    display: none;
  }
  .logo {
    padding: 20px;
  }
  .footer-cta {
    width: 100%;
  }
}
@media (max-width: 1400px) and (max-width: 1024px) {
  .telnumber {
    display: block;
  }
  .cta-bar {
    display: none;
  }
  .rowflex {
    display: block;
  }
  .sponsor {
    margin-bottom: 25px;
  }
  .footer-logo {
    width: 100%;
    top: 0px;
  }
  .wrap ul {
    text-align: center;
  }
  .hidden-mobile {
    display: none;
  }
  .overlap.rowflex .six.columns {
    padding-left: 30px;
  }
  .intro-belt.footing {
    padding: 30px 0;
  }
  .little-bighorn img {
    width: 200px;
    margin-top: 10px;
  }
  .little-bighorn .box {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  .mobile-block {
    display: block;
  }
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  .navbox h1 {
    font-size: 1.4em;
  }
  .tbex {
    top: 70%;
  }
  .listing {
    height: 100px;
  }
  .listing .two.columns {
    display: none;
  }
  .listing .one.column {
    display: none;
  }
  .listing .five.columns {
    display: none;
  }
  .listing .three.columns {
    padding-right: 40px;
    height: 100px;
  }
  .listing .three.columns h2 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 23px;
  }
  .listing .expander {
    width: 100%;
  }
  .listing .more-link {
    margin-top: -100px;
    right: 0;
    width: 9%;
    height: 100px;
  }
  .listing .more-link i {
    line-height: 100px;
    font-size: 2em;
  }
  .little-bighorn p {
    text-align: center;
  }
  .little-bighorn img {
    position: relative;
    display: block;
    margin: auto;
  }
  .business.hero {
    height: 600px;
  }
  .business.hero .map-listings {
    position: relative;
    display: block;
    height: 300px;
    left: 0px;
    width: 100%;
  }
  .business.hero .map-listings #gmap {
    height: 300px;
  }
  .business.hero .business-image {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 300px;
  }
  .cream-bg .overlap img {
    margin-top: 0px!important;
  }
  .corona {
    text-align: left;
    padding-left: 8px;
    padding-right: 160px;
    font-size: .8em;
  }
  .corona .ion-alert-circled {
    display: none;
  }
  .-floatimg-left {
    float: none;
    display: block;
    width: 100%;
  }
  .burgers {
    height: auto;
    overflow-y: auto;
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
    -webkit-overflow-scrolling: none;
  }
  .burger {
    margin-top: 10px;
    margin-bottom: 30px;
    height: auto;
    scroll-snap-align: none;
  }
}
@media (max-width: 1400px) and (max-width: 500px) {
  .navbox {
    width: 100%!important;
  }
}

/*# sourceMappingURL=app.css.map */
